@dialpad/dialtone-vue 3.203.0 → 3.204.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/common/test-utils/node-traversal.cjs +2 -0
- package/dist/common/test-utils/node-traversal.cjs.map +1 -0
- package/dist/common/test-utils/node-traversal.js +54 -0
- package/dist/common/test-utils/node-traversal.js.map +1 -0
- package/dist/component-documentation.json +1 -1
- package/dist/lib/button/button.cjs +1 -1
- package/dist/lib/button/button.cjs.map +1 -1
- package/dist/lib/button/button.js +146 -81
- package/dist/lib/button/button.js.map +1 -1
- package/dist/lib/dropdown/dropdown-separator.cjs +1 -1
- package/dist/lib/editor/editor.cjs +1 -1
- package/dist/lib/editor/editor.cjs.map +1 -1
- package/dist/lib/editor/editor.js +284 -148
- package/dist/lib/editor/editor.js.map +1 -1
- package/dist/lib/link/link.cjs +1 -1
- package/dist/lib/link/link.cjs.map +1 -1
- package/dist/lib/link/link.js +58 -18
- package/dist/lib/link/link.js.map +1 -1
- package/dist/lib/list-item-group/list-item-group.cjs +1 -1
- package/dist/lib/list-item-group/list-item-group.js +5 -5
- package/dist/lib/message-input/message-input.cjs +1 -1
- package/dist/lib/message-input/message-input.cjs.map +1 -1
- package/dist/lib/message-input/message-input.js +22 -21
- package/dist/lib/message-input/message-input.js.map +1 -1
- package/dist/lib/rich-text-editor/rich-text-editor.cjs +4 -4
- package/dist/lib/rich-text-editor/rich-text-editor.cjs.map +1 -1
- package/dist/lib/rich-text-editor/rich-text-editor.js +466 -283
- package/dist/lib/rich-text-editor/rich-text-editor.js.map +1 -1
- package/dist/lib/tooltip-directive/tooltip.cjs +1 -1
- package/dist/lib/tooltip-directive/tooltip.cjs.map +1 -1
- package/dist/lib/tooltip-directive/tooltip.js +69 -67
- package/dist/lib/tooltip-directive/tooltip.js.map +1 -1
- package/dist/localization/en-US.cjs +6 -0
- package/dist/localization/en-US.cjs.map +1 -1
- package/dist/localization/en-US.js +6 -0
- package/dist/localization/en-US.js.map +1 -1
- package/dist/types/common/sr_only_close_button.vue.d.ts +68 -1
- package/dist/types/common/test_utils/node_traversal.d.ts +10 -0
- package/dist/types/common/test_utils/node_traversal.d.ts.map +1 -0
- package/dist/types/components/banner/banner.vue.d.ts +136 -2
- package/dist/types/components/banner/banner.vue.d.ts.map +1 -1
- package/dist/types/components/breadcrumbs/breadcrumb_item.vue.d.ts +39 -1
- package/dist/types/components/breadcrumbs/breadcrumb_item.vue.d.ts.map +1 -1
- package/dist/types/components/breadcrumbs/breadcrumbs.vue.d.ts +39 -1
- package/dist/types/components/button/button.vue.d.ts +68 -1
- package/dist/types/components/button/button.vue.d.ts.map +1 -1
- package/dist/types/components/chip/chip.vue.d.ts +68 -1
- package/dist/types/components/chip/chip.vue.d.ts.map +1 -1
- package/dist/types/components/collapsible/collapsible.vue.d.ts +68 -1
- package/dist/types/components/collapsible/collapsible.vue.d.ts.map +1 -1
- package/dist/types/components/dropdown/dropdown.vue.d.ts +136 -2
- package/dist/types/components/dropdown/dropdown.vue.d.ts.map +1 -1
- package/dist/types/components/hovercard/hovercard.vue.d.ts +272 -4
- package/dist/types/components/hovercard/hovercard.vue.d.ts.map +1 -1
- package/dist/types/components/image_viewer/image_viewer.vue.d.ts +136 -2
- package/dist/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -1
- package/dist/types/components/link/link.vue.d.ts +39 -1
- package/dist/types/components/link/link.vue.d.ts.map +1 -1
- package/dist/types/components/modal/modal.vue.d.ts +136 -2
- package/dist/types/components/modal/modal.vue.d.ts.map +1 -1
- package/dist/types/components/notice/notice.vue.d.ts +136 -2
- package/dist/types/components/notice/notice.vue.d.ts.map +1 -1
- package/dist/types/components/notice/notice_action.vue.d.ts +136 -2
- package/dist/types/components/notice/notice_action.vue.d.ts.map +1 -1
- package/dist/types/components/pagination/pagination.vue.d.ts +68 -1
- package/dist/types/components/pagination/pagination.vue.d.ts.map +1 -1
- package/dist/types/components/popover/popover.vue.d.ts +136 -2
- package/dist/types/components/popover/popover.vue.d.ts.map +1 -1
- package/dist/types/components/popover/popover_header_footer.vue.d.ts +68 -1
- package/dist/types/components/popover/popover_header_footer.vue.d.ts.map +1 -1
- package/dist/types/components/rich_text_editor/extensions/channels/ChannelComponent.vue.d.ts +39 -1
- package/dist/types/components/rich_text_editor/extensions/channels/ChannelComponent.vue.d.ts.map +1 -1
- package/dist/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts +39 -1
- package/dist/types/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts +1804 -0
- package/dist/types/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/variable/index.d.ts +3 -0
- package/dist/types/components/rich_text_editor/extensions/variable/index.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/variable/variable.d.ts +3 -0
- package/dist/types/components/rich_text_editor/extensions/variable/variable.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts +87 -1
- package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/types/components/split_button/split_button-alpha.vue.d.ts +68 -1
- package/dist/types/components/split_button/split_button-omega.vue.d.ts +68 -1
- package/dist/types/components/split_button/split_button-omega.vue.d.ts.map +1 -1
- package/dist/types/components/split_button/split_button.vue.d.ts +272 -4
- package/dist/types/components/split_button/split_button.vue.d.ts.map +1 -1
- package/dist/types/components/tab/tab.vue.d.ts +68 -1
- package/dist/types/components/toast/layouts/toast_layout_alternate.vue.d.ts +136 -2
- package/dist/types/components/toast/layouts/toast_layout_alternate.vue.d.ts.map +1 -1
- package/dist/types/components/toast/layouts/toast_layout_default.vue.d.ts +136 -2
- package/dist/types/components/toast/layouts/toast_layout_default.vue.d.ts.map +1 -1
- package/dist/types/components/toast/toast.vue.d.ts +544 -8
- package/dist/types/components/toast/toast.vue.d.ts.map +1 -1
- package/dist/types/directives/tooltip_directive/tooltip.d.ts.map +1 -1
- package/dist/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +68 -1
- package/dist/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
- package/dist/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +272 -4
- package/dist/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -1
- package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +272 -4
- package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
- package/dist/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +204 -3
- package/dist/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
- package/dist/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts +68 -1
- package/dist/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts.map +1 -1
- package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +136 -2
- package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +272 -4
- package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +204 -3
- package/dist/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/editor/editor.vue.d.ts +664 -4
- package/dist/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +68 -1
- package/dist/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts +68 -1
- package/dist/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts +68 -1
- package/dist/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts +631 -9
- package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts +68 -1
- package/dist/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts +272 -4
- package/dist/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +68 -1
- package/dist/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map +1 -1
- package/dist/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts +68 -1
- package/dist/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts.map +1 -1
- package/dist/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +68 -1
- package/dist/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map +1 -1
- package/dist/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +68 -1
- package/dist/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
- package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts +68 -1
- package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
- package/dist/types/recipes/leftbar/group_row/group_row.vue.d.ts +68 -1
- package/dist/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -449,6 +449,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
449
449
|
type: BooleanConstructor;
|
|
450
450
|
default: boolean;
|
|
451
451
|
};
|
|
452
|
+
to: {
|
|
453
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
454
|
+
default: null;
|
|
455
|
+
};
|
|
456
|
+
href: {
|
|
457
|
+
type: StringConstructor;
|
|
458
|
+
default: null;
|
|
459
|
+
};
|
|
460
|
+
target: {
|
|
461
|
+
type: StringConstructor;
|
|
462
|
+
default: null;
|
|
463
|
+
};
|
|
464
|
+
rel: {
|
|
465
|
+
type: StringConstructor;
|
|
466
|
+
default: null;
|
|
467
|
+
};
|
|
468
|
+
replace: {
|
|
469
|
+
type: BooleanConstructor;
|
|
470
|
+
default: boolean;
|
|
471
|
+
};
|
|
452
472
|
}>, {}, {
|
|
453
473
|
ICON_POSITION_MODIFIERS: {
|
|
454
474
|
left: string;
|
|
@@ -460,13 +480,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
460
480
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
461
481
|
i18n: any;
|
|
462
482
|
}, {
|
|
463
|
-
|
|
483
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
484
|
+
isNativeButton(): boolean;
|
|
485
|
+
computedAttrs(): {
|
|
486
|
+
'aria-disabled'?: string | undefined;
|
|
487
|
+
tabindex?: string | undefined;
|
|
488
|
+
to: string | Record<string, any>;
|
|
489
|
+
replace: boolean;
|
|
490
|
+
type?: undefined;
|
|
491
|
+
disabled?: undefined;
|
|
492
|
+
} | {
|
|
493
|
+
'aria-disabled'?: string | undefined;
|
|
494
|
+
tabindex?: string | undefined;
|
|
495
|
+
href: string | null;
|
|
496
|
+
target: string;
|
|
497
|
+
rel: string;
|
|
498
|
+
type?: undefined;
|
|
499
|
+
disabled?: undefined;
|
|
500
|
+
} | {
|
|
501
|
+
type: string;
|
|
502
|
+
disabled: boolean;
|
|
503
|
+
};
|
|
504
|
+
computedListeners(): {
|
|
464
505
|
focusin: (e: any) => void;
|
|
465
506
|
focusout: (e: any) => void;
|
|
466
507
|
};
|
|
467
508
|
computedAriaLive(): unknown;
|
|
468
509
|
iconSize(): any;
|
|
469
510
|
}, {
|
|
511
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
470
512
|
buttonClasses(): any[];
|
|
471
513
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
472
514
|
shouldRenderIcon(): any;
|
|
@@ -539,6 +581,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
539
581
|
type: BooleanConstructor;
|
|
540
582
|
default: boolean;
|
|
541
583
|
};
|
|
584
|
+
to: {
|
|
585
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
586
|
+
default: null;
|
|
587
|
+
};
|
|
588
|
+
href: {
|
|
589
|
+
type: StringConstructor;
|
|
590
|
+
default: null;
|
|
591
|
+
};
|
|
592
|
+
target: {
|
|
593
|
+
type: StringConstructor;
|
|
594
|
+
default: null;
|
|
595
|
+
};
|
|
596
|
+
rel: {
|
|
597
|
+
type: StringConstructor;
|
|
598
|
+
default: null;
|
|
599
|
+
};
|
|
600
|
+
replace: {
|
|
601
|
+
type: BooleanConstructor;
|
|
602
|
+
default: boolean;
|
|
603
|
+
};
|
|
542
604
|
}>> & Readonly<{
|
|
543
605
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
544
606
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -546,18 +608,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
546
608
|
link: boolean;
|
|
547
609
|
disabled: boolean;
|
|
548
610
|
type: string;
|
|
611
|
+
target: string;
|
|
549
612
|
circle: boolean;
|
|
550
613
|
active: boolean;
|
|
551
614
|
loading: boolean;
|
|
552
615
|
size: string;
|
|
616
|
+
replace: boolean;
|
|
553
617
|
kind: string;
|
|
554
618
|
labelClass: string | unknown[] | Record<string, any>;
|
|
619
|
+
href: string;
|
|
620
|
+
to: string | Record<string, any>;
|
|
555
621
|
iconPosition: string;
|
|
556
622
|
importance: string;
|
|
557
623
|
linkKind: string;
|
|
558
624
|
linkInverted: boolean;
|
|
559
625
|
width: string;
|
|
560
626
|
assertiveOnFocus: boolean;
|
|
627
|
+
rel: string;
|
|
561
628
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
562
629
|
DtEmojiPicker: import('vue').DefineComponent<{}, {
|
|
563
630
|
$emit: (event: "close" | "selected-emoji" | "scroll-bottom-reached" | "skin-tone" | "add-emoji", ...args: any[]) => void;
|
|
@@ -1818,6 +1885,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1818
1885
|
type: BooleanConstructor;
|
|
1819
1886
|
default: boolean;
|
|
1820
1887
|
};
|
|
1888
|
+
to: {
|
|
1889
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1890
|
+
default: null;
|
|
1891
|
+
};
|
|
1892
|
+
href: {
|
|
1893
|
+
type: StringConstructor;
|
|
1894
|
+
default: null;
|
|
1895
|
+
};
|
|
1896
|
+
target: {
|
|
1897
|
+
type: StringConstructor;
|
|
1898
|
+
default: null;
|
|
1899
|
+
};
|
|
1900
|
+
rel: {
|
|
1901
|
+
type: StringConstructor;
|
|
1902
|
+
default: null;
|
|
1903
|
+
};
|
|
1904
|
+
replace: {
|
|
1905
|
+
type: BooleanConstructor;
|
|
1906
|
+
default: boolean;
|
|
1907
|
+
};
|
|
1821
1908
|
}>, {}, {
|
|
1822
1909
|
ICON_POSITION_MODIFIERS: {
|
|
1823
1910
|
left: string;
|
|
@@ -1829,13 +1916,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1829
1916
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
1830
1917
|
i18n: any;
|
|
1831
1918
|
}, {
|
|
1832
|
-
|
|
1919
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1920
|
+
isNativeButton(): boolean;
|
|
1921
|
+
computedAttrs(): {
|
|
1922
|
+
'aria-disabled'?: string | undefined;
|
|
1923
|
+
tabindex?: string | undefined;
|
|
1924
|
+
to: string | Record<string, any>;
|
|
1925
|
+
replace: boolean;
|
|
1926
|
+
type?: undefined;
|
|
1927
|
+
disabled?: undefined;
|
|
1928
|
+
} | {
|
|
1929
|
+
'aria-disabled'?: string | undefined;
|
|
1930
|
+
tabindex?: string | undefined;
|
|
1931
|
+
href: string | null;
|
|
1932
|
+
target: string;
|
|
1933
|
+
rel: string;
|
|
1934
|
+
type?: undefined;
|
|
1935
|
+
disabled?: undefined;
|
|
1936
|
+
} | {
|
|
1937
|
+
type: string;
|
|
1938
|
+
disabled: boolean;
|
|
1939
|
+
};
|
|
1940
|
+
computedListeners(): {
|
|
1833
1941
|
focusin: (e: any) => void;
|
|
1834
1942
|
focusout: (e: any) => void;
|
|
1835
1943
|
};
|
|
1836
1944
|
computedAriaLive(): unknown;
|
|
1837
1945
|
iconSize(): any;
|
|
1838
1946
|
}, {
|
|
1947
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1839
1948
|
buttonClasses(): any[];
|
|
1840
1949
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
1841
1950
|
shouldRenderIcon(): any;
|
|
@@ -1908,6 +2017,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1908
2017
|
type: BooleanConstructor;
|
|
1909
2018
|
default: boolean;
|
|
1910
2019
|
};
|
|
2020
|
+
to: {
|
|
2021
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2022
|
+
default: null;
|
|
2023
|
+
};
|
|
2024
|
+
href: {
|
|
2025
|
+
type: StringConstructor;
|
|
2026
|
+
default: null;
|
|
2027
|
+
};
|
|
2028
|
+
target: {
|
|
2029
|
+
type: StringConstructor;
|
|
2030
|
+
default: null;
|
|
2031
|
+
};
|
|
2032
|
+
rel: {
|
|
2033
|
+
type: StringConstructor;
|
|
2034
|
+
default: null;
|
|
2035
|
+
};
|
|
2036
|
+
replace: {
|
|
2037
|
+
type: BooleanConstructor;
|
|
2038
|
+
default: boolean;
|
|
2039
|
+
};
|
|
1911
2040
|
}>> & Readonly<{
|
|
1912
2041
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
1913
2042
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -1915,18 +2044,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1915
2044
|
link: boolean;
|
|
1916
2045
|
disabled: boolean;
|
|
1917
2046
|
type: string;
|
|
2047
|
+
target: string;
|
|
1918
2048
|
circle: boolean;
|
|
1919
2049
|
active: boolean;
|
|
1920
2050
|
loading: boolean;
|
|
1921
2051
|
size: string;
|
|
2052
|
+
replace: boolean;
|
|
1922
2053
|
kind: string;
|
|
1923
2054
|
labelClass: string | unknown[] | Record<string, any>;
|
|
2055
|
+
href: string;
|
|
2056
|
+
to: string | Record<string, any>;
|
|
1924
2057
|
iconPosition: string;
|
|
1925
2058
|
importance: string;
|
|
1926
2059
|
linkKind: string;
|
|
1927
2060
|
linkInverted: boolean;
|
|
1928
2061
|
width: string;
|
|
1929
2062
|
assertiveOnFocus: boolean;
|
|
2063
|
+
rel: string;
|
|
1930
2064
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1931
2065
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1932
2066
|
DtLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -2070,6 +2204,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2070
2204
|
type: BooleanConstructor;
|
|
2071
2205
|
default: boolean;
|
|
2072
2206
|
};
|
|
2207
|
+
to: {
|
|
2208
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2209
|
+
default: null;
|
|
2210
|
+
};
|
|
2211
|
+
href: {
|
|
2212
|
+
type: StringConstructor;
|
|
2213
|
+
default: null;
|
|
2214
|
+
};
|
|
2215
|
+
target: {
|
|
2216
|
+
type: StringConstructor;
|
|
2217
|
+
default: null;
|
|
2218
|
+
};
|
|
2219
|
+
rel: {
|
|
2220
|
+
type: StringConstructor;
|
|
2221
|
+
default: null;
|
|
2222
|
+
};
|
|
2223
|
+
replace: {
|
|
2224
|
+
type: BooleanConstructor;
|
|
2225
|
+
default: boolean;
|
|
2226
|
+
};
|
|
2073
2227
|
}>, {}, {
|
|
2074
2228
|
ICON_POSITION_MODIFIERS: {
|
|
2075
2229
|
left: string;
|
|
@@ -2081,13 +2235,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2081
2235
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
2082
2236
|
i18n: any;
|
|
2083
2237
|
}, {
|
|
2084
|
-
|
|
2238
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2239
|
+
isNativeButton(): boolean;
|
|
2240
|
+
computedAttrs(): {
|
|
2241
|
+
'aria-disabled'?: string | undefined;
|
|
2242
|
+
tabindex?: string | undefined;
|
|
2243
|
+
to: string | Record<string, any>;
|
|
2244
|
+
replace: boolean;
|
|
2245
|
+
type?: undefined;
|
|
2246
|
+
disabled?: undefined;
|
|
2247
|
+
} | {
|
|
2248
|
+
'aria-disabled'?: string | undefined;
|
|
2249
|
+
tabindex?: string | undefined;
|
|
2250
|
+
href: string | null;
|
|
2251
|
+
target: string;
|
|
2252
|
+
rel: string;
|
|
2253
|
+
type?: undefined;
|
|
2254
|
+
disabled?: undefined;
|
|
2255
|
+
} | {
|
|
2256
|
+
type: string;
|
|
2257
|
+
disabled: boolean;
|
|
2258
|
+
};
|
|
2259
|
+
computedListeners(): {
|
|
2085
2260
|
focusin: (e: any) => void;
|
|
2086
2261
|
focusout: (e: any) => void;
|
|
2087
2262
|
};
|
|
2088
2263
|
computedAriaLive(): unknown;
|
|
2089
2264
|
iconSize(): any;
|
|
2090
2265
|
}, {
|
|
2266
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2091
2267
|
buttonClasses(): any[];
|
|
2092
2268
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
2093
2269
|
shouldRenderIcon(): any;
|
|
@@ -2160,6 +2336,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2160
2336
|
type: BooleanConstructor;
|
|
2161
2337
|
default: boolean;
|
|
2162
2338
|
};
|
|
2339
|
+
to: {
|
|
2340
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2341
|
+
default: null;
|
|
2342
|
+
};
|
|
2343
|
+
href: {
|
|
2344
|
+
type: StringConstructor;
|
|
2345
|
+
default: null;
|
|
2346
|
+
};
|
|
2347
|
+
target: {
|
|
2348
|
+
type: StringConstructor;
|
|
2349
|
+
default: null;
|
|
2350
|
+
};
|
|
2351
|
+
rel: {
|
|
2352
|
+
type: StringConstructor;
|
|
2353
|
+
default: null;
|
|
2354
|
+
};
|
|
2355
|
+
replace: {
|
|
2356
|
+
type: BooleanConstructor;
|
|
2357
|
+
default: boolean;
|
|
2358
|
+
};
|
|
2163
2359
|
}>> & Readonly<{
|
|
2164
2360
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
2165
2361
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -2167,18 +2363,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2167
2363
|
link: boolean;
|
|
2168
2364
|
disabled: boolean;
|
|
2169
2365
|
type: string;
|
|
2366
|
+
target: string;
|
|
2170
2367
|
circle: boolean;
|
|
2171
2368
|
active: boolean;
|
|
2172
2369
|
loading: boolean;
|
|
2173
2370
|
size: string;
|
|
2371
|
+
replace: boolean;
|
|
2174
2372
|
kind: string;
|
|
2175
2373
|
labelClass: string | unknown[] | Record<string, any>;
|
|
2374
|
+
href: string;
|
|
2375
|
+
to: string | Record<string, any>;
|
|
2176
2376
|
iconPosition: string;
|
|
2177
2377
|
importance: string;
|
|
2178
2378
|
linkKind: string;
|
|
2179
2379
|
linkInverted: boolean;
|
|
2180
2380
|
width: string;
|
|
2181
2381
|
assertiveOnFocus: boolean;
|
|
2382
|
+
rel: string;
|
|
2182
2383
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2183
2384
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2184
2385
|
size: {
|
|
@@ -2733,6 +2934,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2733
2934
|
type: BooleanConstructor;
|
|
2734
2935
|
default: boolean;
|
|
2735
2936
|
};
|
|
2937
|
+
to: {
|
|
2938
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2939
|
+
default: null;
|
|
2940
|
+
};
|
|
2941
|
+
href: {
|
|
2942
|
+
type: StringConstructor;
|
|
2943
|
+
default: null;
|
|
2944
|
+
};
|
|
2945
|
+
target: {
|
|
2946
|
+
type: StringConstructor;
|
|
2947
|
+
default: null;
|
|
2948
|
+
};
|
|
2949
|
+
rel: {
|
|
2950
|
+
type: StringConstructor;
|
|
2951
|
+
default: null;
|
|
2952
|
+
};
|
|
2953
|
+
replace: {
|
|
2954
|
+
type: BooleanConstructor;
|
|
2955
|
+
default: boolean;
|
|
2956
|
+
};
|
|
2736
2957
|
}>, {}, {
|
|
2737
2958
|
ICON_POSITION_MODIFIERS: {
|
|
2738
2959
|
left: string;
|
|
@@ -2744,13 +2965,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2744
2965
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
2745
2966
|
i18n: any;
|
|
2746
2967
|
}, {
|
|
2747
|
-
|
|
2968
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2969
|
+
isNativeButton(): boolean;
|
|
2970
|
+
computedAttrs(): {
|
|
2971
|
+
'aria-disabled'?: string | undefined;
|
|
2972
|
+
tabindex?: string | undefined;
|
|
2973
|
+
to: string | Record<string, any>;
|
|
2974
|
+
replace: boolean;
|
|
2975
|
+
type?: undefined;
|
|
2976
|
+
disabled?: undefined;
|
|
2977
|
+
} | {
|
|
2978
|
+
'aria-disabled'?: string | undefined;
|
|
2979
|
+
tabindex?: string | undefined;
|
|
2980
|
+
href: string | null;
|
|
2981
|
+
target: string;
|
|
2982
|
+
rel: string;
|
|
2983
|
+
type?: undefined;
|
|
2984
|
+
disabled?: undefined;
|
|
2985
|
+
} | {
|
|
2986
|
+
type: string;
|
|
2987
|
+
disabled: boolean;
|
|
2988
|
+
};
|
|
2989
|
+
computedListeners(): {
|
|
2748
2990
|
focusin: (e: any) => void;
|
|
2749
2991
|
focusout: (e: any) => void;
|
|
2750
2992
|
};
|
|
2751
2993
|
computedAriaLive(): unknown;
|
|
2752
2994
|
iconSize(): any;
|
|
2753
2995
|
}, {
|
|
2996
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2754
2997
|
buttonClasses(): any[];
|
|
2755
2998
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
2756
2999
|
shouldRenderIcon(): any;
|
|
@@ -2823,6 +3066,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2823
3066
|
type: BooleanConstructor;
|
|
2824
3067
|
default: boolean;
|
|
2825
3068
|
};
|
|
3069
|
+
to: {
|
|
3070
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
3071
|
+
default: null;
|
|
3072
|
+
};
|
|
3073
|
+
href: {
|
|
3074
|
+
type: StringConstructor;
|
|
3075
|
+
default: null;
|
|
3076
|
+
};
|
|
3077
|
+
target: {
|
|
3078
|
+
type: StringConstructor;
|
|
3079
|
+
default: null;
|
|
3080
|
+
};
|
|
3081
|
+
rel: {
|
|
3082
|
+
type: StringConstructor;
|
|
3083
|
+
default: null;
|
|
3084
|
+
};
|
|
3085
|
+
replace: {
|
|
3086
|
+
type: BooleanConstructor;
|
|
3087
|
+
default: boolean;
|
|
3088
|
+
};
|
|
2826
3089
|
}>> & Readonly<{
|
|
2827
3090
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
2828
3091
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -2830,18 +3093,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2830
3093
|
link: boolean;
|
|
2831
3094
|
disabled: boolean;
|
|
2832
3095
|
type: string;
|
|
3096
|
+
target: string;
|
|
2833
3097
|
circle: boolean;
|
|
2834
3098
|
active: boolean;
|
|
2835
3099
|
loading: boolean;
|
|
2836
3100
|
size: string;
|
|
3101
|
+
replace: boolean;
|
|
2837
3102
|
kind: string;
|
|
2838
3103
|
labelClass: string | unknown[] | Record<string, any>;
|
|
3104
|
+
href: string;
|
|
3105
|
+
to: string | Record<string, any>;
|
|
2839
3106
|
iconPosition: string;
|
|
2840
3107
|
importance: string;
|
|
2841
3108
|
linkKind: string;
|
|
2842
3109
|
linkInverted: boolean;
|
|
2843
3110
|
width: string;
|
|
2844
3111
|
assertiveOnFocus: boolean;
|
|
3112
|
+
rel: string;
|
|
2845
3113
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2846
3114
|
DtTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2847
3115
|
id: {
|
|
@@ -4243,6 +4511,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4243
4511
|
type: BooleanConstructor;
|
|
4244
4512
|
default: boolean;
|
|
4245
4513
|
};
|
|
4514
|
+
to: {
|
|
4515
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4516
|
+
default: null;
|
|
4517
|
+
};
|
|
4518
|
+
href: {
|
|
4519
|
+
type: StringConstructor;
|
|
4520
|
+
default: null;
|
|
4521
|
+
};
|
|
4522
|
+
target: {
|
|
4523
|
+
type: StringConstructor;
|
|
4524
|
+
default: null;
|
|
4525
|
+
};
|
|
4526
|
+
rel: {
|
|
4527
|
+
type: StringConstructor;
|
|
4528
|
+
default: null;
|
|
4529
|
+
};
|
|
4530
|
+
replace: {
|
|
4531
|
+
type: BooleanConstructor;
|
|
4532
|
+
default: boolean;
|
|
4533
|
+
};
|
|
4246
4534
|
}>, {}, {
|
|
4247
4535
|
ICON_POSITION_MODIFIERS: {
|
|
4248
4536
|
left: string;
|
|
@@ -4254,13 +4542,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4254
4542
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
4255
4543
|
i18n: any;
|
|
4256
4544
|
}, {
|
|
4257
|
-
|
|
4545
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
4546
|
+
isNativeButton(): boolean;
|
|
4547
|
+
computedAttrs(): {
|
|
4548
|
+
'aria-disabled'?: string | undefined;
|
|
4549
|
+
tabindex?: string | undefined;
|
|
4550
|
+
to: string | Record<string, any>;
|
|
4551
|
+
replace: boolean;
|
|
4552
|
+
type?: undefined;
|
|
4553
|
+
disabled?: undefined;
|
|
4554
|
+
} | {
|
|
4555
|
+
'aria-disabled'?: string | undefined;
|
|
4556
|
+
tabindex?: string | undefined;
|
|
4557
|
+
href: string | null;
|
|
4558
|
+
target: string;
|
|
4559
|
+
rel: string;
|
|
4560
|
+
type?: undefined;
|
|
4561
|
+
disabled?: undefined;
|
|
4562
|
+
} | {
|
|
4563
|
+
type: string;
|
|
4564
|
+
disabled: boolean;
|
|
4565
|
+
};
|
|
4566
|
+
computedListeners(): {
|
|
4258
4567
|
focusin: (e: any) => void;
|
|
4259
4568
|
focusout: (e: any) => void;
|
|
4260
4569
|
};
|
|
4261
4570
|
computedAriaLive(): unknown;
|
|
4262
4571
|
iconSize(): any;
|
|
4263
4572
|
}, {
|
|
4573
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
4264
4574
|
buttonClasses(): any[];
|
|
4265
4575
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
4266
4576
|
shouldRenderIcon(): any;
|
|
@@ -4333,6 +4643,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4333
4643
|
type: BooleanConstructor;
|
|
4334
4644
|
default: boolean;
|
|
4335
4645
|
};
|
|
4646
|
+
to: {
|
|
4647
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4648
|
+
default: null;
|
|
4649
|
+
};
|
|
4650
|
+
href: {
|
|
4651
|
+
type: StringConstructor;
|
|
4652
|
+
default: null;
|
|
4653
|
+
};
|
|
4654
|
+
target: {
|
|
4655
|
+
type: StringConstructor;
|
|
4656
|
+
default: null;
|
|
4657
|
+
};
|
|
4658
|
+
rel: {
|
|
4659
|
+
type: StringConstructor;
|
|
4660
|
+
default: null;
|
|
4661
|
+
};
|
|
4662
|
+
replace: {
|
|
4663
|
+
type: BooleanConstructor;
|
|
4664
|
+
default: boolean;
|
|
4665
|
+
};
|
|
4336
4666
|
}>> & Readonly<{
|
|
4337
4667
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
4338
4668
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -4340,18 +4670,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4340
4670
|
link: boolean;
|
|
4341
4671
|
disabled: boolean;
|
|
4342
4672
|
type: string;
|
|
4673
|
+
target: string;
|
|
4343
4674
|
circle: boolean;
|
|
4344
4675
|
active: boolean;
|
|
4345
4676
|
loading: boolean;
|
|
4346
4677
|
size: string;
|
|
4678
|
+
replace: boolean;
|
|
4347
4679
|
kind: string;
|
|
4348
4680
|
labelClass: string | unknown[] | Record<string, any>;
|
|
4681
|
+
href: string;
|
|
4682
|
+
to: string | Record<string, any>;
|
|
4349
4683
|
iconPosition: string;
|
|
4350
4684
|
importance: string;
|
|
4351
4685
|
linkKind: string;
|
|
4352
4686
|
linkInverted: boolean;
|
|
4353
4687
|
width: string;
|
|
4354
4688
|
assertiveOnFocus: boolean;
|
|
4689
|
+
rel: string;
|
|
4355
4690
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4356
4691
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4357
4692
|
DtLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -4495,6 +4830,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4495
4830
|
type: BooleanConstructor;
|
|
4496
4831
|
default: boolean;
|
|
4497
4832
|
};
|
|
4833
|
+
to: {
|
|
4834
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4835
|
+
default: null;
|
|
4836
|
+
};
|
|
4837
|
+
href: {
|
|
4838
|
+
type: StringConstructor;
|
|
4839
|
+
default: null;
|
|
4840
|
+
};
|
|
4841
|
+
target: {
|
|
4842
|
+
type: StringConstructor;
|
|
4843
|
+
default: null;
|
|
4844
|
+
};
|
|
4845
|
+
rel: {
|
|
4846
|
+
type: StringConstructor;
|
|
4847
|
+
default: null;
|
|
4848
|
+
};
|
|
4849
|
+
replace: {
|
|
4850
|
+
type: BooleanConstructor;
|
|
4851
|
+
default: boolean;
|
|
4852
|
+
};
|
|
4498
4853
|
}>, {}, {
|
|
4499
4854
|
ICON_POSITION_MODIFIERS: {
|
|
4500
4855
|
left: string;
|
|
@@ -4506,13 +4861,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4506
4861
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
4507
4862
|
i18n: any;
|
|
4508
4863
|
}, {
|
|
4509
|
-
|
|
4864
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
4865
|
+
isNativeButton(): boolean;
|
|
4866
|
+
computedAttrs(): {
|
|
4867
|
+
'aria-disabled'?: string | undefined;
|
|
4868
|
+
tabindex?: string | undefined;
|
|
4869
|
+
to: string | Record<string, any>;
|
|
4870
|
+
replace: boolean;
|
|
4871
|
+
type?: undefined;
|
|
4872
|
+
disabled?: undefined;
|
|
4873
|
+
} | {
|
|
4874
|
+
'aria-disabled'?: string | undefined;
|
|
4875
|
+
tabindex?: string | undefined;
|
|
4876
|
+
href: string | null;
|
|
4877
|
+
target: string;
|
|
4878
|
+
rel: string;
|
|
4879
|
+
type?: undefined;
|
|
4880
|
+
disabled?: undefined;
|
|
4881
|
+
} | {
|
|
4882
|
+
type: string;
|
|
4883
|
+
disabled: boolean;
|
|
4884
|
+
};
|
|
4885
|
+
computedListeners(): {
|
|
4510
4886
|
focusin: (e: any) => void;
|
|
4511
4887
|
focusout: (e: any) => void;
|
|
4512
4888
|
};
|
|
4513
4889
|
computedAriaLive(): unknown;
|
|
4514
4890
|
iconSize(): any;
|
|
4515
4891
|
}, {
|
|
4892
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
4516
4893
|
buttonClasses(): any[];
|
|
4517
4894
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
4518
4895
|
shouldRenderIcon(): any;
|
|
@@ -4585,6 +4962,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4585
4962
|
type: BooleanConstructor;
|
|
4586
4963
|
default: boolean;
|
|
4587
4964
|
};
|
|
4965
|
+
to: {
|
|
4966
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4967
|
+
default: null;
|
|
4968
|
+
};
|
|
4969
|
+
href: {
|
|
4970
|
+
type: StringConstructor;
|
|
4971
|
+
default: null;
|
|
4972
|
+
};
|
|
4973
|
+
target: {
|
|
4974
|
+
type: StringConstructor;
|
|
4975
|
+
default: null;
|
|
4976
|
+
};
|
|
4977
|
+
rel: {
|
|
4978
|
+
type: StringConstructor;
|
|
4979
|
+
default: null;
|
|
4980
|
+
};
|
|
4981
|
+
replace: {
|
|
4982
|
+
type: BooleanConstructor;
|
|
4983
|
+
default: boolean;
|
|
4984
|
+
};
|
|
4588
4985
|
}>> & Readonly<{
|
|
4589
4986
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
4590
4987
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -4592,18 +4989,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4592
4989
|
link: boolean;
|
|
4593
4990
|
disabled: boolean;
|
|
4594
4991
|
type: string;
|
|
4992
|
+
target: string;
|
|
4595
4993
|
circle: boolean;
|
|
4596
4994
|
active: boolean;
|
|
4597
4995
|
loading: boolean;
|
|
4598
4996
|
size: string;
|
|
4997
|
+
replace: boolean;
|
|
4599
4998
|
kind: string;
|
|
4600
4999
|
labelClass: string | unknown[] | Record<string, any>;
|
|
5000
|
+
href: string;
|
|
5001
|
+
to: string | Record<string, any>;
|
|
4601
5002
|
iconPosition: string;
|
|
4602
5003
|
importance: string;
|
|
4603
5004
|
linkKind: string;
|
|
4604
5005
|
linkInverted: boolean;
|
|
4605
5006
|
width: string;
|
|
4606
5007
|
assertiveOnFocus: boolean;
|
|
5008
|
+
rel: string;
|
|
4607
5009
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4608
5010
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4609
5011
|
size: {
|
|
@@ -4979,6 +5381,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4979
5381
|
type: BooleanConstructor;
|
|
4980
5382
|
default: boolean;
|
|
4981
5383
|
};
|
|
5384
|
+
to: {
|
|
5385
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5386
|
+
default: null;
|
|
5387
|
+
};
|
|
5388
|
+
href: {
|
|
5389
|
+
type: StringConstructor;
|
|
5390
|
+
default: null;
|
|
5391
|
+
};
|
|
5392
|
+
target: {
|
|
5393
|
+
type: StringConstructor;
|
|
5394
|
+
default: null;
|
|
5395
|
+
};
|
|
5396
|
+
rel: {
|
|
5397
|
+
type: StringConstructor;
|
|
5398
|
+
default: null;
|
|
5399
|
+
};
|
|
5400
|
+
replace: {
|
|
5401
|
+
type: BooleanConstructor;
|
|
5402
|
+
default: boolean;
|
|
5403
|
+
};
|
|
4982
5404
|
}>, {}, {
|
|
4983
5405
|
ICON_POSITION_MODIFIERS: {
|
|
4984
5406
|
left: string;
|
|
@@ -4990,13 +5412,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4990
5412
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
4991
5413
|
i18n: any;
|
|
4992
5414
|
}, {
|
|
4993
|
-
|
|
5415
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
5416
|
+
isNativeButton(): boolean;
|
|
5417
|
+
computedAttrs(): {
|
|
5418
|
+
'aria-disabled'?: string | undefined;
|
|
5419
|
+
tabindex?: string | undefined;
|
|
5420
|
+
to: string | Record<string, any>;
|
|
5421
|
+
replace: boolean;
|
|
5422
|
+
type?: undefined;
|
|
5423
|
+
disabled?: undefined;
|
|
5424
|
+
} | {
|
|
5425
|
+
'aria-disabled'?: string | undefined;
|
|
5426
|
+
tabindex?: string | undefined;
|
|
5427
|
+
href: string | null;
|
|
5428
|
+
target: string;
|
|
5429
|
+
rel: string;
|
|
5430
|
+
type?: undefined;
|
|
5431
|
+
disabled?: undefined;
|
|
5432
|
+
} | {
|
|
5433
|
+
type: string;
|
|
5434
|
+
disabled: boolean;
|
|
5435
|
+
};
|
|
5436
|
+
computedListeners(): {
|
|
4994
5437
|
focusin: (e: any) => void;
|
|
4995
5438
|
focusout: (e: any) => void;
|
|
4996
5439
|
};
|
|
4997
5440
|
computedAriaLive(): unknown;
|
|
4998
5441
|
iconSize(): any;
|
|
4999
5442
|
}, {
|
|
5443
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
5000
5444
|
buttonClasses(): any[];
|
|
5001
5445
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
5002
5446
|
shouldRenderIcon(): any;
|
|
@@ -5069,6 +5513,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5069
5513
|
type: BooleanConstructor;
|
|
5070
5514
|
default: boolean;
|
|
5071
5515
|
};
|
|
5516
|
+
to: {
|
|
5517
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5518
|
+
default: null;
|
|
5519
|
+
};
|
|
5520
|
+
href: {
|
|
5521
|
+
type: StringConstructor;
|
|
5522
|
+
default: null;
|
|
5523
|
+
};
|
|
5524
|
+
target: {
|
|
5525
|
+
type: StringConstructor;
|
|
5526
|
+
default: null;
|
|
5527
|
+
};
|
|
5528
|
+
rel: {
|
|
5529
|
+
type: StringConstructor;
|
|
5530
|
+
default: null;
|
|
5531
|
+
};
|
|
5532
|
+
replace: {
|
|
5533
|
+
type: BooleanConstructor;
|
|
5534
|
+
default: boolean;
|
|
5535
|
+
};
|
|
5072
5536
|
}>> & Readonly<{
|
|
5073
5537
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
5074
5538
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -5076,18 +5540,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5076
5540
|
link: boolean;
|
|
5077
5541
|
disabled: boolean;
|
|
5078
5542
|
type: string;
|
|
5543
|
+
target: string;
|
|
5079
5544
|
circle: boolean;
|
|
5080
5545
|
active: boolean;
|
|
5081
5546
|
loading: boolean;
|
|
5082
5547
|
size: string;
|
|
5548
|
+
replace: boolean;
|
|
5083
5549
|
kind: string;
|
|
5084
5550
|
labelClass: string | unknown[] | Record<string, any>;
|
|
5551
|
+
href: string;
|
|
5552
|
+
to: string | Record<string, any>;
|
|
5085
5553
|
iconPosition: string;
|
|
5086
5554
|
importance: string;
|
|
5087
5555
|
linkKind: string;
|
|
5088
5556
|
linkInverted: boolean;
|
|
5089
5557
|
width: string;
|
|
5090
5558
|
assertiveOnFocus: boolean;
|
|
5559
|
+
rel: string;
|
|
5091
5560
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5092
5561
|
DtStack: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5093
5562
|
direction: {
|
|
@@ -5302,6 +5771,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5302
5771
|
type: BooleanConstructor;
|
|
5303
5772
|
default: boolean;
|
|
5304
5773
|
};
|
|
5774
|
+
to: {
|
|
5775
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5776
|
+
default: null;
|
|
5777
|
+
};
|
|
5778
|
+
href: {
|
|
5779
|
+
type: StringConstructor;
|
|
5780
|
+
default: null;
|
|
5781
|
+
};
|
|
5782
|
+
target: {
|
|
5783
|
+
type: StringConstructor;
|
|
5784
|
+
default: null;
|
|
5785
|
+
};
|
|
5786
|
+
rel: {
|
|
5787
|
+
type: StringConstructor;
|
|
5788
|
+
default: null;
|
|
5789
|
+
};
|
|
5790
|
+
replace: {
|
|
5791
|
+
type: BooleanConstructor;
|
|
5792
|
+
default: boolean;
|
|
5793
|
+
};
|
|
5305
5794
|
}>, {}, {
|
|
5306
5795
|
ICON_POSITION_MODIFIERS: {
|
|
5307
5796
|
left: string;
|
|
@@ -5313,13 +5802,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5313
5802
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
5314
5803
|
i18n: any;
|
|
5315
5804
|
}, {
|
|
5316
|
-
|
|
5805
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
5806
|
+
isNativeButton(): boolean;
|
|
5807
|
+
computedAttrs(): {
|
|
5808
|
+
'aria-disabled'?: string | undefined;
|
|
5809
|
+
tabindex?: string | undefined;
|
|
5810
|
+
to: string | Record<string, any>;
|
|
5811
|
+
replace: boolean;
|
|
5812
|
+
type?: undefined;
|
|
5813
|
+
disabled?: undefined;
|
|
5814
|
+
} | {
|
|
5815
|
+
'aria-disabled'?: string | undefined;
|
|
5816
|
+
tabindex?: string | undefined;
|
|
5817
|
+
href: string | null;
|
|
5818
|
+
target: string;
|
|
5819
|
+
rel: string;
|
|
5820
|
+
type?: undefined;
|
|
5821
|
+
disabled?: undefined;
|
|
5822
|
+
} | {
|
|
5823
|
+
type: string;
|
|
5824
|
+
disabled: boolean;
|
|
5825
|
+
};
|
|
5826
|
+
computedListeners(): {
|
|
5317
5827
|
focusin: (e: any) => void;
|
|
5318
5828
|
focusout: (e: any) => void;
|
|
5319
5829
|
};
|
|
5320
5830
|
computedAriaLive(): unknown;
|
|
5321
5831
|
iconSize(): any;
|
|
5322
5832
|
}, {
|
|
5833
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
5323
5834
|
buttonClasses(): any[];
|
|
5324
5835
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
5325
5836
|
shouldRenderIcon(): any;
|
|
@@ -5392,6 +5903,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5392
5903
|
type: BooleanConstructor;
|
|
5393
5904
|
default: boolean;
|
|
5394
5905
|
};
|
|
5906
|
+
to: {
|
|
5907
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5908
|
+
default: null;
|
|
5909
|
+
};
|
|
5910
|
+
href: {
|
|
5911
|
+
type: StringConstructor;
|
|
5912
|
+
default: null;
|
|
5913
|
+
};
|
|
5914
|
+
target: {
|
|
5915
|
+
type: StringConstructor;
|
|
5916
|
+
default: null;
|
|
5917
|
+
};
|
|
5918
|
+
rel: {
|
|
5919
|
+
type: StringConstructor;
|
|
5920
|
+
default: null;
|
|
5921
|
+
};
|
|
5922
|
+
replace: {
|
|
5923
|
+
type: BooleanConstructor;
|
|
5924
|
+
default: boolean;
|
|
5925
|
+
};
|
|
5395
5926
|
}>> & Readonly<{
|
|
5396
5927
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
5397
5928
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -5399,18 +5930,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5399
5930
|
link: boolean;
|
|
5400
5931
|
disabled: boolean;
|
|
5401
5932
|
type: string;
|
|
5933
|
+
target: string;
|
|
5402
5934
|
circle: boolean;
|
|
5403
5935
|
active: boolean;
|
|
5404
5936
|
loading: boolean;
|
|
5405
5937
|
size: string;
|
|
5938
|
+
replace: boolean;
|
|
5406
5939
|
kind: string;
|
|
5407
5940
|
labelClass: string | unknown[] | Record<string, any>;
|
|
5941
|
+
href: string;
|
|
5942
|
+
to: string | Record<string, any>;
|
|
5408
5943
|
iconPosition: string;
|
|
5409
5944
|
importance: string;
|
|
5410
5945
|
linkKind: string;
|
|
5411
5946
|
linkInverted: boolean;
|
|
5412
5947
|
width: string;
|
|
5413
5948
|
assertiveOnFocus: boolean;
|
|
5949
|
+
rel: string;
|
|
5414
5950
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5415
5951
|
DtTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5416
5952
|
id: {
|
|
@@ -6364,6 +6900,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6364
6900
|
type: BooleanConstructor;
|
|
6365
6901
|
default: boolean;
|
|
6366
6902
|
};
|
|
6903
|
+
allowVariable: {
|
|
6904
|
+
type: BooleanConstructor;
|
|
6905
|
+
default: boolean;
|
|
6906
|
+
};
|
|
6907
|
+
variableItems: {
|
|
6908
|
+
type: ArrayConstructor;
|
|
6909
|
+
default: () => never[];
|
|
6910
|
+
};
|
|
6367
6911
|
additionalExtensions: {
|
|
6368
6912
|
type: ArrayConstructor;
|
|
6369
6913
|
default: () => never[];
|
|
@@ -6404,6 +6948,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6404
6948
|
processChannelNode(node: any): string;
|
|
6405
6949
|
processSlashCommandsNode(node: any): string;
|
|
6406
6950
|
processEmojiNode(node: any): any;
|
|
6951
|
+
processVariableNode(node: any): string;
|
|
6407
6952
|
processUnknownNode(node: any): any;
|
|
6408
6953
|
applyMarks(text: any, marks: any): any;
|
|
6409
6954
|
};
|
|
@@ -6554,6 +7099,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6554
7099
|
type: BooleanConstructor;
|
|
6555
7100
|
default: boolean;
|
|
6556
7101
|
};
|
|
7102
|
+
allowVariable: {
|
|
7103
|
+
type: BooleanConstructor;
|
|
7104
|
+
default: boolean;
|
|
7105
|
+
};
|
|
7106
|
+
variableItems: {
|
|
7107
|
+
type: ArrayConstructor;
|
|
7108
|
+
default: () => never[];
|
|
7109
|
+
};
|
|
6557
7110
|
additionalExtensions: {
|
|
6558
7111
|
type: ArrayConstructor;
|
|
6559
7112
|
default: () => never[];
|
|
@@ -6590,6 +7143,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6590
7143
|
modelValue: string | Record<string, any>;
|
|
6591
7144
|
placeholder: string;
|
|
6592
7145
|
inputClass: string;
|
|
7146
|
+
variableItems: unknown[];
|
|
6593
7147
|
editable: boolean;
|
|
6594
7148
|
preventTyping: boolean;
|
|
6595
7149
|
pasteRichText: boolean;
|
|
@@ -6611,6 +7165,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6611
7165
|
allowInlineImages: boolean;
|
|
6612
7166
|
allowFontColor: boolean;
|
|
6613
7167
|
allowFontFamily: boolean;
|
|
7168
|
+
allowVariable: boolean;
|
|
6614
7169
|
additionalExtensions: unknown[];
|
|
6615
7170
|
hideLinkBubbleMenu: boolean;
|
|
6616
7171
|
useDivTags: boolean;
|
|
@@ -6756,6 +7311,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6756
7311
|
type: BooleanConstructor;
|
|
6757
7312
|
default: boolean;
|
|
6758
7313
|
};
|
|
7314
|
+
to: {
|
|
7315
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
7316
|
+
default: null;
|
|
7317
|
+
};
|
|
7318
|
+
href: {
|
|
7319
|
+
type: StringConstructor;
|
|
7320
|
+
default: null;
|
|
7321
|
+
};
|
|
7322
|
+
target: {
|
|
7323
|
+
type: StringConstructor;
|
|
7324
|
+
default: null;
|
|
7325
|
+
};
|
|
7326
|
+
rel: {
|
|
7327
|
+
type: StringConstructor;
|
|
7328
|
+
default: null;
|
|
7329
|
+
};
|
|
7330
|
+
replace: {
|
|
7331
|
+
type: BooleanConstructor;
|
|
7332
|
+
default: boolean;
|
|
7333
|
+
};
|
|
6759
7334
|
}>, {}, {
|
|
6760
7335
|
ICON_POSITION_MODIFIERS: {
|
|
6761
7336
|
left: string;
|
|
@@ -6767,13 +7342,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6767
7342
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
6768
7343
|
i18n: any;
|
|
6769
7344
|
}, {
|
|
6770
|
-
|
|
7345
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
7346
|
+
isNativeButton(): boolean;
|
|
7347
|
+
computedAttrs(): {
|
|
7348
|
+
'aria-disabled'?: string | undefined;
|
|
7349
|
+
tabindex?: string | undefined;
|
|
7350
|
+
to: string | Record<string, any>;
|
|
7351
|
+
replace: boolean;
|
|
7352
|
+
type?: undefined;
|
|
7353
|
+
disabled?: undefined;
|
|
7354
|
+
} | {
|
|
7355
|
+
'aria-disabled'?: string | undefined;
|
|
7356
|
+
tabindex?: string | undefined;
|
|
7357
|
+
href: string | null;
|
|
7358
|
+
target: string;
|
|
7359
|
+
rel: string;
|
|
7360
|
+
type?: undefined;
|
|
7361
|
+
disabled?: undefined;
|
|
7362
|
+
} | {
|
|
7363
|
+
type: string;
|
|
7364
|
+
disabled: boolean;
|
|
7365
|
+
};
|
|
7366
|
+
computedListeners(): {
|
|
6771
7367
|
focusin: (e: any) => void;
|
|
6772
7368
|
focusout: (e: any) => void;
|
|
6773
7369
|
};
|
|
6774
7370
|
computedAriaLive(): unknown;
|
|
6775
7371
|
iconSize(): any;
|
|
6776
7372
|
}, {
|
|
7373
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
6777
7374
|
buttonClasses(): any[];
|
|
6778
7375
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
6779
7376
|
shouldRenderIcon(): any;
|
|
@@ -6846,6 +7443,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6846
7443
|
type: BooleanConstructor;
|
|
6847
7444
|
default: boolean;
|
|
6848
7445
|
};
|
|
7446
|
+
to: {
|
|
7447
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
7448
|
+
default: null;
|
|
7449
|
+
};
|
|
7450
|
+
href: {
|
|
7451
|
+
type: StringConstructor;
|
|
7452
|
+
default: null;
|
|
7453
|
+
};
|
|
7454
|
+
target: {
|
|
7455
|
+
type: StringConstructor;
|
|
7456
|
+
default: null;
|
|
7457
|
+
};
|
|
7458
|
+
rel: {
|
|
7459
|
+
type: StringConstructor;
|
|
7460
|
+
default: null;
|
|
7461
|
+
};
|
|
7462
|
+
replace: {
|
|
7463
|
+
type: BooleanConstructor;
|
|
7464
|
+
default: boolean;
|
|
7465
|
+
};
|
|
6849
7466
|
}>> & Readonly<{
|
|
6850
7467
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
6851
7468
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -6853,18 +7470,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6853
7470
|
link: boolean;
|
|
6854
7471
|
disabled: boolean;
|
|
6855
7472
|
type: string;
|
|
7473
|
+
target: string;
|
|
6856
7474
|
circle: boolean;
|
|
6857
7475
|
active: boolean;
|
|
6858
7476
|
loading: boolean;
|
|
6859
7477
|
size: string;
|
|
7478
|
+
replace: boolean;
|
|
6860
7479
|
kind: string;
|
|
6861
7480
|
labelClass: string | unknown[] | Record<string, any>;
|
|
7481
|
+
href: string;
|
|
7482
|
+
to: string | Record<string, any>;
|
|
6862
7483
|
iconPosition: string;
|
|
6863
7484
|
importance: string;
|
|
6864
7485
|
linkKind: string;
|
|
6865
7486
|
linkInverted: boolean;
|
|
6866
7487
|
width: string;
|
|
6867
7488
|
assertiveOnFocus: boolean;
|
|
7489
|
+
rel: string;
|
|
6868
7490
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6869
7491
|
DtStack: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
6870
7492
|
direction: {
|