@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,9 +1,8 @@
|
|
|
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<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {},
|
|
5
|
+
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, {
|
|
7
6
|
P: {};
|
|
8
7
|
B: {};
|
|
9
8
|
D: {};
|
|
@@ -21,60 +20,21 @@ declare const meta: {
|
|
|
21
20
|
});
|
|
22
21
|
subcomponents: {
|
|
23
22
|
UiListItem: {
|
|
24
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
default: boolean;
|
|
40
|
-
};
|
|
41
|
-
selected: {
|
|
42
|
-
type: import('vue').PropType<boolean>;
|
|
43
|
-
default: boolean;
|
|
44
|
-
};
|
|
45
|
-
selectable: {
|
|
46
|
-
type: import('vue').PropType<boolean>;
|
|
47
|
-
default: boolean;
|
|
48
|
-
};
|
|
49
|
-
overrideClasses: {
|
|
50
|
-
type: import('vue').PropType<string>;
|
|
51
|
-
default: string;
|
|
52
|
-
};
|
|
53
|
-
checkBoxColor: {
|
|
54
|
-
type: import('vue').PropType<"blue" | "gray">;
|
|
55
|
-
default: string;
|
|
56
|
-
};
|
|
57
|
-
iconName: {
|
|
58
|
-
type: import('vue').PropType<string | null>;
|
|
59
|
-
default: null;
|
|
60
|
-
};
|
|
61
|
-
imageSrc: {
|
|
62
|
-
type: import('vue').PropType<string>;
|
|
63
|
-
default: string;
|
|
64
|
-
};
|
|
65
|
-
imageShape: {
|
|
66
|
-
type: import('vue').PropType<"rounded" | "square">;
|
|
67
|
-
default: string;
|
|
68
|
-
};
|
|
69
|
-
iconSize: {
|
|
70
|
-
type: import('vue').PropType<"small" | "medium" | "large">;
|
|
71
|
-
default: string;
|
|
72
|
-
};
|
|
73
|
-
checkboxSize: {
|
|
74
|
-
type: import('vue').PropType<"small" | "medium">;
|
|
75
|
-
default: string;
|
|
76
|
-
};
|
|
77
|
-
}>> & Readonly<{
|
|
23
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
24
|
+
value?: any;
|
|
25
|
+
checkBoxMenu?: boolean;
|
|
26
|
+
isChecked?: boolean;
|
|
27
|
+
selected?: boolean;
|
|
28
|
+
selectable?: boolean;
|
|
29
|
+
overrideClasses?: string;
|
|
30
|
+
checkBoxColor?: "blue" | "gray";
|
|
31
|
+
iconName?: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
32
|
+
imageSrc?: string;
|
|
33
|
+
imageShape?: "rounded" | "square";
|
|
34
|
+
iconSize?: "small" | "medium" | "large";
|
|
35
|
+
checkboxSize?: "small" | "medium";
|
|
36
|
+
disabled?: boolean;
|
|
37
|
+
}> & Readonly<{
|
|
78
38
|
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
79
39
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
80
40
|
"list-item-click": (...args: any[]) => void;
|
|
@@ -92,67 +52,30 @@ declare const meta: {
|
|
|
92
52
|
imageShape: "rounded" | "square";
|
|
93
53
|
iconSize: "small" | "medium" | "large";
|
|
94
54
|
checkboxSize: "small" | "medium";
|
|
95
|
-
},
|
|
55
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
56
|
+
itemEl: HTMLLIElement;
|
|
57
|
+
}, HTMLLIElement, import('vue').ComponentProvideOptions, {
|
|
96
58
|
P: {};
|
|
97
59
|
B: {};
|
|
98
60
|
D: {};
|
|
99
61
|
C: {};
|
|
100
62
|
M: {};
|
|
101
63
|
Defaults: {};
|
|
102
|
-
}, Readonly<
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
default: boolean;
|
|
118
|
-
};
|
|
119
|
-
selected: {
|
|
120
|
-
type: import('vue').PropType<boolean>;
|
|
121
|
-
default: boolean;
|
|
122
|
-
};
|
|
123
|
-
selectable: {
|
|
124
|
-
type: import('vue').PropType<boolean>;
|
|
125
|
-
default: boolean;
|
|
126
|
-
};
|
|
127
|
-
overrideClasses: {
|
|
128
|
-
type: import('vue').PropType<string>;
|
|
129
|
-
default: string;
|
|
130
|
-
};
|
|
131
|
-
checkBoxColor: {
|
|
132
|
-
type: import('vue').PropType<"blue" | "gray">;
|
|
133
|
-
default: string;
|
|
134
|
-
};
|
|
135
|
-
iconName: {
|
|
136
|
-
type: import('vue').PropType<string | null>;
|
|
137
|
-
default: null;
|
|
138
|
-
};
|
|
139
|
-
imageSrc: {
|
|
140
|
-
type: import('vue').PropType<string>;
|
|
141
|
-
default: string;
|
|
142
|
-
};
|
|
143
|
-
imageShape: {
|
|
144
|
-
type: import('vue').PropType<"rounded" | "square">;
|
|
145
|
-
default: string;
|
|
146
|
-
};
|
|
147
|
-
iconSize: {
|
|
148
|
-
type: import('vue').PropType<"small" | "medium" | "large">;
|
|
149
|
-
default: string;
|
|
150
|
-
};
|
|
151
|
-
checkboxSize: {
|
|
152
|
-
type: import('vue').PropType<"small" | "medium">;
|
|
153
|
-
default: string;
|
|
154
|
-
};
|
|
155
|
-
}>> & Readonly<{
|
|
64
|
+
}, Readonly<{
|
|
65
|
+
value?: any;
|
|
66
|
+
checkBoxMenu?: boolean;
|
|
67
|
+
isChecked?: boolean;
|
|
68
|
+
selected?: boolean;
|
|
69
|
+
selectable?: boolean;
|
|
70
|
+
overrideClasses?: string;
|
|
71
|
+
checkBoxColor?: "blue" | "gray";
|
|
72
|
+
iconName?: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
73
|
+
imageSrc?: string;
|
|
74
|
+
imageShape?: "rounded" | "square";
|
|
75
|
+
iconSize?: "small" | "medium" | "large";
|
|
76
|
+
checkboxSize?: "small" | "medium";
|
|
77
|
+
disabled?: boolean;
|
|
78
|
+
}> & Readonly<{
|
|
156
79
|
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
157
80
|
}>, {}, {}, {}, {}, {
|
|
158
81
|
disabled: boolean;
|
|
@@ -172,60 +95,21 @@ declare const meta: {
|
|
|
172
95
|
__isFragment?: never;
|
|
173
96
|
__isTeleport?: never;
|
|
174
97
|
__isSuspense?: never;
|
|
175
|
-
} & import('vue').ComponentOptionsBase<Readonly<
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
default: boolean;
|
|
191
|
-
};
|
|
192
|
-
selected: {
|
|
193
|
-
type: import('vue').PropType<boolean>;
|
|
194
|
-
default: boolean;
|
|
195
|
-
};
|
|
196
|
-
selectable: {
|
|
197
|
-
type: import('vue').PropType<boolean>;
|
|
198
|
-
default: boolean;
|
|
199
|
-
};
|
|
200
|
-
overrideClasses: {
|
|
201
|
-
type: import('vue').PropType<string>;
|
|
202
|
-
default: string;
|
|
203
|
-
};
|
|
204
|
-
checkBoxColor: {
|
|
205
|
-
type: import('vue').PropType<"blue" | "gray">;
|
|
206
|
-
default: string;
|
|
207
|
-
};
|
|
208
|
-
iconName: {
|
|
209
|
-
type: import('vue').PropType<string | null>;
|
|
210
|
-
default: null;
|
|
211
|
-
};
|
|
212
|
-
imageSrc: {
|
|
213
|
-
type: import('vue').PropType<string>;
|
|
214
|
-
default: string;
|
|
215
|
-
};
|
|
216
|
-
imageShape: {
|
|
217
|
-
type: import('vue').PropType<"rounded" | "square">;
|
|
218
|
-
default: string;
|
|
219
|
-
};
|
|
220
|
-
iconSize: {
|
|
221
|
-
type: import('vue').PropType<"small" | "medium" | "large">;
|
|
222
|
-
default: string;
|
|
223
|
-
};
|
|
224
|
-
checkboxSize: {
|
|
225
|
-
type: import('vue').PropType<"small" | "medium">;
|
|
226
|
-
default: string;
|
|
227
|
-
};
|
|
228
|
-
}>> & Readonly<{
|
|
98
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
99
|
+
value?: any;
|
|
100
|
+
checkBoxMenu?: boolean;
|
|
101
|
+
isChecked?: boolean;
|
|
102
|
+
selected?: boolean;
|
|
103
|
+
selectable?: boolean;
|
|
104
|
+
overrideClasses?: string;
|
|
105
|
+
checkBoxColor?: "blue" | "gray";
|
|
106
|
+
iconName?: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
107
|
+
imageSrc?: string;
|
|
108
|
+
imageShape?: "rounded" | "square";
|
|
109
|
+
iconSize?: "small" | "medium" | "large";
|
|
110
|
+
checkboxSize?: "small" | "medium";
|
|
111
|
+
disabled?: boolean;
|
|
112
|
+
}> & Readonly<{
|
|
229
113
|
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
230
114
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
231
115
|
"list-item-click": (...args: any[]) => void;
|
|
@@ -266,7 +150,7 @@ export declare const WithCheckboxes: {
|
|
|
266
150
|
};
|
|
267
151
|
components: {
|
|
268
152
|
UiList: {
|
|
269
|
-
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, {},
|
|
153
|
+
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, {
|
|
270
154
|
P: {};
|
|
271
155
|
B: {};
|
|
272
156
|
D: {};
|
|
@@ -283,60 +167,21 @@ export declare const WithCheckboxes: {
|
|
|
283
167
|
};
|
|
284
168
|
});
|
|
285
169
|
UiListItem: {
|
|
286
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
default: boolean;
|
|
302
|
-
};
|
|
303
|
-
selected: {
|
|
304
|
-
type: import('vue').PropType<boolean>;
|
|
305
|
-
default: boolean;
|
|
306
|
-
};
|
|
307
|
-
selectable: {
|
|
308
|
-
type: import('vue').PropType<boolean>;
|
|
309
|
-
default: boolean;
|
|
310
|
-
};
|
|
311
|
-
overrideClasses: {
|
|
312
|
-
type: import('vue').PropType<string>;
|
|
313
|
-
default: string;
|
|
314
|
-
};
|
|
315
|
-
checkBoxColor: {
|
|
316
|
-
type: import('vue').PropType<"blue" | "gray">;
|
|
317
|
-
default: string;
|
|
318
|
-
};
|
|
319
|
-
iconName: {
|
|
320
|
-
type: import('vue').PropType<string | null>;
|
|
321
|
-
default: null;
|
|
322
|
-
};
|
|
323
|
-
imageSrc: {
|
|
324
|
-
type: import('vue').PropType<string>;
|
|
325
|
-
default: string;
|
|
326
|
-
};
|
|
327
|
-
imageShape: {
|
|
328
|
-
type: import('vue').PropType<"rounded" | "square">;
|
|
329
|
-
default: string;
|
|
330
|
-
};
|
|
331
|
-
iconSize: {
|
|
332
|
-
type: import('vue').PropType<"small" | "medium" | "large">;
|
|
333
|
-
default: string;
|
|
334
|
-
};
|
|
335
|
-
checkboxSize: {
|
|
336
|
-
type: import('vue').PropType<"small" | "medium">;
|
|
337
|
-
default: string;
|
|
338
|
-
};
|
|
339
|
-
}>> & Readonly<{
|
|
170
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
171
|
+
value?: any;
|
|
172
|
+
checkBoxMenu?: boolean;
|
|
173
|
+
isChecked?: boolean;
|
|
174
|
+
selected?: boolean;
|
|
175
|
+
selectable?: boolean;
|
|
176
|
+
overrideClasses?: string;
|
|
177
|
+
checkBoxColor?: "blue" | "gray";
|
|
178
|
+
iconName?: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
179
|
+
imageSrc?: string;
|
|
180
|
+
imageShape?: "rounded" | "square";
|
|
181
|
+
iconSize?: "small" | "medium" | "large";
|
|
182
|
+
checkboxSize?: "small" | "medium";
|
|
183
|
+
disabled?: boolean;
|
|
184
|
+
}> & Readonly<{
|
|
340
185
|
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
341
186
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
342
187
|
"list-item-click": (...args: any[]) => void;
|
|
@@ -354,67 +199,30 @@ export declare const WithCheckboxes: {
|
|
|
354
199
|
imageShape: "rounded" | "square";
|
|
355
200
|
iconSize: "small" | "medium" | "large";
|
|
356
201
|
checkboxSize: "small" | "medium";
|
|
357
|
-
},
|
|
202
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
203
|
+
itemEl: HTMLLIElement;
|
|
204
|
+
}, HTMLLIElement, import('vue').ComponentProvideOptions, {
|
|
358
205
|
P: {};
|
|
359
206
|
B: {};
|
|
360
207
|
D: {};
|
|
361
208
|
C: {};
|
|
362
209
|
M: {};
|
|
363
210
|
Defaults: {};
|
|
364
|
-
}, Readonly<
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
default: boolean;
|
|
380
|
-
};
|
|
381
|
-
selected: {
|
|
382
|
-
type: import('vue').PropType<boolean>;
|
|
383
|
-
default: boolean;
|
|
384
|
-
};
|
|
385
|
-
selectable: {
|
|
386
|
-
type: import('vue').PropType<boolean>;
|
|
387
|
-
default: boolean;
|
|
388
|
-
};
|
|
389
|
-
overrideClasses: {
|
|
390
|
-
type: import('vue').PropType<string>;
|
|
391
|
-
default: string;
|
|
392
|
-
};
|
|
393
|
-
checkBoxColor: {
|
|
394
|
-
type: import('vue').PropType<"blue" | "gray">;
|
|
395
|
-
default: string;
|
|
396
|
-
};
|
|
397
|
-
iconName: {
|
|
398
|
-
type: import('vue').PropType<string | null>;
|
|
399
|
-
default: null;
|
|
400
|
-
};
|
|
401
|
-
imageSrc: {
|
|
402
|
-
type: import('vue').PropType<string>;
|
|
403
|
-
default: string;
|
|
404
|
-
};
|
|
405
|
-
imageShape: {
|
|
406
|
-
type: import('vue').PropType<"rounded" | "square">;
|
|
407
|
-
default: string;
|
|
408
|
-
};
|
|
409
|
-
iconSize: {
|
|
410
|
-
type: import('vue').PropType<"small" | "medium" | "large">;
|
|
411
|
-
default: string;
|
|
412
|
-
};
|
|
413
|
-
checkboxSize: {
|
|
414
|
-
type: import('vue').PropType<"small" | "medium">;
|
|
415
|
-
default: string;
|
|
416
|
-
};
|
|
417
|
-
}>> & Readonly<{
|
|
211
|
+
}, Readonly<{
|
|
212
|
+
value?: any;
|
|
213
|
+
checkBoxMenu?: boolean;
|
|
214
|
+
isChecked?: boolean;
|
|
215
|
+
selected?: boolean;
|
|
216
|
+
selectable?: boolean;
|
|
217
|
+
overrideClasses?: string;
|
|
218
|
+
checkBoxColor?: "blue" | "gray";
|
|
219
|
+
iconName?: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
220
|
+
imageSrc?: string;
|
|
221
|
+
imageShape?: "rounded" | "square";
|
|
222
|
+
iconSize?: "small" | "medium" | "large";
|
|
223
|
+
checkboxSize?: "small" | "medium";
|
|
224
|
+
disabled?: boolean;
|
|
225
|
+
}> & Readonly<{
|
|
418
226
|
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
419
227
|
}>, {}, {}, {}, {}, {
|
|
420
228
|
disabled: boolean;
|
|
@@ -434,60 +242,21 @@ export declare const WithCheckboxes: {
|
|
|
434
242
|
__isFragment?: never;
|
|
435
243
|
__isTeleport?: never;
|
|
436
244
|
__isSuspense?: never;
|
|
437
|
-
} & import('vue').ComponentOptionsBase<Readonly<
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
default: boolean;
|
|
453
|
-
};
|
|
454
|
-
selected: {
|
|
455
|
-
type: import('vue').PropType<boolean>;
|
|
456
|
-
default: boolean;
|
|
457
|
-
};
|
|
458
|
-
selectable: {
|
|
459
|
-
type: import('vue').PropType<boolean>;
|
|
460
|
-
default: boolean;
|
|
461
|
-
};
|
|
462
|
-
overrideClasses: {
|
|
463
|
-
type: import('vue').PropType<string>;
|
|
464
|
-
default: string;
|
|
465
|
-
};
|
|
466
|
-
checkBoxColor: {
|
|
467
|
-
type: import('vue').PropType<"blue" | "gray">;
|
|
468
|
-
default: string;
|
|
469
|
-
};
|
|
470
|
-
iconName: {
|
|
471
|
-
type: import('vue').PropType<string | null>;
|
|
472
|
-
default: null;
|
|
473
|
-
};
|
|
474
|
-
imageSrc: {
|
|
475
|
-
type: import('vue').PropType<string>;
|
|
476
|
-
default: string;
|
|
477
|
-
};
|
|
478
|
-
imageShape: {
|
|
479
|
-
type: import('vue').PropType<"rounded" | "square">;
|
|
480
|
-
default: string;
|
|
481
|
-
};
|
|
482
|
-
iconSize: {
|
|
483
|
-
type: import('vue').PropType<"small" | "medium" | "large">;
|
|
484
|
-
default: string;
|
|
485
|
-
};
|
|
486
|
-
checkboxSize: {
|
|
487
|
-
type: import('vue').PropType<"small" | "medium">;
|
|
488
|
-
default: string;
|
|
489
|
-
};
|
|
490
|
-
}>> & Readonly<{
|
|
245
|
+
} & import('vue').ComponentOptionsBase<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<{
|
|
491
260
|
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
492
261
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
493
262
|
"list-item-click": (...args: any[]) => void;
|
|
@@ -521,7 +290,7 @@ export declare const WithCheckmark: {
|
|
|
521
290
|
};
|
|
522
291
|
components: {
|
|
523
292
|
UiList: {
|
|
524
|
-
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, {},
|
|
293
|
+
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, {
|
|
525
294
|
P: {};
|
|
526
295
|
B: {};
|
|
527
296
|
D: {};
|
|
@@ -538,60 +307,21 @@ export declare const WithCheckmark: {
|
|
|
538
307
|
};
|
|
539
308
|
});
|
|
540
309
|
UiListItem: {
|
|
541
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
default: boolean;
|
|
557
|
-
};
|
|
558
|
-
selected: {
|
|
559
|
-
type: import('vue').PropType<boolean>;
|
|
560
|
-
default: boolean;
|
|
561
|
-
};
|
|
562
|
-
selectable: {
|
|
563
|
-
type: import('vue').PropType<boolean>;
|
|
564
|
-
default: boolean;
|
|
565
|
-
};
|
|
566
|
-
overrideClasses: {
|
|
567
|
-
type: import('vue').PropType<string>;
|
|
568
|
-
default: string;
|
|
569
|
-
};
|
|
570
|
-
checkBoxColor: {
|
|
571
|
-
type: import('vue').PropType<"blue" | "gray">;
|
|
572
|
-
default: string;
|
|
573
|
-
};
|
|
574
|
-
iconName: {
|
|
575
|
-
type: import('vue').PropType<string | null>;
|
|
576
|
-
default: null;
|
|
577
|
-
};
|
|
578
|
-
imageSrc: {
|
|
579
|
-
type: import('vue').PropType<string>;
|
|
580
|
-
default: string;
|
|
581
|
-
};
|
|
582
|
-
imageShape: {
|
|
583
|
-
type: import('vue').PropType<"rounded" | "square">;
|
|
584
|
-
default: string;
|
|
585
|
-
};
|
|
586
|
-
iconSize: {
|
|
587
|
-
type: import('vue').PropType<"small" | "medium" | "large">;
|
|
588
|
-
default: string;
|
|
589
|
-
};
|
|
590
|
-
checkboxSize: {
|
|
591
|
-
type: import('vue').PropType<"small" | "medium">;
|
|
592
|
-
default: string;
|
|
593
|
-
};
|
|
594
|
-
}>> & Readonly<{
|
|
310
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
311
|
+
value?: any;
|
|
312
|
+
checkBoxMenu?: boolean;
|
|
313
|
+
isChecked?: boolean;
|
|
314
|
+
selected?: boolean;
|
|
315
|
+
selectable?: boolean;
|
|
316
|
+
overrideClasses?: string;
|
|
317
|
+
checkBoxColor?: "blue" | "gray";
|
|
318
|
+
iconName?: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
319
|
+
imageSrc?: string;
|
|
320
|
+
imageShape?: "rounded" | "square";
|
|
321
|
+
iconSize?: "small" | "medium" | "large";
|
|
322
|
+
checkboxSize?: "small" | "medium";
|
|
323
|
+
disabled?: boolean;
|
|
324
|
+
}> & Readonly<{
|
|
595
325
|
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
596
326
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
597
327
|
"list-item-click": (...args: any[]) => void;
|
|
@@ -609,67 +339,30 @@ export declare const WithCheckmark: {
|
|
|
609
339
|
imageShape: "rounded" | "square";
|
|
610
340
|
iconSize: "small" | "medium" | "large";
|
|
611
341
|
checkboxSize: "small" | "medium";
|
|
612
|
-
},
|
|
342
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
343
|
+
itemEl: HTMLLIElement;
|
|
344
|
+
}, HTMLLIElement, import('vue').ComponentProvideOptions, {
|
|
613
345
|
P: {};
|
|
614
346
|
B: {};
|
|
615
347
|
D: {};
|
|
616
348
|
C: {};
|
|
617
349
|
M: {};
|
|
618
350
|
Defaults: {};
|
|
619
|
-
}, Readonly<
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
default: boolean;
|
|
635
|
-
};
|
|
636
|
-
selected: {
|
|
637
|
-
type: import('vue').PropType<boolean>;
|
|
638
|
-
default: boolean;
|
|
639
|
-
};
|
|
640
|
-
selectable: {
|
|
641
|
-
type: import('vue').PropType<boolean>;
|
|
642
|
-
default: boolean;
|
|
643
|
-
};
|
|
644
|
-
overrideClasses: {
|
|
645
|
-
type: import('vue').PropType<string>;
|
|
646
|
-
default: string;
|
|
647
|
-
};
|
|
648
|
-
checkBoxColor: {
|
|
649
|
-
type: import('vue').PropType<"blue" | "gray">;
|
|
650
|
-
default: string;
|
|
651
|
-
};
|
|
652
|
-
iconName: {
|
|
653
|
-
type: import('vue').PropType<string | null>;
|
|
654
|
-
default: null;
|
|
655
|
-
};
|
|
656
|
-
imageSrc: {
|
|
657
|
-
type: import('vue').PropType<string>;
|
|
658
|
-
default: string;
|
|
659
|
-
};
|
|
660
|
-
imageShape: {
|
|
661
|
-
type: import('vue').PropType<"rounded" | "square">;
|
|
662
|
-
default: string;
|
|
663
|
-
};
|
|
664
|
-
iconSize: {
|
|
665
|
-
type: import('vue').PropType<"small" | "medium" | "large">;
|
|
666
|
-
default: string;
|
|
667
|
-
};
|
|
668
|
-
checkboxSize: {
|
|
669
|
-
type: import('vue').PropType<"small" | "medium">;
|
|
670
|
-
default: string;
|
|
671
|
-
};
|
|
672
|
-
}>> & Readonly<{
|
|
351
|
+
}, Readonly<{
|
|
352
|
+
value?: any;
|
|
353
|
+
checkBoxMenu?: boolean;
|
|
354
|
+
isChecked?: boolean;
|
|
355
|
+
selected?: boolean;
|
|
356
|
+
selectable?: boolean;
|
|
357
|
+
overrideClasses?: string;
|
|
358
|
+
checkBoxColor?: "blue" | "gray";
|
|
359
|
+
iconName?: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
360
|
+
imageSrc?: string;
|
|
361
|
+
imageShape?: "rounded" | "square";
|
|
362
|
+
iconSize?: "small" | "medium" | "large";
|
|
363
|
+
checkboxSize?: "small" | "medium";
|
|
364
|
+
disabled?: boolean;
|
|
365
|
+
}> & Readonly<{
|
|
673
366
|
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
674
367
|
}>, {}, {}, {}, {}, {
|
|
675
368
|
disabled: boolean;
|
|
@@ -689,60 +382,21 @@ export declare const WithCheckmark: {
|
|
|
689
382
|
__isFragment?: never;
|
|
690
383
|
__isTeleport?: never;
|
|
691
384
|
__isSuspense?: never;
|
|
692
|
-
} & import('vue').ComponentOptionsBase<Readonly<
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
default: boolean;
|
|
708
|
-
};
|
|
709
|
-
selected: {
|
|
710
|
-
type: import('vue').PropType<boolean>;
|
|
711
|
-
default: boolean;
|
|
712
|
-
};
|
|
713
|
-
selectable: {
|
|
714
|
-
type: import('vue').PropType<boolean>;
|
|
715
|
-
default: boolean;
|
|
716
|
-
};
|
|
717
|
-
overrideClasses: {
|
|
718
|
-
type: import('vue').PropType<string>;
|
|
719
|
-
default: string;
|
|
720
|
-
};
|
|
721
|
-
checkBoxColor: {
|
|
722
|
-
type: import('vue').PropType<"blue" | "gray">;
|
|
723
|
-
default: string;
|
|
724
|
-
};
|
|
725
|
-
iconName: {
|
|
726
|
-
type: import('vue').PropType<string | null>;
|
|
727
|
-
default: null;
|
|
728
|
-
};
|
|
729
|
-
imageSrc: {
|
|
730
|
-
type: import('vue').PropType<string>;
|
|
731
|
-
default: string;
|
|
732
|
-
};
|
|
733
|
-
imageShape: {
|
|
734
|
-
type: import('vue').PropType<"rounded" | "square">;
|
|
735
|
-
default: string;
|
|
736
|
-
};
|
|
737
|
-
iconSize: {
|
|
738
|
-
type: import('vue').PropType<"small" | "medium" | "large">;
|
|
739
|
-
default: string;
|
|
740
|
-
};
|
|
741
|
-
checkboxSize: {
|
|
742
|
-
type: import('vue').PropType<"small" | "medium">;
|
|
743
|
-
default: string;
|
|
744
|
-
};
|
|
745
|
-
}>> & Readonly<{
|
|
385
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
386
|
+
value?: any;
|
|
387
|
+
checkBoxMenu?: boolean;
|
|
388
|
+
isChecked?: boolean;
|
|
389
|
+
selected?: boolean;
|
|
390
|
+
selectable?: boolean;
|
|
391
|
+
overrideClasses?: string;
|
|
392
|
+
checkBoxColor?: "blue" | "gray";
|
|
393
|
+
iconName?: typeof import('../UiIcon/iconNames').iconNames[number] | null;
|
|
394
|
+
imageSrc?: string;
|
|
395
|
+
imageShape?: "rounded" | "square";
|
|
396
|
+
iconSize?: "small" | "medium" | "large";
|
|
397
|
+
checkboxSize?: "small" | "medium";
|
|
398
|
+
disabled?: boolean;
|
|
399
|
+
}> & Readonly<{
|
|
746
400
|
"onList-item-click"?: ((...args: any[]) => any) | undefined;
|
|
747
401
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
748
402
|
"list-item-click": (...args: any[]) => void;
|