@ambita/design-system 5.0.6 → 5.0.7-1201.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 (27) hide show
  1. package/dist/types/src/components/Checkbox/Checkbox.vue.d.ts +9 -8
  2. package/dist/types/src/components/Checkbox/CheckboxCard.vue.d.ts +3 -2
  3. package/dist/types/src/components/Checkbox/CheckboxRegular.vue.d.ts +3 -2
  4. package/dist/types/src/components/CheckboxDropdown/CheckboxDropdown.vue.d.ts +11 -10
  5. package/dist/types/src/components/Input/Input.vue.d.ts +3 -2
  6. package/dist/types/src/components/JsonForm/Components/Checkboxes.vue.d.ts +8 -8
  7. package/dist/types/src/components/JsonForm/Components/RadioButtons.vue.d.ts +9 -8
  8. package/dist/types/src/components/JsonForm/Controls/Array.vue.d.ts +16 -16
  9. package/dist/types/src/components/JsonForm/Controls/Boolean.vue.d.ts +8 -8
  10. package/dist/types/src/components/JsonForm/Controls/Number.vue.d.ts +12 -12
  11. package/dist/types/src/components/JsonForm/Controls/String.vue.d.ts +12 -12
  12. package/dist/types/src/components/JsonForm/Renderers/Array.vue.d.ts +16 -16
  13. package/dist/types/src/components/JsonForm/Renderers/Boolean.vue.d.ts +8 -8
  14. package/dist/types/src/components/JsonForm/Renderers/Integer.vue.d.ts +12 -12
  15. package/dist/types/src/components/JsonForm/Renderers/Number.vue.d.ts +12 -12
  16. package/dist/types/src/components/JsonForm/Renderers/String.vue.d.ts +12 -12
  17. package/dist/types/src/components/Modal/Modal.vue.d.ts +3 -2
  18. package/dist/types/src/components/Radio/Radio.vue.d.ts +3 -2
  19. package/dist/types/src/components/RadioGroup/RadioGroup.vue.d.ts +9 -8
  20. package/dist/types/src/components/RadioGroup/RadioGroupCardElement.vue.d.ts +3 -2
  21. package/dist/types/src/components/RadioGroup/RadioGroupElement.vue.d.ts +3 -2
  22. package/dist/types/src/components/Select/Select.vue.d.ts +3 -2
  23. package/dist/types/src/components/TextArea/TextArea.vue.d.ts +3 -2
  24. package/dist/types/src/components/Toggle/Toggle.vue.d.ts +3 -2
  25. package/dist/types/src/components/Upload/Upload.vue.d.ts +3 -2
  26. package/dist/types/tsconfig.app.tsbuildinfo +1 -1
  27. package/package.json +2 -2
@@ -80,7 +80,7 @@ declare const _default: import("vue").DefineComponent<{
80
80
  };
81
81
  id: {
82
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);
83
+ default: typeof import("uuid").v4;
84
84
  };
