@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.
Files changed (49) hide show
  1. package/dist/components/UiAutocomplete/UiAutocomplete.stories.d.ts +29 -29
  2. package/dist/components/UiAutocomplete/UiAutocomplete.vue.d.ts +29 -29
  3. package/dist/components/UiButton/UiButton.stories.d.ts +3 -3
  4. package/dist/components/UiButton/UiButton.vue.d.ts +1 -1
  5. package/dist/components/UiCheckBox/UiCheckBox.stories.d.ts +7 -6
  6. package/dist/components/UiCheckBox/UiCheckBox.vue.d.ts +4 -4
  7. package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.stories.d.ts +6 -6
  8. package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.vue.d.ts +6 -6
  9. package/dist/components/UiColorPicker/UiColorPicker.stories.d.ts +3 -3
  10. package/dist/components/UiColorPicker/UiColorPicker.vue.d.ts +3 -3
  11. package/dist/components/UiDatePicker/UiDatePicker.stories.d.ts +48 -48
  12. package/dist/components/UiDatePicker/UiDatePicker.vue.d.ts +5 -5
  13. package/dist/components/UiDialog/UiDialog.stories.d.ts +20 -20
  14. package/dist/components/UiDialog/UiDialog.vue.d.ts +2 -2
  15. package/dist/components/UiFilterBadge/UiFilterBadge.stories.d.ts +3 -3
  16. package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.d.ts +23 -23
  17. package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.vue.d.ts +2 -2
  18. package/dist/components/UiFilterButton/UiFilterButton.stories.d.ts +8 -8
  19. package/dist/components/UiFilterButton/UiFilterButton.vue.d.ts +2 -2
  20. package/dist/components/UiIconButton/UiIconButton.stories.d.ts +12 -12
  21. package/dist/components/UiIconButton/UiIconButton.vue.d.ts +3 -3
  22. package/dist/components/UiInfoContent/UiInfoContent.stories.d.ts +2 -2
  23. package/dist/components/UiInput/UiInput.stories.d.ts +125 -113
  24. package/dist/components/UiInput/UiInput.vue.d.ts +12 -11
  25. package/dist/components/UiList/UiList.stories.d.ts +11 -11
  26. package/dist/components/UiListItem/UiListItem.stories.d.ts +44 -44
  27. package/dist/components/UiListItem/UiListItem.vue.d.ts +4 -4
  28. package/dist/components/UiMenu/UiMenu.stories.d.ts +28 -19
  29. package/dist/components/UiMenu/UiMenu.vue.d.ts +20 -14
  30. package/dist/components/UiMenu/UiMenuItem.vue.d.ts +3 -10
  31. package/dist/components/UiMenu/UiMenuTypes.d.ts +5 -5
  32. package/dist/components/UiOverlay/UiOverlay.stories.d.ts +20 -20
  33. package/dist/components/UiOverlay/UiOverlay.vue.d.ts +2 -2
  34. package/dist/components/UiOverlayMenu/UiOverlayMenu.stories.d.ts +42 -42
  35. package/dist/components/UiOverlayMenu/UiOverlayMenu.vue.d.ts +2 -2
  36. package/dist/components/UiRadioInputGroup/UiRadioInputGroup.stories.d.ts +16 -48
  37. package/dist/components/UiRadioInputGroup/UiRadioInputGroup.vue.d.ts +8 -7
  38. package/dist/components/UiSearchBar/UiSearchBar.stories.d.ts +30 -30
  39. package/dist/components/UiSearchBar/UiSearchBar.vue.d.ts +12 -12
  40. package/dist/components/UiSearchInput/UiSearchInput.stories.d.ts +68 -68
  41. package/dist/components/UiSearchInput/UiSearchInput.vue.d.ts +7 -7
  42. package/dist/components/UiSimpleInput/UiSimpleInput.stories.d.ts +8 -8
  43. package/dist/components/UiSimpleInput/UiSimpleInput.vue.d.ts +2 -2
  44. package/dist/components/UiSnackbar/UiSnackbar.stories.d.ts +40 -40
  45. package/dist/components/UiSnackbar/UiSnackbar.vue.d.ts +4 -4
  46. package/dist/dpa-shared-components.mjs +7472 -7302
  47. package/dist/dpa-shared-components.umd.js +7 -7
  48. package/dist/style.css +1 -1
  49. 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?: ((...args: any[]) => any) | undefined;
