@ambita/design-system 5.0.7-1221.0 → 5.0.7-1231.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 +8 -9
- package/dist/types/src/components/Checkbox/CheckboxCard.vue.d.ts +2 -3
- package/dist/types/src/components/Checkbox/CheckboxRegular.vue.d.ts +2 -3
- package/dist/types/src/components/CheckboxDropdown/CheckboxDropdown.vue.d.ts +10 -11
- package/dist/types/src/components/Input/Input.vue.d.ts +2 -3
- package/dist/types/src/components/JsonForm/Components/Checkboxes.vue.d.ts +8 -8
- package/dist/types/src/components/JsonForm/Components/RadioButtons.vue.d.ts +8 -9
- 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 +2 -3
- package/dist/types/src/components/Radio/Radio.vue.d.ts +2 -3
- package/dist/types/src/components/RadioGroup/RadioGroup.vue.d.ts +8 -9
- package/dist/types/src/components/RadioGroup/RadioGroupCardElement.vue.d.ts +2 -3
- package/dist/types/src/components/RadioGroup/RadioGroupElement.vue.d.ts +2 -3
- package/dist/types/src/components/Select/Select.vue.d.ts +2 -3
- package/dist/types/src/components/TextArea/TextArea.vue.d.ts +2 -3
- package/dist/types/src/components/Toggle/Toggle.vue.d.ts +2 -3
- package/dist/types/src/components/Upload/Upload.vue.d.ts +2 -3
- package/dist/types/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import UUID from '@/helpers/uuid';
|
|
2
1
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
2
|
value: {
|
|
4
3
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -8,7 +7,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8
7
|
};
|
|
9
8
|
id: {
|
|
10
9
|
type: StringConstructor;
|
|
11
|
-
default:
|
|
10
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
12
11
|
};
|
|
13
12
|
name: {
|
|
14
13
|
type: StringConstructor;
|
|
@@ -38,7 +37,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
38
37
|
};
|
|
39
38
|
id: {
|
|
40
39
|
type: StringConstructor;
|
|
41
|
-
default:
|
|
40
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
42
41
|
};
|
|
43
42
|
name: {
|
|
44
43
|
type: StringConstructor;
|
|
@@ -63,7 +62,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
63
62
|
};
|
|
64
63
|
id: {
|
|
65
64
|
type: StringConstructor;
|
|
66
|
-
default:
|
|
65
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
67
66
|
};
|
|
68
67
|
name: {
|
|
69
68
|
type: StringConstructor;
|
|
@@ -94,7 +93,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
94
93
|
};
|
|
95
94
|
id: {
|
|
96
95
|
type: StringConstructor;
|
|
97
|
-
default:
|
|
96
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
98
97
|
};
|
|
99
98
|
name: {
|
|
100
99
|
type: StringConstructor;
|
|
@@ -132,7 +131,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
132
131
|
};
|
|
133
132
|
id: {
|
|
134
133
|
type: StringConstructor;
|
|
135
|
-
default:
|
|
134
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
136
135
|
};
|
|
137
136
|
name: {
|
|
138
137
|
type: StringConstructor;
|
|
@@ -157,7 +156,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
157
156
|
};
|
|
158
157
|
id: {
|
|
159
158
|
type: StringConstructor;
|
|
160
|
-
default:
|
|
159
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
161
160
|
};
|
|
162
161
|
name: {
|
|
163
162
|
type: StringConstructor;
|
|
@@ -188,7 +187,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
188
187
|
};
|
|
189
188
|
id: {
|
|
190
189
|
type: StringConstructor;
|
|
191
|
-
default:
|
|
190
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
192
191
|
};
|
|
193
192
|
name: {
|
|
194
193
|
type: StringConstructor;
|
|
@@ -213,7 +212,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
213
212
|
};
|
|
214
213
|
id: {
|
|
215
214
|
type: StringConstructor;
|
|
216
|
-
default:
|
|
215
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
217
216
|
};
|
|
218
217
|
name: {
|
|
219
218
|
type: StringConstructor;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import UUID from '@/helpers/uuid';
|
|
2
1
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
2
|
value: {
|
|
4
3
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -8,7 +7,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8
7
|
};
|
|
9
8
|
id: {
|
|
10
9
|
type: StringConstructor;
|
|
11
|
-
default:
|
|
10
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
12
11
|
};
|
|
13
12
|
name: {
|
|
14
13
|
type: StringConstructor;
|
|
@@ -33,7 +32,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
33
32
|
};
|
|
34
33
|
id: {
|
|
35
34
|
type: StringConstructor;
|
|
36
|
-
default:
|
|
35
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
37
36
|
};
|
|
38
37
|
name: {
|
|
39
38
|
type: StringConstructor;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import UUID from '@/helpers/uuid';
|
|
2
1
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
2
|
value: {
|
|
4
3
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -8,7 +7,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8
7
|
};
|
|
9
8
|
id: {
|
|
10
9
|
type: StringConstructor;
|
|
11
|
-
default:
|
|
10
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
12
11
|
};
|
|
13
12
|
name: {
|
|
14
13
|
type: StringConstructor;
|
|
@@ -33,7 +32,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
33
32
|
};
|
|
34
33
|
id: {
|
|
35
34
|
type: StringConstructor;
|
|
36
|
-
default:
|
|
35
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
37
36
|
};
|
|
38
37
|
name: {
|
|
39
38
|
type: StringConstructor;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import UUID from '@/helpers/uuid';
|
|
2
1
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
2
|
value: {
|
|
4
3
|
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -8,7 +7,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8
7
|
};
|
|
9
8
|
id: {
|
|
10
9
|
type: StringConstructor;
|
|
11
|
-
default:
|
|
10
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
12
11
|
};
|
|
13
12
|
name: {
|
|
14
13
|
type: StringConstructor;
|
|
@@ -47,7 +46,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
47
46
|
};
|
|
48
47
|
id: {
|
|
49
48
|
type: StringConstructor;
|
|
50
|
-
default:
|
|
49
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
51
50
|
};
|
|
52
51
|
name: {
|
|
53
52
|
type: StringConstructor;
|
|
@@ -81,7 +80,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
81
80
|
};
|
|
82
81
|
id: {
|
|
83
82
|
type: StringConstructor;
|
|
84
|
-
default:
|
|
83
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
85
84
|
};
|
|
86
85
|
name: {
|
|
87
86
|
type: StringConstructor;
|
|
@@ -111,7 +110,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
111
110
|
};
|
|
112
111
|
id: {
|
|
113
112
|
type: StringConstructor;
|
|
114
|
-
default:
|
|
113
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
115
114
|
};
|
|
116
115
|
name: {
|
|
117
116
|
type: StringConstructor;
|
|
@@ -136,7 +135,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
136
135
|
};
|
|
137
136
|
id: {
|
|
138
137
|
type: StringConstructor;
|
|
139
|
-
default:
|
|
138
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
140
139
|
};
|
|
141
140
|
name: {
|
|
142
141
|
type: StringConstructor;
|
|
@@ -167,7 +166,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
167
166
|
};
|
|
168
167
|
id: {
|
|
169
168
|
type: StringConstructor;
|
|
170
|
-
default:
|
|
169
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
171
170
|
};
|
|
172
171
|
name: {
|
|
173
172
|
type: StringConstructor;
|
|
@@ -205,7 +204,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
205
204
|
};
|
|
206
205
|
id: {
|
|
207
206
|
type: StringConstructor;
|
|
208
|
-
default:
|
|
207
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
209
208
|
};
|
|
210
209
|
name: {
|
|
211
210
|
type: StringConstructor;
|
|
@@ -230,7 +229,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
230
229
|
};
|
|
231
230
|
id: {
|
|
232
231
|
type: StringConstructor;
|
|
233
|
-
default:
|
|
232
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
234
233
|
};
|
|
235
234
|
name: {
|
|
236
235
|
type: StringConstructor;
|
|
@@ -261,7 +260,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
261
260
|
};
|
|
262
261
|
id: {
|
|
263
262
|
type: StringConstructor;
|
|
264
|
-
default:
|
|
263
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
265
264
|
};
|
|
266
265
|
name: {
|
|
267
266
|
type: StringConstructor;
|
|
@@ -286,7 +285,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
286
285
|
};
|
|
287
286
|
id: {
|
|
288
287
|
type: StringConstructor;
|
|
289
|
-
default:
|
|
288
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
290
289
|
};
|
|
291
290
|
name: {
|
|
292
291
|
type: StringConstructor;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import UUID from '@/helpers/uuid';
|
|
2
1
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
2
|
label: {
|
|
4
3
|
type: StringConstructor;
|
|
@@ -6,7 +5,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6
5
|
};
|
|
7
6
|
id: {
|
|
8
7
|
type: StringConstructor;
|
|
9
|
-
default:
|
|
8
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
10
9
|
};
|
|
11
10
|
name: {
|
|
12
11
|
type: StringConstructor;
|
|
@@ -59,7 +58,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
59
58
|
};
|
|
60
59
|
id: {
|
|
61
60
|
type: StringConstructor;
|
|
62
|
-
default:
|
|
61
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
63
62
|
};
|
|
64
63
|
name: {
|
|
65
64
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
292
292
|
};
|
|
293
293
|
name: {
|
|
294
294
|
type: StringConstructor;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import type { PropType } from 'vue';
|
|
2
|
-
import UUID from '@/helpers/uuid';
|
|
3
2
|
import type { JsonFormEnum } from '../JsonForm.d';
|
|
4
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
4
|
id: {
|
|
@@ -85,7 +84,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
85
84
|
};
|
|
86
85
|
id: {
|
|
87
86
|
type: StringConstructor;
|
|
88
|
-
default:
|
|
87
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
89
88
|
};
|
|
90
89
|
description: {
|
|
91
90
|
type: StringConstructor;
|
|
@@ -126,7 +125,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
126
125
|
};
|
|
127
126
|
id: {
|
|
128
127
|
type: StringConstructor;
|
|
129
|
-
default:
|
|
128
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
130
129
|
};
|
|
131
130
|
name: {
|
|
132
131
|
type: StringConstructor;
|
|
@@ -149,7 +148,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
149
148
|
};
|
|
150
149
|
id: {
|
|
151
150
|
type: StringConstructor;
|
|
152
|
-
default:
|
|
151
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
153
152
|
};
|
|
154
153
|
name: {
|
|
155
154
|
type: StringConstructor;
|
|
@@ -180,7 +179,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
180
179
|
};
|
|
181
180
|
id: {
|
|
182
181
|
type: StringConstructor;
|
|
183
|
-
default:
|
|
182
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
184
183
|
};
|
|
185
184
|
description: {
|
|
186
185
|
type: StringConstructor;
|
|
@@ -224,7 +223,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
224
223
|
};
|
|
225
224
|
id: {
|
|
226
225
|
type: StringConstructor;
|
|
227
|
-
default:
|
|
226
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
228
227
|
};
|
|
229
228
|
name: {
|
|
230
229
|
type: StringConstructor;
|
|
@@ -247,7 +246,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
247
246
|
};
|
|
248
247
|
id: {
|
|
249
248
|
type: StringConstructor;
|
|
250
|
-
default:
|
|
249
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
251
250
|
};
|
|
252
251
|
name: {
|
|
253
252
|
type: StringConstructor;
|
|
@@ -273,7 +272,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
273
272
|
};
|
|
274
273
|
id: {
|
|
275
274
|
type: StringConstructor;
|
|
276
|
-
default:
|
|
275
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
277
276
|
};
|
|
278
277
|
name: {
|
|
279
278
|
type: StringConstructor;
|
|
@@ -296,7 +295,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
296
295
|
};
|
|
297
296
|
id: {
|
|
298
297
|
type: StringConstructor;
|
|
299
|
-
default:
|
|
298
|
+
default: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
300
299
|
};
|
|
301
300
|
name: {
|
|
302
301
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
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: (<T extends ArrayLike<number>>(options: import("uuid").V4Options | null | undefined, buffer: T, offset?: number) => T) & ((options?: import("uuid").V4Options) => string);
|
|
239
239
|
};
|
|
240
240
|
name: {
|
|
241
241
|
type: StringConstructor;
|