vuetify 3.6.8 → 3.6.10

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 (72) hide show
  1. package/dist/json/attributes.json +4 -4
  2. package/dist/json/importMap-labs.json +18 -18
  3. package/dist/json/importMap.json +144 -144
  4. package/dist/json/web-types.json +13 -14
  5. package/dist/vuetify-labs.css +2643 -2642
  6. package/dist/vuetify-labs.d.ts +187 -189
  7. package/dist/vuetify-labs.esm.js +94 -62
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +94 -62
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1384 -1383
  12. package/dist/vuetify.d.ts +226 -234
  13. package/dist/vuetify.esm.js +82 -55
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +82 -55
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +47 -41
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.mts +58 -56
  21. package/lib/blueprints/md1.d.mts +58 -56
  22. package/lib/blueprints/md2.d.mts +58 -56
  23. package/lib/blueprints/md3.d.mts +58 -56
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs +17 -14
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  26. package/lib/components/VBanner/VBanner.css +1 -0
  27. package/lib/components/VBanner/VBanner.sass +1 -0
  28. package/lib/components/VBanner/_variables.scss +1 -0
  29. package/lib/components/VCombobox/VCombobox.mjs +7 -11
  30. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  31. package/lib/components/VDatePicker/VDatePicker.mjs +5 -2
  32. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  33. package/lib/components/VEmptyState/VEmptyState.css +2 -2
  34. package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
  35. package/lib/components/VEmptyState/VEmptyState.mjs.map +1 -1
  36. package/lib/components/VEmptyState/_variables.scss +2 -2
  37. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +23 -11
  38. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  39. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +13 -5
  40. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  41. package/lib/components/VFab/VFab.mjs +4 -7
  42. package/lib/components/VFab/VFab.mjs.map +1 -1
  43. package/lib/components/VFab/index.d.mts +46 -49
  44. package/lib/components/VList/VList.mjs +1 -0
  45. package/lib/components/VList/VList.mjs.map +1 -1
  46. package/lib/components/VList/index.d.mts +2 -0
  47. package/lib/components/VMenu/VMenu.mjs +1 -1
  48. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  49. package/lib/components/VOverlay/VOverlay.mjs +4 -3
  50. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  51. package/lib/components/index.d.mts +38 -45
  52. package/lib/composables/goto.mjs.map +1 -1
  53. package/lib/composables/icons.mjs.map +1 -1
  54. package/lib/composables/scroll.mjs +6 -0
  55. package/lib/composables/scroll.mjs.map +1 -1
  56. package/lib/entry-bundler.mjs +1 -1
  57. package/lib/entry-bundler.mjs.map +1 -1
  58. package/lib/framework.mjs +1 -1
  59. package/lib/framework.mjs.map +1 -1
  60. package/lib/index.d.mts +154 -155
  61. package/lib/labs/VNumberInput/VNumberInput.mjs +0 -1
  62. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  63. package/lib/labs/VStepperVertical/index.d.mts +3 -3
  64. package/lib/labs/VTimePicker/VTimePickerClock.mjs +3 -1
  65. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  66. package/lib/labs/VTimePicker/VTimePickerControls.mjs +7 -2
  67. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  68. package/lib/labs/VTreeview/VTreeview.mjs +3 -4
  69. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  70. package/lib/labs/VTreeview/index.d.mts +6 -0
  71. package/lib/labs/components.d.mts +6 -0
  72. package/package.json +2 -2
@@ -5423,10 +5423,6 @@
5423
5423
  "type": "boolean\n",
5424
5424
  "description": "If true, will effect layout dimensions based on size and position."
5425
5425
  },
5426
- "VFab/location": {
5427
- "type": "'start' | 'end' | 'left' | 'right' | 'top' | 'bottom'\n",
5428
- "description": "The location of the fab relative to the layout. Only works when using **app**."
5429
- },
5430
5426
  "VFab/offset": {
5431
5427
  "type": "boolean\n",
5432
5428
  "description": "Translates the Fab up or down, depending on if location is set to **top** or **bottom**."
@@ -5527,6 +5523,10 @@
5527
5523
  "type": "string | boolean\n",
5528
5524
  "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
5529
5525
  },
