@dpa-id-components/dpa-shared-components 12.1.0 → 12.2.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.
Files changed (47) 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 +17 -8
  29. package/dist/components/UiMenu/UiMenu.vue.d.ts +13 -7
  30. package/dist/components/UiOverlay/UiOverlay.stories.d.ts +20 -20
  31. package/dist/components/UiOverlay/UiOverlay.vue.d.ts +2 -2
  32. package/dist/components/UiOverlayMenu/UiOverlayMenu.stories.d.ts +42 -42
  33. package/dist/components/UiOverlayMenu/UiOverlayMenu.vue.d.ts +2 -2
  34. package/dist/components/UiRadioInputGroup/UiRadioInputGroup.stories.d.ts +16 -48
  35. package/dist/components/UiRadioInputGroup/UiRadioInputGroup.vue.d.ts +8 -7
  36. package/dist/components/UiSearchBar/UiSearchBar.stories.d.ts +30 -30
  37. package/dist/components/UiSearchBar/UiSearchBar.vue.d.ts +12 -12
  38. package/dist/components/UiSearchInput/UiSearchInput.stories.d.ts +68 -68
  39. package/dist/components/UiSearchInput/UiSearchInput.vue.d.ts +7 -7
  40. package/dist/components/UiSimpleInput/UiSimpleInput.stories.d.ts +8 -8
  41. package/dist/components/UiSimpleInput/UiSimpleInput.vue.d.ts +2 -2
  42. package/dist/components/UiSnackbar/UiSnackbar.stories.d.ts +40 -40
  43. package/dist/components/UiSnackbar/UiSnackbar.vue.d.ts +4 -4
  44. package/dist/dpa-shared-components.mjs +2833 -2851
  45. package/dist/dpa-shared-components.umd.js +4 -4
  46. package/dist/style.css +1 -1
  47. package/package.json +6 -6
