@vuetify/nightly 3.6.7-master.2024-05-28 → 3.6.7-master.2024-05-29

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 (37) hide show
  1. package/CHANGELOG.md +7 -2
  2. package/dist/json/attributes.json +39 -7
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +132 -132
  5. package/dist/json/tags.json +8 -0
  6. package/dist/json/web-types.json +82 -10
  7. package/dist/vuetify-labs.css +1493 -1490
  8. package/dist/vuetify-labs.d.ts +78 -18
  9. package/dist/vuetify-labs.esm.js +21 -8
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +21 -8
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +847 -844
  14. package/dist/vuetify.d.ts +86 -56
  15. package/dist/vuetify.esm.js +21 -8
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +21 -8
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +9 -9
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VDivider/VDivider.mjs +1 -1
  23. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  24. package/lib/components/VSnackbar/VSnackbar.css +1 -1
  25. package/lib/components/VSnackbar/VSnackbar.sass +1 -1
  26. package/lib/components/VStepper/VStepper.mjs +18 -4
  27. package/lib/components/VStepper/VStepper.mjs.map +1 -1
  28. package/lib/components/VStepper/VStepperItem.css +3 -0
  29. package/lib/components/VStepper/VStepperItem.sass +3 -0
  30. package/lib/components/VStepper/index.d.mts +43 -9
  31. package/lib/components/index.d.mts +39 -9
  32. package/lib/entry-bundler.mjs +1 -1
  33. package/lib/framework.mjs +1 -1
  34. package/lib/index.d.mts +47 -47
  35. package/lib/labs/VStepperVertical/index.d.mts +43 -9
  36. package/lib/labs/components.d.mts +3752 -3718
  37. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,16 +1,21 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.6.7-master.2024-05-28...v) (2024-05-28)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.6.7-master.2024-05-29...v) (2024-05-29)
2
2
 
3
3
 
4
4
 
5
- ## [3.6.7-master.2024-05-28](https://github.com/vuetifyjs/vuetify/compare/v3.6.7...v3.6.7-master.2024-05-28) (2024-05-28)
5
+ ## [3.6.7-master.2024-05-29](https://github.com/vuetifyjs/vuetify/compare/v3.6.7...v3.6.7-master.2024-05-29) (2024-05-29)
6
6
 
7
7
 
8
8
  ### Bug Fixes
9
9
 
