@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
|
@@ -95,9 +95,9 @@ declare const meta: {
|
|
|
95
95
|
iconIsFilled: boolean;
|
|
96
96
|
isActive: 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
|
fill: {
|
|
103
103
|
type: import('vue').PropType<string>;
|
|
@@ -261,9 +261,9 @@ declare const meta: {
|
|
|
261
261
|
iconIsFilled: boolean;
|
|
262
262
|
isActive: boolean;
|
|
263
263
|
}>;
|
|
264
|
-
__isFragment?:
|
|
265
|
-
__isTeleport?:
|
|
266
|
-
__isSuspense?:
|
|
264
|
+
__isFragment?: never;
|
|
265
|
+
__isTeleport?: never;
|
|
266
|
+
__isSuspense?: never;
|
|
267
267
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
268
268
|
fill: {
|
|
269
269
|
type: import('vue').PropType<string>;
|
|
@@ -358,7 +358,7 @@ declare const meta: {
|
|
|
358
358
|
size: "small" | "medium" | "large" | "xl";
|
|
359
359
|
disabled: boolean;
|
|
360
360
|
title: string;
|
|
361
|
-
backgroundColor: "
|
|
361
|
+
backgroundColor: "blue" | "none" | "gray-hover";
|
|
362
362
|
iconColor: "blue" | "gray" | "white";
|
|
363
363
|
}, {}>;
|
|
364
364
|
};
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
default?(_: {}): any;
|
|
3
|
+
};
|
|
4
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
5
|
+
color?: string;
|
|
6
|
+
fill?: string;
|
|
7
|
+
iconIsFilled?: boolean;
|
|
5
8
|
label: string;
|
|
6
9
|
isActive: boolean;
|
|
7
10
|
}>, {
|
|
@@ -12,9 +15,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
12
15
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13
16
|
click: (...args: any[]) => void;
|
|
14
17
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
15
|
-
color?: string
|
|
16
|
-
fill?: string
|
|
17
|
-
iconIsFilled?: boolean
|
|
18
|
+
color?: string;
|
|
19
|
+
fill?: string;
|
|
20
|
+
iconIsFilled?: boolean;
|
|
18
21
|
label: string;
|
|
19
22
|
isActive: boolean;
|
|
20
23
|
}>, {
|
|
@@ -29,9 +32,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
29
32
|
color: string;
|
|
30
33
|
iconIsFilled: boolean;
|
|
31
34
|
isActive: boolean;
|
|
32
|
-
}, {}
|
|
33
|
-
|
|
34
|
-
}>;
|
|
35
|
+
}, {}>;
|
|
36
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
35
37
|
export default _default;
|
|
36
38
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
37
39
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { iconNames } from '../UiIcon/iconNames';
|
|
1
2
|
import { StoryObj } from '@storybook/vue3';
|
|
2
3
|
|
|
3
4
|
declare const meta: {
|
|
@@ -94,11 +95,11 @@ declare const meta: {
|
|
|
94
95
|
title: string;
|
|
95
96
|
iconSize: "xs" | "small" | "large";
|
|
96
97
|
variant: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank";
|
|
97
|
-
chevronIcon:
|
|
98
|
+
chevronIcon: (typeof iconNames)[number];
|
|
98
99
|
rotateIcon: boolean;
|
|
99
100
|
active: boolean;
|
|
100
101
|
hasIcon: boolean;
|
|
101
|
-
iconLeft:
|
|
102
|
+
iconLeft: (typeof iconNames)[number] | null;
|
|
102
103
|
}, {}>;
|
|
103
104
|
argTypes: {
|
|
104
105
|
title: {
|
|
@@ -245,11 +246,11 @@ declare const meta: {
|
|
|
245
246
|
title: string;
|
|
246
247
|
iconSize: "xs" | "small" | "large";
|
|
247
248
|
variant: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank";
|
|
248
|
-
chevronIcon:
|
|
249
|
+
chevronIcon: (typeof iconNames)[number];
|
|
249
250
|
rotateIcon: boolean;
|
|
250
251
|
active: boolean;
|
|
251
252
|
hasIcon: boolean;
|
|
252
|
-
iconLeft:
|
|
253
|
+
iconLeft: (typeof iconNames)[number] | null;
|
|
253
254
|
}, {}>;
|
|
254
255
|
};
|
|
255
256
|
template: string;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { iconNames } from '../UiIcon/iconNames';
|
|
2
2
|
|
|
3
3
|
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
-
title?: string
|
|
5
|
-
variant?: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank"
|
|
6
|
-
chevronIcon?:
|
|
7
|
-
rotateIcon?: boolean
|
|
8
|
-
iconSize?: "xs" | "small" | "large"
|
|
9
|
-
size?: "xs" | "small"
|
|
10
|
-
disabled?: boolean
|
|
11
|
-
active?: boolean
|
|
12
|
-
hasIcon?: boolean
|
|
13
|
-
iconLeft?:
|
|
4
|
+
title?: string;
|
|
5
|
+
variant?: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank";
|
|
6
|
+
chevronIcon?: (typeof iconNames)[number];
|
|
7
|
+
rotateIcon?: boolean;
|
|
8
|
+
iconSize?: "xs" | "small" | "large";
|
|
9
|
+
size?: "xs" | "small";
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
active?: boolean;
|
|
12
|
+
hasIcon?: boolean;
|
|
13
|
+
iconLeft?: (typeof iconNames)[number] | null;
|
|
14
14
|
}>, {
|
|
15
15
|
title: string;
|
|
16
16
|
variant: string;
|
|
@@ -25,16 +25,16 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
25
25
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
26
26
|
click: (...args: any[]) => void;
|
|
27
27
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
28
|
-
title?: string
|
|
29
|
-
variant?: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank"
|
|
30
|
-
chevronIcon?:
|
|
31
|
-
rotateIcon?: boolean
|
|
32
|
-
iconSize?: "xs" | "small" | "large"
|
|
33
|
-
size?: "xs" | "small"
|
|
34
|
-
disabled?: boolean
|
|
35
|
-
active?: boolean
|
|
36
|
-
hasIcon?: boolean
|
|
37
|
-
iconLeft?:
|
|
28
|
+
title?: string;
|
|
29
|
+
variant?: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank";
|
|
30
|
+
chevronIcon?: (typeof iconNames)[number];
|
|
31
|
+
rotateIcon?: boolean;
|
|
32
|
+
iconSize?: "xs" | "small" | "large";
|
|
33
|
+
size?: "xs" | "small";
|
|
34
|
+
disabled?: boolean;
|
|
35
|
+
active?: boolean;
|
|
36
|
+
hasIcon?: boolean;
|
|
37
|
+
iconLeft?: (typeof iconNames)[number] | null;
|
|
38
38
|
}>, {
|
|
39
39
|
title: string;
|
|
40
40
|
variant: string;
|
|
@@ -2,15 +2,15 @@ import { iconNames } from './iconNames';
|
|
|
2
2
|
|
|
3
3
|
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
name: (typeof iconNames)[number];
|
|
5
|
-
size?: "xs" | "small" | "medium" | "large" | "xl" | "2xl"
|
|
6
|
-
sizeClasses?: string
|
|
5
|
+
size?: "xs" | "small" | "medium" | "large" | "xl" | "2xl";
|
|
6
|
+
sizeClasses?: string;
|
|
7
7
|
}>, {
|
|
8
8
|
size: string;
|
|
9
9
|
sizeClasses: string;
|
|
10
10
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
11
11
|
name: (typeof iconNames)[number];
|
|
12
|
-
size?: "xs" | "small" | "medium" | "large" | "xl" | "2xl"
|
|
13
|
-
sizeClasses?: string
|
|
12
|
+
size?: "xs" | "small" | "medium" | "large" | "xl" | "2xl";
|
|
13
|
+
sizeClasses?: string;
|
|
14
14
|
}>, {
|
|
15
15
|
size: string;
|
|
16
16
|
sizeClasses: string;
|
|
@@ -60,7 +60,7 @@ declare const meta: {
|
|
|
60
60
|
size: "small" | "medium" | "large" | "xl";
|
|
61
61
|
disabled: boolean;
|
|
62
62
|
title: string;
|
|
63
|
-
backgroundColor: "
|
|
63
|
+
backgroundColor: "blue" | "none" | "gray-hover";
|
|
64
64
|
iconColor: "blue" | "gray" | "white";
|
|
65
65
|
}, {}>;
|
|
66
66
|
argTypes: {
|
|
@@ -150,7 +150,7 @@ declare const meta: {
|
|
|
150
150
|
size: "small" | "medium" | "large" | "xl";
|
|
151
151
|
disabled: boolean;
|
|
152
152
|
title: string;
|
|
153
|
-
backgroundColor: "
|
|
153
|
+
backgroundColor: "blue" | "none" | "gray-hover";
|
|
154
154
|
iconColor: "blue" | "gray" | "white";
|
|
155
155
|
}, {}>;
|
|
156
156
|
};
|
|
@@ -2,11 +2,11 @@ import { iconNames } from '../UiIcon/iconNames';
|
|
|
2
2
|
|
|
3
3
|
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
iconName: (typeof iconNames)[number];
|
|
5
|
-
title?: string
|
|
6
|
-
disabled?: boolean
|
|
7
|
-
backgroundColor?: "
|
|
8
|
-
iconColor?: "blue" | "gray" | "white"
|
|
9
|
-
size?: "small" | "medium" | "large" | "xl"
|
|
5
|
+
title?: string;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
backgroundColor?: "blue" | "none" | "gray-hover";
|
|
8
|
+
iconColor?: "blue" | "gray" | "white";
|
|
9
|
+
size?: "small" | "medium" | "large" | "xl";
|
|
10
10
|
}>, {
|
|
11
11
|
title: string;
|
|
12
12
|
disabled: boolean;
|
|
@@ -17,11 +17,11 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
17
17
|
click: (payload: any) => void;
|
|
18
18
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
19
19
|
iconName: (typeof iconNames)[number];
|
|
20
|
-
title?: string
|
|
21
|
-
disabled?: boolean
|
|
22
|
-
backgroundColor?: "
|
|
23
|
-
iconColor?: "blue" | "gray" | "white"
|
|
24
|
-
size?: "small" | "medium" | "large" | "xl"
|
|
20
|
+
title?: string;
|
|
21
|
+
disabled?: boolean;
|
|
22
|
+
backgroundColor?: "blue" | "none" | "gray-hover";
|
|
23
|
+
iconColor?: "blue" | "gray" | "white";
|
|
24
|
+
size?: "small" | "medium" | "large" | "xl";
|
|
25
25
|
}>, {
|
|
26
26
|
title: string;
|
|
27
27
|
disabled: boolean;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { iconNames } from '../UiIcon/iconNames';
|
|
1
2
|
import { StoryObj } from '@storybook/vue3';
|
|
2
3
|
|
|
3
4
|
declare const meta: {
|
|
@@ -46,10 +47,10 @@ declare const meta: {
|
|
|
46
47
|
default: string;
|
|
47
48
|
};
|
|
48
49
|
}>>, {
|
|
49
|
-
iconName:
|
|
50
|
+
iconName: (typeof iconNames)[number] | null;
|
|
50
51
|
iconSize: "xs" | "small" | "medium" | "large" | "xl";
|
|
51
|
-
iconColor: "
|
|
52
|
-
iconBackground: "
|
|
52
|
+
iconColor: "white" | "gray";
|
|
53
|
+
iconBackground: "white" | "gray" | "green";
|
|
53
54
|
}, true, {}, {}, {
|
|
54
55
|
P: {};
|
|
55
56
|
B: {};
|
|
@@ -79,14 +80,14 @@ declare const meta: {
|
|
|
79
80
|
default: string;
|
|
80
81
|
};
|
|
81
82
|
}>>, {}, {}, {}, {}, {
|
|
82
|
-
iconName:
|
|
83
|
+
iconName: (typeof iconNames)[number] | null;
|
|
83
84
|
iconSize: "xs" | "small" | "medium" | "large" | "xl";
|
|
84
|
-
iconColor: "
|
|
85
|
-
iconBackground: "
|
|
85
|
+
iconColor: "white" | "gray";
|
|
86
|
+
iconBackground: "white" | "gray" | "green";
|
|
86
87
|
}>;
|
|
87
|
-
__isFragment?:
|
|
88
|
-
__isTeleport?:
|
|
89
|
-
__isSuspense?:
|
|
88
|
+
__isFragment?: never;
|
|
89
|
+
__isTeleport?: never;
|
|
90
|
+
__isSuspense?: never;
|
|
90
91
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
91
92
|
iconName: {
|
|
92
93
|
type: import('vue').PropType<string | null>;
|
|
@@ -109,10 +110,10 @@ declare const meta: {
|
|
|
109
110
|
default: string;
|
|
110
111
|
};
|
|
111
112
|
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
112
|
-
iconName:
|
|
113
|
+
iconName: (typeof iconNames)[number] | null;
|
|
113
114
|
iconSize: "xs" | "small" | "medium" | "large" | "xl";
|
|
114
|
-
iconColor: "
|
|
115
|
-
iconBackground: "
|
|
115
|
+
iconColor: "white" | "gray";
|
|
116
|
+
iconBackground: "white" | "gray" | "green";
|
|
116
117
|
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
117
118
|
$slots: {
|
|
118
119
|
title?(_: {}): any;
|
|
@@ -193,10 +194,10 @@ declare const meta: {
|
|
|
193
194
|
default: string;
|
|
194
195
|
};
|
|
195
196
|
}>>, {
|
|
196
|
-
iconName:
|
|
197
|
+
iconName: (typeof iconNames)[number] | null;
|
|
197
198
|
iconSize: "xs" | "small" | "medium" | "large" | "xl";
|
|
198
|
-
iconColor: "
|
|
199
|
-
iconBackground: "
|
|
199
|
+
iconColor: "white" | "gray";
|
|
200
|
+
iconBackground: "white" | "gray" | "green";
|
|
200
201
|
}, true, {}, {}, {
|
|
201
202
|
P: {};
|
|
202
203
|
B: {};
|
|
@@ -226,14 +227,14 @@ declare const meta: {
|
|
|
226
227
|
default: string;
|
|
227
228
|
};
|
|
228
229
|
}>>, {}, {}, {}, {}, {
|
|
229
|
-
iconName:
|
|
230
|
+
iconName: (typeof iconNames)[number] | null;
|
|
230
231
|
iconSize: "xs" | "small" | "medium" | "large" | "xl";
|
|
231
|
-
iconColor: "
|
|
232
|
-
iconBackground: "
|
|
232
|
+
iconColor: "white" | "gray";
|
|
233
|
+
iconBackground: "white" | "gray" | "green";
|
|
233
234
|
}>;
|
|
234
|
-
__isFragment?:
|
|
235
|
-
__isTeleport?:
|
|
236
|
-
__isSuspense?:
|
|
235
|
+
__isFragment?: never;
|
|
236
|
+
__isTeleport?: never;
|
|
237
|
+
__isSuspense?: never;
|
|
237
238
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
238
239
|
iconName: {
|
|
239
240
|
type: import('vue').PropType<string | null>;
|
|
@@ -256,10 +257,10 @@ declare const meta: {
|
|
|
256
257
|
default: string;
|
|
257
258
|
};
|
|
258
259
|
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
259
|
-
iconName:
|
|
260
|
+
iconName: (typeof iconNames)[number] | null;
|
|
260
261
|
iconSize: "xs" | "small" | "medium" | "large" | "xl";
|
|
261
|
-
iconColor: "
|
|
262
|
-
iconBackground: "
|
|
262
|
+
iconColor: "white" | "gray";
|
|
263
|
+
iconBackground: "white" | "gray" | "green";
|
|
263
264
|
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
264
265
|
$slots: {
|
|
265
266
|
title?(_: {}): any;
|
|
@@ -335,9 +336,9 @@ declare const meta: {
|
|
|
335
336
|
}, {
|
|
336
337
|
size: "xs" | "small" | "medium" | "large";
|
|
337
338
|
disabled: boolean;
|
|
338
|
-
color: "blue" | "
|
|
339
|
+
color: "blue" | "transparent" | "white" | "gray" | "light-gray" | "primary-green";
|
|
339
340
|
rounded: boolean;
|
|
340
|
-
iconName:
|
|
341
|
+
iconName: (typeof iconNames)[number] | null;
|
|
341
342
|
disabledVariant: "primary" | "secondary";
|
|
342
343
|
href: string;
|
|
343
344
|
}, true, {}, {}, {
|
|
@@ -381,15 +382,15 @@ declare const meta: {
|
|
|
381
382
|
}, {}, {}, {}, {}, {
|
|
382
383
|
size: "xs" | "small" | "medium" | "large";
|
|
383
384
|
disabled: boolean;
|
|
384
|
-
color: "blue" | "
|
|
385
|
+
color: "blue" | "transparent" | "white" | "gray" | "light-gray" | "primary-green";
|
|
385
386
|
rounded: boolean;
|
|
386
|
-
iconName:
|
|
387
|
+
iconName: (typeof iconNames)[number] | null;
|
|
387
388
|
disabledVariant: "primary" | "secondary";
|
|
388
389
|
href: string;
|
|
389
390
|
}>;
|
|
390
|
-
__isFragment?:
|
|
391
|
-
__isTeleport?:
|
|
392
|
-
__isSuspense?:
|
|
391
|
+
__isFragment?: never;
|
|
392
|
+
__isTeleport?: never;
|
|
393
|
+
__isSuspense?: never;
|
|
393
394
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
394
395
|
size: {
|
|
395
396
|
type: import('vue').PropType<"xs" | "small" | "medium" | "large">;
|
|
@@ -426,9 +427,9 @@ declare const meta: {
|
|
|
426
427
|
}, string, {
|
|
427
428
|
size: "xs" | "small" | "medium" | "large";
|
|
428
429
|
disabled: boolean;
|
|
429
|
-
color: "blue" | "
|
|
430
|
+
color: "blue" | "transparent" | "white" | "gray" | "light-gray" | "primary-green";
|
|
430
431
|
rounded: boolean;
|
|
431
|
-
iconName:
|
|
432
|
+
iconName: (typeof iconNames)[number] | null;
|
|
432
433
|
disabledVariant: "primary" | "secondary";
|
|
433
434
|
href: string;
|
|
434
435
|
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -1,33 +1,37 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { iconNames } from '../UiIcon/iconNames';
|
|
2
|
+
|
|
3
|
+
declare function __VLS_template(): {
|
|
4
|
+
title?(_: {}): any;
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
actions?(_: {}): any;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
9
|
+
iconBackground: "white" | "gray" | "green";
|
|
10
|
+
iconName: (typeof iconNames)[number] | null;
|
|
4
11
|
iconSize: "xs" | "small" | "medium" | "large" | "xl";
|
|
5
|
-
iconColor: "
|
|
12
|
+
iconColor: "white" | "gray";
|
|
6
13
|
}>, {
|
|
7
14
|
iconBackground: string;
|
|
8
15
|
iconName: null;
|
|
9
16
|
iconColor: string;
|
|
10
17
|
iconSize: string;
|
|
11
18
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
12
|
-
iconBackground: "
|
|
13
|
-
iconName:
|
|
19
|
+
iconBackground: "white" | "gray" | "green";
|
|
20
|
+
iconName: (typeof iconNames)[number] | null;
|
|
14
21
|
iconSize: "xs" | "small" | "medium" | "large" | "xl";
|
|
15
|
-
iconColor: "
|
|
22
|
+
iconColor: "white" | "gray";
|
|
16
23
|
}>, {
|
|
17
24
|
iconBackground: string;
|
|
18
25
|
iconName: null;
|
|
19
26
|
iconColor: string;
|
|
20
27
|
iconSize: string;
|
|
21
28
|
}>>>, {
|
|
22
|
-
iconName:
|
|
29
|
+
iconName: (typeof iconNames)[number] | null;
|
|
23
30
|
iconSize: "xs" | "small" | "medium" | "large" | "xl";
|
|
24
|
-
iconColor: "
|
|
25
|
-
iconBackground: "
|
|
26
|
-
}, {}
|
|
27
|
-
|
|
28
|
-
default?(_: {}): any;
|
|
29
|
-
actions?(_: {}): any;
|
|
30
|
-
}>;
|
|
31
|
+
iconColor: "white" | "gray";
|
|
32
|
+
iconBackground: "white" | "gray" | "green";
|
|
33
|
+
}, {}>;
|
|
34
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
31
35
|
export default _default;
|
|
32
36
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
33
37
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -186,7 +186,7 @@ declare const meta: {
|
|
|
186
186
|
onKeyup?: ((...args: any[]) => any) | undefined;
|
|
187
187
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
188
188
|
}, {
|
|
189
|
-
type: "
|
|
189
|
+
type: "text" | "number" | "time" | "date" | "password";
|
|
190
190
|
disabled: boolean;
|
|
191
191
|
label: string;
|
|
192
192
|
readonly: boolean;
|
|
@@ -203,7 +203,7 @@ declare const meta: {
|
|
|
203
203
|
isTextarea: boolean;
|
|
204
204
|
hasInfo: boolean;
|
|
205
205
|
infoText: string;
|
|
206
|
-
inputStatus: "
|
|
206
|
+
inputStatus: "default" | "info" | "readonly" | "warning" | "error";
|
|
207
207
|
isUiAutocomplete: boolean;
|
|
208
208
|
}, true, {}, {}, {
|
|
209
209
|
P: {};
|
|
@@ -302,7 +302,7 @@ declare const meta: {
|
|
|
302
302
|
}, {
|
|
303
303
|
inputRef: import('vue').Ref<HTMLInputElement | undefined>;
|
|
304
304
|
}, {}, {}, {}, {
|
|
305
|
-
type: "
|
|
305
|
+
type: "text" | "number" | "time" | "date" | "password";
|
|
306
306
|
disabled: boolean;
|
|
307
307
|
label: string;
|
|
308
308
|
readonly: boolean;
|
|
@@ -319,12 +319,12 @@ declare const meta: {
|
|
|
319
319
|
isTextarea: boolean;
|
|
320
320
|
hasInfo: boolean;
|
|
321
321
|
infoText: string;
|
|
322
|
-
inputStatus: "
|
|
322
|
+
inputStatus: "default" | "info" | "readonly" | "warning" | "error";
|
|
323
323
|
isUiAutocomplete: boolean;
|
|
324
324
|
}>;
|
|
325
|
-
__isFragment?:
|
|
326
|
-
__isTeleport?:
|
|
327
|
-
__isSuspense?:
|
|
325
|
+
__isFragment?: never;
|
|
326
|
+
__isTeleport?: never;
|
|
327
|
+
__isSuspense?: never;
|
|
328
328
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
329
329
|
type: {
|
|
330
330
|
type: import('vue').PropType<"number" | "text" | "time" | "date" | "password">;
|
|
@@ -421,7 +421,7 @@ declare const meta: {
|
|
|
421
421
|
keyup: (...args: any[]) => void;
|
|
422
422
|
"update:modelValue": (...args: any[]) => void;
|
|
423
423
|
}, string, {
|
|
424
|
-
type: "
|
|
424
|
+
type: "text" | "number" | "time" | "date" | "password";
|
|
425
425
|
disabled: boolean;
|
|
426
426
|
label: string;
|
|
427
427
|
readonly: boolean;
|
|
@@ -438,7 +438,7 @@ declare const meta: {
|
|
|
438
438
|
isTextarea: boolean;
|
|
439
439
|
hasInfo: boolean;
|
|
440
440
|
infoText: string;
|
|
441
|
-
inputStatus: "
|
|
441
|
+
inputStatus: "default" | "info" | "readonly" | "warning" | "error";
|
|
442
442
|
isUiAutocomplete: boolean;
|
|
443
443
|
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
444
444
|
$slots: {
|
|
@@ -699,7 +699,7 @@ declare const meta: {
|
|
|
699
699
|
onKeyup?: ((...args: any[]) => any) | undefined;
|
|
700
700
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
701
701
|
}, {
|
|
702
|
-
type: "
|
|
702
|
+
type: "text" | "number" | "time" | "date" | "password";
|
|
703
703
|
disabled: boolean;
|
|
704
704
|
label: string;
|
|
705
705
|
readonly: boolean;
|
|
@@ -716,7 +716,7 @@ declare const meta: {
|
|
|
716
716
|
isTextarea: boolean;
|
|
717
717
|
hasInfo: boolean;
|
|
718
718
|
infoText: string;
|
|
719
|
-
inputStatus: "
|
|
719
|
+
inputStatus: "default" | "info" | "readonly" | "warning" | "error";
|
|
720
720
|
isUiAutocomplete: boolean;
|
|
721
721
|
}, true, {}, {}, {
|
|
722
722
|
P: {};
|
|
@@ -815,7 +815,7 @@ declare const meta: {
|
|
|
815
815
|
}, {
|
|
816
816
|
inputRef: import('vue').Ref<HTMLInputElement | undefined>;
|
|
817
817
|
}, {}, {}, {}, {
|
|
818
|
-
type: "
|
|
818
|
+
type: "text" | "number" | "time" | "date" | "password";
|
|
819
819
|
disabled: boolean;
|
|
820
820
|
label: string;
|
|
821
821
|
readonly: boolean;
|
|
@@ -832,12 +832,12 @@ declare const meta: {
|
|
|
832
832
|
isTextarea: boolean;
|
|
833
833
|
hasInfo: boolean;
|
|
834
834
|
infoText: string;
|
|
835
|
-
inputStatus: "
|
|
835
|
+
inputStatus: "default" | "info" | "readonly" | "warning" | "error";
|
|
836
836
|
isUiAutocomplete: boolean;
|
|
837
837
|
}>;
|
|
838
|
-
__isFragment?:
|
|
839
|
-
__isTeleport?:
|
|
840
|
-
__isSuspense?:
|
|
838
|
+
__isFragment?: never;
|
|
839
|
+
__isTeleport?: never;
|
|
840
|
+
__isSuspense?: never;
|
|
841
841
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
842
842
|
type: {
|
|
843
843
|
type: import('vue').PropType<"number" | "text" | "time" | "date" | "password">;
|
|
@@ -934,7 +934,7 @@ declare const meta: {
|
|
|
934
934
|
keyup: (...args: any[]) => void;
|
|
935
935
|
"update:modelValue": (...args: any[]) => void;
|
|
936
936
|
}, string, {
|
|
937
|
-
type: "
|
|
937
|
+
type: "text" | "number" | "time" | "date" | "password";
|
|
938
938
|
disabled: boolean;
|
|
939
939
|
label: string;
|
|
940
940
|
readonly: boolean;
|
|
@@ -951,7 +951,7 @@ declare const meta: {
|
|
|
951
951
|
isTextarea: boolean;
|
|
952
952
|
hasInfo: boolean;
|
|
953
953
|
infoText: string;
|
|
954
|
-
inputStatus: "
|
|
954
|
+
inputStatus: "default" | "info" | "readonly" | "warning" | "error";
|
|
955
955
|
isUiAutocomplete: boolean;
|
|
956
956
|
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
957
957
|
$slots: {
|