@@ -42,15 +42,15 @@ declare const meta: {
42
42
  }> & Readonly<{
43
43
  onClose?: (() => any) | undefined;
44
44
  onReset?: (() => any) | undefined;
45
- "onDate-changed"?: ((date: Date | [Date, Date]) => any) | undefined;
45
+ "onDate-changed"?: ((args_0: Date | [Date, Date]) => any) | undefined;
46
46
  onOpen?: (() => any) | undefined;
47
- onDatepickerQuickfilterClick?: ((trackingName: string) => any) | undefined;
48
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
47
+ onDatepickerQuickfilterClick?: ((args_0: string) => any) | undefined;
48
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
49
49
  close: () => any;
50
50
  reset: () => any;
51
- "date-changed": (date: Date | [Date, Date]) => any;
51
+ "date-changed": (args_0: Date | [Date, Date]) => any;
52
52
  open: () => any;
53
- datepickerQuickfilterClick: (trackingName: string) => any;
53
+ datepickerQuickfilterClick: (args_0: string) => any;
54
54
  }, import('vue').PublicProps, {
55
55
  cancel: string;
56
56
  submit: string;
@@ -1199,9 +1199,9 @@ declare const meta: {
1199
1199
  }> & Readonly<{
1200
1200
  onClose?: (() => any) | undefined;
1201
1201
  onReset?: (() => any) | undefined;
1202
- "onDate-changed"?: ((date: Date | [Date, Date]) => any) | undefined;
1202
+ "onDate-changed"?: ((args_0: Date | [Date, Date]) => any) | undefined;
1203
1203
  onOpen?: (() => any) | undefined;
1204
- onDatepickerQuickfilterClick?: ((trackingName: string) => any) | undefined;
1204
+ onDatepickerQuickfilterClick?: ((args_0: string) => any) | undefined;
1205
1205
  }>, {}, {}, {}, {}, {
1206
1206
  cancel: string;
1207
1207
  submit: string;
@@ -1281,15 +1281,15 @@ declare const meta: {
1281
1281
  }> & Readonly<{
1282
1282
  onClose?: (() => any) | undefined;
1283
1283
  onReset?: (() => any) | undefined;
1284
- "onDate-changed"?: ((date: Date | [Date, Date]) => any) | undefined;
1284
+ "onDate-changed"?: ((args_0: Date | [Date, Date]) => any) | undefined;
1285
1285
  onOpen?: (() => any) | undefined;
1286
- onDatepickerQuickfilterClick?: ((trackingName: string) => any) | undefined;
1287
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1286
+ onDatepickerQuickfilterClick?: ((args_0: string) => any) | undefined;
1287
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1288
1288
  close: () => any;
1289
1289
  reset: () => any;
1290
- "date-changed": (date: Date | [Date, Date]) => any;
1290
+ "date-changed": (args_0: Date | [Date, Date]) => any;
1291
1291
  open: () => any;
1292
- datepickerQuickfilterClick: (trackingName: string) => any;
1292
+ datepickerQuickfilterClick: (args_0: string) => any;
1293
1293
  }, string, {
1294
1294
  cancel: string;
1295
1295
  submit: string;
@@ -1478,15 +1478,15 @@ declare const meta: {
1478
1478
  }> & Readonly<{
1479
1479
  onClose?: (() => any) | undefined;
1480
1480
  onReset?: (() => any) | undefined;
1481
- "onDate-changed"?: ((date: Date | [Date, Date]) => any) | undefined;
1481
+ "onDate-changed"?: ((args_0: Date | [Date, Date]) => any) | undefined;
1482
1482
  onOpen?: (() => any) | undefined;
1483
- onDatepickerQuickfilterClick?: ((trackingName: string) => any) | undefined;
1484
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1483
+ onDatepickerQuickfilterClick?: ((args_0: string) => any) | undefined;
1484
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1485
1485
  close: () => any;
1486
1486
  reset: () => any;
1487
- "date-changed": (date: Date | [Date, Date]) => any;
1487
+ "date-changed": (args_0: Date | [Date, Date]) => any;
1488
1488
  open: () => any;
1489
- datepickerQuickfilterClick: (trackingName: string) => any;
1489
+ datepickerQuickfilterClick: (args_0: string) => any;
1490
1490
  }, import('vue').PublicProps, {
1491
1491
  cancel: string;
1492
1492
  submit: string;
@@ -2635,9 +2635,9 @@ declare const meta: {
2635
2635
  }> & Readonly<{
2636
2636
  onClose?: (() => any) | undefined;
2637
2637
  onReset?: (() => any) | undefined;
2638
- "onDate-changed"?: ((date: Date | [Date, Date]) => any) | undefined;
2638
+ "onDate-changed"?: ((args_0: Date | [Date, Date]) => any) | undefined;
2639
2639
  onOpen?: (() => any) | undefined;
2640
- onDatepickerQuickfilterClick?: ((trackingName: string) => any) | undefined;
2640
+ onDatepickerQuickfilterClick?: ((args_0: string) => any) | undefined;
2641
2641
  }>, {}, {}, {}, {}, {
2642
2642
  cancel: string;
2643
2643
  submit: string;
@@ -2717,15 +2717,15 @@ declare const meta: {
2717
2717
  }> & Readonly<{
2718
2718
  onClose?: (() => any) | undefined;
2719
2719
  onReset?: (() => any) | undefined;
2720
- "onDate-changed"?: ((date: Date | [Date, Date]) => any) | undefined;
2720
+ "onDate-changed"?: ((args_0: Date | [Date, Date]) => any) | undefined;
2721
2721
  onOpen?: (() => any) | undefined;
2722
- onDatepickerQuickfilterClick?: ((trackingName: string) => any) | undefined;
2723
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
2722
+ onDatepickerQuickfilterClick?: ((args_0: string) => any) | undefined;
2723
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2724
2724
  close: () => any;
2725
2725
  reset: () => any;
2726
- "date-changed": (date: Date | [Date, Date]) => any;
2726
+ "date-changed": (args_0: Date | [Date, Date]) => any;
2727
2727
  open: () => any;
2728
- datepickerQuickfilterClick: (trackingName: string) => any;
2728
+ datepickerQuickfilterClick: (args_0: string) => any;
2729
2729
  }, string, {
2730
2730
  cancel: string;
2731
2731
  submit: string;
@@ -2808,15 +2808,15 @@ declare const meta: {
2808
2808
  }> & Readonly<{
2809
2809
  onClose?: (() => any) | undefined;
2810
2810
  onReset?: (() => any) | undefined;
2811
- "onDate-changed"?: ((date: Date | [Date, Date]) => any) | undefined;
2811
+ "onDate-changed"?: ((args_0: Date | [Date, Date]) => any) | undefined;
2812
2812
  onOpen?: (() => any) | undefined;
2813
- onDatepickerQuickfilterClick?: ((trackingName: string) => any) | undefined;
2814
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
2813
+ onDatepickerQuickfilterClick?: ((args_0: string) => any) | undefined;
2814
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2815
2815
  close: () => any;
2816
2816
  reset: () => any;
2817
- "date-changed": (date: Date | [Date, Date]) => any;
2817
+ "date-changed": (args_0: Date | [Date, Date]) => any;
2818
2818
  open: () => any;
2819
- datepickerQuickfilterClick: (trackingName: string) => any;
2819
+ datepickerQuickfilterClick: (args_0: string) => any;
2820
2820
  }, import('vue').PublicProps, {
2821
2821
  cancel: string;
2822
2822
  submit: string;
@@ -3965,9 +3965,9 @@ declare const meta: {
3965
3965
  }> & Readonly<{
3966
3966
  onClose?: (() => any) | undefined;
3967
3967
  onReset?: (() => any) | undefined;
3968
- "onDate-changed"?: ((date: Date | [Date, Date]) => any) | undefined;
3968
+ "onDate-changed"?: ((args_0: Date | [Date, Date]) => any) | undefined;
3969
3969
  onOpen?: (() => any) | undefined;
3970
- onDatepickerQuickfilterClick?: ((trackingName: string) => any) | undefined;
3970
+ onDatepickerQuickfilterClick?: ((args_0: string) => any) | undefined;
3971
3971
  }>, {}, {}, {}, {}, {
3972
3972
  cancel: string;
3973
3973
  submit: string;
@@ -4047,15 +4047,15 @@ declare const meta: {
4047
4047
  }> & Readonly<{
4048
4048
  onClose?: (() => any) | undefined;
4049
4049
  onReset?: (() => any) | undefined;
4050
- "onDate-changed"?: ((date: Date | [Date, Date]) => any) | undefined;
4050
+ "onDate-changed"?: ((args_0: Date | [Date, Date]) => any) | undefined;
4051
4051
  onOpen?: (() => any) | undefined;
4052
- onDatepickerQuickfilterClick?: ((trackingName: string) => any) | undefined;
4053
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
4052
+ onDatepickerQuickfilterClick?: ((args_0: string) => any) | undefined;
4053
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
4054
4054
  close: () => any;
4055
4055
  reset: () => any;
4056
- "date-changed": (date: Date | [Date, Date]) => any;
4056
+ "date-changed": (args_0: Date | [Date, Date]) => any;
4057
4057
  open: () => any;
4058
- datepickerQuickfilterClick: (trackingName: string) => any;
4058
+ datepickerQuickfilterClick: (args_0: string) => any;
4059
4059
  }, string, {
4060
4060
  cancel: string;
4061
4061
  submit: string;
@@ -4139,15 +4139,15 @@ declare const meta: {
4139
4139
  }> & Readonly<{
4140
4140
  onClose?: (() => any) | undefined;
4141
4141
  onReset?: (() => any) | undefined;
4142
- "onDate-changed"?: ((date: Date | [Date, Date]) => any) | undefined;
4142
+ "onDate-changed"?: ((args_0: Date | [Date, Date]) => any) | undefined;
4143
4143
  onOpen?: (() => any) | undefined;
4144
- onDatepickerQuickfilterClick?: ((trackingName: string) => any) | undefined;
4145
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
4144
+ onDatepickerQuickfilterClick?: ((args_0: string) => any) | undefined;
4145
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
4146
4146
  close: () => any;
4147
4147
  reset: () => any;
4148
- "date-changed": (date: Date | [Date, Date]) => any;
4148
+ "date-changed": (args_0: Date | [Date, Date]) => any;
4149
4149
  open: () => any;
4150
- datepickerQuickfilterClick: (trackingName: string) => any;
4150
+ datepickerQuickfilterClick: (args_0: string) => any;
4151
4151
  }, import('vue').PublicProps, {
4152
4152
  cancel: string;
4153
4153
  submit: string;
@@ -5296,9 +5296,9 @@ declare const meta: {
5296
5296
  }> & Readonly<{
5297
5297
  onClose?: (() => any) | undefined;
5298
5298
  onReset?: (() => any) | undefined;
5299
- "onDate-changed"?: ((date: Date | [Date, Date]) => any) | undefined;
5299
+ "onDate-changed"?: ((args_0: Date | [Date, Date]) => any) | undefined;
5300
5300
  onOpen?: (() => any) | undefined;
5301
- onDatepickerQuickfilterClick?: ((trackingName: string) => any) | undefined;
5301
+ onDatepickerQuickfilterClick?: ((args_0: string) => any) | undefined;
5302
5302
  }>, {}, {}, {}, {}, {
5303
5303
  cancel: string;
5304
5304
  submit: string;
@@ -5378,15 +5378,15 @@ declare const meta: {
5378
5378
  }> & Readonly<{
5379
5379
  onClose?: (() => any) | undefined;
5380
5380
  onReset?: (() => any) | undefined;
5381
- "onDate-changed"?: ((date: Date | [Date, Date]) => any) | undefined;
5381
+ "onDate-changed"?: ((args_0: Date | [Date, Date]) => any) | undefined;
5382
5382
  onOpen?: (() => any) | undefined;
5383
- onDatepickerQuickfilterClick?: ((trackingName: string) => any) | undefined;
5384
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
5383
+ onDatepickerQuickfilterClick?: ((args_0: string) => any) | undefined;
5384
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5385
5385
  close: () => any;
5386
5386
  reset: () => any;
5387
- "date-changed": (date: Date | [Date, Date]) => any;
5387
+ "date-changed": (args_0: Date | [Date, Date]) => any;
5388
5388
  open: () => any;
5389
- datepickerQuickfilterClick: (trackingName: string) => any;
5389
+ datepickerQuickfilterClick: (args_0: string) => any;
5390
5390
  }, string, {
5391
5391
  cancel: string;
5392
5392
  submit: string;
@@ -1119,18 +1119,18 @@ declare function __VLS_template(): {
1119
1119
  rootEl: HTMLDivElement;
1120
1120
  };
1121
1121
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
1122
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1122
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1123
1123
  close: () => any;
1124
1124
  reset: () => any;
1125
- "date-changed": (date: Date | [Date, Date]) => any;
1125
+ "date-changed": (args_0: Date | [Date, Date]) => any;
1126
1126
  open: () => any;
1127
- datepickerQuickfilterClick: (trackingName: string) => any;
1127
+ datepickerQuickfilterClick: (args_0: string) => any;
1128
1128
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
1129
1129
  onClose?: (() => any) | undefined;
1130
1130
  onReset?: (() => any) | undefined;
1131
- "onDate-changed"?: ((date: Date | [Date, Date]) => any) | undefined;
1131
+ "onDate-changed"?: ((args_0: Date | [Date, Date]) => any) | undefined;
1132
1132
  onOpen?: (() => any) | undefined;
1133
- onDatepickerQuickfilterClick?: ((trackingName: string) => any) | undefined;
1133
+ onDatepickerQuickfilterClick?: ((args_0: string) => any) | undefined;
1134
1134
  }>, {
1135
1135
  cancel: string;
1136
1136
  submit: string;
@@ -16,9 +16,9 @@ declare const meta: {
16
16
  positionTop?: string;
17
17
  closeOnEsc?: boolean;
18
18
  }> & Readonly<{
19
- onClose?: ((...args: any[]) => any) | undefined;
19
+ onClose?: (() => any) | undefined;
20
20
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
21
- close: (...args: any[]) => void;
21
+ close: () => any;
22
22
  }, import('vue').PublicProps, {
23
23
  scrollable: boolean;
24
24
  maxWidth: string;
@@ -53,7 +53,7 @@ declare const meta: {
53
53
  positionTop?: string;
54
54
  closeOnEsc?: boolean;
55
55
  }> & Readonly<{
56
- onClose?: ((...args: any[]) => any) | undefined;
56
+ onClose?: (() => any) | undefined;
57
57
  }>, {}, {}, {}, {}, {
58
58
  scrollable: boolean;
59
59
  maxWidth: string;
@@ -85,9 +85,9 @@ declare const meta: {
85
85
  positionTop?: string;
86
86
  closeOnEsc?: boolean;
87
87
  }> & Readonly<{
88
- onClose?: ((...args: any[]) => any) | undefined;
88
+ onClose?: (() => any) | undefined;
89
89
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
90
- close: (...args: any[]) => void;
90
+ close: () => any;
91
91
  }, string, {
92
92
  scrollable: boolean;
93
93
  maxWidth: string;
@@ -172,9 +172,9 @@ declare const meta: {
172
172
  positionTop?: string;
173
173
  closeOnEsc?: boolean;
174
174
  }> & Readonly<{
175
- onClose?: ((...args: any[]) => any) | undefined;
175
+ onClose?: (() => any) | undefined;
176
176
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
177
- close: (...args: any[]) => void;
177
+ close: () => any;
178
178
  }, import('vue').PublicProps, {
179
179
  scrollable: boolean;
180
180
  maxWidth: string;
@@ -209,7 +209,7 @@ declare const meta: {
209
209
  positionTop?: string;
210
210
  closeOnEsc?: boolean;
211
211
  }> & Readonly<{
212
- onClose?: ((...args: any[]) => any) | undefined;
212
+ onClose?: (() => any) | undefined;
213
213
  }>, {}, {}, {}, {}, {
214
214
  scrollable: boolean;
215
215
  maxWidth: string;
@@ -241,9 +241,9 @@ declare const meta: {
241
241
  positionTop?: string;
242
242
  closeOnEsc?: boolean;
243
243
  }> & Readonly<{
244
- onClose?: ((...args: any[]) => any) | undefined;
244
+ onClose?: (() => any) | undefined;
245
245
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
246
- close: (...args: any[]) => void;
246
+ close: () => any;
247
247
  }, string, {
248
248
  scrollable: boolean;
249
249
  maxWidth: string;
@@ -280,9 +280,9 @@ declare const meta: {
280
280
  positionTop?: string;
281
281
  closeOnEsc?: boolean;
282
282
  }> & Readonly<{
283
- onClose?: ((...args: any[]) => any) | undefined;
283
+ onClose?: (() => any) | undefined;
284
284
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
285
- close: (...args: any[]) => void;
285
+ close: () => any;
286
286
  }, import('vue').PublicProps, {
287
287
  scrollable: boolean;
288
288
  maxWidth: string;
@@ -317,7 +317,7 @@ declare const meta: {
317
317
  positionTop?: string;
318
318
  closeOnEsc?: boolean;
319
319
  }> & Readonly<{
320
- onClose?: ((...args: any[]) => any) | undefined;
320
+ onClose?: (() => any) | undefined;
321
321
  }>, {}, {}, {}, {}, {
322
322
  scrollable: boolean;
323
323
  maxWidth: string;
@@ -349,9 +349,9 @@ declare const meta: {
349
349
  positionTop?: string;
350
350
  closeOnEsc?: boolean;
351
351
  }> & Readonly<{
352
- onClose?: ((...args: any[]) => any) | undefined;
352
+ onClose?: (() => any) | undefined;
353
353
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
354
- close: (...args: any[]) => void;
354
+ close: () => any;
355
355
  }, string, {
356
356
  scrollable: boolean;
357
357
  maxWidth: string;
@@ -389,9 +389,9 @@ declare const meta: {
389
389
  positionTop?: string;
390
390
  closeOnEsc?: boolean;
391
391
  }> & Readonly<{
392
- onClose?: ((...args: any[]) => any) | undefined;
392
+ onClose?: (() => any) | undefined;
393
393
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
394
- close: (...args: any[]) => void;
394
+ close: () => any;
395
395
  }, import('vue').PublicProps, {
396
396
  scrollable: boolean;
397
397
  maxWidth: string;
@@ -426,7 +426,7 @@ declare const meta: {
426
426
  positionTop?: string;
427
427
  closeOnEsc?: boolean;
428
428
  }> & Readonly<{
429
- onClose?: ((...args: any[]) => any) | undefined;
429
+ onClose?: (() => any) | undefined;
430
430
  }>, {}, {}, {}, {}, {
431
431
  scrollable: boolean;
432
432
  maxWidth: string;
@@ -458,9 +458,9 @@ declare const meta: {
458
458
  positionTop?: string;
459
459
  closeOnEsc?: boolean;
460
460
  }> & Readonly<{
461
- onClose?: ((...args: any[]) => any) | undefined;
461
+ onClose?: (() => any) | undefined;
462
462
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
463
- close: (...args: any[]) => void;
463
+ close: () => any;
464
464
  }, string, {
465
465
  scrollable: boolean;
466
466
  maxWidth: string;
@@ -24,9 +24,9 @@ declare function __VLS_template(): {
24
24
  };
25
25
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
26
26
  declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
27
- close: (...args: any[]) => void;
27
+ close: () => any;
28
28
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
29
- onClose?: ((...args: any[]) => any) | undefined;
29
+ onClose?: (() => any) | undefined;
30
30
  }>, {
31
31
  scrollable: boolean;
32
32
  maxWidth: string;
@@ -220,8 +220,8 @@ declare const meta: {
220
220
  backgroundColor?: "blue" | "none" | "gray-hover";
221
221
  iconColor?: "blue" | "gray" | "white";
222
222
  size?: "small" | "medium" | "large" | "xl";
223
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
224
- click: (payload: any) => any;
223
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
224
+ click: (args_0: MouseEvent) => any;
225
225
  }, string, import('vue').PublicProps, Readonly<{
226
226
  iconName: typeof import('../UiIcon/iconNames').iconNames[number];
227
227
  title?: string;
@@ -230,7 +230,7 @@ declare const meta: {
230
230
  iconColor?: "blue" | "gray" | "white";
231
231
  size?: "small" | "medium" | "large" | "xl";
232
232
  }> & Readonly<{
233
- onClick?: ((payload: any) => any) | undefined;
233
+ onClick?: ((args_0: MouseEvent) => any) | undefined;
234
234
  }>, {
235
235
  size: "small" | "medium" | "large" | "xl";
236
236
  disabled: boolean;
@@ -9,9 +9,9 @@ declare const meta: {
9
9
  label: string;
10
10
  isActive?: boolean;
11
11
  }> & Readonly<{
12
- onClick?: ((...args: any[]) => any) | undefined;
12
+ onClick?: (() => any) | undefined;
13
13
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
- click: (...args: any[]) => void;
14
+ click: () => any;
15
15
  }, import('vue').PublicProps, {
16
16
  fill: string;
17
17
  color: string;
@@ -31,7 +31,7 @@ declare const meta: {
31
31
  label: string;
32
32
  isActive?: boolean;
33
33
  }> & Readonly<{
34
- onClick?: ((...args: any[]) => any) | undefined;
34
+ onClick?: (() => any) | undefined;
35
35
  }>, {}, {}, {}, {}, {
36
36
  fill: string;
37
37
  color: string;
@@ -48,9 +48,9 @@ declare const meta: {
48
48
  label: string;
49
49
  isActive?: boolean;
50
50
  }> & Readonly<{
51
- onClick?: ((...args: any[]) => any) | undefined;
51
+ onClick?: (() => any) | undefined;
52
52
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
53
- click: (...args: any[]) => void;
53
+ click: () => any;
54
54
  }, string, {
55
55
  fill: string;
56
56
  color: string;
@@ -98,9 +98,9 @@ declare const meta: {
98
98
  label: string;
99
99
  isActive?: boolean;
100
100
  }> & Readonly<{
101
- onClick?: ((...args: any[]) => any) | undefined;
101
+ onClick?: (() => any) | undefined;
102
102
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
103
- click: (...args: any[]) => void;
103
+ click: () => any;
104
104
  }, import('vue').PublicProps, {
105
105
  fill: string;
106
106
  color: string;
@@ -120,7 +120,7 @@ declare const meta: {
120
120
  label: string;
121
121
  isActive?: boolean;
122
122
  }> & Readonly<{
123
- onClick?: ((...args: any[]) => any) | undefined;
123
+ onClick?: (() => any) | undefined;
124
124
  }>, {}, {}, {}, {}, {
125
125
  fill: string;
126
126
  color: string;
@@ -137,9 +137,9 @@ declare const meta: {
137
137
  label: string;
138
138
  isActive?: boolean;
139
139
  }> & Readonly<{
140
- onClick?: ((...args: any[]) => any) | undefined;
140
+ onClick?: (() => any) | undefined;
141
141
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
142
- click: (...args: any[]) => void;
142
+ click: () => any;
143
143
  }, string, {
144
144
  fill: string;
145
145
  color: string;
@@ -159,9 +159,9 @@ declare const meta: {
159
159
  label: string;
160
160
  isActive?: boolean;
161
161
  }> & Readonly<{
162
- onClick?: ((...args: any[]) => any) | undefined;
162
+ onClick?: (() => any) | undefined;
163
163
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
164
- click: (...args: any[]) => void;
164
+ click: () => any;
165
165
  }, import('vue').PublicProps, {
166
166
  fill: string;
167
167
  color: string;
@@ -181,7 +181,7 @@ declare const meta: {
181
181
  label: string;
182
182
  isActive?: boolean;
183
183
  }> & Readonly<{
184
- onClick?: ((...args: any[]) => any) | undefined;
184
+ onClick?: (() => any) | undefined;
185
185
  }>, {}, {}, {}, {}, {
186
186
  fill: string;
187
187
  color: string;
@@ -198,9 +198,9 @@ declare const meta: {
198
198
  label: string;
199
199
  isActive?: boolean;
200
200
  }> & Readonly<{
201
- onClick?: ((...args: any[]) => any) | undefined;
201
+ onClick?: (() => any) | undefined;
202
202
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
203
- click: (...args: any[]) => void;
203
+ click: () => any;
204
204
  }, string, {
205
205
  fill: string;
206
206
  color: string;
@@ -221,9 +221,9 @@ declare const meta: {
221
221
  label: string;
222
222
  isActive?: boolean;
223
223
  }> & Readonly<{
224
- onClick?: ((...args: any[]) => any) | undefined;
224
+ onClick?: (() => any) | undefined;
225
225
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
226
- click: (...args: any[]) => void;
226
+ click: () => any;
227
227
  }, import('vue').PublicProps, {
228
228
  fill: string;
229
229
  color: string;
@@ -243,7 +243,7 @@ declare const meta: {
243
243
  label: string;
244
244
  isActive?: boolean;
245
245
  }> & Readonly<{
246
- onClick?: ((...args: any[]) => any) | undefined;
246
+ onClick?: (() => any) | undefined;
247
247
  }>, {}, {}, {}, {}, {
248
248
  fill: string;
249
249
  color: string;
@@ -260,9 +260,9 @@ declare const meta: {
260
260
  label: string;
261
261
  isActive?: boolean;
262
262
  }> & Readonly<{
263
- onClick?: ((...args: any[]) => any) | undefined;
263
+ onClick?: (() => any) | undefined;
264
264
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
265
- click: (...args: any[]) => void;
265
+ click: () => any;
266
266
  }, string, {
267
267
  fill: string;
268
268
  color: string;
@@ -280,8 +280,8 @@ declare const meta: {
280
280
  backgroundColor?: "blue" | "none" | "gray-hover";
281
281
  iconColor?: "blue" | "gray" | "white";
282
282
  size?: "small" | "medium" | "large" | "xl";
283
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
284
- click: (payload: any) => any;
283
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
284
+ click: (args_0: MouseEvent) => any;
285
285
  }, string, import('vue').PublicProps, Readonly<{
286
286
  iconName: typeof import('../UiIcon/iconNames').iconNames[number];
287
287
  title?: string;
@@ -290,7 +290,7 @@ declare const meta: {
290
290
  iconColor?: "blue" | "gray" | "white";
291
291
  size?: "small" | "medium" | "large" | "xl";
292
292
  }> & Readonly<{
293
- onClick?: ((payload: any) => any) | undefined;
293
+ onClick?: ((args_0: MouseEvent) => any) | undefined;
294
294
  }>, {
295
295
  size: "small" | "medium" | "large" | "xl";
296
296
  disabled: boolean;
@@ -15,9 +15,9 @@ declare function __VLS_template(): {
15
15
  };
16
16
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
17
  declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
- click: (...args: any[]) => void;
18
+ click: () => any;
19
19
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
20
- onClick?: ((...args: any[]) => any) | undefined;
20
+ onClick?: (() => any) | undefined;
21
21
  }>, {
22
22
  fill: string;
23
23
  color: string;
@@ -14,7 +14,7 @@ declare const meta: {
14
14
  hasIcon?: boolean;
15
15
  iconLeft?: (typeof iconNames)[number] | null;
16
16
  }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
17
- click: (...args: any[]) => void;
17
+ click: () => any;
18
18
  }, string, import('vue').PublicProps, Readonly<{
19
19
  title?: string;
20
20
  variant?: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank";
@@ -27,7 +27,7 @@ declare const meta: {
27
27
  hasIcon?: boolean;
28
28
  iconLeft?: (typeof iconNames)[number] | null;
29
29
  }> & Readonly<{
30
- onClick?: ((...args: any[]) => any) | undefined;
30
+ onClick?: (() => any) | undefined;
31
31
  }>, {
32
32
  size: "xs" | "small";
33
33
  disabled: boolean;
@@ -100,7 +100,7 @@ declare const meta: {
100
100
  hasIcon?: boolean;
101
101
  iconLeft?: (typeof iconNames)[number] | null;
102
102
  }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
103
- click: (...args: any[]) => void;
103
+ click: () => any;
104
104
  }, string, import('vue').PublicProps, Readonly<{
105
105
  title?: string;
106
106
  variant?: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank";
@@ -113,7 +113,7 @@ declare const meta: {
113
113
  hasIcon?: boolean;
114
114
  iconLeft?: (typeof iconNames)[number] | null;
115
115
  }> & Readonly<{
116
- onClick?: ((...args: any[]) => any) | undefined;
116
+ onClick?: (() => any) | undefined;
117
117
  }>, {
118
118
  size: "xs" | "small";
119
119
  disabled: boolean;
@@ -139,7 +139,7 @@ declare const meta: {
139
139
  hasIcon?: boolean;
140
140
  iconLeft?: (typeof iconNames)[number] | null;
141
141
  }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
142
- click: (...args: any[]) => void;
142
+ click: () => any;
143
143
  }, string, import('vue').PublicProps, Readonly<{
144
144
  title?: string;
145
145
  variant?: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank";
@@ -152,7 +152,7 @@ declare const meta: {
152
152
  hasIcon?: boolean;
153
153
  iconLeft?: (typeof iconNames)[number] | null;
154
154
  }> & Readonly<{
155
- onClick?: ((...args: any[]) => any) | undefined;
155
+ onClick?: (() => any) | undefined;
156
156
  }>, {
157
157
  size: "xs" | "small";
158
158
  disabled: boolean;
@@ -179,7 +179,7 @@ declare const meta: {
179
179
  hasIcon?: boolean;
180
180
  iconLeft?: (typeof iconNames)[number] | null;
181
181
  }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
182
- click: (...args: any[]) => void;
182
+ click: () => any;
183
183
  }, string, import('vue').PublicProps, Readonly<{
184
184
  title?: string;
185
185
  variant?: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank";
@@ -192,7 +192,7 @@ declare const meta: {
192
192
  hasIcon?: boolean;
193
193
  iconLeft?: (typeof iconNames)[number] | null;
194
194
  }> & Readonly<{
195
- onClick?: ((...args: any[]) => any) | undefined;
195
+ onClick?: (() => any) | undefined;
196
196
  }>, {
197
197
  size: "xs" | "small";
198
198
  disabled: boolean;
@@ -12,9 +12,9 @@ type __VLS_Props = {
12
12
  iconLeft?: (typeof iconNames)[number] | null;
13
13
  };
14
14
  declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
- click: (...args: any[]) => void;
15
+ click: () => any;
16
16
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
17
- onClick?: ((...args: any[]) => any) | undefined;
17
+ onClick?: (() => any) | undefined;
18
18
  }>, {
19
19
  size: "xs" | "small";
20
20
  disabled: boolean;