@dpa-id-components/dpa-shared-components 11.0.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.
Files changed (94) hide show
  1. package/dist/components/DpaMediaItem/DpaMediaItem.stories.d.ts +25 -80
  2. package/dist/components/DpaMediaItem/DpaMediaItem.vue.d.ts +18 -49
  3. package/dist/components/UiAutocomplete/UiAutocomplete.stories.d.ts +194 -54
  4. package/dist/components/UiAutocomplete/UiAutocomplete.vue.d.ts +182 -42
  5. package/dist/components/UiBadge/UiBadge.stories.d.ts +31 -95
  6. package/dist/components/UiBadge/UiBadge.vue.d.ts +15 -50
  7. package/dist/components/UiButton/UiButton.stories.d.ts +32 -96
  8. package/dist/components/UiButton/UiButton.vue.d.ts +16 -51
  9. package/dist/components/UiButtonGroup/UiButtonGroup.stories.d.ts +1 -2
  10. package/dist/components/UiButtonGroup/UiButtonGroup.vue.d.ts +9 -3
  11. package/dist/components/UiCard/UiCard.stories.d.ts +1 -2
  12. package/dist/components/UiCard/UiCard.vue.d.ts +9 -3
  13. package/dist/components/UiCheckBox/UiCheckBox.stories.d.ts +25 -80
  14. package/dist/components/UiCheckBox/UiCheckBox.vue.d.ts +15 -46
  15. package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.stories.d.ts +11 -30
  16. package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.vue.d.ts +5 -33
  17. package/dist/components/UiChip/UiChip.stories.d.ts +16 -44
  18. package/dist/components/UiChip/UiChip.vue.d.ts +14 -36
  19. package/dist/components/UiCollapseNavigation/UiCollapseNavigation.stories.d.ts +16 -44
  20. package/dist/components/UiCollapseNavigation/UiCollapseNavigation.vue.d.ts +15 -37
  21. package/dist/components/UiColorPicker/UiColorPicker.stories.d.ts +8 -17
  22. package/dist/components/UiColorPicker/UiColorPicker.vue.d.ts +6 -28
  23. package/dist/components/UiDatePicker/UiDatePicker.stories.d.ts +2374 -819
  24. package/dist/components/UiDatePicker/UiDatePicker.vue.d.ts +2152 -132
  25. package/dist/components/UiDialog/UiDialog.stories.d.ts +80 -279
  26. package/dist/components/UiDialog/UiDialog.vue.d.ts +17 -63
  27. package/dist/components/UiFilterBadge/UiFilterBadge.stories.d.ts +56 -165
  28. package/dist/components/UiFilterBadge/UiFilterBadge.vue.d.ts +14 -39
  29. package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.d.ts +62 -189
  30. package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.vue.d.ts +15 -41
  31. package/dist/components/UiFilterButton/UiFilterButton.stories.d.ts +50 -171
  32. package/dist/components/UiFilterButton/UiFilterButton.vue.d.ts +5 -55
  33. package/dist/components/UiIcon/IconOverview.vue.d.ts +5 -0
  34. package/dist/components/UiIcon/UiIcon.stories.d.ts +16 -40
  35. package/dist/components/UiIcon/UiIcon.vue.d.ts +4 -31
  36. package/dist/components/UiIconButton/UiIconButton.stories.d.ts +37 -109
  37. package/dist/components/UiIconButton/UiIconButton.vue.d.ts +6 -42
  38. package/dist/components/UiInfoContent/UiInfoContent.stories.d.ts +70 -230
  39. package/dist/components/UiInfoContent/UiInfoContent.vue.d.ts +16 -42
  40. package/dist/components/UiInput/UiInput.stories.d.ts +148 -505
  41. package/dist/components/UiInput/UiInput.vue.d.ts +21 -88
  42. package/dist/components/UiList/UiList.stories.d.ts +147 -493
  43. package/dist/components/UiList/UiList.vue.d.ts +9 -3
  44. package/dist/components/UiListItem/UiListItem.stories.d.ts +96 -327
  45. package/dist/components/UiListItem/UiListItem.vue.d.ts +19 -68
  46. package/dist/components/UiMenu/UiMenu.stories.d.ts +36 -41
  47. package/dist/components/UiMenu/UiMenu.vue.d.ts +8 -11
  48. package/dist/components/UiMenu/UiMenuItem.vue.d.ts +9 -12
  49. package/dist/components/UiMenu/UiMenuList.vue.d.ts +13 -29
  50. package/dist/components/UiMenu/UiMenuTypes.d.ts +1 -1
  51. package/dist/components/UiOverlay/UiOverlay.stories.d.ts +2 -3
  52. package/dist/components/UiOverlay/UiOverlay.vue.d.ts +9 -3
  53. package/dist/components/UiOverlayMenu/UiOverlayMenu.stories.d.ts +118 -373
  54. package/dist/components/UiOverlayMenu/UiOverlayMenu.vue.d.ts +14 -30
  55. package/dist/components/UiRadioInputGroup/UiRadioInputGroup.stories.d.ts +46 -119
  56. package/dist/components/UiRadioInputGroup/UiRadioInputGroup.vue.d.ts +5 -42
  57. package/dist/components/UiSearchBar/UiSearchBar.stories.d.ts +152 -461
  58. package/dist/components/UiSearchBar/UiSearchBar.vue.d.ts +27 -60
  59. package/dist/components/UiSearchInput/UiSearchInput.stories.d.ts +58 -127
  60. package/dist/components/UiSearchInput/UiSearchInput.vue.d.ts +22 -41
  61. package/dist/components/UiSection/UiSection.stories.d.ts +19 -56
  62. package/dist/components/UiSection/UiSection.vue.d.ts +14 -39
  63. package/dist/components/UiSectionDivider/UiSectionDivider.stories.d.ts +27 -76
  64. package/dist/components/UiSectionDivider/UiSectionDivider.vue.d.ts +4 -29
  65. package/dist/components/UiSimpleInput/UiSimpleInput.stories.d.ts +30 -75
  66. package/dist/components/UiSimpleInput/UiSimpleInput.vue.d.ts +7 -36
  67. package/dist/components/UiSkeletonBox/UiSkeletonBox.stories.d.ts +20 -57
  68. package/dist/components/UiSkeletonBox/UiSkeletonBox.vue.d.ts +4 -32
  69. package/dist/components/UiSnackbar/UiSnackbar.stories.d.ts +48 -135
  70. package/dist/components/UiSnackbar/UiSnackbar.vue.d.ts +20 -45
  71. package/dist/components/UiSpinner/UiSpinner.stories.d.ts +16 -41
  72. package/dist/components/UiSpinner/UiSpinner.vue.d.ts +4 -29
  73. package/dist/components/UiTextButton/UiTextButton.stories.d.ts +31 -104
  74. package/dist/components/UiTextButton/UiTextButton.vue.d.ts +14 -52
  75. package/dist/components/UiToggleButton/UiToggleButton.stories.d.ts +31 -104
  76. package/dist/components/UiToggleButton/UiToggleButton.vue.d.ts +15 -52
  77. package/dist/components/UiTooltip/UiTooltip.stories.d.ts +94 -303
  78. package/dist/components/UiTooltip/UiTooltip.vue.d.ts +20 -75
  79. package/dist/components/index.d.ts +0 -1
  80. package/dist/compositions/index.d.ts +0 -1
  81. package/dist/compositions/useBreakpoints/UseBreakpoints.stories.d.ts +0 -1
  82. package/dist/compositions/useBreakpoints/UseBreakpoints.vue.d.ts +2 -0
  83. package/dist/compositions/useBreakpoints/useBreakpoints.d.ts +1 -1
  84. package/dist/directives/clickAway/clickAway.d.ts +0 -1
  85. package/dist/directives/index.d.ts +0 -1
  86. package/dist/dpa-shared-components.d.ts +1 -0
  87. package/dist/dpa-shared-components.mjs +12427 -13018
  88. package/dist/dpa-shared-components.umd.js +7 -7
  89. package/dist/index.d.ts +0 -1
  90. package/dist/stories/Typography/Typography.stories.d.ts +0 -1
  91. package/dist/stories/Typography/TypographyOverview.vue.d.ts +5 -0
  92. package/dist/style.css +1 -1
  93. package/dist/utils/index.d.ts +0 -1
  94. package/package.json +9 -8
