@ambita/design-system 5.1.4-1501.0 → 5.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 (80) hide show
  1. package/dist/css/colors-css-variables.scss +1 -1
  2. package/dist/css/mixins.scss +2 -0
  3. package/dist/ds.js +2 -2
  4. package/dist/ds.js.map +1 -1
  5. package/dist/ds.mjs +2 -2
  6. package/dist/ds.mjs.map +1 -1
  7. package/dist/ds.umd.js +13 -13
  8. package/dist/ds.umd.js.map +1 -1
  9. package/dist/index.css +1 -1
  10. package/dist/types/tsconfig.app.tsbuildinfo +1 -1
  11. package/package.json +9 -9
  12. package/dist/types/src/App.vue.d.ts +0 -81
  13. package/dist/types/src/components/AuxAriaAnnouncer/AuxAriaAnnouncer.vue.d.ts +0 -18
  14. package/dist/types/src/components/Banner/Banner.types.d.ts +0 -1
  15. package/dist/types/src/components/Banner/Banner.vue.d.ts +0 -47
  16. package/dist/types/src/components/Button/Button.vue.d.ts +0 -62
  17. package/dist/types/src/components/Card/Card.vue.d.ts +0 -2
  18. package/dist/types/src/components/Checkbox/Checkbox.vue.d.ts +0 -238
  19. package/dist/types/src/components/Checkbox/CheckboxCard.vue.d.ts +0 -57
  20. package/dist/types/src/components/Checkbox/CheckboxRegular.vue.d.ts +0 -57
  21. package/dist/types/src/components/CheckboxDropdown/CheckboxDropdown.vue.d.ts +0 -312
  22. package/dist/types/src/components/Color/ColorSwatch.vue.d.ts +0 -19
  23. package/dist/types/src/components/Definition/Definition.vue.d.ts +0 -58
  24. package/dist/types/src/components/Details/Details.vue.d.ts +0 -56
  25. package/dist/types/src/components/DirectionalArrow/DirectionalArrow.vue.d.ts +0 -15
  26. package/dist/types/src/components/FormElement/FormElement.vue.d.ts +0 -107
  27. package/dist/types/src/components/Icons/IconPreview.vue.d.ts +0 -14
  28. package/dist/types/src/components/Input/Input.vue.d.ts +0 -232
  29. package/dist/types/src/components/JsonForm/Components/Checkboxes.vue.d.ts +0 -421
  30. package/dist/types/src/components/JsonForm/Components/RadioButtons.vue.d.ts +0 -422
  31. package/dist/types/src/components/JsonForm/Controls/Array.vue.d.ts +0 -866
  32. package/dist/types/src/components/JsonForm/Controls/Boolean.vue.d.ts +0 -262
  33. package/dist/types/src/components/JsonForm/Controls/Number.vue.d.ts +0 -887
  34. package/dist/types/src/components/JsonForm/Controls/String.vue.d.ts +0 -888
  35. package/dist/types/src/components/JsonForm/Controls/Wrapper.vue.d.ts +0 -49
  36. package/dist/types/src/components/JsonForm/JsonForm.vue.d.ts +0 -200
  37. package/dist/types/src/components/JsonForm/Renderers/Array.vue.d.ts +0 -960
  38. package/dist/types/src/components/JsonForm/Renderers/Boolean.vue.d.ts +0 -356
  39. package/dist/types/src/components/JsonForm/Renderers/Integer.vue.d.ts +0 -981
  40. package/dist/types/src/components/JsonForm/Renderers/Layout.vue.d.ts +0 -113
  41. package/dist/types/src/components/JsonForm/Renderers/Number.vue.d.ts +0 -981
  42. package/dist/types/src/components/JsonForm/Renderers/Object.vue.d.ts +0 -140
  43. package/dist/types/src/components/JsonForm/Renderers/String.vue.d.ts +0 -982
  44. package/dist/types/src/components/JsonForm/Renderers/index.d.ts +0 -9
  45. package/dist/types/src/components/Link/Link.vue.d.ts +0 -34
  46. package/dist/types/src/components/Logo/Logo.vue.d.ts +0 -16
  47. package/dist/types/src/components/Modal/Action.d.ts +0 -8
  48. package/dist/types/src/components/Modal/Actions.vue.d.ts +0 -83
  49. package/dist/types/src/components/Modal/Modal.vue.d.ts +0 -166
  50. package/dist/types/src/components/Notification/Notification.vue.d.ts +0 -31
  51. package/dist/types/src/components/Notification/Notifications.vue.d.ts +0 -50
  52. package/dist/types/src/components/Pagination/Pagination.vue.d.ts +0 -114
  53. package/dist/types/src/components/Pagination/types.d.ts +0 -5
  54. package/dist/types/src/components/Pill/Colors.d.ts +0 -1
  55. package/dist/types/src/components/Pill/Pill.vue.d.ts +0 -21
  56. package/dist/types/src/components/Radio/Radio.vue.d.ts +0 -50
  57. package/dist/types/src/components/RadioGroup/RadioGroup.vue.d.ts +0 -349
  58. package/dist/types/src/components/RadioGroup/RadioGroupCardElement.vue.d.ts +0 -50
  59. package/dist/types/src/components/RadioGroup/RadioGroupElement.vue.d.ts +0 -50
  60. package/dist/types/src/components/Select/Select.vue.d.ts +0 -207
  61. package/dist/types/src/components/Spinner/Spinner.vue.d.ts +0 -22
  62. package/dist/types/src/components/StatusBadge/StatusBadge.vue.d.ts +0 -25
  63. package/dist/types/src/components/StatusBadge/Statuses.d.ts +0 -1
  64. package/dist/types/src/components/Tag/Colors.d.ts +0 -1
  65. package/dist/types/src/components/Tag/Tag.vue.d.ts +0 -21
  66. package/dist/types/src/components/TextArea/TextArea.vue.d.ts +0 -226
  67. package/dist/types/src/components/Time/Time.vue.d.ts +0 -27
  68. package/dist/types/src/components/Toggle/Toggle.vue.d.ts +0 -95
  69. package/dist/types/src/components/Upload/File/File.vue.d.ts +0 -133
  70. package/dist/types/src/components/Upload/Upload.vue.d.ts +0 -333
  71. package/dist/types/src/components/ValidationWrapper/ValidationWrapper.vue.d.ts +0 -21
  72. package/dist/types/src/helpers/formatters/formatDateAndTime/Storybook/FormatDateAndTime.vue.d.ts +0 -10
  73. package/dist/types/src/helpers/formatters/formatDateAndTime/index.d.ts +0 -2
  74. package/dist/types/src/helpers/formatters/formatQuantity/Storybook/FormatAmount.vue.d.ts +0 -6
  75. package/dist/types/src/helpers/formatters/formatQuantity/Storybook/FormatNumber.vue.d.ts +0 -5
  76. package/dist/types/src/helpers/formatters/formatQuantity/formatAmount.d.ts +0 -3
  77. package/dist/types/src/helpers/formatters/formatQuantity/formatNumber.d.ts +0 -11
  78. package/dist/types/src/helpers/uuid.d.ts +0 -2
  79. package/dist/types/src/index.d.ts +0 -31
  80. package/dist/types/src/main.d.ts +0 -1
