@dpa-id-components/dpa-shared-components 9.4.3 → 9.4.4
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/README.md +3 -1
- package/dist/components/DpaMediaItem/DpaMediaItem.stories.d.ts +6 -6
- package/dist/components/DpaMediaItem/DpaMediaItem.vue.d.ts +23 -21
- package/dist/components/UiAutocomplete/UiAutocomplete.vue.d.ts +12 -12
- package/dist/components/UiBadge/UiBadge.stories.d.ts +10 -9
- package/dist/components/UiBadge/UiBadge.vue.d.ts +24 -20
- package/dist/components/UiButton/UiButton.stories.d.ts +10 -9
- package/dist/components/UiButton/UiButton.vue.d.ts +24 -20
- package/dist/components/UiButtonGroup/UiButtonGroup.stories.d.ts +3 -3
- package/dist/components/UiButtonGroup/UiButtonGroup.vue.d.ts +4 -2
- package/dist/components/UiCard/UiCard.stories.d.ts +3 -3
- package/dist/components/UiCard/UiCard.vue.d.ts +4 -2
- package/dist/components/UiCheckBox/UiCheckBox.stories.d.ts +3 -3
- package/dist/components/UiCheckBox/UiCheckBox.vue.d.ts +18 -16
- package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.vue.d.ts +6 -6
- package/dist/components/UiChip/UiChip.stories.d.ts +6 -6
- package/dist/components/UiChip/UiChip.vue.d.ts +13 -11
- package/dist/components/UiCollapseNavigation/UiCollapseNavigation.stories.d.ts +3 -3
- package/dist/components/UiCollapseNavigation/UiCollapseNavigation.vue.d.ts +12 -10
- package/dist/components/UiDatePicker/UiDatePicker.stories.d.ts +31 -30
- package/dist/components/UiDatePicker/UiDatePicker.vue.d.ts +75 -72
- package/dist/components/UiDialog/UiDialog.stories.d.ts +6 -6
- package/dist/components/UiDialog/UiDialog.vue.d.ts +30 -28
- package/dist/components/UiFilterBadge/UiFilterBadge.stories.d.ts +7 -7
- package/dist/components/UiFilterBadge/UiFilterBadge.vue.d.ts +14 -12
- package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.d.ts +7 -7
- package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.vue.d.ts +12 -10
- package/dist/components/UiFilterButton/UiFilterButton.stories.d.ts +5 -4
- package/dist/components/UiFilterButton/UiFilterButton.vue.d.ts +20 -20
- package/dist/components/UiIcon/UiIcon.vue.d.ts +4 -4
- package/dist/components/UiIconButton/UiIconButton.stories.d.ts +2 -2
- package/dist/components/UiIconButton/UiIconButton.vue.d.ts +10 -10
- package/dist/components/UiInfoContent/UiInfoContent.stories.d.ts +34 -33
- package/dist/components/UiInfoContent/UiInfoContent.vue.d.ts +19 -15
- package/dist/components/UiInput/UiInput.stories.d.ts +18 -18
- package/dist/components/UiInput/UiInput.vue.d.ts +46 -44
- package/dist/components/UiList/UiList.stories.d.ts +27 -27
- package/dist/components/UiList/UiList.vue.d.ts +4 -2
- package/dist/components/UiListItem/UiListItem.stories.d.ts +13 -12
- package/dist/components/UiListItem/UiListItem.vue.d.ts +33 -29
- package/dist/components/UiMenu/UiMenu.stories.d.ts +9 -8
- package/dist/components/UiMenu/UiMenu.vue.d.ts +42 -42
- package/dist/components/UiOverlay/UiOverlay.stories.d.ts +6 -6
- package/dist/components/UiOverlay/UiOverlay.vue.d.ts +6 -4
- package/dist/components/UiOverlayMenu/UiOverlayMenu.stories.d.ts +24 -24
- package/dist/components/UiOverlayMenu/UiOverlayMenu.vue.d.ts +6 -4
- package/dist/components/UiRadioInputGroup/UiRadioInputGroup.stories.d.ts +2 -2
- package/dist/components/UiRadioInputGroup/UiRadioInputGroup.vue.d.ts +8 -8
- package/dist/components/UiSearchBar/UiSearchBar.stories.d.ts +22 -22
- package/dist/components/UiSearchBar/UiSearchBar.vue.d.ts +17 -15
- package/dist/components/UiSearchInput/UiSearchInput.stories.d.ts +6 -6
- package/dist/components/UiSearchInput/UiSearchInput.vue.d.ts +12 -10
- package/dist/components/UiSection/UiSection.stories.d.ts +6 -6
- package/dist/components/UiSection/UiSection.vue.d.ts +15 -13
- package/dist/components/UiSectionDivider/UiSectionDivider.stories.d.ts +7 -7
- package/dist/components/UiSectionDivider/UiSectionDivider.vue.d.ts +4 -4
- package/dist/components/UiSimpleInput/UiSimpleInput.vue.d.ts +8 -8
- package/dist/components/UiSkeletonBox/UiSkeletonBox.vue.d.ts +6 -6
- package/dist/components/UiSnackbar/UiSnackbar.stories.d.ts +13 -12
- package/dist/components/UiSnackbar/UiSnackbar.vue.d.ts +20 -16
- package/dist/components/UiSpinner/UiSpinner.vue.d.ts +4 -4
- package/dist/components/UiTextButton/UiTextButton.stories.d.ts +6 -6
- package/dist/components/UiTextButton/UiTextButton.vue.d.ts +28 -23
- package/dist/components/UiToggleButton/UiToggleButton.stories.d.ts +3 -3
- package/dist/components/UiToggleButton/UiToggleButton.vue.d.ts +20 -18
- package/dist/components/UiTooltip/UiTooltip.stories.d.ts +6 -6
- package/dist/components/UiTooltip/UiTooltip.vue.d.ts +17 -15
- package/dist/components/index.d.ts +36 -36
- package/dist/dpa-shared-components.mjs +11278 -13090
- package/dist/dpa-shared-components.umd.js +7 -8
- package/dist/style.css +1 -1
- package/package.json +4 -4
- package/dist/UseBreakpoints.stories.ts +0 -22
- package/dist/UseBreakpoints.vue +0 -12
- package/dist/activities-7078badc.mjs +0 -15
- package/dist/alert-2c101b8c.mjs +0 -15
- package/dist/alert-fill-d71b0894.mjs +0 -15
- package/dist/alert-octagon-dd57ae5f.mjs +0 -29
- package/dist/apps-3c2d7f63.mjs +0 -15
- package/dist/archive-57ba8974.mjs +0 -15
- package/dist/arrow-left-d54ac135.mjs +0 -15
- package/dist/arrow-nav-left-106cab88.mjs +0 -15
- package/dist/arrow-nav-right-d2f37c7e.mjs +0 -15
- package/dist/arrow-right-af47dc6a.mjs +0 -15
- package/dist/arrowhead-left-379df6c4.mjs +0 -19
- package/dist/arrowhead-right-f634422b.mjs +0 -19
- package/dist/atmo-7ffe15e2.mjs +0 -15
- package/dist/audio-circled-232ac711.mjs +0 -15
- package/dist/audio-d219eee4.mjs +0 -19
- package/dist/audio-filled-c7f0b06d.mjs +0 -19
- package/dist/bag-b1c90c9d.mjs +0 -19
- package/dist/bell-c4ef2483.mjs +0 -15
- package/dist/bell-fill-98784347.mjs +0 -15
- package/dist/book-a53f03b7.mjs +0 -15
- package/dist/bookmark-8e4ef660.mjs +0 -19
- package/dist/bookmark-CATJZ4qW.mjs +0 -19
- package/dist/bookmark-fill-18167bcd.mjs +0 -19
- package/dist/bookmark-fill-B1ytdiyx.mjs +0 -19
- package/dist/box-74110d75.mjs +0 -19
- package/dist/bulb-539767a3.mjs +0 -15
- package/dist/call-c1be8158.mjs +0 -15
- package/dist/camera-566db54b.mjs +0 -19
- package/dist/check-e4d56dea.mjs +0 -19
- package/dist/checklist-885629e0.mjs +0 -19
- package/dist/checkmark-7bb03066.mjs +0 -19
- package/dist/checkmark-double-226ecc06.mjs +0 -15
- package/dist/chevron-down-d9cc3584.mjs +0 -15
- package/dist/chevron-left-d37e4cf5.mjs +0 -15
- package/dist/chevron-right-2b82b85c.mjs +0 -15
- package/dist/chevron-up-6cfd4d3d.mjs +0 -15
- package/dist/clipboard-c3a0dcd7.mjs +0 -15
- package/dist/clock-64696f87.mjs +0 -19
- package/dist/close-edf8f0a7.mjs +0 -15
- package/dist/cloud-save-9cb89227.mjs +0 -15
- package/dist/code-e30b0574.mjs +0 -15
- package/dist/collapse-3a144e1b.mjs +0 -15
- package/dist/color-palette-0ed1f01d.mjs +0 -15
- package/dist/comment-62396a37.mjs +0 -15
- package/dist/comment-fill-819fae0c.mjs +0 -15
- package/dist/components/DpaEventItem/DpaEventItem.spec.d.ts +0 -1
- package/dist/components/DpaEventItem/DpaEventItem.stories.d.ts +0 -1102
- package/dist/components/DpaEventItem/DpaEventItem.vue.d.ts +0 -125
- package/dist/components/DpaEventItem/DpaEventItemCompact.vue.d.ts +0 -79
- package/dist/components/DpaEventItem/DpaEventItemPreview.vue.d.ts +0 -79
- package/dist/components/DpaEventItem/DpaEventItemStandard.vue.d.ts +0 -108
- package/dist/copy-e5d31a9c.mjs +0 -19
- package/dist/copy-link-b42b0b2d.mjs +0 -29
- package/dist/delete-0d28874e.mjs +0 -15
- package/dist/download-4d77c56a.mjs +0 -15
- package/dist/dpa-id-a0c91200.mjs +0 -19
- package/dist/edit-690308aa.mjs +0 -15
- package/dist/edit-add-4db19760.mjs +0 -15
- package/dist/eil-0d960dff.mjs +0 -19
- package/dist/emoji-1f86205e.mjs +0 -29
- package/dist/emoji-add-d72d5534.mjs +0 -29
- package/dist/envelope-5df69adf.mjs +0 -15
- package/dist/event-babd84b5.mjs +0 -15
- package/dist/expand-7405e392.mjs +0 -15
- package/dist/external-link-894815fd.mjs +0 -15
- package/dist/file-c91b0bb9.mjs +0 -15
- package/dist/file-pdf-2e1da127.mjs +0 -19
- package/dist/filter-b513696c.mjs +0 -15
- package/dist/filter-outline-38b76948.mjs +0 -29
- package/dist/flag-44da1d73.mjs +0 -15
- package/dist/flag-fill-ca5d310f.mjs +0 -15
- package/dist/flag-filled-98bcbce8.mjs +0 -15
- package/dist/flag-outline-2ea131c7.mjs +0 -15
- package/dist/flags-c30e45b5.mjs +0 -19
- package/dist/flash-7a927e7d.mjs +0 -15
- package/dist/folder-3b2d5f59.mjs +0 -15
- package/dist/folder-add-cdaf8bf7.mjs +0 -15
- package/dist/folder-fill-356643c5.mjs +0 -15
- package/dist/folder-filled-09259424.mjs +0 -15
- package/dist/gallery-f6dcc77b.mjs +0 -20
- package/dist/graphic-circled-c7768cfc.mjs +0 -15
- package/dist/graphic-ea6911f6.mjs +0 -20
- package/dist/graphic-filled-6f965469.mjs +0 -19
- package/dist/graphics-9dc48e2a.mjs +0 -15
- package/dist/grid-1-5b0e49a3.mjs +0 -15
- package/dist/grid-2-a31cd506.mjs +0 -15
- package/dist/grid-3-3829895b.mjs +0 -15
- package/dist/grid-4-b4dd73f8.mjs +0 -15
- package/dist/grid-6-151b07df.mjs +0 -15
- package/dist/grid-9-d3c48186.mjs +0 -15
- package/dist/grid-masonry-6a1b8806.mjs +0 -15
- package/dist/grid-masonry-9-2a9c0a17.mjs +0 -19
- package/dist/help-d209fdb7.mjs +0 -19
- package/dist/home-c424a69c.mjs +0 -15
- package/dist/image focus point-30a5eafb.mjs +0 -19
- package/dist/image-40863651.mjs +0 -19
- package/dist/impact-high-41a83c21.mjs +0 -29
- package/dist/impact-low-ba89c10c.mjs +0 -29
- package/dist/impact-medium-d64a53c3.mjs +0 -29
- package/dist/impact-very-high-c375c84e.mjs +0 -29
- package/dist/impact-very-low-b45b4a06.mjs +0 -29
- package/dist/info-387743c4.mjs +0 -15
- package/dist/info-fill-f971d701.mjs +0 -15
- package/dist/info-filled-c86c481a.mjs +0 -15
- package/dist/language-80eedb9e.mjs +0 -15
- package/dist/latest-bb39d821.mjs +0 -15
- package/dist/lightbulb-0c284cc9.mjs +0 -15
- package/dist/list-09e39a1a.mjs +0 -15
- package/dist/lock-f716251b.mjs +0 -19
- package/dist/mail-b4cc7e44.mjs +0 -15
- package/dist/main.css +0 -23
- package/dist/map-ecf5afac.mjs +0 -19
- package/dist/map-outline-4c9934e8.mjs +0 -19
- package/dist/menu-74a17c43.mjs +0 -15
- package/dist/minus-6e38066a.mjs +0 -15
- package/dist/more-horizontal-e7e121c3.mjs +0 -15
- package/dist/more-vertical-0d8048ea.mjs +0 -15
- package/dist/move-88cb6eb3.mjs +0 -15
- package/dist/move-up-down-0e48263c.mjs +0 -15
- package/dist/navigation-e1f28747.mjs +0 -15
- package/dist/note-811b096c.mjs +0 -19
- package/dist/offline-73d06154.mjs +0 -15
- package/dist/paper-plane-07bcb43e.mjs +0 -15
- package/dist/paperplane-662f4097.mjs +0 -15
- package/dist/pause-70fe2ae7.mjs +0 -29
- package/dist/pause-circle-4204406f.mjs +0 -29
- package/dist/pdf-bcee5eee.mjs +0 -19
- package/dist/pen-128f19d5.mjs +0 -15
- package/dist/people-0c20927c.mjs +0 -19
- package/dist/phone-288ed7a3.mjs +0 -19
- package/dist/picture-0eb9c590.mjs +0 -19
- package/dist/picture-circled-7602192a.mjs +0 -15
- package/dist/picture-filled-a6b618dc.mjs +0 -19
- package/dist/pin-530b1711.mjs +0 -19
- package/dist/planning-cb43b438.mjs +0 -15
- package/dist/play-5428740c.mjs +0 -29
- package/dist/play-circle-d074b95a.mjs +0 -19
- package/dist/play-fill-bac80265.mjs +0 -29
- package/dist/plus-circle-3d253a5c.mjs +0 -15
- package/dist/plus-ee8af457.mjs +0 -15
- package/dist/print-949a5857.mjs +0 -15
- package/dist/refresh-2f2ba8ae.mjs +0 -15
- package/dist/reset-c155c5ff.mjs +0 -15
- package/dist/responsive-90c640a7.mjs +0 -19
- package/dist/rubix-thema-05104238.mjs +0 -19
- package/dist/save-48d4be4e.mjs +0 -15
- package/dist/saved-search-0e8aa09b.mjs +0 -29
- package/dist/saved-search-fill-48f8c71c.mjs +0 -30
- package/dist/search-0890d914.mjs +0 -15
- package/dist/settings-57eb0eef.mjs +0 -19
- package/dist/share-alternative-fa060128.mjs +0 -15
- package/dist/share-cfa18007.mjs +0 -15
- package/dist/sidebar-9cb81395.mjs +0 -15
- package/dist/sidebar-fill-c22e0d1a.mjs +0 -19
- package/dist/slack-87bd7d6a.mjs +0 -15
- package/dist/slider-config-94286557.mjs +0 -19
- package/dist/spellcheck-c9014c44.mjs +0 -19
- package/dist/spinner-8f277552.mjs +0 -15
- package/dist/standard-view-af2a4834.mjs +0 -15
- package/dist/star-5c3c64ca.mjs +0 -15
- package/dist/star-fill-eb91b846.mjs +0 -15
- package/dist/star-filled-eb91b846.mjs +0 -15
- package/dist/stop-05ecbd72.mjs +0 -19
- package/dist/sync-1356e16f.mjs +0 -15
- package/dist/tailwind/UseBreakpoints.stories.d.ts +0 -10
- package/dist/tailwind/useBreakpoints.d.ts +0 -9
- package/dist/tasks-d09d0af6.mjs +0 -15
- package/dist/text-circled-5283cff7.mjs +0 -15
- package/dist/text-fff14e8f.mjs +0 -15
- package/dist/text-filled-dec83924.mjs +0 -19
- package/dist/topic-354c5294.mjs +0 -19
- package/dist/union-5e751949.mjs +0 -19
- package/dist/upload-a371f576.mjs +0 -15
- package/dist/useBreakpoints.ts +0 -19
- package/dist/video overlay-11864580.mjs +0 -19
- package/dist/video-8c400770.mjs +0 -25
- package/dist/video-circled-cb973c76.mjs +0 -15
- package/dist/video-filled-864f2e9f.mjs +0 -19
- package/dist/view-39118876.mjs +0 -29
- package/dist/view-off-ebee0dd9.mjs +0 -19
- package/dist/volume-up-8bf4fe6e.mjs +0 -29
|
@@ -1,24 +1,27 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
buttons?(_: {}): any;
|
|
3
|
+
};
|
|
4
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
5
|
+
id?: string;
|
|
3
6
|
modelValue: string;
|
|
4
|
-
type?: "
|
|
5
|
-
label?: string
|
|
6
|
-
placeholder?: string
|
|
7
|
-
autofocus?: boolean
|
|
8
|
-
chevron?: boolean
|
|
9
|
-
readonly?: boolean
|
|
10
|
-
disabled?: boolean
|
|
11
|
-
isDateTimePicker?: boolean
|
|
12
|
-
autocomplete?: string
|
|
13
|
-
isInvalid?: boolean
|
|
14
|
-
errorMessage?: string
|
|
15
|
-
showWarning?: boolean
|
|
16
|
-
warningMessage?: string
|
|
17
|
-
isTextarea?: boolean
|
|
18
|
-
hasInfo?: boolean
|
|
19
|
-
infoText?: string
|
|
20
|
-
inputStatus?: "
|
|
21
|
-
isUiAutocomplete?: boolean
|
|
7
|
+
type?: "text" | "number" | "time" | "date" | "password";
|
|
8
|
+
label?: string;
|
|
9
|
+
placeholder?: string;
|
|
10
|
+
autofocus?: boolean;
|
|
11
|
+
chevron?: boolean;
|
|
12
|
+
readonly?: boolean;
|
|
13
|
+
disabled?: boolean;
|
|
14
|
+
isDateTimePicker?: boolean;
|
|
15
|
+
autocomplete?: string;
|
|
16
|
+
isInvalid?: boolean;
|
|
17
|
+
errorMessage?: string;
|
|
18
|
+
showWarning?: boolean;
|
|
19
|
+
warningMessage?: string;
|
|
20
|
+
isTextarea?: boolean;
|
|
21
|
+
hasInfo?: boolean;
|
|
22
|
+
infoText?: string;
|
|
23
|
+
inputStatus?: "default" | "info" | "readonly" | "warning" | "error";
|
|
24
|
+
isUiAutocomplete?: boolean;
|
|
22
25
|
}>, {
|
|
23
26
|
id: undefined;
|
|
24
27
|
type: string;
|
|
@@ -48,26 +51,26 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
48
51
|
keyup: (...args: any[]) => void;
|
|
49
52
|
"update:modelValue": (...args: any[]) => void;
|
|
50
53
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
51
|
-
id?: string
|
|
54
|
+
id?: string;
|
|
52
55
|
modelValue: string;
|
|
53
|
-
type?: "
|
|
54
|
-
label?: string
|
|
55
|
-
placeholder?: string
|
|
56
|
-
autofocus?: boolean
|
|
57
|
-
chevron?: boolean
|
|
58
|
-
readonly?: boolean
|
|
59
|
-
disabled?: boolean
|
|
60
|
-
isDateTimePicker?: boolean
|
|
61
|
-
autocomplete?: string
|
|
62
|
-
isInvalid?: boolean
|
|
63
|
-
errorMessage?: string
|
|
64
|
-
showWarning?: boolean
|
|
65
|
-
warningMessage?: string
|
|
66
|
-
isTextarea?: boolean
|
|
67
|
-
hasInfo?: boolean
|
|
68
|
-
infoText?: string
|
|
69
|
-
inputStatus?: "
|
|
70
|
-
isUiAutocomplete?: boolean
|
|
56
|
+
type?: "text" | "number" | "time" | "date" | "password";
|
|
57
|
+
label?: string;
|
|
58
|
+
placeholder?: string;
|
|
59
|
+
autofocus?: boolean;
|
|
60
|
+
chevron?: boolean;
|
|
61
|
+
readonly?: boolean;
|
|
62
|
+
disabled?: boolean;
|
|
63
|
+
isDateTimePicker?: boolean;
|
|
64
|
+
autocomplete?: string;
|
|
65
|
+
isInvalid?: boolean;
|
|
66
|
+
errorMessage?: string;
|
|
67
|
+
showWarning?: boolean;
|
|
68
|
+
warningMessage?: string;
|
|
69
|
+
isTextarea?: boolean;
|
|
70
|
+
hasInfo?: boolean;
|
|
71
|
+
infoText?: string;
|
|
72
|
+
inputStatus?: "default" | "info" | "readonly" | "warning" | "error";
|
|
73
|
+
isUiAutocomplete?: boolean;
|
|
71
74
|
}>, {
|
|
72
75
|
id: undefined;
|
|
73
76
|
type: string;
|
|
@@ -95,7 +98,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
95
98
|
onKeyup?: ((...args: any[]) => any) | undefined;
|
|
96
99
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
97
100
|
}, {
|
|
98
|
-
type: "
|
|
101
|
+
type: "text" | "number" | "time" | "date" | "password";
|
|
99
102
|
disabled: boolean;
|
|
100
103
|
label: string;
|
|
101
104
|
readonly: boolean;
|
|
@@ -112,11 +115,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
112
115
|
isTextarea: boolean;
|
|
113
116
|
hasInfo: boolean;
|
|
114
117
|
infoText: string;
|
|
115
|
-
inputStatus: "
|
|
118
|
+
inputStatus: "default" | "info" | "readonly" | "warning" | "error";
|
|
116
119
|
isUiAutocomplete: boolean;
|
|
117
|
-
}, {}
|
|
118
|
-
|
|
119
|
-
}>;
|
|
120
|
+
}, {}>;
|
|
121
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
120
122
|
export default _default;
|
|
121
123
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
122
124
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -11,9 +11,9 @@ declare const meta: {
|
|
|
11
11
|
M: {};
|
|
12
12
|
Defaults: {};
|
|
13
13
|
}, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}, {}, {}, {}>;
|
|
14
|
-
__isFragment?:
|
|
15
|
-
__isTeleport?:
|
|
16
|
-
__isSuspense?:
|
|
14
|
+
__isFragment?: never;
|
|
15
|
+
__isTeleport?: never;
|
|
16
|
+
__isSuspense?: never;
|
|
17
17
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
18
18
|
$slots: {
|
|
19
19
|
default?(_: {}): any;
|
|
@@ -142,7 +142,7 @@ declare const meta: {
|
|
|
142
142
|
selectable: boolean;
|
|
143
143
|
overrideClasses: string;
|
|
144
144
|
checkBoxColor: "blue" | "gray";
|
|
145
|
-
iconName:
|
|
145
|
+
iconName: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
146
146
|
imageSrc: string;
|
|
147
147
|
imageShape: "rounded" | "square";
|
|
148
148
|
iconSize: "small" | "medium" | "large";
|
|
@@ -218,15 +218,15 @@ declare const meta: {
|
|
|
218
218
|
selectable: boolean;
|
|
219
219
|
overrideClasses: string;
|
|
220
220
|
checkBoxColor: "blue" | "gray";
|
|
221
|
-
iconName:
|
|
221
|
+
iconName: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
222
222
|
imageSrc: string;
|
|
223
223
|
imageShape: "rounded" | "square";
|
|
224
224
|
iconSize: "small" | "medium" | "large";
|
|
225
225
|
checkboxSize: "small" | "medium";
|
|
226
226
|
}>;
|
|
227
|
-
__isFragment?:
|
|
228
|
-
__isTeleport?:
|
|
229
|
-
__isSuspense?:
|
|
227
|
+
__isFragment?: never;
|
|
228
|
+
__isTeleport?: never;
|
|
229
|
+
__isSuspense?: never;
|
|
230
230
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
231
231
|
disabled: {
|
|
232
232
|
type: import('vue').PropType<boolean>;
|
|
@@ -293,7 +293,7 @@ declare const meta: {
|
|
|
293
293
|
selectable: boolean;
|
|
294
294
|
overrideClasses: string;
|
|
295
295
|
checkBoxColor: "blue" | "gray";
|
|
296
|
-
iconName:
|
|
296
|
+
iconName: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
297
297
|
imageSrc: string;
|
|
298
298
|
imageShape: "rounded" | "square";
|
|
299
299
|
iconSize: "small" | "medium" | "large";
|
|
@@ -329,9 +329,9 @@ export declare const WithCheckboxes: {
|
|
|
329
329
|
M: {};
|
|
330
330
|
Defaults: {};
|
|
331
331
|
}, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}, {}, {}, {}>;
|
|
332
|
-
__isFragment?:
|
|
333
|
-
__isTeleport?:
|
|
334
|
-
__isSuspense?:
|
|
332
|
+
__isFragment?: never;
|
|
333
|
+
__isTeleport?: never;
|
|
334
|
+
__isSuspense?: never;
|
|
335
335
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
336
336
|
$slots: {
|
|
337
337
|
default?(_: {}): any;
|
|
@@ -459,7 +459,7 @@ export declare const WithCheckboxes: {
|
|
|
459
459
|
selectable: boolean;
|
|
460
460
|
overrideClasses: string;
|
|
461
461
|
checkBoxColor: "blue" | "gray";
|
|
462
|
-
iconName:
|
|
462
|
+
iconName: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
463
463
|
imageSrc: string;
|
|
464
464
|
imageShape: "rounded" | "square";
|
|
465
465
|
iconSize: "small" | "medium" | "large";
|
|
@@ -535,15 +535,15 @@ export declare const WithCheckboxes: {
|
|
|
535
535
|
selectable: boolean;
|
|
536
536
|
overrideClasses: string;
|
|
537
537
|
checkBoxColor: "blue" | "gray";
|
|
538
|
-
iconName:
|
|
538
|
+
iconName: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
539
539
|
imageSrc: string;
|
|
540
540
|
imageShape: "rounded" | "square";
|
|
541
541
|
iconSize: "small" | "medium" | "large";
|
|
542
542
|
checkboxSize: "small" | "medium";
|
|
543
543
|
}>;
|
|
544
|
-
__isFragment?:
|
|
545
|
-
__isTeleport?:
|
|
546
|
-
__isSuspense?:
|
|
544
|
+
__isFragment?: never;
|
|
545
|
+
__isTeleport?: never;
|
|
546
|
+
__isSuspense?: never;
|
|
547
547
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
548
548
|
disabled: {
|
|
549
549
|
type: import('vue').PropType<boolean>;
|
|
@@ -610,7 +610,7 @@ export declare const WithCheckboxes: {
|
|
|
610
610
|
selectable: boolean;
|
|
611
611
|
overrideClasses: string;
|
|
612
612
|
checkBoxColor: "blue" | "gray";
|
|
613
|
-
iconName:
|
|
613
|
+
iconName: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
614
614
|
imageSrc: string;
|
|
615
615
|
imageShape: "rounded" | "square";
|
|
616
616
|
iconSize: "small" | "medium" | "large";
|
|
@@ -639,9 +639,9 @@ export declare const WithCheckmark: {
|
|
|
639
639
|
M: {};
|
|
640
640
|
Defaults: {};
|
|
641
641
|
}, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}, {}, {}, {}>;
|
|
642
|
-
__isFragment?:
|
|
643
|
-
__isTeleport?:
|
|
644
|
-
__isSuspense?:
|
|
642
|
+
__isFragment?: never;
|
|
643
|
+
__isTeleport?: never;
|
|
644
|
+
__isSuspense?: never;
|
|
645
645
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
646
646
|
$slots: {
|
|
647
647
|
default?(_: {}): any;
|
|
@@ -769,7 +769,7 @@ export declare const WithCheckmark: {
|
|
|
769
769
|
selectable: boolean;
|
|
770
770
|
overrideClasses: string;
|
|
771
771
|
checkBoxColor: "blue" | "gray";
|
|
772
|
-
iconName:
|
|
772
|
+
iconName: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
773
773
|
imageSrc: string;
|
|
774
774
|
imageShape: "rounded" | "square";
|
|
775
775
|
iconSize: "small" | "medium" | "large";
|
|
@@ -845,15 +845,15 @@ export declare const WithCheckmark: {
|
|
|
845
845
|
selectable: boolean;
|
|
846
846
|
overrideClasses: string;
|
|
847
847
|
checkBoxColor: "blue" | "gray";
|
|
848
|
-
iconName:
|
|
848
|
+
iconName: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
849
849
|
imageSrc: string;
|
|
850
850
|
imageShape: "rounded" | "square";
|
|
851
851
|
iconSize: "small" | "medium" | "large";
|
|
852
852
|
checkboxSize: "small" | "medium";
|
|
853
853
|
}>;
|
|
854
|
-
__isFragment?:
|
|
855
|
-
__isTeleport?:
|
|
856
|
-
__isSuspense?:
|
|
854
|
+
__isFragment?: never;
|
|
855
|
+
__isTeleport?: never;
|
|
856
|
+
__isSuspense?: never;
|
|
857
857
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
858
858
|
disabled: {
|
|
859
859
|
type: import('vue').PropType<boolean>;
|
|
@@ -920,7 +920,7 @@ export declare const WithCheckmark: {
|
|
|
920
920
|
selectable: boolean;
|
|
921
921
|
overrideClasses: string;
|
|
922
922
|
checkBoxColor: "blue" | "gray";
|
|
923
|
-
iconName:
|
|
923
|
+
iconName: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
924
924
|
imageSrc: string;
|
|
925
925
|
imageShape: "rounded" | "square";
|
|
926
926
|
iconSize: "small" | "medium" | "large";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
2
|
default?(_: {}): any;
|
|
3
|
-
}
|
|
3
|
+
};
|
|
4
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
4
6
|
export default _default;
|
|
5
7
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
8
|
new (): {
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { iconNames } from '../UiIcon/iconNames';
|
|
1
2
|
import { StoryObj } from '@storybook/vue3';
|
|
2
3
|
|
|
3
4
|
declare const meta: {
|
|
@@ -124,7 +125,7 @@ declare const meta: {
|
|
|
124
125
|
selectable: boolean;
|
|
125
126
|
overrideClasses: string;
|
|
126
127
|
checkBoxColor: "blue" | "gray";
|
|
127
|
-
iconName:
|
|
128
|
+
iconName: (typeof iconNames)[number] | null;
|
|
128
129
|
imageSrc: string;
|
|
129
130
|
imageShape: "rounded" | "square";
|
|
130
131
|
iconSize: "small" | "medium" | "large";
|
|
@@ -200,15 +201,15 @@ declare const meta: {
|
|
|
200
201
|
selectable: boolean;
|
|
201
202
|
overrideClasses: string;
|
|
202
203
|
checkBoxColor: "blue" | "gray";
|
|
203
|
-
iconName:
|
|
204
|
+
iconName: (typeof iconNames)[number] | null;
|
|
204
205
|
imageSrc: string;
|
|
205
206
|
imageShape: "rounded" | "square";
|
|
206
207
|
iconSize: "small" | "medium" | "large";
|
|
207
208
|
checkboxSize: "small" | "medium";
|
|
208
209
|
}>;
|
|
209
|
-
__isFragment?:
|
|
210
|
-
__isTeleport?:
|
|
211
|
-
__isSuspense?:
|
|
210
|
+
__isFragment?: never;
|
|
211
|
+
__isTeleport?: never;
|
|
212
|
+
__isSuspense?: never;
|
|
212
213
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
213
214
|
disabled: {
|
|
214
215
|
type: import('vue').PropType<boolean>;
|
|
@@ -275,7 +276,7 @@ declare const meta: {
|
|
|
275
276
|
selectable: boolean;
|
|
276
277
|
overrideClasses: string;
|
|
277
278
|
checkBoxColor: "blue" | "gray";
|
|
278
|
-
iconName:
|
|
279
|
+
iconName: (typeof iconNames)[number] | null;
|
|
279
280
|
imageSrc: string;
|
|
280
281
|
imageShape: "rounded" | "square";
|
|
281
282
|
iconSize: "small" | "medium" | "large";
|
|
@@ -462,7 +463,7 @@ declare const meta: {
|
|
|
462
463
|
selectable: boolean;
|
|
463
464
|
overrideClasses: string;
|
|
464
465
|
checkBoxColor: "blue" | "gray";
|
|
465
|
-
iconName:
|
|
466
|
+
iconName: (typeof iconNames)[number] | null;
|
|
466
467
|
imageSrc: string;
|
|
467
468
|
imageShape: "rounded" | "square";
|
|
468
469
|
iconSize: "small" | "medium" | "large";
|
|
@@ -538,15 +539,15 @@ declare const meta: {
|
|
|
538
539
|
selectable: boolean;
|
|
539
540
|
overrideClasses: string;
|
|
540
541
|
checkBoxColor: "blue" | "gray";
|
|
541
|
-
iconName:
|
|
542
|
+
iconName: (typeof iconNames)[number] | null;
|
|
542
543
|
imageSrc: string;
|
|
543
544
|
imageShape: "rounded" | "square";
|
|
544
545
|
iconSize: "small" | "medium" | "large";
|
|
545
546
|
checkboxSize: "small" | "medium";
|
|
546
547
|
}>;
|
|
547
|
-
__isFragment?:
|
|
548
|
-
__isTeleport?:
|
|
549
|
-
__isSuspense?:
|
|
548
|
+
__isFragment?: never;
|
|
549
|
+
__isTeleport?: never;
|
|
550
|
+
__isSuspense?: never;
|
|
550
551
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
551
552
|
disabled: {
|
|
552
553
|
type: import('vue').PropType<boolean>;
|
|
@@ -613,7 +614,7 @@ declare const meta: {
|
|
|
613
614
|
selectable: boolean;
|
|
614
615
|
overrideClasses: string;
|
|
615
616
|
checkBoxColor: "blue" | "gray";
|
|
616
|
-
iconName:
|
|
617
|
+
iconName: (typeof iconNames)[number] | null;
|
|
617
618
|
imageSrc: string;
|
|
618
619
|
imageShape: "rounded" | "square";
|
|
619
620
|
iconSize: "small" | "medium" | "large";
|
|
@@ -1,17 +1,22 @@
|
|
|
1
|
-
|
|
1
|
+
import { iconNames } from '../UiIcon/iconNames';
|
|
2
|
+
|
|
3
|
+
declare function __VLS_template(): {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
7
|
value?: any;
|
|
3
|
-
checkBoxMenu?: boolean
|
|
4
|
-
isChecked?: boolean
|
|
5
|
-
selected?: boolean
|
|
6
|
-
selectable?: boolean
|
|
7
|
-
overrideClasses?: string
|
|
8
|
-
checkBoxColor?: "blue" | "gray"
|
|
9
|
-
iconName?:
|
|
10
|
-
imageSrc?: string
|
|
11
|
-
imageShape?: "rounded" | "square"
|
|
12
|
-
iconSize?: "small" | "medium" | "large"
|
|
13
|
-
checkboxSize?: "small" | "medium"
|
|
14
|
-
disabled?: boolean
|
|
8
|
+
checkBoxMenu?: boolean;
|
|
9
|
+
isChecked?: boolean;
|
|
10
|
+
selected?: boolean;
|
|
11
|
+
selectable?: boolean;
|
|
12
|
+
overrideClasses?: string;
|
|
13
|
+
checkBoxColor?: "blue" | "gray";
|
|
14
|
+
iconName?: (typeof iconNames)[number] | null;
|
|
15
|
+
imageSrc?: string;
|
|
16
|
+
imageShape?: "rounded" | "square";
|
|
17
|
+
iconSize?: "small" | "medium" | "large";
|
|
18
|
+
checkboxSize?: "small" | "medium";
|
|
19
|
+
disabled?: boolean;
|
|
15
20
|
}>, {
|
|
16
21
|
value: string;
|
|
17
22
|
checkBoxMenu: boolean;
|
|
@@ -30,18 +35,18 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
30
35
|
"list-item-click": (...args: any[]) => void;
|
|
31
36
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
32
37
|
value?: any;
|
|
33
|
-
checkBoxMenu?: boolean
|
|
34
|
-
isChecked?: boolean
|
|
35
|
-
selected?: boolean
|
|
36
|
-
selectable?: boolean
|
|
37
|
-
overrideClasses?: string
|
|
38
|
-
checkBoxColor?: "blue" | "gray"
|
|
39
|
-
iconName?:
|
|
40
|
-
imageSrc?: string
|
|
41
|
-
imageShape?: "rounded" | "square"
|
|
42
|
-
iconSize?: "small" | "medium" | "large"
|
|
43
|
-
checkboxSize?: "small" | "medium"
|
|
44
|
-
disabled?: boolean
|
|
38
|
+
checkBoxMenu?: boolean;
|
|
39
|
+
isChecked?: boolean;
|
|
40
|
+
selected?: boolean;
|
|
41
|
+
selectable?: boolean;
|
|
42
|
+
overrideClasses?: string;
|
|
43
|
+
checkBoxColor?: "blue" | "gray";
|
|
44
|
+
iconName?: (typeof iconNames)[number] | null;
|
|
45
|
+
imageSrc?: string;
|
|
46
|
+
imageShape?: "rounded" | "square";
|
|
47
|
+
iconSize?: "small" | "medium" | "large";
|
|
48
|
+
checkboxSize?: "small" | "medium";
|
|
49
|
+
disabled?: boolean;
|
|
45
50
|
}>, {
|
|
46
51
|
value: string;
|
|
47
52
|
checkBoxMenu: boolean;
|
|
@@ -67,14 +72,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
67
72
|
selectable: boolean;
|
|
68
73
|
overrideClasses: string;
|
|
69
74
|
checkBoxColor: "blue" | "gray";
|
|
70
|
-
iconName:
|
|
75
|
+
iconName: (typeof iconNames)[number] | null;
|
|
71
76
|
imageSrc: string;
|
|
72
77
|
imageShape: "rounded" | "square";
|
|
73
78
|
iconSize: "small" | "medium" | "large";
|
|
74
79
|
checkboxSize: "small" | "medium";
|
|
75
|
-
}, {}
|
|
76
|
-
|
|
77
|
-
}>;
|
|
80
|
+
}, {}>;
|
|
81
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
78
82
|
export default _default;
|
|
79
83
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
80
84
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { StoryObj } from '@storybook/vue3';
|
|
2
|
+
import { iconNames } from '../UiIcon/iconNames';
|
|
2
3
|
|
|
3
4
|
declare const meta: {
|
|
4
5
|
title: string;
|
|
@@ -22,7 +23,7 @@ declare const meta: {
|
|
|
22
23
|
options: {
|
|
23
24
|
type: import('vue').PropType<{
|
|
24
25
|
label: string;
|
|
25
|
-
imageSrc?: string
|
|
26
|
+
imageSrc?: string;
|
|
26
27
|
selected: boolean;
|
|
27
28
|
value: any;
|
|
28
29
|
}[]>;
|
|
@@ -122,7 +123,7 @@ declare const meta: {
|
|
|
122
123
|
options: {
|
|
123
124
|
type: import('vue').PropType<{
|
|
124
125
|
label: string;
|
|
125
|
-
imageSrc?: string
|
|
126
|
+
imageSrc?: string;
|
|
126
127
|
selected: boolean;
|
|
127
128
|
value: any;
|
|
128
129
|
}[]>;
|
|
@@ -208,13 +209,13 @@ declare const meta: {
|
|
|
208
209
|
iconSize: "small" | "medium" | "large";
|
|
209
210
|
checkboxSize: "small" | "medium";
|
|
210
211
|
active: boolean;
|
|
211
|
-
iconLeft:
|
|
212
|
+
iconLeft: (typeof iconNames)[number] | null;
|
|
212
213
|
hasAutoFocus: boolean;
|
|
213
214
|
isOpen: boolean;
|
|
214
215
|
defaultTitle: string;
|
|
215
216
|
noTitle: boolean;
|
|
216
217
|
multiLabel: string;
|
|
217
|
-
filterButtonSize: "
|
|
218
|
+
filterButtonSize: "small" | "xs";
|
|
218
219
|
buttonVariant: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank";
|
|
219
220
|
listVariant: "checkbox" | "selectable" | "blank";
|
|
220
221
|
checkboxColor: "blue" | "gray";
|
|
@@ -363,7 +364,7 @@ export declare const WithBlankButton: {
|
|
|
363
364
|
options: {
|
|
364
365
|
type: import('vue').PropType<{
|
|
365
366
|
label: string;
|
|
366
|
-
imageSrc?: string
|
|
367
|
+
imageSrc?: string;
|
|
367
368
|
selected: boolean;
|
|
368
369
|
value: any;
|
|
369
370
|
}[]>;
|
|
@@ -463,7 +464,7 @@ export declare const WithBlankButton: {
|
|
|
463
464
|
options: {
|
|
464
465
|
type: import('vue').PropType<{
|
|
465
466
|
label: string;
|
|
466
|
-
imageSrc?: string
|
|
467
|
+
imageSrc?: string;
|
|
467
468
|
selected: boolean;
|
|
468
469
|
value: any;
|
|
469
470
|
}[]>;
|
|
@@ -549,13 +550,13 @@ export declare const WithBlankButton: {
|
|
|
549
550
|
iconSize: "small" | "medium" | "large";
|
|
550
551
|
checkboxSize: "small" | "medium";
|
|
551
552
|
active: boolean;
|
|
552
|
-
iconLeft:
|
|
553
|
+
iconLeft: (typeof iconNames)[number] | null;
|
|
553
554
|
hasAutoFocus: boolean;
|
|
554
555
|
isOpen: boolean;
|
|
555
556
|
defaultTitle: string;
|
|
556
557
|
noTitle: boolean;
|
|
557
558
|
multiLabel: string;
|
|
558
|
-
filterButtonSize: "
|
|
559
|
+
filterButtonSize: "small" | "xs";
|
|
559
560
|
buttonVariant: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank";
|
|
560
561
|
listVariant: "checkbox" | "selectable" | "blank";
|
|
561
562
|
checkboxColor: "blue" | "gray";
|
|
@@ -7,27 +7,27 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
7
7
|
selected: boolean;
|
|
8
8
|
value: any;
|
|
9
9
|
}[];
|
|
10
|
-
hasAutoFocus?: boolean
|
|
11
|
-
isOpen?: boolean
|
|
12
|
-
disabled?: boolean
|
|
13
|
-
active?: boolean
|
|
14
|
-
defaultTitle?: string
|
|
15
|
-
noTitle?: boolean
|
|
16
|
-
multiLabel?: string
|
|
17
|
-
filterButtonSize?: "
|
|
18
|
-
iconSize?: "small" | "medium" | "large"
|
|
19
|
-
iconLeft?:
|
|
20
|
-
imageShape?: "rounded" | "square"
|
|
21
|
-
checkboxSize?: "small" | "medium"
|
|
22
|
-
buttonVariant?: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank"
|
|
23
|
-
listVariant?: "checkbox" | "selectable" | "blank"
|
|
24
|
-
checkboxColor?: "blue" | "gray"
|
|
25
|
-
hasResetOption?: boolean
|
|
26
|
-
disabledReset?: boolean
|
|
27
|
-
resetLabel?: string
|
|
28
|
-
searchPlaceholder?: string
|
|
29
|
-
hasSearch?: boolean
|
|
30
|
-
floatingStylesActive?: boolean
|
|
10
|
+
hasAutoFocus?: boolean;
|
|
11
|
+
isOpen?: boolean;
|
|
12
|
+
disabled?: boolean;
|
|
13
|
+
active?: boolean;
|
|
14
|
+
defaultTitle?: string;
|
|
15
|
+
noTitle?: boolean;
|
|
16
|
+
multiLabel?: string;
|
|
17
|
+
filterButtonSize?: "small" | "xs";
|
|
18
|
+
iconSize?: "small" | "medium" | "large";
|
|
19
|
+
iconLeft?: (typeof iconNames)[number] | null;
|
|
20
|
+
imageShape?: "rounded" | "square";
|
|
21
|
+
checkboxSize?: "small" | "medium";
|
|
22
|
+
buttonVariant?: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank";
|
|
23
|
+
listVariant?: "checkbox" | "selectable" | "blank";
|
|
24
|
+
checkboxColor?: "blue" | "gray";
|
|
25
|
+
hasResetOption?: boolean;
|
|
26
|
+
disabledReset?: boolean;
|
|
27
|
+
resetLabel?: string;
|
|
28
|
+
searchPlaceholder?: string;
|
|
29
|
+
hasSearch?: boolean;
|
|
30
|
+
floatingStylesActive?: boolean;
|
|
31
31
|
}>, {
|
|
32
32
|
isOpen: boolean;
|
|
33
33
|
disabled: boolean;
|
|
@@ -63,27 +63,27 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
63
63
|
selected: boolean;
|
|
64
64
|
value: any;
|
|
65
65
|
}[];
|
|
66
|
-
hasAutoFocus?: boolean
|
|
67
|
-
isOpen?: boolean
|
|
68
|
-
disabled?: boolean
|
|
69
|
-
active?: boolean
|
|
70
|
-
defaultTitle?: string
|
|
71
|
-
noTitle?: boolean
|
|
72
|
-
multiLabel?: string
|
|
73
|
-
filterButtonSize?: "
|
|
74
|
-
iconSize?: "small" | "medium" | "large"
|
|
75
|
-
iconLeft?:
|
|
76
|
-
imageShape?: "rounded" | "square"
|
|
77
|
-
checkboxSize?: "small" | "medium"
|
|
78
|
-
buttonVariant?: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank"
|
|
79
|
-
listVariant?: "checkbox" | "selectable" | "blank"
|
|
80
|
-
checkboxColor?: "blue" | "gray"
|
|
81
|
-
hasResetOption?: boolean
|
|
82
|
-
disabledReset?: boolean
|
|
83
|
-
resetLabel?: string
|
|
84
|
-
searchPlaceholder?: string
|
|
85
|
-
hasSearch?: boolean
|
|
86
|
-
floatingStylesActive?: boolean
|
|
66
|
+
hasAutoFocus?: boolean;
|
|
67
|
+
isOpen?: boolean;
|
|
68
|
+
disabled?: boolean;
|
|
69
|
+
active?: boolean;
|
|
70
|
+
defaultTitle?: string;
|
|
71
|
+
noTitle?: boolean;
|
|
72
|
+
multiLabel?: string;
|
|
73
|
+
filterButtonSize?: "small" | "xs";
|
|
74
|
+
iconSize?: "small" | "medium" | "large";
|
|
75
|
+
iconLeft?: (typeof iconNames)[number] | null;
|
|
76
|
+
imageShape?: "rounded" | "square";
|
|
77
|
+
checkboxSize?: "small" | "medium";
|
|
78
|
+
buttonVariant?: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank";
|
|
79
|
+
listVariant?: "checkbox" | "selectable" | "blank";
|
|
80
|
+
checkboxColor?: "blue" | "gray";
|
|
81
|
+
hasResetOption?: boolean;
|
|
82
|
+
disabledReset?: boolean;
|
|
83
|
+
resetLabel?: string;
|
|
84
|
+
searchPlaceholder?: string;
|
|
85
|
+
hasSearch?: boolean;
|
|
86
|
+
floatingStylesActive?: boolean;
|
|
87
87
|
}>, {
|
|
88
88
|
isOpen: boolean;
|
|
89
89
|
disabled: boolean;
|
|
@@ -19,9 +19,9 @@ declare const meta: {
|
|
|
19
19
|
}, Readonly<import('vue').ExtractPropTypes<{}>> & {
|
|
20
20
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
21
21
|
}, {}, {}, {}, {}, {}>;
|
|
22
|
-
__isFragment?:
|
|
23
|
-
__isTeleport?:
|
|
24
|
-
__isSuspense?:
|
|
22
|
+
__isFragment?: never;
|
|
23
|
+
__isTeleport?: never;
|
|
24
|
+
__isSuspense?: never;
|
|
25
25
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{}>> & {
|
|
26
26
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
27
27
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -53,9 +53,9 @@ declare const meta: {
|
|
|
53
53
|
}, Readonly<import('vue').ExtractPropTypes<{}>> & {
|
|
54
54
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
55
55
|
}, {}, {}, {}, {}, {}>;
|
|
56
|
-
__isFragment?:
|
|
57
|
-
__isTeleport?:
|
|
58
|
-
__isSuspense?:
|
|
56
|
+
__isFragment?: never;
|
|
57
|
+
__isTeleport?: never;
|
|
58
|
+
__isSuspense?: never;
|
|
59
59
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{}>> & {
|
|
60
60
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
61
61
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|