@@ -1,30 +1,14 @@
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<import('vue').ExtractPropTypes<{
7
- fill: {
8
- type: import('vue').PropType<string>;
9
- default: string;
10
- };
11
- label: {
12
- type: import('vue').PropType<string>;
13
- required: true;
14
- };
15
- color: {
16
- type: import('vue').PropType<string>;
17
- default: string;
18
- };
19
- iconIsFilled: {
20
- type: import('vue').PropType<boolean>;
21
- default: boolean;
22
- };
23
- isActive: {
24
- type: import('vue').PropType<boolean>;
25
- default: boolean;
26
- };
27
- }>> & Readonly<{
5
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
6
+ color?: string;
7
+ fill?: string;
8
+ iconIsFilled?: boolean;
9
+ label: string;
10
+ isActive?: boolean;
11
+ }> & Readonly<{
28
12
  onClick?: ((...args: any[]) => any) | undefined;
29
13
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
30
14
  click: (...args: any[]) => void;
@@ -33,35 +17,20 @@ declare const meta: {
33
17
  color: string;
34
18
  iconIsFilled: boolean;
35
19
  isActive: boolean;
36
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
20
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
37
21
  P: {};
38
22
  B: {};
39
23
  D: {};
40
24
  C: {};
41
25
  M: {};
42
26
  Defaults: {};
43
- }, Readonly<import('vue').ExtractPropTypes<{
44
- fill: {
45
- type: import('vue').PropType<string>;
46
- default: string;
47
- };
48
- label: {
49
- type: import('vue').PropType<string>;
50
- required: true;
51
- };
52
- color: {
53
- type: import('vue').PropType<string>;
54
- default: string;
55
- };
56
- iconIsFilled: {
57
- type: import('vue').PropType<boolean>;
58
- default: boolean;
59
- };
60
- isActive: {
61
- type: import('vue').PropType<boolean>;
62
- default: boolean;
63
- };
64
- }>> & Readonly<{
27
+ }, Readonly<{
28
+ color?: string;
29
+ fill?: string;
30
+ iconIsFilled?: boolean;
31
+ label: string;
32
+ isActive?: boolean;
33
+ }> & Readonly<{
65
34
  onClick?: ((...args: any[]) => any) | undefined;
66
35
  }>, {}, {}, {}, {}, {
67
36
  fill: string;
@@ -72,28 +41,13 @@ declare const meta: {
72
41
  __isFragment?: never;
73
42
  __isTeleport?: never;
74
43
  __isSuspense?: never;
75
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
76
- fill: {
77
- type: import('vue').PropType<string>;
78
- default: string;
79
- };
80
- label: {
81
- type: import('vue').PropType<string>;
82
- required: true;
83
- };
84
- color: {
85
- type: import('vue').PropType<string>;
86
- default: string;
87
- };
88
- iconIsFilled: {
89
- type: import('vue').PropType<boolean>;
90
- default: boolean;
91
- };
92
- isActive: {
93
- type: import('vue').PropType<boolean>;
94
- default: boolean;
95
- };
96
- }>> & Readonly<{
44
+ } & import('vue').ComponentOptionsBase<Readonly<{
45
+ color?: string;
46
+ fill?: string;
47
+ iconIsFilled?: boolean;
48
+ label: string;
49
+ isActive?: boolean;
50
+ }> & Readonly<{
97
51
  onClick?: ((...args: any[]) => any) | undefined;
98
52
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
99
53
  click: (...args: any[]) => void;
@@ -142,28 +96,13 @@ declare const meta: {
142
96
  };
143
97
  components: {
144
98
  UiFilterBadgeButton: {
145
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
146
- fill: {
147
- type: import('vue').PropType<string>;
148
- default: string;
149
- };
150
- label: {
151
- type: import('vue').PropType<string>;
152
- required: true;
153
- };
154
- color: {
155
- type: import('vue').PropType<string>;
156
- default: string;
157
- };
158
- iconIsFilled: {
159
- type: import('vue').PropType<boolean>;
160
- default: boolean;
161
- };
162
- isActive: {
163
- type: import('vue').PropType<boolean>;
164
- default: boolean;
165
- };
166
- }>> & Readonly<{
99
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
100
+ color?: string;
101
+ fill?: string;
102
+ iconIsFilled?: boolean;
103
+ label: string;
104
+ isActive?: boolean;
105
+ }> & Readonly<{
167
106
  onClick?: ((...args: any[]) => any) | undefined;
168
107
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
169
108
  click: (...args: any[]) => void;
@@ -172,35 +111,20 @@ declare const meta: {
172
111
  color: string;
173
112
  iconIsFilled: boolean;
174
113
  isActive: boolean;
175
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
114
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
176
115
  P: {};
177
116
  B: {};
178
117
  D: {};
179
118
  C: {};
180
119
  M: {};
181
120
  Defaults: {};
182
- }, Readonly<import('vue').ExtractPropTypes<{
183
- fill: {
184
- type: import('vue').PropType<string>;
185
- default: string;
186
- };
187
- label: {
188
- type: import('vue').PropType<string>;
189
- required: true;
190
- };
191
- color: {
192
- type: import('vue').PropType<string>;
193
- default: string;
194
- };
195
- iconIsFilled: {
196
- type: import('vue').PropType<boolean>;
197
- default: boolean;
198
- };
199
- isActive: {
200
- type: import('vue').PropType<boolean>;
201
- default: boolean;
202
- };
203
- }>> & Readonly<{
121
+ }, Readonly<{
122
+ color?: string;
123
+ fill?: string;
124
+ iconIsFilled?: boolean;
125
+ label: string;
126
+ isActive?: boolean;
127
+ }> & Readonly<{
204
128
  onClick?: ((...args: any[]) => any) | undefined;
205
129
  }>, {}, {}, {}, {}, {
206
130
  fill: string;
@@ -211,28 +135,13 @@ declare const meta: {
211
135
  __isFragment?: never;
212
136
  __isTeleport?: never;
213
137
  __isSuspense?: never;
214
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
215
- fill: {
216
- type: import('vue').PropType<string>;
217
- default: string;
218
- };
219
- label: {
220
- type: import('vue').PropType<string>;
221
- required: true;
222
- };
223
- color: {
224
- type: import('vue').PropType<string>;
225
- default: string;
226
- };
227
- iconIsFilled: {
228
- type: import('vue').PropType<boolean>;
229
- default: boolean;
230
- };
231
- isActive: {
232
- type: import('vue').PropType<boolean>;
233
- default: boolean;
234
- };
235
- }>> & Readonly<{
138
+ } & import('vue').ComponentOptionsBase<Readonly<{
139
+ color?: string;
140
+ fill?: string;
141
+ iconIsFilled?: boolean;
142
+ label: string;
143
+ isActive?: boolean;
144
+ }> & Readonly<{
236
145
  onClick?: ((...args: any[]) => any) | undefined;
237
146
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
238
147
  click: (...args: any[]) => void;
@@ -246,59 +155,23 @@ declare const meta: {
246
155
  default?(_: {}): any;
247
156
  };
248
157
  });
249
- UiIconButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
250
- size: {
251
- type: import('vue').PropType<"small" | "medium" | "large" | "xl">;
252
- default: string;
253
- };
254
- disabled: {
255
- type: import('vue').PropType<boolean>;
256
- default: boolean;
257
- };
258
- title: {
259
- type: import('vue').PropType<string>;
260
- default: string;
261
- };
262
- iconName: {
263
- type: import('vue').PropType<string>;
264
- required: true;
265
- };
266
- backgroundColor: {
267
- type: import('vue').PropType<"none" | "blue" | "gray-hover">;
268
- default: string;
269
- };
270
- iconColor: {
271
- type: import('vue').PropType<"blue" | "gray" | "white">;
272
- default: string;
273
- };
274
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
275
- click: (payload: any) => void;
276
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
277
- size: {
278
- type: import('vue').PropType<"small" | "medium" | "large" | "xl">;
279
- default: string;
280
- };
281
- disabled: {
282
- type: import('vue').PropType<boolean>;
283
- default: boolean;
284
- };
285
- title: {
286
- type: import('vue').PropType<string>;
287
- default: string;
288
- };
289
- iconName: {
290
- type: import('vue').PropType<string>;
291
- required: true;
292
- };
293
- backgroundColor: {
294
- type: import('vue').PropType<"none" | "blue" | "gray-hover">;
295
- default: string;
296
- };
297
- iconColor: {
298
- type: import('vue').PropType<"blue" | "gray" | "white">;
299
- default: string;
300
- };
301
- }>> & Readonly<{
158
+ UiIconButton: import('vue').DefineComponent<{
159
+ iconName: typeof import('../UiIcon/iconNames').iconNames[number];
160
+ title?: string;
161
+ disabled?: boolean;
162
+ backgroundColor?: "blue" | "none" | "gray-hover";
163
+ iconColor?: "blue" | "gray" | "white";
164
+ size?: "small" | "medium" | "large" | "xl";
165
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
166
+ click: (payload: any) => any;
167
+ }, string, import('vue').PublicProps, Readonly<{
168
+ iconName: typeof import('../UiIcon/iconNames').iconNames[number];
169
+ title?: string;
170
+ disabled?: boolean;
171
+ backgroundColor?: "blue" | "none" | "gray-hover";
172
+ iconColor?: "blue" | "gray" | "white";
173
+ size?: "small" | "medium" | "large" | "xl";
174
+ }> & Readonly<{
302
175
  onClick?: ((payload: any) => any) | undefined;
303
176
  }>, {
304
177
  size: "small" | "medium" | "large" | "xl";
@@ -306,7 +179,7 @@ declare const meta: {
306
179
  title: string;
307
180
  backgroundColor: "blue" | "none" | "gray-hover";
308
181
  iconColor: "blue" | "gray" | "white";
309
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
182
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
310
183
  };
311
184
  template: string;
312
185
  methods: {
@@ -1,57 +1,31 @@
1
- declare function __VLS_template(): {
2
- default?(_: {}): any;
3
- };
4
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
1
+ type __VLS_Props = {
5
2
  color?: string;
6
3
  fill?: string;
7
4
  iconIsFilled?: boolean;
8
5
  label: string;
9
6
  isActive?: boolean;
10
- }>, {
11
- color: string;
12
- fill: string;
13
- iconIsFilled: boolean;
14
- isActive: boolean;
15
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
+ };
8
+ declare function __VLS_template(): {
9
+ attrs: Partial<{}>;
10
+ slots: {
11
+ default?(_: {}): any;
12
+ };
13
+ refs: {};
14
+ rootEl: HTMLDivElement;
15
+ };
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
16
18
  click: (...args: any[]) => void;
17
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
18
- color?: string;
19
- fill?: string;
20
- iconIsFilled?: boolean;
21
- label: string;
22
- isActive?: boolean;
23
- }>, {
24
- color: string;
25
- fill: string;
26
- iconIsFilled: boolean;
27
- isActive: boolean;
28
- }>>> & Readonly<{
19
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
29
20
  onClick?: ((...args: any[]) => any) | undefined;
30
21
  }>, {
31
22
  fill: string;
32
23
  color: string;
33
24
  iconIsFilled: boolean;
34
25
  isActive: boolean;
35
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
36
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
26
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
27
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
37
28
  export default _default;
38
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
39
- type __VLS_TypePropsToRuntimeProps<T> = {
40
- [K in keyof T]-?: {} extends Pick<T, K> ? {
41
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
42
- } : {
43
- type: import('vue').PropType<T[K]>;
44
- required: true;
45
- };
46
- };
47
- type __VLS_WithDefaults<P, D> = {
48
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
49
- default: D[K];
50
- }> : P[K];
51
- };
52
- type __VLS_Prettify<T> = {
53
- [K in keyof T]: T[K];
54
- } & {};
55
29
  type __VLS_WithTemplateSlots<T, S> = T & {
56
30
  new (): {
57
31
  $slots: S;
@@ -1,93 +1,32 @@
1
1
  import { iconNames } from '../UiIcon/iconNames';
2
2
  import { StoryObj } from '@storybook/vue3';
3
-
4
3
  declare const meta: {
5
4
  title: string;
6
- component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
7
- size: {
8
- type: import('vue').PropType<"xs" | "small">;
9
- default: string;
10
- };
11
- disabled: {
12
- type: import('vue').PropType<boolean>;
13
- default: boolean;
14
- };
15
- title: {
16
- type: import('vue').PropType<string>;
17
- default: string;
18
- };
19
- iconSize: {
20
- type: import('vue').PropType<"xs" | "small" | "large">;
21
- default: string;
22
- };
23
- variant: {
24
- type: import('vue').PropType<"blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank">;
25
- default: string;
26
- };
27
- chevronIcon: {
28
- type: import('vue').PropType<string>;
29
- default: string;
30
- };
31
- rotateIcon: {
32
- type: import('vue').PropType<boolean>;
33
- default: boolean;
34
- };
35
- active: {
36
- type: import('vue').PropType<boolean>;
37
- default: boolean;
38
- };
39
- hasIcon: {
40
- type: import('vue').PropType<boolean>;
41
- default: boolean;
42
- };
43
- iconLeft: {
44
- type: import('vue').PropType<string | null>;
45
- default: null;
46
- };
47
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5
+ component: import('vue').DefineComponent<{
6
+ title?: string;
7
+ variant?: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank";
8
+ chevronIcon?: (typeof iconNames)[number];
9
+ rotateIcon?: boolean;
10
+ iconSize?: "xs" | "small" | "large";
11
+ size?: "xs" | "small";
12
+ disabled?: boolean;
13
+ active?: boolean;
14
+ hasIcon?: boolean;
15
+ iconLeft?: (typeof iconNames)[number] | null;
16
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
48
17
  click: (...args: any[]) => void;
49
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
50
- size: {
51
- type: import('vue').PropType<"xs" | "small">;
52
- default: string;
53
- };
54
- disabled: {
55
- type: import('vue').PropType<boolean>;
56
- default: boolean;
57
- };
58
- title: {
59
- type: import('vue').PropType<string>;
60
- default: string;
61
- };
62
- iconSize: {
63
- type: import('vue').PropType<"xs" | "small" | "large">;
64
- default: string;
65
- };
66
- variant: {
67
- type: import('vue').PropType<"blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank">;
68
- default: string;
69
- };
70
- chevronIcon: {
71
- type: import('vue').PropType<string>;
72
- default: string;
73
- };
74
- rotateIcon: {
75
- type: import('vue').PropType<boolean>;
76
- default: boolean;
77
- };
78
- active: {
79
- type: import('vue').PropType<boolean>;
80
- default: boolean;
81
- };
82
- hasIcon: {
83
- type: import('vue').PropType<boolean>;
84
- default: boolean;
85
- };
86
- iconLeft: {
87
- type: import('vue').PropType<string | null>;
88
- default: null;
89
- };
90
- }>> & Readonly<{
18
+ }, string, import('vue').PublicProps, Readonly<{
19
+ title?: string;
20
+ variant?: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank";
21
+ chevronIcon?: (typeof iconNames)[number];
22
+ rotateIcon?: boolean;
23
+ iconSize?: "xs" | "small" | "large";
24
+ size?: "xs" | "small";
25
+ disabled?: boolean;
26
+ active?: boolean;
27
+ hasIcon?: boolean;
28
+ iconLeft?: (typeof iconNames)[number] | null;
29
+ }> & Readonly<{
91
30
  onClick?: ((...args: any[]) => any) | undefined;
92
31
  }>, {
93
32
  size: "xs" | "small";
@@ -100,7 +39,7 @@ declare const meta: {
100
39
  active: boolean;
101
40
  hasIcon: boolean;
102
41
  iconLeft: (typeof iconNames)[number] | null;
103
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
42
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
104
43
  argTypes: {
105
44
  title: {
106
45
  control: "text";
@@ -154,91 +93,31 @@ declare const meta: {
154
93
  args: any;
155
94
  };
156
95
  components: {
157
- UiFilterButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
158
- size: {
159
- type: import('vue').PropType<"xs" | "small">;
160
- default: string;
161
- };
162
- disabled: {
163
- type: import('vue').PropType<boolean>;
164
- default: boolean;
165
- };
166
- title: {
167
- type: import('vue').PropType<string>;
168
- default: string;
169
- };
170
- iconSize: {
171
- type: import('vue').PropType<"xs" | "small" | "large">;
172
- default: string;
173
- };
174
- variant: {
175
- type: import('vue').PropType<"blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank">;
176
- default: string;
177
- };
178
- chevronIcon: {
179
- type: import('vue').PropType<string>;
180
- default: string;
181
- };
182
- rotateIcon: {
183
- type: import('vue').PropType<boolean>;
184
- default: boolean;
185
- };
186
- active: {
187
- type: import('vue').PropType<boolean>;
188
- default: boolean;
189
- };
190
- hasIcon: {
191
- type: import('vue').PropType<boolean>;
192
- default: boolean;
193
- };
194
- iconLeft: {
195
- type: import('vue').PropType<string | null>;
196
- default: null;
197
- };
198
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
96
+ UiFilterButton: import('vue').DefineComponent<{
97
+ title?: string;
98
+ variant?: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank";
99
+ chevronIcon?: (typeof iconNames)[number];
100
+ rotateIcon?: boolean;
101
+ iconSize?: "xs" | "small" | "large";
102
+ size?: "xs" | "small";
103
+ disabled?: boolean;
104
+ active?: boolean;
105
+ hasIcon?: boolean;
106
+ iconLeft?: (typeof iconNames)[number] | null;
107
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
199
108
  click: (...args: any[]) => void;
200
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
201
- size: {
202
- type: import('vue').PropType<"xs" | "small">;
203
- default: string;
204
- };
205
- disabled: {
206
- type: import('vue').PropType<boolean>;
207
- default: boolean;
208
- };
209
- title: {
210
- type: import('vue').PropType<string>;
211
- default: string;
212
- };
213
- iconSize: {
214
- type: import('vue').PropType<"xs" | "small" | "large">;
215
- default: string;
216
- };
217
- variant: {
218
- type: import('vue').PropType<"blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank">;
219
- default: string;
220
- };
221
- chevronIcon: {
222
- type: import('vue').PropType<string>;
223
- default: string;
224
- };
225
- rotateIcon: {
226
- type: import('vue').PropType<boolean>;
227
- default: boolean;
228
- };
229
- active: {
230
- type: import('vue').PropType<boolean>;
231
- default: boolean;
232
- };
233
- hasIcon: {
234
- type: import('vue').PropType<boolean>;
235
- default: boolean;
236
- };
237
- iconLeft: {
238
- type: import('vue').PropType<string | null>;
239
- default: null;
240
- };
241
- }>> & Readonly<{
109
+ }, string, import('vue').PublicProps, Readonly<{
110
+ title?: string;
111
+ variant?: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank";
112
+ chevronIcon?: (typeof iconNames)[number];
113
+ rotateIcon?: boolean;
114
+ iconSize?: "xs" | "small" | "large";
115
+ size?: "xs" | "small";
116
+ disabled?: boolean;
117
+ active?: boolean;
118
+ hasIcon?: boolean;
119
+ iconLeft?: (typeof iconNames)[number] | null;
120
+ }> & Readonly<{
242
121
  onClick?: ((...args: any[]) => any) | undefined;
243
122
  }>, {
244
123
  size: "xs" | "small";
@@ -251,7 +130,7 @@ declare const meta: {
251
130
  active: boolean;
252
131
  hasIcon: boolean;
253
132
  iconLeft: (typeof iconNames)[number] | null;
254
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
133
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
255
134
  };
256
135
  template: string;
257
136
  };