@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
|
@@ -382,6 +382,26 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
382
382
|
type: BooleanConstructor;
|
|
383
383
|
default: boolean;
|
|
384
384
|
};
|
|
385
|
+
to: {
|
|
386
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
387
|
+
default: null;
|
|
388
|
+
};
|
|
389
|
+
href: {
|
|
390
|
+
type: StringConstructor;
|
|
391
|
+
default: null;
|
|
392
|
+
};
|
|
393
|
+
target: {
|
|
394
|
+
type: StringConstructor;
|
|
395
|
+
default: null;
|
|
396
|
+
};
|
|
397
|
+
rel: {
|
|
398
|
+
type: StringConstructor;
|
|
399
|
+
default: null;
|
|
400
|
+
};
|
|
401
|
+
replace: {
|
|
402
|
+
type: BooleanConstructor;
|
|
403
|
+
default: boolean;
|
|
404
|
+
};
|
|
385
405
|
}>, {}, {
|
|
386
406
|
ICON_POSITION_MODIFIERS: {
|
|
387
407
|
left: string;
|
|
@@ -393,13 +413,35 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
393
413
|
hasSlotContent: typeof import('../../common/utils').hasSlotContent;
|
|
394
414
|
i18n: any;
|
|
395
415
|
}, {
|
|
396
|
-
|
|
416
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
417
|
+
isNativeButton(): boolean;
|
|
418
|
+
computedAttrs(): {
|
|
419
|
+
'aria-disabled'?: string | undefined;
|
|
420
|
+
tabindex?: string | undefined;
|
|
421
|
+
to: string | Record<string, any>;
|
|
422
|
+
replace: boolean;
|
|
423
|
+
type?: undefined;
|
|
424
|
+
disabled?: undefined;
|
|
425
|
+
} | {
|
|
426
|
+
'aria-disabled'?: string | undefined;
|
|
427
|
+
tabindex?: string | undefined;
|
|
428
|
+
href: string | null;
|
|
429
|
+
target: string;
|
|
430
|
+
rel: string;
|
|
431
|
+
type?: undefined;
|
|
432
|
+
disabled?: undefined;
|
|
433
|
+
} | {
|
|
434
|
+
type: string;
|
|
435
|
+
disabled: boolean;
|
|
436
|
+
};
|
|
437
|
+
computedListeners(): {
|
|
397
438
|
focusin: (e: any) => void;
|
|
398
439
|
focusout: (e: any) => void;
|
|
399
440
|
};
|
|
400
441
|
computedAriaLive(): unknown;
|
|
401
442
|
iconSize(): any;
|
|
402
443
|
}, {
|
|
444
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
403
445
|
buttonClasses(): any[];
|
|
404
446
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
405
447
|
shouldRenderIcon(): any;
|
|
@@ -472,6 +514,26 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
472
514
|
type: BooleanConstructor;
|
|
473
515
|
default: boolean;
|
|
474
516
|
};
|
|
517
|
+
to: {
|
|
518
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
519
|
+
default: null;
|
|
520
|
+
};
|
|
521
|
+
href: {
|
|
522
|
+
type: StringConstructor;
|
|
523
|
+
default: null;
|
|
524
|
+
};
|
|
525
|
+
target: {
|
|
526
|
+
type: StringConstructor;
|
|
527
|
+
default: null;
|
|
528
|
+
};
|
|
529
|
+
rel: {
|
|
530
|
+
type: StringConstructor;
|
|
531
|
+
default: null;
|
|
532
|
+
};
|
|
533
|
+
replace: {
|
|
534
|
+
type: BooleanConstructor;
|
|
535
|
+
default: boolean;
|
|
536
|
+
};
|
|
475
537
|
}>> & Readonly<{
|
|
476
538
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
477
539
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -479,18 +541,23 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
479
541
|
link: boolean;
|
|
480
542
|
disabled: boolean;
|
|
481
543
|
type: string;
|
|
544
|
+
target: string;
|
|
482
545
|
circle: boolean;
|
|
483
546
|
active: boolean;
|
|
484
547
|
loading: boolean;
|
|
485
548
|
size: string;
|
|
549
|
+
replace: boolean;
|
|
486
550
|
kind: string;
|
|
487
551
|
labelClass: string | unknown[] | Record<string, any>;
|
|
552
|
+
href: string;
|
|
553
|
+
to: string | Record<string, any>;
|
|
488
554
|
iconPosition: string;
|
|
489
555
|
importance: string;
|
|
490
556
|
linkKind: string;
|
|
491
557
|
linkInverted: boolean;
|
|
492
558
|
width: string;
|
|
493
559
|
assertiveOnFocus: boolean;
|
|
560
|
+
rel: string;
|
|
494
561
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
495
562
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
496
563
|
DtLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -634,6 +701,26 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
634
701
|
type: BooleanConstructor;
|
|
635
702
|
default: boolean;
|
|
636
703
|
};
|
|
704
|
+
to: {
|
|
705
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
706
|
+
default: null;
|
|
707
|
+
};
|
|
708
|
+
href: {
|
|
709
|
+
type: StringConstructor;
|
|
710
|
+
default: null;
|
|
711
|
+
};
|
|
712
|
+
target: {
|
|
713
|
+
type: StringConstructor;
|
|
714
|
+
default: null;
|
|
715
|
+
};
|
|
716
|
+
rel: {
|
|
717
|
+
type: StringConstructor;
|
|
718
|
+
default: null;
|
|
719
|
+
};
|
|
720
|
+
replace: {
|
|
721
|
+
type: BooleanConstructor;
|
|
722
|
+
default: boolean;
|
|
723
|
+
};
|
|
637
724
|
}>, {}, {
|
|
638
725
|
ICON_POSITION_MODIFIERS: {
|
|
639
726
|
left: string;
|
|
@@ -645,13 +732,35 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
645
732
|
hasSlotContent: typeof import('../../common/utils').hasSlotContent;
|
|
646
733
|
i18n: any;
|
|
647
734
|
}, {
|
|
648
|
-
|
|
735
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
736
|
+
isNativeButton(): boolean;
|
|
737
|
+
computedAttrs(): {
|
|
738
|
+
'aria-disabled'?: string | undefined;
|
|
739
|
+
tabindex?: string | undefined;
|
|
740
|
+
to: string | Record<string, any>;
|
|
741
|
+
replace: boolean;
|
|
742
|
+
type?: undefined;
|
|
743
|
+
disabled?: undefined;
|
|
744
|
+
} | {
|
|
745
|
+
'aria-disabled'?: string | undefined;
|
|
746
|
+
tabindex?: string | undefined;
|
|
747
|
+
href: string | null;
|
|
748
|
+
target: string;
|
|
749
|
+
rel: string;
|
|
750
|
+
type?: undefined;
|
|
751
|
+
disabled?: undefined;
|
|
752
|
+
} | {
|
|
753
|
+
type: string;
|
|
754
|
+
disabled: boolean;
|
|
755
|
+
};
|
|
756
|
+
computedListeners(): {
|
|
649
757
|
focusin: (e: any) => void;
|
|
650
758
|
focusout: (e: any) => void;
|
|
651
759
|
};
|
|
652
760
|
computedAriaLive(): unknown;
|
|
653
761
|
iconSize(): any;
|
|
654
762
|
}, {
|
|
763
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
655
764
|
buttonClasses(): any[];
|
|
656
765
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
657
766
|
shouldRenderIcon(): any;
|
|
@@ -724,6 +833,26 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
724
833
|
type: BooleanConstructor;
|
|
725
834
|
default: boolean;
|
|
726
835
|
};
|
|
836
|
+
to: {
|
|
837
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
838
|
+
default: null;
|
|
839
|
+
};
|
|
840
|
+
href: {
|
|
841
|
+
type: StringConstructor;
|
|
842
|
+
default: null;
|
|
843
|
+
};
|
|
844
|
+
target: {
|
|
845
|
+
type: StringConstructor;
|
|
846
|
+
default: null;
|
|
847
|
+
};
|
|
848
|
+
rel: {
|
|
849
|
+
type: StringConstructor;
|
|
850
|
+
default: null;
|
|
851
|
+
};
|
|
852
|
+
replace: {
|
|
853
|
+
type: BooleanConstructor;
|
|
854
|
+
default: boolean;
|
|
855
|
+
};
|
|
727
856
|
}>> & Readonly<{
|
|
728
857
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
729
858
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -731,18 +860,23 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
731
860
|
link: boolean;
|
|
732
861
|
disabled: boolean;
|
|
733
862
|
type: string;
|
|
863
|
+
target: string;
|
|
734
864
|
circle: boolean;
|
|
735
865
|
active: boolean;
|
|
736
866
|
loading: boolean;
|
|
737
867
|
size: string;
|
|
868
|
+
replace: boolean;
|
|
738
869
|
kind: string;
|
|
739
870
|
labelClass: string | unknown[] | Record<string, any>;
|
|
871
|
+
href: string;
|
|
872
|
+
to: string | Record<string, any>;
|
|
740
873
|
iconPosition: string;
|
|
741
874
|
importance: string;
|
|
742
875
|
linkKind: string;
|
|
743
876
|
linkInverted: boolean;
|
|
744
877
|
width: string;
|
|
745
878
|
assertiveOnFocus: boolean;
|
|
879
|
+
rel: string;
|
|
746
880
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
747
881
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
748
882
|
size: {
|
|
@@ -1434,6 +1568,26 @@ type __VLS_TemplateResult = {
|
|
|
1434
1568
|
type: BooleanConstructor;
|
|
1435
1569
|
default: boolean;
|
|
1436
1570
|
};
|
|
1571
|
+
to: {
|
|
1572
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1573
|
+
default: null;
|
|
1574
|
+
};
|
|
1575
|
+
href: {
|
|
1576
|
+
type: StringConstructor;
|
|
1577
|
+
default: null;
|
|
1578
|
+
};
|
|
1579
|
+
target: {
|
|
1580
|
+
type: StringConstructor;
|
|
1581
|
+
default: null;
|
|
1582
|
+
};
|
|
1583
|
+
rel: {
|
|
1584
|
+
type: StringConstructor;
|
|
1585
|
+
default: null;
|
|
1586
|
+
};
|
|
1587
|
+
replace: {
|
|
1588
|
+
type: BooleanConstructor;
|
|
1589
|
+
default: boolean;
|
|
1590
|
+
};
|
|
1437
1591
|
}>, {}, {
|
|
1438
1592
|
ICON_POSITION_MODIFIERS: {
|
|
1439
1593
|
left: string;
|
|
@@ -1445,13 +1599,35 @@ type __VLS_TemplateResult = {
|
|
|
1445
1599
|
hasSlotContent: typeof hasSlotContent;
|
|
1446
1600
|
i18n: any;
|
|
1447
1601
|
}, {
|
|
1448
|
-
|
|
1602
|
+
computedTag(): string | ConcreteComponent<{}, any, any, ComputedOptions, MethodOptions, {}, any>;
|
|
1603
|
+
isNativeButton(): boolean;
|
|
1604
|
+
computedAttrs(): {
|
|
1605
|
+
'aria-disabled'?: string | undefined;
|
|
1606
|
+
tabindex?: string | undefined;
|
|
1607
|
+
to: string | Record<string, any>;
|
|
1608
|
+
replace: boolean;
|
|
1609
|
+
type?: undefined;
|
|
1610
|
+
disabled?: undefined;
|
|
1611
|
+
} | {
|
|
1612
|
+
'aria-disabled'?: string | undefined;
|
|
1613
|
+
tabindex?: string | undefined;
|
|
1614
|
+
href: string | null;
|
|
1615
|
+
target: string;
|
|
1616
|
+
rel: string;
|
|
1617
|
+
type?: undefined;
|
|
1618
|
+
disabled?: undefined;
|
|
1619
|
+
} | {
|
|
1620
|
+
type: string;
|
|
1621
|
+
disabled: boolean;
|
|
1622
|
+
};
|
|
1623
|
+
computedListeners(): {
|
|
1449
1624
|
focusin: (e: any) => void;
|
|
1450
1625
|
focusout: (e: any) => void;
|
|
1451
1626
|
};
|
|
1452
1627
|
computedAriaLive(): unknown;
|
|
1453
1628
|
iconSize(): any;
|
|
1454
1629
|
}, {
|
|
1630
|
+
resolveRouterLink(): string | ConcreteComponent<{}, any, any, ComputedOptions, MethodOptions, {}, any>;
|
|
1455
1631
|
buttonClasses(): any[];
|
|
1456
1632
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
1457
1633
|
shouldRenderIcon(): any;
|
|
@@ -1524,22 +1700,47 @@ type __VLS_TemplateResult = {
|
|
|
1524
1700
|
type: BooleanConstructor;
|
|
1525
1701
|
default: boolean;
|
|
1526
1702
|
};
|
|
1703
|
+
to: {
|
|
1704
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1705
|
+
default: null;
|
|
1706
|
+
};
|
|
1707
|
+
href: {
|
|
1708
|
+
type: StringConstructor;
|
|
1709
|
+
default: null;
|
|
1710
|
+
};
|
|
1711
|
+
target: {
|
|
1712
|
+
type: StringConstructor;
|
|
1713
|
+
default: null;
|
|
1714
|
+
};
|
|
1715
|
+
rel: {
|
|
1716
|
+
type: StringConstructor;
|
|
1717
|
+
default: null;
|
|
1718
|
+
};
|
|
1719
|
+
replace: {
|
|
1720
|
+
type: BooleanConstructor;
|
|
1721
|
+
default: boolean;
|
|
1722
|
+
};
|
|
1527
1723
|
}>, ("focusin" | "focusout")[]>, {
|
|
1528
1724
|
link: boolean;
|
|
1529
1725
|
disabled: boolean;
|
|
1530
1726
|
type: string;
|
|
1727
|
+
target: string;
|
|
1531
1728
|
circle: boolean;
|
|
1532
1729
|
active: boolean;
|
|
1533
1730
|
loading: boolean;
|
|
1534
1731
|
size: string;
|
|
1732
|
+
replace: boolean;
|
|
1535
1733
|
kind: string;
|
|
1536
1734
|
labelClass: string | unknown[] | Record<string, any>;
|
|
1735
|
+
href: string;
|
|
1736
|
+
to: string | Record<string, any>;
|
|
1537
1737
|
iconPosition: string;
|
|
1538
1738
|
importance: string;
|
|
1539
1739
|
linkKind: string;
|
|
1540
1740
|
linkInverted: boolean;
|
|
1541
1741
|
width: string;
|
|
1542
1742
|
assertiveOnFocus: boolean;
|
|
1743
|
+
rel: string;
|
|
1543
1744
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1544
1745
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1545
1746
|
DtLazyShow: DefineComponent<ExtractPropTypes<{
|
|
@@ -1681,6 +1882,26 @@ type __VLS_TemplateResult = {
|
|
|
1681
1882
|
type: BooleanConstructor;
|
|
1682
1883
|
default: boolean;
|
|
1683
1884
|
};
|
|
1885
|
+
to: {
|
|
1886
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1887
|
+
default: null;
|
|
1888
|
+
};
|
|
1889
|
+
href: {
|
|
1890
|
+
type: StringConstructor;
|
|
1891
|
+
default: null;
|
|
1892
|
+
};
|
|
1893
|
+
target: {
|
|
1894
|
+
type: StringConstructor;
|
|
1895
|
+
default: null;
|
|
1896
|
+
};
|
|
1897
|
+
rel: {
|
|
1898
|
+
type: StringConstructor;
|
|
1899
|
+
default: null;
|
|
1900
|
+
};
|
|
1901
|
+
replace: {
|
|
1902
|
+
type: BooleanConstructor;
|
|
1903
|
+
default: boolean;
|
|
1904
|
+
};
|
|
1684
1905
|
}>, {}, {
|
|
1685
1906
|
ICON_POSITION_MODIFIERS: {
|
|
1686
1907
|
left: string;
|
|
@@ -1692,13 +1913,35 @@ type __VLS_TemplateResult = {
|
|
|
1692
1913
|
hasSlotContent: typeof hasSlotContent;
|
|
1693
1914
|
i18n: any;
|
|
1694
1915
|
}, {
|
|
1695
|
-
|
|
1916
|
+
computedTag(): string | ConcreteComponent<{}, any, any, ComputedOptions, MethodOptions, {}, any>;
|
|
1917
|
+
isNativeButton(): boolean;
|
|
1918
|
+
computedAttrs(): {
|
|
1919
|
+
'aria-disabled'?: string | undefined;
|
|
1920
|
+
tabindex?: string | undefined;
|
|
1921
|
+
to: string | Record<string, any>;
|
|
1922
|
+
replace: boolean;
|
|
1923
|
+
type?: undefined;
|
|
1924
|
+
disabled?: undefined;
|
|
1925
|
+
} | {
|
|
1926
|
+
'aria-disabled'?: string | undefined;
|
|
1927
|
+
tabindex?: string | undefined;
|
|
1928
|
+
href: string | null;
|
|
1929
|
+
target: string;
|
|
1930
|
+
rel: string;
|
|
1931
|
+
type?: undefined;
|
|
1932
|
+
disabled?: undefined;
|
|
1933
|
+
} | {
|
|
1934
|
+
type: string;
|
|
1935
|
+
disabled: boolean;
|
|
1936
|
+
};
|
|
1937
|
+
computedListeners(): {
|
|
1696
1938
|
focusin: (e: any) => void;
|
|
1697
1939
|
focusout: (e: any) => void;
|
|
1698
1940
|
};
|
|
1699
1941
|
computedAriaLive(): unknown;
|
|
1700
1942
|
iconSize(): any;
|
|
1701
1943
|
}, {
|
|
1944
|
+
resolveRouterLink(): string | ConcreteComponent<{}, any, any, ComputedOptions, MethodOptions, {}, any>;
|
|
1702
1945
|
buttonClasses(): any[];
|
|
1703
1946
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
1704
1947
|
shouldRenderIcon(): any;
|
|
@@ -1771,22 +2014,47 @@ type __VLS_TemplateResult = {
|
|
|
1771
2014
|
type: BooleanConstructor;
|
|
1772
2015
|
default: boolean;
|
|
1773
2016
|
};
|
|
2017
|
+
to: {
|
|
2018
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2019
|
+
default: null;
|
|
2020
|
+
};
|
|
2021
|
+
href: {
|
|
2022
|
+
type: StringConstructor;
|
|
2023
|
+
default: null;
|
|
2024
|
+
};
|
|
2025
|
+
target: {
|
|
2026
|
+
type: StringConstructor;
|
|
2027
|
+
default: null;
|
|
2028
|
+
};
|
|
2029
|
+
rel: {
|
|
2030
|
+
type: StringConstructor;
|
|
2031
|
+
default: null;
|
|
2032
|
+
};
|
|
2033
|
+
replace: {
|
|
2034
|
+
type: BooleanConstructor;
|
|
2035
|
+
default: boolean;
|
|
2036
|
+
};
|
|
1774
2037
|
}>, ("focusin" | "focusout")[]>, {
|
|
1775
2038
|
link: boolean;
|
|
1776
2039
|
disabled: boolean;
|
|
1777
2040
|
type: string;
|
|
2041
|
+
target: string;
|
|
1778
2042
|
circle: boolean;
|
|
1779
2043
|
active: boolean;
|
|
1780
2044
|
loading: boolean;
|
|
1781
2045
|
size: string;
|
|
2046
|
+
replace: boolean;
|
|
1782
2047
|
kind: string;
|
|
1783
2048
|
labelClass: string | unknown[] | Record<string, any>;
|
|
2049
|
+
href: string;
|
|
2050
|
+
to: string | Record<string, any>;
|
|
1784
2051
|
iconPosition: string;
|
|
1785
2052
|
importance: string;
|
|
1786
2053
|
linkKind: string;
|
|
1787
2054
|
linkInverted: boolean;
|
|
1788
2055
|
width: string;
|
|
1789
2056
|
assertiveOnFocus: boolean;
|
|
2057
|
+
rel: string;
|
|
1790
2058
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1791
2059
|
DtIconClose: DefineComponent<ExtractPropTypes<{
|
|
1792
2060
|
size: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hovercard.vue.d.ts","sourceRoot":"","sources":["../../../../components/hovercard/hovercard.vue"],"names":[],"mappings":"AAsDA;wBAksBqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;;6BAEtE,CAAC,EAAE,CAAC;;;AAbjC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEA1YA,IAnMoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAmMpB,GAnQS
|
|
1
|
+
{"version":3,"file":"hovercard.vue.d.ts","sourceRoot":"","sources":["../../../../components/hovercard/hovercard.vue"],"names":[],"mappings":"AAsDA;wBAksBqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;;6BAEtE,CAAC,EAAE,CAAC;;;AAbjC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEA1YA,IAnMoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAmMpB,GAnQS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAmQT,GAnQS;;;;;;;;;;;;;;;;yEAmQT,IAnMoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qEAmMpB,IAnMoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAulBjB"}
|
|
@@ -188,6 +188,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
188
188
|
type: BooleanConstructor;
|
|
189
189
|
default: boolean;
|
|
190
190
|
};
|
|
191
|
+
to: {
|
|
192
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
193
|
+
default: null;
|
|
194
|
+
};
|
|
195
|
+
href: {
|
|
196
|
+
type: StringConstructor;
|
|
197
|
+
default: null;
|
|
198
|
+
};
|
|
199
|
+
target: {
|
|
200
|
+
type: StringConstructor;
|
|
201
|
+
default: null;
|
|
202
|
+
};
|
|
203
|
+
rel: {
|
|
204
|
+
type: StringConstructor;
|
|
205
|
+
default: null;
|
|
206
|
+
};
|
|
207
|
+
replace: {
|
|
208
|
+
type: BooleanConstructor;
|
|
209
|
+
default: boolean;
|
|
210
|
+
};
|
|
191
211
|
}>, {}, {
|
|
192
212
|
ICON_POSITION_MODIFIERS: {
|
|
193
213
|
left: string;
|
|
@@ -199,13 +219,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
199
219
|
hasSlotContent: typeof import('../../common/utils').hasSlotContent;
|
|
200
220
|
i18n: any;
|
|
201
221
|
}, {
|
|
202
|
-
|
|
222
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
223
|
+
isNativeButton(): boolean;
|
|
224
|
+
computedAttrs(): {
|
|
225
|
+
'aria-disabled'?: string | undefined;
|
|
226
|
+
tabindex?: string | undefined;
|
|
227
|
+
to: string | Record<string, any>;
|
|
228
|
+
replace: boolean;
|
|
229
|
+
type?: undefined;
|
|
230
|
+
disabled?: undefined;
|
|
231
|
+
} | {
|
|
232
|
+
'aria-disabled'?: string | undefined;
|
|
233
|
+
tabindex?: string | undefined;
|
|
234
|
+
href: string | null;
|
|
235
|
+
target: string;
|
|
236
|
+
rel: string;
|
|
237
|
+
type?: undefined;
|
|
238
|
+
disabled?: undefined;
|
|
239
|
+
} | {
|
|
240
|
+
type: string;
|
|
241
|
+
disabled: boolean;
|
|
242
|
+
};
|
|
243
|
+
computedListeners(): {
|
|
203
244
|
focusin: (e: any) => void;
|
|
204
245
|
focusout: (e: any) => void;
|
|
205
246
|
};
|
|
206
247
|
computedAriaLive(): unknown;
|
|
207
248
|
iconSize(): any;
|
|
208
249
|
}, {
|
|
250
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
209
251
|
buttonClasses(): any[];
|
|
210
252
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
211
253
|
shouldRenderIcon(): any;
|
|
@@ -278,6 +320,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
278
320
|
type: BooleanConstructor;
|
|
279
321
|
default: boolean;
|
|
280
322
|
};
|
|
323
|
+
to: {
|
|
324
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
325
|
+
default: null;
|
|
326
|
+
};
|
|
327
|
+
href: {
|
|
328
|
+
type: StringConstructor;
|
|
329
|
+
default: null;
|
|
330
|
+
};
|
|
331
|
+
target: {
|
|
332
|
+
type: StringConstructor;
|
|
333
|
+
default: null;
|
|
334
|
+
};
|
|
335
|
+
rel: {
|
|
336
|
+
type: StringConstructor;
|
|
337
|
+
default: null;
|
|
338
|
+
};
|
|
339
|
+
replace: {
|
|
340
|
+
type: BooleanConstructor;
|
|
341
|
+
default: boolean;
|
|
342
|
+
};
|
|
281
343
|
}>> & Readonly<{
|
|
282
344
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
283
345
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -285,18 +347,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
285
347
|
link: boolean;
|
|
286
348
|
disabled: boolean;
|
|
287
349
|
type: string;
|
|
350
|
+
target: string;
|
|
288
351
|
circle: boolean;
|
|
289
352
|
active: boolean;
|
|
290
353
|
loading: boolean;
|
|
291
354
|
size: string;
|
|
355
|
+
replace: boolean;
|
|
292
356
|
kind: string;
|
|
293
357
|
labelClass: string | unknown[] | Record<string, any>;
|
|
358
|
+
href: string;
|
|
359
|
+
to: string | Record<string, any>;
|
|
294
360
|
iconPosition: string;
|
|
295
361
|
importance: string;
|
|
296
362
|
linkKind: string;
|
|
297
363
|
linkInverted: boolean;
|
|
298
364
|
width: string;
|
|
299
365
|
assertiveOnFocus: boolean;
|
|
366
|
+
rel: string;
|
|
300
367
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
301
368
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
302
369
|
DtButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -366,6 +433,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
366
433
|
type: BooleanConstructor;
|
|
367
434
|
default: boolean;
|
|
368
435
|
};
|
|
436
|
+
to: {
|
|
437
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
438
|
+
default: null;
|
|
439
|
+
};
|
|
440
|
+
href: {
|
|
441
|
+
type: StringConstructor;
|
|
442
|
+
default: null;
|
|
443
|
+
};
|
|
444
|
+
target: {
|
|
445
|
+
type: StringConstructor;
|
|
446
|
+
default: null;
|
|
447
|
+
};
|
|
448
|
+
rel: {
|
|
449
|
+
type: StringConstructor;
|
|
450
|
+
default: null;
|
|
451
|
+
};
|
|
452
|
+
replace: {
|
|
453
|
+
type: BooleanConstructor;
|
|
454
|
+
default: boolean;
|
|
455
|
+
};
|
|
369
456
|
}>, {}, {
|
|
370
457
|
ICON_POSITION_MODIFIERS: {
|
|
371
458
|
left: string;
|
|
@@ -377,13 +464,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
377
464
|
hasSlotContent: typeof import('../../common/utils').hasSlotContent;
|
|
378
465
|
i18n: any;
|
|
379
466
|
}, {
|
|
380
|
-
|
|
467
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
468
|
+
isNativeButton(): boolean;
|
|
469
|
+
computedAttrs(): {
|
|
470
|
+
'aria-disabled'?: string | undefined;
|
|
471
|
+
tabindex?: string | undefined;
|
|
472
|
+
to: string | Record<string, any>;
|
|
473
|
+
replace: boolean;
|
|
474
|
+
type?: undefined;
|
|
475
|
+
disabled?: undefined;
|
|
476
|
+
} | {
|
|
477
|
+
'aria-disabled'?: string | undefined;
|
|
478
|
+
tabindex?: string | undefined;
|
|
479
|
+
href: string | null;
|
|
480
|
+
target: string;
|
|
481
|
+
rel: string;
|
|
482
|
+
type?: undefined;
|
|
483
|
+
disabled?: undefined;
|
|
484
|
+
} | {
|
|
485
|
+
type: string;
|
|
486
|
+
disabled: boolean;
|
|
487
|
+
};
|
|
488
|
+
computedListeners(): {
|
|
381
489
|
focusin: (e: any) => void;
|
|
382
490
|
focusout: (e: any) => void;
|
|
383
491
|
};
|
|
384
492
|
computedAriaLive(): unknown;
|
|
385
493
|
iconSize(): any;
|
|
386
494
|
}, {
|
|
495
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
387
496
|
buttonClasses(): any[];
|
|
388
497
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
389
498
|
shouldRenderIcon(): any;
|
|
@@ -456,6 +565,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
456
565
|
type: BooleanConstructor;
|
|
457
566
|
default: boolean;
|
|
458
567
|
};
|
|
568
|
+
to: {
|
|
569
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
570
|
+
default: null;
|
|
571
|
+
};
|
|
572
|
+
href: {
|
|
573
|
+
type: StringConstructor;
|
|
574
|
+
default: null;
|
|
575
|
+
};
|
|
576
|
+
target: {
|
|
577
|
+
type: StringConstructor;
|
|
578
|
+
default: null;
|
|
579
|
+
};
|
|
580
|
+
rel: {
|
|
581
|
+
type: StringConstructor;
|
|
582
|
+
default: null;
|
|
583
|
+
};
|
|
584
|
+
replace: {
|
|
585
|
+
type: BooleanConstructor;
|
|
586
|
+
default: boolean;
|
|
587
|
+
};
|
|
459
588
|
}>> & Readonly<{
|
|
460
589
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
461
590
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -463,18 +592,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
463
592
|
link: boolean;
|
|
464
593
|
disabled: boolean;
|
|
465
594
|
type: string;
|
|
595
|
+
target: string;
|
|
466
596
|
circle: boolean;
|
|
467
597
|
active: boolean;
|
|
468
598
|
loading: boolean;
|
|
469
599
|
size: string;
|
|
600
|
+
replace: boolean;
|
|
470
601
|
kind: string;
|
|
471
602
|
labelClass: string | unknown[] | Record<string, any>;
|
|
603
|
+
href: string;
|
|
604
|
+
to: string | Record<string, any>;
|
|
472
605
|
iconPosition: string;
|
|
473
606
|
importance: string;
|
|
474
607
|
linkKind: string;
|
|
475
608
|
linkInverted: boolean;
|
|
476
609
|
width: string;
|
|
477
610
|
assertiveOnFocus: boolean;
|
|
611
|
+
rel: string;
|
|
478
612
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
479
613
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
480
614
|
size: {
|