vuetify 3.6.1 → 3.6.3

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 (52) hide show
  1. package/dist/json/attributes.json +1 -1
  2. package/dist/json/importMap-labs.json +12 -12
  3. package/dist/json/importMap.json +116 -116
  4. package/dist/json/web-types.json +16 -15
  5. package/dist/vuetify-labs.css +1826 -1826
  6. package/dist/vuetify-labs.d.ts +275 -233
  7. package/dist/vuetify-labs.esm.js +20 -15
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +20 -15
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +429 -429
  12. package/dist/vuetify.d.ts +313 -271
  13. package/dist/vuetify.esm.js +20 -15
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +20 -15
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +20 -21
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAutocomplete/index.d.mts +18 -18
  21. package/lib/components/VBottomSheet/index.d.mts +15 -9
  22. package/lib/components/VCombobox/index.d.mts +18 -18
  23. package/lib/components/VDataTable/VDataTableHeaders.mjs +2 -0
  24. package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
  25. package/lib/components/VDataTable/composables/select.mjs +7 -8
  26. package/lib/components/VDataTable/composables/select.mjs.map +1 -1
  27. package/lib/components/VDatePicker/VDatePicker.mjs +2 -2
  28. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  29. package/lib/components/VDialog/index.d.mts +33 -27
  30. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  31. package/lib/components/VFileInput/index.d.mts +6 -6
  32. package/lib/components/VHover/VHover.mjs +1 -1
  33. package/lib/components/VHover/VHover.mjs.map +1 -1
  34. package/lib/components/VHover/index.d.mts +24 -24
  35. package/lib/components/VMenu/index.d.mts +33 -27
  36. package/lib/components/VOverlay/VOverlay.mjs +5 -2
  37. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  38. package/lib/components/VOverlay/index.d.mts +15 -9
  39. package/lib/components/VSelect/index.d.mts +18 -18
  40. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  41. package/lib/components/VSnackbar/index.d.mts +47 -41
  42. package/lib/components/VSpeedDial/index.d.mts +15 -9
  43. package/lib/components/VTooltip/index.d.mts +33 -27
  44. package/lib/components/index.d.mts +275 -233
  45. package/lib/composables/date/adapters/vuetify.mjs +1 -0
  46. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  47. package/lib/entry-bundler.mjs +1 -1
  48. package/lib/framework.mjs +1 -1
  49. package/lib/index.d.mts +38 -38
  50. package/lib/labs/VSnackbarQueue/index.d.mts +47 -41
  51. package/lib/labs/components.d.mts +47 -41
  52. package/package.json +2 -2
@@ -9748,7 +9748,7 @@
9748
9748
  "description": "Sets the overlay opacity."
9749
9749
  },
9750
9750
  "VSnackbarQueue/model-value": {
9751
- "type": "(\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n key: string | number | symbol\n ref: VNodeRef\n ref_for: boolean\n ref_key: string\n onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]\n 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean> }) => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n)[]\n",
9751
+ "type": "(\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions:\n | false\n | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n key: string | number | symbol\n ref: VNodeRef\n ref_for: boolean\n ref_key: string\n onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]\n 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n)[]\n",
9752
9752
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
9753
9753
  },
9754
9754
  "VSnackbarQueue/z-index": {
@@ -24,6 +24,14 @@
24
24
  "from": "labs/VCalendar/index.mjs",
25
25
  "styles": []
26
26
  },
27
+ "VPicker": {
28
+ "from": "labs/VPicker/index.mjs",
29
+ "styles": []
30
+ },
31
+ "VPickerTitle": {
32
+ "from": "labs/VPicker/index.mjs",
33
+ "styles": []
34
+ },
27
35
  "VNumberInput": {
28
36
  "from": "labs/VNumberInput/index.mjs",
29
37
  "styles": []
@@ -40,14 +48,6 @@
40
48
  "from": "labs/VTimePicker/index.mjs",
41
49
  "styles": []
42
50
  },
