vuetify 3.6.1 → 3.6.2

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 (50) hide show
  1. package/dist/json/attributes.json +1 -1
  2. package/dist/json/importMap-labs.json +16 -16
  3. package/dist/json/importMap.json +140 -140
  4. package/dist/json/web-types.json +16 -15
  5. package/dist/vuetify-labs.css +3181 -3181
  6. package/dist/vuetify-labs.d.ts +275 -233
  7. package/dist/vuetify-labs.esm.js +14 -8
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +14 -8
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +720 -720
  12. package/dist/vuetify.d.ts +319 -277
  13. package/dist/vuetify.esm.js +14 -8
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +14 -8
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +9 -9
  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/VDatePicker/VDatePicker.mjs +2 -2
  26. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  27. package/lib/components/VDialog/index.d.mts +33 -27
  28. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  29. package/lib/components/VFileInput/index.d.mts +6 -6
  30. package/lib/components/VHover/VHover.mjs +1 -1
  31. package/lib/components/VHover/VHover.mjs.map +1 -1
  32. package/lib/components/VHover/index.d.mts +24 -24
  33. package/lib/components/VMenu/index.d.mts +33 -27
  34. package/lib/components/VOverlay/VOverlay.mjs +5 -2
  35. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  36. package/lib/components/VOverlay/index.d.mts +15 -9
  37. package/lib/components/VSelect/index.d.mts +18 -18
  38. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  39. package/lib/components/VSnackbar/index.d.mts +47 -41
  40. package/lib/components/VSpeedDial/index.d.mts +15 -9
  41. package/lib/components/VTooltip/index.d.mts +33 -27
  42. package/lib/components/index.d.mts +275 -233
  43. package/lib/composables/date/adapters/vuetify.mjs +1 -0
  44. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  45. package/lib/entry-bundler.mjs +1 -1
  46. package/lib/framework.mjs +1 -1
  47. package/lib/index.d.mts +44 -44
  48. package/lib/labs/VSnackbarQueue/index.d.mts +47 -41
  49. package/lib/labs/components.d.mts +47 -41
  50. 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": {
