@dpa-id-components/dpa-shared-components 7.1.3 → 7.1.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/dist/components/DpaEventItem/DpaEventItem.spec.d.ts +1 -0
- package/dist/components/DpaEventItem/DpaEventItem.stories.d.ts +1102 -0
- package/dist/components/DpaEventItem/DpaEventItem.vue.d.ts +63 -70
- package/dist/components/DpaEventItem/DpaEventItemCompact.vue.d.ts +35 -36
- package/dist/components/DpaEventItem/DpaEventItemPreview.vue.d.ts +35 -36
- package/dist/components/DpaEventItem/DpaEventItemStandard.vue.d.ts +46 -51
- package/dist/components/DpaMediaItem/DpaMediaItem.spec.d.ts +1 -0
- package/dist/components/DpaMediaItem/DpaMediaItem.stories.d.ts +213 -0
- package/dist/components/DpaMediaItem/DpaMediaItem.vue.d.ts +29 -29
- package/dist/components/UiAutocomplete/UiAutocomplete.spec.d.ts +1 -0
- package/dist/components/UiAutocomplete/UiAutocomplete.stories.d.ts +69 -0
- package/dist/components/UiAutocomplete/UiAutocomplete.vue.d.ts +16 -25
- package/dist/components/UiBadge/UiBadge.spec.d.ts +1 -0
- package/dist/components/UiBadge/UiBadge.stories.d.ts +245 -0
- package/dist/components/UiBadge/UiBadge.vue.d.ts +43 -51
- package/dist/components/UiButton/UiButton.spec.d.ts +1 -0
- package/dist/components/UiButton/UiButton.stories.d.ts +256 -0
- package/dist/components/UiButton/UiButton.vue.d.ts +44 -50
- package/dist/components/UiButtonGroup/UiButtonGroup.spec.d.ts +1 -0
- package/dist/components/UiButtonGroup/UiButtonGroup.stories.d.ts +99 -0
- package/dist/components/UiButtonGroup/UiButtonGroup.vue.d.ts +8 -1
- package/dist/components/UiCard/UiCard.spec.d.ts +1 -0
- package/dist/components/UiCard/UiCard.stories.d.ts +99 -0
- package/dist/components/UiCard/UiCard.vue.d.ts +8 -1
- package/dist/components/UiCheckBox/UiCheckBox.spec.d.ts +1 -0
- package/dist/components/UiCheckBox/UiCheckBox.stories.d.ts +231 -0
- package/dist/components/UiCheckBox/UiCheckBox.vue.d.ts +38 -44
- package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.spec.d.ts +1 -0
- package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.stories.d.ts +66 -0
- package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.vue.d.ts +15 -22
- package/dist/components/UiChip/UiChip.spec.d.ts +1 -0
- package/dist/components/UiChip/UiChip.stories.d.ts +167 -0
- package/dist/components/UiChip/UiChip.vue.d.ts +23 -23
- package/dist/components/UiCollapseNavigation/UiCollapseNavigation.spec.d.ts +1 -0
- package/dist/components/UiCollapseNavigation/UiCollapseNavigation.stories.d.ts +166 -0
- package/dist/components/UiCollapseNavigation/UiCollapseNavigation.vue.d.ts +19 -19
- package/dist/components/UiColorPicker/UiColorPicker.spec.d.ts +1 -0
- package/dist/components/UiColorPicker/UiColorPicker.stories.d.ts +35 -0
- package/dist/components/UiColorPicker/UiColorPicker.vue.d.ts +8 -7
- package/dist/components/UiDatePicker/UiDatePicker.spec.d.ts +1 -0
- package/dist/components/UiDatePicker/UiDatePicker.stories.d.ts +643 -0
- package/dist/components/UiDatePicker/UiDatePicker.vue.d.ts +105 -160
- package/dist/components/UiDialog/UiDialog.spec.d.ts +1 -0
- package/dist/components/UiDialog/UiDialog.stories.d.ts +577 -0
- package/dist/components/UiDialog/UiDialog.vue.d.ts +42 -54
- package/dist/components/UiFilterBadge/UiFilterBadge.spec.d.ts +1 -0
- package/dist/components/UiFilterBadge/UiFilterBadge.stories.d.ts +425 -0
- package/dist/components/UiFilterBadge/UiFilterBadge.vue.d.ts +29 -31
- package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.spec.d.ts +1 -0
- package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.d.ts +427 -0
- package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.vue.d.ts +31 -31
- package/dist/components/UiFilterButton/UiFilterButton.spec.d.ts +1 -0
- package/dist/components/UiFilterButton/UiFilterButton.stories.d.ts +233 -0
- package/dist/components/UiFilterButton/UiFilterButton.vue.d.ts +41 -60
- package/dist/components/UiIcon/UiIcon.spec.d.ts +1 -0
- package/dist/components/UiIcon/UiIcon.stories.d.ts +73 -0
- package/dist/components/UiIcon/UiIcon.vue.d.ts +10 -15
- package/dist/components/UiIconButton/UiIconButton.spec.d.ts +1 -0
- package/dist/components/UiIconButton/UiIconButton.stories.d.ts +165 -0
- package/dist/components/UiIconButton/UiIconButton.vue.d.ts +26 -35
- package/dist/components/UiInfoContent/UiInfoContent.spec.d.ts +1 -0
- package/dist/components/UiInfoContent/UiInfoContent.stories.d.ts +594 -0
- package/dist/components/UiInfoContent/UiInfoContent.vue.d.ts +26 -18
- package/dist/components/UiInput/UiInput.spec.d.ts +1 -0
- package/dist/components/UiInput/UiInput.stories.d.ts +451 -0
- package/dist/components/UiInput/UiInput.vue.d.ts +71 -104
- package/dist/components/UiList/UiList.spec.d.ts +1 -0
- package/dist/components/UiList/UiList.stories.d.ts +1208 -0
- package/dist/components/UiList/UiList.vue.d.ts +8 -1
- package/dist/components/UiListItem/UiListItem.spec.d.ts +1 -0
- package/dist/components/UiListItem/UiListItem.stories.d.ts +667 -0
- package/dist/components/UiListItem/UiListItem.vue.d.ts +58 -78
- package/dist/components/UiMenu/UiMenu.spec.d.ts +1 -0
- package/dist/components/UiMenu/UiMenu.stories.d.ts +488 -0
- package/dist/components/UiMenu/UiMenu.vue.d.ts +87 -122
- package/dist/components/UiOverlay/UiOverlay.spec.d.ts +1 -0
- package/dist/components/UiOverlay/UiOverlay.stories.d.ts +213 -0
- package/dist/components/UiOverlay/UiOverlay.vue.d.ts +10 -3
- package/dist/components/UiOverlayMenu/UiOverlayMenu.spec.d.ts +1 -0
- package/dist/components/UiOverlayMenu/UiOverlayMenu.stories.d.ts +1051 -0
- package/dist/components/UiOverlayMenu/UiOverlayMenu.vue.d.ts +12 -6
- package/dist/components/UiRadioInputGroup/UiRadioInputGroup.spec.d.ts +1 -0
- package/dist/components/UiRadioInputGroup/UiRadioInputGroup.stories.d.ts +189 -0
- package/dist/components/UiRadioInputGroup/UiRadioInputGroup.vue.d.ts +34 -43
- package/dist/components/UiSearchBar/UiSearchBar.spec.d.ts +1 -0
- package/dist/components/UiSearchBar/UiSearchBar.stories.d.ts +947 -0
- package/dist/components/UiSearchBar/UiSearchBar.vue.d.ts +41 -38
- package/dist/components/UiSearchInput/UiSearchInput.spec.d.ts +1 -0
- package/dist/components/UiSearchInput/UiSearchInput.stories.d.ts +452 -0
- package/dist/components/UiSearchInput/UiSearchInput.vue.d.ts +43 -33
- package/dist/components/UiSection/UiSection.spec.d.ts +1 -0
- package/dist/components/UiSection/UiSection.stories.d.ts +192 -0
- package/dist/components/UiSection/UiSection.vue.d.ts +22 -24
- package/dist/components/UiSectionDivider/UiSectionDivider.spec.d.ts +1 -0
- package/dist/components/UiSectionDivider/UiSectionDivider.stories.d.ts +198 -0
- package/dist/components/UiSectionDivider/UiSectionDivider.vue.d.ts +8 -13
- package/dist/components/UiSimpleInput/UiSimpleInput.d.ts +1 -0
- package/dist/components/UiSimpleInput/UiSimpleInput.stories.d.ts +123 -0
- package/dist/components/UiSimpleInput/UiSimpleInput.vue.d.ts +22 -31
- package/dist/components/UiSkeletonBox/UiSkeletonBox.spec.d.ts +1 -0
- package/dist/components/UiSkeletonBox/UiSkeletonBox.stories.d.ts +98 -0
- package/dist/components/UiSkeletonBox/UiSkeletonBox.vue.d.ts +11 -18
- package/dist/components/UiSnackbar/UiSnackbar.spec.d.ts +1 -0
- package/dist/components/UiSnackbar/UiSnackbar.stories.d.ts +382 -0
- package/dist/components/UiSnackbar/UiSnackbar.vue.d.ts +33 -34
- package/dist/components/UiSpinner/UiSpinner.spec.d.ts +1 -0
- package/dist/components/UiSpinner/UiSpinner.stories.d.ts +79 -0
- package/dist/components/UiSpinner/UiSpinner.vue.d.ts +8 -13
- package/dist/components/UiTextButton/UiTextButton.spec.d.ts +1 -0
- package/dist/components/UiTextButton/UiTextButton.stories.d.ts +247 -0
- package/dist/components/UiTextButton/UiTextButton.vue.d.ts +37 -45
- package/dist/components/UiToggleButton/UiToggleButton.spec.d.ts +1 -0
- package/dist/components/UiToggleButton/UiToggleButton.stories.d.ts +257 -0
- package/dist/components/UiToggleButton/UiToggleButton.vue.d.ts +40 -48
- package/dist/components/UiTooltip/UiTooltip.spec.d.ts +1 -0
- package/dist/components/UiTooltip/UiTooltip.stories.d.ts +391 -0
- package/dist/components/UiTooltip/UiTooltip.vue.d.ts +29 -30
- package/dist/dpa-shared-components.mjs +3708 -3644
- package/dist/dpa-shared-components.umd.js +5 -5
- package/dist/stories/Typography/TypoClasses.d.ts +2 -0
- package/dist/stories/Typography/Typography.stories.d.ts +21 -0
- package/dist/style.css +1 -1
- package/dist/tailwind/UseBreakpoints.stories.d.ts +10 -0
- package/dist/tailwind/screens.json.d.ts +10 -0
- package/dist/tailwind/tailwind.config.d.cts +28 -28
- package/package.json +2 -2
- package/dist/UseTailwindBreakpoints.stories.ts +0 -22
- package/dist/UseTailwindBreakpoints.vue +0 -13
- package/dist/alert-c8e2ae08.mjs +0 -15
- package/dist/arrow-left-93c1cdc7.mjs +0 -15
- package/dist/arrow-right-caf216c1.mjs +0 -15
- package/dist/audio-f02c6683.mjs +0 -19
- package/dist/audio-inline-92256dc7.mjs +0 -19
- package/dist/bookmark-4ff074d8.mjs +0 -19
- package/dist/bookmark-89d43835.mjs +0 -18
- package/dist/bookmark-fill-2b5e5104.mjs +0 -18
- package/dist/bookmark-fill-731ae06c.mjs +0 -19
- package/dist/checklist-e548cc3a.mjs +0 -19
- package/dist/checkmark-d41d01ff.mjs +0 -19
- package/dist/chevron-left-b66f074e.mjs +0 -15
- package/dist/chevron-right-b589ab17.mjs +0 -17
- package/dist/chevron-up-6418abb0.mjs +0 -15
- package/dist/clock-02be24f4.mjs +0 -19
- package/dist/close-5d26c1d1.mjs +0 -15
- package/dist/components/UiDatePickerMobile/UiDatePickerMobile.vue.d.ts +0 -279
- package/dist/copy-link-de7cb91d.mjs +0 -19
- package/dist/emoji-9480b7e3.mjs +0 -19
- package/dist/filter-2926b3c6.mjs +0 -20
- package/dist/filter-e213ae59.mjs +0 -15
- package/dist/filter-outline-91e5aa0a.mjs +0 -19
- package/dist/flags-cb22ae09.mjs +0 -19
- package/dist/flash-6c2fa662.mjs +0 -15
- package/dist/folder-add-e6e37681.mjs +0 -15
- package/dist/folder-bc98dd3b.mjs +0 -15
- package/dist/graphic-855e5909.mjs +0 -19
- package/dist/graphic-90b2d2fc.mjs +0 -20
- package/dist/graphic-a41ad739.mjs +0 -19
- package/dist/graphic-inline-a41ad739.mjs +0 -19
- package/dist/help-471874fe.mjs +0 -19
- package/dist/home-85e0bf1d.mjs +0 -15
- package/dist/info-ee40cf5c.mjs +0 -15
- package/dist/latest-dd68ea4b.mjs +0 -15
- package/dist/more-vertical-5797b4a7.mjs +0 -15
- package/dist/picture-inline-0eb9c590.mjs +0 -19
- package/dist/pin-ce661952.mjs +0 -19
- package/dist/plus-0900f7b4.mjs +0 -15
- package/dist/refresh-93ed1124.mjs +0 -15
- package/dist/reset-71987e6a.mjs +0 -15
- package/dist/screens.js +0 -13
- package/dist/search-9bebfc15.mjs +0 -15
- package/dist/share-f49b038e.mjs +0 -15
- package/dist/slack-05d08ea2.mjs +0 -15
- package/dist/tailwind/screens.d.ts +0 -8
- package/dist/tailwind/useTailwindBreakpoints.d.ts +0 -9
- package/dist/text-3969d470.mjs +0 -15
- package/dist/text-inline-cbb3242f.mjs +0 -15
- package/dist/useTailwindBreakpoints.ts +0 -19
- package/dist/video-e95f8e58.mjs +0 -19
- package/dist/video-inline-b961f9cd.mjs +0 -19
|
@@ -0,0 +1,233 @@
|
|
|
1
|
+
import type { StoryObj } from "@storybook/vue3";
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("vue").DefineComponent<{
|
|
5
|
+
title: {
|
|
6
|
+
type: import("vue").PropType<string>;
|
|
7
|
+
default: string;
|
|
8
|
+
};
|
|
9
|
+
disabled: {
|
|
10
|
+
type: import("vue").PropType<boolean>;
|
|
11
|
+
default: boolean;
|
|
12
|
+
};
|
|
13
|
+
iconSize: {
|
|
14
|
+
type: import("vue").PropType<"xs" | "small" | "large">;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
variant: {
|
|
18
|
+
type: import("vue").PropType<"blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank">;
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
|
+
chevronIcon: {
|
|
22
|
+
type: import("vue").PropType<string>;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
rotateIcon: {
|
|
26
|
+
type: import("vue").PropType<boolean>;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
active: {
|
|
30
|
+
type: import("vue").PropType<boolean>;
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
33
|
+
hasIcon: {
|
|
34
|
+
type: import("vue").PropType<boolean>;
|
|
35
|
+
default: boolean;
|
|
36
|
+
};
|
|
37
|
+
iconLeft: {
|
|
38
|
+
type: import("vue").PropType<string | null>;
|
|
39
|
+
default: null;
|
|
40
|
+
};
|
|
41
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
42
|
+
title: {
|
|
43
|
+
type: import("vue").PropType<string>;
|
|
44
|
+
default: string;
|
|
45
|
+
};
|
|
46
|
+
disabled: {
|
|
47
|
+
type: import("vue").PropType<boolean>;
|
|
48
|
+
default: boolean;
|
|
49
|
+
};
|
|
50
|
+
iconSize: {
|
|
51
|
+
type: import("vue").PropType<"xs" | "small" | "large">;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
variant: {
|
|
55
|
+
type: import("vue").PropType<"blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank">;
|
|
56
|
+
default: string;
|
|
57
|
+
};
|
|
58
|
+
chevronIcon: {
|
|
59
|
+
type: import("vue").PropType<string>;
|
|
60
|
+
default: string;
|
|
61
|
+
};
|
|
62
|
+
rotateIcon: {
|
|
63
|
+
type: import("vue").PropType<boolean>;
|
|
64
|
+
default: boolean;
|
|
65
|
+
};
|
|
66
|
+
active: {
|
|
67
|
+
type: import("vue").PropType<boolean>;
|
|
68
|
+
default: boolean;
|
|
69
|
+
};
|
|
70
|
+
hasIcon: {
|
|
71
|
+
type: import("vue").PropType<boolean>;
|
|
72
|
+
default: boolean;
|
|
73
|
+
};
|
|
74
|
+
iconLeft: {
|
|
75
|
+
type: import("vue").PropType<string | null>;
|
|
76
|
+
default: null;
|
|
77
|
+
};
|
|
78
|
+
}>> & {
|
|
79
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
80
|
+
}, {
|
|
81
|
+
title: string;
|
|
82
|
+
disabled: boolean;
|
|
83
|
+
iconSize: "xs" | "small" | "large";
|
|
84
|
+
variant: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank";
|
|
85
|
+
chevronIcon: string;
|
|
86
|
+
rotateIcon: boolean;
|
|
87
|
+
active: boolean;
|
|
88
|
+
hasIcon: boolean;
|
|
89
|
+
iconLeft: string | null;
|
|
90
|
+
}, {}>;
|
|
91
|
+
argTypes: {
|
|
92
|
+
title: {
|
|
93
|
+
control: string;
|
|
94
|
+
};
|
|
95
|
+
variant: {
|
|
96
|
+
control: string;
|
|
97
|
+
options: string[];
|
|
98
|
+
};
|
|
99
|
+
chevronIcon: {
|
|
100
|
+
control: string;
|
|
101
|
+
options: string[];
|
|
102
|
+
};
|
|
103
|
+
rotateIcon: {
|
|
104
|
+
control: string;
|
|
105
|
+
};
|
|
106
|
+
disabled: {
|
|
107
|
+
control: string;
|
|
108
|
+
};
|
|
109
|
+
active: {
|
|
110
|
+
control: string;
|
|
111
|
+
};
|
|
112
|
+
hasIcon: {
|
|
113
|
+
control: string;
|
|
114
|
+
};
|
|
115
|
+
iconLeft: {
|
|
116
|
+
control: string;
|
|
117
|
+
options: string[];
|
|
118
|
+
};
|
|
119
|
+
iconSize: {
|
|
120
|
+
control: string;
|
|
121
|
+
options: string[];
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
args: {
|
|
125
|
+
title: string;
|
|
126
|
+
variant: "white-rounded";
|
|
127
|
+
chevronIcon: string;
|
|
128
|
+
rotateIcon: false;
|
|
129
|
+
disabled: false;
|
|
130
|
+
active: false;
|
|
131
|
+
hasIcon: true;
|
|
132
|
+
iconSize: "xs";
|
|
133
|
+
iconLeft: string;
|
|
134
|
+
};
|
|
135
|
+
render: (args: any) => {
|
|
136
|
+
setup(this: void): {
|
|
137
|
+
args: any;
|
|
138
|
+
};
|
|
139
|
+
components: {
|
|
140
|
+
UiFilterButton: import("vue").DefineComponent<{
|
|
141
|
+
title: {
|
|
142
|
+
type: import("vue").PropType<string>;
|
|
143
|
+
default: string;
|
|
144
|
+
};
|
|
145
|
+
disabled: {
|
|
146
|
+
type: import("vue").PropType<boolean>;
|
|
147
|
+
default: boolean;
|
|
148
|
+
};
|
|
149
|
+
iconSize: {
|
|
150
|
+
type: import("vue").PropType<"xs" | "small" | "large">;
|
|
151
|
+
default: string;
|
|
152
|
+
};
|
|
153
|
+
variant: {
|
|
154
|
+
type: import("vue").PropType<"blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank">;
|
|
155
|
+
default: string;
|
|
156
|
+
};
|
|
157
|
+
chevronIcon: {
|
|
158
|
+
type: import("vue").PropType<string>;
|
|
159
|
+
default: string;
|
|
160
|
+
};
|
|
161
|
+
rotateIcon: {
|
|
162
|
+
type: import("vue").PropType<boolean>;
|
|
163
|
+
default: boolean;
|
|
164
|
+
};
|
|
165
|
+
active: {
|
|
166
|
+
type: import("vue").PropType<boolean>;
|
|
167
|
+
default: boolean;
|
|
168
|
+
};
|
|
169
|
+
hasIcon: {
|
|
170
|
+
type: import("vue").PropType<boolean>;
|
|
171
|
+
default: boolean;
|
|
172
|
+
};
|
|
173
|
+
iconLeft: {
|
|
174
|
+
type: import("vue").PropType<string | null>;
|
|
175
|
+
default: null;
|
|
176
|
+
};
|
|
177
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
178
|
+
title: {
|
|
179
|
+
type: import("vue").PropType<string>;
|
|
180
|
+
default: string;
|
|
181
|
+
};
|
|
182
|
+
disabled: {
|
|
183
|
+
type: import("vue").PropType<boolean>;
|
|
184
|
+
default: boolean;
|
|
185
|
+
};
|
|
186
|
+
iconSize: {
|
|
187
|
+
type: import("vue").PropType<"xs" | "small" | "large">;
|
|
188
|
+
default: string;
|
|
189
|
+
};
|
|
190
|
+
variant: {
|
|
191
|
+
type: import("vue").PropType<"blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank">;
|
|
192
|
+
default: string;
|
|
193
|
+
};
|
|
194
|
+
chevronIcon: {
|
|
195
|
+
type: import("vue").PropType<string>;
|
|
196
|
+
default: string;
|
|
197
|
+
};
|
|
198
|
+
rotateIcon: {
|
|
199
|
+
type: import("vue").PropType<boolean>;
|
|
200
|
+
default: boolean;
|
|
201
|
+
};
|
|
202
|
+
active: {
|
|
203
|
+
type: import("vue").PropType<boolean>;
|
|
204
|
+
default: boolean;
|
|
205
|
+
};
|
|
206
|
+
hasIcon: {
|
|
207
|
+
type: import("vue").PropType<boolean>;
|
|
208
|
+
default: boolean;
|
|
209
|
+
};
|
|
210
|
+
iconLeft: {
|
|
211
|
+
type: import("vue").PropType<string | null>;
|
|
212
|
+
default: null;
|
|
213
|
+
};
|
|
214
|
+
}>> & {
|
|
215
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
216
|
+
}, {
|
|
217
|
+
title: string;
|
|
218
|
+
disabled: boolean;
|
|
219
|
+
iconSize: "xs" | "small" | "large";
|
|
220
|
+
variant: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank";
|
|
221
|
+
chevronIcon: string;
|
|
222
|
+
rotateIcon: boolean;
|
|
223
|
+
active: boolean;
|
|
224
|
+
hasIcon: boolean;
|
|
225
|
+
iconLeft: string | null;
|
|
226
|
+
}, {}>;
|
|
227
|
+
};
|
|
228
|
+
template: string;
|
|
229
|
+
};
|
|
230
|
+
};
|
|
231
|
+
export default meta;
|
|
232
|
+
type Story = StoryObj<typeof meta>;
|
|
233
|
+
export declare const Default: Story;
|
|
@@ -1,107 +1,88 @@
|
|
|
1
|
-
|
|
2
|
-
declare const _sfc_main: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
2
|
title: {
|
|
4
|
-
type:
|
|
5
|
-
|
|
3
|
+
type: import("vue").PropType<string>;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
disabled: {
|
|
7
|
+
type: import("vue").PropType<boolean>;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
iconSize: {
|
|
11
|
+
type: import("vue").PropType<"xs" | "small" | "large">;
|
|
6
12
|
default: string;
|
|
7
13
|
};
|
|
8
14
|
variant: {
|
|
9
|
-
type:
|
|
10
|
-
required: false;
|
|
15
|
+
type: import("vue").PropType<"blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank">;
|
|
11
16
|
default: string;
|
|
12
17
|
};
|
|
13
18
|
chevronIcon: {
|
|
14
|
-
type:
|
|
15
|
-
required: false;
|
|
19
|
+
type: import("vue").PropType<string>;
|
|
16
20
|
default: string;
|
|
17
21
|
};
|
|
18
22
|
rotateIcon: {
|
|
19
|
-
type:
|
|
20
|
-
required: false;
|
|
21
|
-
default: boolean;
|
|
22
|
-
};
|
|
23
|
-
iconSize: {
|
|
24
|
-
type: __PropType<"small" | "xs" | "large" | undefined>;
|
|
25
|
-
required: false;
|
|
26
|
-
default: string;
|
|
27
|
-
};
|
|
28
|
-
disabled: {
|
|
29
|
-
type: __PropType<boolean | undefined>;
|
|
30
|
-
required: false;
|
|
23
|
+
type: import("vue").PropType<boolean>;
|
|
31
24
|
default: boolean;
|
|
32
25
|
};
|
|
33
26
|
active: {
|
|
34
|
-
type:
|
|
35
|
-
required: false;
|
|
27
|
+
type: import("vue").PropType<boolean>;
|
|
36
28
|
default: boolean;
|
|
37
29
|
};
|
|
38
30
|
hasIcon: {
|
|
39
|
-
type:
|
|
40
|
-
required: false;
|
|
31
|
+
type: import("vue").PropType<boolean>;
|
|
41
32
|
default: boolean;
|
|
42
33
|
};
|
|
43
34
|
iconLeft: {
|
|
44
|
-
type:
|
|
45
|
-
required: false;
|
|
35
|
+
type: import("vue").PropType<string | null>;
|
|
46
36
|
default: null;
|
|
47
37
|
};
|
|
48
38
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
49
39
|
title: {
|
|
50
|
-
type:
|
|
51
|
-
|
|
40
|
+
type: import("vue").PropType<string>;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
|
+
disabled: {
|
|
44
|
+
type: import("vue").PropType<boolean>;
|
|
45
|
+
default: boolean;
|
|
46
|
+
};
|
|
47
|
+
iconSize: {
|
|
48
|
+
type: import("vue").PropType<"xs" | "small" | "large">;
|
|
52
49
|
default: string;
|
|
53
50
|
};
|
|
54
51
|
variant: {
|
|
55
|
-
type:
|
|
56
|
-
required: false;
|
|
52
|
+
type: import("vue").PropType<"blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank">;
|
|
57
53
|
default: string;
|
|
58
54
|
};
|
|
59
55
|
chevronIcon: {
|
|
60
|
-
type:
|
|
61
|
-
required: false;
|
|
56
|
+
type: import("vue").PropType<string>;
|
|
62
57
|
default: string;
|
|
63
58
|
};
|
|
64
59
|
rotateIcon: {
|
|
65
|
-
type:
|
|
66
|
-
required: false;
|
|
67
|
-
default: boolean;
|
|
68
|
-
};
|
|
69
|
-
iconSize: {
|
|
70
|
-
type: __PropType<"small" | "xs" | "large" | undefined>;
|
|
71
|
-
required: false;
|
|
72
|
-
default: string;
|
|
73
|
-
};
|
|
74
|
-
disabled: {
|
|
75
|
-
type: __PropType<boolean | undefined>;
|
|
76
|
-
required: false;
|
|
60
|
+
type: import("vue").PropType<boolean>;
|
|
77
61
|
default: boolean;
|
|
78
62
|
};
|
|
79
63
|
active: {
|
|
80
|
-
type:
|
|
81
|
-
required: false;
|
|
64
|
+
type: import("vue").PropType<boolean>;
|
|
82
65
|
default: boolean;
|
|
83
66
|
};
|
|
84
67
|
hasIcon: {
|
|
85
|
-
type:
|
|
86
|
-
required: false;
|
|
68
|
+
type: import("vue").PropType<boolean>;
|
|
87
69
|
default: boolean;
|
|
88
70
|
};
|
|
89
71
|
iconLeft: {
|
|
90
|
-
type:
|
|
91
|
-
required: false;
|
|
72
|
+
type: import("vue").PropType<string | null>;
|
|
92
73
|
default: null;
|
|
93
74
|
};
|
|
94
75
|
}>> & {
|
|
95
76
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
96
77
|
}, {
|
|
97
|
-
title: string
|
|
98
|
-
disabled: boolean
|
|
99
|
-
|
|
100
|
-
variant: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank"
|
|
101
|
-
chevronIcon: string
|
|
102
|
-
rotateIcon: boolean
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
78
|
+
title: string;
|
|
79
|
+
disabled: boolean;
|
|
80
|
+
iconSize: "xs" | "small" | "large";
|
|
81
|
+
variant: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank";
|
|
82
|
+
chevronIcon: string;
|
|
83
|
+
rotateIcon: boolean;
|
|
84
|
+
active: boolean;
|
|
85
|
+
hasIcon: boolean;
|
|
86
|
+
iconLeft: string | null;
|
|
106
87
|
}, {}>;
|
|
107
|
-
export default
|
|
88
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import type { StoryObj } from "@storybook/vue3";
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("vue").DefineComponent<{
|
|
5
|
+
name: {
|
|
6
|
+
type: import("vue").PropType<string>;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
size: {
|
|
10
|
+
type: import("vue").PropType<"xs" | "small" | "medium" | "large" | "xl">;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
sizeClasses: {
|
|
14
|
+
type: import("vue").PropType<string>;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
+
name: {
|
|
19
|
+
type: import("vue").PropType<string>;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
size: {
|
|
23
|
+
type: import("vue").PropType<"xs" | "small" | "medium" | "large" | "xl">;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
sizeClasses: {
|
|
27
|
+
type: import("vue").PropType<string>;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
|
+
}>>, {
|
|
31
|
+
size: "xs" | "small" | "medium" | "large" | "xl";
|
|
32
|
+
sizeClasses: string;
|
|
33
|
+
}, {}>;
|
|
34
|
+
argTypes: {
|
|
35
|
+
name: {
|
|
36
|
+
control: string;
|
|
37
|
+
options: string[];
|
|
38
|
+
};
|
|
39
|
+
size: {
|
|
40
|
+
control: string;
|
|
41
|
+
options: string[];
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
args: {
|
|
45
|
+
name: string;
|
|
46
|
+
size: "large";
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
export default meta;
|
|
50
|
+
type Story = StoryObj<typeof meta>;
|
|
51
|
+
export declare const Default: Story;
|
|
52
|
+
export declare const Overview: {
|
|
53
|
+
render: (args: any) => {
|
|
54
|
+
setup(): {
|
|
55
|
+
args: any;
|
|
56
|
+
size: any;
|
|
57
|
+
};
|
|
58
|
+
components: {
|
|
59
|
+
IconOverview: import("vue").DefineComponent<{
|
|
60
|
+
size: {
|
|
61
|
+
type: import("vue").PropType<"xs" | "small" | "medium" | "large" | "xl">;
|
|
62
|
+
required: true;
|
|
63
|
+
};
|
|
64
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
65
|
+
size: {
|
|
66
|
+
type: import("vue").PropType<"xs" | "small" | "medium" | "large" | "xl">;
|
|
67
|
+
required: true;
|
|
68
|
+
};
|
|
69
|
+
}>>, {}, {}>;
|
|
70
|
+
};
|
|
71
|
+
template: string;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
@@ -1,36 +1,31 @@
|
|
|
1
|
-
|
|
2
|
-
declare const _sfc_main: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
2
|
name: {
|
|
4
|
-
type:
|
|
3
|
+
type: import("vue").PropType<string>;
|
|
5
4
|
required: true;
|
|
6
5
|
};
|
|
7
6
|
size: {
|
|
8
|
-
type:
|
|
9
|
-
required: false;
|
|
7
|
+
type: import("vue").PropType<"xs" | "small" | "medium" | "large" | "xl">;
|
|
10
8
|
default: string;
|
|
11
9
|
};
|
|
12
10
|
sizeClasses: {
|
|
13
|
-
type:
|
|
14
|
-
required: false;
|
|
11
|
+
type: import("vue").PropType<string>;
|
|
15
12
|
default: string;
|
|
16
13
|
};
|
|
17
14
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
15
|
name: {
|
|
19
|
-
type:
|
|
16
|
+
type: import("vue").PropType<string>;
|
|
20
17
|
required: true;
|
|
21
18
|
};
|
|
22
19
|
size: {
|
|
23
|
-
type:
|
|
24
|
-
required: false;
|
|
20
|
+
type: import("vue").PropType<"xs" | "small" | "medium" | "large" | "xl">;
|
|
25
21
|
default: string;
|
|
26
22
|
};
|
|
27
23
|
sizeClasses: {
|
|
28
|
-
type:
|
|
29
|
-
required: false;
|
|
24
|
+
type: import("vue").PropType<string>;
|
|
30
25
|
default: string;
|
|
31
26
|
};
|
|
32
27
|
}>>, {
|
|
33
|
-
size: "
|
|
34
|
-
sizeClasses: string
|
|
28
|
+
size: "xs" | "small" | "medium" | "large" | "xl";
|
|
29
|
+
sizeClasses: string;
|
|
35
30
|
}, {}>;
|
|
36
|
-
export default
|
|
31
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
import type { StoryObj } from "@storybook/vue3";
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("vue").DefineComponent<{
|
|
5
|
+
size: {
|
|
6
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "xl">;
|
|
7
|
+
default: string;
|
|
8
|
+
};
|
|
9
|
+
iconName: {
|
|
10
|
+
type: import("vue").PropType<string>;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
title: {
|
|
14
|
+
type: import("vue").PropType<string>;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
disabled: {
|
|
18
|
+
type: import("vue").PropType<boolean>;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
backgroundColor: {
|
|
22
|
+
type: import("vue").PropType<"blue" | "none">;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
iconColor: {
|
|
26
|
+
type: import("vue").PropType<"blue" | "white" | "gray">;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
30
|
+
click: (payload: any) => void;
|
|
31
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
32
|
+
size: {
|
|
33
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "xl">;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
iconName: {
|
|
37
|
+
type: import("vue").PropType<string>;
|
|
38
|
+
required: true;
|
|
39
|
+
};
|
|
40
|
+
title: {
|
|
41
|
+
type: import("vue").PropType<string>;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
|
+
disabled: {
|
|
45
|
+
type: import("vue").PropType<boolean>;
|
|
46
|
+
default: boolean;
|
|
47
|
+
};
|
|
48
|
+
backgroundColor: {
|
|
49
|
+
type: import("vue").PropType<"blue" | "none">;
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
iconColor: {
|
|
53
|
+
type: import("vue").PropType<"blue" | "white" | "gray">;
|
|
54
|
+
default: string;
|
|
55
|
+
};
|
|
56
|
+
}>> & {
|
|
57
|
+
onClick?: ((payload: any) => any) | undefined;
|
|
58
|
+
}, {
|
|
59
|
+
size: "small" | "medium" | "large" | "xl";
|
|
60
|
+
title: string;
|
|
61
|
+
disabled: boolean;
|
|
62
|
+
backgroundColor: "blue" | "none";
|
|
63
|
+
iconColor: "blue" | "white" | "gray";
|
|
64
|
+
}, {}>;
|
|
65
|
+
argTypes: {
|
|
66
|
+
iconName: {
|
|
67
|
+
control: string;
|
|
68
|
+
options: string[];
|
|
69
|
+
};
|
|
70
|
+
size: {
|
|
71
|
+
control: string;
|
|
72
|
+
options: string[];
|
|
73
|
+
};
|
|
74
|
+
backgroundColor: {
|
|
75
|
+
control: string;
|
|
76
|
+
options: string[];
|
|
77
|
+
};
|
|
78
|
+
iconColor: {
|
|
79
|
+
control: string;
|
|
80
|
+
options: string[];
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
args: {
|
|
84
|
+
iconName: string;
|
|
85
|
+
size: "large";
|
|
86
|
+
backgroundColor: "blue";
|
|
87
|
+
iconColor: "white";
|
|
88
|
+
};
|
|
89
|
+
render: (args: any) => {
|
|
90
|
+
setup(this: void): {
|
|
91
|
+
args: any;
|
|
92
|
+
};
|
|
93
|
+
components: {
|
|
94
|
+
UiIconButton: import("vue").DefineComponent<{
|
|
95
|
+
size: {
|
|
96
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "xl">;
|
|
97
|
+
default: string;
|
|
98
|
+
};
|
|
99
|
+
iconName: {
|
|
100
|
+
type: import("vue").PropType<string>;
|
|
101
|
+
required: true;
|
|
102
|
+
};
|
|
103
|
+
title: {
|
|
104
|
+
type: import("vue").PropType<string>;
|
|
105
|
+
default: string;
|
|
106
|
+
};
|
|
107
|
+
disabled: {
|
|
108
|
+
type: import("vue").PropType<boolean>;
|
|
109
|
+
default: boolean;
|
|
110
|
+
};
|
|
111
|
+
backgroundColor: {
|
|
112
|
+
type: import("vue").PropType<"blue" | "none">;
|
|
113
|
+
default: string;
|
|
114
|
+
};
|
|
115
|
+
iconColor: {
|
|
116
|
+
type: import("vue").PropType<"blue" | "white" | "gray">;
|
|
117
|
+
default: string;
|
|
118
|
+
};
|
|
119
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
120
|
+
click: (payload: any) => void;
|
|
121
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
122
|
+
size: {
|
|
123
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "xl">;
|
|
124
|
+
default: string;
|
|
125
|
+
};
|
|
126
|
+
iconName: {
|
|
127
|
+
type: import("vue").PropType<string>;
|
|
128
|
+
required: true;
|
|
129
|
+
};
|
|
130
|
+
title: {
|
|
131
|
+
type: import("vue").PropType<string>;
|
|
132
|
+
default: string;
|
|
133
|
+
};
|
|
134
|
+
disabled: {
|
|
135
|
+
type: import("vue").PropType<boolean>;
|
|
136
|
+
default: boolean;
|
|
137
|
+
};
|
|
138
|
+
backgroundColor: {
|
|
139
|
+
type: import("vue").PropType<"blue" | "none">;
|
|
140
|
+
default: string;
|
|
141
|
+
};
|
|
142
|
+
iconColor: {
|
|
143
|
+
type: import("vue").PropType<"blue" | "white" | "gray">;
|
|
144
|
+
default: string;
|
|
145
|
+
};
|
|
146
|
+
}>> & {
|
|
147
|
+
onClick?: ((payload: any) => any) | undefined;
|
|
148
|
+
}, {
|
|
149
|
+
size: "small" | "medium" | "large" | "xl";
|
|
150
|
+
title: string;
|
|
151
|
+
disabled: boolean;
|
|
152
|
+
backgroundColor: "blue" | "none";
|
|
153
|
+
iconColor: "blue" | "white" | "gray";
|
|
154
|
+
}, {}>;
|
|
155
|
+
};
|
|
156
|
+
template: string;
|
|
157
|
+
methods: {
|
|
158
|
+
action: import("@storybook/addon-actions").HandlerFunction;
|
|
159
|
+
};
|
|
160
|
+
};
|
|
161
|
+
};
|
|
162
|
+
export default meta;
|
|
163
|
+
type Story = StoryObj<typeof meta>;
|
|
164
|
+
export declare const Default: Story;
|
|
165
|
+
export declare const Menu: Story;
|