85
85
  name: {
86
86
  type: StringConstructor;
@@ -133,7 +133,7 @@ declare const _default: import("vue").DefineComponent<{
133
133
  };
134
134
  id: {
135
135
  type: StringConstructor;
136
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
136
+ default: typeof import("uuid").v4;
137
137
  };
138
138
  name: {
139
139
  type: StringConstructor;
@@ -377,7 +377,7 @@ declare const _default: import("vue").DefineComponent<{
377
377
  };
378
378
  id: {
379
379
  type: StringConstructor;
380
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
380
+ default: typeof import("uuid").v4;
381
381
  };
382
382
  description: {
383
383
  type: StringConstructor;
@@ -418,7 +418,7 @@ declare const _default: import("vue").DefineComponent<{
418
418
  };
419
419
  id: {
420
420
  type: StringConstructor;
421
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
421
+ default: typeof import("uuid").v4;
422
422
  };
423
423
  name: {
424
424
  type: StringConstructor;
@@ -441,7 +441,7 @@ declare const _default: import("vue").DefineComponent<{
441
441
  };
442
442
  id: {
443
443
  type: StringConstructor;
444
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
444
+ default: typeof import("uuid").v4;
445
445
  };
446
446
  name: {
447
447
  type: StringConstructor;
@@ -472,7 +472,7 @@ declare const _default: import("vue").DefineComponent<{
472
472
  };
473
473
  id: {
474
474
  type: StringConstructor;
475
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
475
+ default: typeof import("uuid").v4;
476
476
  };
477
477
  description: {
478
478
  type: StringConstructor;
@@ -516,7 +516,7 @@ declare const _default: import("vue").DefineComponent<{
516
516
  };
517
517
  id: {
518
518
  type: StringConstructor;
519
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
519
+ default: typeof import("uuid").v4;
520
520
  };
521
521
  name: {
522
522
  type: StringConstructor;
@@ -539,7 +539,7 @@ declare const _default: import("vue").DefineComponent<{
539
539
  };
540
540
  id: {
541
541
  type: StringConstructor;
542
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
542
+ default: typeof import("uuid").v4;
543
543
  };
544
544
  name: {
545
545
  type: StringConstructor;
@@ -565,7 +565,7 @@ declare const _default: import("vue").DefineComponent<{
565
565
  };
566
566
  id: {
567
567
  type: StringConstructor;
568
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
568
+ default: typeof import("uuid").v4;
569
569
  };
570
570
  name: {
571
571
  type: StringConstructor;
@@ -588,7 +588,7 @@ declare const _default: import("vue").DefineComponent<{
588
588
  };
589
589
  id: {
590
590
  type: StringConstructor;
591
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
591
+ default: typeof import("uuid").v4;
592
592
  };
593
593
  name: {
594
594
  type: StringConstructor;
@@ -731,7 +731,7 @@ declare const _default: import("vue").DefineComponent<{
731
731
  };
732
732
  id: {
733
733
  type: StringConstructor;
734
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
734
+ default: typeof import("uuid").v4;
735
735
  };
736
736
  name: {
737
737
  type: StringConstructor;
@@ -780,7 +780,7 @@ declare const _default: import("vue").DefineComponent<{
780
780
  };
781
781
  id: {
782
782
  type: StringConstructor;
783
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
783
+ default: typeof import("uuid").v4;
784
784
  };
785
785
  name: {
786
786
  type: StringConstructor;
@@ -1,5 +1,6 @@
1
1
  import type { PropType } from 'vue';
2
2
  import type { Action } from '@/components/Modal/Action';
3
+ import UUID from '@/helpers/uuid';
3
4
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
5
  actions: {
5
6
  type: PropType<Action[]>;
@@ -7,7 +8,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
7
8
  };
8
9
  id: {
9
10
  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
+ default: typeof UUID;
11
12
  };
12
13
  size: {
13
14
  type: StringConstructor;
@@ -50,7 +51,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
50
51
  };
51
52
  id: {
52
53
  type: StringConstructor;
53
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
54
+ default: typeof UUID;
54
55
  };
55
56
  size: {
56
57
  type: StringConstructor;
@@ -1,3 +1,4 @@
1
+ import UUID from '@/helpers/uuid';
1
2
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
3
  value: {
3
4
  type: (StringConstructor | NumberConstructor)[];
@@ -8,7 +9,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
8
9
  };
9
10
  id: {
10
11
  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
+ default: typeof UUID;
12
13
  };
13
14
  name: {
14
15
  type: StringConstructor;
@@ -31,7 +32,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
31
32
  };
32
33
  id: {
33
34
  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
+ default: typeof UUID;
35
36
  };
36
37
  name: {
37
38
  type: StringConstructor;
@@ -1,4 +1,5 @@
1
1
  import { type PropType } from 'vue';
2
+ import UUID from '@/helpers/uuid';
2
3
  type Item = {
3
4
  label: string;
4
5
  value: string;
@@ -18,7 +19,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
18
19
  };
19
20
  id: {
20
21
  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
+ default: typeof UUID;
22
23
  };
23
24
  description: {
24
25
  type: StringConstructor;
@@ -57,7 +58,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
57
58
  };
58
59
  id: {
59
60
  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
+ default: typeof UUID;
61
62
  };
62
63
  name: {
63
64
  type: StringConstructor;
@@ -80,7 +81,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
80
81
  };
81
82
  id: {
82
83
  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
+ default: typeof UUID;
84
85
  };
85
86
  name: {
86
87
  type: StringConstructor;
@@ -107,7 +108,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
107
108
  };
108
109
  id: {
109
110
  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
+ default: typeof UUID;
111
112
  };
112
113
  description: {
113
114
  type: StringConstructor;
@@ -151,7 +152,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
151
152
  };
152
153
  id: {
153
154
  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
+ default: typeof UUID;
155
156
  };
156
157
  name: {
157
158
  type: StringConstructor;
@@ -174,7 +175,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
174
175
  };
175
176
  id: {
176
177
  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
+ default: typeof UUID;
178
179
  };
179
180
  name: {
180
181
  type: StringConstructor;
@@ -200,7 +201,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
200
201
  };
201
202
  id: {
202
203
  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
+ default: typeof UUID;
204
205
  };
205
206
  name: {
206
207
  type: StringConstructor;
@@ -223,7 +224,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
223
224
  };
224
225
  id: {
225
226
  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
+ default: typeof UUID;
227
228
  };
228
229
  name: {
229
230
  type: StringConstructor;
@@ -1,3 +1,4 @@
1
+ import UUID from '@/helpers/uuid';
1
2
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
3
  value: {
3
4
  type: StringConstructor;
@@ -8,7 +9,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
8
9
  };
9
10
  id: {
10
11
  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
+ default: typeof UUID;
12
13
  };
13
14
  name: {
14
15
  type: StringConstructor;
@@ -31,7 +32,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
31
32
  };
32
33
  id: {
33
34
  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
+ default: typeof UUID;
35
36
  };
36
37
  name: {
37
38
  type: StringConstructor;
@@ -1,3 +1,4 @@
1
+ import UUID from '@/helpers/uuid';
1
2
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
3
  value: {
3
4
  type: StringConstructor;
@@ -8,7 +9,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
8
9
  };
9
10
  id: {
10
11
  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
+ default: typeof UUID;
12
13
  };
13
14
  name: {
14
15
  type: StringConstructor;
@@ -31,7 +32,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
31
32
  };
32
33
  id: {
33
34
  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
+ default: typeof UUID;
35
36
  };
36
37
  name: {
37
38
  type: StringConstructor;
@@ -1,4 +1,5 @@
1
1
  import type { PropType } from 'vue';
2
+ import UUID from '@/helpers/uuid';
2
3
  type Item = {
3
4
  label: string;
4
5
  value: string;
@@ -19,7 +20,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
19
20
  };
20
21
  id: {
21
22
  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
+ default: typeof UUID;
23
24
  };
24
25
  name: {
25
26
  type: StringConstructor;
@@ -64,7 +65,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
64
65
  };
65
66
  id: {
66
67
  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
+ default: typeof UUID;
68
69
  };
69
70
  name: {
70
71
  type: StringConstructor;
@@ -1,4 +1,5 @@
1
1
  import type { CSSProperties, PropType } from 'vue';
2
+ import UUID from '@/helpers/uuid';
2
3
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
4
  modelValue: {
4
5
  type: (StringConstructor | NumberConstructor)[];
@@ -9,7 +10,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
9
10
  };
10
11
  id: {
11
12
  type: StringConstructor;
12
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
13
+ default: typeof UUID;
13
14
  };
14
15
  description: {
15
16
  type: StringConstructor;
@@ -63,7 +64,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
63
64
  };
64
65
  id: {
65
66
  type: StringConstructor;
66
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
67
+ default: typeof UUID;
67
68
  };
68
69
  description: {
69
70
  type: StringConstructor;
@@ -1,7 +1,8 @@
1
+ import { v4 as uuidv4 } from 'uuid';
1
2
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
3
  id: {
3
4
  type: StringConstructor;
4
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
5
+ default: typeof uuidv4;
5
6
  };
6
7
  label: {
7
8
  type: StringConstructor;
@@ -47,7 +48,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
47
48
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
48
49
  id: {
49
50
  type: StringConstructor;
50
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
51
+ default: typeof uuidv4;
51
52
  };
52
53
  label: {
53
54
  type: StringConstructor;
@@ -1,4 +1,5 @@
1
1
  import type { PropType } from 'vue';
2
+ import UUID from '@/helpers/uuid';
2
3
  interface IUploadedFile extends File {
3
4
  uuid: string;
4
5
  filename: string;
@@ -15,7 +16,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
15
16
  };
16
17
  id: {
17
18
  type: StringConstructor;
18
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
19
+ default: typeof UUID;
19
20
  };
20
21
  label: {
21
22
  type: StringConstructor;
@@ -63,7 +64,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
63
64
  };
64
65
  id: {
65
66
  type: StringConstructor;
66
- default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
67
+ default: typeof UUID;
67
68
  };
68
69
  label: {
69
70
  type: StringConstructor;