@ambita/design-system 5.0.7-1191.0 → 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
|
@@ -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: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -7,7 +8,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7
8
|
};
|
|
8
9
|
id: {
|
|
9
10
|
type: StringConstructor;
|
|
10
|
-
default:
|
|
11
|
+
default: typeof UUID;
|
|
11
12
|
};
|
|
12
13
|
name: {
|
|
13
14
|
type: StringConstructor;
|
|
@@ -37,7 +38,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
37
38
|
};
|
|
38
39
|
id: {
|
|
39
40
|
type: StringConstructor;
|
|
40
|
-
default:
|
|
41
|
+
default: typeof UUID;
|
|
41
42
|
};
|
|
42
43
|
name: {
|
|
43
44
|
type: StringConstructor;
|
|
@@ -62,7 +63,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
62
63
|
};
|
|
63
64
|
id: {
|
|
64
65
|
type: StringConstructor;
|
|
65
|
-
default:
|
|
66
|
+
default: typeof UUID;
|
|
66
67
|
};
|
|
67
68
|
name: {
|
|
68
69
|
type: StringConstructor;
|
|
@@ -93,7 +94,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
93
94
|
};
|
|
94
95
|
id: {
|
|
95
96
|
type: StringConstructor;
|
|
96
|
-
default:
|
|
97
|
+
default: typeof UUID;
|
|
97
98
|
};
|
|
98
99
|
name: {
|
|
99
100
|
type: StringConstructor;
|
|
@@ -131,7 +132,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
131
132
|
};
|
|
132
133
|
id: {
|
|
133
134
|
type: StringConstructor;
|
|
134
|
-
default:
|
|
135
|
+
default: typeof UUID;
|
|
135
136
|
};
|
|
136
137
|
name: {
|
|
137
138
|
type: StringConstructor;
|
|
@@ -156,7 +157,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
156
157
|
};
|
|
157
158
|
id: {
|
|
158
159
|
type: StringConstructor;
|
|
159
|
-
default:
|
|
160
|
+
default: typeof UUID;
|
|
160
161
|
};
|
|
161
162
|
name: {
|
|
162
163
|
type: StringConstructor;
|
|
@@ -187,7 +188,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
187
188
|
};
|
|
188
189
|
id: {
|
|
189
190
|
type: StringConstructor;
|
|
190
|
-
default:
|
|
191
|
+
default: typeof UUID;
|
|
191
192
|
};
|
|
192
193
|
name: {
|
|
193
194
|
type: StringConstructor;
|
|
@@ -212,7 +213,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
212
213
|
};
|
|
213
214
|
id: {
|
|
214
215
|
type: StringConstructor;
|
|
215
|
-
default:
|
|
216
|
+
default: typeof UUID;
|
|
216
217
|
};
|
|
217
218
|
name: {
|
|
218
219
|
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: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -7,7 +8,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7
8
|
};
|
|
8
9
|
id: {
|
|
9
10
|
type: StringConstructor;
|
|
10
|
-
default:
|
|
11
|
+
default: typeof UUID;
|
|
11
12
|
};
|
|
12
13
|
name: {
|
|
13
14
|
type: StringConstructor;
|
|
@@ -32,7 +33,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
32
33
|
};
|
|
33
34
|
id: {
|
|
34
35
|
type: StringConstructor;
|
|
35
|
-
default:
|
|
36
|
+
default: typeof UUID;
|
|
36
37
|
};
|
|
37
38
|
name: {
|
|
38
39
|
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: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -7,7 +8,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7
8
|
};
|
|
8
9
|
id: {
|
|
9
10
|
type: StringConstructor;
|
|
10
|
-
default:
|
|
11
|
+
default: typeof UUID;
|
|
11
12
|
};
|
|
12
13
|
name: {
|
|
13
14
|
type: StringConstructor;
|
|
@@ -32,7 +33,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
32
33
|
};
|
|
33
34
|
id: {
|
|
34
35
|
type: StringConstructor;
|
|
35
|
-
default:
|
|
36
|
+
default: typeof UUID;
|
|
36
37
|
};
|
|
37
38
|
name: {
|
|
38
39
|
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: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -7,7 +8,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7
8
|
};
|
|
8
9
|
id: {
|
|
9
10
|
type: StringConstructor;
|
|
10
|
-
default:
|
|
11
|
+
default: typeof UUID;
|
|
11
12
|
};
|
|
12
13
|
name: {
|
|
13
14
|
type: StringConstructor;
|
|
@@ -46,7 +47,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
46
47
|
};
|
|
47
48
|
id: {
|
|
48
49
|
type: StringConstructor;
|
|
49
|
-
default:
|
|
50
|
+
default: typeof UUID;
|
|
50
51
|
};
|
|
51
52
|
name: {
|
|
52
53
|
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:
|
|
84
|
+
default: typeof UUID;
|
|
84
85
|
};
|
|
85
86
|
name: {
|
|
86
87
|
type: StringConstructor;
|
|
@@ -110,7 +111,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
110
111
|
};
|
|
111
112
|
id: {
|
|
112
113
|
type: StringConstructor;
|
|
113
|
-
default:
|
|
114
|
+
default: typeof UUID;
|
|
114
115
|
};
|
|
115
116
|
name: {
|
|
116
117
|
type: StringConstructor;
|
|
@@ -135,7 +136,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
135
136
|
};
|
|
136
137
|
id: {
|
|
137
138
|
type: StringConstructor;
|
|
138
|
-
default:
|
|
139
|
+
default: typeof UUID;
|
|
139
140
|
};
|
|
140
141
|
name: {
|
|
141
142
|
type: StringConstructor;
|
|
@@ -166,7 +167,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
166
167
|
};
|
|
167
168
|
id: {
|
|
168
169
|
type: StringConstructor;
|
|
169
|
-
default:
|
|
170
|
+
default: typeof UUID;
|
|
170
171
|
};
|
|
171
172
|
name: {
|
|
172
173
|
type: StringConstructor;
|
|
@@ -204,7 +205,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
204
205
|
};
|
|
205
206
|
id: {
|
|
206
207
|
type: StringConstructor;
|
|
207
|
-
default:
|
|
208
|
+
default: typeof UUID;
|
|
208
209
|
};
|
|
209
210
|
name: {
|
|
210
211
|
type: StringConstructor;
|
|
@@ -229,7 +230,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
229
230
|
};
|
|
230
231
|
id: {
|
|
231
232
|
type: StringConstructor;
|
|
232
|
-
default:
|
|
233
|
+
default: typeof UUID;
|
|
233
234
|
};
|
|
234
235
|
name: {
|
|
235
236
|
type: StringConstructor;
|
|
@@ -260,7 +261,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
260
261
|
};
|
|
261
262
|
id: {
|
|
262
263
|
type: StringConstructor;
|
|
263
|
-
default:
|
|
264
|
+
default: typeof UUID;
|
|
264
265
|
};
|
|
265
266
|
name: {
|
|
266
267
|
type: StringConstructor;
|
|
@@ -285,7 +286,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
285
286
|
};
|
|
286
287
|
id: {
|
|
287
288
|
type: StringConstructor;
|
|
288
|
-
default:
|
|
289
|
+
default: typeof UUID;
|
|
289
290
|
};
|
|
290
291
|
name: {
|
|
291
292
|
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
|
label: {
|
|
3
4
|
type: StringConstructor;
|
|
@@ -5,7 +6,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5
6
|
};
|
|
6
7
|
id: {
|
|
7
8
|
type: StringConstructor;
|
|
8
|
-
default:
|
|
9
|
+
default: typeof UUID;
|
|
9
10
|
};
|
|
10
11
|
name: {
|
|
11
12
|
type: StringConstructor;
|
|
@@ -58,7 +59,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
58
59
|
};
|
|
59
60
|
id: {
|
|
60
61
|
type: StringConstructor;
|
|
61
|
-
default:
|
|
62
|
+
default: typeof UUID;
|
|
62
63
|
};
|
|
63
64
|
name: {
|
|
64
65
|
type: StringConstructor;
|
|
@@ -83,7 +83,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
83
83
|
};
|
|
84
84
|
id: {
|
|
85
85
|
type: StringConstructor;
|
|
86
|
-
default:
|
|
86
|
+
default: typeof import("uuid").v4;
|
|
87
87
|
};
|
|
88
88
|
name: {
|
|
89
89
|
type: StringConstructor;
|
|
@@ -113,7 +113,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
113
113
|
};
|
|
114
114
|
id: {
|
|
115
115
|
type: StringConstructor;
|
|
116
|
-
default:
|
|
116
|
+
default: typeof import("uuid").v4;
|
|
117
117
|
};
|
|
118
118
|
name: {
|
|
119
119
|
type: StringConstructor;
|
|
@@ -138,7 +138,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
138
138
|
};
|
|
139
139
|
id: {
|
|
140
140
|
type: StringConstructor;
|
|
141
|
-
default:
|
|
141
|
+
default: typeof import("uuid").v4;
|
|
142
142
|
};
|
|
143
143
|
name: {
|
|
144
144
|
type: StringConstructor;
|
|
@@ -169,7 +169,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
169
169
|
};
|
|
170
170
|
id: {
|
|
171
171
|
type: StringConstructor;
|
|
172
|
-
default:
|
|
172
|
+
default: typeof import("uuid").v4;
|
|
173
173
|
};
|
|
174
174
|
name: {
|
|
175
175
|
type: StringConstructor;
|
|
@@ -207,7 +207,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
207
207
|
};
|
|
208
208
|
id: {
|
|
209
209
|
type: StringConstructor;
|
|
210
|
-
default:
|
|
210
|
+
default: typeof import("uuid").v4;
|
|
211
211
|
};
|
|
212
212
|
name: {
|
|
213
213
|
type: StringConstructor;
|
|
@@ -232,7 +232,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
232
232
|
};
|
|
233
233
|
id: {
|
|
234
234
|
type: StringConstructor;
|
|
235
|
-
default:
|
|
235
|
+
default: typeof import("uuid").v4;
|
|
236
236
|
};
|
|
237
237
|
name: {
|
|
238
238
|
type: StringConstructor;
|
|
@@ -263,7 +263,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
263
263
|
};
|
|
264
264
|
id: {
|
|
265
265
|
type: StringConstructor;
|
|
266
|
-
default:
|
|
266
|
+
default: typeof import("uuid").v4;
|
|
267
267
|
};
|
|
268
268
|
name: {
|
|
269
269
|
type: StringConstructor;
|
|
@@ -288,7 +288,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
288
288
|
};
|
|
289
289
|
id: {
|
|
290
290
|
type: StringConstructor;
|
|
291
|
-
default:
|
|
291
|
+
default: typeof import("uuid").v4;
|
|
292
292
|
};
|
|
293
293
|
name: {
|
|
294
294
|
type: StringConstructor;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { PropType } from 'vue';
|
|
2
|
+
import UUID from '@/helpers/uuid';
|
|
2
3
|
import type { JsonFormEnum } from '../JsonForm.d';
|
|
3
4
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
5
|
id: {
|
|
@@ -84,7 +85,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
84
85
|
};
|
|
85
86
|
id: {
|
|
86
87
|
type: StringConstructor;
|
|
87
|
-
default:
|
|
88
|
+
default: typeof UUID;
|
|
88
89
|
};
|
|
89
90
|
description: {
|
|
90
91
|
type: StringConstructor;
|
|
@@ -125,7 +126,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
125
126
|
};
|
|
126
127
|
id: {
|
|
127
128
|
type: StringConstructor;
|
|
128
|
-
default:
|
|
129
|
+
default: typeof UUID;
|
|
129
130
|
};
|
|
130
131
|
name: {
|
|
131
132
|
type: StringConstructor;
|
|
@@ -148,7 +149,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
148
149
|
};
|
|
149
150
|
id: {
|
|
150
151
|
type: StringConstructor;
|
|
151
|
-
default:
|
|
152
|
+
default: typeof UUID;
|
|
152
153
|
};
|
|
153
154
|
name: {
|
|
154
155
|
type: StringConstructor;
|
|
@@ -179,7 +180,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
179
180
|
};
|
|
180
181
|
id: {
|
|
181
182
|
type: StringConstructor;
|
|
182
|
-
default:
|
|
183
|
+
default: typeof UUID;
|
|
183
184
|
};
|
|
184
185
|
description: {
|
|
185
186
|
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:
|
|
227
|
+
default: typeof UUID;
|
|
227
228
|
};
|
|
228
229
|
name: {
|
|
229
230
|
type: StringConstructor;
|
|
@@ -246,7 +247,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
246
247
|
};
|
|
247
248
|
id: {
|
|
248
249
|
type: StringConstructor;
|
|
249
|
-
default:
|
|
250
|
+
default: typeof UUID;
|
|
250
251
|
};
|
|
251
252
|
name: {
|
|
252
253
|
type: StringConstructor;
|
|
@@ -272,7 +273,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
272
273
|
};
|
|
273
274
|
id: {
|
|
274
275
|
type: StringConstructor;
|
|
275
|
-
default:
|
|
276
|
+
default: typeof UUID;
|
|
276
277
|
};
|
|
277
278
|
name: {
|
|
278
279
|
type: StringConstructor;
|
|
@@ -295,7 +296,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
295
296
|
};
|
|
296
297
|
id: {
|
|
297
298
|
type: StringConstructor;
|
|
298
|
-
default:
|
|
299
|
+
default: typeof UUID;
|
|
299
300
|
};
|
|
300
301
|
name: {
|
|
301
302
|
type: StringConstructor;
|
|
@@ -109,7 +109,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
109
109
|
};
|
|
110
110
|
id: {
|
|
111
111
|
type: StringConstructor;
|
|
112
|
-
default:
|
|
112
|
+
default: typeof import("uuid").v4;
|
|
113
113
|
};
|
|
114
114
|
description: {
|
|
115
115
|
type: StringConstructor;
|
|
@@ -150,7 +150,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
150
150
|
};
|
|
151
151
|
id: {
|
|
152
152
|
type: StringConstructor;
|
|
153
|
-
default:
|
|
153
|
+
default: typeof import("uuid").v4;
|
|
154
154
|
};
|
|
155
155
|
name: {
|
|
156
156
|
type: StringConstructor;
|
|
@@ -173,7 +173,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
173
173
|
};
|
|
174
174
|
id: {
|
|
175
175
|
type: StringConstructor;
|
|
176
|
-
default:
|
|
176
|
+
default: typeof import("uuid").v4;
|
|
177
177
|
};
|
|
178
178
|
name: {
|
|
179
179
|
type: StringConstructor;
|
|
@@ -204,7 +204,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
204
204
|
};
|
|
205
205
|
id: {
|
|
206
206
|
type: StringConstructor;
|
|
207
|
-
default:
|
|
207
|
+
default: typeof import("uuid").v4;
|
|
208
208
|
};
|
|
209
209
|
description: {
|
|
210
210
|
type: StringConstructor;
|
|
@@ -248,7 +248,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
248
248
|
};
|
|
249
249
|
id: {
|
|
250
250
|
type: StringConstructor;
|
|
251
|
-
default:
|
|
251
|
+
default: typeof import("uuid").v4;
|
|
252
252
|
};
|
|
253
253
|
name: {
|
|
254
254
|
type: StringConstructor;
|
|
@@ -271,7 +271,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
271
271
|
};
|
|
272
272
|
id: {
|
|
273
273
|
type: StringConstructor;
|
|
274
|
-
default:
|
|
274
|
+
default: typeof import("uuid").v4;
|
|
275
275
|
};
|
|
276
276
|
name: {
|
|
277
277
|
type: StringConstructor;
|
|
@@ -297,7 +297,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
297
297
|
};
|
|
298
298
|
id: {
|
|
299
299
|
type: StringConstructor;
|
|
300
|
-
default:
|
|
300
|
+
default: typeof import("uuid").v4;
|
|
301
301
|
};
|
|
302
302
|
name: {
|
|
303
303
|
type: StringConstructor;
|
|
@@ -320,7 +320,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
320
320
|
};
|
|
321
321
|
id: {
|
|
322
322
|
type: StringConstructor;
|
|
323
|
-
default:
|
|
323
|
+
default: typeof import("uuid").v4;
|
|
324
324
|
};
|
|
325
325
|
name: {
|
|
326
326
|
type: StringConstructor;
|
|
@@ -527,7 +527,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
527
527
|
};
|
|
528
528
|
id: {
|
|
529
529
|
type: StringConstructor;
|
|
530
|
-
default:
|
|
530
|
+
default: typeof import("uuid").v4;
|
|
531
531
|
};
|
|
532
532
|
name: {
|
|
533
533
|
type: StringConstructor;
|
|
@@ -557,7 +557,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
557
557
|
};
|
|
558
558
|
id: {
|
|
559
559
|
type: StringConstructor;
|
|
560
|
-
default:
|
|
560
|
+
default: typeof import("uuid").v4;
|
|
561
561
|
};
|
|
562
562
|
name: {
|
|
563
563
|
type: StringConstructor;
|
|
@@ -582,7 +582,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
582
582
|
};
|
|
583
583
|
id: {
|
|
584
584
|
type: StringConstructor;
|
|
585
|
-
default:
|
|
585
|
+
default: typeof import("uuid").v4;
|
|
586
586
|
};
|
|
587
587
|
name: {
|
|
588
588
|
type: StringConstructor;
|
|
@@ -613,7 +613,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
613
613
|
};
|
|
614
614
|
id: {
|
|
615
615
|
type: StringConstructor;
|
|
616
|
-
default:
|
|
616
|
+
default: typeof import("uuid").v4;
|
|
617
617
|
};
|
|
618
618
|
name: {
|
|
619
619
|
type: StringConstructor;
|
|
@@ -651,7 +651,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
651
651
|
};
|
|
652
652
|
id: {
|
|
653
653
|
type: StringConstructor;
|
|
654
|
-
default:
|
|
654
|
+
default: typeof import("uuid").v4;
|
|
655
655
|
};
|
|
656
656
|
name: {
|
|
657
657
|
type: StringConstructor;
|
|
@@ -676,7 +676,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
676
676
|
};
|
|
677
677
|
id: {
|
|
678
678
|
type: StringConstructor;
|
|
679
|
-
default:
|
|
679
|
+
default: typeof import("uuid").v4;
|
|
680
680
|
};
|
|
681
681
|
name: {
|
|
682
682
|
type: StringConstructor;
|
|
@@ -707,7 +707,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
707
707
|
};
|
|
708
708
|
id: {
|
|
709
709
|
type: StringConstructor;
|
|
710
|
-
default:
|
|
710
|
+
default: typeof import("uuid").v4;
|
|
711
711
|
};
|
|
712
712
|
name: {
|
|
713
713
|
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;
|
|
@@ -30,7 +30,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
30
30
|
};
|
|
31
31
|
id: {
|
|
32
32
|
type: StringConstructor;
|
|
33
|
-
default:
|
|
33
|
+
default: typeof import("uuid").v4;
|
|
34
34
|
};
|
|
35
35
|
name: {
|
|
36
36
|
type: StringConstructor;
|
|
@@ -60,7 +60,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
60
60
|
};
|
|
61
61
|
id: {
|
|
62
62
|
type: StringConstructor;
|
|
63
|
-
default:
|
|
63
|
+
default: typeof import("uuid").v4;
|
|
64
64
|
};
|
|
65
65
|
name: {
|
|
66
66
|
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;
|
|
@@ -116,7 +116,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
116
116
|
};
|
|
117
117
|
id: {
|
|
118
118
|
type: StringConstructor;
|
|
119
|
-
default:
|
|
119
|
+
default: typeof import("uuid").v4;
|
|
120
120
|
};
|
|
121
121
|
name: {
|
|
122
122
|
type: StringConstructor;
|
|
@@ -154,7 +154,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
154
154
|
};
|
|
155
155
|
id: {
|
|
156
156
|
type: StringConstructor;
|
|
157
|
-
default:
|
|
157
|
+
default: typeof import("uuid").v4;
|
|
158
158
|
};
|
|
159
159
|
name: {
|
|
160
160
|
type: StringConstructor;
|
|
@@ -179,7 +179,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
179
179
|
};
|
|
180
180
|
id: {
|
|
181
181
|
type: StringConstructor;
|
|
182
|
-
default:
|
|
182
|
+
default: typeof import("uuid").v4;
|
|
183
183
|
};
|
|
184
184
|
name: {
|
|
185
185
|
type: StringConstructor;
|
|
@@ -210,7 +210,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
210
210
|
};
|
|
211
211
|
id: {
|
|
212
212
|
type: StringConstructor;
|
|
213
|
-
default:
|
|
213
|
+
default: typeof import("uuid").v4;
|
|
214
214
|
};
|
|
215
215
|
name: {
|
|
216
216
|
type: StringConstructor;
|
|
@@ -235,7 +235,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
235
235
|
};
|
|
236
236
|
id: {
|
|
237
237
|
type: StringConstructor;
|
|
238
|
-
default:
|
|
238
|
+
default: typeof import("uuid").v4;
|
|
239
239
|
};
|
|
240
240
|
name: {
|
|
241
241
|
type: StringConstructor;
|