@vuetify/nightly 3.6.7-master.2024-05-27 → 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 (39) hide show
  1. package/CHANGELOG.md +8 -2
  2. package/dist/json/attributes.json +39 -7
  3. package/dist/json/importMap-labs.json +12 -12
  4. package/dist/json/importMap.json +146 -146
  5. package/dist/json/tags.json +8 -0
  6. package/dist/json/web-types.json +84 -12
  7. package/dist/vuetify-labs.css +2617 -2614
  8. package/dist/vuetify-labs.d.ts +78 -18
  9. package/dist/vuetify-labs.esm.js +27 -8
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +27 -8
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +723 -720
  14. package/dist/vuetify.d.ts +85 -55
  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 +46 -46
  35. package/lib/labs/VNumberInput/VNumberInput.mjs +7 -0
  36. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  37. package/lib/labs/VStepperVertical/index.d.mts +43 -9
  38. package/lib/labs/components.d.mts +3752 -3718
  39. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,15 +1,21 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.6.7-master.2024-05-27...v) (2024-05-27)
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-27](https://github.com/vuetifyjs/vuetify/compare/v3.6.7...v3.6.7-master.2024-05-27) (2024-05-27)
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)
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))
12
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))
13
19
 
14
20
 
15
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",
@@ -28,6 +28,18 @@
28
28
  "from": "labs/VNumberInput/index.mjs",
29
29
  "styles": []
30
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
+ },
31
43
  "VStepperVertical": {
32
44
  "from": "labs/VStepperVertical/index.mjs",
33
45
  "styles": []
@@ -48,18 +60,6 @@
48
60
  "from": "labs/VPicker/index.mjs",
49
61
  "styles": []
50
62
  },
