@dpa-id-components/dpa-shared-components 11.0.0 → 12.0.1
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/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 +11 -30
- package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.vue.d.ts +5 -33
- 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 +16 -44
- package/dist/components/UiCollapseNavigation/UiCollapseNavigation.vue.d.ts +15 -37
- 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 -819
- package/dist/components/UiDatePicker/UiDatePicker.vue.d.ts +2152 -132
- 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 -189
- package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.vue.d.ts +15 -41
- 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 +148 -505
- package/dist/components/UiInput/UiInput.vue.d.ts +21 -88
- 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 +58 -127
- 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 +12427 -13018
- 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/utils/index.d.ts +0 -1
- package/package.json +9 -8
|
@@ -1,34 +1,25 @@
|
|
|
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
|
-
isOpen:
|
|
8
|
-
|
|
9
|
-
required: true;
|
|
10
|
-
default: boolean;
|
|
11
|
-
};
|
|
12
|
-
}>> & Readonly<{
|
|
5
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
6
|
+
isOpen: boolean;
|
|
7
|
+
}> & Readonly<{
|
|
13
8
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
14
9
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
10
|
close: (...args: any[]) => void;
|
|
16
11
|
}, import('vue').PublicProps, {
|
|
17
12
|
isOpen: boolean;
|
|
18
|
-
},
|
|
13
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
19
14
|
P: {};
|
|
20
15
|
B: {};
|
|
21
16
|
D: {};
|
|
22
17
|
C: {};
|
|
23
18
|
M: {};
|
|
24
19
|
Defaults: {};
|
|
25
|
-
}, Readonly<
|
|
26
|
-
isOpen:
|
|
27
|
-
|
|
28
|
-
required: true;
|
|
29
|
-
default: boolean;
|
|
30
|
-
};
|
|
31
|
-
}>> & Readonly<{
|
|
20
|
+
}, Readonly<{
|
|
21
|
+
isOpen: boolean;
|
|
22
|
+
}> & Readonly<{
|
|
32
23
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
33
24
|
}>, {}, {}, {}, {}, {
|
|
34
25
|
isOpen: boolean;
|
|
@@ -36,13 +27,9 @@ declare const meta: {
|
|
|
36
27
|
__isFragment?: never;
|
|
37
28
|
__isTeleport?: never;
|
|
38
29
|
__isSuspense?: never;
|
|
39
|
-
} & import('vue').ComponentOptionsBase<Readonly<
|
|
40
|
-
isOpen:
|
|
41
|
-
|
|
42
|
-
required: true;
|
|
43
|
-
default: boolean;
|
|
44
|
-
};
|
|
45
|
-
}>> & Readonly<{
|
|
30
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
31
|
+
isOpen: boolean;
|
|
32
|
+
}> & Readonly<{
|
|
46
33
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
47
34
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
48
35
|
close: (...args: any[]) => void;
|
|
@@ -55,7 +42,7 @@ declare const meta: {
|
|
|
55
42
|
});
|
|
56
43
|
subcomponents: {
|
|
57
44
|
UiList: {
|
|
58
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {},
|
|
45
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLUListElement, import('vue').ComponentProvideOptions, {
|
|
59
46
|
P: {};
|
|
60
47
|
B: {};
|
|
61
48
|
D: {};
|
|
@@ -72,60 +59,21 @@ declare const meta: {
|
|
|
72
59
|
};
|
|
73
60
|
});
|
|
74
61
|
UiListItem: {
|
|
75
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
default: boolean;
|
|
91
|
-
};
|
|
92
|
-
selected: {
|
|
93
|
-
type: import('vue').PropType<boolean>;
|
|
94
|
-
default: boolean;
|
|
95
|
-
};
|
|
96
|
-
selectable: {
|
|
97
|
-
type: import('vue').PropType<boolean>;
|
|
98
|
-
default: boolean;
|
|
99
|
-
};
|
|
100
|
-
overrideClasses: {
|
|
101
|
-
type: import('vue').PropType<string>;
|
|
102
|
-
default: string;
|
|
103
|
-
};
|
|
104
|
-
checkBoxColor: {
|
|
105
|
-
type: import('vue').PropType<"blue" | "gray">;
|
|
106
|
-
default: string;
|
|
107
|
-
};
|
|
108
|
-
iconName: {
|
|
109
|
-
type: import('vue').PropType<string | null>;
|
|
110
|
-
default: null;
|
|
111
|
-
};
|
|
112
|
-
imageSrc: {
|
|
113
|
-
type: import('vue').PropType<string>;
|
|
114
|
-
default: string;
|
|
115
|
-
};
|
|
116
|
-
imageShape: {
|
|
117
|
-
type: import('vue').PropType<"rounded" | "square">;
|
|
118
|
-
default: string;
|
|
119
|
-
};
|
|
120
|
-
iconSize: {
|
|
121
|
-
type: import('vue').PropType<"small" | "medium" | "large">;
|
|
122
|
-
default: string;
|
|
123
|
-
};
|
|
124
|
-
checkboxSize: {
|
|
125
|
-
type: import('vue').PropType<"small" | "medium">;
|
|
126
|
-
default: string;
|
|
127
|
-
};
|
|
128
|
-
}>> & Readonly<{
|
|
62
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
63
|
+
value?: any;
|
|
64
|
+
checkBoxMenu?: boolean;
|
|
65
|
+
isChecked?: boolean;
|
|
66
|
+
selected?: boolean;
|
|
67
|
+
selectable?: boolean;
|
|
68
|
+
overrideClasses?: string;
|
|
69
|
+
checkBoxColor?: "blue" | "gray";
|
|
70
|
+
iconName?: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
71
|
+
imageSrc?: string;
|
|
72
|
+
imageShape?: "rounded" | "square";
|
|
73
|
+
iconSize?: "small" | "medium" | "large";
|
|
74
|
+
checkboxSize?: "small" | "medium";
|
|
75
|
+
disabled?: boolean;
|
|
76
|
+
}> & Readonly<{
|
|
129
77
|
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
130
78
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
131
79
|
"list-item-click": (...args: any[]) => void;
|
|
@@ -143,67 +91,30 @@ declare const meta: {
|
|
|
143
91
|
imageShape: "rounded" | "square";
|
|
144
92
|
iconSize: "small" | "medium" | "large";
|
|
145
93
|
checkboxSize: "small" | "medium";
|
|
146
|
-
},
|
|
94
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
95
|
+
itemEl: HTMLLIElement;
|
|
96
|
+
}, HTMLLIElement, import('vue').ComponentProvideOptions, {
|
|
147
97
|
P: {};
|
|
148
98
|
B: {};
|
|
149
99
|
D: {};
|
|
150
100
|
C: {};
|
|
151
101
|
M: {};
|
|
152
102
|
Defaults: {};
|
|
153
|
-
}, Readonly<
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
default: boolean;
|
|
169
|
-
};
|
|
170
|
-
selected: {
|
|
171
|
-
type: import('vue').PropType<boolean>;
|
|
172
|
-
default: boolean;
|
|
173
|
-
};
|
|
174
|
-
selectable: {
|
|
175
|
-
type: import('vue').PropType<boolean>;
|
|
176
|
-
default: boolean;
|
|
177
|
-
};
|
|
178
|
-
overrideClasses: {
|
|
179
|
-
type: import('vue').PropType<string>;
|
|
180
|
-
default: string;
|
|
181
|
-
};
|
|
182
|
-
checkBoxColor: {
|
|
183
|
-
type: import('vue').PropType<"blue" | "gray">;
|
|
184
|
-
default: string;
|
|
185
|
-
};
|
|
186
|
-
iconName: {
|
|
187
|
-
type: import('vue').PropType<string | null>;
|
|
188
|
-
default: null;
|
|
189
|
-
};
|
|
190
|
-
imageSrc: {
|
|
191
|
-
type: import('vue').PropType<string>;
|
|
192
|
-
default: string;
|
|
193
|
-
};
|
|
194
|
-
imageShape: {
|
|
195
|
-
type: import('vue').PropType<"rounded" | "square">;
|
|
196
|
-
default: string;
|
|
197
|
-
};
|
|
198
|
-
iconSize: {
|
|
199
|
-
type: import('vue').PropType<"small" | "medium" | "large">;
|
|
200
|
-
default: string;
|
|
201
|
-
};
|
|
202
|
-
checkboxSize: {
|
|
203
|
-
type: import('vue').PropType<"small" | "medium">;
|
|
204
|
-
default: string;
|
|
205
|
-
};
|
|
206
|
-
}>> & Readonly<{
|
|
103
|
+
}, Readonly<{
|
|
104
|
+
value?: any;
|
|
105
|
+
checkBoxMenu?: boolean;
|
|
106
|
+
isChecked?: boolean;
|
|
107
|
+
selected?: boolean;
|
|
108
|
+
selectable?: boolean;
|
|
109
|
+
overrideClasses?: string;
|
|
110
|
+
checkBoxColor?: "blue" | "gray";
|
|
111
|
+
iconName?: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
112
|
+
imageSrc?: string;
|
|
113
|
+
imageShape?: "rounded" | "square";
|
|
114
|
+
iconSize?: "small" | "medium" | "large";
|
|
115
|
+
checkboxSize?: "small" | "medium";
|
|
116
|
+
disabled?: boolean;
|
|
117
|
+
}> & Readonly<{
|
|
207
118
|
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
208
119
|
}>, {}, {}, {}, {}, {
|
|
209
120
|
disabled: boolean;
|
|
@@ -223,60 +134,21 @@ declare const meta: {
|
|
|
223
134
|
__isFragment?: never;
|
|
224
135
|
__isTeleport?: never;
|
|
225
136
|
__isSuspense?: never;
|
|
226
|
-
} & import('vue').ComponentOptionsBase<Readonly<
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
default: boolean;
|
|
242
|
-
};
|
|
243
|
-
selected: {
|
|
244
|
-
type: import('vue').PropType<boolean>;
|
|
245
|
-
default: boolean;
|
|
246
|
-
};
|
|
247
|
-
selectable: {
|
|
248
|
-
type: import('vue').PropType<boolean>;
|
|
249
|
-
default: boolean;
|
|
250
|
-
};
|
|
251
|
-
overrideClasses: {
|
|
252
|
-
type: import('vue').PropType<string>;
|
|
253
|
-
default: string;
|
|
254
|
-
};
|
|
255
|
-
checkBoxColor: {
|
|
256
|
-
type: import('vue').PropType<"blue" | "gray">;
|
|
257
|
-
default: string;
|
|
258
|
-
};
|
|
259
|
-
iconName: {
|
|
260
|
-
type: import('vue').PropType<string | null>;
|
|
261
|
-
default: null;
|
|
262
|
-
};
|
|
263
|
-
imageSrc: {
|
|
264
|
-
type: import('vue').PropType<string>;
|
|
265
|
-
default: string;
|
|
266
|
-
};
|
|
267
|
-
imageShape: {
|
|
268
|
-
type: import('vue').PropType<"rounded" | "square">;
|
|
269
|
-
default: string;
|
|
270
|
-
};
|
|
271
|
-
iconSize: {
|
|
272
|
-
type: import('vue').PropType<"small" | "medium" | "large">;
|
|
273
|
-
default: string;
|
|
274
|
-
};
|
|
275
|
-
checkboxSize: {
|
|
276
|
-
type: import('vue').PropType<"small" | "medium">;
|
|
277
|
-
default: string;
|
|
278
|
-
};
|
|
279
|
-
}>> & Readonly<{
|
|
137
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
138
|
+
value?: any;
|
|
139
|
+
checkBoxMenu?: boolean;
|
|
140
|
+
isChecked?: boolean;
|
|
141
|
+
selected?: boolean;
|
|
142
|
+
selectable?: boolean;
|
|
143
|
+
overrideClasses?: string;
|
|
144
|
+
checkBoxColor?: "blue" | "gray";
|
|
145
|
+
iconName?: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
146
|
+
imageSrc?: string;
|
|
147
|
+
imageShape?: "rounded" | "square";
|
|
148
|
+
iconSize?: "small" | "medium" | "large";
|
|
149
|
+
checkboxSize?: "small" | "medium";
|
|
150
|
+
disabled?: boolean;
|
|
151
|
+
}> & Readonly<{
|
|
280
152
|
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
281
153
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
282
154
|
"list-item-click": (...args: any[]) => void;
|
|
@@ -314,32 +186,24 @@ declare const meta: {
|
|
|
314
186
|
};
|
|
315
187
|
components: {
|
|
316
188
|
UiOverlayMenu: {
|
|
317
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<
|
|
318
|
-
isOpen:
|
|
319
|
-
|
|
320
|
-
required: true;
|
|
321
|
-
default: boolean;
|
|
322
|
-
};
|
|
323
|
-
}>> & Readonly<{
|
|
189
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
190
|
+
isOpen: boolean;
|
|
191
|
+
}> & Readonly<{
|
|
324
192
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
325
193
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
326
194
|
close: (...args: any[]) => void;
|
|
327
195
|
}, import('vue').PublicProps, {
|
|
328
196
|
isOpen: boolean;
|
|
329
|
-
},
|
|
197
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
330
198
|
P: {};
|
|
331
199
|
B: {};
|
|
332
200
|
D: {};
|
|
333
201
|
C: {};
|
|
334
202
|
M: {};
|
|
335
203
|
Defaults: {};
|
|
336
|
-
}, Readonly<
|
|
337
|
-
isOpen:
|
|
338
|
-
|
|
339
|
-
required: true;
|
|
340
|
-
default: boolean;
|
|
341
|
-
};
|
|
342
|
-
}>> & Readonly<{
|
|
204
|
+
}, Readonly<{
|
|
205
|
+
isOpen: boolean;
|
|
206
|
+
}> & Readonly<{
|
|
343
207
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
344
208
|
}>, {}, {}, {}, {}, {
|
|
345
209
|
isOpen: boolean;
|
|
@@ -347,13 +211,9 @@ declare const meta: {
|
|
|
347
211
|
__isFragment?: never;
|
|
348
212
|
__isTeleport?: never;
|
|
349
213
|
__isSuspense?: never;
|
|
350
|
-
} & import('vue').ComponentOptionsBase<Readonly<
|
|
351
|
-
isOpen:
|
|
352
|
-
|
|
353
|
-
required: true;
|
|
354
|
-
default: boolean;
|
|
355
|
-
};
|
|
356
|
-
}>> & Readonly<{
|
|
214
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
215
|
+
isOpen: boolean;
|
|
216
|
+
}> & Readonly<{
|
|
357
217
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
358
218
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
359
219
|
close: (...args: any[]) => void;
|
|
@@ -365,7 +225,7 @@ declare const meta: {
|
|
|
365
225
|
};
|
|
366
226
|
});
|
|
367
227
|
UiList: {
|
|
368
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {},
|
|
228
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLUListElement, import('vue').ComponentProvideOptions, {
|
|
369
229
|
P: {};
|
|
370
230
|
B: {};
|
|
371
231
|
D: {};
|
|
@@ -382,60 +242,21 @@ declare const meta: {
|
|
|
382
242
|
};
|
|
383
243
|
});
|
|
384
244
|
UiListItem: {
|
|
385
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
default: boolean;
|
|
401
|
-
};
|
|
402
|
-
selected: {
|
|
403
|
-
type: import('vue').PropType<boolean>;
|
|
404
|
-
default: boolean;
|
|
405
|
-
};
|
|
406
|
-
selectable: {
|
|
407
|
-
type: import('vue').PropType<boolean>;
|
|
408
|
-
default: boolean;
|
|
409
|
-
};
|
|
410
|
-
overrideClasses: {
|
|
411
|
-
type: import('vue').PropType<string>;
|
|
412
|
-
default: string;
|
|
413
|
-
};
|
|
414
|
-
checkBoxColor: {
|
|
415
|
-
type: import('vue').PropType<"blue" | "gray">;
|
|
416
|
-
default: string;
|
|
417
|
-
};
|
|
418
|
-
iconName: {
|
|
419
|
-
type: import('vue').PropType<string | null>;
|
|
420
|
-
default: null;
|
|
421
|
-
};
|
|
422
|
-
imageSrc: {
|
|
423
|
-
type: import('vue').PropType<string>;
|
|
424
|
-
default: string;
|
|
425
|
-
};
|
|
426
|
-
imageShape: {
|
|
427
|
-
type: import('vue').PropType<"rounded" | "square">;
|
|
428
|
-
default: string;
|
|
429
|
-
};
|
|
430
|
-
iconSize: {
|
|
431
|
-
type: import('vue').PropType<"small" | "medium" | "large">;
|
|
432
|
-
default: string;
|
|
433
|
-
};
|
|
434
|
-
checkboxSize: {
|
|
435
|
-
type: import('vue').PropType<"small" | "medium">;
|
|
436
|
-
default: string;
|
|
437
|
-
};
|
|
438
|
-
}>> & Readonly<{
|
|
245
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
246
|
+
value?: any;
|
|
247
|
+
checkBoxMenu?: boolean;
|
|
248
|
+
isChecked?: boolean;
|
|
249
|
+
selected?: boolean;
|
|
250
|
+
selectable?: boolean;
|
|
251
|
+
overrideClasses?: string;
|
|
252
|
+
checkBoxColor?: "blue" | "gray";
|
|
253
|
+
iconName?: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
254
|
+
imageSrc?: string;
|
|
255
|
+
imageShape?: "rounded" | "square";
|
|
256
|
+
iconSize?: "small" | "medium" | "large";
|
|
257
|
+
checkboxSize?: "small" | "medium";
|
|
258
|
+
disabled?: boolean;
|
|
259
|
+
}> & Readonly<{
|
|
439
260
|
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
440
261
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
441
262
|
"list-item-click": (...args: any[]) => void;
|
|
@@ -453,67 +274,30 @@ declare const meta: {
|
|
|
453
274
|
imageShape: "rounded" | "square";
|
|
454
275
|
iconSize: "small" | "medium" | "large";
|
|
455
276
|
checkboxSize: "small" | "medium";
|
|
456
|
-
},
|
|
277
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
278
|
+
itemEl: HTMLLIElement;
|
|
279
|
+
}, HTMLLIElement, import('vue').ComponentProvideOptions, {
|
|
457
280
|
P: {};
|
|
458
281
|
B: {};
|
|
459
282
|
D: {};
|
|
460
283
|
C: {};
|
|
461
284
|
M: {};
|
|
462
285
|
Defaults: {};
|
|
463
|
-
}, Readonly<
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
default: boolean;
|
|
479
|
-
};
|
|
480
|
-
selected: {
|
|
481
|
-
type: import('vue').PropType<boolean>;
|
|
482
|
-
default: boolean;
|
|
483
|
-
};
|
|
484
|
-
selectable: {
|
|
485
|
-
type: import('vue').PropType<boolean>;
|
|
486
|
-
default: boolean;
|
|
487
|
-
};
|
|
488
|
-
overrideClasses: {
|
|
489
|
-
type: import('vue').PropType<string>;
|
|
490
|
-
default: string;
|
|
491
|
-
};
|
|
492
|
-
checkBoxColor: {
|
|
493
|
-
type: import('vue').PropType<"blue" | "gray">;
|
|
494
|
-
default: string;
|
|
495
|
-
};
|
|
496
|
-
iconName: {
|
|
497
|
-
type: import('vue').PropType<string | null>;
|
|
498
|
-
default: null;
|
|
499
|
-
};
|
|
500
|
-
imageSrc: {
|
|
501
|
-
type: import('vue').PropType<string>;
|
|
502
|
-
default: string;
|
|
503
|
-
};
|
|
504
|
-
imageShape: {
|
|
505
|
-
type: import('vue').PropType<"rounded" | "square">;
|
|
506
|
-
default: string;
|
|
507
|
-
};
|
|
508
|
-
iconSize: {
|
|
509
|
-
type: import('vue').PropType<"small" | "medium" | "large">;
|
|
510
|
-
default: string;
|
|
511
|
-
};
|
|
512
|
-
checkboxSize: {
|
|
513
|
-
type: import('vue').PropType<"small" | "medium">;
|
|
514
|
-
default: string;
|
|
515
|
-
};
|
|
516
|
-
}>> & Readonly<{
|
|
286
|
+
}, Readonly<{
|
|
287
|
+
value?: any;
|
|
288
|
+
checkBoxMenu?: boolean;
|
|
289
|
+
isChecked?: boolean;
|
|
290
|
+
selected?: boolean;
|
|
291
|
+
selectable?: boolean;
|
|
292
|
+
overrideClasses?: string;
|
|
293
|
+
checkBoxColor?: "blue" | "gray";
|
|
294
|
+
iconName?: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
295
|
+
imageSrc?: string;
|
|
296
|
+
imageShape?: "rounded" | "square";
|
|
297
|
+
iconSize?: "small" | "medium" | "large";
|
|
298
|
+
checkboxSize?: "small" | "medium";
|
|
299
|
+
disabled?: boolean;
|
|
300
|
+
}> & Readonly<{
|
|
517
301
|
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
518
302
|
}>, {}, {}, {}, {}, {
|
|
519
303
|
disabled: boolean;
|
|
@@ -533,60 +317,21 @@ declare const meta: {
|
|
|
533
317
|
__isFragment?: never;
|
|
534
318
|
__isTeleport?: never;
|
|
535
319
|
__isSuspense?: never;
|
|
536
|
-
} & import('vue').ComponentOptionsBase<Readonly<
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
default: boolean;
|
|
552
|
-
};
|
|
553
|
-
selected: {
|
|
554
|
-
type: import('vue').PropType<boolean>;
|
|
555
|
-
default: boolean;
|
|
556
|
-
};
|
|
557
|
-
selectable: {
|
|
558
|
-
type: import('vue').PropType<boolean>;
|
|
559
|
-
default: boolean;
|
|
560
|
-
};
|
|
561
|
-
overrideClasses: {
|
|
562
|
-
type: import('vue').PropType<string>;
|
|
563
|
-
default: string;
|
|
564
|
-
};
|
|
565
|
-
checkBoxColor: {
|
|
566
|
-
type: import('vue').PropType<"blue" | "gray">;
|
|
567
|
-
default: string;
|
|
568
|
-
};
|
|
569
|
-
iconName: {
|
|
570
|
-
type: import('vue').PropType<string | null>;
|
|
571
|
-
default: null;
|
|
572
|
-
};
|
|
573
|
-
imageSrc: {
|
|
574
|
-
type: import('vue').PropType<string>;
|
|
575
|
-
default: string;
|
|
576
|
-
};
|
|
577
|
-
imageShape: {
|
|
578
|
-
type: import('vue').PropType<"rounded" | "square">;
|
|
579
|
-
default: string;
|
|
580
|
-
};
|
|
581
|
-
iconSize: {
|
|
582
|
-
type: import('vue').PropType<"small" | "medium" | "large">;
|
|
583
|
-
default: string;
|
|
584
|
-
};
|
|
585
|
-
checkboxSize: {
|
|
586
|
-
type: import('vue').PropType<"small" | "medium">;
|
|
587
|
-
default: string;
|
|
588
|
-
};
|
|
589
|
-
}>> & Readonly<{
|
|
320
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
321
|
+
value?: any;
|
|
322
|
+
checkBoxMenu?: boolean;
|
|
323
|
+
isChecked?: boolean;
|
|
324
|
+
selected?: boolean;
|
|
325
|
+
selectable?: boolean;
|
|
326
|
+
overrideClasses?: string;
|
|
327
|
+
checkBoxColor?: "blue" | "gray";
|
|
328
|
+
iconName?: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
329
|
+
imageSrc?: string;
|
|
330
|
+
imageShape?: "rounded" | "square";
|
|
331
|
+
iconSize?: "small" | "medium" | "large";
|
|
332
|
+
checkboxSize?: "small" | "medium";
|
|
333
|
+
disabled?: boolean;
|
|
334
|
+
}> & Readonly<{
|
|
590
335
|
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
591
336
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
592
337
|
"list-item-click": (...args: any[]) => void;
|
|
@@ -1,40 +1,24 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
isOpen: boolean;
|
|
3
|
+
};
|
|
1
4
|
declare function __VLS_template(): {
|
|
2
|
-
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {};
|
|
10
|
+
rootEl: HTMLDivElement;
|
|
3
11
|
};
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}>, {
|
|
7
|
-
isOpen: boolean;
|
|
8
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
14
|
close: (...args: any[]) => void;
|
|
10
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
11
|
-
isOpen: boolean;
|
|
12
|
-
}>, {
|
|
13
|
-
isOpen: boolean;
|
|
14
|
-
}>>> & Readonly<{
|
|
15
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
16
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
16
17
|
}>, {
|
|
17
18
|
isOpen: boolean;
|
|
18
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
19
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
19
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
20
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
21
|
export default _default;
|
|
21
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
22
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
23
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
24
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
25
|
-
} : {
|
|
26
|
-
type: import('vue').PropType<T[K]>;
|
|
27
|
-
required: true;
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
type __VLS_WithDefaults<P, D> = {
|
|
31
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
32
|
-
default: D[K];
|
|
33
|
-
}> : P[K];
|
|
34
|
-
};
|
|
35
|
-
type __VLS_Prettify<T> = {
|
|
36
|
-
[K in keyof T]: T[K];
|
|
37
|
-
} & {};
|
|
38
22
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
39
23
|
new (): {
|
|
40
24
|
$slots: S;
|