@dpa-id-components/dpa-shared-components 9.4.2 → 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/{bookmark-8e4ef660.mjs → bookmark-CYvEZ2Js.mjs} +6 -5
- package/dist/{bookmark-fill-B1ytdiyx.mjs → bookmark-fill-CbYczX1t.mjs} +3 -2
- 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 +5 -5
- 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-CATJZ4qW.mjs +0 -19
- package/dist/bookmark-fill-18167bcd.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,10 +1,12 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
default?(_: {}): any;
|
|
3
|
+
};
|
|
4
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2
5
|
close: (...args: any[]) => void;
|
|
3
6
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>> & {
|
|
4
7
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
5
|
-
}, {}, {}
|
|
6
|
-
|
|
7
|
-
}>;
|
|
8
|
+
}, {}, {}>;
|
|
9
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
8
10
|
export default _default;
|
|
9
11
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
10
12
|
new (): {
|
|
@@ -41,9 +41,9 @@ declare const meta: {
|
|
|
41
41
|
}, {}, {}, {}, {}, {
|
|
42
42
|
isOpen: boolean;
|
|
43
43
|
}>;
|
|
44
|
-
__isFragment?:
|
|
45
|
-
__isTeleport?:
|
|
46
|
-
__isSuspense?:
|
|
44
|
+
__isFragment?: never;
|
|
45
|
+
__isTeleport?: never;
|
|
46
|
+
__isSuspense?: never;
|
|
47
47
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
48
48
|
isOpen: {
|
|
49
49
|
type: import('vue').PropType<boolean>;
|
|
@@ -71,9 +71,9 @@ declare const meta: {
|
|
|
71
71
|
M: {};
|
|
72
72
|
Defaults: {};
|
|
73
73
|
}, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}, {}, {}, {}>;
|
|
74
|
-
__isFragment?:
|
|
75
|
-
__isTeleport?:
|
|
76
|
-
__isSuspense?:
|
|
74
|
+
__isFragment?: never;
|
|
75
|
+
__isTeleport?: never;
|
|
76
|
+
__isSuspense?: never;
|
|
77
77
|
} & 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 () => {
|
|
78
78
|
$slots: {
|
|
79
79
|
default?(_: {}): any;
|
|
@@ -201,7 +201,7 @@ declare const meta: {
|
|
|
201
201
|
selectable: boolean;
|
|
202
202
|
overrideClasses: string;
|
|
203
203
|
checkBoxColor: "blue" | "gray";
|
|
204
|
-
iconName:
|
|
204
|
+
iconName: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
205
205
|
imageSrc: string;
|
|
206
206
|
imageShape: "rounded" | "square";
|
|
207
207
|
iconSize: "small" | "medium" | "large";
|
|
@@ -277,15 +277,15 @@ declare const meta: {
|
|
|
277
277
|
selectable: boolean;
|
|
278
278
|
overrideClasses: string;
|
|
279
279
|
checkBoxColor: "blue" | "gray";
|
|
280
|
-
iconName:
|
|
280
|
+
iconName: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
281
281
|
imageSrc: string;
|
|
282
282
|
imageShape: "rounded" | "square";
|
|
283
283
|
iconSize: "small" | "medium" | "large";
|
|
284
284
|
checkboxSize: "small" | "medium";
|
|
285
285
|
}>;
|
|
286
|
-
__isFragment?:
|
|
287
|
-
__isTeleport?:
|
|
288
|
-
__isSuspense?:
|
|
286
|
+
__isFragment?: never;
|
|
287
|
+
__isTeleport?: never;
|
|
288
|
+
__isSuspense?: never;
|
|
289
289
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
290
290
|
disabled: {
|
|
291
291
|
type: import('vue').PropType<boolean>;
|
|
@@ -352,7 +352,7 @@ declare const meta: {
|
|
|
352
352
|
selectable: boolean;
|
|
353
353
|
overrideClasses: string;
|
|
354
354
|
checkBoxColor: "blue" | "gray";
|
|
355
|
-
iconName:
|
|
355
|
+
iconName: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
356
356
|
imageSrc: string;
|
|
357
357
|
imageShape: "rounded" | "square";
|
|
358
358
|
iconSize: "small" | "medium" | "large";
|
|
@@ -415,9 +415,9 @@ declare const meta: {
|
|
|
415
415
|
}, {}, {}, {}, {}, {
|
|
416
416
|
isOpen: boolean;
|
|
417
417
|
}>;
|
|
418
|
-
__isFragment?:
|
|
419
|
-
__isTeleport?:
|
|
420
|
-
__isSuspense?:
|
|
418
|
+
__isFragment?: never;
|
|
419
|
+
__isTeleport?: never;
|
|
420
|
+
__isSuspense?: never;
|
|
421
421
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
422
422
|
isOpen: {
|
|
423
423
|
type: import('vue').PropType<boolean>;
|
|
@@ -444,9 +444,9 @@ declare const meta: {
|
|
|
444
444
|
M: {};
|
|
445
445
|
Defaults: {};
|
|
446
446
|
}, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}, {}, {}, {}>;
|
|
447
|
-
__isFragment?:
|
|
448
|
-
__isTeleport?:
|
|
449
|
-
__isSuspense?:
|
|
447
|
+
__isFragment?: never;
|
|
448
|
+
__isTeleport?: never;
|
|
449
|
+
__isSuspense?: never;
|
|
450
450
|
} & 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 () => {
|
|
451
451
|
$slots: {
|
|
452
452
|
default?(_: {}): any;
|
|
@@ -574,7 +574,7 @@ declare const meta: {
|
|
|
574
574
|
selectable: boolean;
|
|
575
575
|
overrideClasses: string;
|
|
576
576
|
checkBoxColor: "blue" | "gray";
|
|
577
|
-
iconName:
|
|
577
|
+
iconName: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
578
578
|
imageSrc: string;
|
|
579
579
|
imageShape: "rounded" | "square";
|
|
580
580
|
iconSize: "small" | "medium" | "large";
|
|
@@ -650,15 +650,15 @@ declare const meta: {
|
|
|
650
650
|
selectable: boolean;
|
|
651
651
|
overrideClasses: string;
|
|
652
652
|
checkBoxColor: "blue" | "gray";
|
|
653
|
-
iconName:
|
|
653
|
+
iconName: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
654
654
|
imageSrc: string;
|
|
655
655
|
imageShape: "rounded" | "square";
|
|
656
656
|
iconSize: "small" | "medium" | "large";
|
|
657
657
|
checkboxSize: "small" | "medium";
|
|
658
658
|
}>;
|
|
659
|
-
__isFragment?:
|
|
660
|
-
__isTeleport?:
|
|
661
|
-
__isSuspense?:
|
|
659
|
+
__isFragment?: never;
|
|
660
|
+
__isTeleport?: never;
|
|
661
|
+
__isSuspense?: never;
|
|
662
662
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
663
663
|
disabled: {
|
|
664
664
|
type: import('vue').PropType<boolean>;
|
|
@@ -725,7 +725,7 @@ declare const meta: {
|
|
|
725
725
|
selectable: boolean;
|
|
726
726
|
overrideClasses: string;
|
|
727
727
|
checkBoxColor: "blue" | "gray";
|
|
728
|
-
iconName:
|
|
728
|
+
iconName: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
729
729
|
imageSrc: string;
|
|
730
730
|
imageShape: "rounded" | "square";
|
|
731
731
|
iconSize: "small" | "medium" | "large";
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
default?(_: {}): any;
|
|
3
|
+
};
|
|
4
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
5
|
isOpen: boolean;
|
|
3
6
|
}>, {
|
|
4
7
|
isOpen: boolean;
|
|
@@ -12,9 +15,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
12
15
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
13
16
|
}, {
|
|
14
17
|
isOpen: boolean;
|
|
15
|
-
}, {}
|
|
16
|
-
|
|
17
|
-
}>;
|
|
18
|
+
}, {}>;
|
|
19
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
18
20
|
export default _default;
|
|
19
21
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
20
22
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -68,7 +68,7 @@ declare const meta: {
|
|
|
68
68
|
size: "small" | "medium";
|
|
69
69
|
disabled: boolean;
|
|
70
70
|
variant: "blue" | "gray";
|
|
71
|
-
direction: "
|
|
71
|
+
direction: "horizontal" | "vertical";
|
|
72
72
|
}, {}>;
|
|
73
73
|
argTypes: {
|
|
74
74
|
value: {
|
|
@@ -180,7 +180,7 @@ declare const meta: {
|
|
|
180
180
|
size: "small" | "medium";
|
|
181
181
|
disabled: boolean;
|
|
182
182
|
variant: "blue" | "gray";
|
|
183
|
-
direction: "
|
|
183
|
+
direction: "horizontal" | "vertical";
|
|
184
184
|
}, {}>;
|
|
185
185
|
};
|
|
186
186
|
template: string;
|
|
@@ -5,10 +5,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
5
5
|
selected: boolean;
|
|
6
6
|
}[];
|
|
7
7
|
groupName: string;
|
|
8
|
-
variant?: "blue" | "gray"
|
|
9
|
-
size?: "small" | "medium"
|
|
10
|
-
direction?: "
|
|
11
|
-
disabled?: boolean
|
|
8
|
+
variant?: "blue" | "gray";
|
|
9
|
+
size?: "small" | "medium";
|
|
10
|
+
direction?: "horizontal" | "vertical";
|
|
11
|
+
disabled?: boolean;
|
|
12
12
|
}>, {
|
|
13
13
|
variant: string;
|
|
14
14
|
size: string;
|
|
@@ -23,10 +23,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
23
23
|
selected: boolean;
|
|
24
24
|
}[];
|
|
25
25
|
groupName: string;
|
|
26
|
-
variant?: "blue" | "gray"
|
|
27
|
-
size?: "small" | "medium"
|
|
28
|
-
direction?: "
|
|
29
|
-
disabled?: boolean
|
|
26
|
+
variant?: "blue" | "gray";
|
|
27
|
+
size?: "small" | "medium";
|
|
28
|
+
direction?: "horizontal" | "vertical";
|
|
29
|
+
disabled?: boolean;
|
|
30
30
|
}>, {
|
|
31
31
|
variant: string;
|
|
32
32
|
size: string;
|
|
@@ -172,9 +172,9 @@ declare const meta: {
|
|
|
172
172
|
executeSearchButtonTitle: string;
|
|
173
173
|
resetSearchButtonTittle: string;
|
|
174
174
|
}>;
|
|
175
|
-
__isFragment?:
|
|
176
|
-
__isTeleport?:
|
|
177
|
-
__isSuspense?:
|
|
175
|
+
__isFragment?: never;
|
|
176
|
+
__isTeleport?: never;
|
|
177
|
+
__isSuspense?: never;
|
|
178
178
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
179
179
|
modelValue: {
|
|
180
180
|
type: import('vue').PropType<string>;
|
|
@@ -448,9 +448,9 @@ export declare const WithChips: {
|
|
|
448
448
|
executeSearchButtonTitle: string;
|
|
449
449
|
resetSearchButtonTittle: string;
|
|
450
450
|
}>;
|
|
451
|
-
__isFragment?:
|
|
452
|
-
__isTeleport?:
|
|
453
|
-
__isSuspense?:
|
|
451
|
+
__isFragment?: never;
|
|
452
|
+
__isTeleport?: never;
|
|
453
|
+
__isSuspense?: never;
|
|
454
454
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
455
455
|
modelValue: {
|
|
456
456
|
type: import('vue').PropType<string>;
|
|
@@ -589,9 +589,9 @@ export declare const WithChips: {
|
|
|
589
589
|
}, {
|
|
590
590
|
size: "xs" | "small" | "medium" | "large";
|
|
591
591
|
disabled: boolean;
|
|
592
|
-
color: "blue" | "
|
|
592
|
+
color: "blue" | "transparent" | "white" | "gray" | "light-gray" | "primary-green";
|
|
593
593
|
rounded: boolean;
|
|
594
|
-
iconName:
|
|
594
|
+
iconName: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
595
595
|
disabledVariant: "primary" | "secondary";
|
|
596
596
|
href: string;
|
|
597
597
|
}, true, {}, {}, {
|
|
@@ -635,15 +635,15 @@ export declare const WithChips: {
|
|
|
635
635
|
}, {}, {}, {}, {}, {
|
|
636
636
|
size: "xs" | "small" | "medium" | "large";
|
|
637
637
|
disabled: boolean;
|
|
638
|
-
color: "blue" | "
|
|
638
|
+
color: "blue" | "transparent" | "white" | "gray" | "light-gray" | "primary-green";
|
|
639
639
|
rounded: boolean;
|
|
640
|
-
iconName:
|
|
640
|
+
iconName: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
641
641
|
disabledVariant: "primary" | "secondary";
|
|
642
642
|
href: string;
|
|
643
643
|
}>;
|
|
644
|
-
__isFragment?:
|
|
645
|
-
__isTeleport?:
|
|
646
|
-
__isSuspense?:
|
|
644
|
+
__isFragment?: never;
|
|
645
|
+
__isTeleport?: never;
|
|
646
|
+
__isSuspense?: never;
|
|
647
647
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
648
648
|
size: {
|
|
649
649
|
type: import('vue').PropType<"xs" | "small" | "medium" | "large">;
|
|
@@ -680,9 +680,9 @@ export declare const WithChips: {
|
|
|
680
680
|
}, string, {
|
|
681
681
|
size: "xs" | "small" | "medium" | "large";
|
|
682
682
|
disabled: boolean;
|
|
683
|
-
color: "blue" | "
|
|
683
|
+
color: "blue" | "transparent" | "white" | "gray" | "light-gray" | "primary-green";
|
|
684
684
|
rounded: boolean;
|
|
685
|
-
iconName:
|
|
685
|
+
iconName: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
686
686
|
disabledVariant: "primary" | "secondary";
|
|
687
687
|
href: string;
|
|
688
688
|
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -748,7 +748,7 @@ export declare const WithChips: {
|
|
|
748
748
|
size: "small" | "medium" | "large" | "xl";
|
|
749
749
|
disabled: boolean;
|
|
750
750
|
title: string;
|
|
751
|
-
backgroundColor: "
|
|
751
|
+
backgroundColor: "blue" | "none" | "gray-hover";
|
|
752
752
|
iconColor: "blue" | "gray" | "white";
|
|
753
753
|
}, {}>;
|
|
754
754
|
UiIcon: import('vue').DefineComponent<{
|
|
@@ -810,7 +810,7 @@ export declare const WithChips: {
|
|
|
810
810
|
};
|
|
811
811
|
}>>, {
|
|
812
812
|
size: "small" | "medium" | "big";
|
|
813
|
-
cursorStyle: "
|
|
813
|
+
cursorStyle: "default" | "text" | "pointer";
|
|
814
814
|
isVisible: boolean;
|
|
815
815
|
}, true, {}, {}, {
|
|
816
816
|
P: {};
|
|
@@ -834,12 +834,12 @@ export declare const WithChips: {
|
|
|
834
834
|
};
|
|
835
835
|
}>>, {}, {}, {}, {}, {
|
|
836
836
|
size: "small" | "medium" | "big";
|
|
837
|
-
cursorStyle: "
|
|
837
|
+
cursorStyle: "default" | "text" | "pointer";
|
|
838
838
|
isVisible: boolean;
|
|
839
839
|
}>;
|
|
840
|
-
__isFragment?:
|
|
841
|
-
__isTeleport?:
|
|
842
|
-
__isSuspense?:
|
|
840
|
+
__isFragment?: never;
|
|
841
|
+
__isTeleport?: never;
|
|
842
|
+
__isSuspense?: never;
|
|
843
843
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
844
844
|
size: {
|
|
845
845
|
type: import('vue').PropType<"small" | "medium" | "big">;
|
|
@@ -855,7 +855,7 @@ export declare const WithChips: {
|
|
|
855
855
|
};
|
|
856
856
|
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
857
857
|
size: "small" | "medium" | "big";
|
|
858
|
-
cursorStyle: "
|
|
858
|
+
cursorStyle: "default" | "text" | "pointer";
|
|
859
859
|
isVisible: boolean;
|
|
860
860
|
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
861
861
|
$slots: {
|
|
@@ -1,10 +1,16 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
nonEditableChips?(_: {}): any;
|
|
3
|
+
editableChips?(_: {}): any;
|
|
4
|
+
searchCriteriaButton?(_: {}): any;
|
|
5
|
+
extendedSearchButton?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
8
|
modelValue: string;
|
|
3
|
-
placeholder?: string
|
|
9
|
+
placeholder?: string;
|
|
4
10
|
backgroundColor: "gray" | "white";
|
|
5
|
-
hiddenFilterRules?: number
|
|
6
|
-
isFilterChipEditable?: boolean
|
|
7
|
-
hasChips?: boolean
|
|
11
|
+
hiddenFilterRules?: number;
|
|
12
|
+
isFilterChipEditable?: boolean;
|
|
13
|
+
hasChips?: boolean;
|
|
8
14
|
executeSearchButtonTitle: string;
|
|
9
15
|
resetSearchButtonTittle: string;
|
|
10
16
|
}>, {
|
|
@@ -27,11 +33,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
27
33
|
"update:modelValue": (...args: any[]) => void;
|
|
28
34
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
29
35
|
modelValue: string;
|
|
30
|
-
placeholder?: string
|
|
36
|
+
placeholder?: string;
|
|
31
37
|
backgroundColor: "gray" | "white";
|
|
32
|
-
hiddenFilterRules?: number
|
|
33
|
-
isFilterChipEditable?: boolean
|
|
34
|
-
hasChips?: boolean
|
|
38
|
+
hiddenFilterRules?: number;
|
|
39
|
+
isFilterChipEditable?: boolean;
|
|
40
|
+
hasChips?: boolean;
|
|
35
41
|
executeSearchButtonTitle: string;
|
|
36
42
|
resetSearchButtonTittle: string;
|
|
37
43
|
}>, {
|
|
@@ -59,12 +65,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
59
65
|
hasChips: boolean;
|
|
60
66
|
executeSearchButtonTitle: string;
|
|
61
67
|
resetSearchButtonTittle: string;
|
|
62
|
-
}, {}
|
|
63
|
-
|
|
64
|
-
editableChips?(_: {}): any;
|
|
65
|
-
searchCriteriaButton?(_: {}): any;
|
|
66
|
-
extendedSearchButton?(_: {}): any;
|
|
67
|
-
}>;
|
|
68
|
+
}, {}>;
|
|
69
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
68
70
|
export default _default;
|
|
69
71
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
70
72
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -98,9 +98,9 @@ declare const meta: {
|
|
|
98
98
|
placeholder: string;
|
|
99
99
|
hasAddEntryOption: boolean;
|
|
100
100
|
}>;
|
|
101
|
-
__isFragment?:
|
|
102
|
-
__isTeleport?:
|
|
103
|
-
__isSuspense?:
|
|
101
|
+
__isFragment?: never;
|
|
102
|
+
__isTeleport?: never;
|
|
103
|
+
__isSuspense?: never;
|
|
104
104
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
105
105
|
label: {
|
|
106
106
|
type: import('vue').PropType<string>;
|
|
@@ -267,9 +267,9 @@ declare const meta: {
|
|
|
267
267
|
placeholder: string;
|
|
268
268
|
hasAddEntryOption: boolean;
|
|
269
269
|
}>;
|
|
270
|
-
__isFragment?:
|
|
271
|
-
__isTeleport?:
|
|
272
|
-
__isSuspense?:
|
|
270
|
+
__isFragment?: never;
|
|
271
|
+
__isTeleport?: never;
|
|
272
|
+
__isSuspense?: never;
|
|
273
273
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
274
274
|
label: {
|
|
275
275
|
type: import('vue').PropType<string>;
|
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
tooltip?(_: {}): any;
|
|
3
|
+
};
|
|
4
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
5
|
+
hasAddEntryOption?: boolean;
|
|
6
|
+
label?: string;
|
|
4
7
|
modelValue: string[];
|
|
5
|
-
placeholder?: string
|
|
8
|
+
placeholder?: string;
|
|
6
9
|
}>, {
|
|
7
10
|
hasAddEntryOption: boolean;
|
|
8
11
|
placeholder: string;
|
|
@@ -15,10 +18,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
15
18
|
}) => void;
|
|
16
19
|
blur: (value: string[]) => void;
|
|
17
20
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
18
|
-
hasAddEntryOption?: boolean
|
|
19
|
-
label?: string
|
|
21
|
+
hasAddEntryOption?: boolean;
|
|
22
|
+
label?: string;
|
|
20
23
|
modelValue: string[];
|
|
21
|
-
placeholder?: string
|
|
24
|
+
placeholder?: string;
|
|
22
25
|
}>, {
|
|
23
26
|
hasAddEntryOption: boolean;
|
|
24
27
|
placeholder: string;
|
|
@@ -34,9 +37,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
34
37
|
label: string;
|
|
35
38
|
placeholder: string;
|
|
36
39
|
hasAddEntryOption: boolean;
|
|
37
|
-
}, {}
|
|
38
|
-
|
|
39
|
-
}>;
|
|
40
|
+
}, {}>;
|
|
41
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
40
42
|
export default _default;
|
|
41
43
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
42
44
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -38,7 +38,7 @@ declare const meta: {
|
|
|
38
38
|
default: boolean;
|
|
39
39
|
};
|
|
40
40
|
}>>, {
|
|
41
|
-
size: "
|
|
41
|
+
size: "wide" | "small";
|
|
42
42
|
verticalPadding: "small" | "large" | "none";
|
|
43
43
|
borderTop: boolean;
|
|
44
44
|
borderBottom: boolean;
|
|
@@ -67,14 +67,14 @@ declare const meta: {
|
|
|
67
67
|
default: boolean;
|
|
68
68
|
};
|
|
69
69
|
}>>, {}, {}, {}, {}, {
|
|
70
|
-
size: "
|
|
70
|
+
size: "wide" | "small";
|
|
71
71
|
verticalPadding: "small" | "large" | "none";
|
|
72
72
|
borderTop: boolean;
|
|
73
73
|
borderBottom: boolean;
|
|
74
74
|
}>;
|
|
75
|
-
__isFragment?:
|
|
76
|
-
__isTeleport?:
|
|
77
|
-
__isSuspense?:
|
|
75
|
+
__isFragment?: never;
|
|
76
|
+
__isTeleport?: never;
|
|
77
|
+
__isSuspense?: never;
|
|
78
78
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
79
79
|
size: {
|
|
80
80
|
type: import('vue').PropType<"small" | "wide">;
|
|
@@ -93,7 +93,7 @@ declare const meta: {
|
|
|
93
93
|
default: boolean;
|
|
94
94
|
};
|
|
95
95
|
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
96
|
-
size: "
|
|
96
|
+
size: "wide" | "small";
|
|
97
97
|
verticalPadding: "small" | "large" | "none";
|
|
98
98
|
borderTop: boolean;
|
|
99
99
|
borderBottom: boolean;
|
|
@@ -1,31 +1,33 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
default?(_: {}): any;
|
|
3
|
+
};
|
|
4
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
5
|
+
size?: "wide" | "small";
|
|
6
|
+
verticalPadding?: "small" | "large" | "none";
|
|
7
|
+
borderTop?: boolean;
|
|
8
|
+
borderBottom?: boolean;
|
|
6
9
|
}>, {
|
|
7
10
|
size: string;
|
|
8
11
|
verticalPadding: string;
|
|
9
12
|
borderTop: boolean;
|
|
10
13
|
borderBottom: boolean;
|
|
11
14
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
12
|
-
size?: "
|
|
13
|
-
verticalPadding?: "small" | "large" | "none"
|
|
14
|
-
borderTop?: boolean
|
|
15
|
-
borderBottom?: boolean
|
|
15
|
+
size?: "wide" | "small";
|
|
16
|
+
verticalPadding?: "small" | "large" | "none";
|
|
17
|
+
borderTop?: boolean;
|
|
18
|
+
borderBottom?: boolean;
|
|
16
19
|
}>, {
|
|
17
20
|
size: string;
|
|
18
21
|
verticalPadding: string;
|
|
19
22
|
borderTop: boolean;
|
|
20
23
|
borderBottom: boolean;
|
|
21
24
|
}>>>, {
|
|
22
|
-
size: "
|
|
25
|
+
size: "wide" | "small";
|
|
23
26
|
verticalPadding: "small" | "large" | "none";
|
|
24
27
|
borderTop: boolean;
|
|
25
28
|
borderBottom: boolean;
|
|
26
|
-
}, {}
|
|
27
|
-
|
|
28
|
-
}>;
|
|
29
|
+
}, {}>;
|
|
30
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
29
31
|
export default _default;
|
|
30
32
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
31
33
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -22,7 +22,7 @@ declare const meta: {
|
|
|
22
22
|
};
|
|
23
23
|
}>>, {
|
|
24
24
|
size: "small" | "large";
|
|
25
|
-
customClasses: string | string
|
|
25
|
+
customClasses: string[] | string;
|
|
26
26
|
}, {}>;
|
|
27
27
|
subcomponents: {
|
|
28
28
|
UiSection: {
|
|
@@ -61,7 +61,7 @@ declare const meta: {
|
|
|
61
61
|
default: boolean;
|
|
62
62
|
};
|
|
63
63
|
}>>, {
|
|
64
|
-
size: "
|
|
64
|
+
size: "wide" | "small";
|
|
65
65
|
verticalPadding: "small" | "large" | "none";
|
|
66
66
|
borderTop: boolean;
|
|
67
67
|
borderBottom: boolean;
|
|
@@ -90,14 +90,14 @@ declare const meta: {
|
|
|
90
90
|
default: boolean;
|
|
91
91
|
};
|
|
92
92
|
}>>, {}, {}, {}, {}, {
|
|
93
|
-
size: "
|
|
93
|
+
size: "wide" | "small";
|
|
94
94
|
verticalPadding: "small" | "large" | "none";
|
|
95
95
|
borderTop: boolean;
|
|
96
96
|
borderBottom: boolean;
|
|
97
97
|
}>;
|
|
98
|
-
__isFragment?:
|
|
99
|
-
__isTeleport?:
|
|
100
|
-
__isSuspense?:
|
|
98
|
+
__isFragment?: never;
|
|
99
|
+
__isTeleport?: never;
|
|
100
|
+
__isSuspense?: never;
|
|
101
101
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
102
102
|
size: {
|
|
103
103
|
type: import('vue').PropType<"small" | "wide">;
|
|
@@ -116,7 +116,7 @@ declare const meta: {
|
|
|
116
116
|
default: boolean;
|
|
117
117
|
};
|
|
118
118
|
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
119
|
-
size: "
|
|
119
|
+
size: "wide" | "small";
|
|
120
120
|
verticalPadding: "small" | "large" | "none";
|
|
121
121
|
borderTop: boolean;
|
|
122
122
|
borderBottom: boolean;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
-
size?: "small" | "large"
|
|
3
|
-
customClasses?: string
|
|
2
|
+
size?: "small" | "large";
|
|
3
|
+
customClasses?: string[] | string;
|
|
4
4
|
}>, {
|
|
5
5
|
customClasses: string;
|
|
6
6
|
size: string;
|
|
7
7
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
8
|
-
size?: "small" | "large"
|
|
9
|
-
customClasses?: string
|
|
8
|
+
size?: "small" | "large";
|
|
9
|
+
customClasses?: string[] | string;
|
|
10
10
|
}>, {
|
|
11
11
|
customClasses: string;
|
|
12
12
|
size: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
-
placeholder?: string
|
|
3
|
-
size?: "xs" | "small" | "medium" | "large" | "xl"
|
|
4
|
-
hasIcon?: boolean
|
|
5
|
-
autofocus?: boolean
|
|
2
|
+
placeholder?: string;
|
|
3
|
+
size?: "xs" | "small" | "medium" | "large" | "xl";
|
|
4
|
+
hasIcon?: boolean;
|
|
5
|
+
autofocus?: boolean;
|
|
6
6
|
}>, {
|
|
7
7
|
placeholder: string;
|
|
8
8
|
size: string;
|
|
@@ -11,10 +11,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
11
11
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
12
|
input: (...args: any[]) => void;
|
|
13
13
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
14
|
-
placeholder?: string
|
|
15
|
-
size?: "xs" | "small" | "medium" | "large" | "xl"
|
|
16
|
-
hasIcon?: boolean
|
|
17
|
-
autofocus?: boolean
|
|
14
|
+
placeholder?: string;
|
|
15
|
+
size?: "xs" | "small" | "medium" | "large" | "xl";
|
|
16
|
+
hasIcon?: boolean;
|
|
17
|
+
autofocus?: boolean;
|
|
18
18
|
}>, {
|
|
19
19
|
placeholder: string;
|
|
20
20
|
size: string;
|