@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
|
@@ -379,6 +379,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
379
379
|
type: BooleanConstructor;
|
|
380
380
|
default: boolean;
|
|
381
381
|
};
|
|
382
|
+
to: {
|
|
383
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
384
|
+
default: null;
|
|
385
|
+
};
|
|
386
|
+
href: {
|
|
387
|
+
type: StringConstructor;
|
|
388
|
+
default: null;
|
|
389
|
+
};
|
|
390
|
+
target: {
|
|
391
|
+
type: StringConstructor;
|
|
392
|
+
default: null;
|
|
393
|
+
};
|
|
394
|
+
rel: {
|
|
395
|
+
type: StringConstructor;
|
|
396
|
+
default: null;
|
|
397
|
+
};
|
|
398
|
+
replace: {
|
|
399
|
+
type: BooleanConstructor;
|
|
400
|
+
default: boolean;
|
|
401
|
+
};
|
|
382
402
|
}>, {}, {
|
|
383
403
|
ICON_POSITION_MODIFIERS: {
|
|
384
404
|
left: string;
|
|
@@ -390,13 +410,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
390
410
|
hasSlotContent: typeof hasSlotContent;
|
|
391
411
|
i18n: any;
|
|
392
412
|
}, {
|
|
393
|
-
|
|
413
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
414
|
+
isNativeButton(): boolean;
|
|
415
|
+
computedAttrs(): {
|
|
416
|
+
'aria-disabled'?: string | undefined;
|
|
417
|
+
tabindex?: string | undefined;
|
|
418
|
+
to: string | Record<string, any>;
|
|
419
|
+
replace: boolean;
|
|
420
|
+
type?: undefined;
|
|
421
|
+
disabled?: undefined;
|
|
422
|
+
} | {
|
|
423
|
+
'aria-disabled'?: string | undefined;
|
|
424
|
+
tabindex?: string | undefined;
|
|
425
|
+
href: string | null;
|
|
426
|
+
target: string;
|
|
427
|
+
rel: string;
|
|
428
|
+
type?: undefined;
|
|
429
|
+
disabled?: undefined;
|
|
430
|
+
} | {
|
|
431
|
+
type: string;
|
|
432
|
+
disabled: boolean;
|
|
433
|
+
};
|
|
434
|
+
computedListeners(): {
|
|
394
435
|
focusin: (e: any) => void;
|
|
395
436
|
focusout: (e: any) => void;
|
|
396
437
|
};
|
|
397
438
|
computedAriaLive(): unknown;
|
|
398
439
|
iconSize(): any;
|
|
399
440
|
}, {
|
|
441
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
400
442
|
buttonClasses(): any[];
|
|
401
443
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
402
444
|
shouldRenderIcon(): any;
|
|
@@ -469,6 +511,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
469
511
|
type: BooleanConstructor;
|
|
470
512
|
default: boolean;
|
|
471
513
|
};
|
|
514
|
+
to: {
|
|
515
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
516
|
+
default: null;
|
|
517
|
+
};
|
|
518
|
+
href: {
|
|
519
|
+
type: StringConstructor;
|
|
520
|
+
default: null;
|
|
521
|
+
};
|
|
522
|
+
target: {
|
|
523
|
+
type: StringConstructor;
|
|
524
|
+
default: null;
|
|
525
|
+
};
|
|
526
|
+
rel: {
|
|
527
|
+
type: StringConstructor;
|
|
528
|
+
default: null;
|
|
529
|
+
};
|
|
530
|
+
replace: {
|
|
531
|
+
type: BooleanConstructor;
|
|
532
|
+
default: boolean;
|
|
533
|
+
};
|
|
472
534
|
}>> & Readonly<{
|
|
473
535
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
474
536
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -476,18 +538,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
476
538
|
link: boolean;
|
|
477
539
|
disabled: boolean;
|
|
478
540
|
type: string;
|
|
541
|
+
target: string;
|
|
479
542
|
circle: boolean;
|
|
480
543
|
active: boolean;
|
|
481
544
|
loading: boolean;
|
|
482
545
|
size: string;
|
|
546
|
+
replace: boolean;
|
|
483
547
|
kind: string;
|
|
484
548
|
labelClass: string | unknown[] | Record<string, any>;
|
|
549
|
+
href: string;
|
|
550
|
+
to: string | Record<string, any>;
|
|
485
551
|
iconPosition: string;
|
|
486
552
|
importance: string;
|
|
487
553
|
linkKind: string;
|
|
488
554
|
linkInverted: boolean;
|
|
489
555
|
width: string;
|
|
490
556
|
assertiveOnFocus: boolean;
|
|
557
|
+
rel: string;
|
|
491
558
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
492
559
|
DtIconChevronDown: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
493
560
|
size: {
|
|
@@ -1299,6 +1366,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1299
1366
|
type: BooleanConstructor;
|
|
1300
1367
|
default: boolean;
|
|
1301
1368
|
};
|
|
1369
|
+
to: {
|
|
1370
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1371
|
+
default: null;
|
|
1372
|
+
};
|
|
1373
|
+
href: {
|
|
1374
|
+
type: StringConstructor;
|
|
1375
|
+
default: null;
|
|
1376
|
+
};
|
|
1377
|
+
target: {
|
|
1378
|
+
type: StringConstructor;
|
|
1379
|
+
default: null;
|
|
1380
|
+
};
|
|
1381
|
+
rel: {
|
|
1382
|
+
type: StringConstructor;
|
|
1383
|
+
default: null;
|
|
1384
|
+
};
|
|
1385
|
+
replace: {
|
|
1386
|
+
type: BooleanConstructor;
|
|
1387
|
+
default: boolean;
|
|
1388
|
+
};
|
|
1302
1389
|
}>, {}, {
|
|
1303
1390
|
ICON_POSITION_MODIFIERS: {
|
|
1304
1391
|
left: string;
|
|
@@ -1310,13 +1397,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1310
1397
|
hasSlotContent: typeof hasSlotContent;
|
|
1311
1398
|
i18n: any;
|
|
1312
1399
|
}, {
|
|
1313
|
-
|
|
1400
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1401
|
+
isNativeButton(): boolean;
|
|
1402
|
+
computedAttrs(): {
|
|
1403
|
+
'aria-disabled'?: string | undefined;
|
|
1404
|
+
tabindex?: string | undefined;
|
|
1405
|
+
to: string | Record<string, any>;
|
|
1406
|
+
replace: boolean;
|
|
1407
|
+
type?: undefined;
|
|
1408
|
+
disabled?: undefined;
|
|
1409
|
+
} | {
|
|
1410
|
+
'aria-disabled'?: string | undefined;
|
|
1411
|
+
tabindex?: string | undefined;
|
|
1412
|
+
href: string | null;
|
|
1413
|
+
target: string;
|
|
1414
|
+
rel: string;
|
|
1415
|
+
type?: undefined;
|
|
1416
|
+
disabled?: undefined;
|
|
1417
|
+
} | {
|
|
1418
|
+
type: string;
|
|
1419
|
+
disabled: boolean;
|
|
1420
|
+
};
|
|
1421
|
+
computedListeners(): {
|
|
1314
1422
|
focusin: (e: any) => void;
|
|
1315
1423
|
focusout: (e: any) => void;
|
|
1316
1424
|
};
|
|
1317
1425
|
computedAriaLive(): unknown;
|
|
1318
1426
|
iconSize(): any;
|
|
1319
1427
|
}, {
|
|
1428
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1320
1429
|
buttonClasses(): any[];
|
|
1321
1430
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
1322
1431
|
shouldRenderIcon(): any;
|
|
@@ -1389,6 +1498,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1389
1498
|
type: BooleanConstructor;
|
|
1390
1499
|
default: boolean;
|
|
1391
1500
|
};
|
|
1501
|
+
to: {
|
|
1502
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1503
|
+
default: null;
|
|
1504
|
+
};
|
|
1505
|
+
href: {
|
|
1506
|
+
type: StringConstructor;
|
|
1507
|
+
default: null;
|
|
1508
|
+
};
|
|
1509
|
+
target: {
|
|
1510
|
+
type: StringConstructor;
|
|
1511
|
+
default: null;
|
|
1512
|
+
};
|
|
1513
|
+
rel: {
|
|
1514
|
+
type: StringConstructor;
|
|
1515
|
+
default: null;
|
|
1516
|
+
};
|
|
1517
|
+
replace: {
|
|
1518
|
+
type: BooleanConstructor;
|
|
1519
|
+
default: boolean;
|
|
1520
|
+
};
|
|
1392
1521
|
}>> & Readonly<{
|
|
1393
1522
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
1394
1523
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -1396,18 +1525,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1396
1525
|
link: boolean;
|
|
1397
1526
|
disabled: boolean;
|
|
1398
1527
|
type: string;
|
|
1528
|
+
target: string;
|
|
1399
1529
|
circle: boolean;
|
|
1400
1530
|
active: boolean;
|
|
1401
1531
|
loading: boolean;
|
|
1402
1532
|
size: string;
|
|
1533
|
+
replace: boolean;
|
|
1403
1534
|
kind: string;
|
|
1404
1535
|
labelClass: string | unknown[] | Record<string, any>;
|
|
1536
|
+
href: string;
|
|
1537
|
+
to: string | Record<string, any>;
|
|
1405
1538
|
iconPosition: string;
|
|
1406
1539
|
importance: string;
|
|
1407
1540
|
linkKind: string;
|
|
1408
1541
|
linkInverted: boolean;
|
|
1409
1542
|
width: string;
|
|
1410
1543
|
assertiveOnFocus: boolean;
|
|
1544
|
+
rel: string;
|
|
1411
1545
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1412
1546
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1413
1547
|
DtLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1551,6 +1685,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1551
1685
|
type: BooleanConstructor;
|
|
1552
1686
|
default: boolean;
|
|
1553
1687
|
};
|
|
1688
|
+
to: {
|
|
1689
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1690
|
+
default: null;
|
|
1691
|
+
};
|
|
1692
|
+
href: {
|
|
1693
|
+
type: StringConstructor;
|
|
1694
|
+
default: null;
|
|
1695
|
+
};
|
|
1696
|
+
target: {
|
|
1697
|
+
type: StringConstructor;
|
|
1698
|
+
default: null;
|
|
1699
|
+
};
|
|
1700
|
+
rel: {
|
|
1701
|
+
type: StringConstructor;
|
|
1702
|
+
default: null;
|
|
1703
|
+
};
|
|
1704
|
+
replace: {
|
|
1705
|
+
type: BooleanConstructor;
|
|
1706
|
+
default: boolean;
|
|
1707
|
+
};
|
|
1554
1708
|
}>, {}, {
|
|
1555
1709
|
ICON_POSITION_MODIFIERS: {
|
|
1556
1710
|
left: string;
|
|
@@ -1562,13 +1716,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1562
1716
|
hasSlotContent: typeof hasSlotContent;
|
|
1563
1717
|
i18n: any;
|
|
1564
1718
|
}, {
|
|
1565
|
-
|
|
1719
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1720
|
+
isNativeButton(): boolean;
|
|
1721
|
+
computedAttrs(): {
|
|
1722
|
+
'aria-disabled'?: string | undefined;
|
|
1723
|
+
tabindex?: string | undefined;
|
|
1724
|
+
to: string | Record<string, any>;
|
|
1725
|
+
replace: boolean;
|
|
1726
|
+
type?: undefined;
|
|
1727
|
+
disabled?: undefined;
|
|
1728
|
+
} | {
|
|
1729
|
+
'aria-disabled'?: string | undefined;
|
|
1730
|
+
tabindex?: string | undefined;
|
|
1731
|
+
href: string | null;
|
|
1732
|
+
target: string;
|
|
1733
|
+
rel: string;
|
|
1734
|
+
type?: undefined;
|
|
1735
|
+
disabled?: undefined;
|
|
1736
|
+
} | {
|
|
1737
|
+
type: string;
|
|
1738
|
+
disabled: boolean;
|
|
1739
|
+
};
|
|
1740
|
+
computedListeners(): {
|
|
1566
1741
|
focusin: (e: any) => void;
|
|
1567
1742
|
focusout: (e: any) => void;
|
|
1568
1743
|
};
|
|
1569
1744
|
computedAriaLive(): unknown;
|
|
1570
1745
|
iconSize(): any;
|
|
1571
1746
|
}, {
|
|
1747
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1572
1748
|
buttonClasses(): any[];
|
|
1573
1749
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
1574
1750
|
shouldRenderIcon(): any;
|
|
@@ -1641,6 +1817,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1641
1817
|
type: BooleanConstructor;
|
|
1642
1818
|
default: boolean;
|
|
1643
1819
|
};
|
|
1820
|
+
to: {
|
|
1821
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1822
|
+
default: null;
|
|
1823
|
+
};
|
|
1824
|
+
href: {
|
|
1825
|
+
type: StringConstructor;
|
|
1826
|
+
default: null;
|
|
1827
|
+
};
|
|
1828
|
+
target: {
|
|
1829
|
+
type: StringConstructor;
|
|
1830
|
+
default: null;
|
|
1831
|
+
};
|
|
1832
|
+
rel: {
|
|
1833
|
+
type: StringConstructor;
|
|
1834
|
+
default: null;
|
|
1835
|
+
};
|
|
1836
|
+
replace: {
|
|
1837
|
+
type: BooleanConstructor;
|
|
1838
|
+
default: boolean;
|
|
1839
|
+
};
|
|
1644
1840
|
}>> & Readonly<{
|
|
1645
1841
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
1646
1842
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -1648,18 +1844,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1648
1844
|
link: boolean;
|
|
1649
1845
|
disabled: boolean;
|
|
1650
1846
|
type: string;
|
|
1847
|
+
target: string;
|
|
1651
1848
|
circle: boolean;
|
|
1652
1849
|
active: boolean;
|
|
1653
1850
|
loading: boolean;
|
|
1654
1851
|
size: string;
|
|
1852
|
+
replace: boolean;
|
|
1655
1853
|
kind: string;
|
|
1656
1854
|
labelClass: string | unknown[] | Record<string, any>;
|
|
1855
|
+
href: string;
|
|
1856
|
+
to: string | Record<string, any>;
|
|
1657
1857
|
iconPosition: string;
|
|
1658
1858
|
importance: string;
|
|
1659
1859
|
linkKind: string;
|
|
1660
1860
|
linkInverted: boolean;
|
|
1661
1861
|
width: string;
|
|
1662
1862
|
assertiveOnFocus: boolean;
|
|
1863
|
+
rel: string;
|
|
1663
1864
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1664
1865
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1665
1866
|
size: {
|
|
@@ -1877,6 +2078,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1877
2078
|
type: BooleanConstructor;
|
|
1878
2079
|
default: boolean;
|
|
1879
2080
|
};
|
|
2081
|
+
to: {
|
|
2082
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2083
|
+
default: null;
|
|
2084
|
+
};
|
|
2085
|
+
href: {
|
|
2086
|
+
type: StringConstructor;
|
|
2087
|
+
default: null;
|
|
2088
|
+
};
|
|
2089
|
+
target: {
|
|
2090
|
+
type: StringConstructor;
|
|
2091
|
+
default: null;
|
|
2092
|
+
};
|
|
2093
|
+
rel: {
|
|
2094
|
+
type: StringConstructor;
|
|
2095
|
+
default: null;
|
|
2096
|
+
};
|
|
2097
|
+
replace: {
|
|
2098
|
+
type: BooleanConstructor;
|
|
2099
|
+
default: boolean;
|
|
2100
|
+
};
|
|
1880
2101
|
}>, {}, {
|
|
1881
2102
|
ICON_POSITION_MODIFIERS: {
|
|
1882
2103
|
left: string;
|
|
@@ -1888,13 +2109,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1888
2109
|
hasSlotContent: typeof hasSlotContent;
|
|
1889
2110
|
i18n: any;
|
|
1890
2111
|
}, {
|
|
1891
|
-
|
|
2112
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2113
|
+
isNativeButton(): boolean;
|
|
2114
|
+
computedAttrs(): {
|
|
2115
|
+
'aria-disabled'?: string | undefined;
|
|
2116
|
+
tabindex?: string | undefined;
|
|
2117
|
+
to: string | Record<string, any>;
|
|
2118
|
+
replace: boolean;
|
|
2119
|
+
type?: undefined;
|
|
2120
|
+
disabled?: undefined;
|
|
2121
|
+
} | {
|
|
2122
|
+
'aria-disabled'?: string | undefined;
|
|
2123
|
+
tabindex?: string | undefined;
|
|
2124
|
+
href: string | null;
|
|
2125
|
+
target: string;
|
|
2126
|
+
rel: string;
|
|
2127
|
+
type?: undefined;
|
|
2128
|
+
disabled?: undefined;
|
|
2129
|
+
} | {
|
|
2130
|
+
type: string;
|
|
2131
|
+
disabled: boolean;
|
|
2132
|
+
};
|
|
2133
|
+
computedListeners(): {
|
|
1892
2134
|
focusin: (e: any) => void;
|
|
1893
2135
|
focusout: (e: any) => void;
|
|
1894
2136
|
};
|
|
1895
2137
|
computedAriaLive(): unknown;
|
|
1896
2138
|
iconSize(): any;
|
|
1897
2139
|
}, {
|
|
2140
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1898
2141
|
buttonClasses(): any[];
|
|
1899
2142
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
1900
2143
|
shouldRenderIcon(): any;
|
|
@@ -1967,6 +2210,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1967
2210
|
type: BooleanConstructor;
|
|
1968
2211
|
default: boolean;
|
|
1969
2212
|
};
|
|
2213
|
+
to: {
|
|
2214
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2215
|
+
default: null;
|
|
2216
|
+
};
|
|
2217
|
+
href: {
|
|
2218
|
+
type: StringConstructor;
|
|
2219
|
+
default: null;
|
|
2220
|
+
};
|
|
2221
|
+
target: {
|
|
2222
|
+
type: StringConstructor;
|
|
2223
|
+
default: null;
|
|
2224
|
+
};
|
|
2225
|
+
rel: {
|
|
2226
|
+
type: StringConstructor;
|
|
2227
|
+
default: null;
|
|
2228
|
+
};
|
|
2229
|
+
replace: {
|
|
2230
|
+
type: BooleanConstructor;
|
|
2231
|
+
default: boolean;
|
|
2232
|
+
};
|
|
1970
2233
|
}>> & Readonly<{
|
|
1971
2234
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
1972
2235
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -1974,18 +2237,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1974
2237
|
link: boolean;
|
|
1975
2238
|
disabled: boolean;
|
|
1976
2239
|
type: string;
|
|
2240
|
+
target: string;
|
|
1977
2241
|
circle: boolean;
|
|
1978
2242
|
active: boolean;
|
|
1979
2243
|
loading: boolean;
|
|
1980
2244
|
size: string;
|
|
2245
|
+
replace: boolean;
|
|
1981
2246
|
kind: string;
|
|
1982
2247
|
labelClass: string | unknown[] | Record<string, any>;
|
|
2248
|
+
href: string;
|
|
2249
|
+
to: string | Record<string, any>;
|
|
1983
2250
|
iconPosition: string;
|
|
1984
2251
|
importance: string;
|
|
1985
2252
|
linkKind: string;
|
|
1986
2253
|
linkInverted: boolean;
|
|
1987
2254
|
width: string;
|
|
1988
2255
|
assertiveOnFocus: boolean;
|
|
2256
|
+
rel: string;
|
|
1989
2257
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1990
2258
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1991
2259
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"split_button.vue.d.ts","sourceRoot":"","sources":["../../../../components/split_button/split_button.vue"],"names":[],"mappings":"AAqEA
|
|
1
|
+
{"version":3,"file":"split_button.vue.d.ts","sourceRoot":"","sources":["../../../../components/split_button/split_button.vue"],"names":[],"mappings":"AAqEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAsYA,GA9VE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EA8VF,IA5QG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA4QH,GA9VE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8VF,GA9VE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAuW6D,gBAAgB"}
|
|
@@ -134,6 +134,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
134
134
|
type: BooleanConstructor;
|
|
135
135
|
default: boolean;
|
|
136
136
|
};
|
|
137
|
+
to: {
|
|
138
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
139
|
+
default: null;
|
|
140
|
+
};
|
|
141
|
+
href: {
|
|
142
|
+
type: StringConstructor;
|
|
143
|
+
default: null;
|
|
144
|
+
};
|
|
145
|
+
target: {
|
|
146
|
+
type: StringConstructor;
|
|
147
|
+
default: null;
|
|
148
|
+
};
|
|
149
|
+
rel: {
|
|
150
|
+
type: StringConstructor;
|
|
151
|
+
default: null;
|
|
152
|
+
};
|
|
153
|
+
replace: {
|
|
154
|
+
type: BooleanConstructor;
|
|
155
|
+
default: boolean;
|
|
156
|
+
};
|
|
137
157
|
}>, {}, {
|
|
138
158
|
ICON_POSITION_MODIFIERS: {
|
|
139
159
|
left: string;
|
|
@@ -145,13 +165,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
145
165
|
hasSlotContent: typeof import('../..').hasSlotContent;
|
|
146
166
|
i18n: any;
|
|
147
167
|
}, {
|
|
148
|
-
|
|
168
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
169
|
+
isNativeButton(): boolean;
|
|
170
|
+
computedAttrs(): {
|
|
171
|
+
'aria-disabled'?: string | undefined;
|
|
172
|
+
tabindex?: string | undefined;
|
|
173
|
+
to: string | Record<string, any>;
|
|
174
|
+
replace: boolean;
|
|
175
|
+
type?: undefined;
|
|
176
|
+
disabled?: undefined;
|
|
177
|
+
} | {
|
|
178
|
+
'aria-disabled'?: string | undefined;
|
|
179
|
+
tabindex?: string | undefined;
|
|
180
|
+
href: string | null;
|
|
181
|
+
target: string;
|
|
182
|
+
rel: string;
|
|
183
|
+
type?: undefined;
|
|
184
|
+
disabled?: undefined;
|
|
185
|
+
} | {
|
|
186
|
+
type: string;
|
|
187
|
+
disabled: boolean;
|
|
188
|
+
};
|
|
189
|
+
computedListeners(): {
|
|
149
190
|
focusin: (e: any) => void;
|
|
150
191
|
focusout: (e: any) => void;
|
|
151
192
|
};
|
|
152
193
|
computedAriaLive(): unknown;
|
|
153
194
|
iconSize(): any;
|
|
154
195
|
}, {
|
|
196
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
155
197
|
buttonClasses(): any[];
|
|
156
198
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
157
199
|
shouldRenderIcon(): any;
|
|
@@ -224,6 +266,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
224
266
|
type: BooleanConstructor;
|
|
225
267
|
default: boolean;
|
|
226
268
|
};
|
|
269
|
+
to: {
|
|
270
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
271
|
+
default: null;
|
|
272
|
+
};
|
|
273
|
+
href: {
|
|
274
|
+
type: StringConstructor;
|
|
275
|
+
default: null;
|
|
276
|
+
};
|
|
277
|
+
target: {
|
|
278
|
+
type: StringConstructor;
|
|
279
|
+
default: null;
|
|
280
|
+
};
|
|
281
|
+
rel: {
|
|
282
|
+
type: StringConstructor;
|
|
283
|
+
default: null;
|
|
284
|
+
};
|
|
285
|
+
replace: {
|
|
286
|
+
type: BooleanConstructor;
|
|
287
|
+
default: boolean;
|
|
288
|
+
};
|
|
227
289
|
}>> & Readonly<{
|
|
228
290
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
229
291
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -231,18 +293,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
231
293
|
link: boolean;
|
|
232
294
|
disabled: boolean;
|
|
233
295
|
type: string;
|
|
296
|
+
target: string;
|
|
234
297
|
circle: boolean;
|
|
235
298
|
active: boolean;
|
|
236
299
|
loading: boolean;
|
|
237
300
|
size: string;
|
|
301
|
+
replace: boolean;
|
|
238
302
|
kind: string;
|
|
239
303
|
labelClass: string | unknown[] | Record<string, any>;
|
|
304
|
+
href: string;
|
|
305
|
+
to: string | Record<string, any>;
|
|
240
306
|
iconPosition: string;
|
|
241
307
|
importance: string;
|
|
242
308
|
linkKind: string;
|
|
243
309
|
linkInverted: boolean;
|
|
244
310
|
width: string;
|
|
245
311
|
assertiveOnFocus: boolean;
|
|
312
|
+
rel: string;
|
|
246
313
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
247
314
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
248
315
|
export default _default;
|