@vuetify/nightly 3.9.2-master.2025-07-26 → 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 +9 -3
- package/dist/json/attributes.json +3465 -3465
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +152 -152
- package/dist/json/web-types.json +6369 -6357
- package/dist/vuetify-labs.cjs +14 -7
- package/dist/vuetify-labs.css +5216 -5216
- package/dist/vuetify-labs.d.ts +95 -54
- 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 +3668 -3668
- package/dist/vuetify.d.ts +54 -54
- 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 +54 -54
- 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,14 +24,6 @@
|
|
24
24
|
"from": "labs/VCalendar",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
-
"VPicker": {
|
28
|
-
"from": "labs/VPicker",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
|
-
"VPickerTitle": {
|
32
|
-
"from": "labs/VPicker",
|
33
|
-
"styles": []
|
34
|
-
},
|
35
27
|
"VFileUpload": {
|
36
28
|
"from": "labs/VFileUpload",
|
37
29
|
"styles": []
|
@@ -40,22 +32,6 @@
|
|
40
32
|
"from": "labs/VFileUpload",
|
41
33
|
"styles": []
|
42
34
|
},
|
43
|
-
"VIconBtn": {
|
44
|
-
"from": "labs/VIconBtn",
|
45
|
-
"styles": []
|
46
|
-
},
|
47
|
-
"VStepperVertical": {
|
48
|
-
"from": "labs/VStepperVertical",
|
49
|
-
"styles": []
|
50
|
-
},
|
51
|
-
"VStepperVerticalItem": {
|
52
|
-
"from": "labs/VStepperVertical",
|
53
|
-
"styles": []
|
54
|
-
},
|
55
|
-
"VStepperVerticalActions": {
|
56
|
-
"from": "labs/VStepperVertical",
|
57
|
-
"styles": []
|
58
|
-
},
|
59
35
|
"VPie": {
|
60
36
|
"from": "labs/VPie",
|
61
37
|
"styles": []
|
@@ -68,12 +44,24 @@
|
|
68
44
|
"from": "labs/VPie",
|
69
45
|
"styles": []
|
70
46
|
},
|
47
|
+
"VColorInput": {
|
48
|
+
"from": "labs/VColorInput",
|
49
|
+
"styles": []
|
50
|
+
},
|
51
|
+
"VIconBtn": {
|
52
|
+
"from": "labs/VIconBtn",
|
53
|
+
"styles": []
|
54
|
+
},
|
71
55
|
"VHotkey": {
|
72
56
|
"from": "labs/VHotkey",
|
73
57
|
"styles": []
|
74
58
|
},
|
75
|
-
"
|
76
|
-
"from": "labs/
|
59
|
+
"VPicker": {
|
60
|
+
"from": "labs/VPicker",
|
61
|
+
"styles": []
|
62
|
+
},
|
63
|
+
"VPickerTitle": {
|
64
|
+
"from": "labs/VPicker",
|
77
65
|
"styles": []
|
78
66
|
},
|
79
67
|
"VVideo": {
|
@@ -88,6 +76,18 @@
|
|
88
76
|
"from": "labs/VVideo",
|
89
77
|
"styles": []
|
90
78
|
},
|
79
|
+
"VStepperVertical": {
|
80
|
+
"from": "labs/VStepperVertical",
|
81
|
+
"styles": []
|
82
|
+
},
|
83
|
+
"VStepperVerticalItem": {
|
84
|
+
"from": "labs/VStepperVertical",
|
85
|
+
"styles": []
|
86
|
+
},
|
87
|
+
"VStepperVerticalActions": {
|
88
|
+
"from": "labs/VStepperVertical",
|
89
|
+
"styles": []
|
90
|
+
},
|
91
91
|
"VDateInput": {
|
92
92
|
"from": "labs/VDateInput",
|
93
93
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
@@ -1,17 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VAppBar": {
|
4
|
-
"from": "components/VAppBar",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VAppBarNavIcon": {
|
8
|
-
"from": "components/VAppBar",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VAppBarTitle": {
|
12
|
-
"from": "components/VAppBar",
|
13
|
-
"styles": []
|
14
|
-
},
|
15
3
|
"VApp": {
|
16
4
|
"from": "components/VApp",
|
17
5
|
"styles": []
|
@@ -24,24 +12,20 @@
|
|
24
12
|
"from": "components/VAlert",
|
25
13
|
"styles": []
|
26
14
|
},
|
27
|
-
"
|
28
|
-
"from": "components/
|
29
|
-
"styles": []
|
30
|
-
},
|
31
|
-
"VBanner": {
|
32
|
-
"from": "components/VBanner",
|
15
|
+
"VAppBar": {
|
16
|
+
"from": "components/VAppBar",
|
33
17
|
"styles": []
|
34
18
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
19
|
+
"VAppBarNavIcon": {
|
20
|
+
"from": "components/VAppBar",
|
37
21
|
"styles": []
|
38
22
|
},
|
39
|
-
"
|
40
|
-
"from": "components/
|
23
|
+
"VAppBarTitle": {
|
24
|
+
"from": "components/VAppBar",
|
41
25
|
"styles": []
|
42
26
|
},
|
43
|
-
"
|
44
|
-
"from": "components/
|
27
|
+
"VAutocomplete": {
|
28
|
+
"from": "components/VAutocomplete",
|
45
29
|
"styles": []
|
46
30
|
},
|
47
31
|
"VAvatar": {
|
@@ -60,22 +44,50 @@
|
|
60
44
|
"from": "components/VBreadcrumbs",
|
61
45
|
"styles": []
|
62
46
|
},
|
63
|
-
"
|
64
|
-
"from": "components/
|
47
|
+
"VBadge": {
|
48
|
+
"from": "components/VBadge",
|
49
|
+
"styles": []
|
50
|
+
},
|
51
|
+
"VBottomNavigation": {
|
52
|
+
"from": "components/VBottomNavigation",
|
65
53
|
"styles": []
|
66
54
|
},
|
67
55
|
"VBottomSheet": {
|
68
56
|
"from": "components/VBottomSheet",
|
69
57
|
"styles": []
|
70
58
|
},
|
71
|
-
"
|
72
|
-
"from": "components/
|
59
|
+
"VBanner": {
|
60
|
+
"from": "components/VBanner",
|
61
|
+
"styles": []
|
62
|
+
},
|
63
|
+
"VBannerActions": {
|
64
|
+
"from": "components/VBanner",
|
65
|
+
"styles": []
|
66
|
+
},
|
67
|
+
"VBannerText": {
|
68
|
+
"from": "components/VBanner",
|
73
69
|
"styles": []
|
74
70
|
},
|
75
71
|
"VBtnGroup": {
|
76
72
|
"from": "components/VBtnGroup",
|
77
73
|
"styles": []
|
78
74
|
},
|
75
|
+
"VBtn": {
|
76
|
+
"from": "components/VBtn",
|
77
|
+
"styles": []
|
78
|
+
},
|
79
|
+
"VCarousel": {
|
80
|
+
"from": "components/VCarousel",
|
81
|
+
"styles": []
|
82
|
+
},
|
83
|
+
"VCarouselItem": {
|
84
|
+
"from": "components/VCarousel",
|
85
|
+
"styles": []
|
86
|
+
},
|
87
|
+
"VBtnToggle": {
|
88
|
+
"from": "components/VBtnToggle",
|
89
|
+
"styles": []
|
90
|
+
},
|
79
91
|
"VCard": {
|
80
92
|
"from": "components/VCard",
|
81
93
|
"styles": []
|
@@ -100,48 +112,32 @@
|
|
100
112
|
"from": "components/VCard",
|
101
113
|
"styles": []
|
102
114
|
},
|
103
|
-
"VCheckbox": {
|
104
|
-
"from": "components/VCheckbox",
|
105
|
-
"styles": []
|
106
|
-
},
|
107
|
-
"VCheckboxBtn": {
|
108
|
-
"from": "components/VCheckbox",
|
109
|
-
"styles": []
|
110
|
-
},
|
111
|
-
"VBottomNavigation": {
|
112
|
-
"from": "components/VBottomNavigation",
|
113
|
-
"styles": []
|
114
|
-
},
|
115
115
|
"VCode": {
|
116
116
|
"from": "components/VCode",
|
117
117
|
"styles": []
|
118
118
|
},
|
119
|
-
"VChipGroup": {
|
120
|
-
"from": "components/VChipGroup",
|
121
|
-
"styles": []
|
122
|
-
},
|
123
119
|
"VChip": {
|
124
120
|
"from": "components/VChip",
|
125
121
|
"styles": []
|
126
122
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
123
|
+
"VChipGroup": {
|
124
|
+
"from": "components/VChipGroup",
|
129
125
|
"styles": []
|
130
126
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
127
|
+
"VCheckbox": {
|
128
|
+
"from": "components/VCheckbox",
|
133
129
|
"styles": []
|
134
130
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
131
|
+
"VCheckboxBtn": {
|
132
|
+
"from": "components/VCheckbox",
|
137
133
|
"styles": []
|
138
134
|
},
|
139
|
-
"
|
140
|
-
"from": "components/
|
135
|
+
"VColorPicker": {
|
136
|
+
"from": "components/VColorPicker",
|
141
137
|
"styles": []
|
142
138
|
},
|
143
|
-
"
|
144
|
-
"from": "components/
|
139
|
+
"VCounter": {
|
140
|
+
"from": "components/VCounter",
|
145
141
|
"styles": []
|
146
142
|
},
|
147
143
|
"VDataTable": {
|
@@ -172,18 +168,6 @@
|
|
172
168
|
"from": "components/VDataTable",
|
173
169
|
"styles": []
|
174
170
|
},
|
175
|
-
"VDialog": {
|
176
|
-
"from": "components/VDialog",
|
177
|
-
"styles": []
|
178
|
-
},
|
179
|
-
"VDivider": {
|
180
|
-
"from": "components/VDivider",
|
181
|
-
"styles": []
|
182
|
-
},
|
183
|
-
"VEmptyState": {
|
184
|
-
"from": "components/VEmptyState",
|
185
|
-
"styles": []
|
186
|
-
},
|
187
171
|
"VDatePicker": {
|
188
172
|
"from": "components/VDatePicker",
|
189
173
|
"styles": []
|
@@ -208,6 +192,18 @@
|
|
208
192
|
"from": "components/VDatePicker",
|
209
193
|
"styles": []
|
210
194
|
},
|
195
|
+
"VCombobox": {
|
196
|
+
"from": "components/VCombobox",
|
197
|
+
"styles": []
|
198
|
+
},
|
199
|
+
"VDialog": {
|
200
|
+
"from": "components/VDialog",
|
201
|
+
"styles": []
|
202
|
+
},
|
203
|
+
"VDivider": {
|
204
|
+
"from": "components/VDivider",
|
205
|
+
"styles": []
|
206
|
+
},
|
211
207
|
"VExpansionPanels": {
|
212
208
|
"from": "components/VExpansionPanel",
|
213
209
|
"styles": []
|
@@ -224,6 +220,10 @@
|
|
224
220
|
"from": "components/VExpansionPanel",
|
225
221
|
"styles": []
|
226
222
|
},
|
223
|
+
"VEmptyState": {
|
224
|
+
"from": "components/VEmptyState",
|
225
|
+
"styles": []
|
226
|
+
},
|
227
227
|
"VFileInput": {
|
228
228
|
"from": "components/VFileInput",
|
229
229
|
"styles": []
|
@@ -244,8 +244,8 @@
|
|
244
244
|
"from": "components/VFab",
|
245
245
|
"styles": []
|
246
246
|
},
|
247
|
-
"
|
248
|
-
"from": "components/
|
247
|
+
"VImg": {
|
248
|
+
"from": "components/VImg",
|
249
249
|
"styles": []
|
250
250
|
},
|
251
251
|
"VIcon": {
|
@@ -268,12 +268,12 @@
|
|
268
268
|
"from": "components/VIcon",
|
269
269
|
"styles": []
|
270
270
|
},
|
271
|
-
"
|
272
|
-
"from": "components/
|
271
|
+
"VInput": {
|
272
|
+
"from": "components/VInput",
|
273
273
|
"styles": []
|
274
274
|
},
|
275
|
-
"
|
276
|
-
"from": "components/
|
275
|
+
"VInfiniteScroll": {
|
276
|
+
"from": "components/VInfiniteScroll",
|
277
277
|
"styles": []
|
278
278
|
},
|
279
279
|
"VItemGroup": {
|
@@ -288,10 +288,6 @@
|
|
288
288
|
"from": "components/VLabel",
|
289
289
|
"styles": []
|
290
290
|
},
|
291
|
-
"VKbd": {
|
292
|
-
"from": "components/VKbd",
|
293
|
-
"styles": []
|
294
|
-
},
|
295
291
|
"VList": {
|
296
292
|
"from": "components/VList",
|
297
293
|
"styles": []
|
@@ -328,44 +324,52 @@
|
|
328
324
|
"from": "components/VList",
|
329
325
|
"styles": []
|
330
326
|
},
|
331
|
-
"
|
332
|
-
"from": "components/
|
327
|
+
"VKbd": {
|
328
|
+
"from": "components/VKbd",
|
333
329
|
"styles": []
|
334
330
|
},
|
335
|
-
"
|
336
|
-
"from": "components/
|
331
|
+
"VNavigationDrawer": {
|
332
|
+
"from": "components/VNavigationDrawer",
|
337
333
|
"styles": []
|
338
334
|
},
|
339
335
|
"VMenu": {
|
340
336
|
"from": "components/VMenu",
|
341
337
|
"styles": []
|
342
338
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
339
|
+
"VMain": {
|
340
|
+
"from": "components/VMain",
|
345
341
|
"styles": []
|
346
342
|
},
|
347
|
-
"
|
348
|
-
"from": "components/
|
343
|
+
"VMessages": {
|
344
|
+
"from": "components/VMessages",
|
349
345
|
"styles": []
|
350
346
|
},
|
351
|
-
"
|
352
|
-
"from": "components/
|
347
|
+
"VOtpInput": {
|
348
|
+
"from": "components/VOtpInput",
|
353
349
|
"styles": []
|
354
350
|
},
|
355
351
|
"VNumberInput": {
|
356
352
|
"from": "components/VNumberInput",
|
357
353
|
"styles": []
|
358
354
|
},
|
359
|
-
"
|
360
|
-
"from": "components/
|
355
|
+
"VPagination": {
|
356
|
+
"from": "components/VPagination",
|
361
357
|
"styles": []
|
362
358
|
},
|
363
359
|
"VProgressCircular": {
|
364
360
|
"from": "components/VProgressCircular",
|
365
361
|
"styles": []
|
366
362
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
363
|
+
"VOverlay": {
|
364
|
+
"from": "components/VOverlay",
|
365
|
+
"styles": []
|
366
|
+
},
|
367
|
+
"VRadioGroup": {
|
368
|
+
"from": "components/VRadioGroup",
|
369
|
+
"styles": []
|
370
|
+
},
|
371
|
+
"VProgressLinear": {
|
372
|
+
"from": "components/VProgressLinear",
|
369
373
|
"styles": []
|
370
374
|
},
|
371
375
|
"VSelect": {
|
@@ -376,46 +380,30 @@
|
|
376
380
|
"from": "components/VRating",
|
377
381
|
"styles": []
|
378
382
|
},
|
379
|
-
"
|
380
|
-
"from": "components/
|
383
|
+
"VSelectionControl": {
|
384
|
+
"from": "components/VSelectionControl",
|
381
385
|
"styles": []
|
382
386
|
},
|
383
387
|
"VSelectionControlGroup": {
|
384
388
|
"from": "components/VSelectionControlGroup",
|
385
389
|
"styles": []
|
386
390
|
},
|
387
|
-
"VSheet": {
|
388
|
-
"from": "components/VSheet",
|
389
|
-
"styles": []
|
390
|
-
},
|
391
391
|
"VSkeletonLoader": {
|
392
392
|
"from": "components/VSkeletonLoader",
|
393
393
|
"styles": []
|
394
394
|
},
|
395
|
-
"
|
396
|
-
"from": "components/
|
397
|
-
"styles": []
|
398
|
-
},
|
399
|
-
"VSlideGroupItem": {
|
400
|
-
"from": "components/VSlideGroup",
|
401
|
-
"styles": []
|
402
|
-
},
|
403
|
-
"VProgressLinear": {
|
404
|
-
"from": "components/VProgressLinear",
|
395
|
+
"VSheet": {
|
396
|
+
"from": "components/VSheet",
|
405
397
|
"styles": []
|
406
398
|
},
|
407
|
-
"
|
408
|
-
"from": "components/
|
399
|
+
"VSlider": {
|
400
|
+
"from": "components/VSlider",
|
409
401
|
"styles": []
|
410
402
|
},
|
411
403
|
"VSnackbar": {
|
412
404
|
"from": "components/VSnackbar",
|
413
405
|
"styles": []
|
414
406
|
},
|
415
|
-
"VSwitch": {
|
416
|
-
"from": "components/VSwitch",
|
417
|
-
"styles": []
|
418
|
-
},
|
419
407
|
"VStepper": {
|
420
408
|
"from": "components/VStepper",
|
421
409
|
"styles": []
|
@@ -440,20 +428,16 @@
|
|
440
428
|
"from": "components/VStepper",
|
441
429
|
"styles": []
|
442
430
|
},
|
443
|
-
"
|
444
|
-
"from": "components/
|
445
|
-
"styles": []
|
446
|
-
},
|
447
|
-
"VTable": {
|
448
|
-
"from": "components/VTable",
|
431
|
+
"VSwitch": {
|
432
|
+
"from": "components/VSwitch",
|
449
433
|
"styles": []
|
450
434
|
},
|
451
|
-
"
|
452
|
-
"from": "components/
|
435
|
+
"VSlideGroup": {
|
436
|
+
"from": "components/VSlideGroup",
|
453
437
|
"styles": []
|
454
438
|
},
|
455
|
-
"
|
456
|
-
"from": "components/
|
439
|
+
"VSlideGroupItem": {
|
440
|
+
"from": "components/VSlideGroup",
|
457
441
|
"styles": []
|
458
442
|
},
|
459
443
|
"VTab": {
|
@@ -472,6 +456,10 @@
|
|
472
456
|
"from": "components/VTabs",
|
473
457
|
"styles": []
|
474
458
|
},
|
459
|
+
"VSystemBar": {
|
460
|
+
"from": "components/VSystemBar",
|
461
|
+
"styles": []
|
462
|
+
},
|
475
463
|
"VTimeline": {
|
476
464
|
"from": "components/VTimeline",
|
477
465
|
"styles": []
|
@@ -480,6 +468,10 @@
|
|
480
468
|
"from": "components/VTimeline",
|
481
469
|
"styles": []
|
482
470
|
},
|
471
|
+
"VTextField": {
|
472
|
+
"from": "components/VTextField",
|
473
|
+
"styles": []
|
474
|
+
},
|
483
475
|
"VTimePicker": {
|
484
476
|
"from": "components/VTimePicker",
|
485
477
|
"styles": []
|
@@ -504,6 +496,10 @@
|
|
504
496
|
"from": "components/VToolbar",
|
505
497
|
"styles": []
|
506
498
|
},
|
499
|
+
"VTextarea": {
|
500
|
+
"from": "components/VTextarea",
|
501
|
+
"styles": []
|
502
|
+
},
|
507
503
|
"VTreeview": {
|
508
504
|
"from": "components/VTreeview",
|
509
505
|
"styles": []
|
@@ -516,6 +512,18 @@
|
|
516
512
|
"from": "components/VTreeview",
|
517
513
|
"styles": []
|
518
514
|
},
|
515
|
+
"VTable": {
|
516
|
+
"from": "components/VTable",
|
517
|
+
"styles": []
|
518
|
+
},
|
519
|
+
"VWindow": {
|
520
|
+
"from": "components/VWindow",
|
521
|
+
"styles": []
|
522
|
+
},
|
523
|
+
"VWindowItem": {
|
524
|
+
"from": "components/VWindow",
|
525
|
+
"styles": []
|
526
|
+
},
|
519
527
|
"VTooltip": {
|
520
528
|
"from": "components/VTooltip",
|
521
529
|
"styles": []
|
@@ -532,14 +540,6 @@
|
|
532
540
|
"from": "components/VDefaultsProvider",
|
533
541
|
"styles": []
|
534
542
|
},
|
535
|
-
"VForm": {
|
536
|
-
"from": "components/VForm",
|
537
|
-
"styles": []
|
538
|
-
},
|
539
|
-
"VHover": {
|
540
|
-
"from": "components/VHover",
|
541
|
-
"styles": []
|
542
|
-
},
|
543
543
|
"VContainer": {
|
544
544
|
"from": "components/VGrid",
|
545
545
|
"styles": []
|
@@ -556,10 +556,26 @@
|
|
556
556
|
"from": "components/VGrid",
|
557
557
|
"styles": []
|
558
558
|
},
|
559
|
+
"VForm": {
|
560
|
+
"from": "components/VForm",
|
561
|
+
"styles": []
|
562
|
+
},
|
563
|
+
"VHover": {
|
564
|
+
"from": "components/VHover",
|
565
|
+
"styles": []
|
566
|
+
},
|
559
567
|
"VLazy": {
|
560
568
|
"from": "components/VLazy",
|
561
569
|
"styles": []
|
562
570
|
},
|
571
|
+
"VLayout": {
|
572
|
+
"from": "components/VLayout",
|
573
|
+
"styles": []
|
574
|
+
},
|
575
|
+
"VLayoutItem": {
|
576
|
+
"from": "components/VLayout",
|
577
|
+
"styles": []
|
578
|
+
},
|
563
579
|
"VLocaleProvider": {
|
564
580
|
"from": "components/VLocaleProvider",
|
565
581
|
"styles": []
|
@@ -580,6 +596,10 @@
|
|
580
596
|
"from": "components/VRangeSlider",
|
581
597
|
"styles": []
|
582
598
|
},
|
599
|
+
"VSparkline": {
|
600
|
+
"from": "components/VSparkline",
|
601
|
+
"styles": []
|
602
|
+
},
|
583
603
|
"VResponsive": {
|
584
604
|
"from": "components/VResponsive",
|
585
605
|
"styles": []
|
@@ -588,10 +608,6 @@
|
|
588
608
|
"from": "components/VSnackbarQueue",
|
589
609
|
"styles": []
|
590
610
|
},
|
591
|
-
"VSparkline": {
|
592
|
-
"from": "components/VSparkline",
|
593
|
-
"styles": []
|
594
|
-
},
|
595
611
|
"VSpeedDial": {
|
596
612
|
"from": "components/VSpeedDial",
|
597
613
|
"styles": []
|
@@ -604,10 +620,6 @@
|
|
604
620
|
"from": "components/VValidation",
|
605
621
|
"styles": []
|
606
622
|
},
|
607
|
-
"VVirtualScroll": {
|
608
|
-
"from": "components/VVirtualScroll",
|
609
|
-
"styles": []
|
610
|
-
},
|
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
|
-
"VWindowItem": {
|
680
|
-
"from": "components/VWindow",
|
681
|
-
"styles": []
|
682
|
-
},
|
683
|
-
"VLayout": {
|
684
|
-
"from": "components/VLayout",
|
685
|
-
"styles": []
|
686
|
-
},
|
687
|
-
"VLayoutItem": {
|
688
|
-
"from": "components/VLayout",
|
687
|
+
"VVirtualScroll": {
|
688
|
+
"from": "components/VVirtualScroll",
|
689
689
|
"styles": []
|
690
690
|
}
|
691
691
|
},
|