@@ -1,312 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
- value: {
3
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
4
- };
5
- disabled: {
6
- type: BooleanConstructor;
7
- };
8
- id: {
9
- type: StringConstructor;
10
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
11
- };
12
- name: {
13
- type: StringConstructor;
14
- required: false;
15
- };
16
- selected: {
17
- type: BooleanConstructor;
18
- default: boolean;
19
- };
20
- indeterminate: {
21
- type: BooleanConstructor;
22
- default: boolean;
23
- };
24
- layout: {
25
- type: StringConstructor;
26
- default: string;
27
- };
28
- }>, {
29
- state: {
30
- isOpen: boolean;
31
- };
32
- change: (value: {
33
- checked: boolean;
34
- option: any;
35
- }) => void;
36
- updateSelected: (value: {
37
- checked: boolean;
38
- option: any;
39
- }) => void;
40
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
41
- value: {
42
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
43
- };
44
- disabled: {
45
- type: BooleanConstructor;
46
- };
47
- id: {
48
- type: StringConstructor;
49
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
50
- };
51
- name: {
52
- type: StringConstructor;
53
- required: false;
54
- };
55
- selected: {
56
- type: BooleanConstructor;
57
- default: boolean;
58
- };
59
- indeterminate: {
60
- type: BooleanConstructor;
61
- default: boolean;
62
- };
63
- layout: {
64
- type: StringConstructor;
65
- default: string;
66
- };
67
- }>> & Readonly<{}>, {
68
- disabled: boolean;
69
- id: string;
70
- selected: boolean;
71
- layout: string;
72
- indeterminate: boolean;
73
- }, {}, {
74
- AuxCheckbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
75
- value: {
76
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
77
- };
78
- disabled: {
79
- type: BooleanConstructor;
80
- };
81
- id: {
82
- type: StringConstructor;
83
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
84
- };
85
- name: {
86
- type: StringConstructor;
87
- required: false;
88
- };
89
- selected: {
90
- type: BooleanConstructor;
91
- default: boolean;
92
- };
93
- indeterminate: {
94
- type: BooleanConstructor;
95
- default: boolean;
96
- };
97
- layout: {
98
- type: StringConstructor;
99
- validator: (value: string) => boolean;
100
- default: string;
101
- };
102
- }>, {
103
- changeEvent: (value: Event) => void;
104
- checkboxType: import("vue").ComputedRef<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
105
- value: {
106
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
107
- };
108
- disabled: {
109
- type: BooleanConstructor;
110
- };
111
- id: {
112
- type: StringConstructor;
113
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
114
- };
115
- name: {
116
- type: StringConstructor;
117
- required: false;
118
- };
119
- selected: {
120
- type: BooleanConstructor;
121
- default: boolean;
122
- };
123
- indeterminate: {
124
- type: BooleanConstructor;
125
- default: boolean;
126
- };
127
- }>, {
128
- changeEvent: (event: Event) => void;
129
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
130
- value: {
131
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
132
- };
133
- disabled: {
134
- type: BooleanConstructor;
135
- };
136
- id: {
137
- type: StringConstructor;
138
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
139
- };
140
- name: {
141
- type: StringConstructor;
142
- required: false;
143
- };
144
- selected: {
145
- type: BooleanConstructor;
146
- default: boolean;
147
- };
148
- indeterminate: {
149
- type: BooleanConstructor;
150
- default: boolean;
151
- };
152
- }>> & Readonly<{
153
- onChange?: ((...args: any[]) => any) | undefined;
154
- }>, {
155
- disabled: boolean;
156
- id: string;
157
- selected: boolean;
158
- indeterminate: boolean;
159
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
160
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:selected")[], "change" | "update:selected", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
161
- value: {
162
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
163
- };
164
- disabled: {
165
- type: BooleanConstructor;
166
- };
167
- id: {
168
- type: StringConstructor;
169
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
170
- };
171
- name: {
172
- type: StringConstructor;
173
- required: false;
174
- };
175
- selected: {
176
- type: BooleanConstructor;
177
- default: boolean;
178
- };
179
- indeterminate: {
180
- type: BooleanConstructor;
181
- default: boolean;
182
- };
183
- layout: {
184
- type: StringConstructor;
185
- validator: (value: string) => boolean;
186
- default: string;
187
- };
188
- }>> & Readonly<{
189
- onChange?: ((...args: any[]) => any) | undefined;
190
- "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
191
- }>, {
192
- disabled: boolean;
193
- id: string;
194
- selected: boolean;
195
- layout: string;
196
- indeterminate: boolean;
197
- }, {}, {
198
- AuxCheckboxRegular: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
199
- value: {
200
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
201
- };
202
- disabled: {
203
- type: BooleanConstructor;
204
- };
205
- id: {
206
- type: StringConstructor;
207
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
208
- };
209
- name: {
210
- type: StringConstructor;
211
- required: false;
212
- };
213
- selected: {
214
- type: BooleanConstructor;
215
- default: boolean;
216
- };
217
- indeterminate: {
218
- type: BooleanConstructor;
219
- default: boolean;
220
- };
221
- }>, {
222
- changeEvent: (event: Event) => void;
223
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
224
- value: {
225
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
226
- };
227
- disabled: {
228
- type: BooleanConstructor;
229
- };
230
- id: {
231
- type: StringConstructor;
232
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
233
- };
234
- name: {
235
- type: StringConstructor;
236
- required: false;
237
- };
238
- selected: {
239
- type: BooleanConstructor;
240
- default: boolean;
241
- };
242
- indeterminate: {
243
- type: BooleanConstructor;
244
- default: boolean;
245
- };
246
- }>> & Readonly<{
247
- onChange?: ((...args: any[]) => any) | undefined;
248
- }>, {
249
- disabled: boolean;
250
- id: string;
251
- selected: boolean;
252
- indeterminate: boolean;
253
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
254
- AuxCheckboxCard: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
255
- value: {
256
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
257
- };
258
- disabled: {
259
- type: BooleanConstructor;
260
- };
261
- id: {
262
- type: StringConstructor;
263
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
264
- };
265
- name: {
266
- type: StringConstructor;
267
- required: false;
268
- };
269
- selected: {
270
- type: BooleanConstructor;
271
- default: boolean;
272
- };
273
- indeterminate: {
274
- type: BooleanConstructor;
275
- default: boolean;
276
- };
277
- }>, {
278
- changeEvent: (event: Event) => void;
279
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
280
- value: {
281
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
282
- };
283
- disabled: {
284
- type: BooleanConstructor;
285
- };
286
- id: {
287
- type: StringConstructor;
288
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
289
- };
290
- name: {
291
- type: StringConstructor;
292
- required: false;
293
- };
294
- selected: {
295
- type: BooleanConstructor;
296
- default: boolean;
297
- };
298
- indeterminate: {
299
- type: BooleanConstructor;
300
- default: boolean;
301
- };
302
- }>> & Readonly<{
303
- onChange?: ((...args: any[]) => any) | undefined;
304
- }>, {
305
- disabled: boolean;
306
- id: string;
307
- selected: boolean;
308
- indeterminate: boolean;
309
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
310
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
311
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
312
- export default _default;
@@ -1,19 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
- color: {
3
- type: StringConstructor;
4
- };
5
- variant: {
6
- type: StringConstructor;
7
- };
8
- }>, {
9
- colorClass: import("vue").ComputedRef<string>;
10
- name: import("vue").ComputedRef<string>;
11
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
- color: {
13
- type: StringConstructor;
14
- };
15
- variant: {
16
- type: StringConstructor;
17
- };
18
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
19
- export default _default;
@@ -1,58 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
- label: {
3
- type: StringConstructor;
4
- required: true;
5
- };
6
- suffix: {
7
- type: StringConstructor;
8
- default: string;
9
- };
10
- vertical: {
11
- type: BooleanConstructor;
12
- default: boolean;
13
- };
14
- dataTestid: {
15
- type: StringConstructor;
16
- required: false;
17
- };
18
- size: {
19
- type: StringConstructor;
20
- required: false;
21
- default: string;
22
- validator: (value: string) => boolean;
23
- };
24
- }>, {
25
- classes: import("vue").ComputedRef<{
26
- [x: string]: boolean;
27
- 'aux-definition': boolean;
28
- 'aux-definition--vertical': boolean;
29
- }>;
30
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
31
- label: {
32
- type: StringConstructor;
33
- required: true;
34
- };
35
- suffix: {
36
- type: StringConstructor;
37
- default: string;
38
- };
39
- vertical: {
40
- type: BooleanConstructor;
41
- default: boolean;
42
- };
43
- dataTestid: {
44
- type: StringConstructor;
45
- required: false;
46
- };
47
- size: {
48
- type: StringConstructor;
49
- required: false;
50
- default: string;
51
- validator: (value: string) => boolean;
52
- };
53
- }>> & Readonly<{}>, {
54
- size: string;
55
- vertical: boolean;
56
- suffix: string;
57
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
58
- export default _default;
@@ -1,56 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- state: {
3
- isOpen: boolean;
4
- };
5
- toggleOpen: () => void;
6
- arrowDirection: import("vue").ComputedRef<"down" | "up">;
7
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
8
- AuxLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
9
- size: {
10
- type: StringConstructor;
11
- default: string;
12
- validator: (value: string) => boolean;
13
- };
14
- href: {
15
- type: StringConstructor;
16
- required: false;
17
- };
18
- }>, {
19
- componentType: import("vue").ComputedRef<"button" | "a">;
20
- classes: import("vue").ComputedRef<{
21
- [x: string]: boolean | import("vue").Slot<any> | undefined;
22
- 'aux-link': boolean;
23
- 'aux-link-icon-left': import("vue").Slot<any> | undefined;
24
- 'aux-link-icon-right': import("vue").Slot<any> | undefined;
25
- }>;
26
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
27
- size: {
28
- type: StringConstructor;
29
- default: string;
30
- validator: (value: string) => boolean;
31
- };
32
- href: {
33
- type: StringConstructor;
34
- required: false;
35
- };
36
- }>> & Readonly<{
37
- onClick?: ((...args: any[]) => any) | undefined;
38
- }>, {
39
- size: string;
40
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
41
- AuxDirectionalArrow: import("vue").DefineComponent<{
42
- direction: string;
43
- }, {
44
- classes: import("vue").ComputedRef<{
45
- [x: string]: boolean;
46
- 'aux-arrow': boolean;
47
- }>;
48
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
49
- direction: string;
50
- }> & Readonly<{}>, {
51
- direction: string;
52
- }, {}, {
53
- CaretRightIcon: import("vue").FunctionalComponent<import("vue").SVGAttributes, {}, any, {}>;
54
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
55
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
56
- export default _default;
@@ -1,15 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- direction: string;
3
- }, {
4
- classes: import("vue").ComputedRef<{
5
- [x: string]: boolean;
6
- 'aux-arrow': boolean;
7
- }>;
8
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
9
- direction: string;
10
- }> & Readonly<{}>, {
11
- direction: string;
12
- }, {}, {
13
- CaretRightIcon: import("vue").FunctionalComponent<import("vue").SVGAttributes, {}, any, {}>;
14
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
15
- export default _default;
@@ -1,107 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
- label: {
3
- type: StringConstructor;
4
- required: true;
5
- default: string;
6
- };
7
- description: {
8
- type: StringConstructor;
9
- required: false;
10
- };
11
- descriptionLabel: {
12
- type: StringConstructor;
13
- required: false;
14
- };
15
- hideLabel: {
16
- type: BooleanConstructor;
17
- required: false;
18
- default: boolean;
19
- };
20
- id: {
21
- type: StringConstructor;
22
- required: true;
23
- };
24
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
25
- label: {
26
- type: StringConstructor;
27
- required: true;
28
- default: string;
29
- };
30
- description: {
31
- type: StringConstructor;
32
- required: false;
33
- };
34
- descriptionLabel: {
35
- type: StringConstructor;
36
- required: false;
37
- };
38
- hideLabel: {
39
- type: BooleanConstructor;
40
- required: false;
41
- default: boolean;
42
- };
43
- id: {
44
- type: StringConstructor;
45
- required: true;
46
- };
47
- }>> & Readonly<{}>, {
48
- label: string;
49
- hideLabel: boolean;
50
- }, {}, {
51
- AuxDetails: import("vue").DefineComponent<{}, {
52
- state: {
53
- isOpen: boolean;
54
- };
55
- toggleOpen: () => void;
56
- arrowDirection: import("vue").ComputedRef<"down" | "up">;
57
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
58
- AuxLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
59
- size: {
60
- type: StringConstructor;
61
- default: string;
62
- validator: (value: string) => boolean;
63
- };
64
- href: {
65
- type: StringConstructor;
66
- required: false;
67
- };
68
- }>, {
69
- componentType: import("vue").ComputedRef<"button" | "a">;
70
- classes: import("vue").ComputedRef<{
71
- [x: string]: boolean | import("vue").Slot<any> | undefined;
72
- 'aux-link': boolean;
73
- 'aux-link-icon-left': import("vue").Slot<any> | undefined;
74
- 'aux-link-icon-right': import("vue").Slot<any> | undefined;
75
- }>;
76
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
77
- size: {
78
- type: StringConstructor;
79
- default: string;
80
- validator: (value: string) => boolean;
81
- };
82
- href: {
83
- type: StringConstructor;
84
- required: false;
85
- };
86
- }>> & Readonly<{
87
- onClick?: ((...args: any[]) => any) | undefined;
88
- }>, {
89
- size: string;
90
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
91
- AuxDirectionalArrow: import("vue").DefineComponent<{
92
- direction: string;
93
- }, {
94
- classes: import("vue").ComputedRef<{
95
- [x: string]: boolean;
96
- 'aux-arrow': boolean;
97
- }>;
98
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
99
- direction: string;
100
- }> & Readonly<{}>, {
101
- direction: string;
102
- }, {}, {
103
- CaretRightIcon: import("vue").FunctionalComponent<import("vue").SVGAttributes, {}, any, {}>;
104
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
105
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
106
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
107
- export default _default;
@@ -1,14 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
- title: {
3
- type: StringConstructor;
4
- required: true;
5
- };
6
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
- title: {
8
- type: StringConstructor;
9
- required: true;
10
- };
11
- }>> & Readonly<{}>, {}, {}, {
12
- Card: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
13
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
- export default _default;