43
- "VPicker": {
44
- "from": "labs/VPicker/index.mjs",
45
- "styles": []
46
- },
47
- "VPickerTitle": {
48
- "from": "labs/VPicker/index.mjs",
49
- "styles": []
50
- },
51
51
  "VTreeview": {
52
52
  "from": "labs/VTreeview/index.mjs",
53
53
  "styles": []
@@ -60,16 +60,16 @@
60
60
  "from": "labs/VTreeview/index.mjs",
61
61
  "styles": []
62
62
  },
63
- "VDateInput": {
64
- "from": "labs/VDateInput/index.mjs",
63
+ "VPullToRefresh": {
64
+ "from": "labs/VPullToRefresh/index.mjs",
65
65
  "styles": []
66
66
  },
67
67
  "VSnackbarQueue": {
68
68
  "from": "labs/VSnackbarQueue/index.mjs",
69
69
  "styles": []
70
70
  },
71
- "VPullToRefresh": {
72
- "from": "labs/VPullToRefresh/index.mjs",
71
+ "VDateInput": {
72
+ "from": "labs/VDateInput/index.mjs",
73
73
  "styles": []
74
74
  }
75
75
  }
@@ -16,14 +16,6 @@
16
16
  "from": "components/VAppBar/index.mjs",
17
17
  "styles": []
18
18
  },
19
- "VAvatar": {
20
- "from": "components/VAvatar/index.mjs",
21
- "styles": []
22
- },
23
- "VAutocomplete": {
24
- "from": "components/VAutocomplete/index.mjs",
25
- "styles": []
26
- },
27
19
  "VAlert": {
28
20
  "from": "components/VAlert/index.mjs",
29
21
  "styles": []
@@ -32,8 +24,12 @@
32
24
  "from": "components/VAlert/index.mjs",
33
25
  "styles": []
34
26
  },
