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