@@ -1,5 +1,9 @@
1
1
  {
2
2
  "components": {
3
+ "VNumberInput": {
4
+ "from": "labs/VNumberInput/index.mjs",
5
+ "styles": []
6
+ },
3
7
  "VCalendar": {
4
8
  "from": "labs/VCalendar/index.mjs",
5
9
  "styles": []
@@ -24,22 +28,6 @@
24
28
  "from": "labs/VCalendar/index.mjs",
25
29
  "styles": []
26
30
  },
27
- "VNumberInput": {
28
- "from": "labs/VNumberInput/index.mjs",
29
- "styles": []
30
- },
31
- "VTimePicker": {
32
- "from": "labs/VTimePicker/index.mjs",
33
- "styles": []
34
- },
35
- "VTimePickerClock": {
36
- "from": "labs/VTimePicker/index.mjs",
37
- "styles": []
38
- },
39
- "VTimePickerControls": {
40
- "from": "labs/VTimePicker/index.mjs",
41
- "styles": []
42
- },
43
31
  "VPicker": {
44
32
  "from": "labs/VPicker/index.mjs",
45
33
  "styles": []
@@ -60,6 +48,18 @@
60
48
  "from": "labs/VTreeview/index.mjs",
61
49
  "styles": []
62
50
  },
51
+ "VTimePicker": {
52
+ "from": "labs/VTimePicker/index.mjs",
53
+ "styles": []
54
+ },
55
+ "VTimePickerClock": {
56
+ "from": "labs/VTimePicker/index.mjs",
57
+ "styles": []
58
+ },
59
+ "VTimePickerControls": {
60
+ "from": "labs/VTimePicker/index.mjs",
61
+ "styles": []
62
+ },
63
63
  "VDateInput": {
64
64
  "from": "labs/VDateInput/index.mjs",
65
65
  "styles": []
@@ -4,6 +4,22 @@
4
4
  "from": "components/VApp/index.mjs",
5
5
  "styles": []
6
6
  },
7
+ "VAutocomplete": {
8
+ "from": "components/VAutocomplete/index.mjs",
9
+ "styles": []
10
+ },
11
+ "VBadge": {
12
+ "from": "components/VBadge/index.mjs",
13
+ "styles": []
14
+ },
15
+ "VAlert": {
16
+ "from": "components/VAlert/index.mjs",
17
+ "styles": []
18
+ },
19
+ "VAlertTitle": {
20
+ "from": "components/VAlert/index.mjs",
21
+ "styles": []
22
+ },
7
23
  "VAppBar": {
8
24
  "from": "components/VAppBar/index.mjs",
9
25
  "styles": []
@@ -16,24 +32,16 @@
16
32
  "from": "components/VAppBar/index.mjs",
17
33
  "styles": []
18
34
  },
19
- "VAvatar": {
20
- "from": "components/VAvatar/index.mjs",
21
- "styles": []
22
- },
23
- "VAutocomplete": {
24
- "from": "components/VAutocomplete/index.mjs",
25
- "styles": []
26
- },
27
- "VAlert": {
28
- "from": "components/VAlert/index.mjs",
35
+ "VBottomSheet": {
36
+ "from": "components/VBottomSheet/index.mjs",
29
37
  "styles": []
30
38
  },
31
- "VAlertTitle": {
32
- "from": "components/VAlert/index.mjs",
39
+ "VAvatar": {
40
+ "from": "components/VAvatar/index.mjs",
33
41
  "styles": []
34
42
  },
35
- "VBadge": {
36
- "from": "components/VBadge/index.mjs",
43
+ "VBottomNavigation": {
44
+ "from": "components/VBottomNavigation/index.mjs",
37
45
  "styles": []
38
46
  },
39
47
  "VBanner": {
@@ -48,18 +56,6 @@
48
56
  "from": "components/VBanner/index.mjs",
49
57
  "styles": []
50
58
  },
51
- "VBottomNavigation": {
52
- "from": "components/VBottomNavigation/index.mjs",
53
- "styles": []
54
- },
55
- "VBottomSheet": {
56
- "from": "components/VBottomSheet/index.mjs",
57
- "styles": []
58
- },
59
- "VBtn": {
60
- "from": "components/VBtn/index.mjs",
61
- "styles": []
62
- },
63
59
  "VBreadcrumbs": {
64
60
  "from": "components/VBreadcrumbs/index.mjs",
65
61
  "styles": []
@@ -72,6 +68,18 @@
72
68
  "from": "components/VBreadcrumbs/index.mjs",
73
69
  "styles": []
74
70
  },
71
+ "VBtn": {
72
+ "from": "components/VBtn/index.mjs",
73
+ "styles": []
74
+ },
75
+ "VBtnToggle": {
76
+ "from": "components/VBtnToggle/index.mjs",
77
+ "styles": []
78
+ },
79
+ "VBtnGroup": {
80
+ "from": "components/VBtnGroup/index.mjs",
81
+ "styles": []
82
+ },
75
83
  "VCard": {
76
84
  "from": "components/VCard/index.mjs",
77
85
  "styles": []
@@ -96,10 +104,6 @@
96
104
  "from": "components/VCard/index.mjs",
97
105
  "styles": []
98
106
  },
99
- "VBtnGroup": {
100
- "from": "components/VBtnGroup/index.mjs",
101
- "styles": []
102
- },
103
107
  "VCarousel": {
104
108
  "from": "components/VCarousel/index.mjs",
105
109
  "styles": []
@@ -108,14 +112,6 @@
108
112
  "from": "components/VCarousel/index.mjs",
109
113
  "styles": []
110
114
  },
111
- "VBtnToggle": {
112
- "from": "components/VBtnToggle/index.mjs",
113
- "styles": []
114
- },
115
- "VChip": {
116
- "from": "components/VChip/index.mjs",
117
- "styles": []
118
- },
119
115
  "VCheckbox": {
120
116
  "from": "components/VCheckbox/index.mjs",
121
117
  "styles": []
@@ -124,48 +120,28 @@
124
120
  "from": "components/VCheckbox/index.mjs",
125
121
  "styles": []
126
122
  },
127
- "VCombobox": {
128
- "from": "components/VCombobox/index.mjs",
129
- "styles": []
130
- },
131
123
  "VCode": {
132
124
  "from": "components/VCode/index.mjs",
133
125
  "styles": []
134
126
  },
135
- "VChipGroup": {
136
- "from": "components/VChipGroup/index.mjs",
127
+ "VChip": {
128
+ "from": "components/VChip/index.mjs",
137
129
  "styles": []
138
130
  },
139
131
  "VColorPicker": {
140
132
  "from": "components/VColorPicker/index.mjs",
141
133
  "styles": []
142
134
  },
143
- "VCounter": {
144
- "from": "components/VCounter/index.mjs",
145
- "styles": []
146
- },
147
- "VDatePicker": {
148
- "from": "components/VDatePicker/index.mjs",
149
- "styles": []
150
- },
151
- "VDatePickerControls": {
152
- "from": "components/VDatePicker/index.mjs",
153
- "styles": []
154
- },
155
- "VDatePickerHeader": {
156
- "from": "components/VDatePicker/index.mjs",
157
- "styles": []
158
- },
159
- "VDatePickerMonth": {
160
- "from": "components/VDatePicker/index.mjs",
135
+ "VChipGroup": {
136
+ "from": "components/VChipGroup/index.mjs",
161
137
  "styles": []
162
138
  },
163
- "VDatePickerMonths": {
164
- "from": "components/VDatePicker/index.mjs",
139
+ "VCombobox": {
140
+ "from": "components/VCombobox/index.mjs",
165
141
  "styles": []
166
142
  },
167
- "VDatePickerYears": {
168
- "from": "components/VDatePicker/index.mjs",
143
+ "VCounter": {
144
+ "from": "components/VCounter/index.mjs",
169
145
  "styles": []
170
146
  },
171
147
  "VDataTable": {
@@ -196,40 +172,44 @@
196
172
  "from": "components/VDataTable/index.mjs",
197
173
  "styles": []
198
174
  },
199
- "VDialog": {
200
- "from": "components/VDialog/index.mjs",
201
- "styles": []
202
- },
203
- "VDivider": {
204
- "from": "components/VDivider/index.mjs",
175
+ "VDatePicker": {
176
+ "from": "components/VDatePicker/index.mjs",
205
177
  "styles": []
206
178
  },
207
- "VExpansionPanels": {
208
- "from": "components/VExpansionPanel/index.mjs",
179
+ "VDatePickerControls": {
180
+ "from": "components/VDatePicker/index.mjs",
209
181
  "styles": []
210
182
  },
211
- "VExpansionPanel": {
212
- "from": "components/VExpansionPanel/index.mjs",
183
+ "VDatePickerHeader": {
184
+ "from": "components/VDatePicker/index.mjs",
213
185
  "styles": []
214
186
  },
215
- "VExpansionPanelText": {
216
- "from": "components/VExpansionPanel/index.mjs",
187
+ "VDatePickerMonth": {
188
+ "from": "components/VDatePicker/index.mjs",
217
189
  "styles": []
218
190
  },
219
- "VExpansionPanelTitle": {
220
- "from": "components/VExpansionPanel/index.mjs",
191
+ "VDatePickerMonths": {
192
+ "from": "components/VDatePicker/index.mjs",
221
193
  "styles": []
222
194
  },
223
- "VEmptyState": {
224
- "from": "components/VEmptyState/index.mjs",
195
+ "VDatePickerYears": {
196
+ "from": "components/VDatePicker/index.mjs",
225
197
  "styles": []
226
198
  },
227
199
  "VFab": {
228
200
  "from": "components/VFab/index.mjs",
229
201
  "styles": []
230
202
  },
231
- "VFileInput": {
232
- "from": "components/VFileInput/index.mjs",
203
+ "VDialog": {
204
+ "from": "components/VDialog/index.mjs",
205
+ "styles": []
206
+ },
207
+ "VDivider": {
208
+ "from": "components/VDivider/index.mjs",
209
+ "styles": []
210
+ },
211
+ "VEmptyState": {
212
+ "from": "components/VEmptyState/index.mjs",
233
213
  "styles": []
234
214
  },
235
215
  "VField": {
@@ -244,6 +224,30 @@
244
224
  "from": "components/VFooter/index.mjs",
245
225
  "styles": []
246
226
  },
227
+ "VExpansionPanels": {
228
+ "from": "components/VExpansionPanel/index.mjs",
229
+ "styles": []
230
+ },
231
+ "VExpansionPanel": {
232
+ "from": "components/VExpansionPanel/index.mjs",
233
+ "styles": []
234
+ },
235
+ "VExpansionPanelText": {
236
+ "from": "components/VExpansionPanel/index.mjs",
237
+ "styles": []
238
+ },
239
+ "VExpansionPanelTitle": {
240
+ "from": "components/VExpansionPanel/index.mjs",
241
+ "styles": []
242
+ },
243
+ "VFileInput": {
244
+ "from": "components/VFileInput/index.mjs",
245
+ "styles": []
246
+ },
247
+ "VImg": {
248
+ "from": "components/VImg/index.mjs",
249
+ "styles": []
250
+ },
247
251
  "VIcon": {
248
252
  "from": "components/VIcon/index.mjs",
249
253
  "styles": []
@@ -264,8 +268,12 @@
264
268
  "from": "components/VIcon/index.mjs",
265
269
  "styles": []
266
270
  },
267
- "VImg": {
268
- "from": "components/VImg/index.mjs",
271
+ "VInput": {
272
+ "from": "components/VInput/index.mjs",
273
+ "styles": []
274
+ },
275
+ "VInfiniteScroll": {
276
+ "from": "components/VInfiniteScroll/index.mjs",
269
277
  "styles": []
270
278
  },
271
279
  "VItemGroup": {
@@ -276,16 +284,12 @@
276
284
  "from": "components/VItemGroup/index.mjs",
277
285
  "styles": []
278
286
  },
279
- "VInfiniteScroll": {
280
- "from": "components/VInfiniteScroll/index.mjs",
281
- "styles": []
282
- },
283
287
  "VLabel": {
284
288
  "from": "components/VLabel/index.mjs",
285
289
  "styles": []
286
290
  },
287
- "VInput": {
288
- "from": "components/VInput/index.mjs",
291
+ "VKbd": {
292
+ "from": "components/VKbd/index.mjs",
289
293
  "styles": []
290
294
  },
291
295
  "VList": {
@@ -324,54 +328,46 @@
324
328
  "from": "components/VList/index.mjs",
325
329
  "styles": []
326
330
  },
327
- "VKbd": {
328
- "from": "components/VKbd/index.mjs",
331
+ "VMenu": {
332
+ "from": "components/VMenu/index.mjs",
333
+ "styles": []
334
+ },
335
+ "VMain": {
336
+ "from": "components/VMain/index.mjs",
329
337
  "styles": []
330
338
  },
331
339
  "VMessages": {
332
340
  "from": "components/VMessages/index.mjs",
333
341
  "styles": []
334
342
  },
335
- "VMain": {
336
- "from": "components/VMain/index.mjs",
343
+ "VOtpInput": {
344
+ "from": "components/VOtpInput/index.mjs",
337
345
  "styles": []
338
346
  },
339
347
  "VNavigationDrawer": {
340
348
  "from": "components/VNavigationDrawer/index.mjs",
341
349
  "styles": []
342
350
  },
343
- "VMenu": {
344
- "from": "components/VMenu/index.mjs",
345
- "styles": []
346
- },
347
351
  "VOverlay": {
348
352
  "from": "components/VOverlay/index.mjs",
349
353
  "styles": []
350
354
  },
351
- "VPagination": {
352
- "from": "components/VPagination/index.mjs",
355
+ "VProgressLinear": {
356
+ "from": "components/VProgressLinear/index.mjs",
353
357
  "styles": []
354
358
  },
355
- "VOtpInput": {
356
- "from": "components/VOtpInput/index.mjs",
359
+ "VPagination": {
360
+ "from": "components/VPagination/index.mjs",
357
361
  "styles": []
358
362
  },
359
363
  "VProgressCircular": {
360
364
  "from": "components/VProgressCircular/index.mjs",
361
365
  "styles": []
362
366
  },
363
- "VRating": {
364
- "from": "components/VRating/index.mjs",
365
- "styles": []
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": []
@@ -380,38 +376,30 @@
380
376
  "from": "components/VSelectionControl/index.mjs",
381
377
  "styles": []
382
378
  },
383
- "VSheet": {
384
- "from": "components/VSheet/index.mjs",
379
+ "VRating": {
380
+ "from": "components/VRating/index.mjs",
385
381
  "styles": []
386
382
  },
387
- "VSelectionControlGroup": {
388
- "from": "components/VSelectionControlGroup/index.mjs",
383
+ "VSkeletonLoader": {
384
+ "from": "components/VSkeletonLoader/index.mjs",
389
385
  "styles": []
390
386
  },
391
- "VSlideGroup": {
392
- "from": "components/VSlideGroup/index.mjs",
387
+ "VSheet": {
388
+ "from": "components/VSheet/index.mjs",
393
389
  "styles": []
394
390
  },
395
- "VSlideGroupItem": {
396
- "from": "components/VSlideGroup/index.mjs",
391
+ "VSelectionControlGroup": {
392
+ "from": "components/VSelectionControlGroup/index.mjs",
397
393
  "styles": []
398
394
  },
399
395
  "VSnackbar": {
400
396
  "from": "components/VSnackbar/index.mjs",
401
397
  "styles": []
402
398
  },
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",
413
- "styles": []
414
- },
415
403
  "VStepper": {
416
404
  "from": "components/VStepper/index.mjs",
417
405
  "styles": []
@@ -436,8 +424,12 @@
436
424
  "from": "components/VStepper/index.mjs",
437
425
  "styles": []
438
426
  },
439
- "VSwitch": {
440
- "from": "components/VSwitch/index.mjs",
427
+ "VSlideGroup": {
428
+ "from": "components/VSlideGroup/index.mjs",
429
+ "styles": []
430
+ },
431
+ "VSlideGroupItem": {
432
+ "from": "components/VSlideGroup/index.mjs",
441
433
  "styles": []
442
434
  },
443
435
  "VTab": {
@@ -460,12 +452,16 @@
460
452
  "from": "components/VTable/index.mjs",
461
453
  "styles": []
462
454
  },
455
+ "VSystemBar": {
456
+ "from": "components/VSystemBar/index.mjs",
457
+ "styles": []
458
+ },
463
459
  "VTextField": {
464
460
  "from": "components/VTextField/index.mjs",
465
461
  "styles": []
466
462
  },
467
- "VTextarea": {
468
- "from": "components/VTextarea/index.mjs",
463
+ "VSwitch": {
464
+ "from": "components/VSwitch/index.mjs",
469
465
  "styles": []
470
466
  },
471
467
  "VToolbar": {
@@ -488,6 +484,14 @@
488
484
  "from": "components/VTimeline/index.mjs",
489
485
  "styles": []
490
486
  },
487
+ "VTooltip": {
488
+ "from": "components/VTooltip/index.mjs",
489
+ "styles": []
490
+ },
491
+ "VTextarea": {
492
+ "from": "components/VTextarea/index.mjs",
493
+ "styles": []
494
+ },
491
495
  "VWindow": {
492
496
  "from": "components/VWindow/index.mjs",
493
497
  "styles": []
@@ -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": []