35
- "VBadge": {
36
- "from": "components/VBadge/index.mjs",
27
+ "VAvatar": {
28
+ "from": "components/VAvatar/index.mjs",
29
+ "styles": []
30
+ },
31
+ "VAutocomplete": {
32
+ "from": "components/VAutocomplete/index.mjs",
37
33
  "styles": []
38
34
  },
39
35
  "VBanner": {
@@ -52,12 +48,12 @@
52
48
  "from": "components/VBottomNavigation/index.mjs",
53
49
  "styles": []
54
50
  },
55
- "VBottomSheet": {
56
- "from": "components/VBottomSheet/index.mjs",
51
+ "VBadge": {
52
+ "from": "components/VBadge/index.mjs",
57
53
  "styles": []
58
54
  },
59
- "VBtn": {
60
- "from": "components/VBtn/index.mjs",
55
+ "VBottomSheet": {
56
+ "from": "components/VBottomSheet/index.mjs",
61
57
  "styles": []
62
58
  },
63
59
  "VBreadcrumbs": {
@@ -72,6 +68,30 @@
72
68
  "from": "components/VBreadcrumbs/index.mjs",
73
69
  "styles": []
74
70
  },
71
+ "VBtnToggle": {
72
+ "from": "components/VBtnToggle/index.mjs",
73
+ "styles": []
74
+ },
75
+ "VBtn": {
76
+ "from": "components/VBtn/index.mjs",
77
+ "styles": []
78
+ },
79
+ "VBtnGroup": {
80
+ "from": "components/VBtnGroup/index.mjs",
81
+ "styles": []
82
+ },
83
+ "VChip": {
84
+ "from": "components/VChip/index.mjs",
85
+ "styles": []
86
+ },
87
+ "VCarousel": {
88
+ "from": "components/VCarousel/index.mjs",
89
+ "styles": []
90
+ },
91
+ "VCarouselItem": {
92
+ "from": "components/VCarousel/index.mjs",
93
+ "styles": []
94
+ },
75
95
  "VCard": {
76
96
  "from": "components/VCard/index.mjs",
77
97
  "styles": []
@@ -96,26 +116,6 @@
96
116
  "from": "components/VCard/index.mjs",
97
117
  "styles": []
98
118
  },
99
- "VBtnGroup": {
100
- "from": "components/VBtnGroup/index.mjs",
101
- "styles": []
102
- },
103
- "VCarousel": {
104
- "from": "components/VCarousel/index.mjs",
105
- "styles": []
106
- },
107
- "VCarouselItem": {
108
- "from": "components/VCarousel/index.mjs",
109
- "styles": []
110
- },
111
- "VBtnToggle": {
112
- "from": "components/VBtnToggle/index.mjs",
113
- "styles": []
114
- },
115
- "VChip": {
116
- "from": "components/VChip/index.mjs",
117
- "styles": []
118
- },
119
119
  "VCheckbox": {
120
120
  "from": "components/VCheckbox/index.mjs",
121
121
  "styles": []
@@ -124,10 +124,6 @@
124
124
  "from": "components/VCheckbox/index.mjs",
125
125
  "styles": []
126
126
  },
127
- "VCombobox": {
128
- "from": "components/VCombobox/index.mjs",
129
- "styles": []
130
- },
131
127
  "VCode": {
132
128
  "from": "components/VCode/index.mjs",
133
129
  "styles": []
@@ -140,6 +136,10 @@
140
136
  "from": "components/VColorPicker/index.mjs",
141
137
  "styles": []
142
138
  },
139
+ "VCombobox": {
140
+ "from": "components/VCombobox/index.mjs",
141
+ "styles": []
142
+ },
143
143
  "VCounter": {
144
144
  "from": "components/VCounter/index.mjs",
145
145
  "styles": []
@@ -220,18 +220,10 @@
220
220
  "from": "components/VExpansionPanel/index.mjs",
221
221
  "styles": []
222
222
  },
223
- "VEmptyState": {
224
- "from": "components/VEmptyState/index.mjs",
225
- "styles": []
226
- },
227
223
  "VFab": {
228
224
  "from": "components/VFab/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,6 +232,10 @@
240
232
  "from": "components/VField/index.mjs",
241
233
  "styles": []
242
234
  },
235
+ "VEmptyState": {
236
+ "from": "components/VEmptyState/index.mjs",
237
+ "styles": []
238
+ },
243
239
  "VFooter": {
244
240
  "from": "components/VFooter/index.mjs",
245
241
  "styles": []
@@ -264,28 +260,40 @@
264
260
  "from": "components/VIcon/index.mjs",
265
261
  "styles": []
266
262
  },
267
- "VImg": {
268
- "from": "components/VImg/index.mjs",
263
+ "VFileInput": {
264
+ "from": "components/VFileInput/index.mjs",
269
265
  "styles": []
270
266
  },
271
- "VItemGroup": {
272
- "from": "components/VItemGroup/index.mjs",
267
+ "VInfiniteScroll": {
268
+ "from": "components/VInfiniteScroll/index.mjs",
273
269
  "styles": []
274
270
  },
275
- "VItem": {
276
- "from": "components/VItemGroup/index.mjs",
271
+ "VImg": {
272
+ "from": "components/VImg/index.mjs",
277
273
  "styles": []
278
274
  },
279
- "VInfiniteScroll": {
280
- "from": "components/VInfiniteScroll/index.mjs",
275
+ "VKbd": {
276
+ "from": "components/VKbd/index.mjs",
277
+ "styles": []
278
+ },
279
+ "VInput": {
280
+ "from": "components/VInput/index.mjs",
281
281
  "styles": []
282
282
  },
283
283
  "VLabel": {
284
284
  "from": "components/VLabel/index.mjs",
285
285
  "styles": []
286
286
  },
287
- "VInput": {
288
- "from": "components/VInput/index.mjs",
287
+ "VItemGroup": {
288
+ "from": "components/VItemGroup/index.mjs",
289
+ "styles": []
290
+ },
291
+ "VItem": {
292
+ "from": "components/VItemGroup/index.mjs",
293
+ "styles": []
294
+ },
295
+ "VMain": {
296
+ "from": "components/VMain/index.mjs",
289
297
  "styles": []
290
298
  },
291
299
  "VList": {
@@ -324,58 +332,54 @@
324
332
  "from": "components/VList/index.mjs",
325
333
  "styles": []
326
334
  },
327
- "VKbd": {
328
- "from": "components/VKbd/index.mjs",
329
- "styles": []
330
- },
331
335
  "VMessages": {
332
336
  "from": "components/VMessages/index.mjs",
333
337
  "styles": []
334
338
  },
335
- "VMain": {
336
- "from": "components/VMain/index.mjs",
337
- "styles": []
338
- },
339
- "VNavigationDrawer": {
340
- "from": "components/VNavigationDrawer/index.mjs",
341
- "styles": []
342
- },
343
339
  "VMenu": {
344
340
  "from": "components/VMenu/index.mjs",
345
341
  "styles": []
346
342
  },
347
- "VOverlay": {
348
- "from": "components/VOverlay/index.mjs",
343
+ "VOtpInput": {
344
+ "from": "components/VOtpInput/index.mjs",
345
+ "styles": []
346
+ },
347
+ "VNavigationDrawer": {
348
+ "from": "components/VNavigationDrawer/index.mjs",
349
349
  "styles": []
350
350
  },
351
351
  "VPagination": {
352
352
  "from": "components/VPagination/index.mjs",
353
353
  "styles": []
354
354
  },
355
- "VOtpInput": {
356
- "from": "components/VOtpInput/index.mjs",
355
+ "VOverlay": {
356
+ "from": "components/VOverlay/index.mjs",
357
357
  "styles": []
358
358
  },
359
359
  "VProgressCircular": {
360
360
  "from": "components/VProgressCircular/index.mjs",
361
361
  "styles": []
362
362
  },
363
- "VRating": {
364
- "from": "components/VRating/index.mjs",
363
+ "VProgressLinear": {
364
+ "from": "components/VProgressLinear/index.mjs",
365
365
  "styles": []
366
366
  },
367
367
  "VRadioGroup": {
368
368
  "from": "components/VRadioGroup/index.mjs",
369
369
  "styles": []
370
370
  },
371
- "VProgressLinear": {
372
- "from": "components/VProgressLinear/index.mjs",
373
- "styles": []
374
- },
375
371
  "VSelect": {
376
372
  "from": "components/VSelect/index.mjs",
377
373
  "styles": []
378
374
  },
375
+ "VSelectionControlGroup": {
376
+ "from": "components/VSelectionControlGroup/index.mjs",
377
+ "styles": []
378
+ },
379
+ "VRating": {
380
+ "from": "components/VRating/index.mjs",
381
+ "styles": []
382
+ },
379
383
  "VSelectionControl": {
380
384
  "from": "components/VSelectionControl/index.mjs",
381
385
  "styles": []
@@ -384,10 +388,6 @@
384
388
  "from": "components/VSheet/index.mjs",
385
389
  "styles": []
386
390
  },
387
- "VSelectionControlGroup": {
388
- "from": "components/VSelectionControlGroup/index.mjs",
389
- "styles": []
390
- },
391
391
  "VSlideGroup": {
392
392
  "from": "components/VSlideGroup/index.mjs",
393
393
  "styles": []
@@ -396,20 +396,12 @@
396
396
  "from": "components/VSlideGroup/index.mjs",
397
397
  "styles": []
398
398
  },
399
- "VSnackbar": {
400
- "from": "components/VSnackbar/index.mjs",
401
- "styles": []
402
- },
403
- "VSkeletonLoader": {
404
- "from": "components/VSkeletonLoader/index.mjs",
405
- "styles": []
406
- },
407
399
  "VSlider": {
408
400
  "from": "components/VSlider/index.mjs",
409
401
  "styles": []
410
402
  },
411
- "VSystemBar": {
412
- "from": "components/VSystemBar/index.mjs",
403
+ "VSkeletonLoader": {
404
+ "from": "components/VSkeletonLoader/index.mjs",
413
405
  "styles": []
414
406
  },
415
407
  "VStepper": {
@@ -436,10 +428,22 @@
436
428
  "from": "components/VStepper/index.mjs",
437
429
  "styles": []
438
430
  },
431
+ "VSnackbar": {
432
+ "from": "components/VSnackbar/index.mjs",
433
+ "styles": []
434
+ },
439
435
  "VSwitch": {
440
436
  "from": "components/VSwitch/index.mjs",
441
437
  "styles": []
442
438
  },
439
+ "VSystemBar": {
440
+ "from": "components/VSystemBar/index.mjs",
441
+ "styles": []
442
+ },
443
+ "VTable": {
444
+ "from": "components/VTable/index.mjs",
445
+ "styles": []
446
+ },
443
447
  "VTab": {
444
448
  "from": "components/VTabs/index.mjs",
445
449
  "styles": []
@@ -456,12 +460,12 @@
456
460
  "from": "components/VTabs/index.mjs",
457
461
  "styles": []
458
462
  },
459
- "VTable": {
460
- "from": "components/VTable/index.mjs",
463
+ "VTimeline": {
464
+ "from": "components/VTimeline/index.mjs",
461
465
  "styles": []
462
466
  },
463
- "VTextField": {
464
- "from": "components/VTextField/index.mjs",
467
+ "VTimelineItem": {
468
+ "from": "components/VTimeline/index.mjs",
465
469
  "styles": []
466
470
  },
467
471
  "VTextarea": {
@@ -480,12 +484,12 @@
480
484
  "from": "components/VToolbar/index.mjs",
481
485
  "styles": []
482
486
  },
483
- "VTimeline": {
484
- "from": "components/VTimeline/index.mjs",
487
+ "VTooltip": {
488
+ "from": "components/VTooltip/index.mjs",
485
489
  "styles": []
486
490
  },
487
- "VTimelineItem": {
488
- "from": "components/VTimeline/index.mjs",
491
+ "VTextField": {
492
+ "from": "components/VTextField/index.mjs",
489
493
  "styles": []
490
494
  },
491
495
  "VWindow": {
@@ -496,10 +500,6 @@
496
500
  "from": "components/VWindow/index.mjs",
497
501
  "styles": []
498
502
  },
499
- "VTooltip": {
500
- "from": "components/VTooltip/index.mjs",
501
- "styles": []
502
- },
503
503
  "VConfirmEdit": {
504
504
  "from": "components/VConfirmEdit/index.mjs",
505
505
  "styles": []
@@ -516,10 +516,6 @@
516
516
  "from": "components/VForm/index.mjs",
517
517
  "styles": []
518
518
  },
519
- "VHover": {
520
- "from": "components/VHover/index.mjs",
521
- "styles": []
522
- },
523
519
  "VContainer": {
524
520
  "from": "components/VGrid/index.mjs",
525
521
  "styles": []
@@ -536,6 +532,10 @@
536
532
  "from": "components/VGrid/index.mjs",
537
533
  "styles": []
538
534
  },
535
+ "VHover": {
536
+ "from": "components/VHover/index.mjs",
537
+ "styles": []
538
+ },
539
539
  "VLayout": {
540
540
  "from": "components/VLayout/index.mjs",
541
541
  "styles": []
@@ -560,14 +560,14 @@
560
560
  "from": "components/VParallax/index.mjs",
561
561
  "styles": []
562
562
  },
563
- "VRadio": {
564
- "from": "components/VRadio/index.mjs",
565
- "styles": []
566
- },
567
563
  "VRangeSlider": {
568
564
  "from": "components/VRangeSlider/index.mjs",
569
565
  "styles": []
570
566
  },
567
+ "VRadio": {
568
+ "from": "components/VRadio/index.mjs",
569
+ "styles": []
570
+ },
571
571
  "VResponsive": {
572
572
  "from": "components/VResponsive/index.mjs",
573
573
  "styles": []
@@ -584,14 +584,14 @@
584
584
  "from": "components/VThemeProvider/index.mjs",
585
585
  "styles": []
586
586
  },
587
- "VValidation": {
588
- "from": "components/VValidation/index.mjs",
589
- "styles": []
590
- },
591
587
  "VVirtualScroll": {
592
588
  "from": "components/VVirtualScroll/index.mjs",
593
589
  "styles": []
594
590
  },
591
+ "VValidation": {
592
+ "from": "components/VValidation/index.mjs",
593
+ "styles": []
594
+ },
595
595
  "VFabTransition": {
596
596
  "from": "components/transitions/index.mjs",
597
597
  "styles": []