51
- "VTreeview": {
52
- "from": "labs/VTreeview/index.mjs",
53
- "styles": []
54
- },
55
- "VTreeviewItem": {
56
- "from": "labs/VTreeview/index.mjs",
57
- "styles": []
58
- },
59
- "VTreeviewGroup": {
60
- "from": "labs/VTreeview/index.mjs",
61
- "styles": []
62
- },
63
63
  "VTimePicker": {
64
64
  "from": "labs/VTimePicker/index.mjs",
65
65
  "styles": []
@@ -1,17 +1,5 @@
1
1
  {
2
2
  "components": {
3
- "VApp": {
4
- "from": "components/VApp/index.mjs",
5
- "styles": []
6
- },
7
- "VAlert": {
8
- "from": "components/VAlert/index.mjs",
9
- "styles": []
10
- },
11
- "VAlertTitle": {
12
- "from": "components/VAlert/index.mjs",
13
- "styles": []
14
- },
15
3
  "VAppBar": {
16
4
  "from": "components/VAppBar/index.mjs",
17
5
  "styles": []
@@ -24,16 +12,12 @@
24
12
  "from": "components/VAppBar/index.mjs",
25
13
  "styles": []
26
14
  },
27
- "VBanner": {
28
- "from": "components/VBanner/index.mjs",
29
- "styles": []
30
- },
31
- "VBannerActions": {
32
- "from": "components/VBanner/index.mjs",
15
+ "VAlert": {
16
+ "from": "components/VAlert/index.mjs",
33
17
  "styles": []
34
18
  },
35
- "VBannerText": {
36
- "from": "components/VBanner/index.mjs",
19
+ "VAlertTitle": {
20
+ "from": "components/VAlert/index.mjs",
37
21
  "styles": []
38
22
  },
39
23
  "VAvatar": {
@@ -44,16 +28,20 @@
44
28
  "from": "components/VAutocomplete/index.mjs",
45
29
  "styles": []
46
30
  },
47
- "VBottomSheet": {
48
- "from": "components/VBottomSheet/index.mjs",
31
+ "VBanner": {
32
+ "from": "components/VBanner/index.mjs",
49
33
  "styles": []
50
34
  },
51
- "VBadge": {
52
- "from": "components/VBadge/index.mjs",
35
+ "VBannerActions": {
36
+ "from": "components/VBanner/index.mjs",
53
37
  "styles": []
54
38
  },
55
- "VBottomNavigation": {
56
- "from": "components/VBottomNavigation/index.mjs",
39
+ "VBannerText": {
40
+ "from": "components/VBanner/index.mjs",
41
+ "styles": []
42
+ },
43
+ "VBadge": {
44
+ "from": "components/VBadge/index.mjs",
57
45
  "styles": []
58
46
  },
59
47
  "VBreadcrumbs": {
@@ -68,10 +56,26 @@
68
56
  "from": "components/VBreadcrumbs/index.mjs",
69
57
  "styles": []
70
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
+ },
71
71
  "VBtn": {
72
72
  "from": "components/VBtn/index.mjs",
73
73
  "styles": []
74
74
  },
75
+ "VBtnGroup": {
76
+ "from": "components/VBtnGroup/index.mjs",
77
+ "styles": []
78
+ },
75
79
  "VCard": {
76
80
  "from": "components/VCard/index.mjs",
77
81
  "styles": []
@@ -96,22 +100,6 @@
96
100
  "from": "components/VCard/index.mjs",
97
101
  "styles": []
98
102
  },
99
- "VBtnGroup": {
100
- "from": "components/VBtnGroup/index.mjs",
101
- "styles": []
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": []
@@ -128,46 +116,22 @@
128
116
  "from": "components/VCode/index.mjs",
129
117
  "styles": []
130
118
  },
131
- "VCombobox": {
132
- "from": "components/VCombobox/index.mjs",
133
- "styles": []
134
- },
135
119
  "VChipGroup": {
136
120
  "from": "components/VChipGroup/index.mjs",
137
121
  "styles": []
138
122
  },
139
- "VDatePicker": {
140
- "from": "components/VDatePicker/index.mjs",
141
- "styles": []
142
- },
143
- "VDatePickerControls": {
144
- "from": "components/VDatePicker/index.mjs",
145
- "styles": []
146
- },
147
- "VDatePickerHeader": {
148
- "from": "components/VDatePicker/index.mjs",
149
- "styles": []
150
- },
151
- "VDatePickerMonth": {
152
- "from": "components/VDatePicker/index.mjs",
153
- "styles": []
154
- },
155
- "VDatePickerMonths": {
156
- "from": "components/VDatePicker/index.mjs",
123
+ "VCheckbox": {
124
+ "from": "components/VCheckbox/index.mjs",
157
125
  "styles": []
158
126
  },
159
- "VDatePickerYears": {
160
- "from": "components/VDatePicker/index.mjs",
127
+ "VCheckboxBtn": {
128
+ "from": "components/VCheckbox/index.mjs",
161
129
  "styles": []
162
130
  },
163
131
  "VCounter": {
164
132
  "from": "components/VCounter/index.mjs",
165
133
  "styles": []
166
134
  },
167
- "VDialog": {
168
- "from": "components/VDialog/index.mjs",
169
- "styles": []
170
- },
171
135
  "VColorPicker": {
172
136
  "from": "components/VColorPicker/index.mjs",
173
137
  "styles": []
@@ -200,10 +164,50 @@
200
164
  "from": "components/VDataTable/index.mjs",
201
165
  "styles": []
202
166
  },
167
+ "VDatePicker": {
168
+ "from": "components/VDatePicker/index.mjs",
169
+ "styles": []
170
+ },
171
+ "VDatePickerControls": {
172
+ "from": "components/VDatePicker/index.mjs",
173
+ "styles": []
174
+ },
175
+ "VDatePickerHeader": {
176
+ "from": "components/VDatePicker/index.mjs",
177
+ "styles": []
178
+ },
179
+ "VDatePickerMonth": {
180
+ "from": "components/VDatePicker/index.mjs",
181
+ "styles": []
182
+ },
183
+ "VDatePickerMonths": {
184
+ "from": "components/VDatePicker/index.mjs",
185
+ "styles": []
186
+ },
187
+ "VDatePickerYears": {
188
+ "from": "components/VDatePicker/index.mjs",
189
+ "styles": []
190
+ },
203
191
  "VDivider": {
204
192
  "from": "components/VDivider/index.mjs",
205
193
  "styles": []
206
194
  },
195
+ "VCombobox": {
196
+ "from": "components/VCombobox/index.mjs",
197
+ "styles": []
198
+ },
199
+ "VEmptyState": {
200
+ "from": "components/VEmptyState/index.mjs",
201
+ "styles": []
202
+ },
203
+ "VDialog": {
204
+ "from": "components/VDialog/index.mjs",
205
+ "styles": []
206
+ },
207
+ "VFileInput": {
208
+ "from": "components/VFileInput/index.mjs",
209
+ "styles": []
210
+ },
207
211
  "VExpansionPanels": {
208
212
  "from": "components/VExpansionPanel/index.mjs",
209
213
  "styles": []
@@ -228,32 +232,12 @@
228
232
  "from": "components/VField/index.mjs",
229
233
  "styles": []
230
234
  },
231
- "VEmptyState": {
232
- "from": "components/VEmptyState/index.mjs",
233
- "styles": []
234
- },
235
- "VFileInput": {
236
- "from": "components/VFileInput/index.mjs",
237
- "styles": []
238
- },
239
- "VFab": {
240
- "from": "components/VFab/index.mjs",
241
- "styles": []
242
- },
243
235
  "VFooter": {
244
236
  "from": "components/VFooter/index.mjs",
245
237
  "styles": []
246
238
  },
247
- "VImg": {
248
- "from": "components/VImg/index.mjs",
249
- "styles": []
250
- },
251
- "VInput": {
252
- "from": "components/VInput/index.mjs",
253
- "styles": []
254
- },
255
- "VInfiniteScroll": {
256
- "from": "components/VInfiniteScroll/index.mjs",
239
+ "VFab": {
240
+ "from": "components/VFab/index.mjs",
257
241
  "styles": []
258
242
  },
259
243
  "VIcon": {
@@ -276,20 +260,16 @@
276
260
  "from": "components/VIcon/index.mjs",
277
261
  "styles": []
278
262
  },
279
- "VItemGroup": {
280
- "from": "components/VItemGroup/index.mjs",
281
- "styles": []
282
- },
283
- "VItem": {
284
- "from": "components/VItemGroup/index.mjs",
263
+ "VInput": {
264
+ "from": "components/VInput/index.mjs",
285
265
  "styles": []
286
266
  },
287
- "VLabel": {
288
- "from": "components/VLabel/index.mjs",
267
+ "VImg": {
268
+ "from": "components/VImg/index.mjs",
289
269
  "styles": []
290
270
  },
291
- "VKbd": {
292
- "from": "components/VKbd/index.mjs",
271
+ "VInfiniteScroll": {
272
+ "from": "components/VInfiniteScroll/index.mjs",
293
273
  "styles": []
294
274
  },
295
275
  "VList": {
@@ -328,20 +308,32 @@
328
308
  "from": "components/VList/index.mjs",
329
309
  "styles": []
330
310
  },
331
- "VMenu": {
332
- "from": "components/VMenu/index.mjs",
311
+ "VLabel": {
312
+ "from": "components/VLabel/index.mjs",
333
313
  "styles": []
334
314
  },
335
- "VMain": {
336
- "from": "components/VMain/index.mjs",
315
+ "VItemGroup": {
316
+ "from": "components/VItemGroup/index.mjs",
317
+ "styles": []
318
+ },
319
+ "VItem": {
320
+ "from": "components/VItemGroup/index.mjs",
321
+ "styles": []
322
+ },
323
+ "VKbd": {
324
+ "from": "components/VKbd/index.mjs",
337
325
  "styles": []
338
326
  },
339
327
  "VMessages": {
340
328
  "from": "components/VMessages/index.mjs",
341
329
  "styles": []
342
330
  },
343
- "VNavigationDrawer": {
344
- "from": "components/VNavigationDrawer/index.mjs",
331
+ "VMain": {
332
+ "from": "components/VMain/index.mjs",
333
+ "styles": []
334
+ },
335
+ "VMenu": {
336
+ "from": "components/VMenu/index.mjs",
345
337
  "styles": []
346
338
  },
347
339
  "VOtpInput": {
@@ -356,18 +348,22 @@
356
348
  "from": "components/VOverlay/index.mjs",
357
349
  "styles": []
358
350
  },
359
- "VProgressCircular": {
360
- "from": "components/VProgressCircular/index.mjs",
351
+ "VNavigationDrawer": {
352
+ "from": "components/VNavigationDrawer/index.mjs",
361
353
  "styles": []
362
354
  },
363
- "VRadioGroup": {
364
- "from": "components/VRadioGroup/index.mjs",
355
+ "VProgressCircular": {
356
+ "from": "components/VProgressCircular/index.mjs",
365
357
  "styles": []
366
358
  },
367
359
  "VProgressLinear": {
368
360
  "from": "components/VProgressLinear/index.mjs",
369
361
  "styles": []
370
362
  },
363
+ "VRadioGroup": {
364
+ "from": "components/VRadioGroup/index.mjs",
365
+ "styles": []
366
+ },
371
367
  "VRating": {
372
368
  "from": "components/VRating/index.mjs",
373
369
  "styles": []
@@ -376,20 +372,16 @@
376
372
  "from": "components/VSelect/index.mjs",
377
373
  "styles": []
378
374
  },
379
- "VSelectionControl": {
380
- "from": "components/VSelectionControl/index.mjs",
381
- "styles": []
382
- },
383
375
  "VSheet": {
384
376
  "from": "components/VSheet/index.mjs",
385
377
  "styles": []
386
378
  },
387
- "VSkeletonLoader": {
388
- "from": "components/VSkeletonLoader/index.mjs",
379
+ "VSelectionControl": {
380
+ "from": "components/VSelectionControl/index.mjs",
389
381
  "styles": []
390
382
  },
391
- "VSnackbar": {
392
- "from": "components/VSnackbar/index.mjs",
383
+ "VSkeletonLoader": {
384
+ "from": "components/VSkeletonLoader/index.mjs",
393
385
  "styles": []
394
386
  },
395
387
  "VSelectionControlGroup": {
@@ -408,10 +400,18 @@
408
400
  "from": "components/VSlider/index.mjs",
409
401
  "styles": []
410
402
  },
403
+ "VSnackbar": {
404
+ "from": "components/VSnackbar/index.mjs",
405
+ "styles": []
406
+ },
411
407
  "VSystemBar": {
412
408
  "from": "components/VSystemBar/index.mjs",
413
409
  "styles": []
414
410
  },
411
+ "VSwitch": {
412
+ "from": "components/VSwitch/index.mjs",
413
+ "styles": []
414
+ },
415
415
  "VTab": {
416
416
  "from": "components/VTabs/index.mjs",
417
417
  "styles": []
@@ -452,40 +452,36 @@
452
452
  "from": "components/VStepper/index.mjs",
453
453
  "styles": []
454
454
  },
455
- "VTextarea": {
456
- "from": "components/VTextarea/index.mjs",
455
+ "VToolbar": {
456
+ "from": "components/VToolbar/index.mjs",
457
457
  "styles": []
458
458
  },
459
- "VSwitch": {
460
- "from": "components/VSwitch/index.mjs",
459
+ "VToolbarTitle": {
460
+ "from": "components/VToolbar/index.mjs",
461
461
  "styles": []
462
462
  },
463
- "VTimeline": {
464
- "from": "components/VTimeline/index.mjs",
463
+ "VToolbarItems": {
464
+ "from": "components/VToolbar/index.mjs",
465
465
  "styles": []
466
466
  },
467
- "VTimelineItem": {
468
- "from": "components/VTimeline/index.mjs",
467
+ "VTable": {
468
+ "from": "components/VTable/index.mjs",
469
469
  "styles": []
470
470
  },
471
471
  "VTextField": {
472
472
  "from": "components/VTextField/index.mjs",
473
473
  "styles": []
474
474
  },
475
- "VTable": {
476
- "from": "components/VTable/index.mjs",
477
- "styles": []
478
- },
479
- "VToolbar": {
480
- "from": "components/VToolbar/index.mjs",
475
+ "VTimeline": {
476
+ "from": "components/VTimeline/index.mjs",
481
477
  "styles": []
482
478
  },
483
- "VToolbarTitle": {
484
- "from": "components/VToolbar/index.mjs",
479
+ "VTimelineItem": {
480
+ "from": "components/VTimeline/index.mjs",
485
481
  "styles": []
486
482
  },
487
- "VToolbarItems": {
488
- "from": "components/VToolbar/index.mjs",
483
+ "VTextarea": {
484
+ "from": "components/VTextarea/index.mjs",
489
485
  "styles": []
490
486
  },
491
487
  "VTooltip": {
@@ -500,6 +496,10 @@
500
496
  "from": "components/VWindow/index.mjs",
501
497
  "styles": []
502
498
  },
499
+ "VApp": {
500
+ "from": "components/VApp/index.mjs",
501
+ "styles": []
502
+ },
503
503
  "VConfirmEdit": {
504
504
  "from": "components/VConfirmEdit/index.mjs",
505
505
  "styles": []
@@ -536,6 +536,10 @@
536
536
  "from": "components/VHover/index.mjs",
537
537
  "styles": []
538
538
  },
539
+ "VLazy": {
540
+ "from": "components/VLazy/index.mjs",
541
+ "styles": []
542
+ },
539
543
  "VLayout": {
540
544
  "from": "components/VLayout/index.mjs",
541
545
  "styles": []
@@ -544,10 +548,6 @@
544
548
  "from": "components/VLayout/index.mjs",
545
549
  "styles": []
546
550
  },
547
- "VLazy": {
548
- "from": "components/VLazy/index.mjs",
549
- "styles": []
550
- },
551
551
  "VLocaleProvider": {
552
552
  "from": "components/VLocaleProvider/index.mjs",
553
553
  "styles": []
@@ -572,14 +572,14 @@
572
572
  "from": "components/VResponsive/index.mjs",
573
573
  "styles": []
574
574
  },
575
- "VSpeedDial": {
576
- "from": "components/VSpeedDial/index.mjs",
577
- "styles": []
578
- },
579
575
  "VSparkline": {
580
576
  "from": "components/VSparkline/index.mjs",
581
577
  "styles": []
582
578
  },
579
+ "VSpeedDial": {
580
+ "from": "components/VSpeedDial/index.mjs",
581
+ "styles": []
582
+ },
583
583
  "VThemeProvider": {
584
584
  "from": "components/VThemeProvider/index.mjs",
585
585
  "styles": []