10
10
  * **flex:** add missing flex-x-x-0 classes ([a23dece](https://github.com/vuetifyjs/vuetify/commit/a23dece86fe666f15c74e304f65bbdd1ce13cefc))
11
11
  * remove circular imports ([957b4bc](https://github.com/vuetifyjs/vuetify/commit/957b4bc1cc8f870ba155e37be2dca6d5de4e588a)), closes [#19852](https://github.com/vuetifyjs/vuetify/issues/19852)
12
+ * **VDivider:** missing when vertical and aligned to center ([#19890](https://github.com/vuetifyjs/vuetify/issues/19890)) ([18d64fe](https://github.com/vuetifyjs/vuetify/commit/18d64feb0f93b49a244c6bd83365dd2f89b9f1e1)), closes [#19889](https://github.com/vuetifyjs/vuetify/issues/19889)
12
13
  * **VNumberInput:** disable up/down controls for readonly state ([#19906](https://github.com/vuetifyjs/vuetify/issues/19906)) ([4ceaaa5](https://github.com/vuetifyjs/vuetify/commit/4ceaaa5bc060b32c4b4077174f26a6dc9f236d2f))
13
14
  * **VSlider:** add missing aria-label ([#19887](https://github.com/vuetifyjs/vuetify/issues/19887)) ([e46a98d](https://github.com/vuetifyjs/vuetify/commit/e46a98db5be9ae899b7e31236b10de263fdd32e8))
15
+ * **VSnackbar:** fix class name for center location ([#19878](https://github.com/vuetifyjs/vuetify/issues/19878)) ([e48d37b](https://github.com/vuetifyjs/vuetify/commit/e48d37bce506ebff8b82bae10b05b09a7052f4b8))
16
+ * **VStepper:** accept null value for mobile ([908fb59](https://github.com/vuetifyjs/vuetify/commit/908fb5914a6685245935a7a5d299dfc774738417))
17
+ * **VStepperItem:** remove inline margin in mobile mode ([e94dc93](https://github.com/vuetifyjs/vuetify/commit/e94dc93b8cc32c720fb7cfe79a7f29cce77e5d42))
18
+ * **VStepper:** propagate complete/error/edit icons ([64acd01](https://github.com/vuetifyjs/vuetify/commit/64acd015420b31b553b16608fd97687c307b672d))
14
19
 
15
20
 
16
21
 
@@ -3377,7 +3377,7 @@
3377
3377
  },
3378
3378
  "VDataTable/header-props": {
3379
3379
  "type": "unknown\n",
3380
- "description": "Pass props to the default header. See [`v-data-table-header` API](/api/v-data-table-header) for more information."
3380
+ "description": "Pass props to the default header. See [`v-data-table-headers` API](/api/v-data-table-headers) for more information."
3381
3381
  },
3382
3382
  "VDataTable/cell-props": {
3383
3383
  "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
@@ -10295,10 +10295,22 @@
10295
10295
  "type": "string\n",
10296
10296
  "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
10297
10297
  },
10298
+ "VStepper/complete-icon": {
10299
+ "type": "string\n",
10300
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))"
10301
+ },
10302
+ "VStepper/edit-icon": {
10303
+ "type": "string\n",
10304
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))"
10305
+ },
10298
10306
  "VStepper/editable": {
10299
10307
  "type": "boolean\n",
10300
10308
  "description": "Marks step as editable."
10301
10309
  },
10310
+ "VStepper/error-icon": {
10311
+ "type": "string\n",
10312
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))"
10313
+ },
10302
10314
  "VStepper/hide-actions": {
10303
10315
  "type": "boolean\n",
10304
10316
  "description": "Hide actions bar (prev and next buttons)."
@@ -10315,13 +10327,17 @@
10315
10327
  "type": "string\n",
10316
10328
  "description": "Property on supplied `items` that contains its value."
10317
10329
  },
10330
+ "VStepper/non-linear": {
10331
+ "type": "boolean\n",
10332
+ "description": "Allow user to jump to any step."
10333
+ },
10318
10334
  "VStepper/mobile": {
10319
10335
  "type": "boolean\n",
10320
10336
  "description": "Forces the stepper into a mobile state, removing labels from stepper items."
10321
10337
  },
10322
- "VStepper/non-linear": {
10323
- "type": "boolean\n",
10324
- "description": "Allow user to jump to any step."
10338
+ "VStepper/mobile-breakpoint": {
10339
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
10340
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
10325
10341
  },
10326
10342
  "VStepper/model-value": {
10327
10343
  "type": "any\n",
@@ -10519,10 +10535,22 @@
10519
10535
  "type": "string\n",
10520
10536
  "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
10521
10537
  },
10538
+ "VStepperVertical/complete-icon": {
10539
+ "type": "string\n",
10540
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))"
10541
+ },
10542
+ "VStepperVertical/edit-icon": {
10543
+ "type": "string\n",
10544
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))"
10545
+ },
10522
10546
  "VStepperVertical/editable": {
10523
10547
  "type": "boolean\n",
10524
10548
  "description": "Marks step as editable."
10525
10549
  },
10550
+ "VStepperVertical/error-icon": {
10551
+ "type": "string\n",
10552
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))"
10553
+ },
10526
10554
  "VStepperVertical/hide-actions": {
10527
10555
  "type": "boolean\n",
10528
10556
  "description": "Hide actions bar (prev and next buttons)."
@@ -10543,13 +10571,17 @@
10543
10571
  "type": "any\n",
10544
10572
  "description": "Controls the opened/closed state of content."
10545
10573
  },
10574
+ "VStepperVertical/non-linear": {
10575
+ "type": "boolean\n",
10576
+ "description": "Allow user to jump to any step."
10577
+ },
10546
10578
  "VStepperVertical/mobile": {
10547
10579
  "type": "boolean\n",
10548
10580
  "description": "Forces the stepper into a mobile state, removing labels from stepper items."
10549
10581
  },
10550
- "VStepperVertical/non-linear": {
10551
- "type": "boolean\n",
10552
- "description": "Allow user to jump to any step."
10582
+ "VStepperVertical/mobile-breakpoint": {
10583
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
10584
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
10553
10585
  },
10554
10586
  "VStepperVertical/model-value": {
10555
10587
  "type": "any\n",
@@ -24,6 +24,22 @@
24
24
  "from": "labs/VCalendar/index.mjs",
25
25
  "styles": []
26
26
  },
27
+ "VNumberInput": {
28
+ "from": "labs/VNumberInput/index.mjs",
29
+ "styles": []
30
+ },
31
+ "VTreeview": {
32
+ "from": "labs/VTreeview/index.mjs",
33
+ "styles": []
34
+ },
35
+ "VTreeviewItem": {
36
+ "from": "labs/VTreeview/index.mjs",
37
+ "styles": []
38
+ },
39
+ "VTreeviewGroup": {
40
+ "from": "labs/VTreeview/index.mjs",
41
+ "styles": []
42
+ },
27
43
  "VStepperVertical": {
28
44
  "from": "labs/VStepperVertical/index.mjs",
29
45
  "styles": []
@@ -44,22 +60,6 @@
44
60
  "from": "labs/VPicker/index.mjs",
45
61
  "styles": []
46
62
  },
47
- "VTreeview": {
48
- "from": "labs/VTreeview/index.mjs",
49
- "styles": []
50
- },
51
- "VTreeviewItem": {
52
- "from": "labs/VTreeview/index.mjs",
53
- "styles": []
54
- },
55
- "VTreeviewGroup": {
56
- "from": "labs/VTreeview/index.mjs",
57
- "styles": []
58
- },
59
- "VNumberInput": {
60
- "from": "labs/VNumberInput/index.mjs",
61
- "styles": []
62
- },
63
63
  "VTimePicker": {
64
64
  "from": "labs/VTimePicker/index.mjs",
65
65
  "styles": []
@@ -76,13 +76,13 @@
76
76
  "from": "labs/VDateInput/index.mjs",
77
77
  "styles": []
78
78
  },
79
- "VSnackbarQueue": {
80
- "from": "labs/VSnackbarQueue/index.mjs",
81
- "styles": []
82
- },
83
79
  "VPullToRefresh": {
84
80
  "from": "labs/VPullToRefresh/index.mjs",
85
81
  "styles": []
82
+ },
83
+ "VSnackbarQueue": {
84
+ "from": "labs/VSnackbarQueue/index.mjs",
85
+ "styles": []
86
86
  }
87
87
  }
88
88
  }
@@ -1,13 +1,5 @@
1
1
  {
2
2
  "components": {
3
- "VAlert": {
4
- "from": "components/VAlert/index.mjs",
5
- "styles": []
6
- },
7
- "VAlertTitle": {
8
- "from": "components/VAlert/index.mjs",
9
- "styles": []
10
- },
11
3
  "VAppBar": {
12
4
  "from": "components/VAppBar/index.mjs",
13
5
  "styles": []
@@ -20,22 +12,22 @@
20
12
  "from": "components/VAppBar/index.mjs",
21
13
  "styles": []
22
14
  },
23
- "VApp": {
24
- "from": "components/VApp/index.mjs",
25
- "styles": []
26
- },
27
- "VBadge": {
28
- "from": "components/VBadge/index.mjs",
15
+ "VAlert": {
16
+ "from": "components/VAlert/index.mjs",
29
17
  "styles": []
30
18
  },
31
- "VAutocomplete": {
32
- "from": "components/VAutocomplete/index.mjs",
19
+ "VAlertTitle": {
20
+ "from": "components/VAlert/index.mjs",
33
21
  "styles": []
34
22
  },
35
23
  "VAvatar": {
36
24
  "from": "components/VAvatar/index.mjs",
37
25
  "styles": []
38
26
  },
27
+ "VAutocomplete": {
28
+ "from": "components/VAutocomplete/index.mjs",
29
+ "styles": []
30
+ },
39
31
  "VBanner": {
40
32
  "from": "components/VBanner/index.mjs",
41
33
  "styles": []
@@ -48,16 +40,8 @@
48
40
  "from": "components/VBanner/index.mjs",
49
41
  "styles": []
50
42
  },
51
- "VBottomNavigation": {
52
- "from": "components/VBottomNavigation/index.mjs",
53
- "styles": []
54
- },
55
- "VBottomSheet": {
56
- "from": "components/VBottomSheet/index.mjs",
57
- "styles": []
58
- },
59
- "VBtnGroup": {
60
- "from": "components/VBtnGroup/index.mjs",
43
+ "VBadge": {
44
+ "from": "components/VBadge/index.mjs",
61
45
  "styles": []
62
46
  },
63
47
  "VBreadcrumbs": {
@@ -72,10 +56,26 @@
72
56
  "from": "components/VBreadcrumbs/index.mjs",
73
57
  "styles": []
74
58
  },
59
+ "VBottomNavigation": {
60
+ "from": "components/VBottomNavigation/index.mjs",
61
+ "styles": []
62
+ },
63
+ "VBtnToggle": {
64
+ "from": "components/VBtnToggle/index.mjs",
65
+ "styles": []
66
+ },
67
+ "VBottomSheet": {
68
+ "from": "components/VBottomSheet/index.mjs",
69
+ "styles": []
70
+ },
75
71
  "VBtn": {
76
72
  "from": "components/VBtn/index.mjs",
77
73
  "styles": []
78
74
  },
75
+ "VBtnGroup": {
76
+ "from": "components/VBtnGroup/index.mjs",
77
+ "styles": []
78
+ },
79
79
  "VCard": {
80
80
  "from": "components/VCard/index.mjs",
81
81
  "styles": []
@@ -100,18 +100,6 @@
100
100
  "from": "components/VCard/index.mjs",
101
101
  "styles": []
102
102
  },
103
- "VBtnToggle": {
104
- "from": "components/VBtnToggle/index.mjs",
105
- "styles": []
106
- },
107
- "VCheckbox": {
108
- "from": "components/VCheckbox/index.mjs",
109
- "styles": []
110
- },
111
- "VCheckboxBtn": {
112
- "from": "components/VCheckbox/index.mjs",
113
- "styles": []
114
- },
115
103
  "VCarousel": {
116
104
  "from": "components/VCarousel/index.mjs",
117
105
  "styles": []
@@ -124,26 +112,30 @@
124
112
  "from": "components/VChip/index.mjs",
125
113
  "styles": []
126
114
  },
127
- "VChipGroup": {
128
- "from": "components/VChipGroup/index.mjs",
115
+ "VCode": {
116
+ "from": "components/VCode/index.mjs",
129
117
  "styles": []
130
118
  },
131
- "VCombobox": {
132
- "from": "components/VCombobox/index.mjs",
119
+ "VChipGroup": {
120
+ "from": "components/VChipGroup/index.mjs",
133
121
  "styles": []
134
122
  },
135
- "VCode": {
136
- "from": "components/VCode/index.mjs",
123
+ "VCheckbox": {
124
+ "from": "components/VCheckbox/index.mjs",
137
125
  "styles": []
138
126
  },
139
- "VColorPicker": {
140
- "from": "components/VColorPicker/index.mjs",
127
+ "VCheckboxBtn": {
128
+ "from": "components/VCheckbox/index.mjs",
141
129
  "styles": []
142
130
  },
143
131
  "VCounter": {
144
132
  "from": "components/VCounter/index.mjs",
145
133
  "styles": []
146
134
  },
135
+ "VColorPicker": {
136
+ "from": "components/VColorPicker/index.mjs",
137
+ "styles": []
138
+ },
147
139
  "VDataTable": {
148
140
  "from": "components/VDataTable/index.mjs",
149
141
  "styles": []
@@ -200,18 +192,22 @@
200
192
  "from": "components/VDivider/index.mjs",
201
193
  "styles": []
202
194
  },
203
- "VDialog": {
204
- "from": "components/VDialog/index.mjs",
205
- "styles": []
206
- },
207
- "VFooter": {
208
- "from": "components/VFooter/index.mjs",
195
+ "VCombobox": {
196
+ "from": "components/VCombobox/index.mjs",
209
197
  "styles": []
210
198
  },
211
199
  "VEmptyState": {
212
200
  "from": "components/VEmptyState/index.mjs",
213
201
  "styles": []
214
202
  },
203
+ "VDialog": {
204
+ "from": "components/VDialog/index.mjs",
205
+ "styles": []
206
+ },
207
+ "VFileInput": {
208
+ "from": "components/VFileInput/index.mjs",
209
+ "styles": []
210
+ },
215
211
  "VExpansionPanels": {
216
212
  "from": "components/VExpansionPanel/index.mjs",
217
213
  "styles": []
@@ -228,10 +224,6 @@
228
224
  "from": "components/VExpansionPanel/index.mjs",
229
225
  "styles": []
230
226
  },
231
- "VFileInput": {
232
- "from": "components/VFileInput/index.mjs",
233
- "styles": []
234
- },
235
227
  "VField": {
236
228
  "from": "components/VField/index.mjs",
237
229
  "styles": []
@@ -240,16 +232,12 @@
240
232
  "from": "components/VField/index.mjs",
241
233
  "styles": []
242
234
  },
243
- "VFab": {
244
- "from": "components/VFab/index.mjs",
245
- "styles": []
246
- },
247
- "VImg": {
248
- "from": "components/VImg/index.mjs",
235
+ "VFooter": {
236
+ "from": "components/VFooter/index.mjs",
249
237
  "styles": []
250
238
  },
251
- "VInfiniteScroll": {
252
- "from": "components/VInfiniteScroll/index.mjs",
239
+ "VFab": {
240
+ "from": "components/VFab/index.mjs",
253
241
  "styles": []
254
242
  },
255
243
  "VIcon": {
@@ -276,16 +264,12 @@
276
264
  "from": "components/VInput/index.mjs",
277
265
  "styles": []
278
266
  },
279
- "VItemGroup": {
280
- "from": "components/VItemGroup/index.mjs",
281
- "styles": []
282
- },
283
- "VItem": {
284
- "from": "components/VItemGroup/index.mjs",
267
+ "VImg": {
268
+ "from": "components/VImg/index.mjs",
285
269
  "styles": []
286
270
  },
287
- "VLabel": {
288
- "from": "components/VLabel/index.mjs",
271
+ "VInfiniteScroll": {
272
+ "from": "components/VInfiniteScroll/index.mjs",
289
273
  "styles": []
290
274
  },
291
275
  "VList": {
@@ -324,6 +308,18 @@
324
308
  "from": "components/VList/index.mjs",
325
309
  "styles": []
326
310
  },
311
+ "VLabel": {
312
+ "from": "components/VLabel/index.mjs",
313
+ "styles": []
314
+ },
315
+ "VItemGroup": {
316
+ "from": "components/VItemGroup/index.mjs",
317
+ "styles": []
318
+ },
319
+ "VItem": {
320
+ "from": "components/VItemGroup/index.mjs",
321
+ "styles": []
322
+ },
327
323
  "VKbd": {
328
324
  "from": "components/VKbd/index.mjs",
329
325
  "styles": []
@@ -336,24 +332,24 @@
336
332
  "from": "components/VMain/index.mjs",
337
333
  "styles": []
338
334
  },
339
- "VNavigationDrawer": {
340
- "from": "components/VNavigationDrawer/index.mjs",
335
+ "VMenu": {
336
+ "from": "components/VMenu/index.mjs",
341
337
  "styles": []
342
338
  },
343
339
  "VOtpInput": {
344
340
  "from": "components/VOtpInput/index.mjs",
345
341
  "styles": []
346
342
  },
347
- "VOverlay": {
348
- "from": "components/VOverlay/index.mjs",
343
+ "VPagination": {
344
+ "from": "components/VPagination/index.mjs",
349
345
  "styles": []
350
346
  },
351
- "VMenu": {
352
- "from": "components/VMenu/index.mjs",
347
+ "VOverlay": {
348
+ "from": "components/VOverlay/index.mjs",
353
349
  "styles": []
354
350
  },
355
- "VPagination": {
356
- "from": "components/VPagination/index.mjs",
351
+ "VNavigationDrawer": {
352
+ "from": "components/VNavigationDrawer/index.mjs",
357
353
  "styles": []
358
354
  },
359
355
  "VProgressCircular": {
@@ -376,26 +372,22 @@
376
372
  "from": "components/VSelect/index.mjs",
377
373
  "styles": []
378
374
  },
379
- "VSelectionControl": {
380
- "from": "components/VSelectionControl/index.mjs",
381
- "styles": []
382
- },
383
- "VSelectionControlGroup": {
384
- "from": "components/VSelectionControlGroup/index.mjs",
385
- "styles": []
386
- },
387
375
  "VSheet": {
388
376
  "from": "components/VSheet/index.mjs",
389
377
  "styles": []
390
378
  },
391
- "VSlider": {
392
- "from": "components/VSlider/index.mjs",
379
+ "VSelectionControl": {
380
+ "from": "components/VSelectionControl/index.mjs",
393
381
  "styles": []
394
382
  },
395
383
  "VSkeletonLoader": {
396
384
  "from": "components/VSkeletonLoader/index.mjs",
397
385
  "styles": []
398
386
  },
387
+ "VSelectionControlGroup": {
388
+ "from": "components/VSelectionControlGroup/index.mjs",
389
+ "styles": []
390
+ },
399
391
  "VSlideGroup": {
400
392
  "from": "components/VSlideGroup/index.mjs",
401
393
  "styles": []
@@ -404,16 +396,36 @@
404
396
  "from": "components/VSlideGroup/index.mjs",
405
397
  "styles": []
406
398
  },
399
+ "VSlider": {
400
+ "from": "components/VSlider/index.mjs",
401
+ "styles": []
402
+ },
407
403
  "VSnackbar": {
408
404
  "from": "components/VSnackbar/index.mjs",
409
405
  "styles": []
410
406
  },
407
+ "VSystemBar": {
408
+ "from": "components/VSystemBar/index.mjs",
409
+ "styles": []
410
+ },
411
411
  "VSwitch": {
412
412
  "from": "components/VSwitch/index.mjs",
413
413
  "styles": []
414
414
  },
415
- "VSystemBar": {
416
- "from": "components/VSystemBar/index.mjs",
415
+ "VTab": {
416
+ "from": "components/VTabs/index.mjs",
417
+ "styles": []
418
+ },
419
+ "VTabs": {
420
+ "from": "components/VTabs/index.mjs",
421
+ "styles": []
422
+ },
423
+ "VTabsWindow": {
424
+ "from": "components/VTabs/index.mjs",
425
+ "styles": []
426
+ },
427
+ "VTabsWindowItem": {
428
+ "from": "components/VTabs/index.mjs",
417
429
  "styles": []
418
430
  },
419
431
  "VStepper": {
@@ -440,28 +452,24 @@
440
452
  "from": "components/VStepper/index.mjs",
441
453
  "styles": []
442
454
  },
443
- "VTab": {
444
- "from": "components/VTabs/index.mjs",
445
- "styles": []
446
- },
447
- "VTabs": {
448
- "from": "components/VTabs/index.mjs",
455
+ "VToolbar": {
456
+ "from": "components/VToolbar/index.mjs",
449
457
  "styles": []
450
458
  },
451
- "VTabsWindow": {
452
- "from": "components/VTabs/index.mjs",
459
+ "VToolbarTitle": {
460
+ "from": "components/VToolbar/index.mjs",
453
461
  "styles": []
454
462
  },
455
- "VTabsWindowItem": {
456
- "from": "components/VTabs/index.mjs",
463
+ "VToolbarItems": {
464
+ "from": "components/VToolbar/index.mjs",
457
465
  "styles": []
458
466
  },
459
467
  "VTable": {
460
468
  "from": "components/VTable/index.mjs",
461
469
  "styles": []
462
470
  },
463
- "VTextarea": {
464
- "from": "components/VTextarea/index.mjs",
471
+ "VTextField": {
472
+ "from": "components/VTextField/index.mjs",
465
473
  "styles": []
466
474
  },
467
475
  "VTimeline": {
@@ -472,8 +480,8 @@
472
480
  "from": "components/VTimeline/index.mjs",
473
481
  "styles": []
474
482
  },
475
- "VTextField": {
476
- "from": "components/VTextField/index.mjs",
483
+ "VTextarea": {
484
+ "from": "components/VTextarea/index.mjs",
477
485
  "styles": []
478
486
  },
479
487
  "VTooltip": {
@@ -488,16 +496,8 @@
488
496
  "from": "components/VWindow/index.mjs",
489
497
  "styles": []
490
498
  },
491
- "VToolbar": {
492
- "from": "components/VToolbar/index.mjs",
493
- "styles": []
494
- },
495
- "VToolbarTitle": {
496
- "from": "components/VToolbar/index.mjs",
497
- "styles": []
498
- },
499
- "VToolbarItems": {
500
- "from": "components/VToolbar/index.mjs",
499
+ "VApp": {
500
+ "from": "components/VApp/index.mjs",
501
501
  "styles": []
502
502
  },
503
503
  "VConfirmEdit": {
@@ -512,14 +512,6 @@
512
512
  "from": "components/VDefaultsProvider/index.mjs",
513
513
  "styles": []
514
514
  },
515
- "VForm": {
516
- "from": "components/VForm/index.mjs",
517
- "styles": []
518
- },
519
- "VHover": {
520
- "from": "components/VHover/index.mjs",
521
- "styles": []
522
- },
523
515
  "VContainer": {
524
516
  "from": "components/VGrid/index.mjs",
525
517
  "styles": []
@@ -536,18 +528,26 @@
536
528
  "from": "components/VGrid/index.mjs",
537
529
  "styles": []
538
530
  },
539
- "VLayout": {
540
- "from": "components/VLayout/index.mjs",
531
+ "VForm": {
532
+ "from": "components/VForm/index.mjs",
541
533
  "styles": []
542
534
  },
543
- "VLayoutItem": {
544
- "from": "components/VLayout/index.mjs",
535
+ "VHover": {
536
+ "from": "components/VHover/index.mjs",
545
537
  "styles": []
546
538
  },
547
539
  "VLazy": {
548
540
  "from": "components/VLazy/index.mjs",
549
541
  "styles": []
550
542
  },
543
+ "VLayout": {
544
+ "from": "components/VLayout/index.mjs",
545
+ "styles": []
546
+ },
547
+ "VLayoutItem": {
548
+ "from": "components/VLayout/index.mjs",
549
+ "styles": []
550
+ },
551
551
  "VLocaleProvider": {
552
552
  "from": "components/VLocaleProvider/index.mjs",
553
553
  "styles": []
@@ -584,14 +584,14 @@
584
584
  "from": "components/VThemeProvider/index.mjs",
585
585
  "styles": []
586
586
  },
587
- "VVirtualScroll": {
588
- "from": "components/VVirtualScroll/index.mjs",
589
- "styles": []
590
- },
591
587
  "VValidation": {
592
588
  "from": "components/VValidation/index.mjs",
593
589
  "styles": []
594
590
  },
591
+ "VVirtualScroll": {
592
+ "from": "components/VVirtualScroll/index.mjs",
593
+ "styles": []
594
+ },
595
595
  "VFabTransition": {
596
596
  "from": "components/transitions/index.mjs",
597
597
  "styles": []