5526
+ "VFab/location": {
5527
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
5528
+ "description": "The location of the fab relative to the layout. Only works when using **app**."
5529
+ },
5530
5530
  "VFab/position": {
5531
5531
  "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
5532
5532
  "description": "Sets the position for the component."
@@ -24,6 +24,10 @@
24
24
  "from": "labs/VCalendar/index.mjs",
25
25
  "styles": []
26
26
  },
27
+ "VNumberInput": {
28
+ "from": "labs/VNumberInput/index.mjs",
29
+ "styles": []
30
+ },
27
31
  "VStepperVertical": {
28
32
  "from": "labs/VStepperVertical/index.mjs",
29
33
  "styles": []
@@ -36,6 +40,18 @@
36
40
  "from": "labs/VStepperVertical/index.mjs",
37
41
  "styles": []
38
42
  },
43
+ "VTreeview": {
44
+ "from": "labs/VTreeview/index.mjs",
45
+ "styles": []
46
+ },
47
+ "VTreeviewItem": {
48
+ "from": "labs/VTreeview/index.mjs",
49
+ "styles": []
50
+ },
51
+ "VTreeviewGroup": {
52
+ "from": "labs/VTreeview/index.mjs",
53
+ "styles": []
54
+ },
39
55
  "VPicker": {
40
56
  "from": "labs/VPicker/index.mjs",
41
57
  "styles": []
@@ -44,10 +60,6 @@
44
60
  "from": "labs/VPicker/index.mjs",
45
61
  "styles": []
46
62
  },
47
- "VNumberInput": {
48
- "from": "labs/VNumberInput/index.mjs",
49
- "styles": []
50
- },
51
63
  "VTimePicker": {
52
64
  "from": "labs/VTimePicker/index.mjs",
53
65
  "styles": []
@@ -60,26 +72,14 @@
60
72
  "from": "labs/VTimePicker/index.mjs",
61
73
  "styles": []
62
74
  },
