@vuetify/nightly 3.9.3-master.2025-08-03 → 3.9.3-master.2025-08-05

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.
Files changed (81) hide show
  1. package/CHANGELOG.md +7 -6
  2. package/dist/json/attributes.json +3159 -3171
  3. package/dist/json/importMap-labs.json +42 -42
  4. package/dist/json/importMap.json +174 -174
  5. package/dist/json/tags.json +1 -4
  6. package/dist/json/web-types.json +5928 -6047
  7. package/dist/vuetify-labs.cjs +30 -71
  8. package/dist/vuetify-labs.css +3504 -3503
  9. package/dist/vuetify-labs.d.ts +86 -160
  10. package/dist/vuetify-labs.esm.js +30 -71
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +30 -71
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +26 -70
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +4352 -4351
  17. package/dist/vuetify.d.ts +81 -132
  18. package/dist/vuetify.esm.js +26 -70
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +26 -70
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +245 -251
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VColorPicker/VColorPickerCanvas.css +1 -0
  26. package/lib/components/VColorPicker/VColorPickerCanvas.sass +1 -0
  27. package/lib/components/VDataIterator/VDataIterator.d.ts +2 -2
  28. package/lib/components/VDataIterator/VDataIterator.js +1 -1
  29. package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
  30. package/lib/components/VDataTable/VDataTable.d.ts +4 -6
  31. package/lib/components/VDataTable/VDataTable.js +1 -1
  32. package/lib/components/VDataTable/VDataTable.js.map +1 -1
  33. package/lib/components/VDataTable/VDataTableRows.d.ts +11 -14
  34. package/lib/components/VDataTable/VDataTableRows.js +0 -9
  35. package/lib/components/VDataTable/VDataTableRows.js.map +1 -1
  36. package/lib/components/VDataTable/VDataTableServer.d.ts +2 -4
  37. package/lib/components/VDataTable/VDataTableServer.js +1 -1
  38. package/lib/components/VDataTable/VDataTableServer.js.map +1 -1
  39. package/lib/components/VDataTable/VDataTableVirtual.d.ts +2 -4
  40. package/lib/components/VDataTable/VDataTableVirtual.js +1 -1
  41. package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
  42. package/lib/components/VDataTable/composables/group.d.ts +5 -13
  43. package/lib/components/VDataTable/composables/group.js +5 -11
  44. package/lib/components/VDataTable/composables/group.js.map +1 -1
  45. package/lib/components/VDataTable/composables/paginate.d.ts +3 -3
  46. package/lib/components/VDataTable/composables/paginate.js.map +1 -1
  47. package/lib/components/VDataTable/types.d.ts +1 -7
  48. package/lib/components/VDataTable/types.js.map +1 -1
  49. package/lib/components/VDatePicker/VDatePicker.d.ts +0 -25
  50. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +0 -25
  51. package/lib/components/VOverlay/scrollStrategies.js +7 -7
  52. package/lib/components/VOverlay/scrollStrategies.js.map +1 -1
  53. package/lib/components/VTreeview/VTreeviewChildren.d.ts +2 -20
  54. package/lib/components/VTreeview/VTreeviewChildren.js +2 -7
  55. package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
  56. package/lib/composables/calendar.d.ts +0 -12
  57. package/lib/composables/calendar.js +1 -5
  58. package/lib/composables/calendar.js.map +1 -1
  59. package/lib/composables/date/DateAdapter.d.ts +1 -1
  60. package/lib/composables/date/DateAdapter.js.map +1 -1
  61. package/lib/composables/date/adapters/string.d.ts +1 -1
  62. package/lib/composables/date/adapters/string.js +2 -2
  63. package/lib/composables/date/adapters/string.js.map +1 -1
  64. package/lib/composables/date/adapters/vuetify.d.ts +1 -1
  65. package/lib/composables/date/adapters/vuetify.js +5 -25
  66. package/lib/composables/date/adapters/vuetify.js.map +1 -1
  67. package/lib/composables/date/date.d.ts +1 -1
  68. package/lib/entry-bundler.d.ts +1 -1
  69. package/lib/entry-bundler.js +1 -1
  70. package/lib/framework.d.ts +66 -66
  71. package/lib/framework.js +1 -1
  72. package/lib/labs/VCalendar/VCalendar.d.ts +0 -25
  73. package/lib/labs/VDateInput/VDateInput.d.ts +0 -25
  74. package/lib/labs/VVideo/VVideo.css +3 -3
  75. package/lib/labs/VVideo/VVideo.d.ts +10 -0
  76. package/lib/labs/VVideo/VVideo.js +4 -1
  77. package/lib/labs/VVideo/VVideo.js.map +1 -1
  78. package/lib/labs/VVideo/VVideo.sass +2 -2
  79. package/lib/labs/VVideo/_variables.scss +3 -2
  80. package/lib/labs/entry-bundler.d.ts +1 -1
  81. package/package.json +1 -1
