@dpa-id-components/dpa-shared-components 12.1.0 → 12.2.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/UiAutocomplete/UiAutocomplete.stories.d.ts +29 -29
- package/dist/components/UiAutocomplete/UiAutocomplete.vue.d.ts +29 -29
- package/dist/components/UiButton/UiButton.stories.d.ts +3 -3
- package/dist/components/UiButton/UiButton.vue.d.ts +1 -1
- package/dist/components/UiCheckBox/UiCheckBox.stories.d.ts +7 -6
- package/dist/components/UiCheckBox/UiCheckBox.vue.d.ts +4 -4
- package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.stories.d.ts +6 -6
- package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.vue.d.ts +6 -6
- package/dist/components/UiColorPicker/UiColorPicker.stories.d.ts +3 -3
- package/dist/components/UiColorPicker/UiColorPicker.vue.d.ts +3 -3
- package/dist/components/UiDatePicker/UiDatePicker.stories.d.ts +48 -48
- package/dist/components/UiDatePicker/UiDatePicker.vue.d.ts +5 -5
- package/dist/components/UiDialog/UiDialog.stories.d.ts +20 -20
- package/dist/components/UiDialog/UiDialog.vue.d.ts +2 -2
- package/dist/components/UiFilterBadge/UiFilterBadge.stories.d.ts +3 -3
- package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.d.ts +23 -23
- package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.vue.d.ts +2 -2
- package/dist/components/UiFilterButton/UiFilterButton.stories.d.ts +8 -8
- package/dist/components/UiFilterButton/UiFilterButton.vue.d.ts +2 -2
- package/dist/components/UiIconButton/UiIconButton.stories.d.ts +12 -12
- package/dist/components/UiIconButton/UiIconButton.vue.d.ts +3 -3
- package/dist/components/UiInfoContent/UiInfoContent.stories.d.ts +2 -2
- package/dist/components/UiInput/UiInput.stories.d.ts +125 -113
- package/dist/components/UiInput/UiInput.vue.d.ts +12 -11
- package/dist/components/UiList/UiList.stories.d.ts +11 -11
- package/dist/components/UiListItem/UiListItem.stories.d.ts +44 -44
- package/dist/components/UiListItem/UiListItem.vue.d.ts +4 -4
- package/dist/components/UiMenu/UiMenu.stories.d.ts +28 -19
- package/dist/components/UiMenu/UiMenu.vue.d.ts +20 -14
- package/dist/components/UiMenu/UiMenuItem.vue.d.ts +3 -10
- package/dist/components/UiMenu/UiMenuTypes.d.ts +5 -5
- package/dist/components/UiOverlay/UiOverlay.stories.d.ts +20 -20
- package/dist/components/UiOverlay/UiOverlay.vue.d.ts +2 -2
- package/dist/components/UiOverlayMenu/UiOverlayMenu.stories.d.ts +42 -42
- package/dist/components/UiOverlayMenu/UiOverlayMenu.vue.d.ts +2 -2
- package/dist/components/UiRadioInputGroup/UiRadioInputGroup.stories.d.ts +16 -48
- package/dist/components/UiRadioInputGroup/UiRadioInputGroup.vue.d.ts +8 -7
- package/dist/components/UiSearchBar/UiSearchBar.stories.d.ts +30 -30
- package/dist/components/UiSearchBar/UiSearchBar.vue.d.ts +12 -12
- package/dist/components/UiSearchInput/UiSearchInput.stories.d.ts +68 -68
- package/dist/components/UiSearchInput/UiSearchInput.vue.d.ts +7 -7
- package/dist/components/UiSimpleInput/UiSimpleInput.stories.d.ts +8 -8
- package/dist/components/UiSimpleInput/UiSimpleInput.vue.d.ts +2 -2
- package/dist/components/UiSnackbar/UiSnackbar.stories.d.ts +40 -40
- package/dist/components/UiSnackbar/UiSnackbar.vue.d.ts +4 -4
- package/dist/dpa-shared-components.mjs +7472 -7302
- package/dist/dpa-shared-components.umd.js +7 -7
- package/dist/style.css +1 -1
- package/package.json +9 -9
|
@@ -10,11 +10,11 @@ declare const meta: {
|
|
|
10
10
|
iconSize?: "small" | "medium" | "large";
|
|
11
11
|
type?: "info" | "error" | "success";
|
|
12
12
|
}> & Readonly<{
|
|
13
|
-
onInput?: ((
|
|
14
|
-
"onAction-click"?: ((
|
|
13
|
+
onInput?: ((args_0: boolean) => any) | undefined;
|
|
14
|
+
"onAction-click"?: (() => any) | undefined;
|
|
15
15
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
-
input: (
|
|
17
|
-
"action-click": (
|
|
16
|
+
input: (args_0: boolean) => any;
|
|
17
|
+
"action-click": () => any;
|
|
18
18
|
}, import('vue').PublicProps, {
|
|
19
19
|
type: "info" | "error" | "success";
|
|
20
20
|
iconName: (typeof iconNames)[number] | null;
|
|
@@ -37,8 +37,8 @@ declare const meta: {
|
|
|
37
37
|
iconSize?: "small" | "medium" | "large";
|
|
38
38
|
type?: "info" | "error" | "success";
|
|
39
39
|
}> & Readonly<{
|
|
40
|
-
onInput?: ((
|
|
41
|
-
"onAction-click"?: ((
|
|
40
|
+
onInput?: ((args_0: boolean) => any) | undefined;
|
|
41
|
+
"onAction-click"?: (() => any) | undefined;
|
|
42
42
|
}>, {}, {}, {}, {}, {
|
|
43
43
|
type: "info" | "error" | "success";
|
|
44
44
|
iconName: (typeof iconNames)[number] | null;
|
|
@@ -56,11 +56,11 @@ declare const meta: {
|
|
|
56
56
|
iconSize?: "small" | "medium" | "large";
|
|
57
57
|
type?: "info" | "error" | "success";
|
|
58
58
|
}> & Readonly<{
|
|
59
|
-
onInput?: ((
|
|
60
|
-
"onAction-click"?: ((
|
|
59
|
+
onInput?: ((args_0: boolean) => any) | undefined;
|
|
60
|
+
"onAction-click"?: (() => any) | undefined;
|
|
61
61
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
62
|
-
input: (
|
|
63
|
-
"action-click": (
|
|
62
|
+
input: (args_0: boolean) => any;
|
|
63
|
+
"action-click": () => any;
|
|
64
64
|
}, string, {
|
|
65
65
|
type: "info" | "error" | "success";
|
|
66
66
|
iconName: (typeof iconNames)[number] | null;
|
|
@@ -109,11 +109,11 @@ declare const meta: {
|
|
|
109
109
|
iconSize?: "small" | "medium" | "large";
|
|
110
110
|
type?: "info" | "error" | "success";
|
|
111
111
|
}> & Readonly<{
|
|
112
|
-
onInput?: ((
|
|
113
|
-
"onAction-click"?: ((
|
|
112
|
+
onInput?: ((args_0: boolean) => any) | undefined;
|
|
113
|
+
"onAction-click"?: (() => any) | undefined;
|
|
114
114
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
115
|
-
input: (
|
|
116
|
-
"action-click": (
|
|
115
|
+
input: (args_0: boolean) => any;
|
|
116
|
+
"action-click": () => any;
|
|
117
117
|
}, import('vue').PublicProps, {
|
|
118
118
|
type: "info" | "error" | "success";
|
|
119
119
|
iconName: (typeof iconNames)[number] | null;
|
|
@@ -136,8 +136,8 @@ declare const meta: {
|
|
|
136
136
|
iconSize?: "small" | "medium" | "large";
|
|
137
137
|
type?: "info" | "error" | "success";
|
|
138
138
|
}> & Readonly<{
|
|
139
|
-
onInput?: ((
|
|
140
|
-
"onAction-click"?: ((
|
|
139
|
+
onInput?: ((args_0: boolean) => any) | undefined;
|
|
140
|
+
"onAction-click"?: (() => any) | undefined;
|
|
141
141
|
}>, {}, {}, {}, {}, {
|
|
142
142
|
type: "info" | "error" | "success";
|
|
143
143
|
iconName: (typeof iconNames)[number] | null;
|
|
@@ -155,11 +155,11 @@ declare const meta: {
|
|
|
155
155
|
iconSize?: "small" | "medium" | "large";
|
|
156
156
|
type?: "info" | "error" | "success";
|
|
157
157
|
}> & Readonly<{
|
|
158
|
-
onInput?: ((
|
|
159
|
-
"onAction-click"?: ((
|
|
158
|
+
onInput?: ((args_0: boolean) => any) | undefined;
|
|
159
|
+
"onAction-click"?: (() => any) | undefined;
|
|
160
160
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
161
|
-
input: (
|
|
162
|
-
"action-click": (
|
|
161
|
+
input: (args_0: boolean) => any;
|
|
162
|
+
"action-click": () => any;
|
|
163
163
|
}, string, {
|
|
164
164
|
type: "info" | "error" | "success";
|
|
165
165
|
iconName: (typeof iconNames)[number] | null;
|
|
@@ -181,11 +181,11 @@ declare const meta: {
|
|
|
181
181
|
iconSize?: "small" | "medium" | "large";
|
|
182
182
|
type?: "info" | "error" | "success";
|
|
183
183
|
}> & Readonly<{
|
|
184
|
-
onInput?: ((
|
|
185
|
-
"onAction-click"?: ((
|
|
184
|
+
onInput?: ((args_0: boolean) => any) | undefined;
|
|
185
|
+
"onAction-click"?: (() => any) | undefined;
|
|
186
186
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
187
|
-
input: (
|
|
188
|
-
"action-click": (
|
|
187
|
+
input: (args_0: boolean) => any;
|
|
188
|
+
"action-click": () => any;
|
|
189
189
|
}, import('vue').PublicProps, {
|
|
190
190
|
type: "info" | "error" | "success";
|
|
191
191
|
iconName: (typeof iconNames)[number] | null;
|
|
@@ -208,8 +208,8 @@ declare const meta: {
|
|
|
208
208
|
iconSize?: "small" | "medium" | "large";
|
|
209
209
|
type?: "info" | "error" | "success";
|
|
210
210
|
}> & Readonly<{
|
|
211
|
-
onInput?: ((
|
|
212
|
-
"onAction-click"?: ((
|
|
211
|
+
onInput?: ((args_0: boolean) => any) | undefined;
|
|
212
|
+
"onAction-click"?: (() => any) | undefined;
|
|
213
213
|
}>, {}, {}, {}, {}, {
|
|
214
214
|
type: "info" | "error" | "success";
|
|
215
215
|
iconName: (typeof iconNames)[number] | null;
|
|
@@ -227,11 +227,11 @@ declare const meta: {
|
|
|
227
227
|
iconSize?: "small" | "medium" | "large";
|
|
228
228
|
type?: "info" | "error" | "success";
|
|
229
229
|
}> & Readonly<{
|
|
230
|
-
onInput?: ((
|
|
231
|
-
"onAction-click"?: ((
|
|
230
|
+
onInput?: ((args_0: boolean) => any) | undefined;
|
|
231
|
+
"onAction-click"?: (() => any) | undefined;
|
|
232
232
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
233
|
-
input: (
|
|
234
|
-
"action-click": (
|
|
233
|
+
input: (args_0: boolean) => any;
|
|
234
|
+
"action-click": () => any;
|
|
235
235
|
}, string, {
|
|
236
236
|
type: "info" | "error" | "success";
|
|
237
237
|
iconName: (typeof iconNames)[number] | null;
|
|
@@ -256,11 +256,11 @@ declare const meta: {
|
|
|
256
256
|
iconSize?: "small" | "medium" | "large";
|
|
257
257
|
type?: "info" | "error" | "success";
|
|
258
258
|
}> & Readonly<{
|
|
259
|
-
onInput?: ((
|
|
260
|
-
"onAction-click"?: ((
|
|
259
|
+
onInput?: ((args_0: boolean) => any) | undefined;
|
|
260
|
+
"onAction-click"?: (() => any) | undefined;
|
|
261
261
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
262
|
-
input: (
|
|
263
|
-
"action-click": (
|
|
262
|
+
input: (args_0: boolean) => any;
|
|
263
|
+
"action-click": () => any;
|
|
264
264
|
}, import('vue').PublicProps, {
|
|
265
265
|
type: "info" | "error" | "success";
|
|
266
266
|
iconName: (typeof iconNames)[number] | null;
|
|
@@ -283,8 +283,8 @@ declare const meta: {
|
|
|
283
283
|
iconSize?: "small" | "medium" | "large";
|
|
284
284
|
type?: "info" | "error" | "success";
|
|
285
285
|
}> & Readonly<{
|
|
286
|
-
onInput?: ((
|
|
287
|
-
"onAction-click"?: ((
|
|
286
|
+
onInput?: ((args_0: boolean) => any) | undefined;
|
|
287
|
+
"onAction-click"?: (() => any) | undefined;
|
|
288
288
|
}>, {}, {}, {}, {}, {
|
|
289
289
|
type: "info" | "error" | "success";
|
|
290
290
|
iconName: (typeof iconNames)[number] | null;
|
|
@@ -302,11 +302,11 @@ declare const meta: {
|
|
|
302
302
|
iconSize?: "small" | "medium" | "large";
|
|
303
303
|
type?: "info" | "error" | "success";
|
|
304
304
|
}> & Readonly<{
|
|
305
|
-
onInput?: ((
|
|
306
|
-
"onAction-click"?: ((
|
|
305
|
+
onInput?: ((args_0: boolean) => any) | undefined;
|
|
306
|
+
"onAction-click"?: (() => any) | undefined;
|
|
307
307
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
308
|
-
input: (
|
|
309
|
-
"action-click": (
|
|
308
|
+
input: (args_0: boolean) => any;
|
|
309
|
+
"action-click": () => any;
|
|
310
310
|
}, string, {
|
|
311
311
|
type: "info" | "error" | "success";
|
|
312
312
|
iconName: (typeof iconNames)[number] | null;
|
|
@@ -19,11 +19,11 @@ declare function __VLS_template(): {
|
|
|
19
19
|
};
|
|
20
20
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
21
21
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
22
|
-
input: (
|
|
23
|
-
"action-click": (
|
|
22
|
+
input: (args_0: boolean) => any;
|
|
23
|
+
"action-click": () => any;
|
|
24
24
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
25
|
-
onInput?: ((
|
|
26
|
-
"onAction-click"?: ((
|
|
25
|
+
onInput?: ((args_0: boolean) => any) | undefined;
|
|
26
|
+
"onAction-click"?: (() => any) | undefined;
|
|
27
27
|
}>, {
|
|
28
28
|
type: "info" | "error" | "success";
|
|
29
29
|
iconName: (typeof iconNames)[number] | null;
|