14
- "onAction-click"?: ((...args: any[]) => any) | undefined;
13
+ onInput?: ((args_0: boolean) => any) | undefined;
14
+ "onAction-click"?: (() => any) | undefined;
15
15
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
16
- input: (...args: any[]) => void;
17
- "action-click": (...args: any[]) => void;
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?: ((...args: any[]) => any) | undefined;
41
- "onAction-click"?: ((...args: any[]) => any) | undefined;
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?: ((...args: any[]) => any) | undefined;
60
- "onAction-click"?: ((...args: any[]) => any) | undefined;
59
+ onInput?: ((args_0: boolean) => any) | undefined;
60
+ "onAction-click"?: (() => any) | undefined;
61
61
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
62
- input: (...args: any[]) => void;
63
- "action-click": (...args: any[]) => void;
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?: ((...args: any[]) => any) | undefined;
113
- "onAction-click"?: ((...args: any[]) => any) | undefined;
112
+ onInput?: ((args_0: boolean) => any) | undefined;
113
+ "onAction-click"?: (() => any) | undefined;
114
114
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
115
- input: (...args: any[]) => void;
116
- "action-click": (...args: any[]) => void;
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?: ((...args: any[]) => any) | undefined;
140
- "onAction-click"?: ((...args: any[]) => any) | undefined;
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?: ((...args: any[]) => any) | undefined;
159
- "onAction-click"?: ((...args: any[]) => any) | undefined;
158
+ onInput?: ((args_0: boolean) => any) | undefined;
159
+ "onAction-click"?: (() => any) | undefined;
160
160
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
161
- input: (...args: any[]) => void;
162
- "action-click": (...args: any[]) => void;
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?: ((...args: any[]) => any) | undefined;
185
- "onAction-click"?: ((...args: any[]) => any) | undefined;
184
+ onInput?: ((args_0: boolean) => any) | undefined;
185
+ "onAction-click"?: (() => any) | undefined;
186
186
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
187
- input: (...args: any[]) => void;
188
- "action-click": (...args: any[]) => void;
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?: ((...args: any[]) => any) | undefined;
212
- "onAction-click"?: ((...args: any[]) => any) | undefined;
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?: ((...args: any[]) => any) | undefined;
231
- "onAction-click"?: ((...args: any[]) => any) | undefined;
230
+ onInput?: ((args_0: boolean) => any) | undefined;
231
+ "onAction-click"?: (() => any) | undefined;
232
232
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
233
- input: (...args: any[]) => void;
234
- "action-click": (...args: any[]) => void;
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?: ((...args: any[]) => any) | undefined;
260
- "onAction-click"?: ((...args: any[]) => any) | undefined;
259
+ onInput?: ((args_0: boolean) => any) | undefined;
260
+ "onAction-click"?: (() => any) | undefined;
261
261
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
262
- input: (...args: any[]) => void;
263
- "action-click": (...args: any[]) => void;
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?: ((...args: any[]) => any) | undefined;
287
- "onAction-click"?: ((...args: any[]) => any) | undefined;
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?: ((...args: any[]) => any) | undefined;
306
- "onAction-click"?: ((...args: any[]) => any) | undefined;
305
+ onInput?: ((args_0: boolean) => any) | undefined;
306
+ "onAction-click"?: (() => any) | undefined;
307
307
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
308
- input: (...args: any[]) => void;
309
- "action-click": (...args: any[]) => void;
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: (...args: any[]) => void;
23
- "action-click": (...args: any[]) => void;
22
+ input: (args_0: boolean) => any;
23
+ "action-click": () => any;
24
24
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
25
- onInput?: ((...args: any[]) => any) | undefined;
26
- "onAction-click"?: ((...args: any[]) => any) | undefined;
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;