@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.
- package/dist/types/src/components/Checkbox/Checkbox.vue.d.ts +9 -8
- package/dist/types/src/components/Checkbox/CheckboxCard.vue.d.ts +3 -2
- package/dist/types/src/components/Checkbox/CheckboxRegular.vue.d.ts +3 -2
- package/dist/types/src/components/CheckboxDropdown/CheckboxDropdown.vue.d.ts +11 -10
- package/dist/types/src/components/Input/Input.vue.d.ts +3 -2
- package/dist/types/src/components/JsonForm/Components/Checkboxes.vue.d.ts +8 -8
- package/dist/types/src/components/JsonForm/Components/RadioButtons.vue.d.ts +9 -8
- package/dist/types/src/components/JsonForm/Controls/Array.vue.d.ts +16 -16
- package/dist/types/src/components/JsonForm/Controls/Boolean.vue.d.ts +8 -8
- package/dist/types/src/components/JsonForm/Controls/Number.vue.d.ts +12 -12
- package/dist/types/src/components/JsonForm/Controls/String.vue.d.ts +12 -12
- package/dist/types/src/components/JsonForm/Renderers/Array.vue.d.ts +16 -16
- package/dist/types/src/components/JsonForm/Renderers/Boolean.vue.d.ts +8 -8
- package/dist/types/src/components/JsonForm/Renderers/Integer.vue.d.ts +12 -12
- package/dist/types/src/components/JsonForm/Renderers/Number.vue.d.ts +12 -12
- package/dist/types/src/components/JsonForm/Renderers/String.vue.d.ts +12 -12
- package/dist/types/src/components/Modal/Modal.vue.d.ts +3 -2
- package/dist/types/src/components/Radio/Radio.vue.d.ts +3 -2
- package/dist/types/src/components/RadioGroup/RadioGroup.vue.d.ts +9 -8
- package/dist/types/src/components/RadioGroup/RadioGroupCardElement.vue.d.ts +3 -2
- package/dist/types/src/components/RadioGroup/RadioGroupElement.vue.d.ts +3 -2
- package/dist/types/src/components/Select/Select.vue.d.ts +3 -2
- package/dist/types/src/components/TextArea/TextArea.vue.d.ts +3 -2
- package/dist/types/src/components/Toggle/Toggle.vue.d.ts +3 -2
- package/dist/types/src/components/Upload/Upload.vue.d.ts +3 -2
- package/dist/types/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -32,7 +32,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
32
32
|
};
|
|
33
33
|
id: {
|
|
34
34
|
type: StringConstructor;
|
|
35
|
-
default:
|
|
35
|
+
default: typeof import("uuid").v4;
|
|
36
36
|
};
|
|
37
37
|
name: {
|
|
38
38
|
type: StringConstructor;
|
|
@@ -85,7 +85,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
85
85
|
};
|
|
86
86
|
id: {
|
|
87
87
|
type: StringConstructor;
|
|
88
|
-
default:
|
|
88
|
+
default: typeof import("uuid").v4;
|
|
89
89
|
};
|
|
90
90
|
name: {
|
|
91
91
|
type: StringConstructor;
|
|
@@ -329,7 +329,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
329
329
|
};
|
|
330
330
|
id: {
|
|
331
331
|
type: StringConstructor;
|
|
332
|
-
default:
|
|
332
|
+
default: typeof import("uuid").v4;
|
|
333
333
|
};
|
|
334
334
|
description: {
|
|
335
335
|
type: StringConstructor;
|
|
@@ -370,7 +370,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
370
370
|
};
|
|
371
371
|
id: {
|
|
372
372
|
type: StringConstructor;
|
|
373
|
-
default:
|
|
373
|
+
default: typeof import("uuid").v4;
|
|
374
374
|
};
|
|
375
375
|
name: {
|
|
376
376
|
type: StringConstructor;
|
|
@@ -393,7 +393,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
393
393
|
};
|
|
394
394
|
id: {
|
|
395
395
|
type: StringConstructor;
|
|
396
|
-
default:
|
|
396
|
+
default: typeof import("uuid").v4;
|
|
397
397
|
};
|
|
398
398
|
name: {
|
|
399
399
|
type: StringConstructor;
|
|
@@ -424,7 +424,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
424
424
|
};
|
|
425
425
|
id: {
|
|
426
426
|
type: StringConstructor;
|
|
427
|
-
default:
|
|
427
|
+
default: typeof import("uuid").v4;
|
|
428
428
|
};
|
|
429
429
|
description: {
|
|
430
430
|
type: StringConstructor;
|
|
@@ -468,7 +468,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
468
468
|
};
|
|
469
469
|
id: {
|
|
470
470
|
type: StringConstructor;
|
|
471
|
-
default:
|
|
471
|
+
default: typeof import("uuid").v4;
|
|
472
472
|
};
|
|
473
473
|
name: {
|
|
474
474
|
type: StringConstructor;
|
|
@@ -491,7 +491,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
491
491
|
};
|
|
492
492
|
id: {
|
|
493
493
|
type: StringConstructor;
|
|
494
|
-
default:
|
|
494
|
+
default: typeof import("uuid").v4;
|
|
495
495
|
};
|
|
496
496
|
name: {
|
|
497
497
|
type: StringConstructor;
|
|
@@ -517,7 +517,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
517
517
|
};
|
|
518
518
|
id: {
|
|
519
519
|
type: StringConstructor;
|
|
520
|
-
default:
|
|
520
|
+
default: typeof import("uuid").v4;
|
|
521
521
|
};
|
|
522
522
|
name: {
|
|
523
523
|
type: StringConstructor;
|
|
@@ -540,7 +540,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
540
540
|
};
|
|
541
541
|
id: {
|
|
542
542
|
type: StringConstructor;
|
|
543
|
-
default:
|
|
543
|
+
default: typeof import("uuid").v4;
|
|
544
544
|
};
|
|
545
545
|
name: {
|
|
546
546
|
type: StringConstructor;
|
|
@@ -683,7 +683,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
683
683
|
};
|
|
684
684
|
id: {
|
|
685
685
|
type: StringConstructor;
|
|
686
|
-
default:
|
|
686
|
+
default: typeof import("uuid").v4;
|
|
687
687
|
};
|
|
688
688
|
name: {
|
|
689
689
|
type: StringConstructor;
|
|
@@ -732,7 +732,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
732
732
|
};
|
|
733
733
|
id: {
|
|
734
734
|
type: StringConstructor;
|
|
735
|
-
default:
|
|
735
|
+
default: typeof import("uuid").v4;
|
|
736
736
|
};
|
|
737
737
|
name: {
|
|
738
738
|
type: StringConstructor;
|
|
@@ -33,7 +33,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
33
33
|
};
|
|
34
34
|
id: {
|
|
35
35
|
type: StringConstructor;
|
|
36
|
-
default:
|
|
36
|
+
default: typeof import("uuid").v4;
|
|
37
37
|
};
|
|
38
38
|
name: {
|
|
39
39
|
type: StringConstructor;
|
|
@@ -86,7 +86,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
86
86
|
};
|
|
87
87
|
id: {
|
|
88
88
|
type: StringConstructor;
|
|
89
|
-
default:
|
|
89
|
+
default: typeof import("uuid").v4;
|
|
90
90
|
};
|
|
91
91
|
name: {
|
|
92
92
|
type: StringConstructor;
|
|
@@ -330,7 +330,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
330
330
|
};
|
|
331
331
|
id: {
|
|
332
332
|
type: StringConstructor;
|
|
333
|
-
default:
|
|
333
|
+
default: typeof import("uuid").v4;
|
|
334
334
|
};
|
|
335
335
|
description: {
|
|
336
336
|
type: StringConstructor;
|
|
@@ -371,7 +371,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
371
371
|
};
|
|
372
372
|
id: {
|
|
373
373
|
type: StringConstructor;
|
|
374
|
-
default:
|
|
374
|
+
default: typeof import("uuid").v4;
|
|
375
375
|
};
|
|
376
376
|
name: {
|
|
377
377
|
type: StringConstructor;
|
|
@@ -394,7 +394,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
394
394
|
};
|
|
395
395
|
id: {
|
|
396
396
|
type: StringConstructor;
|
|
397
|
-
default:
|
|
397
|
+
default: typeof import("uuid").v4;
|
|
398
398
|
};
|
|
399
399
|
name: {
|
|
400
400
|
type: StringConstructor;
|
|
@@ -425,7 +425,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
425
425
|
};
|
|
426
426
|
id: {
|
|
427
427
|
type: StringConstructor;
|
|
428
|
-
default:
|
|
428
|
+
default: typeof import("uuid").v4;
|
|
429
429
|
};
|
|
430
430
|
description: {
|
|
431
431
|
type: StringConstructor;
|
|
@@ -469,7 +469,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
469
469
|
};
|
|
470
470
|
id: {
|
|
471
471
|
type: StringConstructor;
|
|
472
|
-
default:
|
|
472
|
+
default: typeof import("uuid").v4;
|
|
473
473
|
};
|
|
474
474
|
name: {
|
|
475
475
|
type: StringConstructor;
|
|
@@ -492,7 +492,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
492
492
|
};
|
|
493
493
|
id: {
|
|
494
494
|
type: StringConstructor;
|
|
495
|
-
default:
|
|
495
|
+
default: typeof import("uuid").v4;
|
|
496
496
|
};
|
|
497
497
|
name: {
|
|
498
498
|
type: StringConstructor;
|
|
@@ -518,7 +518,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
518
518
|
};
|
|
519
519
|
id: {
|
|
520
520
|
type: StringConstructor;
|
|
521
|
-
default:
|
|
521
|
+
default: typeof import("uuid").v4;
|
|
522
522
|
};
|
|
523
523
|
name: {
|
|
524
524
|
type: StringConstructor;
|
|
@@ -541,7 +541,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
541
541
|
};
|
|
542
542
|
id: {
|
|
543
543
|
type: StringConstructor;
|
|
544
|
-
default:
|
|
544
|
+
default: typeof import("uuid").v4;
|
|
545
545
|
};
|
|
546
546
|
name: {
|
|
547
547
|
type: StringConstructor;
|
|
@@ -684,7 +684,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
684
684
|
};
|
|
685
685
|
id: {
|
|
686
686
|
type: StringConstructor;
|
|
687
|
-
default:
|
|
687
|
+
default: typeof import("uuid").v4;
|
|
688
688
|
};
|
|
689
689
|
name: {
|
|
690
690
|
type: StringConstructor;
|
|
@@ -733,7 +733,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
733
733
|
};
|
|
734
734
|
id: {
|
|
735
735
|
type: StringConstructor;
|
|
736
|
-
default:
|
|
736
|
+
default: typeof import("uuid").v4;
|
|
737
737
|
};
|
|
738
738
|
name: {
|
|
739
739
|
type: StringConstructor;
|
|
@@ -156,7 +156,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
156
156
|
};
|
|
157
157
|
id: {
|
|
158
158
|
type: StringConstructor;
|
|
159
|
-
default:
|
|
159
|
+
default: typeof import("uuid").v4;
|
|
160
160
|
};
|
|
161
161
|
description: {
|
|
162
162
|
type: StringConstructor;
|
|
@@ -197,7 +197,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
197
197
|
};
|
|
198
198
|
id: {
|
|
199
199
|
type: StringConstructor;
|
|
200
|
-
default:
|
|
200
|
+
default: typeof import("uuid").v4;
|
|
201
201
|
};
|
|
202
202
|
name: {
|
|
203
203
|
type: StringConstructor;
|
|
@@ -220,7 +220,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
220
220
|
};
|
|
221
221
|
id: {
|
|
222
222
|
type: StringConstructor;
|
|
223
|
-
default:
|
|
223
|
+
default: typeof import("uuid").v4;
|
|
224
224
|
};
|
|
225
225
|
name: {
|
|
226
226
|
type: StringConstructor;
|
|
@@ -251,7 +251,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
251
251
|
};
|
|
252
252
|
id: {
|
|
253
253
|
type: StringConstructor;
|
|
254
|
-
default:
|
|
254
|
+
default: typeof import("uuid").v4;
|
|
255
255
|
};
|
|
256
256
|
description: {
|
|
257
257
|
type: StringConstructor;
|
|
@@ -295,7 +295,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
295
295
|
};
|
|
296
296
|
id: {
|
|
297
297
|
type: StringConstructor;
|
|
298
|
-
default:
|
|
298
|
+
default: typeof import("uuid").v4;
|
|
299
299
|
};
|
|
300
300
|
name: {
|
|
301
301
|
type: StringConstructor;
|
|
@@ -318,7 +318,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
318
318
|
};
|
|
319
319
|
id: {
|
|
320
320
|
type: StringConstructor;
|
|
321
|
-
default:
|
|
321
|
+
default: typeof import("uuid").v4;
|
|
322
322
|
};
|
|
323
323
|
name: {
|
|
324
324
|
type: StringConstructor;
|
|
@@ -344,7 +344,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
344
344
|
};
|
|
345
345
|
id: {
|
|
346
346
|
type: StringConstructor;
|
|
347
|
-
default:
|
|
347
|
+
default: typeof import("uuid").v4;
|
|
348
348
|
};
|
|
349
349
|
name: {
|
|
350
350
|
type: StringConstructor;
|
|
@@ -367,7 +367,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
367
367
|
};
|
|
368
368
|
id: {
|
|
369
369
|
type: StringConstructor;
|
|
370
|
-
default:
|
|
370
|
+
default: typeof import("uuid").v4;
|
|
371
371
|
};
|
|
372
372
|
name: {
|
|
373
373
|
type: StringConstructor;
|
|
@@ -574,7 +574,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
574
574
|
};
|
|
575
575
|
id: {
|
|
576
576
|
type: StringConstructor;
|
|
577
|
-
default:
|
|
577
|
+
default: typeof import("uuid").v4;
|
|
578
578
|
};
|
|
579
579
|
name: {
|
|
580
580
|
type: StringConstructor;
|
|
@@ -604,7 +604,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
604
604
|
};
|
|
605
605
|
id: {
|
|
606
606
|
type: StringConstructor;
|
|
607
|
-
default:
|
|
607
|
+
default: typeof import("uuid").v4;
|
|
608
608
|
};
|
|
609
609
|
name: {
|
|
610
610
|
type: StringConstructor;
|
|
@@ -629,7 +629,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
629
629
|
};
|
|
630
630
|
id: {
|
|
631
631
|
type: StringConstructor;
|
|
632
|
-
default:
|
|
632
|
+
default: typeof import("uuid").v4;
|
|
633
633
|
};
|
|
634
634
|
name: {
|
|
635
635
|
type: StringConstructor;
|
|
@@ -660,7 +660,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
660
660
|
};
|
|
661
661
|
id: {
|
|
662
662
|
type: StringConstructor;
|
|
663
|
-
default:
|
|
663
|
+
default: typeof import("uuid").v4;
|
|
664
664
|
};
|
|
665
665
|
name: {
|
|
666
666
|
type: StringConstructor;
|
|
@@ -698,7 +698,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
698
698
|
};
|
|
699
699
|
id: {
|
|
700
700
|
type: StringConstructor;
|
|
701
|
-
default:
|
|
701
|
+
default: typeof import("uuid").v4;
|
|
702
702
|
};
|
|
703
703
|
name: {
|
|
704
704
|
type: StringConstructor;
|
|
@@ -723,7 +723,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
723
723
|
};
|
|
724
724
|
id: {
|
|
725
725
|
type: StringConstructor;
|
|
726
|
-
default:
|
|
726
|
+
default: typeof import("uuid").v4;
|
|
727
727
|
};
|
|
728
728
|
name: {
|
|
729
729
|
type: StringConstructor;
|
|
@@ -754,7 +754,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
754
754
|
};
|
|
755
755
|
id: {
|
|
756
756
|
type: StringConstructor;
|
|
757
|
-
default:
|
|
757
|
+
default: typeof import("uuid").v4;
|
|
758
758
|
};
|
|
759
759
|
name: {
|
|
760
760
|
type: StringConstructor;
|
|
@@ -779,7 +779,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
779
779
|
};
|
|
780
780
|
id: {
|
|
781
781
|
type: StringConstructor;
|
|
782
|
-
default:
|
|
782
|
+
default: typeof import("uuid").v4;
|
|
783
783
|
};
|
|
784
784
|
name: {
|
|
785
785
|
type: StringConstructor;
|
|
@@ -77,7 +77,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
77
77
|
};
|
|
78
78
|
id: {
|
|
79
79
|
type: StringConstructor;
|
|
80
|
-
default:
|
|
80
|
+
default: typeof import("uuid").v4;
|
|
81
81
|
};
|
|
82
82
|
name: {
|
|
83
83
|
type: StringConstructor;
|
|
@@ -107,7 +107,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
107
107
|
};
|
|
108
108
|
id: {
|
|
109
109
|
type: StringConstructor;
|
|
110
|
-
default:
|
|
110
|
+
default: typeof import("uuid").v4;
|
|
111
111
|
};
|
|
112
112
|
name: {
|
|
113
113
|
type: StringConstructor;
|
|
@@ -132,7 +132,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
132
132
|
};
|
|
133
133
|
id: {
|
|
134
134
|
type: StringConstructor;
|
|
135
|
-
default:
|
|
135
|
+
default: typeof import("uuid").v4;
|
|
136
136
|
};
|
|
137
137
|
name: {
|
|
138
138
|
type: StringConstructor;
|
|
@@ -163,7 +163,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
163
163
|
};
|
|
164
164
|
id: {
|
|
165
165
|
type: StringConstructor;
|
|
166
|
-
default:
|
|
166
|
+
default: typeof import("uuid").v4;
|
|
167
167
|
};
|
|
168
168
|
name: {
|
|
169
169
|
type: StringConstructor;
|
|
@@ -201,7 +201,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
201
201
|
};
|
|
202
202
|
id: {
|
|
203
203
|
type: StringConstructor;
|
|
204
|
-
default:
|
|
204
|
+
default: typeof import("uuid").v4;
|
|
205
205
|
};
|
|
206
206
|
name: {
|
|
207
207
|
type: StringConstructor;
|
|
@@ -226,7 +226,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
226
226
|
};
|
|
227
227
|
id: {
|
|
228
228
|
type: StringConstructor;
|
|
229
|
-
default:
|
|
229
|
+
default: typeof import("uuid").v4;
|
|
230
230
|
};
|
|
231
231
|
name: {
|
|
232
232
|
type: StringConstructor;
|
|
@@ -257,7 +257,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
257
257
|
};
|
|
258
258
|
id: {
|
|
259
259
|
type: StringConstructor;
|
|
260
|
-
default:
|
|
260
|
+
default: typeof import("uuid").v4;
|
|
261
261
|
};
|
|
262
262
|
name: {
|
|
263
263
|
type: StringConstructor;
|
|
@@ -282,7 +282,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
282
282
|
};
|
|
283
283
|
id: {
|
|
284
284
|
type: StringConstructor;
|
|
285
|
-
default:
|
|
285
|
+
default: typeof import("uuid").v4;
|
|
286
286
|
};
|
|
287
287
|
name: {
|
|
288
288
|
type: StringConstructor;
|
|
@@ -79,7 +79,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
79
79
|
};
|
|
80
80
|
id: {
|
|
81
81
|
type: StringConstructor;
|
|
82
|
-
default:
|
|
82
|
+
default: typeof import("uuid").v4;
|
|
83
83
|
};
|
|
84
84
|
name: {
|
|
85
85
|
type: StringConstructor;
|
|
@@ -132,7 +132,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
132
132
|
};
|
|
133
133
|
id: {
|
|
134
134
|
type: StringConstructor;
|
|
135
|
-
default:
|
|
135
|
+
default: typeof import("uuid").v4;
|
|
136
136
|
};
|
|
137
137
|
name: {
|
|
138
138
|
type: StringConstructor;
|
|
@@ -376,7 +376,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
376
376
|
};
|
|
377
377
|
id: {
|
|
378
378
|
type: StringConstructor;
|
|
379
|
-
default:
|
|
379
|
+
default: typeof import("uuid").v4;
|
|
380
380
|
};
|
|
381
381
|
description: {
|
|
382
382
|
type: StringConstructor;
|
|
@@ -417,7 +417,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
417
417
|
};
|
|
418
418
|
id: {
|
|
419
419
|
type: StringConstructor;
|
|
420
|
-
default:
|
|
420
|
+
default: typeof import("uuid").v4;
|
|
421
421
|
};
|
|
422
422
|
name: {
|
|
423
423
|
type: StringConstructor;
|
|
@@ -440,7 +440,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
440
440
|
};
|
|
441
441
|
id: {
|
|
442
442
|
type: StringConstructor;
|
|
443
|
-
default:
|
|
443
|
+
default: typeof import("uuid").v4;
|
|
444
444
|
};
|
|
445
445
|
name: {
|
|
446
446
|
type: StringConstructor;
|
|
@@ -471,7 +471,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
471
471
|
};
|
|
472
472
|
id: {
|
|
473
473
|
type: StringConstructor;
|
|
474
|
-
default:
|
|
474
|
+
default: typeof import("uuid").v4;
|
|
475
475
|
};
|
|
476
476
|
description: {
|
|
477
477
|
type: StringConstructor;
|
|
@@ -515,7 +515,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
515
515
|
};
|
|
516
516
|
id: {
|
|
517
517
|
type: StringConstructor;
|
|
518
|
-
default:
|
|
518
|
+
default: typeof import("uuid").v4;
|
|
519
519
|
};
|
|
520
520
|
name: {
|
|
521
521
|
type: StringConstructor;
|
|
@@ -538,7 +538,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
538
538
|
};
|
|
539
539
|
id: {
|
|
540
540
|
type: StringConstructor;
|
|
541
|
-
default:
|
|
541
|
+
default: typeof import("uuid").v4;
|
|
542
542
|
};
|
|
543
543
|
name: {
|
|
544
544
|
type: StringConstructor;
|
|
@@ -564,7 +564,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
564
564
|
};
|
|
565
565
|
id: {
|
|
566
566
|
type: StringConstructor;
|
|
567
|
-
default:
|
|
567
|
+
default: typeof import("uuid").v4;
|
|
568
568
|
};
|
|
569
569
|
name: {
|
|
570
570
|
type: StringConstructor;
|
|
@@ -587,7 +587,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
587
587
|
};
|
|
588
588
|
id: {
|
|
589
589
|
type: StringConstructor;
|
|
590
|
-
default:
|
|
590
|
+
default: typeof import("uuid").v4;
|
|
591
591
|
};
|
|
592
592
|
name: {
|
|
593
593
|
type: StringConstructor;
|
|
@@ -730,7 +730,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
730
730
|
};
|
|
731
731
|
id: {
|
|
732
732
|
type: StringConstructor;
|
|
733
|
-
default:
|
|
733
|
+
default: typeof import("uuid").v4;
|
|
734
734
|
};
|
|
735
735
|
name: {
|
|
736
736
|
type: StringConstructor;
|
|
@@ -779,7 +779,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
779
779
|
};
|
|
780
780
|
id: {
|
|
781
781
|
type: StringConstructor;
|
|
782
|
-
default:
|
|
782
|
+
default: typeof import("uuid").v4;
|
|
783
783
|
};
|
|
784
784
|
name: {
|
|
785
785
|
type: StringConstructor;
|
|
@@ -79,7 +79,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
79
79
|
};
|
|
80
80
|
id: {
|
|
81
81
|
type: StringConstructor;
|
|
82
|
-
default:
|
|
82
|
+
default: typeof import("uuid").v4;
|
|
83
83
|
};
|
|
84
84
|
name: {
|
|
85
85
|
type: StringConstructor;
|
|
@@ -132,7 +132,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
132
132
|
};
|
|
133
133
|
id: {
|
|
134
134
|
type: StringConstructor;
|
|
135
|
-
default:
|
|
135
|
+
default: typeof import("uuid").v4;
|
|
136
136
|
};
|
|
137
137
|
name: {
|
|
138
138
|
type: StringConstructor;
|
|
@@ -376,7 +376,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
376
376
|
};
|
|
377
377
|
id: {
|
|
378
378
|
type: StringConstructor;
|
|
379
|
-
default:
|
|
379
|
+
default: typeof import("uuid").v4;
|
|
380
380
|
};
|
|
381
381
|
description: {
|
|
382
382
|
type: StringConstructor;
|
|
@@ -417,7 +417,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
417
417
|
};
|
|
418
418
|
id: {
|
|
419
419
|
type: StringConstructor;
|
|
420
|
-
default:
|
|
420
|
+
default: typeof import("uuid").v4;
|
|
421
421
|
};
|
|
422
422
|
name: {
|
|
423
423
|
type: StringConstructor;
|
|
@@ -440,7 +440,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
440
440
|
};
|
|
441
441
|
id: {
|
|
442
442
|
type: StringConstructor;
|
|
443
|
-
default:
|
|
443
|
+
default: typeof import("uuid").v4;
|
|
444
444
|
};
|
|
445
445
|
name: {
|
|
446
446
|
type: StringConstructor;
|
|
@@ -471,7 +471,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
471
471
|
};
|
|
472
472
|
id: {
|
|
473
473
|
type: StringConstructor;
|
|
474
|
-
default:
|
|
474
|
+
default: typeof import("uuid").v4;
|
|
475
475
|
};
|
|
476
476
|
description: {
|
|
477
477
|
type: StringConstructor;
|
|
@@ -515,7 +515,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
515
515
|
};
|
|
516
516
|
id: {
|
|
517
517
|
type: StringConstructor;
|
|
518
|
-
default:
|
|
518
|
+
default: typeof import("uuid").v4;
|
|
519
519
|
};
|
|
520
520
|
name: {
|
|
521
521
|
type: StringConstructor;
|
|
@@ -538,7 +538,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
538
538
|
};
|
|
539
539
|
id: {
|
|
540
540
|
type: StringConstructor;
|
|
541
|
-
default:
|
|
541
|
+
default: typeof import("uuid").v4;
|
|
542
542
|
};
|
|
543
543
|
name: {
|
|
544
544
|
type: StringConstructor;
|
|
@@ -564,7 +564,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
564
564
|
};
|
|
565
565
|
id: {
|
|
566
566
|
type: StringConstructor;
|
|
567
|
-
default:
|
|
567
|
+
default: typeof import("uuid").v4;
|
|
568
568
|
};
|
|
569
569
|
name: {
|
|
570
570
|
type: StringConstructor;
|
|
@@ -587,7 +587,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
587
587
|
};
|
|
588
588
|
id: {
|
|
589
589
|
type: StringConstructor;
|
|
590
|
-
default:
|
|
590
|
+
default: typeof import("uuid").v4;
|
|
591
591
|
};
|
|
592
592
|
name: {
|
|
593
593
|
type: StringConstructor;
|
|
@@ -730,7 +730,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
730
730
|
};
|
|
731
731
|
id: {
|
|
732
732
|
type: StringConstructor;
|
|
733
|
-
default:
|
|
733
|
+
default: typeof import("uuid").v4;
|
|
734
734
|
};
|
|
735
735
|
name: {
|
|
736
736
|
type: StringConstructor;
|
|
@@ -779,7 +779,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
779
779
|
};
|
|
780
780
|
id: {
|
|
781
781
|
type: StringConstructor;
|
|
782
|
-
default:
|
|
782
|
+
default: typeof import("uuid").v4;
|
|
783
783
|
};
|
|
784
784
|
name: {
|
|
785
785
|
type: StringConstructor;
|