63
- "VTreeview": {
64
- "from": "labs/VTreeview/index.mjs",
65
- "styles": []
66
- },
67
- "VTreeviewItem": {
68
- "from": "labs/VTreeview/index.mjs",
69
- "styles": []
70
- },
71
- "VTreeviewGroup": {
72
- "from": "labs/VTreeview/index.mjs",
75
+ "VDateInput": {
76
+ "from": "labs/VDateInput/index.mjs",
73
77
  "styles": []
74
78
  },
75
79
  "VSnackbarQueue": {
76
80
  "from": "labs/VSnackbarQueue/index.mjs",
77
81
  "styles": []
78
82
  },
79
- "VDateInput": {
80
- "from": "labs/VDateInput/index.mjs",
81
- "styles": []
82
- },
83
83
  "VPullToRefresh": {
84
84
  "from": "labs/VPullToRefresh/index.mjs",
85
85
  "styles": []
@@ -1,13 +1,5 @@
1
1
  {
2
2
  "components": {
3
- "VApp": {
4
- "from": "components/VApp/index.mjs",
5
- "styles": []
6
- },
7
- "VAvatar": {
8
- "from": "components/VAvatar/index.mjs",
9
- "styles": []
10
- },
11
3
  "VAlert": {
12
4
  "from": "components/VAlert/index.mjs",
13
5
  "styles": []
@@ -16,6 +8,14 @@
16
8
  "from": "components/VAlert/index.mjs",
17
9
  "styles": []
18
10
  },
11
+ "VApp": {
12
+ "from": "components/VApp/index.mjs",
13
+ "styles": []
14
+ },
15
+ "VAutocomplete": {
16
+ "from": "components/VAutocomplete/index.mjs",
17
+ "styles": []
18
+ },
19
19
  "VAppBar": {
20
20
  "from": "components/VAppBar/index.mjs",
21
21
  "styles": []
@@ -44,16 +44,24 @@
44
44
  "from": "components/VBadge/index.mjs",
45
45
  "styles": []
46
46
  },
47
+ "VAvatar": {
48
+ "from": "components/VAvatar/index.mjs",
49
+ "styles": []
50
+ },
51
+ "VBottomNavigation": {
52
+ "from": "components/VBottomNavigation/index.mjs",
53
+ "styles": []
54
+ },
47
55
  "VBottomSheet": {
48
56
  "from": "components/VBottomSheet/index.mjs",
49
57
  "styles": []
50
58
  },
51
- "VAutocomplete": {
52
- "from": "components/VAutocomplete/index.mjs",
59
+ "VBtn": {
60
+ "from": "components/VBtn/index.mjs",
53
61
  "styles": []
54
62
  },
55
- "VBtnGroup": {
56
- "from": "components/VBtnGroup/index.mjs",
63
+ "VBtnToggle": {
64
+ "from": "components/VBtnToggle/index.mjs",
57
65
  "styles": []
58
66
  },
59
67
  "VBreadcrumbs": {
@@ -68,22 +76,6 @@
68
76
  "from": "components/VBreadcrumbs/index.mjs",
69
77
  "styles": []
70
78
  },
71
- "VBottomNavigation": {
72
- "from": "components/VBottomNavigation/index.mjs",
73
- "styles": []
74
- },
75
- "VBtn": {
76
- "from": "components/VBtn/index.mjs",
77
- "styles": []
78
- },
79
- "VCarousel": {
80
- "from": "components/VCarousel/index.mjs",
81
- "styles": []
82
- },
83
- "VCarouselItem": {
84
- "from": "components/VCarousel/index.mjs",
85
- "styles": []
86
- },
87
79
  "VCard": {
88
80
  "from": "components/VCard/index.mjs",
89
81
  "styles": []
@@ -108,30 +100,38 @@
108
100
  "from": "components/VCard/index.mjs",
109
101
  "styles": []
110
102
  },
111
- "VBtnToggle": {
112
- "from": "components/VBtnToggle/index.mjs",
113
- "styles": []
114
- },
115
- "VCheckbox": {
116
- "from": "components/VCheckbox/index.mjs",
103
+ "VCarousel": {
104
+ "from": "components/VCarousel/index.mjs",
117
105
  "styles": []
118
106
  },
119
- "VCheckboxBtn": {
120
- "from": "components/VCheckbox/index.mjs",
107
+ "VCarouselItem": {
108
+ "from": "components/VCarousel/index.mjs",
121
109
  "styles": []
122
110
  },
123
- "VCombobox": {
124
- "from": "components/VCombobox/index.mjs",
111
+ "VBtnGroup": {
112
+ "from": "components/VBtnGroup/index.mjs",
125
113
  "styles": []
126
114
  },
127
115
  "VChip": {
128
116
  "from": "components/VChip/index.mjs",
129
117
  "styles": []
130
118
  },
119
+ "VCheckbox": {
120
+ "from": "components/VCheckbox/index.mjs",
121
+ "styles": []
122
+ },
123
+ "VCheckboxBtn": {
124
+ "from": "components/VCheckbox/index.mjs",
125
+ "styles": []
126
+ },
131
127
  "VChipGroup": {
132
128
  "from": "components/VChipGroup/index.mjs",
133
129
  "styles": []
134
130
  },
131
+ "VCombobox": {
132
+ "from": "components/VCombobox/index.mjs",
133
+ "styles": []
134
+ },
135
135
  "VColorPicker": {
136
136
  "from": "components/VColorPicker/index.mjs",
137
137
  "styles": []
@@ -140,38 +140,10 @@
140
140
  "from": "components/VCode/index.mjs",
141
141
  "styles": []
142
142
  },
143
- "VDialog": {
144
- "from": "components/VDialog/index.mjs",
145
- "styles": []
146
- },
147
143
  "VCounter": {
148
144
  "from": "components/VCounter/index.mjs",
149
145
  "styles": []
150
146
  },
151
- "VDatePicker": {
152
- "from": "components/VDatePicker/index.mjs",
153
- "styles": []
154
- },
155
- "VDatePickerControls": {
156
- "from": "components/VDatePicker/index.mjs",
157
- "styles": []
158
- },
159
- "VDatePickerHeader": {
160
- "from": "components/VDatePicker/index.mjs",
161
- "styles": []
162
- },
163
- "VDatePickerMonth": {
164
- "from": "components/VDatePicker/index.mjs",
165
- "styles": []
166
- },
167
- "VDatePickerMonths": {
168
- "from": "components/VDatePicker/index.mjs",
169
- "styles": []
170
- },
171
- "VDatePickerYears": {
172
- "from": "components/VDatePicker/index.mjs",
173
- "styles": []
174
- },
175
147
  "VDataTable": {
176
148
  "from": "components/VDataTable/index.mjs",
177
149
  "styles": []
@@ -200,38 +172,62 @@
200
172
  "from": "components/VDataTable/index.mjs",
201
173
  "styles": []
202
174
  },
203
- "VExpansionPanels": {
204
- "from": "components/VExpansionPanel/index.mjs",
175
+ "VDialog": {
176
+ "from": "components/VDialog/index.mjs",
205
177
  "styles": []
206
178
  },
207
- "VExpansionPanel": {
208
- "from": "components/VExpansionPanel/index.mjs",
179
+ "VDatePicker": {
180
+ "from": "components/VDatePicker/index.mjs",
209
181
  "styles": []
210
182
  },
211
- "VExpansionPanelText": {
212
- "from": "components/VExpansionPanel/index.mjs",
183
+ "VDatePickerControls": {
184
+ "from": "components/VDatePicker/index.mjs",
213
185
  "styles": []
214
186
  },
215
- "VExpansionPanelTitle": {
216
- "from": "components/VExpansionPanel/index.mjs",
187
+ "VDatePickerHeader": {
188
+ "from": "components/VDatePicker/index.mjs",
217
189
  "styles": []
218
190
  },
219
- "VDivider": {
220
- "from": "components/VDivider/index.mjs",
191
+ "VDatePickerMonth": {
192
+ "from": "components/VDatePicker/index.mjs",
193
+ "styles": []
194
+ },
195
+ "VDatePickerMonths": {
196
+ "from": "components/VDatePicker/index.mjs",
197
+ "styles": []
198
+ },
199
+ "VDatePickerYears": {
200
+ "from": "components/VDatePicker/index.mjs",
221
201
  "styles": []
222
202
  },
223
203
  "VEmptyState": {
224
204
  "from": "components/VEmptyState/index.mjs",
225
205
  "styles": []
226
206
  },
227
- "VFileInput": {
228
- "from": "components/VFileInput/index.mjs",
207
+ "VDivider": {
208
+ "from": "components/VDivider/index.mjs",
229
209
  "styles": []
230
210
  },
231
211
  "VFab": {
232
212
  "from": "components/VFab/index.mjs",
233
213
  "styles": []
234
214
  },
215
+ "VExpansionPanels": {
216
+ "from": "components/VExpansionPanel/index.mjs",
217
+ "styles": []
218
+ },
219
+ "VExpansionPanel": {
220
+ "from": "components/VExpansionPanel/index.mjs",
221
+ "styles": []
222
+ },
223
+ "VExpansionPanelText": {
224
+ "from": "components/VExpansionPanel/index.mjs",
225
+ "styles": []
226
+ },
227
+ "VExpansionPanelTitle": {
228
+ "from": "components/VExpansionPanel/index.mjs",
229
+ "styles": []
230
+ },
235
231
  "VFooter": {
236
232
  "from": "components/VFooter/index.mjs",
237
233
  "styles": []
@@ -244,6 +240,10 @@
244
240
  "from": "components/VField/index.mjs",
245
241
  "styles": []
246
242
  },
243
+ "VFileInput": {
244
+ "from": "components/VFileInput/index.mjs",
245
+ "styles": []
246
+ },
247
247
  "VImg": {
248
248
  "from": "components/VImg/index.mjs",
249
249
  "styles": []
@@ -272,6 +272,14 @@
272
272
  "from": "components/VInfiniteScroll/index.mjs",
273
273
  "styles": []
274
274
  },
275
+ "VKbd": {
276
+ "from": "components/VKbd/index.mjs",
277
+ "styles": []
278
+ },
279
+ "VInput": {
280
+ "from": "components/VInput/index.mjs",
281
+ "styles": []
282
+ },
275
283
  "VItemGroup": {
276
284
  "from": "components/VItemGroup/index.mjs",
277
285
  "styles": []
@@ -284,14 +292,6 @@
284
292
  "from": "components/VLabel/index.mjs",
285
293
  "styles": []
286
294
  },
287
- "VInput": {
288
- "from": "components/VInput/index.mjs",
289
- "styles": []
290
- },
291
- "VKbd": {
292
- "from": "components/VKbd/index.mjs",
293
- "styles": []
294
- },
295
295
  "VList": {
296
296
  "from": "components/VList/index.mjs",
297
297
  "styles": []
@@ -340,6 +340,10 @@
340
340
  "from": "components/VMessages/index.mjs",
341
341
  "styles": []
342
342
  },
343
+ "VPagination": {
344
+ "from": "components/VPagination/index.mjs",
345
+ "styles": []
346
+ },
343
347
  "VNavigationDrawer": {
344
348
  "from": "components/VNavigationDrawer/index.mjs",
345
349
  "styles": []
@@ -348,18 +352,14 @@
348
352
  "from": "components/VOtpInput/index.mjs",
349
353
  "styles": []
350
354
  },
351
- "VPagination": {
352
- "from": "components/VPagination/index.mjs",
355
+ "VProgressCircular": {
356
+ "from": "components/VProgressCircular/index.mjs",
353
357
  "styles": []
354
358
  },
355
359
  "VProgressLinear": {
356
360
  "from": "components/VProgressLinear/index.mjs",
357
361
  "styles": []
358
362
  },
359
- "VProgressCircular": {
360
- "from": "components/VProgressCircular/index.mjs",
361
- "styles": []
362
- },
363
363
  "VRadioGroup": {
364
364
  "from": "components/VRadioGroup/index.mjs",
365
365
  "styles": []
@@ -372,42 +372,50 @@
372
372
  "from": "components/VRating/index.mjs",
373
373
  "styles": []
374
374
  },
375
- "VSelectionControlGroup": {
376
- "from": "components/VSelectionControlGroup/index.mjs",
375
+ "VSelectionControl": {
376
+ "from": "components/VSelectionControl/index.mjs",
377
377
  "styles": []
378
378
  },
379
- "VSlideGroup": {
380
- "from": "components/VSlideGroup/index.mjs",
379
+ "VSheet": {
380
+ "from": "components/VSheet/index.mjs",
381
381
  "styles": []
382
382
  },
383
- "VSlideGroupItem": {
384
- "from": "components/VSlideGroup/index.mjs",
383
+ "VSelect": {
384
+ "from": "components/VSelect/index.mjs",
385
385
  "styles": []
386
386
  },
387
- "VSelectionControl": {
388
- "from": "components/VSelectionControl/index.mjs",
387
+ "VSelectionControlGroup": {
388
+ "from": "components/VSelectionControlGroup/index.mjs",
389
389
  "styles": []
390
390
  },
391
- "VSelect": {
392
- "from": "components/VSelect/index.mjs",
391
+ "VSkeletonLoader": {
392
+ "from": "components/VSkeletonLoader/index.mjs",
393
393
  "styles": []
394
394
  },
395
- "VSheet": {
396
- "from": "components/VSheet/index.mjs",
395
+ "VSlideGroup": {
396
+ "from": "components/VSlideGroup/index.mjs",
397
397
  "styles": []
398
398
  },
399
- "VSlider": {
400
- "from": "components/VSlider/index.mjs",
399
+ "VSlideGroupItem": {
400
+ "from": "components/VSlideGroup/index.mjs",
401
401
  "styles": []
402
402
  },
403
- "VSkeletonLoader": {
404
- "from": "components/VSkeletonLoader/index.mjs",
403
+ "VSlider": {
404
+ "from": "components/VSlider/index.mjs",
405
405
  "styles": []
406
406
  },
407
407
  "VSnackbar": {
408
408
  "from": "components/VSnackbar/index.mjs",
409
409
  "styles": []
410
410
  },
411
+ "VSwitch": {
412
+ "from": "components/VSwitch/index.mjs",
413
+ "styles": []
414
+ },
415
+ "VSystemBar": {
416
+ "from": "components/VSystemBar/index.mjs",
417
+ "styles": []
418
+ },
411
419
  "VStepper": {
412
420
  "from": "components/VStepper/index.mjs",
413
421
  "styles": []
@@ -432,10 +440,6 @@
432
440
  "from": "components/VStepper/index.mjs",
433
441
  "styles": []
434
442
  },
435
- "VSwitch": {
436
- "from": "components/VSwitch/index.mjs",
437
- "styles": []
438
- },
439
443
  "VTab": {
440
444
  "from": "components/VTabs/index.mjs",
441
445
  "styles": []
@@ -452,20 +456,24 @@
452
456
  "from": "components/VTabs/index.mjs",
453
457
  "styles": []
454
458
  },
459
+ "VTable": {
460
+ "from": "components/VTable/index.mjs",
461
+ "styles": []
462
+ },
455
463
  "VTextField": {
456
464
  "from": "components/VTextField/index.mjs",
457
465
  "styles": []
458
466
  },
459
- "VSystemBar": {
460
- "from": "components/VSystemBar/index.mjs",
467
+ "VTimeline": {
468
+ "from": "components/VTimeline/index.mjs",
461
469
  "styles": []
462
470
  },
463
- "VTextarea": {
464
- "from": "components/VTextarea/index.mjs",
471
+ "VTimelineItem": {
472
+ "from": "components/VTimeline/index.mjs",
465
473
  "styles": []
466
474
  },
467
- "VTable": {
468
- "from": "components/VTable/index.mjs",
475
+ "VTextarea": {
476
+ "from": "components/VTextarea/index.mjs",
469
477
  "styles": []
470
478
  },
471
479
  "VToolbar": {
@@ -480,18 +488,6 @@
480
488
  "from": "components/VToolbar/index.mjs",
481
489
  "styles": []
482
490
  },
483
- "VTimeline": {
484
- "from": "components/VTimeline/index.mjs",
485
- "styles": []
486
- },
487
- "VTimelineItem": {
488
- "from": "components/VTimeline/index.mjs",
489
- "styles": []
490
- },
491
- "VTooltip": {
492
- "from": "components/VTooltip/index.mjs",
493
- "styles": []
494
- },
495
491
  "VWindow": {
496
492
  "from": "components/VWindow/index.mjs",
497
493
  "styles": []
@@ -500,18 +496,26 @@
500
496
  "from": "components/VWindow/index.mjs",
501
497
  "styles": []
502
498
  },
503
- "VConfirmEdit": {
504
- "from": "components/VConfirmEdit/index.mjs",
499
+ "VTooltip": {
500
+ "from": "components/VTooltip/index.mjs",
505
501
  "styles": []
506
502
  },
507
503
  "VDataIterator": {
508
504
  "from": "components/VDataIterator/index.mjs",
509
505
  "styles": []
510
506
  },
507
+ "VConfirmEdit": {
508
+ "from": "components/VConfirmEdit/index.mjs",
509
+ "styles": []
510
+ },
511
511
  "VDefaultsProvider": {
512
512
  "from": "components/VDefaultsProvider/index.mjs",
513
513
  "styles": []
514
514
  },
515
+ "VForm": {
516
+ "from": "components/VForm/index.mjs",
517
+ "styles": []
518
+ },
515
519
  "VContainer": {
516
520
  "from": "components/VGrid/index.mjs",
517
521
  "styles": []
@@ -528,10 +532,6 @@
528
532
  "from": "components/VGrid/index.mjs",
529
533
  "styles": []
530
534
  },
531
- "VForm": {
532
- "from": "components/VForm/index.mjs",
533
- "styles": []
534
- },
535
535
  "VHover": {
536
536
  "from": "components/VHover/index.mjs",
537
537
  "styles": []
@@ -556,14 +556,14 @@
556
556
  "from": "components/VNoSsr/index.mjs",
557
557
  "styles": []
558
558
  },
559
- "VRadio": {
560
- "from": "components/VRadio/index.mjs",
561
- "styles": []
562
- },
563
559
  "VParallax": {
564
560
  "from": "components/VParallax/index.mjs",
565
561
  "styles": []
566
562
  },
563
+ "VRadio": {
564
+ "from": "components/VRadio/index.mjs",
565
+ "styles": []
566
+ },
567
567
  "VRangeSlider": {
568
568
  "from": "components/VRangeSlider/index.mjs",
569
569
  "styles": []
@@ -580,14 +580,14 @@
580
580
  "from": "components/VSpeedDial/index.mjs",
581
581
  "styles": []
582
582
  },
583
- "VThemeProvider": {
584
- "from": "components/VThemeProvider/index.mjs",
585
- "styles": []
586
- },
587
583
  "VValidation": {
588
584
  "from": "components/VValidation/index.mjs",
589
585
  "styles": []
590
586
  },
587
+ "VThemeProvider": {
588
+ "from": "components/VThemeProvider/index.mjs",
589
+ "styles": []
590
+ },
591
591
  "VFabTransition": {
592
592
  "from": "components/transitions/index.mjs",
593
593
  "styles": []
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.6.8",
5
+ "version": "3.6.10",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -20994,7 +20994,7 @@
20994
20994
  },
20995
20995
  {
20996
20996
  "name": "actions",
20997
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VExpansionPanel/VExpansionPanelTitle.tsx#L21-L27.json))",
20997
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VExpansionPanel/VExpansionPanelTitle.tsx#L22-L28.json))",
20998
20998
  "doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title#slots",
20999
20999
  "vue-properties": [
21000
21000
  {
@@ -21387,16 +21387,6 @@
21387
21387
  "type": "boolean"
21388
21388
  }
21389
21389
  },
21390
- {
21391
- "name": "location",
21392
- "description": "The location of the fab relative to the layout. Only works when using **app**.",
21393
- "doc-url": "https://vuetifyjs.com/api/VFab#props",
21394
- "default": "'bottom end'",
21395
- "value": {
21396
- "kind": "expression",
21397
- "type": "'start' | 'end' | 'left' | 'right' | 'top' | 'bottom'"
21398
- }
21399
- },
21400
21390
  {
21401
21391
  "name": "offset",
21402
21392
  "description": "Translates the Fab up or down, depending on if location is set to **top** or **bottom**.",
@@ -21634,6 +21624,15 @@
21634
21624
  "type": "string | boolean"
21635
21625
  }
21636
21626
  },
21627
+ {
21628
+ "name": "location",
21629
+ "description": "The location of the fab relative to the layout. Only works when using **app**.",
21630
+ "doc-url": "https://vuetifyjs.com/api/VFab#props",
21631
+ "value": {
21632
+ "kind": "expression",
21633
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>"
21634
+ }
21635
+ },
21637
21636
  {
21638
21637
  "name": "position",
21639
21638
  "description": "Sets the position for the component.",
@@ -25939,7 +25938,7 @@
25939
25938
  ]
25940
25939
  },
25941
25940
  {
25942
- "name": "update:selected",
25941
+ "name": "update:opened",
25943
25942
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VList.json))",
25944
25943
  "doc-url": "https://vuetifyjs.com/api/v-list#events",
25945
25944
  "arguments": [
@@ -25950,7 +25949,7 @@
25950
25949
  ]
25951
25950
  },
25952
25951
  {
25953
- "name": "update:opened",
25952
+ "name": "update:selected",
25954
25953
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VList.json))",
25955
25954
  "doc-url": "https://vuetifyjs.com/api/v-list#events",
25956
25955
  "arguments": [