@dialpad/dialtone 9.167.0 → 9.169.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/dialtone-default-theme.css +6 -0
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone.css +6 -0
- package/dist/css/dialtone.min.css +1 -1
- package/dist/tokens/doc.json +85072 -85072
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/lib/button/button.cjs +1 -1
- package/dist/vue3/lib/button/button.cjs.map +1 -1
- package/dist/vue3/lib/button/button.js +56 -44
- package/dist/vue3/lib/button/button.js.map +1 -1
- package/dist/vue3/lib/editor/EditorToolbarButton.cjs +1 -1
- package/dist/vue3/lib/editor/EditorToolbarButton.cjs.map +1 -1
- package/dist/vue3/lib/editor/EditorToolbarButton.js +18 -17
- package/dist/vue3/lib/editor/EditorToolbarButton.js.map +1 -1
- package/dist/vue3/lib/editor/EditorToolbarDropdownButton.cjs +1 -1
- package/dist/vue3/lib/editor/EditorToolbarDropdownButton.cjs.map +1 -1
- package/dist/vue3/lib/editor/EditorToolbarDropdownButton.js +38 -35
- package/dist/vue3/lib/editor/EditorToolbarDropdownButton.js.map +1 -1
- package/dist/vue3/lib/editor/EditorToolbarPopoverButton.cjs +1 -1
- package/dist/vue3/lib/editor/EditorToolbarPopoverButton.cjs.map +1 -1
- package/dist/vue3/lib/editor/EditorToolbarPopoverButton.js +38 -35
- package/dist/vue3/lib/editor/EditorToolbarPopoverButton.js.map +1 -1
- package/dist/vue3/lib/editor/editor.cjs +1 -1
- package/dist/vue3/lib/editor/editor.cjs.map +1 -1
- package/dist/vue3/lib/editor/editor.js +114 -106
- package/dist/vue3/lib/editor/editor.js.map +1 -1
- package/dist/vue3/lib/hovercard/hovercard.cjs +1 -1
- package/dist/vue3/lib/hovercard/hovercard.cjs.map +1 -1
- package/dist/vue3/lib/hovercard/hovercard.js +37 -28
- package/dist/vue3/lib/hovercard/hovercard.js.map +1 -1
- package/dist/vue3/lib/popover/popover.cjs +1 -1
- package/dist/vue3/lib/popover/popover.cjs.map +1 -1
- package/dist/vue3/lib/popover/popover.js +16 -4
- package/dist/vue3/lib/popover/popover.js.map +1 -1
- package/dist/vue3/types/common/sr_only_close_button.vue.d.ts +27 -1
- package/dist/vue3/types/components/banner/banner.vue.d.ts +54 -2
- package/dist/vue3/types/components/banner/banner.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/button/button.vue.d.ts +27 -1
- package/dist/vue3/types/components/button/button.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/chip/chip.vue.d.ts +27 -1
- package/dist/vue3/types/components/chip/chip.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts +27 -1
- package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/dropdown/dropdown.vue.d.ts +69 -2
- package/dist/vue3/types/components/dropdown/dropdown.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/hovercard/hovercard.vue.d.ts +140 -4
- package/dist/vue3/types/components/hovercard/hovercard.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/image_viewer/image_viewer.vue.d.ts +54 -2
- package/dist/vue3/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/modal/modal.vue.d.ts +54 -2
- package/dist/vue3/types/components/modal/modal.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/notice/notice.vue.d.ts +54 -2
- package/dist/vue3/types/components/notice/notice.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/notice/notice_action.vue.d.ts +54 -2
- package/dist/vue3/types/components/notice/notice_action.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/pagination/pagination.vue.d.ts +27 -1
- package/dist/vue3/types/components/pagination/pagination.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/popover/popover.vue.d.ts +69 -2
- package/dist/vue3/types/components/popover/popover.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/popover/popover_header_footer.vue.d.ts +27 -1
- package/dist/vue3/types/components/popover/popover_header_footer.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts +96 -3
- package/dist/vue3/types/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/split_button/split_button-alpha.vue.d.ts +27 -1
- package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts +27 -1
- package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/split_button/split_button.vue.d.ts +123 -4
- package/dist/vue3/types/components/split_button/split_button.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/tab/tab.vue.d.ts +27 -1
- package/dist/vue3/types/components/toast/layouts/toast_layout_alternate.vue.d.ts +54 -2
- package/dist/vue3/types/components/toast/layouts/toast_layout_alternate.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/toast/layouts/toast_layout_default.vue.d.ts +54 -2
- package/dist/vue3/types/components/toast/layouts/toast_layout_default.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/toast/toast.vue.d.ts +216 -8
- package/dist/vue3/types/components/toast/toast.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +123 -4
- package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +123 -4
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +96 -3
- package/dist/vue3/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +69 -2
- package/dist/vue3/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +108 -4
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +81 -3
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarButton.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts +96 -3
- package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts +96 -3
- package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts +123 -4
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/group_row/group_row.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -327,6 +327,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
327
327
|
type: StringConstructor;
|
|
328
328
|
default: string;
|
|
329
329
|
};
|
|
330
|
+
externalAnchorElement: {
|
|
331
|
+
type: {
|
|
332
|
+
new (): HTMLElement;
|
|
333
|
+
prototype: HTMLElement;
|
|
334
|
+
};
|
|
335
|
+
default: null;
|
|
336
|
+
};
|
|
330
337
|
id: {
|
|
331
338
|
type: StringConstructor;
|
|
332
339
|
default(): string;
|
|
@@ -554,6 +561,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
554
561
|
type: StringConstructor;
|
|
555
562
|
default: string;
|
|
556
563
|
};
|
|
564
|
+
externalAnchorElement: {
|
|
565
|
+
type: {
|
|
566
|
+
new (): HTMLElement;
|
|
567
|
+
prototype: HTMLElement;
|
|
568
|
+
};
|
|
569
|
+
default: null;
|
|
570
|
+
};
|
|
557
571
|
id: {
|
|
558
572
|
type: StringConstructor;
|
|
559
573
|
default(): string;
|
|
@@ -660,6 +674,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
660
674
|
fallbackPlacements: unknown[];
|
|
661
675
|
tether: boolean;
|
|
662
676
|
externalAnchor: string;
|
|
677
|
+
externalAnchorElement: HTMLElement;
|
|
663
678
|
showCloseButton: boolean;
|
|
664
679
|
openOnContext: boolean;
|
|
665
680
|
ariaLabelledby: string;
|
|
@@ -835,6 +850,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
835
850
|
};
|
|
836
851
|
computedAriaLive(): unknown;
|
|
837
852
|
iconSize(): any;
|
|
853
|
+
loaderSize(): any;
|
|
838
854
|
}, {
|
|
839
855
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
840
856
|
buttonClasses(): any[];
|
|
@@ -953,7 +969,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
953
969
|
width: string;
|
|
954
970
|
assertiveOnFocus: boolean;
|
|
955
971
|
rel: string;
|
|
956
|
-
}, {}, {
|
|
972
|
+
}, {}, {
|
|
973
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
974
|
+
ariaLabel: {
|
|
975
|
+
type: StringConstructor;
|
|
976
|
+
default: string;
|
|
977
|
+
};
|
|
978
|
+
size: {
|
|
979
|
+
type: StringConstructor;
|
|
980
|
+
default: string;
|
|
981
|
+
validator: (s: unknown) => boolean;
|
|
982
|
+
};
|
|
983
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
984
|
+
ariaLabel: {
|
|
985
|
+
type: StringConstructor;
|
|
986
|
+
default: string;
|
|
987
|
+
};
|
|
988
|
+
size: {
|
|
989
|
+
type: StringConstructor;
|
|
990
|
+
default: string;
|
|
991
|
+
validator: (s: unknown) => boolean;
|
|
992
|
+
};
|
|
993
|
+
}>> & Readonly<{}>, {
|
|
994
|
+
size: string;
|
|
995
|
+
ariaLabel: string;
|
|
996
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
997
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
957
998
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
958
999
|
DtLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
959
1000
|
show: {
|
|
@@ -1154,6 +1195,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1154
1195
|
};
|
|
1155
1196
|
computedAriaLive(): unknown;
|
|
1156
1197
|
iconSize(): any;
|
|
1198
|
+
loaderSize(): any;
|
|
1157
1199
|
}, {
|
|
1158
1200
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1159
1201
|
buttonClasses(): any[];
|
|
@@ -1272,7 +1314,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1272
1314
|
width: string;
|
|
1273
1315
|
assertiveOnFocus: boolean;
|
|
1274
1316
|
rel: string;
|
|
1275
|
-
}, {}, {
|
|
1317
|
+
}, {}, {
|
|
1318
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1319
|
+
ariaLabel: {
|
|
1320
|
+
type: StringConstructor;
|
|
1321
|
+
default: string;
|
|
1322
|
+
};
|
|
1323
|
+
size: {
|
|
1324
|
+
type: StringConstructor;
|
|
1325
|
+
default: string;
|
|
1326
|
+
validator: (s: unknown) => boolean;
|
|
1327
|
+
};
|
|
1328
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1329
|
+
ariaLabel: {
|
|
1330
|
+
type: StringConstructor;
|
|
1331
|
+
default: string;
|
|
1332
|
+
};
|
|
1333
|
+
size: {
|
|
1334
|
+
type: StringConstructor;
|
|
1335
|
+
default: string;
|
|
1336
|
+
validator: (s: unknown) => boolean;
|
|
1337
|
+
};
|
|
1338
|
+
}>> & Readonly<{}>, {
|
|
1339
|
+
size: string;
|
|
1340
|
+
ariaLabel: string;
|
|
1341
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1342
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1276
1343
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1277
1344
|
size: {
|
|
1278
1345
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown.vue.d.ts","sourceRoot":"","sources":["../../../../components/dropdown/dropdown.vue"],"names":[],"mappings":"AAyDA
|
|
1
|
+
{"version":3,"file":"dropdown.vue.d.ts","sourceRoot":"","sources":["../../../../components/dropdown/dropdown.vue"],"names":[],"mappings":"AAyDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAsfA,IApYK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAoYL,GA7ce;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6cf,GA7ce"}
|
|
@@ -65,6 +65,13 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
65
65
|
type: StringConstructor;
|
|
66
66
|
default: string;
|
|
67
67
|
};
|
|
68
|
+
externalAnchorElement: {
|
|
69
|
+
type: {
|
|
70
|
+
new (): HTMLElement;
|
|
71
|
+
prototype: HTMLElement;
|
|
72
|
+
};
|
|
73
|
+
default: null;
|
|
74
|
+
};
|
|
68
75
|
id: {
|
|
69
76
|
type: StringConstructor;
|
|
70
77
|
default(): string;
|
|
@@ -265,6 +272,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
265
272
|
fallbackPlacements: unknown[];
|
|
266
273
|
tether: boolean;
|
|
267
274
|
externalAnchor: string;
|
|
275
|
+
externalAnchorElement: HTMLElement;
|
|
268
276
|
showCloseButton: boolean;
|
|
269
277
|
openOnContext: boolean;
|
|
270
278
|
ariaLabelledby: string;
|
|
@@ -440,6 +448,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
440
448
|
};
|
|
441
449
|
computedAriaLive(): unknown;
|
|
442
450
|
iconSize(): any;
|
|
451
|
+
loaderSize(): any;
|
|
443
452
|
}, {
|
|
444
453
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
445
454
|
buttonClasses(): any[];
|
|
@@ -558,7 +567,32 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
558
567
|
width: string;
|
|
559
568
|
assertiveOnFocus: boolean;
|
|
560
569
|
rel: string;
|
|
561
|
-
}, {}, {
|
|
570
|
+
}, {}, {
|
|
571
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
572
|
+
ariaLabel: {
|
|
573
|
+
type: StringConstructor;
|
|
574
|
+
default: string;
|
|
575
|
+
};
|
|
576
|
+
size: {
|
|
577
|
+
type: StringConstructor;
|
|
578
|
+
default: string;
|
|
579
|
+
validator: (s: unknown) => boolean;
|
|
580
|
+
};
|
|
581
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
582
|
+
ariaLabel: {
|
|
583
|
+
type: StringConstructor;
|
|
584
|
+
default: string;
|
|
585
|
+
};
|
|
586
|
+
size: {
|
|
587
|
+
type: StringConstructor;
|
|
588
|
+
default: string;
|
|
589
|
+
validator: (s: unknown) => boolean;
|
|
590
|
+
};
|
|
591
|
+
}>> & Readonly<{}>, {
|
|
592
|
+
size: string;
|
|
593
|
+
ariaLabel: string;
|
|
594
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
595
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
562
596
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
563
597
|
DtLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
564
598
|
show: {
|
|
@@ -759,6 +793,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
759
793
|
};
|
|
760
794
|
computedAriaLive(): unknown;
|
|
761
795
|
iconSize(): any;
|
|
796
|
+
loaderSize(): any;
|
|
762
797
|
}, {
|
|
763
798
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
764
799
|
buttonClasses(): any[];
|
|
@@ -877,7 +912,32 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
877
912
|
width: string;
|
|
878
913
|
assertiveOnFocus: boolean;
|
|
879
914
|
rel: string;
|
|
880
|
-
}, {}, {
|
|
915
|
+
}, {}, {
|
|
916
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
917
|
+
ariaLabel: {
|
|
918
|
+
type: StringConstructor;
|
|
919
|
+
default: string;
|
|
920
|
+
};
|
|
921
|
+
size: {
|
|
922
|
+
type: StringConstructor;
|
|
923
|
+
default: string;
|
|
924
|
+
validator: (s: unknown) => boolean;
|
|
925
|
+
};
|
|
926
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
927
|
+
ariaLabel: {
|
|
928
|
+
type: StringConstructor;
|
|
929
|
+
default: string;
|
|
930
|
+
};
|
|
931
|
+
size: {
|
|
932
|
+
type: StringConstructor;
|
|
933
|
+
default: string;
|
|
934
|
+
validator: (s: unknown) => boolean;
|
|
935
|
+
};
|
|
936
|
+
}>> & Readonly<{}>, {
|
|
937
|
+
size: string;
|
|
938
|
+
ariaLabel: string;
|
|
939
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
940
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
881
941
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
882
942
|
size: {
|
|
883
943
|
type: StringConstructor;
|
|
@@ -986,6 +1046,13 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
986
1046
|
type: StringConstructor;
|
|
987
1047
|
default: string;
|
|
988
1048
|
};
|
|
1049
|
+
externalAnchorElement: {
|
|
1050
|
+
type: {
|
|
1051
|
+
new (): HTMLElement;
|
|
1052
|
+
prototype: HTMLElement;
|
|
1053
|
+
};
|
|
1054
|
+
default: null;
|
|
1055
|
+
};
|
|
989
1056
|
id: {
|
|
990
1057
|
type: StringConstructor;
|
|
991
1058
|
default(): string;
|
|
@@ -1184,6 +1251,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
1184
1251
|
fallbackPlacements: unknown[];
|
|
1185
1252
|
tether: boolean;
|
|
1186
1253
|
externalAnchor: string;
|
|
1254
|
+
externalAnchorElement: HTMLElement;
|
|
1187
1255
|
showCloseButton: boolean;
|
|
1188
1256
|
openOnContext: boolean;
|
|
1189
1257
|
ariaLabelledby: string;
|
|
@@ -1261,6 +1329,13 @@ type __VLS_TemplateResult = {
|
|
|
1261
1329
|
type: StringConstructor;
|
|
1262
1330
|
default: string;
|
|
1263
1331
|
};
|
|
1332
|
+
externalAnchorElement: {
|
|
1333
|
+
type: {
|
|
1334
|
+
new (): HTMLElement;
|
|
1335
|
+
prototype: HTMLElement;
|
|
1336
|
+
};
|
|
1337
|
+
default: null;
|
|
1338
|
+
};
|
|
1264
1339
|
id: {
|
|
1265
1340
|
type: StringConstructor;
|
|
1266
1341
|
default(): string;
|
|
@@ -1453,6 +1528,7 @@ type __VLS_TemplateResult = {
|
|
|
1453
1528
|
fallbackPlacements: unknown[];
|
|
1454
1529
|
tether: boolean;
|
|
1455
1530
|
externalAnchor: string;
|
|
1531
|
+
externalAnchorElement: HTMLElement;
|
|
1456
1532
|
showCloseButton: boolean;
|
|
1457
1533
|
openOnContext: boolean;
|
|
1458
1534
|
ariaLabelledby: string;
|
|
@@ -1626,6 +1702,7 @@ type __VLS_TemplateResult = {
|
|
|
1626
1702
|
};
|
|
1627
1703
|
computedAriaLive(): unknown;
|
|
1628
1704
|
iconSize(): any;
|
|
1705
|
+
loaderSize(): any;
|
|
1629
1706
|
}, {
|
|
1630
1707
|
resolveRouterLink(): string | ConcreteComponent<{}, any, any, ComputedOptions, MethodOptions, {}, any>;
|
|
1631
1708
|
buttonClasses(): any[];
|
|
@@ -1741,7 +1818,32 @@ type __VLS_TemplateResult = {
|
|
|
1741
1818
|
width: string;
|
|
1742
1819
|
assertiveOnFocus: boolean;
|
|
1743
1820
|
rel: string;
|
|
1744
|
-
}, {}, {
|
|
1821
|
+
}, {}, {
|
|
1822
|
+
DtLoader: DefineComponent<ExtractPropTypes<{
|
|
1823
|
+
ariaLabel: {
|
|
1824
|
+
type: StringConstructor;
|
|
1825
|
+
default: string;
|
|
1826
|
+
};
|
|
1827
|
+
size: {
|
|
1828
|
+
type: StringConstructor;
|
|
1829
|
+
default: string;
|
|
1830
|
+
validator: (s: unknown) => boolean;
|
|
1831
|
+
};
|
|
1832
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, ToResolvedProps<ExtractPropTypes<{
|
|
1833
|
+
ariaLabel: {
|
|
1834
|
+
type: StringConstructor;
|
|
1835
|
+
default: string;
|
|
1836
|
+
};
|
|
1837
|
+
size: {
|
|
1838
|
+
type: StringConstructor;
|
|
1839
|
+
default: string;
|
|
1840
|
+
validator: (s: unknown) => boolean;
|
|
1841
|
+
};
|
|
1842
|
+
}>, {}>, {
|
|
1843
|
+
size: string;
|
|
1844
|
+
ariaLabel: string;
|
|
1845
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1846
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1745
1847
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1746
1848
|
DtLazyShow: DefineComponent<ExtractPropTypes<{
|
|
1747
1849
|
show: {
|
|
@@ -1940,6 +2042,7 @@ type __VLS_TemplateResult = {
|
|
|
1940
2042
|
};
|
|
1941
2043
|
computedAriaLive(): unknown;
|
|
1942
2044
|
iconSize(): any;
|
|
2045
|
+
loaderSize(): any;
|
|
1943
2046
|
}, {
|
|
1944
2047
|
resolveRouterLink(): string | ConcreteComponent<{}, any, any, ComputedOptions, MethodOptions, {}, any>;
|
|
1945
2048
|
buttonClasses(): any[];
|
|
@@ -2055,7 +2158,32 @@ type __VLS_TemplateResult = {
|
|
|
2055
2158
|
width: string;
|
|
2056
2159
|
assertiveOnFocus: boolean;
|
|
2057
2160
|
rel: string;
|
|
2058
|
-
}, {}, {
|
|
2161
|
+
}, {}, {
|
|
2162
|
+
DtLoader: DefineComponent<ExtractPropTypes<{
|
|
2163
|
+
ariaLabel: {
|
|
2164
|
+
type: StringConstructor;
|
|
2165
|
+
default: string;
|
|
2166
|
+
};
|
|
2167
|
+
size: {
|
|
2168
|
+
type: StringConstructor;
|
|
2169
|
+
default: string;
|
|
2170
|
+
validator: (s: unknown) => boolean;
|
|
2171
|
+
};
|
|
2172
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, ToResolvedProps<ExtractPropTypes<{
|
|
2173
|
+
ariaLabel: {
|
|
2174
|
+
type: StringConstructor;
|
|
2175
|
+
default: string;
|
|
2176
|
+
};
|
|
2177
|
+
size: {
|
|
2178
|
+
type: StringConstructor;
|
|
2179
|
+
default: string;
|
|
2180
|
+
validator: (s: unknown) => boolean;
|
|
2181
|
+
};
|
|
2182
|
+
}>, {}>, {
|
|
2183
|
+
size: string;
|
|
2184
|
+
ariaLabel: string;
|
|
2185
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2186
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2059
2187
|
DtIconClose: DefineComponent<ExtractPropTypes<{
|
|
2060
2188
|
size: {
|
|
2061
2189
|
type: StringConstructor;
|
|
@@ -2150,6 +2278,13 @@ type __VLS_TemplateResult = {
|
|
|
2150
2278
|
type: StringConstructor;
|
|
2151
2279
|
default: string;
|
|
2152
2280
|
};
|
|
2281
|
+
externalAnchorElement: {
|
|
2282
|
+
type: {
|
|
2283
|
+
new (): HTMLElement;
|
|
2284
|
+
prototype: HTMLElement;
|
|
2285
|
+
};
|
|
2286
|
+
default: null;
|
|
2287
|
+
};
|
|
2153
2288
|
id: {
|
|
2154
2289
|
type: StringConstructor;
|
|
2155
2290
|
default(): string;
|
|
@@ -2348,6 +2483,7 @@ type __VLS_TemplateResult = {
|
|
|
2348
2483
|
fallbackPlacements: unknown[];
|
|
2349
2484
|
tether: boolean;
|
|
2350
2485
|
externalAnchor: string;
|
|
2486
|
+
externalAnchorElement: HTMLElement;
|
|
2351
2487
|
showCloseButton: boolean;
|
|
2352
2488
|
openOnContext: boolean;
|
|
2353
2489
|
ariaLabelledby: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hovercard.vue.d.ts","sourceRoot":"","sources":["../../../../components/hovercard/hovercard.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"hovercard.vue.d.ts","sourceRoot":"","sources":["../../../../components/hovercard/hovercard.vue"],"names":[],"mappings":"AAuDA;wBAutBqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;;6BAEtE,CAAC,EAAE,CAAC;;;AAbjC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEArZA,IA9MA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8MA,GA9QC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8QD,GA9QC;;;;;;;;;;;;;;;;yEA8QD,IA9MA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qEA8MA,IA9MA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA6mBG"}
|
|
@@ -246,6 +246,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
246
246
|
};
|
|
247
247
|
computedAriaLive(): unknown;
|
|
248
248
|
iconSize(): any;
|
|
249
|
+
loaderSize(): any;
|
|
249
250
|
}, {
|
|
250
251
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
251
252
|
buttonClasses(): any[];
|
|
@@ -364,7 +365,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
364
365
|
width: string;
|
|
365
366
|
assertiveOnFocus: boolean;
|
|
366
367
|
rel: string;
|
|
367
|
-
}, {}, {
|
|
368
|
+
}, {}, {
|
|
369
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
370
|
+
ariaLabel: {
|
|
371
|
+
type: StringConstructor;
|
|
372
|
+
default: string;
|
|
373
|
+
};
|
|
374
|
+
size: {
|
|
375
|
+
type: StringConstructor;
|
|
376
|
+
default: string;
|
|
377
|
+
validator: (s: unknown) => boolean;
|
|
378
|
+
};
|
|
379
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
380
|
+
ariaLabel: {
|
|
381
|
+
type: StringConstructor;
|
|
382
|
+
default: string;
|
|
383
|
+
};
|
|
384
|
+
size: {
|
|
385
|
+
type: StringConstructor;
|
|
386
|
+
default: string;
|
|
387
|
+
validator: (s: unknown) => boolean;
|
|
388
|
+
};
|
|
389
|
+
}>> & Readonly<{}>, {
|
|
390
|
+
size: string;
|
|
391
|
+
ariaLabel: string;
|
|
392
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
393
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
368
394
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
369
395
|
DtButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
370
396
|
circle: {
|
|
@@ -491,6 +517,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
491
517
|
};
|
|
492
518
|
computedAriaLive(): unknown;
|
|
493
519
|
iconSize(): any;
|
|
520
|
+
loaderSize(): any;
|
|
494
521
|
}, {
|
|
495
522
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
496
523
|
buttonClasses(): any[];
|
|
@@ -609,7 +636,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
609
636
|
width: string;
|
|
610
637
|
assertiveOnFocus: boolean;
|
|
611
638
|
rel: string;
|
|
612
|
-
}, {}, {
|
|
639
|
+
}, {}, {
|
|
640
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
641
|
+
ariaLabel: {
|
|
642
|
+
type: StringConstructor;
|
|
643
|
+
default: string;
|
|
644
|
+
};
|
|
645
|
+
size: {
|
|
646
|
+
type: StringConstructor;
|
|
647
|
+
default: string;
|
|
648
|
+
validator: (s: unknown) => boolean;
|
|
649
|
+
};
|
|
650
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
651
|
+
ariaLabel: {
|
|
652
|
+
type: StringConstructor;
|
|
653
|
+
default: string;
|
|
654
|
+
};
|
|
655
|
+
size: {
|
|
656
|
+
type: StringConstructor;
|
|
657
|
+
default: string;
|
|
658
|
+
validator: (s: unknown) => boolean;
|
|
659
|
+
};
|
|
660
|
+
}>> & Readonly<{}>, {
|
|
661
|
+
size: string;
|
|
662
|
+
ariaLabel: string;
|
|
663
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
664
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
613
665
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
614
666
|
size: {
|
|
615
667
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image_viewer.vue.d.ts","sourceRoot":"","sources":["../../../../components/image_viewer/image_viewer.vue"],"names":[],"mappings":"AAuEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qEAyQA,IAjJK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAiJL,GAxNO
|
|
1
|
+
{"version":3,"file":"image_viewer.vue.d.ts","sourceRoot":"","sources":["../../../../components/image_viewer/image_viewer.vue"],"names":[],"mappings":"AAuEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qEAyQA,IAjJK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAiJL,GAxNO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAwNP,GAxNO"}
|
|
@@ -404,6 +404,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
404
404
|
};
|
|
405
405
|
computedAriaLive(): unknown;
|
|
406
406
|
iconSize(): any;
|
|
407
|
+
loaderSize(): any;
|
|
407
408
|
}, {
|
|
408
409
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
409
410
|
buttonClasses(): any[];
|
|
@@ -522,7 +523,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
522
523
|
width: string;
|
|
523
524
|
assertiveOnFocus: boolean;
|
|
524
525
|
rel: string;
|
|
525
|
-
}, {}, {
|
|
526
|
+
}, {}, {
|
|
527
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
528
|
+
ariaLabel: {
|
|
529
|
+
type: StringConstructor;
|
|
530
|
+
default: string;
|
|
531
|
+
};
|
|
532
|
+
size: {
|
|
533
|
+
type: StringConstructor;
|
|
534
|
+
default: string;
|
|
535
|
+
validator: (s: unknown) => boolean;
|
|
536
|
+
};
|
|
537
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
538
|
+
ariaLabel: {
|
|
539
|
+
type: StringConstructor;
|
|
540
|
+
default: string;
|
|
541
|
+
};
|
|
542
|
+
size: {
|
|
543
|
+
type: StringConstructor;
|
|
544
|
+
default: string;
|
|
545
|
+
validator: (s: unknown) => boolean;
|
|
546
|
+
};
|
|
547
|
+
}>> & Readonly<{}>, {
|
|
548
|
+
size: string;
|
|
549
|
+
ariaLabel: string;
|
|
550
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
551
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
526
552
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
527
553
|
size: {
|
|
528
554
|
type: StringConstructor;
|
|
@@ -717,6 +743,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
717
743
|
};
|
|
718
744
|
computedAriaLive(): unknown;
|
|
719
745
|
iconSize(): any;
|
|
746
|
+
loaderSize(): any;
|
|
720
747
|
}, {
|
|
721
748
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
722
749
|
buttonClasses(): any[];
|
|
@@ -835,7 +862,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
835
862
|
width: string;
|
|
836
863
|
assertiveOnFocus: boolean;
|
|
837
864
|
rel: string;
|
|
838
|
-
}, {}, {
|
|
865
|
+
}, {}, {
|
|
866
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
867
|
+
ariaLabel: {
|
|
868
|
+
type: StringConstructor;
|
|
869
|
+
default: string;
|
|
870
|
+
};
|
|
871
|
+
size: {
|
|
872
|
+
type: StringConstructor;
|
|
873
|
+
default: string;
|
|
874
|
+
validator: (s: unknown) => boolean;
|
|
875
|
+
};
|
|
876
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
877
|
+
ariaLabel: {
|
|
878
|
+
type: StringConstructor;
|
|
879
|
+
default: string;
|
|
880
|
+
};
|
|
881
|
+
size: {
|
|
882
|
+
type: StringConstructor;
|
|
883
|
+
default: string;
|
|
884
|
+
validator: (s: unknown) => boolean;
|
|
885
|
+
};
|
|
886
|
+
}>> & Readonly<{}>, {
|
|
887
|
+
size: string;
|
|
888
|
+
ariaLabel: string;
|
|
889
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
890
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
839
891
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
840
892
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
841
893
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"modal.vue.d.ts","sourceRoot":"","sources":["../../../../components/modal/modal.vue"],"names":[],"mappings":"AAwHA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qEA+eA,IArXE
|
|
1
|
+
{"version":3,"file":"modal.vue.d.ts","sourceRoot":"","sources":["../../../../components/modal/modal.vue"],"names":[],"mappings":"AAwHA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qEA+eA,IArXE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAqXF,GA5bkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA4blB,GA5bkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAocwF,gBAAgB"}
|
|
@@ -518,6 +518,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
518
518
|
};
|
|
519
519
|
computedAriaLive(): unknown;
|
|
520
520
|
iconSize(): any;
|
|
521
|
+
loaderSize(): any;
|
|
521
522
|
}, {
|
|
522
523
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
523
524
|
buttonClasses(): any[];
|
|
@@ -636,7 +637,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
636
637
|
width: string;
|
|
637
638
|
assertiveOnFocus: boolean;
|
|
638
639
|
rel: string;
|
|
639
|
-
}, {}, {
|
|
640
|
+
}, {}, {
|
|
641
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
642
|
+
ariaLabel: {
|
|
643
|
+
type: StringConstructor;
|
|
644
|
+
default: string;
|
|
645
|
+
};
|
|
646
|
+
size: {
|
|
647
|
+
type: StringConstructor;
|
|
648
|
+
default: string;
|
|
649
|
+
validator: (s: unknown) => boolean;
|
|
650
|
+
};
|
|
651
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
652
|
+
ariaLabel: {
|
|
653
|
+
type: StringConstructor;
|
|
654
|
+
default: string;
|
|
655
|
+
};
|
|
656
|
+
size: {
|
|
657
|
+
type: StringConstructor;
|
|
658
|
+
default: string;
|
|
659
|
+
validator: (s: unknown) => boolean;
|
|
660
|
+
};
|
|
661
|
+
}>> & Readonly<{}>, {
|
|
662
|
+
size: string;
|
|
663
|
+
ariaLabel: string;
|
|
664
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
665
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
640
666
|
SrOnlyCloseButton: import('vue').DefineComponent<{}, {}, {
|
|
641
667
|
i18n: any;
|
|
642
668
|
}, {
|
|
@@ -801,6 +827,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
801
827
|
};
|
|
802
828
|
computedAriaLive(): unknown;
|
|
803
829
|
iconSize(): any;
|
|
830
|
+
loaderSize(): any;
|
|
804
831
|
}, {
|
|
805
832
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
806
833
|
buttonClasses(): any[];
|
|
@@ -919,7 +946,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
919
946
|
width: string;
|
|
920
947
|
assertiveOnFocus: boolean;
|
|
921
948
|
rel: string;
|
|
922
|
-
}, {}, {
|
|
949
|
+
}, {}, {
|
|
950
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
951
|
+
ariaLabel: {
|
|
952
|
+
type: StringConstructor;
|
|
953
|
+
default: string;
|
|
954
|
+
};
|
|
955
|
+
size: {
|
|
956
|
+
type: StringConstructor;
|
|
957
|
+
default: string;
|
|
958
|
+
validator: (s: unknown) => boolean;
|
|
959
|
+
};
|
|
960
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
961
|
+
ariaLabel: {
|
|
962
|
+
type: StringConstructor;
|
|
963
|
+
default: string;
|
|
964
|
+
};
|
|
965
|
+
size: {
|
|
966
|
+
type: StringConstructor;
|
|
967
|
+
default: string;
|
|
968
|
+
validator: (s: unknown) => boolean;
|
|
969
|
+
};
|
|
970
|
+
}>> & Readonly<{}>, {
|
|
971
|
+
size: string;
|
|
972
|
+
ariaLabel: string;
|
|
973
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
974
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
923
975
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
924
976
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
925
977
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notice.vue.d.ts","sourceRoot":"","sources":["../../../../components/notice/notice.vue"],"names":[],"mappings":"AAoCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAmMA,GAvJ+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAuJ/B,GAvJ+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAuJ/B,GAvJ+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAuJ/B,GAvJ+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAuJ/B,GAvJ+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAuJ/B,GAvJ+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAuJ/B,GAvJ+B
|
|
1
|
+
{"version":3,"file":"notice.vue.d.ts","sourceRoot":"","sources":["../../../../components/notice/notice.vue"],"names":[],"mappings":"AAoCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAmMA,GAvJ+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAuJ/B,GAvJ+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAuJ/B,GAvJ+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAuJ/B,GAvJ+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAuJ/B,GAvJ+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAuJ/B,GAvJ+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAuJ/B,GAvJ+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuJ/B,GAvJ+B"}
|