@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,960 +0,0 @@
1
- import type { ControlElement } from '@jsonforms/core';
2
- declare const _default: import("vue").DefineComponent<{
3
- schema: import("../JsonForm.d").JsonFormSchema | import("@jsonforms/core").JsonSchema4 | import("@jsonforms/core").JsonSchema7;
4
- uischema: ControlElement;
5
- path: string;
6
- rootSchema?: (import("../JsonForm.d").JsonFormSchema | import("@jsonforms/core").JsonSchema4 | import("@jsonforms/core").JsonSchema7) | undefined;
7
- enabled?: boolean | undefined;
8
- renderers?: import("@jsonforms/core").JsonFormsRendererRegistryEntry[] | undefined;
9
- cells?: import("@jsonforms/core").JsonFormsCellRendererRegistryEntry[] | undefined;
10
- }, {
11
- control: import("vue").ComputedRef<{
12
- uischema: ControlElement;
13
- schema: NonNullable<import("@jsonforms/core").JsonSchema>;
14
- path: string;
15
- enabled: boolean;
16
- renderers: import("@jsonforms/core").JsonFormsRendererRegistryEntry[];
17
- cells: import("@jsonforms/core").JsonFormsCellRendererRegistryEntry[] & {
18
- tester: import("@jsonforms/core").RankedTester;
19
- cell: any;
20
- }[];
21
- config: any;
22
- label: string;
23
- description: string;
24
- required: NonNullable<boolean | undefined>;
25
- i18nKeyPrefix: string;
26
- errors: string;
27
- data: any;
28
- rootSchema: NonNullable<import("@jsonforms/core").JsonSchema>;
29
- id: string;
30
- visible: boolean;
31
- }>;
32
- handleChange(path: string, value: any): void;
33
- isDirty: boolean;
34
- }, {}, {}, {
35
- updateValue(value: string): void;
36
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
37
- schema: import("../JsonForm.d").JsonFormSchema | import("@jsonforms/core").JsonSchema4 | import("@jsonforms/core").JsonSchema7;
38
- uischema: ControlElement;
39
- path: string;
40
- rootSchema?: (import("../JsonForm.d").JsonFormSchema | import("@jsonforms/core").JsonSchema4 | import("@jsonforms/core").JsonSchema7) | undefined;
41
- enabled?: boolean | undefined;
42
- renderers?: import("@jsonforms/core").JsonFormsRendererRegistryEntry[] | undefined;
43
- cells?: import("@jsonforms/core").JsonFormsCellRendererRegistryEntry[] | undefined;
44
- }> & Readonly<{}>, {
45
- config: Record<string, any>;
46
- enabled: boolean;
47
- renderers: import("@jsonforms/core").JsonFormsRendererRegistryEntry[];
48
- cells: import("@jsonforms/core").JsonFormsCellRendererRegistryEntry[];
49
- }, {}, {
50
- ArrayControl: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
51
- control: {
52
- type: import("vue").PropType<import("../JsonForm.d").JsonFormControl>;
53
- required: true;
54
- };
55
- }>, {
56
- state: {
57
- default: any;
58
- format: string;
59
- enums: {
60
- label: string;
61
- value: string;
62
- }[];
63
- layout: string;
64
- };
65
- }, {}, {}, {
66
- onChange(value: string[] | string): void;
67
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update-value"[], "update-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
68
- control: {
69
- type: import("vue").PropType<import("../JsonForm.d").JsonFormControl>;
70
- required: true;
71
- };
72
- }>> & Readonly<{
73
- "onUpdate-value"?: ((...args: any[]) => any) | undefined;
74
- }>, {}, {}, {
75
- RadioButtons: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
76
- id: {
77
- type: StringConstructor;
78
- required: true;
79
- };
80
- label: {
81
- type: StringConstructor;
82
- required: true;
83
- };
84
- description: {
85
- type: StringConstructor;
86
- required: false;
87
- };
88
- options: {
89
- type: import("vue").PropType<import("../JsonForm.d").JsonFormEnum[]>;
90
- required: true;
91
- };
92
- data: {
93
- type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
94
- required: false;
95
- };
96
- defaultValue: {
97
- type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
98
- required: false;
99
- };
100
- layout: {
101
- type: StringConstructor;
102
- default: string;
103
- };
104
- }>, {
105
- uniqueID: string;
106
- selected: string | undefined;
107
- }, {}, {}, {
108
- onChange(value: string): void;
109
- isDefaultValue(value: string): boolean;
110
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
111
- id: {
112
- type: StringConstructor;
113
- required: true;
114
- };
115
- label: {
116
- type: StringConstructor;
117
- required: true;
118
- };
119
- description: {
120
- type: StringConstructor;
121
- required: false;
122
- };
123
- options: {
124
- type: import("vue").PropType<import("../JsonForm.d").JsonFormEnum[]>;
125
- required: true;
126
- };
127
- data: {
128
- type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
129
- required: false;
130
- };
131
- defaultValue: {
132
- type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
133
- required: false;
134
- };
135
- layout: {
136
- type: StringConstructor;
137
- default: string;
138
- };
139
- }>> & Readonly<{
140
- onChange?: ((...args: any[]) => any) | undefined;
141
- }>, {
142
- layout: string;
143
- }, {}, {
144
- RadioGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
145
- label: {
146
- type: StringConstructor;
147
- required: true;
148
- };
149
- items: {
150
- type: import("vue").PropType<{
151
- label: string;
152
- value: string;
153
- disabled?: boolean;
154
- }[]>;
155
- required: true;
156
- };
157
- id: {
158
- type: StringConstructor;
159
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
160
- };
161
- description: {
162
- type: StringConstructor;
163
- };
164
- descriptionLabel: {
165
- type: StringConstructor;
166
- required: false;
167
- };
168
- hideLabel: {
169
- type: BooleanConstructor;
170
- required: false;
171
- };
172
- name: {
173
- type: StringConstructor;
174
- required: true;
175
- };
176
- selected: {
177
- type: StringConstructor;
178
- default: string;
179
- };
180
- layout: {
181
- type: StringConstructor;
182
- validator: (value: string) => boolean;
183
- default: string;
184
- };
185
- }>, {
186
- state: {
187
- selected: string;
188
- };
189
- changeEvent: (value: string) => void;
190
- radioType: import("vue").ComputedRef<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
191
- value: {
192
- type: StringConstructor;
193
- };
194
- disabled: {
195
- type: BooleanConstructor;
196
- default: boolean;
197
- };
198
- id: {
199
- type: StringConstructor;
200
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
201
- };
202
- name: {
203
- type: StringConstructor;
204
- required: true;
205
- };
206
- selected: {
207
- type: StringConstructor;
208
- required: true;
209
- };
210
- }>, {
211
- isSelected: import("vue").ComputedRef<boolean>;
212
- change: (event: any) => void;
213
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
214
- value: {
215
- type: StringConstructor;
216
- };
217
- disabled: {
218
- type: BooleanConstructor;
219
- default: boolean;
220
- };
221
- id: {
222
- type: StringConstructor;
223
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
224
- };
225
- name: {
226
- type: StringConstructor;
227
- required: true;
228
- };
229
- selected: {
230
- type: StringConstructor;
231
- required: true;
232
- };
233
- }>> & Readonly<{
234
- onChange?: ((...args: any[]) => any) | undefined;
235
- }>, {
236
- disabled: boolean;
237
- id: string;
238
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
239
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:selected"[], "update:selected", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
240
- label: {
241
- type: StringConstructor;
242
- required: true;
243
- };
244
- items: {
245
- type: import("vue").PropType<{
246
- label: string;
247
- value: string;
248
- disabled?: boolean;
249
- }[]>;
250
- required: true;
251
- };
252
- id: {
253
- type: StringConstructor;
254
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
255
- };
256
- description: {
257
- type: StringConstructor;
258
- };
259
- descriptionLabel: {
260
- type: StringConstructor;
261
- required: false;
262
- };
263
- hideLabel: {
264
- type: BooleanConstructor;
265
- required: false;
266
- };
267
- name: {
268
- type: StringConstructor;
269
- required: true;
270
- };
271
- selected: {
272
- type: StringConstructor;
273
- default: string;
274
- };
275
- layout: {
276
- type: StringConstructor;
277
- validator: (value: string) => boolean;
278
- default: string;
279
- };
280
- }>> & Readonly<{
281
- "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
282
- }>, {
283
- id: string;
284
- selected: string;
285
- hideLabel: boolean;
286
- layout: string;
287
- }, {}, {
288
- AuxRadioGroupCardElement: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
289
- value: {
290
- type: StringConstructor;
291
- };
292
- disabled: {
293
- type: BooleanConstructor;
294
- default: boolean;
295
- };
296
- id: {
297
- type: StringConstructor;
298
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
299
- };
300
- name: {
301
- type: StringConstructor;
302
- required: true;
303
- };
304
- selected: {
305
- type: StringConstructor;
306
- required: true;
307
- };
308
- }>, {
309
- isSelected: import("vue").ComputedRef<boolean>;
310
- change: (event: any) => void;
311
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
312
- value: {
313
- type: StringConstructor;
314
- };
315
- disabled: {
316
- type: BooleanConstructor;
317
- default: boolean;
318
- };
319
- id: {
320
- type: StringConstructor;
321
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
322
- };
323
- name: {
324
- type: StringConstructor;
325
- required: true;
326
- };
327
- selected: {
328
- type: StringConstructor;
329
- required: true;
330
- };
331
- }>> & Readonly<{
332
- onChange?: ((...args: any[]) => any) | undefined;
333
- }>, {
334
- disabled: boolean;
335
- id: string;
336
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
337
- AuxRadioGroupElement: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
338
- value: {
339
- type: StringConstructor;
340
- };
341
- disabled: {
342
- type: BooleanConstructor;
343
- default: boolean;
344
- };
345
- id: {
346
- type: StringConstructor;
347
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
348
- };
349
- name: {
350
- type: StringConstructor;
351
- required: true;
352
- };
353
- selected: {
354
- type: StringConstructor;
355
- required: true;
356
- };
357
- }>, {
358
- isSelected: import("vue").ComputedRef<boolean>;
359
- change: (event: any) => void;
360
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
361
- value: {
362
- type: StringConstructor;
363
- };
364
- disabled: {
365
- type: BooleanConstructor;
366
- default: boolean;
367
- };
368
- id: {
369
- type: StringConstructor;
370
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
371
- };
372
- name: {
373
- type: StringConstructor;
374
- required: true;
375
- };
376
- selected: {
377
- type: StringConstructor;
378
- required: true;
379
- };
380
- }>> & Readonly<{
381
- onChange?: ((...args: any[]) => any) | undefined;
382
- }>, {
383
- disabled: boolean;
384
- id: string;
385
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
386
- FormElement: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
387
- label: {
388
- type: StringConstructor;
389
- required: true;
390
- default: string;
391
- };
392
- description: {
393
- type: StringConstructor;
394
- required: false;
395
- };
396
- descriptionLabel: {
397
- type: StringConstructor;
398
- required: false;
399
- };
400
- hideLabel: {
401
- type: BooleanConstructor;
402
- required: false;
403
- default: boolean;
404
- };
405
- id: {
406
- type: StringConstructor;
407
- required: true;
408
- };
409
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
410
- label: {
411
- type: StringConstructor;
412
- required: true;
413
- default: string;
414
- };
415
- description: {
416
- type: StringConstructor;
417
- required: false;
418
- };
419
- descriptionLabel: {
420
- type: StringConstructor;
421
- required: false;
422
- };
423
- hideLabel: {
424
- type: BooleanConstructor;
425
- required: false;
426
- default: boolean;
427
- };
428
- id: {
429
- type: StringConstructor;
430
- required: true;
431
- };
432
- }>> & Readonly<{}>, {
433
- label: string;
434
- hideLabel: boolean;
435
- }, {}, {
436
- AuxDetails: import("vue").DefineComponent<{}, {
437
- state: {
438
- isOpen: boolean;
439
- };
440
- toggleOpen: () => void;
441
- arrowDirection: import("vue").ComputedRef<"down" | "up">;
442
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
443
- AuxLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
444
- size: {
445
- type: StringConstructor;
446
- default: string;
447
- validator: (value: string) => boolean;
448
- };
449
- href: {
450
- type: StringConstructor;
451
- required: false;
452
- };
453
- }>, {
454
- componentType: import("vue").ComputedRef<"button" | "a">;
455
- classes: import("vue").ComputedRef<{
456
- [x: string]: boolean | import("vue").Slot<any> | undefined;
457
- 'aux-link': boolean;
458
- 'aux-link-icon-left': import("vue").Slot<any> | undefined;
459
- 'aux-link-icon-right': import("vue").Slot<any> | undefined;
460
- }>;
461
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
462
- size: {
463
- type: StringConstructor;
464
- default: string;
465
- validator: (value: string) => boolean;
466
- };
467
- href: {
468
- type: StringConstructor;
469
- required: false;
470
- };
471
- }>> & Readonly<{
472
- onClick?: ((...args: any[]) => any) | undefined;
473
- }>, {
474
- size: string;
475
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
476
- AuxDirectionalArrow: import("vue").DefineComponent<{
477
- direction: string;
478
- }, {
479
- classes: import("vue").ComputedRef<{
480
- [x: string]: boolean;
481
- 'aux-arrow': boolean;
482
- }>;
483
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
484
- direction: string;
485
- }> & Readonly<{}>, {
486
- direction: string;
487
- }, {}, {
488
- CaretRightIcon: import("vue").FunctionalComponent<import("vue").SVGAttributes, {}, any, {}>;
489
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
490
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
491
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
492
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
493
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
494
- Checkboxes: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
495
- id: {
496
- type: StringConstructor;
497
- required: true;
498
- };
499
- label: {
500
- type: StringConstructor;
501
- required: true;
502
- };
503
- description: {
504
- type: StringConstructor;
505
- required: false;
506
- };
507
- options: {
508
- type: import("vue").PropType<import("../JsonForm.d").JsonFormEnum[]>;
509
- required: true;
510
- };
511
- data: {
512
- type: import("vue").PropType<string[]>;
513
- required: false;
514
- };
515
- defaultValues: {
516
- type: import("vue").PropType<string[]>;
517
- default: () => never[];
518
- };
519
- layout: {
520
- type: StringConstructor;
521
- default: string;
522
- };
523
- }>, {
524
- state: {
525
- selected: string[];
526
- };
527
- }, {}, {}, {
528
- onChange(value: {
529
- checked: boolean;
530
- option: string;
531
- }): void;
532
- isSelected(option: string): boolean;
533
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
534
- id: {
535
- type: StringConstructor;
536
- required: true;
537
- };
538
- label: {
539
- type: StringConstructor;
540
- required: true;
541
- };
542
- description: {
543
- type: StringConstructor;
544
- required: false;
545
- };
546
- options: {
547
- type: import("vue").PropType<import("../JsonForm.d").JsonFormEnum[]>;
548
- required: true;
549
- };
550
- data: {
551
- type: import("vue").PropType<string[]>;
552
- required: false;
553
- };
554
- defaultValues: {
555
- type: import("vue").PropType<string[]>;
556
- default: () => never[];
557
- };
558
- layout: {
559
- type: StringConstructor;
560
- default: string;
561
- };
562
- }>> & Readonly<{
563
- onChange?: ((...args: any[]) => any) | undefined;
564
- }>, {
565
- layout: string;
566
- defaultValues: string[];
567
- }, {}, {
568
- Checkbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
569
- value: {
570
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
571
- };
572
- disabled: {
573
- type: BooleanConstructor;
574
- };
575
- id: {
576
- type: StringConstructor;
577
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
578
- };
579
- name: {
580
- type: StringConstructor;
581
- required: false;
582
- };
583
- selected: {
584
- type: BooleanConstructor;
585
- default: boolean;
586
- };
587
- indeterminate: {
588
- type: BooleanConstructor;
589
- default: boolean;
590
- };
591
- layout: {
592
- type: StringConstructor;
593
- validator: (value: string) => boolean;
594
- default: string;
595
- };
596
- }>, {
597
- changeEvent: (value: Event) => void;
598
- checkboxType: import("vue").ComputedRef<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
599
- value: {
600
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
601
- };
602
- disabled: {
603
- type: BooleanConstructor;
604
- };
605
- id: {
606
- type: StringConstructor;
607
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
608
- };
609
- name: {
610
- type: StringConstructor;
611
- required: false;
612
- };
613
- selected: {
614
- type: BooleanConstructor;
615
- default: boolean;
616
- };
617
- indeterminate: {
618
- type: BooleanConstructor;
619
- default: boolean;
620
- };
621
- }>, {
622
- changeEvent: (event: Event) => void;
623
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
624
- value: {
625
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
626
- };
627
- disabled: {
628
- type: BooleanConstructor;
629
- };
630
- id: {
631
- type: StringConstructor;
632
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
633
- };
634
- name: {
635
- type: StringConstructor;
636
- required: false;
637
- };
638
- selected: {
639
- type: BooleanConstructor;
640
- default: boolean;
641
- };
642
- indeterminate: {
643
- type: BooleanConstructor;
644
- default: boolean;
645
- };
646
- }>> & Readonly<{
647
- onChange?: ((...args: any[]) => any) | undefined;
648
- }>, {
649
- disabled: boolean;
650
- id: string;
651
- selected: boolean;
652
- indeterminate: boolean;
653
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
654
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:selected")[], "change" | "update:selected", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
655
- value: {
656
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
657
- };
658
- disabled: {
659
- type: BooleanConstructor;
660
- };
661
- id: {
662
- type: StringConstructor;
663
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
664
- };
665
- name: {
666
- type: StringConstructor;
667
- required: false;
668
- };
669
- selected: {
670
- type: BooleanConstructor;
671
- default: boolean;
672
- };
673
- indeterminate: {
674
- type: BooleanConstructor;
675
- default: boolean;
676
- };
677
- layout: {
678
- type: StringConstructor;
679
- validator: (value: string) => boolean;
680
- default: string;
681
- };
682
- }>> & Readonly<{
683
- onChange?: ((...args: any[]) => any) | undefined;
684
- "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
685
- }>, {
686
- disabled: boolean;
687
- id: string;
688
- selected: boolean;
689
- layout: string;
690
- indeterminate: boolean;
691
- }, {}, {
692
- AuxCheckboxRegular: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
693
- value: {
694
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
695
- };
696
- disabled: {
697
- type: BooleanConstructor;
698
- };
699
- id: {
700
- type: StringConstructor;
701
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
702
- };
703
- name: {
704
- type: StringConstructor;
705
- required: false;
706
- };
707
- selected: {
708
- type: BooleanConstructor;
709
- default: boolean;
710
- };
711
- indeterminate: {
712
- type: BooleanConstructor;
713
- default: boolean;
714
- };
715
- }>, {
716
- changeEvent: (event: Event) => void;
717
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
718
- value: {
719
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
720
- };
721
- disabled: {
722
- type: BooleanConstructor;
723
- };
724
- id: {
725
- type: StringConstructor;
726
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
727
- };
728
- name: {
729
- type: StringConstructor;
730
- required: false;
731
- };
732
- selected: {
733
- type: BooleanConstructor;
734
- default: boolean;
735
- };
736
- indeterminate: {
737
- type: BooleanConstructor;
738
- default: boolean;
739
- };
740
- }>> & Readonly<{
741
- onChange?: ((...args: any[]) => any) | undefined;
742
- }>, {
743
- disabled: boolean;
744
- id: string;
745
- selected: boolean;
746
- indeterminate: boolean;
747
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
748
- AuxCheckboxCard: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
749
- value: {
750
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
751
- };
752
- disabled: {
753
- type: BooleanConstructor;
754
- };
755
- id: {
756
- type: StringConstructor;
757
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
758
- };
759
- name: {
760
- type: StringConstructor;
761
- required: false;
762
- };
763
- selected: {
764
- type: BooleanConstructor;
765
- default: boolean;
766
- };
767
- indeterminate: {
768
- type: BooleanConstructor;
769
- default: boolean;
770
- };
771
- }>, {
772
- changeEvent: (event: Event) => void;
773
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
774
- value: {
775
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
776
- };
777
- disabled: {
778
- type: BooleanConstructor;
779
- };
780
- id: {
781
- type: StringConstructor;
782
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
783
- };
784
- name: {
785
- type: StringConstructor;
786
- required: false;
787
- };
788
- selected: {
789
- type: BooleanConstructor;
790
- default: boolean;
791
- };
792
- indeterminate: {
793
- type: BooleanConstructor;
794
- default: boolean;
795
- };
796
- }>> & Readonly<{
797
- onChange?: ((...args: any[]) => any) | undefined;
798
- }>, {
799
- disabled: boolean;
800
- id: string;
801
- selected: boolean;
802
- indeterminate: boolean;
803
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
804
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
805
- FormElement: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
806
- label: {
807
- type: StringConstructor;
808
- required: true;
809
- default: string;
810
- };
811
- description: {
812
- type: StringConstructor;
813
- required: false;
814
- };
815
- descriptionLabel: {
816
- type: StringConstructor;
817
- required: false;
818
- };
819
- hideLabel: {
820
- type: BooleanConstructor;
821
- required: false;
822
- default: boolean;
823
- };
824
- id: {
825
- type: StringConstructor;
826
- required: true;
827
- };
828
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
829
- label: {
830
- type: StringConstructor;
831
- required: true;
832
- default: string;
833
- };
834
- description: {
835
- type: StringConstructor;
836
- required: false;
837
- };
838
- descriptionLabel: {
839
- type: StringConstructor;
840
- required: false;
841
- };
842
- hideLabel: {
843
- type: BooleanConstructor;
844
- required: false;
845
- default: boolean;
846
- };
847
- id: {
848
- type: StringConstructor;
849
- required: true;
850
- };
851
- }>> & Readonly<{}>, {
852
- label: string;
853
- hideLabel: boolean;
854
- }, {}, {
855
- AuxDetails: import("vue").DefineComponent<{}, {
856
- state: {
857
- isOpen: boolean;
858
- };
859
- toggleOpen: () => void;
860
- arrowDirection: import("vue").ComputedRef<"down" | "up">;
861
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
862
- AuxLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
863
- size: {
864
- type: StringConstructor;
865
- default: string;
866
- validator: (value: string) => boolean;
867
- };
868
- href: {
869
- type: StringConstructor;
870
- required: false;
871
- };
872
- }>, {
873
- componentType: import("vue").ComputedRef<"button" | "a">;
874
- classes: import("vue").ComputedRef<{
875
- [x: string]: boolean | import("vue").Slot<any> | undefined;
876
- 'aux-link': boolean;
877
- 'aux-link-icon-left': import("vue").Slot<any> | undefined;
878
- 'aux-link-icon-right': import("vue").Slot<any> | undefined;
879
- }>;
880
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
881
- size: {
882
- type: StringConstructor;
883
- default: string;
884
- validator: (value: string) => boolean;
885
- };
886
- href: {
887
- type: StringConstructor;
888
- required: false;
889
- };
890
- }>> & Readonly<{
891
- onClick?: ((...args: any[]) => any) | undefined;
892
- }>, {
893
- size: string;
894
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
895
- AuxDirectionalArrow: import("vue").DefineComponent<{
896
- direction: string;
897
- }, {
898
- classes: import("vue").ComputedRef<{
899
- [x: string]: boolean;
900
- 'aux-arrow': boolean;
901
- }>;
902
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
903
- direction: string;
904
- }> & Readonly<{}>, {
905
- direction: string;
906
- }, {}, {
907
- CaretRightIcon: import("vue").FunctionalComponent<import("vue").SVGAttributes, {}, any, {}>;
908
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
909
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
910
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
911
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
912
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
913
- WrapperControl: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
914
- control: {
915
- type: import("vue").PropType<import("../JsonForm.d").JsonFormControl>;
916
- required: true;
917
- };
918
- isDirty: {
919
- type: BooleanConstructor;
920
- default: boolean;
921
- };
922
- }>, {
923
- errors: import("vue").ComputedRef<string[]>;
924
- showErrors: import("vue").ComputedRef<any>;
925
- }, {}, {}, {
926
- isHidden(): boolean | undefined;
927
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
928
- control: {
929
- type: import("vue").PropType<import("../JsonForm.d").JsonFormControl>;
930
- required: true;
931
- };
932
- isDirty: {
933
- type: BooleanConstructor;
934
- default: boolean;
935
- };
936
- }>> & Readonly<{}>, {
937
- isDirty: boolean;
938
- }, {}, {
939
- ValidationWrapper: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
940
- errorMessages: {
941
- type: import("vue").PropType<string[]>;
942
- required: true;
943
- };
944
- }>, {
945
- icon: import("vue").ComputedRef<import("vue").FunctionalComponent<import("vue").SVGAttributes, {}, any, {}>>;
946
- iconClasses: import("vue").ComputedRef<{
947
- icon: boolean;
948
- }>;
949
- hasErrorMessages: import("vue").ComputedRef<boolean>;
950
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
951
- errorMessages: {
952
- type: import("vue").PropType<string[]>;
953
- required: true;
954
- };
955
- }>> & Readonly<{}>, {}, {}, {
956
- ErrorIcon: import("vue").FunctionalComponent<import("vue").SVGAttributes, {}, any, {}>;
957
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
958
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
959
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
960
- export default _default;