@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,349 +0,0 @@
1
- import { type PropType } from 'vue';
2
- type Item = {
3
- label: string;
4
- value: string;
5
- disabled?: boolean;
6
- };
7
- type State = {
8
- selected: string;
9
- };
10
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
11
- label: {
12
- type: StringConstructor;
13
- required: true;
14
- };
15
- items: {
16
- type: PropType<Item[]>;
17
- required: true;
18
- };
19
- id: {
20
- type: StringConstructor;
21
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
22
- };
23
- description: {
24
- type: StringConstructor;
25
- };
26
- descriptionLabel: {
27
- type: StringConstructor;
28
- required: false;
29
- };
30
- hideLabel: {
31
- type: BooleanConstructor;
32
- required: false;
33
- };
34
- name: {
35
- type: StringConstructor;
36
- required: true;
37
- };
38
- selected: {
39
- type: StringConstructor;
40
- default: string;
41
- };
42
- layout: {
43
- type: StringConstructor;
44
- validator: (value: string) => boolean;
45
- default: string;
46
- };
47
- }>, {
48
- state: State;
49
- changeEvent: (value: string) => void;
50
- radioType: import("vue").ComputedRef<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
51
- value: {
52
- type: StringConstructor;
53
- };
54
- disabled: {
55
- type: BooleanConstructor;
56
- default: boolean;
57
- };
58
- id: {
59
- type: StringConstructor;
60
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
61
- };
62
- name: {
63
- type: StringConstructor;
64
- required: true;
65
- };
66
- selected: {
67
- type: StringConstructor;
68
- required: true;
69
- };
70
- }>, {
71
- isSelected: import("vue").ComputedRef<boolean>;
72
- change: (event: any) => void;
73
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
74
- value: {
75
- type: StringConstructor;
76
- };
77
- disabled: {
78
- type: BooleanConstructor;
79
- default: boolean;
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: true;
88
- };
89
- selected: {
90
- type: StringConstructor;
91
- required: true;
92
- };
93
- }>> & Readonly<{
94
- onChange?: ((...args: any[]) => any) | undefined;
95
- }>, {
96
- disabled: boolean;
97
- id: string;
98
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
99
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:selected"[], "update:selected", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
100
- label: {
101
- type: StringConstructor;
102
- required: true;
103
- };
104
- items: {
105
- type: PropType<Item[]>;
106
- required: true;
107
- };
108
- id: {
109
- type: StringConstructor;
110
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
111
- };
112
- description: {
113
- type: StringConstructor;
114
- };
115
- descriptionLabel: {
116
- type: StringConstructor;
117
- required: false;
118
- };
119
- hideLabel: {
120
- type: BooleanConstructor;
121
- required: false;
122
- };
123
- name: {
124
- type: StringConstructor;
125
- required: true;
126
- };
127
- selected: {
128
- type: StringConstructor;
129
- default: string;
130
- };
131
- layout: {
132
- type: StringConstructor;
133
- validator: (value: string) => boolean;
134
- default: string;
135
- };
136
- }>> & Readonly<{
137
- "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
138
- }>, {
139
- id: string;
140
- selected: string;
141
- hideLabel: boolean;
142
- layout: string;
143
- }, {}, {
144
- AuxRadioGroupCardElement: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
145
- value: {
146
- type: StringConstructor;
147
- };
148
- disabled: {
149
- type: BooleanConstructor;
150
- default: boolean;
151
- };
152
- id: {
153
- type: StringConstructor;
154
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
155
- };
156
- name: {
157
- type: StringConstructor;
158
- required: true;
159
- };
160
- selected: {
161
- type: StringConstructor;
162
- required: true;
163
- };
164
- }>, {
165
- isSelected: import("vue").ComputedRef<boolean>;
166
- change: (event: any) => void;
167
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
168
- value: {
169
- type: StringConstructor;
170
- };
171
- disabled: {
172
- type: BooleanConstructor;
173
- default: boolean;
174
- };
175
- id: {
176
- type: StringConstructor;
177
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
178
- };
179
- name: {
180
- type: StringConstructor;
181
- required: true;
182
- };
183
- selected: {
184
- type: StringConstructor;
185
- required: true;
186
- };
187
- }>> & Readonly<{
188
- onChange?: ((...args: any[]) => any) | undefined;
189
- }>, {
190
- disabled: boolean;
191
- id: string;
192
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
193
- AuxRadioGroupElement: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
194
- value: {
195
- type: StringConstructor;
196
- };
197
- disabled: {
198
- type: BooleanConstructor;
199
- default: boolean;
200
- };
201
- id: {
202
- type: StringConstructor;
203
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
204
- };
205
- name: {
206
- type: StringConstructor;
207
- required: true;
208
- };
209
- selected: {
210
- type: StringConstructor;
211
- required: true;
212
- };
213
- }>, {
214
- isSelected: import("vue").ComputedRef<boolean>;
215
- change: (event: any) => void;
216
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
217
- value: {
218
- type: StringConstructor;
219
- };
220
- disabled: {
221
- type: BooleanConstructor;
222
- default: boolean;
223
- };
224
- id: {
225
- type: StringConstructor;
226
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
227
- };
228
- name: {
229
- type: StringConstructor;
230
- required: true;
231
- };
232
- selected: {
233
- type: StringConstructor;
234
- required: true;
235
- };
236
- }>> & Readonly<{
237
- onChange?: ((...args: any[]) => any) | undefined;
238
- }>, {
239
- disabled: boolean;
240
- id: string;
241
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
242
- FormElement: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
243
- label: {
244
- type: StringConstructor;
245
- required: true;
246
- default: string;
247
- };
248
- description: {
249
- type: StringConstructor;
250
- required: false;
251
- };
252
- descriptionLabel: {
253
- type: StringConstructor;
254
- required: false;
255
- };
256
- hideLabel: {
257
- type: BooleanConstructor;
258
- required: false;
259
- default: boolean;
260
- };
261
- id: {
262
- type: StringConstructor;
263
- required: true;
264
- };
265
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
266
- label: {
267
- type: StringConstructor;
268
- required: true;
269
- default: string;
270
- };
271
- description: {
272
- type: StringConstructor;
273
- required: false;
274
- };
275
- descriptionLabel: {
276
- type: StringConstructor;
277
- required: false;
278
- };
279
- hideLabel: {
280
- type: BooleanConstructor;
281
- required: false;
282
- default: boolean;
283
- };
284
- id: {
285
- type: StringConstructor;
286
- required: true;
287
- };
288
- }>> & Readonly<{}>, {
289
- label: string;
290
- hideLabel: boolean;
291
- }, {}, {
292
- AuxDetails: import("vue").DefineComponent<{}, {
293
- state: {
294
- isOpen: boolean;
295
- };
296
- toggleOpen: () => void;
297
- arrowDirection: import("vue").ComputedRef<"down" | "up">;
298
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
299
- AuxLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
300
- size: {
301
- type: StringConstructor;
302
- default: string;
303
- validator: (value: string) => boolean;
304
- };
305
- href: {
306
- type: StringConstructor;
307
- required: false;
308
- };
309
- }>, {
310
- componentType: import("vue").ComputedRef<"button" | "a">;
311
- classes: import("vue").ComputedRef<{
312
- [x: string]: boolean | import("vue").Slot<any> | undefined;
313
- 'aux-link': boolean;
314
- 'aux-link-icon-left': import("vue").Slot<any> | undefined;
315
- 'aux-link-icon-right': import("vue").Slot<any> | undefined;
316
- }>;
317
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
318
- size: {
319
- type: StringConstructor;
320
- default: string;
321
- validator: (value: string) => boolean;
322
- };
323
- href: {
324
- type: StringConstructor;
325
- required: false;
326
- };
327
- }>> & Readonly<{
328
- onClick?: ((...args: any[]) => any) | undefined;
329
- }>, {
330
- size: string;
331
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
332
- AuxDirectionalArrow: import("vue").DefineComponent<{
333
- direction: string;
334
- }, {
335
- classes: import("vue").ComputedRef<{
336
- [x: string]: boolean;
337
- 'aux-arrow': boolean;
338
- }>;
339
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
340
- direction: string;
341
- }> & Readonly<{}>, {
342
- direction: string;
343
- }, {}, {
344
- CaretRightIcon: import("vue").FunctionalComponent<import("vue").SVGAttributes, {}, any, {}>;
345
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
346
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
347
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
348
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
349
- export default _default;
@@ -1,50 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
- value: {
3
- type: StringConstructor;
4
- };
5
- disabled: {
6
- type: BooleanConstructor;
7
- default: boolean;
8
- };
9
- id: {
10
- type: StringConstructor;
11
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
12
- };
13
- name: {
14
- type: StringConstructor;
15
- required: true;
16
- };
17
- selected: {
18
- type: StringConstructor;
19
- required: true;
20
- };
21
- }>, {
22
- isSelected: import("vue").ComputedRef<boolean>;
23
- change: (event: any) => void;
24
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
25
- value: {
26
- type: StringConstructor;
27
- };
28
- disabled: {
29
- type: BooleanConstructor;
30
- default: boolean;
31
- };
32
- id: {
33
- type: StringConstructor;
34
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
35
- };
36
- name: {
37
- type: StringConstructor;
38
- required: true;
39
- };
40
- selected: {
41
- type: StringConstructor;
42
- required: true;
43
- };
44
- }>> & Readonly<{
45
- onChange?: ((...args: any[]) => any) | undefined;
46
- }>, {
47
- disabled: boolean;
48
- id: string;
49
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
50
- export default _default;
@@ -1,50 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
- value: {
3
- type: StringConstructor;
4
- };
5
- disabled: {
6
- type: BooleanConstructor;
7
- default: boolean;
8
- };
9
- id: {
10
- type: StringConstructor;
11
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
12
- };
13
- name: {
14
- type: StringConstructor;
15
- required: true;
16
- };
17
- selected: {
18
- type: StringConstructor;
19
- required: true;
20
- };
21
- }>, {
22
- isSelected: import("vue").ComputedRef<boolean>;
23
- change: (event: any) => void;
24
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
25
- value: {
26
- type: StringConstructor;
27
- };
28
- disabled: {
29
- type: BooleanConstructor;
30
- default: boolean;
31
- };
32
- id: {
33
- type: StringConstructor;
34
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
35
- };
36
- name: {
37
- type: StringConstructor;
38
- required: true;
39
- };
40
- selected: {
41
- type: StringConstructor;
42
- required: true;
43
- };
44
- }>> & Readonly<{
45
- onChange?: ((...args: any[]) => any) | undefined;
46
- }>, {
47
- disabled: boolean;
48
- id: string;
49
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
50
- export default _default;
@@ -1,207 +0,0 @@
1
- import type { PropType } from 'vue';
2
- type Item = {
3
- label: string;
4
- value: string;
5
- disabled?: boolean;
6
- };
7
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
8
- items: {
9
- type: PropType<Item[]>;
10
- required: true;
11
- };
12
- label: {
13
- type: StringConstructor;
14
- required: false;
15
- };
16
- required: {
17
- type: BooleanConstructor;
18
- default: boolean;
19
- };
20
- id: {
21
- type: StringConstructor;
22
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
23
- };
24
- name: {
25
- type: StringConstructor;
26
- required: false;
27
- };
28
- hideLabel: {
29
- type: BooleanConstructor;
30
- default: boolean;
31
- };
32
- description: {
33
- type: StringConstructor;
34
- };
35
- descriptionLabel: {
36
- type: StringConstructor;
37
- required: false;
38
- };
39
- value: {
40
- type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
41
- };
42
- modelValue: {
43
- type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
44
- };
45
- }>, {
46
- state: {
47
- value: string | number | unknown[] | undefined;
48
- };
49
- updateValue: (event: Event) => void;
50
- focusEmit: (event: Event) => void;
51
- blurEmit: (event: Event) => void;
52
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "focus" | "blur" | "update:modelValue")[], "change" | "focus" | "blur" | "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
53
- items: {
54
- type: PropType<Item[]>;
55
- required: true;
56
- };
57
- label: {
58
- type: StringConstructor;
59
- required: false;
60
- };
61
- required: {
62
- type: BooleanConstructor;
63
- default: boolean;
64
- };
65
- id: {
66
- type: StringConstructor;
67
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
68
- };
69
- name: {
70
- type: StringConstructor;
71
- required: false;
72
- };
73
- hideLabel: {
74
- type: BooleanConstructor;
75
- default: boolean;
76
- };
77
- description: {
78
- type: StringConstructor;
79
- };
80
- descriptionLabel: {
81
- type: StringConstructor;
82
- required: false;
83
- };
84
- value: {
85
- type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
86
- };
87
- modelValue: {
88
- type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
89
- };
90
- }>> & Readonly<{
91
- onFocus?: ((...args: any[]) => any) | undefined;
92
- onBlur?: ((...args: any[]) => any) | undefined;
93
- onChange?: ((...args: any[]) => any) | undefined;
94
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
95
- }>, {
96
- required: boolean;
97
- id: string;
98
- hideLabel: boolean;
99
- }, {}, {
100
- FormElement: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
101
- label: {
102
- type: StringConstructor;
103
- required: true;
104
- default: string;
105
- };
106
- description: {
107
- type: StringConstructor;
108
- required: false;
109
- };
110
- descriptionLabel: {
111
- type: StringConstructor;
112
- required: false;
113
- };
114
- hideLabel: {
115
- type: BooleanConstructor;
116
- required: false;
117
- default: boolean;
118
- };
119
- id: {
120
- type: StringConstructor;
121
- required: true;
122
- };
123
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
124
- label: {
125
- type: StringConstructor;
126
- required: true;
127
- default: string;
128
- };
129
- description: {
130
- type: StringConstructor;
131
- required: false;
132
- };
133
- descriptionLabel: {
134
- type: StringConstructor;
135
- required: false;
136
- };
137
- hideLabel: {
138
- type: BooleanConstructor;
139
- required: false;
140
- default: boolean;
141
- };
142
- id: {
143
- type: StringConstructor;
144
- required: true;
145
- };
146
- }>> & Readonly<{}>, {
147
- label: string;
148
- hideLabel: boolean;
149
- }, {}, {
150
- AuxDetails: import("vue").DefineComponent<{}, {
151
- state: {
152
- isOpen: boolean;
153
- };
154
- toggleOpen: () => void;
155
- arrowDirection: import("vue").ComputedRef<"down" | "up">;
156
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
157
- AuxLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
158
- size: {
159
- type: StringConstructor;
160
- default: string;
161
- validator: (value: string) => boolean;
162
- };
163
- href: {
164
- type: StringConstructor;
165
- required: false;
166
- };
167
- }>, {
168
- componentType: import("vue").ComputedRef<"button" | "a">;
169
- classes: import("vue").ComputedRef<{
170
- [x: string]: boolean | import("vue").Slot<any> | undefined;
171
- 'aux-link': boolean;
172
- 'aux-link-icon-left': import("vue").Slot<any> | undefined;
173
- 'aux-link-icon-right': import("vue").Slot<any> | undefined;
174
- }>;
175
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
176
- size: {
177
- type: StringConstructor;
178
- default: string;
179
- validator: (value: string) => boolean;
180
- };
181
- href: {
182
- type: StringConstructor;
183
- required: false;
184
- };
185
- }>> & Readonly<{
186
- onClick?: ((...args: any[]) => any) | undefined;
187
- }>, {
188
- size: string;
189
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
190
- AuxDirectionalArrow: import("vue").DefineComponent<{
191
- direction: string;
192
- }, {
193
- classes: import("vue").ComputedRef<{
194
- [x: string]: boolean;
195
- 'aux-arrow': boolean;
196
- }>;
197
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
198
- direction: string;
199
- }> & Readonly<{}>, {
200
- direction: string;
201
- }, {}, {
202
- CaretRightIcon: import("vue").FunctionalComponent<import("vue").SVGAttributes, {}, any, {}>;
203
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
204
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
205
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
206
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
207
- export default _default;
@@ -1,22 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
- size: {
3
- type: StringConstructor;
4
- default: string;
5
- validator: (value: string) => boolean;
6
- };
7
- }>, {
8
- classes: import("vue").ComputedRef<{
9
- [x: string]: boolean;
10
- 'aux-spinner': boolean;
11
- }>;
12
- showLabel: import("vue").ComputedRef<boolean | undefined>;
13
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
- size: {
15
- type: StringConstructor;
16
- default: string;
17
- validator: (value: string) => boolean;
18
- };
19
- }>> & Readonly<{}>, {
20
- size: string;
21
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
22
- export default _default;