@vuetify/nightly 3.9.2-master.2025-07-25 → 3.9.2-master.2025-07-27
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/CHANGELOG.md +12 -3
- package/dist/json/attributes.json +3358 -3358
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +132 -132
- package/dist/json/web-types.json +6344 -6332
- package/dist/vuetify-labs.cjs +14 -7
- package/dist/vuetify-labs.css +4884 -4884
- package/dist/vuetify-labs.d.ts +91 -50
- package/dist/vuetify-labs.esm.js +14 -7
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +14 -7
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +5 -3
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3026 -3026
- package/dist/vuetify.d.ts +50 -50
- package/dist/vuetify.esm.js +5 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +5 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +6 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.js +2 -0
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +50 -50
- package/lib/framework.js +1 -1
- package/lib/labs/VPie/VPie.css +1 -1
- package/lib/labs/VPie/VPie.d.ts +50 -0
- package/lib/labs/VPie/VPie.js +9 -4
- package/lib/labs/VPie/VPie.js.map +1 -1
- package/lib/labs/VPie/VPie.sass +1 -1
- package/package.json +1 -1
@@ -24,6 +24,14 @@
|
|
24
24
|
"from": "labs/VCalendar",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
+
"VFileUpload": {
|
28
|
+
"from": "labs/VFileUpload",
|
29
|
+
"styles": []
|
30
|
+
},
|
31
|
+
"VFileUploadItem": {
|
32
|
+
"from": "labs/VFileUpload",
|
33
|
+
"styles": []
|
34
|
+
},
|
27
35
|
"VPie": {
|
28
36
|
"from": "labs/VPie",
|
29
37
|
"styles": []
|
@@ -36,36 +44,24 @@
|
|
36
44
|
"from": "labs/VPie",
|
37
45
|
"styles": []
|
38
46
|
},
|
39
|
-
"
|
40
|
-
"from": "labs/
|
41
|
-
"styles": []
|
42
|
-
},
|
43
|
-
"VPickerTitle": {
|
44
|
-
"from": "labs/VPicker",
|
45
|
-
"styles": []
|
46
|
-
},
|
47
|
-
"VStepperVertical": {
|
48
|
-
"from": "labs/VStepperVertical",
|
49
|
-
"styles": []
|
50
|
-
},
|
51
|
-
"VStepperVerticalItem": {
|
52
|
-
"from": "labs/VStepperVertical",
|
47
|
+
"VColorInput": {
|
48
|
+
"from": "labs/VColorInput",
|
53
49
|
"styles": []
|
54
50
|
},
|
55
|
-
"
|
56
|
-
"from": "labs/
|
51
|
+
"VIconBtn": {
|
52
|
+
"from": "labs/VIconBtn",
|
57
53
|
"styles": []
|
58
54
|
},
|
59
55
|
"VHotkey": {
|
60
56
|
"from": "labs/VHotkey",
|
61
57
|
"styles": []
|
62
58
|
},
|
63
|
-
"
|
64
|
-
"from": "labs/
|
59
|
+
"VPicker": {
|
60
|
+
"from": "labs/VPicker",
|
65
61
|
"styles": []
|
66
62
|
},
|
67
|
-
"
|
68
|
-
"from": "labs/
|
63
|
+
"VPickerTitle": {
|
64
|
+
"from": "labs/VPicker",
|
69
65
|
"styles": []
|
70
66
|
},
|
71
67
|
"VVideo": {
|
@@ -80,24 +76,28 @@
|
|
80
76
|
"from": "labs/VVideo",
|
81
77
|
"styles": []
|
82
78
|
},
|
83
|
-
"
|
84
|
-
"from": "labs/
|
79
|
+
"VStepperVertical": {
|
80
|
+
"from": "labs/VStepperVertical",
|
85
81
|
"styles": []
|
86
82
|
},
|
87
|
-
"
|
88
|
-
"from": "labs/
|
83
|
+
"VStepperVerticalItem": {
|
84
|
+
"from": "labs/VStepperVertical",
|
89
85
|
"styles": []
|
90
86
|
},
|
91
|
-
"
|
92
|
-
"from": "labs/
|
87
|
+
"VStepperVerticalActions": {
|
88
|
+
"from": "labs/VStepperVertical",
|
93
89
|
"styles": []
|
94
90
|
},
|
95
|
-
"
|
96
|
-
"from": "labs/
|
91
|
+
"VDateInput": {
|
92
|
+
"from": "labs/VDateInput",
|
97
93
|
"styles": []
|
98
94
|
},
|
99
|
-
"
|
100
|
-
"from": "labs/
|
95
|
+
"VMaskInput": {
|
96
|
+
"from": "labs/VMaskInput",
|
97
|
+
"styles": []
|
98
|
+
},
|
99
|
+
"VPullToRefresh": {
|
100
|
+
"from": "labs/VPullToRefresh",
|
101
101
|
"styles": []
|
102
102
|
}
|
103
103
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -4,6 +4,14 @@
|
|
4
4
|
"from": "components/VApp",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
+
"VAlert": {
|
8
|
+
"from": "components/VAlert",
|
9
|
+
"styles": []
|
10
|
+
},
|
11
|
+
"VAlertTitle": {
|
12
|
+
"from": "components/VAlert",
|
13
|
+
"styles": []
|
14
|
+
},
|
7
15
|
"VAppBar": {
|
8
16
|
"from": "components/VAppBar",
|
9
17
|
"styles": []
|
@@ -16,64 +24,64 @@
|
|
16
24
|
"from": "components/VAppBar",
|
17
25
|
"styles": []
|
18
26
|
},
|
19
|
-
"VAvatar": {
|
20
|
-
"from": "components/VAvatar",
|
21
|
-
"styles": []
|
22
|
-
},
|
23
27
|
"VAutocomplete": {
|
24
28
|
"from": "components/VAutocomplete",
|
25
29
|
"styles": []
|
26
30
|
},
|
27
|
-
"
|
28
|
-
"from": "components/
|
31
|
+
"VAvatar": {
|
32
|
+
"from": "components/VAvatar",
|
29
33
|
"styles": []
|
30
34
|
},
|
31
|
-
"
|
32
|
-
"from": "components/
|
35
|
+
"VBreadcrumbs": {
|
36
|
+
"from": "components/VBreadcrumbs",
|
33
37
|
"styles": []
|
34
38
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
39
|
+
"VBreadcrumbsItem": {
|
40
|
+
"from": "components/VBreadcrumbs",
|
37
41
|
"styles": []
|
38
42
|
},
|
39
|
-
"
|
40
|
-
"from": "components/
|
43
|
+
"VBreadcrumbsDivider": {
|
44
|
+
"from": "components/VBreadcrumbs",
|
41
45
|
"styles": []
|
42
46
|
},
|
43
|
-
"
|
44
|
-
"from": "components/
|
47
|
+
"VBadge": {
|
48
|
+
"from": "components/VBadge",
|
45
49
|
"styles": []
|
46
50
|
},
|
47
|
-
"
|
48
|
-
"from": "components/
|
51
|
+
"VBottomNavigation": {
|
52
|
+
"from": "components/VBottomNavigation",
|
49
53
|
"styles": []
|
50
54
|
},
|
51
55
|
"VBottomSheet": {
|
52
56
|
"from": "components/VBottomSheet",
|
53
57
|
"styles": []
|
54
58
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
59
|
+
"VBanner": {
|
60
|
+
"from": "components/VBanner",
|
57
61
|
"styles": []
|
58
62
|
},
|
59
|
-
"
|
60
|
-
"from": "components/
|
63
|
+
"VBannerActions": {
|
64
|
+
"from": "components/VBanner",
|
61
65
|
"styles": []
|
62
66
|
},
|
63
|
-
"
|
64
|
-
"from": "components/
|
67
|
+
"VBannerText": {
|
68
|
+
"from": "components/VBanner",
|
65
69
|
"styles": []
|
66
70
|
},
|
67
|
-
"
|
68
|
-
"from": "components/
|
71
|
+
"VBtnGroup": {
|
72
|
+
"from": "components/VBtnGroup",
|
69
73
|
"styles": []
|
70
74
|
},
|
71
75
|
"VBtn": {
|
72
76
|
"from": "components/VBtn",
|
73
77
|
"styles": []
|
74
78
|
},
|
75
|
-
"
|
76
|
-
"from": "components/
|
79
|
+
"VCarousel": {
|
80
|
+
"from": "components/VCarousel",
|
81
|
+
"styles": []
|
82
|
+
},
|
83
|
+
"VCarouselItem": {
|
84
|
+
"from": "components/VCarousel",
|
77
85
|
"styles": []
|
78
86
|
},
|
79
87
|
"VBtnToggle": {
|
@@ -104,38 +112,30 @@
|
|
104
112
|
"from": "components/VCard",
|
105
113
|
"styles": []
|
106
114
|
},
|
107
|
-
"
|
108
|
-
"from": "components/
|
115
|
+
"VCode": {
|
116
|
+
"from": "components/VCode",
|
109
117
|
"styles": []
|
110
118
|
},
|
111
|
-
"
|
112
|
-
"from": "components/
|
119
|
+
"VChip": {
|
120
|
+
"from": "components/VChip",
|
113
121
|
"styles": []
|
114
122
|
},
|
115
|
-
"
|
116
|
-
"from": "components/
|
123
|
+
"VChipGroup": {
|
124
|
+
"from": "components/VChipGroup",
|
117
125
|
"styles": []
|
118
126
|
},
|
119
|
-
"
|
120
|
-
"from": "components/
|
127
|
+
"VCheckbox": {
|
128
|
+
"from": "components/VCheckbox",
|
121
129
|
"styles": []
|
122
130
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
131
|
+
"VCheckboxBtn": {
|
132
|
+
"from": "components/VCheckbox",
|
125
133
|
"styles": []
|
126
134
|
},
|
127
135
|
"VColorPicker": {
|
128
136
|
"from": "components/VColorPicker",
|
129
137
|
"styles": []
|
130
138
|
},
|
131
|
-
"VCode": {
|
132
|
-
"from": "components/VCode",
|
133
|
-
"styles": []
|
134
|
-
},
|
135
|
-
"VChipGroup": {
|
136
|
-
"from": "components/VChipGroup",
|
137
|
-
"styles": []
|
138
|
-
},
|
139
139
|
"VCounter": {
|
140
140
|
"from": "components/VCounter",
|
141
141
|
"styles": []
|
@@ -168,10 +168,6 @@
|
|
168
168
|
"from": "components/VDataTable",
|
169
169
|
"styles": []
|
170
170
|
},
|
171
|
-
"VCombobox": {
|
172
|
-
"from": "components/VCombobox",
|
173
|
-
"styles": []
|
174
|
-
},
|
175
171
|
"VDatePicker": {
|
176
172
|
"from": "components/VDatePicker",
|
177
173
|
"styles": []
|
@@ -196,10 +192,18 @@
|
|
196
192
|
"from": "components/VDatePicker",
|
197
193
|
"styles": []
|
198
194
|
},
|
195
|
+
"VCombobox": {
|
196
|
+
"from": "components/VCombobox",
|
197
|
+
"styles": []
|
198
|
+
},
|
199
199
|
"VDialog": {
|
200
200
|
"from": "components/VDialog",
|
201
201
|
"styles": []
|
202
202
|
},
|
203
|
+
"VDivider": {
|
204
|
+
"from": "components/VDivider",
|
205
|
+
"styles": []
|
206
|
+
},
|
203
207
|
"VExpansionPanels": {
|
204
208
|
"from": "components/VExpansionPanel",
|
205
209
|
"styles": []
|
@@ -216,36 +220,28 @@
|
|
216
220
|
"from": "components/VExpansionPanel",
|
217
221
|
"styles": []
|
218
222
|
},
|
219
|
-
"
|
220
|
-
"from": "components/
|
221
|
-
"styles": []
|
222
|
-
},
|
223
|
-
"VFieldLabel": {
|
224
|
-
"from": "components/VField",
|
223
|
+
"VEmptyState": {
|
224
|
+
"from": "components/VEmptyState",
|
225
225
|
"styles": []
|
226
226
|
},
|
227
|
-
"
|
228
|
-
"from": "components/
|
227
|
+
"VFileInput": {
|
228
|
+
"from": "components/VFileInput",
|
229
229
|
"styles": []
|
230
230
|
},
|
231
|
-
"
|
232
|
-
"from": "components/
|
231
|
+
"VField": {
|
232
|
+
"from": "components/VField",
|
233
233
|
"styles": []
|
234
234
|
},
|
235
|
-
"
|
236
|
-
"from": "components/
|
235
|
+
"VFieldLabel": {
|
236
|
+
"from": "components/VField",
|
237
237
|
"styles": []
|
238
238
|
},
|
239
239
|
"VFooter": {
|
240
240
|
"from": "components/VFooter",
|
241
241
|
"styles": []
|
242
242
|
},
|
243
|
-
"
|
244
|
-
"from": "components/
|
245
|
-
"styles": []
|
246
|
-
},
|
247
|
-
"VEmptyState": {
|
248
|
-
"from": "components/VEmptyState",
|
243
|
+
"VFab": {
|
244
|
+
"from": "components/VFab",
|
249
245
|
"styles": []
|
250
246
|
},
|
251
247
|
"VImg": {
|
@@ -276,12 +272,8 @@
|
|
276
272
|
"from": "components/VInput",
|
277
273
|
"styles": []
|
278
274
|
},
|
279
|
-
"
|
280
|
-
"from": "components/
|
281
|
-
"styles": []
|
282
|
-
},
|
283
|
-
"VKbd": {
|
284
|
-
"from": "components/VKbd",
|
275
|
+
"VInfiniteScroll": {
|
276
|
+
"from": "components/VInfiniteScroll",
|
285
277
|
"styles": []
|
286
278
|
},
|
287
279
|
"VItemGroup": {
|
@@ -292,6 +284,10 @@
|
|
292
284
|
"from": "components/VItemGroup",
|
293
285
|
"styles": []
|
294
286
|
},
|
287
|
+
"VLabel": {
|
288
|
+
"from": "components/VLabel",
|
289
|
+
"styles": []
|
290
|
+
},
|
295
291
|
"VList": {
|
296
292
|
"from": "components/VList",
|
297
293
|
"styles": []
|
@@ -328,26 +324,34 @@
|
|
328
324
|
"from": "components/VList",
|
329
325
|
"styles": []
|
330
326
|
},
|
331
|
-
"
|
332
|
-
"from": "components/
|
327
|
+
"VKbd": {
|
328
|
+
"from": "components/VKbd",
|
329
|
+
"styles": []
|
330
|
+
},
|
331
|
+
"VNavigationDrawer": {
|
332
|
+
"from": "components/VNavigationDrawer",
|
333
333
|
"styles": []
|
334
334
|
},
|
335
335
|
"VMenu": {
|
336
336
|
"from": "components/VMenu",
|
337
337
|
"styles": []
|
338
338
|
},
|
339
|
-
"
|
340
|
-
"from": "components/
|
339
|
+
"VMain": {
|
340
|
+
"from": "components/VMain",
|
341
341
|
"styles": []
|
342
342
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
343
|
+
"VMessages": {
|
344
|
+
"from": "components/VMessages",
|
345
345
|
"styles": []
|
346
346
|
},
|
347
347
|
"VOtpInput": {
|
348
348
|
"from": "components/VOtpInput",
|
349
349
|
"styles": []
|
350
350
|
},
|
351
|
+
"VNumberInput": {
|
352
|
+
"from": "components/VNumberInput",
|
353
|
+
"styles": []
|
354
|
+
},
|
351
355
|
"VPagination": {
|
352
356
|
"from": "components/VPagination",
|
353
357
|
"styles": []
|
@@ -356,32 +360,28 @@
|
|
356
360
|
"from": "components/VProgressCircular",
|
357
361
|
"styles": []
|
358
362
|
},
|
359
|
-
"
|
360
|
-
"from": "components/
|
361
|
-
"styles": []
|
362
|
-
},
|
363
|
-
"VNavigationDrawer": {
|
364
|
-
"from": "components/VNavigationDrawer",
|
363
|
+
"VOverlay": {
|
364
|
+
"from": "components/VOverlay",
|
365
365
|
"styles": []
|
366
366
|
},
|
367
367
|
"VRadioGroup": {
|
368
368
|
"from": "components/VRadioGroup",
|
369
369
|
"styles": []
|
370
370
|
},
|
371
|
-
"
|
372
|
-
"from": "components/
|
371
|
+
"VProgressLinear": {
|
372
|
+
"from": "components/VProgressLinear",
|
373
373
|
"styles": []
|
374
374
|
},
|
375
375
|
"VSelect": {
|
376
376
|
"from": "components/VSelect",
|
377
377
|
"styles": []
|
378
378
|
},
|
379
|
-
"
|
380
|
-
"from": "components/
|
379
|
+
"VRating": {
|
380
|
+
"from": "components/VRating",
|
381
381
|
"styles": []
|
382
382
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
383
|
+
"VSelectionControl": {
|
384
|
+
"from": "components/VSelectionControl",
|
385
385
|
"styles": []
|
386
386
|
},
|
387
387
|
"VSelectionControlGroup": {
|
@@ -392,14 +392,18 @@
|
|
392
392
|
"from": "components/VSkeletonLoader",
|
393
393
|
"styles": []
|
394
394
|
},
|
395
|
-
"
|
396
|
-
"from": "components/
|
395
|
+
"VSheet": {
|
396
|
+
"from": "components/VSheet",
|
397
397
|
"styles": []
|
398
398
|
},
|
399
399
|
"VSlider": {
|
400
400
|
"from": "components/VSlider",
|
401
401
|
"styles": []
|
402
402
|
},
|
403
|
+
"VSnackbar": {
|
404
|
+
"from": "components/VSnackbar",
|
405
|
+
"styles": []
|
406
|
+
},
|
403
407
|
"VStepper": {
|
404
408
|
"from": "components/VStepper",
|
405
409
|
"styles": []
|
@@ -424,6 +428,10 @@
|
|
424
428
|
"from": "components/VStepper",
|
425
429
|
"styles": []
|
426
430
|
},
|
431
|
+
"VSwitch": {
|
432
|
+
"from": "components/VSwitch",
|
433
|
+
"styles": []
|
434
|
+
},
|
427
435
|
"VSlideGroup": {
|
428
436
|
"from": "components/VSlideGroup",
|
429
437
|
"styles": []
|
@@ -448,12 +456,8 @@
|
|
448
456
|
"from": "components/VTabs",
|
449
457
|
"styles": []
|
450
458
|
},
|
451
|
-
"
|
452
|
-
"from": "components/
|
453
|
-
"styles": []
|
454
|
-
},
|
455
|
-
"VTextarea": {
|
456
|
-
"from": "components/VTextarea",
|
459
|
+
"VSystemBar": {
|
460
|
+
"from": "components/VSystemBar",
|
457
461
|
"styles": []
|
458
462
|
},
|
459
463
|
"VTimeline": {
|
@@ -468,10 +472,6 @@
|
|
468
472
|
"from": "components/VTextField",
|
469
473
|
"styles": []
|
470
474
|
},
|
471
|
-
"VSystemBar": {
|
472
|
-
"from": "components/VSystemBar",
|
473
|
-
"styles": []
|
474
|
-
},
|
475
475
|
"VTimePicker": {
|
476
476
|
"from": "components/VTimePicker",
|
477
477
|
"styles": []
|
@@ -496,8 +496,8 @@
|
|
496
496
|
"from": "components/VToolbar",
|
497
497
|
"styles": []
|
498
498
|
},
|
499
|
-
"
|
500
|
-
"from": "components/
|
499
|
+
"VTextarea": {
|
500
|
+
"from": "components/VTextarea",
|
501
501
|
"styles": []
|
502
502
|
},
|
503
503
|
"VTreeview": {
|
@@ -524,10 +524,18 @@
|
|
524
524
|
"from": "components/VWindow",
|
525
525
|
"styles": []
|
526
526
|
},
|
527
|
+
"VTooltip": {
|
528
|
+
"from": "components/VTooltip",
|
529
|
+
"styles": []
|
530
|
+
},
|
527
531
|
"VConfirmEdit": {
|
528
532
|
"from": "components/VConfirmEdit",
|
529
533
|
"styles": []
|
530
534
|
},
|
535
|
+
"VDataIterator": {
|
536
|
+
"from": "components/VDataIterator",
|
537
|
+
"styles": []
|
538
|
+
},
|
531
539
|
"VDefaultsProvider": {
|
532
540
|
"from": "components/VDefaultsProvider",
|
533
541
|
"styles": []
|
@@ -548,10 +556,18 @@
|
|
548
556
|
"from": "components/VGrid",
|
549
557
|
"styles": []
|
550
558
|
},
|
559
|
+
"VForm": {
|
560
|
+
"from": "components/VForm",
|
561
|
+
"styles": []
|
562
|
+
},
|
551
563
|
"VHover": {
|
552
564
|
"from": "components/VHover",
|
553
565
|
"styles": []
|
554
566
|
},
|
567
|
+
"VLazy": {
|
568
|
+
"from": "components/VLazy",
|
569
|
+
"styles": []
|
570
|
+
},
|
555
571
|
"VLayout": {
|
556
572
|
"from": "components/VLayout",
|
557
573
|
"styles": []
|
@@ -560,10 +576,6 @@
|
|
560
576
|
"from": "components/VLayout",
|
561
577
|
"styles": []
|
562
578
|
},
|
563
|
-
"VLazy": {
|
564
|
-
"from": "components/VLazy",
|
565
|
-
"styles": []
|
566
|
-
},
|
567
579
|
"VLocaleProvider": {
|
568
580
|
"from": "components/VLocaleProvider",
|
569
581
|
"styles": []
|
@@ -576,12 +588,16 @@
|
|
576
588
|
"from": "components/VParallax",
|
577
589
|
"styles": []
|
578
590
|
},
|
591
|
+
"VRadio": {
|
592
|
+
"from": "components/VRadio",
|
593
|
+
"styles": []
|
594
|
+
},
|
579
595
|
"VRangeSlider": {
|
580
596
|
"from": "components/VRangeSlider",
|
581
597
|
"styles": []
|
582
598
|
},
|
583
|
-
"
|
584
|
-
"from": "components/
|
599
|
+
"VSparkline": {
|
600
|
+
"from": "components/VSparkline",
|
585
601
|
"styles": []
|
586
602
|
},
|
587
603
|
"VResponsive": {
|
@@ -592,22 +608,18 @@
|
|
592
608
|
"from": "components/VSnackbarQueue",
|
593
609
|
"styles": []
|
594
610
|
},
|
595
|
-
"VSparkline": {
|
596
|
-
"from": "components/VSparkline",
|
597
|
-
"styles": []
|
598
|
-
},
|
599
611
|
"VSpeedDial": {
|
600
612
|
"from": "components/VSpeedDial",
|
601
613
|
"styles": []
|
602
614
|
},
|
603
|
-
"VVirtualScroll": {
|
604
|
-
"from": "components/VVirtualScroll",
|
605
|
-
"styles": []
|
606
|
-
},
|
607
615
|
"VThemeProvider": {
|
608
616
|
"from": "components/VThemeProvider",
|
609
617
|
"styles": []
|
610
618
|
},
|
619
|
+
"VValidation": {
|
620
|
+
"from": "components/VValidation",
|
621
|
+
"styles": []
|
622
|
+
},
|
611
623
|
"VFabTransition": {
|
612
624
|
"from": "components/transitions",
|
613
625
|
"styles": []
|
@@ -672,20 +684,8 @@
|
|
672
684
|
"from": "components/transitions",
|
673
685
|
"styles": []
|
674
686
|
},
|
675
|
-
"
|
676
|
-
"from": "components/
|
677
|
-
"styles": []
|
678
|
-
},
|
679
|
-
"VProgressLinear": {
|
680
|
-
"from": "components/VProgressLinear",
|
681
|
-
"styles": []
|
682
|
-
},
|
683
|
-
"VDataIterator": {
|
684
|
-
"from": "components/VDataIterator",
|
685
|
-
"styles": []
|
686
|
-
},
|
687
|
-
"VForm": {
|
688
|
-
"from": "components/VForm",
|
687
|
+
"VVirtualScroll": {
|
688
|
+
"from": "components/VVirtualScroll",
|
689
689
|
"styles": []
|
690
690
|
}
|
691
691
|
},
|