@dpa-id-components/dpa-shared-components 11.0.0-alpha.0 → 12.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +29 -0
- package/dist/components/DpaMediaItem/DpaMediaItem.stories.d.ts +25 -80
- package/dist/components/DpaMediaItem/DpaMediaItem.vue.d.ts +18 -49
- package/dist/components/UiAutocomplete/UiAutocomplete.stories.d.ts +194 -54
- package/dist/components/UiAutocomplete/UiAutocomplete.vue.d.ts +182 -42
- package/dist/components/UiBadge/UiBadge.stories.d.ts +31 -95
- package/dist/components/UiBadge/UiBadge.vue.d.ts +15 -50
- package/dist/components/UiButton/UiButton.stories.d.ts +32 -96
- package/dist/components/UiButton/UiButton.vue.d.ts +16 -51
- package/dist/components/UiButtonGroup/UiButtonGroup.stories.d.ts +1 -2
- package/dist/components/UiButtonGroup/UiButtonGroup.vue.d.ts +9 -3
- package/dist/components/UiCard/UiCard.stories.d.ts +1 -2
- package/dist/components/UiCard/UiCard.vue.d.ts +9 -3
- package/dist/components/UiCheckBox/UiCheckBox.stories.d.ts +25 -80
- package/dist/components/UiCheckBox/UiCheckBox.vue.d.ts +15 -46
- package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.stories.d.ts +12 -43
- package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.vue.d.ts +7 -35
- package/dist/components/UiChip/UiChip.stories.d.ts +16 -44
- package/dist/components/UiChip/UiChip.vue.d.ts +14 -36
- package/dist/components/UiCollapseNavigation/UiCollapseNavigation.stories.d.ts +22 -44
- package/dist/components/UiCollapseNavigation/UiCollapseNavigation.vue.d.ts +16 -36
- package/dist/components/UiColorPicker/UiColorPicker.stories.d.ts +8 -17
- package/dist/components/UiColorPicker/UiColorPicker.vue.d.ts +6 -28
- package/dist/components/UiDatePicker/UiDatePicker.stories.d.ts +2374 -825
- package/dist/components/UiDatePicker/UiDatePicker.vue.d.ts +2153 -133
- package/dist/components/UiDialog/UiDialog.stories.d.ts +80 -279
- package/dist/components/UiDialog/UiDialog.vue.d.ts +17 -63
- package/dist/components/UiFilterBadge/UiFilterBadge.stories.d.ts +56 -165
- package/dist/components/UiFilterBadge/UiFilterBadge.vue.d.ts +14 -39
- package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.d.ts +62 -195
- package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.vue.d.ts +16 -42
- package/dist/components/UiFilterButton/UiFilterButton.stories.d.ts +50 -171
- package/dist/components/UiFilterButton/UiFilterButton.vue.d.ts +5 -55
- package/dist/components/UiIcon/IconOverview.vue.d.ts +5 -0
- package/dist/components/UiIcon/UiIcon.stories.d.ts +16 -40
- package/dist/components/UiIcon/UiIcon.vue.d.ts +4 -31
- package/dist/components/UiIconButton/UiIconButton.stories.d.ts +37 -109
- package/dist/components/UiIconButton/UiIconButton.vue.d.ts +6 -42
- package/dist/components/UiInfoContent/UiInfoContent.stories.d.ts +70 -230
- package/dist/components/UiInfoContent/UiInfoContent.vue.d.ts +16 -42
- package/dist/components/UiInput/UiInput.stories.d.ts +154 -511
- package/dist/components/UiInput/UiInput.vue.d.ts +23 -90
- package/dist/components/UiList/UiList.stories.d.ts +147 -493
- package/dist/components/UiList/UiList.vue.d.ts +9 -3
- package/dist/components/UiListItem/UiListItem.stories.d.ts +96 -327
- package/dist/components/UiListItem/UiListItem.vue.d.ts +19 -68
- package/dist/components/UiMenu/UiMenu.stories.d.ts +36 -41
- package/dist/components/UiMenu/UiMenu.vue.d.ts +8 -11
- package/dist/components/UiMenu/UiMenuItem.vue.d.ts +9 -12
- package/dist/components/UiMenu/UiMenuList.vue.d.ts +13 -29
- package/dist/components/UiMenu/UiMenuTypes.d.ts +1 -1
- package/dist/components/UiOverlay/UiOverlay.stories.d.ts +2 -3
- package/dist/components/UiOverlay/UiOverlay.vue.d.ts +9 -3
- package/dist/components/UiOverlayMenu/UiOverlayMenu.stories.d.ts +118 -373
- package/dist/components/UiOverlayMenu/UiOverlayMenu.vue.d.ts +14 -30
- package/dist/components/UiRadioInputGroup/UiRadioInputGroup.stories.d.ts +46 -119
- package/dist/components/UiRadioInputGroup/UiRadioInputGroup.vue.d.ts +5 -42
- package/dist/components/UiSearchBar/UiSearchBar.stories.d.ts +152 -461
- package/dist/components/UiSearchBar/UiSearchBar.vue.d.ts +27 -60
- package/dist/components/UiSearchInput/UiSearchInput.stories.d.ts +61 -128
- package/dist/components/UiSearchInput/UiSearchInput.vue.d.ts +22 -41
- package/dist/components/UiSection/UiSection.stories.d.ts +19 -56
- package/dist/components/UiSection/UiSection.vue.d.ts +14 -39
- package/dist/components/UiSectionDivider/UiSectionDivider.stories.d.ts +27 -76
- package/dist/components/UiSectionDivider/UiSectionDivider.vue.d.ts +4 -29
- package/dist/components/UiSimpleInput/UiSimpleInput.stories.d.ts +30 -75
- package/dist/components/UiSimpleInput/UiSimpleInput.vue.d.ts +7 -36
- package/dist/components/UiSkeletonBox/UiSkeletonBox.stories.d.ts +20 -57
- package/dist/components/UiSkeletonBox/UiSkeletonBox.vue.d.ts +4 -32
- package/dist/components/UiSnackbar/UiSnackbar.stories.d.ts +48 -135
- package/dist/components/UiSnackbar/UiSnackbar.vue.d.ts +20 -45
- package/dist/components/UiSpinner/UiSpinner.stories.d.ts +16 -41
- package/dist/components/UiSpinner/UiSpinner.vue.d.ts +4 -29
- package/dist/components/UiTextButton/UiTextButton.stories.d.ts +31 -104
- package/dist/components/UiTextButton/UiTextButton.vue.d.ts +14 -52
- package/dist/components/UiToggleButton/UiToggleButton.stories.d.ts +31 -104
- package/dist/components/UiToggleButton/UiToggleButton.vue.d.ts +15 -52
- package/dist/components/UiTooltip/UiTooltip.stories.d.ts +94 -303
- package/dist/components/UiTooltip/UiTooltip.vue.d.ts +20 -75
- package/dist/components/index.d.ts +0 -1
- package/dist/compositions/index.d.ts +0 -1
- package/dist/compositions/useBreakpoints/UseBreakpoints.stories.d.ts +0 -1
- package/dist/compositions/useBreakpoints/UseBreakpoints.vue.d.ts +2 -0
- package/dist/compositions/useBreakpoints/useBreakpoints.d.ts +1 -1
- package/dist/directives/clickAway/clickAway.d.ts +0 -1
- package/dist/directives/index.d.ts +0 -1
- package/dist/dpa-shared-components.d.ts +1 -0
- package/dist/dpa-shared-components.mjs +12448 -13034
- package/dist/dpa-shared-components.umd.js +7 -7
- package/dist/index.d.ts +0 -1
- package/dist/stories/Typography/Typography.stories.d.ts +0 -1
- package/dist/stories/Typography/TypographyOverview.vue.d.ts +5 -0
- package/dist/style.css +1 -1
- package/dist/tailwind.config.cjs +3 -3
- package/dist/utils/index.d.ts +0 -1
- package/package.json +9 -8
|
@@ -1,58 +1,21 @@
|
|
|
1
1
|
import { StoryObj } from '@storybook/vue3';
|
|
2
|
-
|
|
3
2
|
declare const meta: {
|
|
4
3
|
title: string;
|
|
5
4
|
component: {
|
|
6
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
type: import('vue').PropType<import('@floating-ui/vue').UseFloatingOptions | null>;
|
|
21
|
-
default: null;
|
|
22
|
-
};
|
|
23
|
-
structuredLayout: {
|
|
24
|
-
type: import('vue').PropType<boolean>;
|
|
25
|
-
default: boolean;
|
|
26
|
-
};
|
|
27
|
-
structuredInfo: {
|
|
28
|
-
type: import('vue').PropType<{
|
|
29
|
-
title: string;
|
|
30
|
-
description: string;
|
|
31
|
-
}[]>;
|
|
32
|
-
default: () => never[];
|
|
33
|
-
};
|
|
34
|
-
multilines: {
|
|
35
|
-
type: import('vue').PropType<boolean>;
|
|
36
|
-
default: boolean;
|
|
37
|
-
};
|
|
38
|
-
tooltipClasses: {
|
|
39
|
-
type: import('vue').PropType<string>;
|
|
40
|
-
default: string;
|
|
41
|
-
};
|
|
42
|
-
transitionClasses: {
|
|
43
|
-
type: import('vue').PropType<Partial<Record<import('@floating-ui/utils').Placement, string>>>;
|
|
44
|
-
default: {
|
|
45
|
-
top: string;
|
|
46
|
-
"top-start": string;
|
|
47
|
-
"top-end": string;
|
|
48
|
-
right: string;
|
|
49
|
-
"bottom-end": string;
|
|
50
|
-
bottom: string;
|
|
51
|
-
"bottom-start": string;
|
|
52
|
-
left: string;
|
|
53
|
-
};
|
|
54
|
-
};
|
|
55
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
5
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
6
|
+
position?: import('@floating-ui/utils').Placement;
|
|
7
|
+
structuredLayout?: boolean;
|
|
8
|
+
structuredInfo?: {
|
|
9
|
+
title: string;
|
|
10
|
+
description: string;
|
|
11
|
+
}[];
|
|
12
|
+
fixed?: boolean;
|
|
13
|
+
multilines?: boolean;
|
|
14
|
+
tooltipClasses?: string;
|
|
15
|
+
floatingUiOptions?: import('@floating-ui/vue').UseFloatingOptions | null;
|
|
16
|
+
transitionClasses?: Partial<Record<import('@floating-ui/utils').Placement, string>>;
|
|
17
|
+
animate?: boolean;
|
|
18
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
56
19
|
fixed: boolean;
|
|
57
20
|
animate: boolean;
|
|
58
21
|
position: import('@floating-ui/utils').Placement;
|
|
@@ -65,63 +28,30 @@ declare const meta: {
|
|
|
65
28
|
multilines: boolean;
|
|
66
29
|
tooltipClasses: string;
|
|
67
30
|
transitionClasses: Partial<Record<import('@floating-ui/utils').Placement, string>>;
|
|
68
|
-
},
|
|
31
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
32
|
+
activatorElm: HTMLDivElement;
|
|
33
|
+
tooltipElm: HTMLDivElement;
|
|
34
|
+
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
69
35
|
P: {};
|
|
70
36
|
B: {};
|
|
71
37
|
D: {};
|
|
72
38
|
C: {};
|
|
73
39
|
M: {};
|
|
74
40
|
Defaults: {};
|
|
75
|
-
}, Readonly<
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
type: import('vue').PropType<import('@floating-ui/vue').UseFloatingOptions | null>;
|
|
90
|
-
default: null;
|
|
91
|
-
};
|
|
92
|
-
structuredLayout: {
|
|
93
|
-
type: import('vue').PropType<boolean>;
|
|
94
|
-
default: boolean;
|
|
95
|
-
};
|
|
96
|
-
structuredInfo: {
|
|
97
|
-
type: import('vue').PropType<{
|
|
98
|
-
title: string;
|
|
99
|
-
description: string;
|
|
100
|
-
}[]>;
|
|
101
|
-
default: () => never[];
|
|
102
|
-
};
|
|
103
|
-
multilines: {
|
|
104
|
-
type: import('vue').PropType<boolean>;
|
|
105
|
-
default: boolean;
|
|
106
|
-
};
|
|
107
|
-
tooltipClasses: {
|
|
108
|
-
type: import('vue').PropType<string>;
|
|
109
|
-
default: string;
|
|
110
|
-
};
|
|
111
|
-
transitionClasses: {
|
|
112
|
-
type: import('vue').PropType<Partial<Record<import('@floating-ui/utils').Placement, string>>>;
|
|
113
|
-
default: {
|
|
114
|
-
top: string;
|
|
115
|
-
"top-start": string;
|
|
116
|
-
"top-end": string;
|
|
117
|
-
right: string;
|
|
118
|
-
"bottom-end": string;
|
|
119
|
-
bottom: string;
|
|
120
|
-
"bottom-start": string;
|
|
121
|
-
left: string;
|
|
122
|
-
};
|
|
123
|
-
};
|
|
124
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
41
|
+
}, Readonly<{
|
|
42
|
+
position?: import('@floating-ui/utils').Placement;
|
|
43
|
+
structuredLayout?: boolean;
|
|
44
|
+
structuredInfo?: {
|
|
45
|
+
title: string;
|
|
46
|
+
description: string;
|
|
47
|
+
}[];
|
|
48
|
+
fixed?: boolean;
|
|
49
|
+
multilines?: boolean;
|
|
50
|
+
tooltipClasses?: string;
|
|
51
|
+
floatingUiOptions?: import('@floating-ui/vue').UseFloatingOptions | null;
|
|
52
|
+
transitionClasses?: Partial<Record<import('@floating-ui/utils').Placement, string>>;
|
|
53
|
+
animate?: boolean;
|
|
54
|
+
}> & Readonly<{}>, {}, {}, {}, {}, {
|
|
125
55
|
fixed: boolean;
|
|
126
56
|
animate: boolean;
|
|
127
57
|
position: import('@floating-ui/utils').Placement;
|
|
@@ -138,56 +68,20 @@ declare const meta: {
|
|
|
138
68
|
__isFragment?: never;
|
|
139
69
|
__isTeleport?: never;
|
|
140
70
|
__isSuspense?: never;
|
|
141
|
-
} & import('vue').ComponentOptionsBase<Readonly<
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
type: import('vue').PropType<import('@floating-ui/vue').UseFloatingOptions | null>;
|
|
156
|
-
default: null;
|
|
157
|
-
};
|
|
158
|
-
structuredLayout: {
|
|
159
|
-
type: import('vue').PropType<boolean>;
|
|
160
|
-
default: boolean;
|
|
161
|
-
};
|
|
162
|
-
structuredInfo: {
|
|
163
|
-
type: import('vue').PropType<{
|
|
164
|
-
title: string;
|
|
165
|
-
description: string;
|
|
166
|
-
}[]>;
|
|
167
|
-
default: () => never[];
|
|
168
|
-
};
|
|
169
|
-
multilines: {
|
|
170
|
-
type: import('vue').PropType<boolean>;
|
|
171
|
-
default: boolean;
|
|
172
|
-
};
|
|
173
|
-
tooltipClasses: {
|
|
174
|
-
type: import('vue').PropType<string>;
|
|
175
|
-
default: string;
|
|
176
|
-
};
|
|
177
|
-
transitionClasses: {
|
|
178
|
-
type: import('vue').PropType<Partial<Record<import('@floating-ui/utils').Placement, string>>>;
|
|
179
|
-
default: {
|
|
180
|
-
top: string;
|
|
181
|
-
"top-start": string;
|
|
182
|
-
"top-end": string;
|
|
183
|
-
right: string;
|
|
184
|
-
"bottom-end": string;
|
|
185
|
-
bottom: string;
|
|
186
|
-
"bottom-start": string;
|
|
187
|
-
left: string;
|
|
188
|
-
};
|
|
189
|
-
};
|
|
190
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
71
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
72
|
+
position?: import('@floating-ui/utils').Placement;
|
|
73
|
+
structuredLayout?: boolean;
|
|
74
|
+
structuredInfo?: {
|
|
75
|
+
title: string;
|
|
76
|
+
description: string;
|
|
77
|
+
}[];
|
|
78
|
+
fixed?: boolean;
|
|
79
|
+
multilines?: boolean;
|
|
80
|
+
tooltipClasses?: string;
|
|
81
|
+
floatingUiOptions?: import('@floating-ui/vue').UseFloatingOptions | null;
|
|
82
|
+
transitionClasses?: Partial<Record<import('@floating-ui/utils').Placement, string>>;
|
|
83
|
+
animate?: boolean;
|
|
84
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
191
85
|
fixed: boolean;
|
|
192
86
|
animate: boolean;
|
|
193
87
|
position: import('@floating-ui/utils').Placement;
|
|
@@ -204,6 +98,7 @@ declare const meta: {
|
|
|
204
98
|
$slots: {
|
|
205
99
|
activator?(_: {}): any;
|
|
206
100
|
default?(_: {}): any;
|
|
101
|
+
default?(_: {}): any;
|
|
207
102
|
};
|
|
208
103
|
});
|
|
209
104
|
argTypes: {
|
|
@@ -239,56 +134,20 @@ declare const meta: {
|
|
|
239
134
|
};
|
|
240
135
|
components: {
|
|
241
136
|
UiTooltip: {
|
|
242
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
type: import('vue').PropType<import('@floating-ui/vue').UseFloatingOptions | null>;
|
|
257
|
-
default: null;
|
|
258
|
-
};
|
|
259
|
-
structuredLayout: {
|
|
260
|
-
type: import('vue').PropType<boolean>;
|
|
261
|
-
default: boolean;
|
|
262
|
-
};
|
|
263
|
-
structuredInfo: {
|
|
264
|
-
type: import('vue').PropType<{
|
|
265
|
-
title: string;
|
|
266
|
-
description: string;
|
|
267
|
-
}[]>;
|
|
268
|
-
default: () => never[];
|
|
269
|
-
};
|
|
270
|
-
multilines: {
|
|
271
|
-
type: import('vue').PropType<boolean>;
|
|
272
|
-
default: boolean;
|
|
273
|
-
};
|
|
274
|
-
tooltipClasses: {
|
|
275
|
-
type: import('vue').PropType<string>;
|
|
276
|
-
default: string;
|
|
277
|
-
};
|
|
278
|
-
transitionClasses: {
|
|
279
|
-
type: import('vue').PropType<Partial<Record<import('@floating-ui/utils').Placement, string>>>;
|
|
280
|
-
default: {
|
|
281
|
-
top: string;
|
|
282
|
-
"top-start": string;
|
|
283
|
-
"top-end": string;
|
|
284
|
-
right: string;
|
|
285
|
-
"bottom-end": string;
|
|
286
|
-
bottom: string;
|
|
287
|
-
"bottom-start": string;
|
|
288
|
-
left: string;
|
|
289
|
-
};
|
|
290
|
-
};
|
|
291
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
137
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
138
|
+
position?: import('@floating-ui/utils').Placement;
|
|
139
|
+
structuredLayout?: boolean;
|
|
140
|
+
structuredInfo?: {
|
|
141
|
+
title: string;
|
|
142
|
+
description: string;
|
|
143
|
+
}[];
|
|
144
|
+
fixed?: boolean;
|
|
145
|
+
multilines?: boolean;
|
|
146
|
+
tooltipClasses?: string;
|
|
147
|
+
floatingUiOptions?: import('@floating-ui/vue').UseFloatingOptions | null;
|
|
148
|
+
transitionClasses?: Partial<Record<import('@floating-ui/utils').Placement, string>>;
|
|
149
|
+
animate?: boolean;
|
|
150
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
292
151
|
fixed: boolean;
|
|
293
152
|
animate: boolean;
|
|
294
153
|
position: import('@floating-ui/utils').Placement;
|
|
@@ -301,63 +160,30 @@ declare const meta: {
|
|
|
301
160
|
multilines: boolean;
|
|
302
161
|
tooltipClasses: string;
|
|
303
162
|
transitionClasses: Partial<Record<import('@floating-ui/utils').Placement, string>>;
|
|
304
|
-
},
|
|
163
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
164
|
+
activatorElm: HTMLDivElement;
|
|
165
|
+
tooltipElm: HTMLDivElement;
|
|
166
|
+
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
305
167
|
P: {};
|
|
306
168
|
B: {};
|
|
307
169
|
D: {};
|
|
308
170
|
C: {};
|
|
309
171
|
M: {};
|
|
310
172
|
Defaults: {};
|
|
311
|
-
}, Readonly<
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
type: import('vue').PropType<import('@floating-ui/vue').UseFloatingOptions | null>;
|
|
326
|
-
default: null;
|
|
327
|
-
};
|
|
328
|
-
structuredLayout: {
|
|
329
|
-
type: import('vue').PropType<boolean>;
|
|
330
|
-
default: boolean;
|
|
331
|
-
};
|
|
332
|
-
structuredInfo: {
|
|
333
|
-
type: import('vue').PropType<{
|
|
334
|
-
title: string;
|
|
335
|
-
description: string;
|
|
336
|
-
}[]>;
|
|
337
|
-
default: () => never[];
|
|
338
|
-
};
|
|
339
|
-
multilines: {
|
|
340
|
-
type: import('vue').PropType<boolean>;
|
|
341
|
-
default: boolean;
|
|
342
|
-
};
|
|
343
|
-
tooltipClasses: {
|
|
344
|
-
type: import('vue').PropType<string>;
|
|
345
|
-
default: string;
|
|
346
|
-
};
|
|
347
|
-
transitionClasses: {
|
|
348
|
-
type: import('vue').PropType<Partial<Record<import('@floating-ui/utils').Placement, string>>>;
|
|
349
|
-
default: {
|
|
350
|
-
top: string;
|
|
351
|
-
"top-start": string;
|
|
352
|
-
"top-end": string;
|
|
353
|
-
right: string;
|
|
354
|
-
"bottom-end": string;
|
|
355
|
-
bottom: string;
|
|
356
|
-
"bottom-start": string;
|
|
357
|
-
left: string;
|
|
358
|
-
};
|
|
359
|
-
};
|
|
360
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
173
|
+
}, Readonly<{
|
|
174
|
+
position?: import('@floating-ui/utils').Placement;
|
|
175
|
+
structuredLayout?: boolean;
|
|
176
|
+
structuredInfo?: {
|
|
177
|
+
title: string;
|
|
178
|
+
description: string;
|
|
179
|
+
}[];
|
|
180
|
+
fixed?: boolean;
|
|
181
|
+
multilines?: boolean;
|
|
182
|
+
tooltipClasses?: string;
|
|
183
|
+
floatingUiOptions?: import('@floating-ui/vue').UseFloatingOptions | null;
|
|
184
|
+
transitionClasses?: Partial<Record<import('@floating-ui/utils').Placement, string>>;
|
|
185
|
+
animate?: boolean;
|
|
186
|
+
}> & Readonly<{}>, {}, {}, {}, {}, {
|
|
361
187
|
fixed: boolean;
|
|
362
188
|
animate: boolean;
|
|
363
189
|
position: import('@floating-ui/utils').Placement;
|
|
@@ -374,56 +200,20 @@ declare const meta: {
|
|
|
374
200
|
__isFragment?: never;
|
|
375
201
|
__isTeleport?: never;
|
|
376
202
|
__isSuspense?: never;
|
|
377
|
-
} & import('vue').ComponentOptionsBase<Readonly<
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
type: import('vue').PropType<import('@floating-ui/vue').UseFloatingOptions | null>;
|
|
392
|
-
default: null;
|
|
393
|
-
};
|
|
394
|
-
structuredLayout: {
|
|
395
|
-
type: import('vue').PropType<boolean>;
|
|
396
|
-
default: boolean;
|
|
397
|
-
};
|
|
398
|
-
structuredInfo: {
|
|
399
|
-
type: import('vue').PropType<{
|
|
400
|
-
title: string;
|
|
401
|
-
description: string;
|
|
402
|
-
}[]>;
|
|
403
|
-
default: () => never[];
|
|
404
|
-
};
|
|
405
|
-
multilines: {
|
|
406
|
-
type: import('vue').PropType<boolean>;
|
|
407
|
-
default: boolean;
|
|
408
|
-
};
|
|
409
|
-
tooltipClasses: {
|
|
410
|
-
type: import('vue').PropType<string>;
|
|
411
|
-
default: string;
|
|
412
|
-
};
|
|
413
|
-
transitionClasses: {
|
|
414
|
-
type: import('vue').PropType<Partial<Record<import('@floating-ui/utils').Placement, string>>>;
|
|
415
|
-
default: {
|
|
416
|
-
top: string;
|
|
417
|
-
"top-start": string;
|
|
418
|
-
"top-end": string;
|
|
419
|
-
right: string;
|
|
420
|
-
"bottom-end": string;
|
|
421
|
-
bottom: string;
|
|
422
|
-
"bottom-start": string;
|
|
423
|
-
left: string;
|
|
424
|
-
};
|
|
425
|
-
};
|
|
426
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
203
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
204
|
+
position?: import('@floating-ui/utils').Placement;
|
|
205
|
+
structuredLayout?: boolean;
|
|
206
|
+
structuredInfo?: {
|
|
207
|
+
title: string;
|
|
208
|
+
description: string;
|
|
209
|
+
}[];
|
|
210
|
+
fixed?: boolean;
|
|
211
|
+
multilines?: boolean;
|
|
212
|
+
tooltipClasses?: string;
|
|
213
|
+
floatingUiOptions?: import('@floating-ui/vue').UseFloatingOptions | null;
|
|
214
|
+
transitionClasses?: Partial<Record<import('@floating-ui/utils').Placement, string>>;
|
|
215
|
+
animate?: boolean;
|
|
216
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
427
217
|
fixed: boolean;
|
|
428
218
|
animate: boolean;
|
|
429
219
|
position: import('@floating-ui/utils').Placement;
|
|
@@ -440,6 +230,7 @@ declare const meta: {
|
|
|
440
230
|
$slots: {
|
|
441
231
|
activator?(_: {}): any;
|
|
442
232
|
default?(_: {}): any;
|
|
233
|
+
default?(_: {}): any;
|
|
443
234
|
};
|
|
444
235
|
});
|
|
445
236
|
};
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
import { Placement, UseFloatingOptions } from '@floating-ui/vue';
|
|
2
|
-
|
|
3
|
-
declare function __VLS_template(): {
|
|
4
|
-
activator?(_: {}): any;
|
|
5
|
-
default?(_: {}): any;
|
|
6
|
-
};
|
|
7
|
-
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
type __VLS_Props = {
|
|
8
3
|
position?: Placement;
|
|
9
4
|
structuredLayout?: boolean;
|
|
10
5
|
structuredInfo?: {
|
|
@@ -17,58 +12,22 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
17
12
|
floatingUiOptions?: UseFloatingOptions | null;
|
|
18
13
|
transitionClasses?: Partial<Record<Placement, string>>;
|
|
19
14
|
animate?: boolean;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
floatingUiOptions: null;
|
|
28
|
-
animate: boolean;
|
|
29
|
-
transitionClasses: {
|
|
30
|
-
top: string;
|
|
31
|
-
"top-start": string;
|
|
32
|
-
"top-end": string;
|
|
33
|
-
right: string;
|
|
34
|
-
"bottom-end": string;
|
|
35
|
-
bottom: string;
|
|
36
|
-
"bottom-start": string;
|
|
37
|
-
left: string;
|
|
15
|
+
};
|
|
16
|
+
declare function __VLS_template(): {
|
|
17
|
+
attrs: Partial<{}>;
|
|
18
|
+
slots: {
|
|
19
|
+
activator?(_: {}): any;
|
|
20
|
+
default?(_: {}): any;
|
|
21
|
+
default?(_: {}): any;
|
|
38
22
|
};
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
structuredInfo?: {
|
|
43
|
-
title: string;
|
|
44
|
-
description: string;
|
|
45
|
-
}[];
|
|
46
|
-
fixed?: boolean;
|
|
47
|
-
multilines?: boolean;
|
|
48
|
-
tooltipClasses?: string;
|
|
49
|
-
floatingUiOptions?: UseFloatingOptions | null;
|
|
50
|
-
transitionClasses?: Partial<Record<Placement, string>>;
|
|
51
|
-
animate?: boolean;
|
|
52
|
-
}>, {
|
|
53
|
-
position: string;
|
|
54
|
-
structuredLayout: boolean;
|
|
55
|
-
structuredInfo: () => never[];
|
|
56
|
-
fixed: boolean;
|
|
57
|
-
multilines: boolean;
|
|
58
|
-
tooltipClasses: string;
|
|
59
|
-
floatingUiOptions: null;
|
|
60
|
-
animate: boolean;
|
|
61
|
-
transitionClasses: {
|
|
62
|
-
top: string;
|
|
63
|
-
"top-start": string;
|
|
64
|
-
"top-end": string;
|
|
65
|
-
right: string;
|
|
66
|
-
"bottom-end": string;
|
|
67
|
-
bottom: string;
|
|
68
|
-
"bottom-start": string;
|
|
69
|
-
left: string;
|
|
23
|
+
refs: {
|
|
24
|
+
activatorElm: HTMLDivElement;
|
|
25
|
+
tooltipElm: HTMLDivElement;
|
|
70
26
|
};
|
|
71
|
-
|
|
27
|
+
rootEl: HTMLDivElement;
|
|
28
|
+
};
|
|
29
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
30
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
72
31
|
fixed: boolean;
|
|
73
32
|
animate: boolean;
|
|
74
33
|
position: Placement;
|
|
@@ -81,26 +40,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
81
40
|
multilines: boolean;
|
|
82
41
|
tooltipClasses: string;
|
|
83
42
|
transitionClasses: Partial<Record<Placement, string>>;
|
|
84
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
85
|
-
|
|
43
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
44
|
+
activatorElm: HTMLDivElement;
|
|
45
|
+
tooltipElm: HTMLDivElement;
|
|
46
|
+
}, HTMLDivElement>;
|
|
47
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
86
48
|
export default _default;
|
|
87
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
88
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
89
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
90
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
91
|
-
} : {
|
|
92
|
-
type: import('vue').PropType<T[K]>;
|
|
93
|
-
required: true;
|
|
94
|
-
};
|
|
95
|
-
};
|
|
96
|
-
type __VLS_WithDefaults<P, D> = {
|
|
97
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
98
|
-
default: D[K];
|
|
99
|
-
}> : P[K];
|
|
100
|
-
};
|
|
101
|
-
type __VLS_Prettify<T> = {
|
|
102
|
-
[K in keyof T]: T[K];
|
|
103
|
-
} & {};
|
|
104
49
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
105
50
|
new (): {
|
|
106
51
|
$slots: S;
|
|
@@ -38,6 +38,5 @@ import { default as UiSearchBar } from './UiSearchBar/UiSearchBar.vue';
|
|
|
38
38
|
import { default as UiSimpleInput } from './UiSimpleInput/UiSimpleInput.vue';
|
|
39
39
|
import { default as UiColorPicker } from './UiColorPicker/UiColorPicker.vue';
|
|
40
40
|
import { default as UiTextButton } from './UiTextButton/UiTextButton.vue';
|
|
41
|
-
|
|
42
41
|
export type { UiMenuOptionType, UiMenuGroupedOption };
|
|
43
42
|
export { DpaMediaItem, UiAutocomplete, UiBadge, UiButton, UiButtonGroup, UiCard, UiCheckbox, UiCheckBoxGroup, UiChip, UiCollapseNavigation, UiDatePicker, UiDialog, UiFilterBadge, UiFilterBadgeButton, UiFilterButton, UiIcon, UiIconButton, UiInfoContent, UiInput, UiList, UiListItem, UiMenu, UiMenuList, UiMenuItem, UiOverlay, UiOverlayMenu, UiRadioInputGroup, UiSection, UiSectionDivider, UiSkeletonBox, UiSpinner, UiSnackbar, UiToggleButton, UiTooltip, UiSearchInput, UiSearchBar, UiSimpleInput, UiColorPicker, UiTextButton, };
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { StoryObj } from '@storybook/vue3';
|
|
2
|
-
|
|
3
2
|
declare const meta: {
|
|
4
3
|
title: string;
|
|
5
4
|
component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: () => {
|
|
2
|
-
currentBreakpoint: import('vue').ComputedRef<
|
|
2
|
+
currentBreakpoint: import('vue').ComputedRef<("xl" | "sm" | "md" | "lg" | "xxl")[]>;
|
|
3
3
|
sm: import('vue').ComputedRef<boolean>;
|
|
4
4
|
md: import('vue').ComputedRef<boolean>;
|
|
5
5
|
lg: import('vue').ComputedRef<boolean>;
|