@dialpad/dialtone 9.168.0 → 9.170.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 +109861 -109861
- 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 +47 -47
- package/dist/vue3/lib/hovercard/hovercard.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 +54 -2
- package/dist/vue3/types/components/dropdown/dropdown.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/hovercard/hovercard.vue.d.ts +112 -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 +54 -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 +81 -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 +108 -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 +108 -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 +108 -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 +81 -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 +54 -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 +81 -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 +81 -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 +108 -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
|
@@ -4,6 +4,8 @@ type __VLS_WithTemplateSlots<T, S> = T & (new () => {
|
|
|
4
4
|
$slots: S;
|
|
5
5
|
});
|
|
6
6
|
declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
7
|
+
show: typeof onMouseEnter;
|
|
8
|
+
hide: typeof onMouseLeave;
|
|
7
9
|
$emit: (event: "opened", ...args: any[]) => void;
|
|
8
10
|
$props: {
|
|
9
11
|
readonly [x: string]: any;
|
|
@@ -448,6 +450,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
448
450
|
};
|
|
449
451
|
computedAriaLive(): unknown;
|
|
450
452
|
iconSize(): any;
|
|
453
|
+
loaderSize(): any;
|
|
451
454
|
}, {
|
|
452
455
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
453
456
|
buttonClasses(): any[];
|
|
@@ -566,7 +569,32 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
566
569
|
width: string;
|
|
567
570
|
assertiveOnFocus: boolean;
|
|
568
571
|
rel: string;
|
|
569
|
-
}, {}, {
|
|
572
|
+
}, {}, {
|
|
573
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
574
|
+
ariaLabel: {
|
|
575
|
+
type: StringConstructor;
|
|
576
|
+
default: string;
|
|
577
|
+
};
|
|
578
|
+
size: {
|
|
579
|
+
type: StringConstructor;
|
|
580
|
+
default: string;
|
|
581
|
+
validator: (s: unknown) => boolean;
|
|
582
|
+
};
|
|
583
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
584
|
+
ariaLabel: {
|
|
585
|
+
type: StringConstructor;
|
|
586
|
+
default: string;
|
|
587
|
+
};
|
|
588
|
+
size: {
|
|
589
|
+
type: StringConstructor;
|
|
590
|
+
default: string;
|
|
591
|
+
validator: (s: unknown) => boolean;
|
|
592
|
+
};
|
|
593
|
+
}>> & Readonly<{}>, {
|
|
594
|
+
size: string;
|
|
595
|
+
ariaLabel: string;
|
|
596
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
597
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
570
598
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
571
599
|
DtLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
572
600
|
show: {
|
|
@@ -767,6 +795,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
767
795
|
};
|
|
768
796
|
computedAriaLive(): unknown;
|
|
769
797
|
iconSize(): any;
|
|
798
|
+
loaderSize(): any;
|
|
770
799
|
}, {
|
|
771
800
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
772
801
|
buttonClasses(): any[];
|
|
@@ -885,7 +914,32 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
885
914
|
width: string;
|
|
886
915
|
assertiveOnFocus: boolean;
|
|
887
916
|
rel: string;
|
|
888
|
-
}, {}, {
|
|
917
|
+
}, {}, {
|
|
918
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
919
|
+
ariaLabel: {
|
|
920
|
+
type: StringConstructor;
|
|
921
|
+
default: string;
|
|
922
|
+
};
|
|
923
|
+
size: {
|
|
924
|
+
type: StringConstructor;
|
|
925
|
+
default: string;
|
|
926
|
+
validator: (s: unknown) => boolean;
|
|
927
|
+
};
|
|
928
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
929
|
+
ariaLabel: {
|
|
930
|
+
type: StringConstructor;
|
|
931
|
+
default: string;
|
|
932
|
+
};
|
|
933
|
+
size: {
|
|
934
|
+
type: StringConstructor;
|
|
935
|
+
default: string;
|
|
936
|
+
validator: (s: unknown) => boolean;
|
|
937
|
+
};
|
|
938
|
+
}>> & Readonly<{}>, {
|
|
939
|
+
size: string;
|
|
940
|
+
ariaLabel: string;
|
|
941
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
942
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
889
943
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
890
944
|
size: {
|
|
891
945
|
type: StringConstructor;
|
|
@@ -1650,6 +1704,7 @@ type __VLS_TemplateResult = {
|
|
|
1650
1704
|
};
|
|
1651
1705
|
computedAriaLive(): unknown;
|
|
1652
1706
|
iconSize(): any;
|
|
1707
|
+
loaderSize(): any;
|
|
1653
1708
|
}, {
|
|
1654
1709
|
resolveRouterLink(): string | ConcreteComponent<{}, any, any, ComputedOptions, MethodOptions, {}, any>;
|
|
1655
1710
|
buttonClasses(): any[];
|
|
@@ -1765,7 +1820,32 @@ type __VLS_TemplateResult = {
|
|
|
1765
1820
|
width: string;
|
|
1766
1821
|
assertiveOnFocus: boolean;
|
|
1767
1822
|
rel: string;
|
|
1768
|
-
}, {}, {
|
|
1823
|
+
}, {}, {
|
|
1824
|
+
DtLoader: DefineComponent<ExtractPropTypes<{
|
|
1825
|
+
ariaLabel: {
|
|
1826
|
+
type: StringConstructor;
|
|
1827
|
+
default: string;
|
|
1828
|
+
};
|
|
1829
|
+
size: {
|
|
1830
|
+
type: StringConstructor;
|
|
1831
|
+
default: string;
|
|
1832
|
+
validator: (s: unknown) => boolean;
|
|
1833
|
+
};
|
|
1834
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, ToResolvedProps<ExtractPropTypes<{
|
|
1835
|
+
ariaLabel: {
|
|
1836
|
+
type: StringConstructor;
|
|
1837
|
+
default: string;
|
|
1838
|
+
};
|
|
1839
|
+
size: {
|
|
1840
|
+
type: StringConstructor;
|
|
1841
|
+
default: string;
|
|
1842
|
+
validator: (s: unknown) => boolean;
|
|
1843
|
+
};
|
|
1844
|
+
}>, {}>, {
|
|
1845
|
+
size: string;
|
|
1846
|
+
ariaLabel: string;
|
|
1847
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1848
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1769
1849
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1770
1850
|
DtLazyShow: DefineComponent<ExtractPropTypes<{
|
|
1771
1851
|
show: {
|
|
@@ -1964,6 +2044,7 @@ type __VLS_TemplateResult = {
|
|
|
1964
2044
|
};
|
|
1965
2045
|
computedAriaLive(): unknown;
|
|
1966
2046
|
iconSize(): any;
|
|
2047
|
+
loaderSize(): any;
|
|
1967
2048
|
}, {
|
|
1968
2049
|
resolveRouterLink(): string | ConcreteComponent<{}, any, any, ComputedOptions, MethodOptions, {}, any>;
|
|
1969
2050
|
buttonClasses(): any[];
|
|
@@ -2079,7 +2160,32 @@ type __VLS_TemplateResult = {
|
|
|
2079
2160
|
width: string;
|
|
2080
2161
|
assertiveOnFocus: boolean;
|
|
2081
2162
|
rel: string;
|
|
2082
|
-
}, {}, {
|
|
2163
|
+
}, {}, {
|
|
2164
|
+
DtLoader: DefineComponent<ExtractPropTypes<{
|
|
2165
|
+
ariaLabel: {
|
|
2166
|
+
type: StringConstructor;
|
|
2167
|
+
default: string;
|
|
2168
|
+
};
|
|
2169
|
+
size: {
|
|
2170
|
+
type: StringConstructor;
|
|
2171
|
+
default: string;
|
|
2172
|
+
validator: (s: unknown) => boolean;
|
|
2173
|
+
};
|
|
2174
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, ToResolvedProps<ExtractPropTypes<{
|
|
2175
|
+
ariaLabel: {
|
|
2176
|
+
type: StringConstructor;
|
|
2177
|
+
default: string;
|
|
2178
|
+
};
|
|
2179
|
+
size: {
|
|
2180
|
+
type: StringConstructor;
|
|
2181
|
+
default: string;
|
|
2182
|
+
validator: (s: unknown) => boolean;
|
|
2183
|
+
};
|
|
2184
|
+
}>, {}>, {
|
|
2185
|
+
size: string;
|
|
2186
|
+
ariaLabel: string;
|
|
2187
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2188
|
+
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2083
2189
|
DtIconClose: DefineComponent<ExtractPropTypes<{
|
|
2084
2190
|
size: {
|
|
2085
2191
|
type: StringConstructor;
|
|
@@ -2394,4 +2500,6 @@ type __VLS_TemplateResult = {
|
|
|
2394
2500
|
};
|
|
2395
2501
|
rootEl: any;
|
|
2396
2502
|
};
|
|
2503
|
+
declare function onMouseEnter(): void;
|
|
2504
|
+
declare function onMouseLeave(): void;
|
|
2397
2505
|
//# sourceMappingURL=hovercard.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hovercard.vue.d.ts","sourceRoot":"","sources":["../../../../components/hovercard/hovercard.vue"],"names":[],"mappings":"AAuDA;
|
|
1
|
+
{"version":3,"file":"hovercard.vue.d.ts","sourceRoot":"","sources":["../../../../components/hovercard/hovercard.vue"],"names":[],"mappings":"AAuDA;wBA6tBqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;;6BAEtE,CAAC,EAAE,CAAC;;;AAdjC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAxZA,IAhNA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgNA,GAhRC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgRD,GAhRC;;;;;;;;;;;;;;;;yEAgRD,IAhNA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qEAgNA,IAhNA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAmnBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA/LH,sCAGC;AAED,sCAMC"}
|
|
@@ -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"}
|
|
@@ -183,6 +183,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
183
183
|
};
|
|
184
184
|
computedAriaLive(): unknown;
|
|
185
185
|
iconSize(): any;
|
|
186
|
+
loaderSize(): any;
|
|
186
187
|
}, {
|
|
187
188
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
188
189
|
buttonClasses(): any[];
|
|
@@ -301,7 +302,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
301
302
|
width: string;
|
|
302
303
|
assertiveOnFocus: boolean;
|
|
303
304
|
rel: string;
|
|
304
|
-
}, {}, {
|
|
305
|
+
}, {}, {
|
|
306
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
307
|
+
ariaLabel: {
|
|
308
|
+
type: StringConstructor;
|
|
309
|
+
default: string;
|
|
310
|
+
};
|
|
311
|
+
size: {
|
|
312
|
+
type: StringConstructor;
|
|
313
|
+
default: string;
|
|
314
|
+
validator: (s: unknown) => boolean;
|
|
315
|
+
};
|
|
316
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
317
|
+
ariaLabel: {
|
|
318
|
+
type: StringConstructor;
|
|
319
|
+
default: string;
|
|
320
|
+
};
|
|
321
|
+
size: {
|
|
322
|
+
type: StringConstructor;
|
|
323
|
+
default: string;
|
|
324
|
+
validator: (s: unknown) => boolean;
|
|
325
|
+
};
|
|
326
|
+
}>> & Readonly<{}>, {
|
|
327
|
+
size: string;
|
|
328
|
+
ariaLabel: string;
|
|
329
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
330
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
305
331
|
SrOnlyCloseButton: import('vue').DefineComponent<{}, {}, {
|
|
306
332
|
i18n: any;
|
|
307
333
|
}, {
|
|
@@ -466,6 +492,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
466
492
|
};
|
|
467
493
|
computedAriaLive(): unknown;
|
|
468
494
|
iconSize(): any;
|
|
495
|
+
loaderSize(): any;
|
|
469
496
|
}, {
|
|
470
497
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
471
498
|
buttonClasses(): any[];
|
|
@@ -584,7 +611,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
584
611
|
width: string;
|
|
585
612
|
assertiveOnFocus: boolean;
|
|
586
613
|
rel: string;
|
|
587
|
-
}, {}, {
|
|
614
|
+
}, {}, {
|
|
615
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
616
|
+
ariaLabel: {
|
|
617
|
+
type: StringConstructor;
|
|
618
|
+
default: string;
|
|
619
|
+
};
|
|
620
|
+
size: {
|
|
621
|
+
type: StringConstructor;
|
|
622
|
+
default: string;
|
|
623
|
+
validator: (s: unknown) => boolean;
|
|
624
|
+
};
|
|
625
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
626
|
+
ariaLabel: {
|
|
627
|
+
type: StringConstructor;
|
|
628
|
+
default: string;
|
|
629
|
+
};
|
|
630
|
+
size: {
|
|
631
|
+
type: StringConstructor;
|
|
632
|
+
default: string;
|
|
633
|
+
validator: (s: unknown) => boolean;
|
|
634
|
+
};
|
|
635
|
+
}>> & Readonly<{}>, {
|
|
636
|
+
size: string;
|
|
637
|
+
ariaLabel: string;
|
|
638
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
639
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
588
640
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
589
641
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
590
642
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notice_action.vue.d.ts","sourceRoot":"","sources":["../../../../components/notice/notice_action.vue"],"names":[],"mappings":"AA8BA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2GA,GAhD0B
|
|
1
|
+
{"version":3,"file":"notice_action.vue.d.ts","sourceRoot":"","sources":["../../../../components/notice/notice_action.vue"],"names":[],"mappings":"AA8BA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2GA,GAhD0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgD1B,GAhD0B"}
|
|
@@ -185,6 +185,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
185
185
|
};
|
|
186
186
|
computedAriaLive(): unknown;
|
|
187
187
|
iconSize(): any;
|
|
188
|
+
loaderSize(): any;
|
|
188
189
|
}, {
|
|
189
190
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
190
191
|
buttonClasses(): any[];
|
|
@@ -303,7 +304,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
303
304
|
width: string;
|
|
304
305
|
assertiveOnFocus: boolean;
|
|
305
306
|
rel: string;
|
|
306
|
-
}, {}, {
|
|
307
|
+
}, {}, {
|
|
308
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
309
|
+
ariaLabel: {
|
|
310
|
+
type: StringConstructor;
|
|
311
|
+
default: string;
|
|
312
|
+
};
|
|
313
|
+
size: {
|
|
314
|
+
type: StringConstructor;
|
|
315
|
+
default: string;
|
|
316
|
+
validator: (s: unknown) => boolean;
|
|
317
|
+
};
|
|
318
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
319
|
+
ariaLabel: {
|
|
320
|
+
type: StringConstructor;
|
|
321
|
+
default: string;
|
|
322
|
+
};
|
|
323
|
+
size: {
|
|
324
|
+
type: StringConstructor;
|
|
325
|
+
default: string;
|
|
326
|
+
validator: (s: unknown) => boolean;
|
|
327
|
+
};
|
|
328
|
+
}>> & Readonly<{}>, {
|
|
329
|
+
size: string;
|
|
330
|
+
ariaLabel: string;
|
|
331
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
332
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
307
333
|
DtIconChevronLeft: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
308
334
|
size: {
|
|
309
335
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagination.vue.d.ts","sourceRoot":"","sources":["../../../../components/pagination/pagination.vue"],"names":[],"mappings":"AAiEA
|
|
1
|
+
{"version":3,"file":"pagination.vue.d.ts","sourceRoot":"","sources":["../../../../components/pagination/pagination.vue"],"names":[],"mappings":"AAiEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAoQA,GAnNS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAmNT,GAnNS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAmNT,GAnNS"}
|