@@ -1,15 +1,35 @@
1
1
  {
2
2
  "components": {
3
- "VIconBtn": {
4
- "from": "labs/VIconBtn",
3
+ "VColorInput": {
4
+ "from": "labs/VColorInput",
5
5
  "styles": []
6
6
  },
7
- "VFileUpload": {
8
- "from": "labs/VFileUpload",
7
+ "VCalendar": {
8
+ "from": "labs/VCalendar",
9
9
  "styles": []
10
10
  },
11
- "VFileUploadItem": {
12
- "from": "labs/VFileUpload",
11
+ "VCalendarDay": {
12
+ "from": "labs/VCalendar",
13
+ "styles": []
14
+ },
15
+ "VCalendarHeader": {
16
+ "from": "labs/VCalendar",
17
+ "styles": []
18
+ },
19
+ "VCalendarInterval": {
20
+ "from": "labs/VCalendar",
21
+ "styles": []
22
+ },
23
+ "VCalendarIntervalEvent": {
24
+ "from": "labs/VCalendar",
25
+ "styles": []
26
+ },
27
+ "VCalendarMonthDay": {
28
+ "from": "labs/VCalendar",
29
+ "styles": []
30
+ },
31
+ "VIconBtn": {
32
+ "from": "labs/VIconBtn",
13
33
  "styles": []
14
34
  },
15
35
  "VStepperVertical": {
@@ -24,6 +44,14 @@
24
44
  "from": "labs/VStepperVertical",
25
45
  "styles": []
26
46
  },
47
+ "VFileUpload": {
48
+ "from": "labs/VFileUpload",
49
+ "styles": []
50
+ },
51
+ "VFileUploadItem": {
52
+ "from": "labs/VFileUpload",
53
+ "styles": []
54
+ },
27
55
  "VPicker": {
28
56
  "from": "labs/VPicker",
29
57
  "styles": []
@@ -44,26 +72,6 @@
44
72
  "from": "labs/VVideo",
45
73
  "styles": []
46
74
  },
47
- "VHotkey": {
48
- "from": "labs/VHotkey",
49
- "styles": []
50
- },
51
- "VDateInput": {
52
- "from": "labs/VDateInput",
53
- "styles": []
54
- },
55
- "VMaskInput": {
56
- "from": "labs/VMaskInput",
57
- "styles": []
58
- },
59
- "VPullToRefresh": {
60
- "from": "labs/VPullToRefresh",
61
- "styles": []
62
- },
63
- "VColorInput": {
64
- "from": "labs/VColorInput",
65
- "styles": []
66
- },
67
75
  "VPie": {
68
76
  "from": "labs/VPie",
69
77
  "styles": []
@@ -76,28 +84,20 @@
76
84
  "from": "labs/VPie",
77
85
  "styles": []
78
86
  },
79
- "VCalendar": {
80
- "from": "labs/VCalendar",
81
- "styles": []
82
- },
83
- "VCalendarDay": {
84
- "from": "labs/VCalendar",
85
- "styles": []
86
- },
87
- "VCalendarHeader": {
88
- "from": "labs/VCalendar",
87
+ "VHotkey": {
88
+ "from": "labs/VHotkey",
89
89
  "styles": []
90
90
  },
91
- "VCalendarInterval": {
92
- "from": "labs/VCalendar",
91
+ "VDateInput": {
92
+ "from": "labs/VDateInput",
93
93
  "styles": []
94
94
  },
95
- "VCalendarIntervalEvent": {
96
- "from": "labs/VCalendar",
95
+ "VMaskInput": {
96
+ "from": "labs/VMaskInput",
97
97
  "styles": []
98
98
  },
99
- "VCalendarMonthDay": {
100
- "from": "labs/VCalendar",
99
+ "VPullToRefresh": {
100
+ "from": "labs/VPullToRefresh",
101
101
  "styles": []
102
102
  }
103
103
  }
@@ -24,10 +24,6 @@
24
24
  "from": "components/VAppBar",
25
25
  "styles": []
26
26
  },
27
- "VAvatar": {
28
- "from": "components/VAvatar",
29
- "styles": []
30
- },
31
27
  "VBadge": {
32
28
  "from": "components/VBadge",
33
29
  "styles": []
@@ -36,24 +32,8 @@
36
32
  "from": "components/VAutocomplete",
37
33
  "styles": []
38
34
  },
39
- "VBanner": {
40
- "from": "components/VBanner",
41
- "styles": []
42
- },
43
- "VBannerActions": {
44
- "from": "components/VBanner",
45
- "styles": []
46
- },
47
- "VBannerText": {
48
- "from": "components/VBanner",
49
- "styles": []
50
- },
51
- "VBottomNavigation": {
52
- "from": "components/VBottomNavigation",
53
- "styles": []
54
- },
55
- "VBottomSheet": {
56
- "from": "components/VBottomSheet",
35
+ "VAvatar": {
36
+ "from": "components/VAvatar",
57
37
  "styles": []
58
38
  },
59
39
  "VBreadcrumbs": {
@@ -68,14 +48,22 @@
68
48
  "from": "components/VBreadcrumbs",
69
49
  "styles": []
70
50
  },
71
- "VBtnToggle": {
72
- "from": "components/VBtnToggle",
73
- "styles": []
74
- },
75
51
  "VBtn": {
76
52
  "from": "components/VBtn",
77
53
  "styles": []
78
54
  },
55
+ "VBtnGroup": {
56
+ "from": "components/VBtnGroup",
57
+ "styles": []
58
+ },
59
+ "VBottomSheet": {
60
+ "from": "components/VBottomSheet",
61
+ "styles": []
62
+ },
63
+ "VBottomNavigation": {
64
+ "from": "components/VBottomNavigation",
65
+ "styles": []
66
+ },
79
67
  "VCard": {
80
68
  "from": "components/VCard",
81
69
  "styles": []
@@ -100,34 +88,14 @@
100
88
  "from": "components/VCard",
101
89
  "styles": []
102
90
  },
103
- "VCheckbox": {
104
- "from": "components/VCheckbox",
105
- "styles": []
106
- },
107
- "VCheckboxBtn": {
108
- "from": "components/VCheckbox",
91
+ "VBtnToggle": {
92
+ "from": "components/VBtnToggle",
109
93
  "styles": []
110
94
  },
111
95
  "VChip": {
112
96
  "from": "components/VChip",
113
97
  "styles": []
114
98
  },
115
- "VCode": {
116
- "from": "components/VCode",
117
- "styles": []
118
- },
119
- "VChipGroup": {
120
- "from": "components/VChipGroup",
121
- "styles": []
122
- },
123
- "VCombobox": {
124
- "from": "components/VCombobox",
125
- "styles": []
126
- },
127
- "VColorPicker": {
128
- "from": "components/VColorPicker",
129
- "styles": []
130
- },
131
99
  "VCarousel": {
132
100
  "from": "components/VCarousel",
133
101
  "styles": []
@@ -136,36 +104,44 @@
136
104
  "from": "components/VCarousel",
137
105
  "styles": []
138
106
  },
139
- "VCounter": {
140
- "from": "components/VCounter",
107
+ "VCode": {
108
+ "from": "components/VCode",
141
109
  "styles": []
142
110
  },
143
- "VDataTable": {
144
- "from": "components/VDataTable",
111
+ "VBanner": {
112
+ "from": "components/VBanner",
145
113
  "styles": []
146
114
  },
147
- "VDataTableHeaders": {
148
- "from": "components/VDataTable",
115
+ "VBannerActions": {
116
+ "from": "components/VBanner",
149
117
  "styles": []
150
118
  },
151
- "VDataTableFooter": {
152
- "from": "components/VDataTable",
119
+ "VBannerText": {
120
+ "from": "components/VBanner",
153
121
  "styles": []
154
122
  },
155
- "VDataTableRows": {
156
- "from": "components/VDataTable",
123
+ "VChipGroup": {
124
+ "from": "components/VChipGroup",
157
125
  "styles": []
158
126
  },
159
- "VDataTableRow": {
160
- "from": "components/VDataTable",
127
+ "VColorPicker": {
128
+ "from": "components/VColorPicker",
161
129
  "styles": []
162
130
  },
163
- "VDataTableVirtual": {
164
- "from": "components/VDataTable",
131
+ "VCombobox": {
132
+ "from": "components/VCombobox",
165
133
  "styles": []
166
134
  },
167
- "VDataTableServer": {
168
- "from": "components/VDataTable",
135
+ "VCheckbox": {
136
+ "from": "components/VCheckbox",
137
+ "styles": []
138
+ },
139
+ "VCheckboxBtn": {
140
+ "from": "components/VCheckbox",
141
+ "styles": []
142
+ },
143
+ "VCounter": {
144
+ "from": "components/VCounter",
169
145
  "styles": []
170
146
  },
171
147
  "VDatePicker": {
@@ -192,16 +168,36 @@
192
168
  "from": "components/VDatePicker",
193
169
  "styles": []
194
170
  },
195
- "VDialog": {
196
- "from": "components/VDialog",
171
+ "VDataTable": {
172
+ "from": "components/VDataTable",
197
173
  "styles": []
198
174
  },
199
- "VEmptyState": {
200
- "from": "components/VEmptyState",
175
+ "VDataTableHeaders": {
176
+ "from": "components/VDataTable",
201
177
  "styles": []
202
178
  },
203
- "VBtnGroup": {
204
- "from": "components/VBtnGroup",
179
+ "VDataTableFooter": {
180
+ "from": "components/VDataTable",
181
+ "styles": []
182
+ },
183
+ "VDataTableRows": {
184
+ "from": "components/VDataTable",
185
+ "styles": []
186
+ },
187
+ "VDataTableRow": {
188
+ "from": "components/VDataTable",
189
+ "styles": []
190
+ },
191
+ "VDataTableVirtual": {
192
+ "from": "components/VDataTable",
193
+ "styles": []
194
+ },
195
+ "VDataTableServer": {
196
+ "from": "components/VDataTable",
197
+ "styles": []
198
+ },
199
+ "VDialog": {
200
+ "from": "components/VDialog",
205
201
  "styles": []
206
202
  },
207
203
  "VDivider": {
@@ -224,8 +220,12 @@
224
220
  "from": "components/VExpansionPanel",
225
221
  "styles": []
226
222
  },
227
- "VFab": {
228
- "from": "components/VFab",
223
+ "VField": {
224
+ "from": "components/VField",
225
+ "styles": []
226
+ },
227
+ "VFieldLabel": {
228
+ "from": "components/VField",
229
229
  "styles": []
230
230
  },
231
231
  "VFooter": {
@@ -260,16 +260,8 @@
260
260
  "from": "components/VImg",
261
261
  "styles": []
262
262
  },
263
- "VField": {
264
- "from": "components/VField",
265
- "styles": []
266
- },
267
- "VFieldLabel": {
268
- "from": "components/VField",
269
- "styles": []
270
- },
271
- "VKbd": {
272
- "from": "components/VKbd",
263
+ "VInput": {
264
+ "from": "components/VInput",
273
265
  "styles": []
274
266
  },
275
267
  "VInfiniteScroll": {
@@ -284,8 +276,8 @@
284
276
  "from": "components/VItemGroup",
285
277
  "styles": []
286
278
  },
287
- "VInput": {
288
- "from": "components/VInput",
279
+ "VKbd": {
280
+ "from": "components/VKbd",
289
281
  "styles": []
290
282
  },
291
283
  "VLabel": {
@@ -328,38 +320,42 @@
328
320
  "from": "components/VList",
329
321
  "styles": []
330
322
  },
331
- "VMain": {
332
- "from": "components/VMain",
333
- "styles": []
334
- },
335
323
  "VMessages": {
336
324
  "from": "components/VMessages",
337
325
  "styles": []
338
326
  },
339
- "VMenu": {
340
- "from": "components/VMenu",
341
- "styles": []
342
- },
343
327
  "VNavigationDrawer": {
344
328
  "from": "components/VNavigationDrawer",
345
329
  "styles": []
346
330
  },
347
- "VOtpInput": {
348
- "from": "components/VOtpInput",
331
+ "VMain": {
332
+ "from": "components/VMain",
349
333
  "styles": []
350
334
  },
351
- "VOverlay": {
352
- "from": "components/VOverlay",
335
+ "VMenu": {
336
+ "from": "components/VMenu",
353
337
  "styles": []
354
338
  },
355
339
  "VNumberInput": {
356
340
  "from": "components/VNumberInput",
357
341
  "styles": []
358
342
  },
343
+ "VOverlay": {
344
+ "from": "components/VOverlay",
345
+ "styles": []
346
+ },
347
+ "VOtpInput": {
348
+ "from": "components/VOtpInput",
349
+ "styles": []
350
+ },
359
351
  "VPagination": {
360
352
  "from": "components/VPagination",
361
353
  "styles": []
362
354
  },
355
+ "VProgressCircular": {
356
+ "from": "components/VProgressCircular",
357
+ "styles": []
358
+ },
363
359
  "VProgressLinear": {
364
360
  "from": "components/VProgressLinear",
365
361
  "styles": []
@@ -368,16 +364,32 @@
368
364
  "from": "components/VRadioGroup",
369
365
  "styles": []
370
366
  },
371
- "VProgressCircular": {
372
- "from": "components/VProgressCircular",
367
+ "VSelect": {
368
+ "from": "components/VSelect",
373
369
  "styles": []
374
370
  },
375
371
  "VRating": {
376
372
  "from": "components/VRating",
377
373
  "styles": []
378
374
  },
379
- "VSelect": {
380
- "from": "components/VSelect",
375
+ "VSelectionControl": {
376
+ "from": "components/VSelectionControl",
377
+ "styles": []
378
+ },
379
+ "VSelectionControlGroup": {
380
+ "from": "components/VSelectionControlGroup",
381
+ "styles": []
382
+ },
383
+ "VSheet": {
384
+ "from": "components/VSheet",
385
+ "styles": []
386
+ },
387
+ "VSkeletonLoader": {
388
+ "from": "components/VSkeletonLoader",
389
+ "styles": []
390
+ },
391
+ "VSnackbar": {
392
+ "from": "components/VSnackbar",
381
393
  "styles": []
382
394
  },
383
395
  "VSlideGroup": {
@@ -388,44 +400,40 @@
388
400
  "from": "components/VSlideGroup",
389
401
  "styles": []
390
402
  },
391
- "VSelectionControlGroup": {
392
- "from": "components/VSelectionControlGroup",
403
+ "VSwitch": {
404
+ "from": "components/VSwitch",
393
405
  "styles": []
394
406
  },
395
407
  "VSlider": {
396
408
  "from": "components/VSlider",
397
409
  "styles": []
398
410
  },
399
- "VSnackbar": {
400
- "from": "components/VSnackbar",
401
- "styles": []
402
- },
403
- "VSheet": {
404
- "from": "components/VSheet",
411
+ "VStepper": {
412
+ "from": "components/VStepper",
405
413
  "styles": []
406
414
  },
407
- "VSkeletonLoader": {
408
- "from": "components/VSkeletonLoader",
415
+ "VStepperActions": {
416
+ "from": "components/VStepper",
409
417
  "styles": []
410
418
  },
411
- "VSelectionControl": {
412
- "from": "components/VSelectionControl",
419
+ "VStepperHeader": {
420
+ "from": "components/VStepper",
413
421
  "styles": []
414
422
  },
415
- "VSwitch": {
416
- "from": "components/VSwitch",
423
+ "VStepperItem": {
424
+ "from": "components/VStepper",
417
425
  "styles": []
418
426
  },
419
- "VSystemBar": {
420
- "from": "components/VSystemBar",
427
+ "VStepperWindow": {
428
+ "from": "components/VStepper",
421
429
  "styles": []
422
430
  },
423
- "VTable": {
424
- "from": "components/VTable",
431
+ "VStepperWindowItem": {
432
+ "from": "components/VStepper",
425
433
  "styles": []
426
434
  },
427
- "VTextarea": {
428
- "from": "components/VTextarea",
435
+ "VSystemBar": {
436
+ "from": "components/VSystemBar",
429
437
  "styles": []
430
438
  },
431
439
  "VTab": {
@@ -444,6 +452,30 @@
444
452
  "from": "components/VTabs",
445
453
  "styles": []
446
454
  },
455
+ "VTextarea": {
456
+ "from": "components/VTextarea",
457
+ "styles": []
458
+ },
459
+ "VTextField": {
460
+ "from": "components/VTextField",
461
+ "styles": []
462
+ },
463
+ "VToolbar": {
464
+ "from": "components/VToolbar",
465
+ "styles": []
466
+ },
467
+ "VToolbarTitle": {
468
+ "from": "components/VToolbar",
469
+ "styles": []
470
+ },
471
+ "VToolbarItems": {
472
+ "from": "components/VToolbar",
473
+ "styles": []
474
+ },
475
+ "VTable": {
476
+ "from": "components/VTable",
477
+ "styles": []
478
+ },
447
479
  "VTimeline": {
448
480
  "from": "components/VTimeline",
449
481
  "styles": []
@@ -452,10 +484,6 @@
452
484
  "from": "components/VTimeline",
453
485
  "styles": []
454
486
  },
455
- "VTooltip": {
456
- "from": "components/VTooltip",
457
- "styles": []
458
- },
459
487
  "VTimePicker": {
460
488
  "from": "components/VTimePicker",
461
489
  "styles": []
@@ -468,20 +496,8 @@
468
496
  "from": "components/VTimePicker",
469
497
  "styles": []
470
498
  },
471
- "VTextField": {
472
- "from": "components/VTextField",
473
- "styles": []
474
- },
475
- "VToolbar": {
476
- "from": "components/VToolbar",
477
- "styles": []
478
- },
479
- "VToolbarTitle": {
480
- "from": "components/VToolbar",
481
- "styles": []
482
- },
483
- "VToolbarItems": {
484
- "from": "components/VToolbar",
499
+ "VTooltip": {
500
+ "from": "components/VTooltip",
485
501
  "styles": []
486
502
  },
487
503
  "VTreeview": {
@@ -504,6 +520,14 @@
504
520
  "from": "components/VWindow",
505
521
  "styles": []
506
522
  },
523
+ "VEmptyState": {
524
+ "from": "components/VEmptyState",
525
+ "styles": []
526
+ },
527
+ "VConfirmEdit": {
528
+ "from": "components/VConfirmEdit",
529
+ "styles": []
530
+ },
507
531
  "VDataIterator": {
508
532
  "from": "components/VDataIterator",
509
533
  "styles": []
@@ -512,10 +536,6 @@
512
536
  "from": "components/VDefaultsProvider",
513
537
  "styles": []
514
538
  },
515
- "VHover": {
516
- "from": "components/VHover",
517
- "styles": []
518
- },
519
539
  "VForm": {
520
540
  "from": "components/VForm",
521
541
  "styles": []
@@ -536,6 +556,10 @@
536
556
  "from": "components/VGrid",
537
557
  "styles": []
538
558
  },
559
+ "VHover": {
560
+ "from": "components/VHover",
561
+ "styles": []
562
+ },
539
563
  "VLayout": {
540
564
  "from": "components/VLayout",
541
565
  "styles": []
@@ -544,38 +568,10 @@
544
568
  "from": "components/VLayout",
545
569
  "styles": []
546
570
  },
547
- "VStepper": {
548
- "from": "components/VStepper",
549
- "styles": []
550
- },
551
- "VStepperActions": {
552
- "from": "components/VStepper",
553
- "styles": []
554
- },
555
- "VStepperHeader": {
556
- "from": "components/VStepper",
557
- "styles": []
558
- },
559
- "VStepperItem": {
560
- "from": "components/VStepper",
561
- "styles": []
562
- },
563
- "VStepperWindow": {
564
- "from": "components/VStepper",
565
- "styles": []
566
- },
567
- "VStepperWindowItem": {
568
- "from": "components/VStepper",
569
- "styles": []
570
- },
571
571
  "VLazy": {
572
572
  "from": "components/VLazy",
573
573
  "styles": []
574
574
  },
575
- "VLocaleProvider": {
576
- "from": "components/VLocaleProvider",
577
- "styles": []
578
- },
579
575
  "VNoSsr": {
580
576
  "from": "components/VNoSsr",
581
577
  "styles": []
@@ -584,6 +580,10 @@
584
580
  "from": "components/VParallax",
585
581
  "styles": []
586
582
  },
583
+ "VLocaleProvider": {
584
+ "from": "components/VLocaleProvider",
585
+ "styles": []
586
+ },
587
587
  "VRadio": {
588
588
  "from": "components/VRadio",
589
589
  "styles": []
@@ -620,6 +620,10 @@
620
620
  "from": "components/VVirtualScroll",
621
621
  "styles": []
622
622
  },
623
+ "VFab": {
624
+ "from": "components/VFab",
625
+ "styles": []
626
+ },
623
627
  "VFabTransition": {
624
628
  "from": "components/transitions",
625
629
  "styles": []
@@ -683,10 +687,6 @@
683
687
  "VDialogTransition": {
684
688
  "from": "components/transitions",
685
689
  "styles": []
686
- },
687
- "VConfirmEdit": {
688
- "from": "components/VConfirmEdit",
689
- "styles": []
690
690
  }
691
691
  },
692
692
  "directives": [