vuetify 4.0.0-beta.3 → 4.0.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/json/attributes.json +1395 -1395
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +166 -166
- package/dist/json/web-types.json +2616 -2616
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4109 -4109
- package/dist/vuetify-labs.d.ts +59 -59
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4276 -4276
- package/dist/vuetify.d.ts +59 -59
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +59 -59
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/package.json +1 -1
|
@@ -4,6 +4,10 @@
|
|
|
4
4
|
"from": "labs/VAvatarGroup",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
+
"VColorInput": {
|
|
8
|
+
"from": "labs/VColorInput",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
7
11
|
"VCommandPalette": {
|
|
8
12
|
"from": "labs/VCommandPalette",
|
|
9
13
|
"styles": []
|
|
@@ -12,10 +16,6 @@
|
|
|
12
16
|
"from": "labs/VCommandPalette",
|
|
13
17
|
"styles": []
|
|
14
18
|
},
|
|
15
|
-
"VIconBtn": {
|
|
16
|
-
"from": "labs/VIconBtn",
|
|
17
|
-
"styles": []
|
|
18
|
-
},
|
|
19
19
|
"VPicker": {
|
|
20
20
|
"from": "labs/VPicker",
|
|
21
21
|
"styles": []
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"from": "labs/VPicker",
|
|
25
25
|
"styles": []
|
|
26
26
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "labs/
|
|
27
|
+
"VIconBtn": {
|
|
28
|
+
"from": "labs/VIconBtn",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
31
|
"VFileUpload": {
|
|
@@ -36,6 +36,18 @@
|
|
|
36
36
|
"from": "labs/VFileUpload",
|
|
37
37
|
"styles": []
|
|
38
38
|
},
|
|
39
|
+
"VStepperVertical": {
|
|
40
|
+
"from": "labs/VStepperVertical",
|
|
41
|
+
"styles": []
|
|
42
|
+
},
|
|
43
|
+
"VStepperVerticalItem": {
|
|
44
|
+
"from": "labs/VStepperVertical",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
47
|
+
"VStepperVerticalActions": {
|
|
48
|
+
"from": "labs/VStepperVertical",
|
|
49
|
+
"styles": []
|
|
50
|
+
},
|
|
39
51
|
"VPie": {
|
|
40
52
|
"from": "labs/VPie",
|
|
41
53
|
"styles": []
|
|
@@ -60,26 +72,14 @@
|
|
|
60
72
|
"from": "labs/VVideo",
|
|
61
73
|
"styles": []
|
|
62
74
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "labs/
|
|
65
|
-
"styles": []
|
|
66
|
-
},
|
|
67
|
-
"VStepperVerticalItem": {
|
|
68
|
-
"from": "labs/VStepperVertical",
|
|
69
|
-
"styles": []
|
|
70
|
-
},
|
|
71
|
-
"VStepperVerticalActions": {
|
|
72
|
-
"from": "labs/VStepperVertical",
|
|
75
|
+
"VMaskInput": {
|
|
76
|
+
"from": "labs/VMaskInput",
|
|
73
77
|
"styles": []
|
|
74
78
|
},
|
|
75
79
|
"VDateInput": {
|
|
76
80
|
"from": "labs/VDateInput",
|
|
77
81
|
"styles": []
|
|
78
82
|
},
|
|
79
|
-
"VMaskInput": {
|
|
80
|
-
"from": "labs/VMaskInput",
|
|
81
|
-
"styles": []
|
|
82
|
-
},
|
|
83
83
|
"VPullToRefresh": {
|
|
84
84
|
"from": "labs/VPullToRefresh",
|
|
85
85
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
|
@@ -4,14 +4,6 @@
|
|
|
4
4
|
"from": "components/VApp",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
-
"VAutocomplete": {
|
|
8
|
-
"from": "components/VAutocomplete",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
|
-
"VAvatar": {
|
|
12
|
-
"from": "components/VAvatar",
|
|
13
|
-
"styles": []
|
|
14
|
-
},
|
|
15
7
|
"VAppBar": {
|
|
16
8
|
"from": "components/VAppBar",
|
|
17
9
|
"styles": []
|
|
@@ -24,12 +16,20 @@
|
|
|
24
16
|
"from": "components/VAppBar",
|
|
25
17
|
"styles": []
|
|
26
18
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "components/
|
|
19
|
+
"VAutocomplete": {
|
|
20
|
+
"from": "components/VAutocomplete",
|
|
29
21
|
"styles": []
|
|
30
22
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "components/
|
|
23
|
+
"VBanner": {
|
|
24
|
+
"from": "components/VBanner",
|
|
25
|
+
"styles": []
|
|
26
|
+
},
|
|
27
|
+
"VBannerActions": {
|
|
28
|
+
"from": "components/VBanner",
|
|
29
|
+
"styles": []
|
|
30
|
+
},
|
|
31
|
+
"VBannerText": {
|
|
32
|
+
"from": "components/VBanner",
|
|
33
33
|
"styles": []
|
|
34
34
|
},
|
|
35
35
|
"VAlert": {
|
|
@@ -40,6 +40,18 @@
|
|
|
40
40
|
"from": "components/VAlert",
|
|
41
41
|
"styles": []
|
|
42
42
|
},
|
|
43
|
+
"VBadge": {
|
|
44
|
+
"from": "components/VBadge",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
47
|
+
"VBottomNavigation": {
|
|
48
|
+
"from": "components/VBottomNavigation",
|
|
49
|
+
"styles": []
|
|
50
|
+
},
|
|
51
|
+
"VAvatar": {
|
|
52
|
+
"from": "components/VAvatar",
|
|
53
|
+
"styles": []
|
|
54
|
+
},
|
|
43
55
|
"VBreadcrumbs": {
|
|
44
56
|
"from": "components/VBreadcrumbs",
|
|
45
57
|
"styles": []
|
|
@@ -52,28 +64,36 @@
|
|
|
52
64
|
"from": "components/VBreadcrumbs",
|
|
53
65
|
"styles": []
|
|
54
66
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "components/
|
|
67
|
+
"VBtnToggle": {
|
|
68
|
+
"from": "components/VBtnToggle",
|
|
69
|
+
"styles": []
|
|
70
|
+
},
|
|
71
|
+
"VBottomSheet": {
|
|
72
|
+
"from": "components/VBottomSheet",
|
|
57
73
|
"styles": []
|
|
58
74
|
},
|
|
59
75
|
"VBtn": {
|
|
60
76
|
"from": "components/VBtn",
|
|
61
77
|
"styles": []
|
|
62
78
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "components/
|
|
79
|
+
"VCheckbox": {
|
|
80
|
+
"from": "components/VCheckbox",
|
|
65
81
|
"styles": []
|
|
66
82
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "components/
|
|
83
|
+
"VCheckboxBtn": {
|
|
84
|
+
"from": "components/VCheckbox",
|
|
69
85
|
"styles": []
|
|
70
86
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "components/
|
|
87
|
+
"VBtnGroup": {
|
|
88
|
+
"from": "components/VBtnGroup",
|
|
73
89
|
"styles": []
|
|
74
90
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "components/
|
|
91
|
+
"VChip": {
|
|
92
|
+
"from": "components/VChip",
|
|
93
|
+
"styles": []
|
|
94
|
+
},
|
|
95
|
+
"VCalendar": {
|
|
96
|
+
"from": "components/VCalendar",
|
|
77
97
|
"styles": []
|
|
78
98
|
},
|
|
79
99
|
"VCard": {
|
|
@@ -100,14 +120,6 @@
|
|
|
100
120
|
"from": "components/VCard",
|
|
101
121
|
"styles": []
|
|
102
122
|
},
|
|
103
|
-
"VCheckbox": {
|
|
104
|
-
"from": "components/VCheckbox",
|
|
105
|
-
"styles": []
|
|
106
|
-
},
|
|
107
|
-
"VCheckboxBtn": {
|
|
108
|
-
"from": "components/VCheckbox",
|
|
109
|
-
"styles": []
|
|
110
|
-
},
|
|
111
123
|
"VCarousel": {
|
|
112
124
|
"from": "components/VCarousel",
|
|
113
125
|
"styles": []
|
|
@@ -116,32 +128,24 @@
|
|
|
116
128
|
"from": "components/VCarousel",
|
|
117
129
|
"styles": []
|
|
118
130
|
},
|
|
119
|
-
"
|
|
120
|
-
"from": "components/
|
|
121
|
-
"styles": []
|
|
122
|
-
},
|
|
123
|
-
"VChipGroup": {
|
|
124
|
-
"from": "components/VChipGroup",
|
|
125
|
-
"styles": []
|
|
126
|
-
},
|
|
127
|
-
"VCalendar": {
|
|
128
|
-
"from": "components/VCalendar",
|
|
131
|
+
"VCombobox": {
|
|
132
|
+
"from": "components/VCombobox",
|
|
129
133
|
"styles": []
|
|
130
134
|
},
|
|
131
135
|
"VCode": {
|
|
132
136
|
"from": "components/VCode",
|
|
133
137
|
"styles": []
|
|
134
138
|
},
|
|
135
|
-
"VChip": {
|
|
136
|
-
"from": "components/VChip",
|
|
137
|
-
"styles": []
|
|
138
|
-
},
|
|
139
139
|
"VColorPicker": {
|
|
140
140
|
"from": "components/VColorPicker",
|
|
141
141
|
"styles": []
|
|
142
142
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
143
|
+
"VCounter": {
|
|
144
|
+
"from": "components/VCounter",
|
|
145
|
+
"styles": []
|
|
146
|
+
},
|
|
147
|
+
"VChipGroup": {
|
|
148
|
+
"from": "components/VChipGroup",
|
|
145
149
|
"styles": []
|
|
146
150
|
},
|
|
147
151
|
"VDataTable": {
|
|
@@ -172,14 +176,6 @@
|
|
|
172
176
|
"from": "components/VDataTable",
|
|
173
177
|
"styles": []
|
|
174
178
|
},
|
|
175
|
-
"VCounter": {
|
|
176
|
-
"from": "components/VCounter",
|
|
177
|
-
"styles": []
|
|
178
|
-
},
|
|
179
|
-
"VDialog": {
|
|
180
|
-
"from": "components/VDialog",
|
|
181
|
-
"styles": []
|
|
182
|
-
},
|
|
183
179
|
"VDatePicker": {
|
|
184
180
|
"from": "components/VDatePicker",
|
|
185
181
|
"styles": []
|
|
@@ -204,6 +200,14 @@
|
|
|
204
200
|
"from": "components/VDatePicker",
|
|
205
201
|
"styles": []
|
|
206
202
|
},
|
|
203
|
+
"VDialog": {
|
|
204
|
+
"from": "components/VDialog",
|
|
205
|
+
"styles": []
|
|
206
|
+
},
|
|
207
|
+
"VDivider": {
|
|
208
|
+
"from": "components/VDivider",
|
|
209
|
+
"styles": []
|
|
210
|
+
},
|
|
207
211
|
"VExpansionPanels": {
|
|
208
212
|
"from": "components/VExpansionPanel",
|
|
209
213
|
"styles": []
|
|
@@ -220,30 +224,18 @@
|
|
|
220
224
|
"from": "components/VExpansionPanel",
|
|
221
225
|
"styles": []
|
|
222
226
|
},
|
|
223
|
-
"VDivider": {
|
|
224
|
-
"from": "components/VDivider",
|
|
225
|
-
"styles": []
|
|
226
|
-
},
|
|
227
|
-
"VField": {
|
|
228
|
-
"from": "components/VField",
|
|
229
|
-
"styles": []
|
|
230
|
-
},
|
|
231
|
-
"VFieldLabel": {
|
|
232
|
-
"from": "components/VField",
|
|
233
|
-
"styles": []
|
|
234
|
-
},
|
|
235
227
|
"VFab": {
|
|
236
228
|
"from": "components/VFab",
|
|
237
229
|
"styles": []
|
|
238
230
|
},
|
|
239
|
-
"VFooter": {
|
|
240
|
-
"from": "components/VFooter",
|
|
241
|
-
"styles": []
|
|
242
|
-
},
|
|
243
231
|
"VFileInput": {
|
|
244
232
|
"from": "components/VFileInput",
|
|
245
233
|
"styles": []
|
|
246
234
|
},
|
|
235
|
+
"VEmptyState": {
|
|
236
|
+
"from": "components/VEmptyState",
|
|
237
|
+
"styles": []
|
|
238
|
+
},
|
|
247
239
|
"VHotkey": {
|
|
248
240
|
"from": "components/VHotkey",
|
|
249
241
|
"styles": []
|
|
@@ -252,6 +244,10 @@
|
|
|
252
244
|
"from": "components/VImg",
|
|
253
245
|
"styles": []
|
|
254
246
|
},
|
|
247
|
+
"VFooter": {
|
|
248
|
+
"from": "components/VFooter",
|
|
249
|
+
"styles": []
|
|
250
|
+
},
|
|
255
251
|
"VIcon": {
|
|
256
252
|
"from": "components/VIcon",
|
|
257
253
|
"styles": []
|
|
@@ -272,40 +268,36 @@
|
|
|
272
268
|
"from": "components/VIcon",
|
|
273
269
|
"styles": []
|
|
274
270
|
},
|
|
275
|
-
"
|
|
276
|
-
"from": "components/
|
|
271
|
+
"VInfiniteScroll": {
|
|
272
|
+
"from": "components/VInfiniteScroll",
|
|
277
273
|
"styles": []
|
|
278
274
|
},
|
|
279
275
|
"VInput": {
|
|
280
276
|
"from": "components/VInput",
|
|
281
277
|
"styles": []
|
|
282
278
|
},
|
|
283
|
-
"
|
|
284
|
-
"from": "components/
|
|
285
|
-
"styles": []
|
|
286
|
-
},
|
|
287
|
-
"VItem": {
|
|
288
|
-
"from": "components/VItemGroup",
|
|
289
|
-
"styles": []
|
|
290
|
-
},
|
|
291
|
-
"VLabel": {
|
|
292
|
-
"from": "components/VLabel",
|
|
279
|
+
"VField": {
|
|
280
|
+
"from": "components/VField",
|
|
293
281
|
"styles": []
|
|
294
282
|
},
|
|
295
|
-
"
|
|
296
|
-
"from": "components/
|
|
283
|
+
"VFieldLabel": {
|
|
284
|
+
"from": "components/VField",
|
|
297
285
|
"styles": []
|
|
298
286
|
},
|
|
299
287
|
"VKbd": {
|
|
300
288
|
"from": "components/VKbd",
|
|
301
289
|
"styles": []
|
|
302
290
|
},
|
|
303
|
-
"
|
|
304
|
-
"from": "components/
|
|
291
|
+
"VItemGroup": {
|
|
292
|
+
"from": "components/VItemGroup",
|
|
305
293
|
"styles": []
|
|
306
294
|
},
|
|
307
|
-
"
|
|
308
|
-
"from": "components/
|
|
295
|
+
"VItem": {
|
|
296
|
+
"from": "components/VItemGroup",
|
|
297
|
+
"styles": []
|
|
298
|
+
},
|
|
299
|
+
"VMain": {
|
|
300
|
+
"from": "components/VMain",
|
|
309
301
|
"styles": []
|
|
310
302
|
},
|
|
311
303
|
"VList": {
|
|
@@ -344,22 +336,38 @@
|
|
|
344
336
|
"from": "components/VList",
|
|
345
337
|
"styles": []
|
|
346
338
|
},
|
|
347
|
-
"
|
|
348
|
-
"from": "components/
|
|
339
|
+
"VLabel": {
|
|
340
|
+
"from": "components/VLabel",
|
|
349
341
|
"styles": []
|
|
350
342
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
343
|
+
"VMessages": {
|
|
344
|
+
"from": "components/VMessages",
|
|
353
345
|
"styles": []
|
|
354
346
|
},
|
|
355
|
-
"
|
|
356
|
-
"from": "components/
|
|
347
|
+
"VMenu": {
|
|
348
|
+
"from": "components/VMenu",
|
|
357
349
|
"styles": []
|
|
358
350
|
},
|
|
359
351
|
"VNumberInput": {
|
|
360
352
|
"from": "components/VNumberInput",
|
|
361
353
|
"styles": []
|
|
362
354
|
},
|
|
355
|
+
"VNavigationDrawer": {
|
|
356
|
+
"from": "components/VNavigationDrawer",
|
|
357
|
+
"styles": []
|
|
358
|
+
},
|
|
359
|
+
"VOverlay": {
|
|
360
|
+
"from": "components/VOverlay",
|
|
361
|
+
"styles": []
|
|
362
|
+
},
|
|
363
|
+
"VOtpInput": {
|
|
364
|
+
"from": "components/VOtpInput",
|
|
365
|
+
"styles": []
|
|
366
|
+
},
|
|
367
|
+
"VProgressCircular": {
|
|
368
|
+
"from": "components/VProgressCircular",
|
|
369
|
+
"styles": []
|
|
370
|
+
},
|
|
363
371
|
"VPagination": {
|
|
364
372
|
"from": "components/VPagination",
|
|
365
373
|
"styles": []
|
|
@@ -372,42 +380,30 @@
|
|
|
372
380
|
"from": "components/VRadioGroup",
|
|
373
381
|
"styles": []
|
|
374
382
|
},
|
|
375
|
-
"
|
|
376
|
-
"from": "components/
|
|
377
|
-
"styles": []
|
|
378
|
-
},
|
|
379
|
-
"VOverlay": {
|
|
380
|
-
"from": "components/VOverlay",
|
|
383
|
+
"VSelectionControl": {
|
|
384
|
+
"from": "components/VSelectionControl",
|
|
381
385
|
"styles": []
|
|
382
386
|
},
|
|
383
|
-
"
|
|
384
|
-
"from": "components/
|
|
387
|
+
"VRating": {
|
|
388
|
+
"from": "components/VRating",
|
|
385
389
|
"styles": []
|
|
386
390
|
},
|
|
387
391
|
"VSelectionControlGroup": {
|
|
388
392
|
"from": "components/VSelectionControlGroup",
|
|
389
393
|
"styles": []
|
|
390
394
|
},
|
|
391
|
-
"VSelect": {
|
|
392
|
-
"from": "components/VSelect",
|
|
393
|
-
"styles": []
|
|
394
|
-
},
|
|
395
395
|
"VSkeletonLoader": {
|
|
396
396
|
"from": "components/VSkeletonLoader",
|
|
397
397
|
"styles": []
|
|
398
398
|
},
|
|
399
|
-
"
|
|
400
|
-
"from": "components/
|
|
399
|
+
"VSelect": {
|
|
400
|
+
"from": "components/VSelect",
|
|
401
401
|
"styles": []
|
|
402
402
|
},
|
|
403
403
|
"VSheet": {
|
|
404
404
|
"from": "components/VSheet",
|
|
405
405
|
"styles": []
|
|
406
406
|
},
|
|
407
|
-
"VSlider": {
|
|
408
|
-
"from": "components/VSlider",
|
|
409
|
-
"styles": []
|
|
410
|
-
},
|
|
411
407
|
"VSlideGroup": {
|
|
412
408
|
"from": "components/VSlideGroup",
|
|
413
409
|
"styles": []
|
|
@@ -416,6 +412,34 @@
|
|
|
416
412
|
"from": "components/VSlideGroup",
|
|
417
413
|
"styles": []
|
|
418
414
|
},
|
|
415
|
+
"VSlider": {
|
|
416
|
+
"from": "components/VSlider",
|
|
417
|
+
"styles": []
|
|
418
|
+
},
|
|
419
|
+
"VSwitch": {
|
|
420
|
+
"from": "components/VSwitch",
|
|
421
|
+
"styles": []
|
|
422
|
+
},
|
|
423
|
+
"VSnackbar": {
|
|
424
|
+
"from": "components/VSnackbar",
|
|
425
|
+
"styles": []
|
|
426
|
+
},
|
|
427
|
+
"VTab": {
|
|
428
|
+
"from": "components/VTabs",
|
|
429
|
+
"styles": []
|
|
430
|
+
},
|
|
431
|
+
"VTabs": {
|
|
432
|
+
"from": "components/VTabs",
|
|
433
|
+
"styles": []
|
|
434
|
+
},
|
|
435
|
+
"VTabsWindow": {
|
|
436
|
+
"from": "components/VTabs",
|
|
437
|
+
"styles": []
|
|
438
|
+
},
|
|
439
|
+
"VTabsWindowItem": {
|
|
440
|
+
"from": "components/VTabs",
|
|
441
|
+
"styles": []
|
|
442
|
+
},
|
|
419
443
|
"VStepper": {
|
|
420
444
|
"from": "components/VStepper",
|
|
421
445
|
"styles": []
|
|
@@ -440,36 +464,36 @@
|
|
|
440
464
|
"from": "components/VStepper",
|
|
441
465
|
"styles": []
|
|
442
466
|
},
|
|
443
|
-
"
|
|
444
|
-
"from": "components/
|
|
467
|
+
"VSystemBar": {
|
|
468
|
+
"from": "components/VSystemBar",
|
|
445
469
|
"styles": []
|
|
446
470
|
},
|
|
447
|
-
"
|
|
448
|
-
"from": "components/
|
|
471
|
+
"VTimeline": {
|
|
472
|
+
"from": "components/VTimeline",
|
|
449
473
|
"styles": []
|
|
450
474
|
},
|
|
451
|
-
"
|
|
452
|
-
"from": "components/
|
|
475
|
+
"VTimelineItem": {
|
|
476
|
+
"from": "components/VTimeline",
|
|
453
477
|
"styles": []
|
|
454
478
|
},
|
|
455
|
-
"
|
|
456
|
-
"from": "components/
|
|
479
|
+
"VTextarea": {
|
|
480
|
+
"from": "components/VTextarea",
|
|
457
481
|
"styles": []
|
|
458
482
|
},
|
|
459
|
-
"
|
|
460
|
-
"from": "components/
|
|
483
|
+
"VTimePicker": {
|
|
484
|
+
"from": "components/VTimePicker",
|
|
461
485
|
"styles": []
|
|
462
486
|
},
|
|
463
|
-
"
|
|
464
|
-
"from": "components/
|
|
487
|
+
"VTimePickerClock": {
|
|
488
|
+
"from": "components/VTimePicker",
|
|
465
489
|
"styles": []
|
|
466
490
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
491
|
+
"VTimePickerControls": {
|
|
492
|
+
"from": "components/VTimePicker",
|
|
469
493
|
"styles": []
|
|
470
494
|
},
|
|
471
|
-
"
|
|
472
|
-
"from": "components/
|
|
495
|
+
"VTable": {
|
|
496
|
+
"from": "components/VTable",
|
|
473
497
|
"styles": []
|
|
474
498
|
},
|
|
475
499
|
"VTreeview": {
|
|
@@ -484,24 +508,20 @@
|
|
|
484
508
|
"from": "components/VTreeview",
|
|
485
509
|
"styles": []
|
|
486
510
|
},
|
|
487
|
-
"
|
|
488
|
-
"from": "components/
|
|
489
|
-
"styles": []
|
|
490
|
-
},
|
|
491
|
-
"VTimeline": {
|
|
492
|
-
"from": "components/VTimeline",
|
|
493
|
-
"styles": []
|
|
494
|
-
},
|
|
495
|
-
"VTimelineItem": {
|
|
496
|
-
"from": "components/VTimeline",
|
|
511
|
+
"VTextField": {
|
|
512
|
+
"from": "components/VTextField",
|
|
497
513
|
"styles": []
|
|
498
514
|
},
|
|
499
515
|
"VTooltip": {
|
|
500
516
|
"from": "components/VTooltip",
|
|
501
517
|
"styles": []
|
|
502
518
|
},
|
|
503
|
-
"
|
|
504
|
-
"from": "components/
|
|
519
|
+
"VWindow": {
|
|
520
|
+
"from": "components/VWindow",
|
|
521
|
+
"styles": []
|
|
522
|
+
},
|
|
523
|
+
"VWindowItem": {
|
|
524
|
+
"from": "components/VWindow",
|
|
505
525
|
"styles": []
|
|
506
526
|
},
|
|
507
527
|
"VToolbar": {
|
|
@@ -516,38 +536,22 @@
|
|
|
516
536
|
"from": "components/VToolbar",
|
|
517
537
|
"styles": []
|
|
518
538
|
},
|
|
519
|
-
"
|
|
520
|
-
"from": "components/
|
|
521
|
-
"styles": []
|
|
522
|
-
},
|
|
523
|
-
"VTimePickerClock": {
|
|
524
|
-
"from": "components/VTimePicker",
|
|
525
|
-
"styles": []
|
|
526
|
-
},
|
|
527
|
-
"VTimePickerControls": {
|
|
528
|
-
"from": "components/VTimePicker",
|
|
529
|
-
"styles": []
|
|
530
|
-
},
|
|
531
|
-
"VWindow": {
|
|
532
|
-
"from": "components/VWindow",
|
|
533
|
-
"styles": []
|
|
534
|
-
},
|
|
535
|
-
"VWindowItem": {
|
|
536
|
-
"from": "components/VWindow",
|
|
539
|
+
"VDataIterator": {
|
|
540
|
+
"from": "components/VDataIterator",
|
|
537
541
|
"styles": []
|
|
538
542
|
},
|
|
539
543
|
"VConfirmEdit": {
|
|
540
544
|
"from": "components/VConfirmEdit",
|
|
541
545
|
"styles": []
|
|
542
546
|
},
|
|
543
|
-
"VDataIterator": {
|
|
544
|
-
"from": "components/VDataIterator",
|
|
545
|
-
"styles": []
|
|
546
|
-
},
|
|
547
547
|
"VDefaultsProvider": {
|
|
548
548
|
"from": "components/VDefaultsProvider",
|
|
549
549
|
"styles": []
|
|
550
550
|
},
|
|
551
|
+
"VForm": {
|
|
552
|
+
"from": "components/VForm",
|
|
553
|
+
"styles": []
|
|
554
|
+
},
|
|
551
555
|
"VContainer": {
|
|
552
556
|
"from": "components/VGrid",
|
|
553
557
|
"styles": []
|
|
@@ -564,10 +568,6 @@
|
|
|
564
568
|
"from": "components/VGrid",
|
|
565
569
|
"styles": []
|
|
566
570
|
},
|
|
567
|
-
"VForm": {
|
|
568
|
-
"from": "components/VForm",
|
|
569
|
-
"styles": []
|
|
570
|
-
},
|
|
571
571
|
"VHover": {
|
|
572
572
|
"from": "components/VHover",
|
|
573
573
|
"styles": []
|