@vuetify/nightly 3.6.8-master.2024-06-11 → 3.6.9-master.2024-06-15

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 (49) hide show
  1. package/CHANGELOG.md +5 -6
  2. package/dist/json/attributes.json +4 -4
  3. package/dist/json/importMap-labs.json +18 -18
  4. package/dist/json/importMap.json +138 -138
  5. package/dist/json/web-types.json +13 -14
  6. package/dist/vuetify-labs.css +3435 -3435
  7. package/dist/vuetify-labs.d.ts +44 -45
  8. package/dist/vuetify-labs.esm.js +64 -33
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +64 -33
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +955 -955
  13. package/dist/vuetify.d.ts +86 -93
  14. package/dist/vuetify.esm.js +52 -27
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +52 -27
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +34 -31
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +23 -11
  22. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  23. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +13 -5
  24. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  25. package/lib/components/VFab/VFab.mjs +4 -7
  26. package/lib/components/VFab/VFab.mjs.map +1 -1
  27. package/lib/components/VFab/index.d.mts +46 -49
  28. package/lib/components/VList/VList.mjs +1 -0
  29. package/lib/components/VList/VList.mjs.map +1 -1
  30. package/lib/components/VList/index.d.mts +2 -0
  31. package/lib/components/VMenu/VMenu.mjs +1 -1
  32. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  33. package/lib/components/VOverlay/VOverlay.mjs +4 -3
  34. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  35. package/lib/components/index.d.mts +38 -45
  36. package/lib/composables/scroll.mjs +6 -0
  37. package/lib/composables/scroll.mjs.map +1 -1
  38. package/lib/entry-bundler.mjs +1 -1
  39. package/lib/framework.mjs +1 -1
  40. package/lib/index.d.mts +48 -48
  41. package/lib/labs/VTimePicker/VTimePickerClock.mjs +3 -1
  42. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  43. package/lib/labs/VTimePicker/VTimePickerControls.mjs +7 -2
  44. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  45. package/lib/labs/VTreeview/VTreeview.mjs +3 -4
  46. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  47. package/lib/labs/VTreeview/index.d.mts +6 -0
  48. package/lib/labs/components.d.mts +6 -0
  49. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,16 +1,15 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.6.8-master.2024-06-11...v) (2024-06-11)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.6.9-master.2024-06-15...v) (2024-06-15)
2
2
 
3
3
 
4
4
 
5
- ## [3.6.8-master.2024-06-11](https://github.com/vuetifyjs/vuetify/compare/v3.6.8...v3.6.8-master.2024-06-11) (2024-06-11)
5
+ ## [3.6.9-master.2024-06-15](https://github.com/vuetifyjs/vuetify/compare/v3.6.9...v3.6.9-master.2024-06-15) (2024-06-15)
6
6
 
7
7
 
8
8
  ### Bug Fixes
9
9
 
10
- * **VAutocomplete/VCombobox:** disallow auto-select-first via pure blur ([2368668](https://github.com/vuetifyjs/vuetify/commit/2368668d49b322a1ac7aa5a9d602676affdef9b2)), closes [#19929](https://github.com/vuetifyjs/vuetify/issues/19929)
11
- * **VBanner:** set index when using sticky prop ([9e2d22f](https://github.com/vuetifyjs/vuetify/commit/9e2d22f3f76515809ab47c147b689efc7cb09bf0))
12
- * **VEmptyState:** support VBtn variants when using actions slot ([99279d9](https://github.com/vuetifyjs/vuetify/commit/99279d97711f4953c7d266247f8ff0415fd601a2))
13
- * **VNumberInput:** attributes fall through to root ([#19959](https://github.com/vuetifyjs/vuetify/issues/19959)) ([df6440d](https://github.com/vuetifyjs/vuetify/commit/df6440dc99d55d8db743be35bc5cc50e1fea88b2))
10
+ * **VExpansionPanel:** propagate defaults provided by VExpansionPanels ([666484a](https://github.com/vuetifyjs/vuetify/commit/666484ae265194dc1512cb4f84f53ab928f5482b))
11
+ * **VExpansionPanel:** remove unused toRef ([0931cec](https://github.com/vuetifyjs/vuetify/commit/0931cec21c35c062192b8f22b0438542f31bbce8))
12
+ * **VExpansionPanelTitle:** propagate VIcon defaults ([cec2094](https://github.com/vuetifyjs/vuetify/commit/cec20943af77b1c723c560d7282ebecee865e38b))
14
13
 
15
14
 
16
15
 
@@ -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,18 +24,6 @@
24
24
  "from": "labs/VCalendar/index.mjs",
25
25
  "styles": []
26
26
  },
27
- "VStepperVertical": {
28
- "from": "labs/VStepperVertical/index.mjs",
29
- "styles": []
30
- },
31
- "VStepperVerticalItem": {
32
- "from": "labs/VStepperVertical/index.mjs",
33
- "styles": []
34
- },
35
- "VStepperVerticalActions": {
36
- "from": "labs/VStepperVertical/index.mjs",
37
- "styles": []
38
- },
39
27
  "VNumberInput": {
40
28
  "from": "labs/VNumberInput/index.mjs",
41
29
  "styles": []
@@ -48,6 +36,18 @@
48
36
  "from": "labs/VPicker/index.mjs",
49
37
  "styles": []
50
38
  },
39
+ "VTreeview": {
40
+ "from": "labs/VTreeview/index.mjs",
41
+ "styles": []
42
+ },
43
+ "VTreeviewItem": {
44
+ "from": "labs/VTreeview/index.mjs",
45
+ "styles": []
46
+ },
47
+ "VTreeviewGroup": {
48
+ "from": "labs/VTreeview/index.mjs",
49
+ "styles": []
50
+ },
51
51
  "VTimePicker": {
52
52
  "from": "labs/VTimePicker/index.mjs",
53
53
  "styles": []
@@ -60,16 +60,16 @@
60
60
  "from": "labs/VTimePicker/index.mjs",
61
61
  "styles": []
62
62
  },
63
- "VTreeview": {
64
- "from": "labs/VTreeview/index.mjs",
63
+ "VStepperVertical": {
64
+ "from": "labs/VStepperVertical/index.mjs",
65
65
  "styles": []
66
66
  },
67
- "VTreeviewItem": {
68
- "from": "labs/VTreeview/index.mjs",
67
+ "VStepperVerticalItem": {
68
+ "from": "labs/VStepperVertical/index.mjs",
69
69
  "styles": []
70
70
  },
71
- "VTreeviewGroup": {
72
- "from": "labs/VTreeview/index.mjs",
71
+ "VStepperVerticalActions": {
72
+ "from": "labs/VStepperVertical/index.mjs",
73
73
  "styles": []
74
74
  },
75
75
  "VDateInput": {
@@ -4,32 +4,32 @@
4
4
  "from": "components/VApp/index.mjs",
5
5
  "styles": []
6
6
  },
7
- "VAlert": {
8
- "from": "components/VAlert/index.mjs",
7
+ "VAppBar": {
8
+ "from": "components/VAppBar/index.mjs",
9
9
  "styles": []
10
10
  },
11
- "VAlertTitle": {
12
- "from": "components/VAlert/index.mjs",
11
+ "VAppBarNavIcon": {
12
+ "from": "components/VAppBar/index.mjs",
13
13
  "styles": []
14
14
  },
15
- "VAvatar": {
16
- "from": "components/VAvatar/index.mjs",
15
+ "VAppBarTitle": {
16
+ "from": "components/VAppBar/index.mjs",
17
17
  "styles": []
18
18
  },
19
- "VAutocomplete": {
20
- "from": "components/VAutocomplete/index.mjs",
19
+ "VAvatar": {
20
+ "from": "components/VAvatar/index.mjs",
21
21
  "styles": []
22
22
  },
23
- "VAppBar": {
24
- "from": "components/VAppBar/index.mjs",
23
+ "VAlert": {
24
+ "from": "components/VAlert/index.mjs",
25
25
  "styles": []
26
26
  },
27
- "VAppBarNavIcon": {
28
- "from": "components/VAppBar/index.mjs",
27
+ "VAlertTitle": {
28
+ "from": "components/VAlert/index.mjs",
29
29
  "styles": []
30
30
  },
31
- "VAppBarTitle": {
32
- "from": "components/VAppBar/index.mjs",
31
+ "VAutocomplete": {
32
+ "from": "components/VAutocomplete/index.mjs",
33
33
  "styles": []
34
34
  },
35
35
  "VBadge": {
@@ -48,6 +48,14 @@
48
48
  "from": "components/VBanner/index.mjs",
49
49
  "styles": []
50
50
  },
51
+ "VBottomSheet": {
52
+ "from": "components/VBottomSheet/index.mjs",
53
+ "styles": []
54
+ },
55
+ "VBottomNavigation": {
56
+ "from": "components/VBottomNavigation/index.mjs",
57
+ "styles": []
58
+ },
51
59
  "VBreadcrumbs": {
52
60
  "from": "components/VBreadcrumbs/index.mjs",
53
61
  "styles": []
@@ -60,46 +68,30 @@
60
68
  "from": "components/VBreadcrumbs/index.mjs",
61
69
  "styles": []
62
70
  },
63
- "VBottomSheet": {
64
- "from": "components/VBottomSheet/index.mjs",
71
+ "VBtnGroup": {
72
+ "from": "components/VBtnGroup/index.mjs",
65
73
  "styles": []
66
74
  },
67
75
  "VBtn": {
68
76
  "from": "components/VBtn/index.mjs",
69
77
  "styles": []
70
78
  },
71
- "VBottomNavigation": {
72
- "from": "components/VBottomNavigation/index.mjs",
73
- "styles": []
74
- },
75
79
  "VBtnToggle": {
76
80
  "from": "components/VBtnToggle/index.mjs",
77
81
  "styles": []
78
82
  },
79
- "VCarousel": {
80
- "from": "components/VCarousel/index.mjs",
81
- "styles": []
82
- },
83
- "VCarouselItem": {
84
- "from": "components/VCarousel/index.mjs",
83
+ "VCheckbox": {
84
+ "from": "components/VCheckbox/index.mjs",
85
85
  "styles": []
86
86
  },
87
- "VBtnGroup": {
88
- "from": "components/VBtnGroup/index.mjs",
87
+ "VCheckboxBtn": {
88
+ "from": "components/VCheckbox/index.mjs",
89
89
  "styles": []
90
90
  },
91
91
  "VChip": {
92
92
  "from": "components/VChip/index.mjs",
93
93
  "styles": []
94
94
  },
95
- "VChipGroup": {
96
- "from": "components/VChipGroup/index.mjs",
97
- "styles": []
98
- },
99
- "VColorPicker": {
100
- "from": "components/VColorPicker/index.mjs",
101
- "styles": []
102
- },
103
95
  "VCard": {
104
96
  "from": "components/VCard/index.mjs",
105
97
  "styles": []
@@ -124,58 +116,34 @@
124
116
  "from": "components/VCard/index.mjs",
125
117
  "styles": []
126
118
  },
127
- "VCombobox": {
128
- "from": "components/VCombobox/index.mjs",
129
- "styles": []
130
- },
131
- "VDataTable": {
132
- "from": "components/VDataTable/index.mjs",
133
- "styles": []
134
- },
135
- "VDataTableHeaders": {
136
- "from": "components/VDataTable/index.mjs",
137
- "styles": []
138
- },
139
- "VDataTableFooter": {
140
- "from": "components/VDataTable/index.mjs",
141
- "styles": []
142
- },
143
- "VDataTableRows": {
144
- "from": "components/VDataTable/index.mjs",
145
- "styles": []
146
- },
147
- "VDataTableRow": {
148
- "from": "components/VDataTable/index.mjs",
119
+ "VCode": {
120
+ "from": "components/VCode/index.mjs",
149
121
  "styles": []
150
122
  },
151
- "VDataTableVirtual": {
152
- "from": "components/VDataTable/index.mjs",
123
+ "VCarousel": {
124
+ "from": "components/VCarousel/index.mjs",
153
125
  "styles": []
154
126
  },
155
- "VDataTableServer": {
156
- "from": "components/VDataTable/index.mjs",
127
+ "VCarouselItem": {
128
+ "from": "components/VCarousel/index.mjs",
157
129
  "styles": []
158
130
  },
159
- "VCheckbox": {
160
- "from": "components/VCheckbox/index.mjs",
131
+ "VCombobox": {
132
+ "from": "components/VCombobox/index.mjs",
161
133
  "styles": []
162
134
  },
163
- "VCheckboxBtn": {
164
- "from": "components/VCheckbox/index.mjs",
135
+ "VChipGroup": {
136
+ "from": "components/VChipGroup/index.mjs",
165
137
  "styles": []
166
138
  },
167
- "VCode": {
168
- "from": "components/VCode/index.mjs",
139
+ "VColorPicker": {
140
+ "from": "components/VColorPicker/index.mjs",
169
141
  "styles": []
170
142
  },
171
143
  "VCounter": {
172
144
  "from": "components/VCounter/index.mjs",
173
145
  "styles": []
174
146
  },
175
- "VDialog": {
176
- "from": "components/VDialog/index.mjs",
177
- "styles": []
178
- },
179
147
  "VDatePicker": {
180
148
  "from": "components/VDatePicker/index.mjs",
181
149
  "styles": []
@@ -200,6 +168,50 @@
200
168
  "from": "components/VDatePicker/index.mjs",
201
169
  "styles": []
202
170
  },
171
+ "VDialog": {
172
+ "from": "components/VDialog/index.mjs",
173
+ "styles": []
174
+ },
175
+ "VEmptyState": {
176
+ "from": "components/VEmptyState/index.mjs",
177
+ "styles": []
178
+ },
179
+ "VDataTable": {
180
+ "from": "components/VDataTable/index.mjs",
181
+ "styles": []
182
+ },
183
+ "VDataTableHeaders": {
184
+ "from": "components/VDataTable/index.mjs",
185
+ "styles": []
186
+ },
187
+ "VDataTableFooter": {
188
+ "from": "components/VDataTable/index.mjs",
189
+ "styles": []
190
+ },
191
+ "VDataTableRows": {
192
+ "from": "components/VDataTable/index.mjs",
193
+ "styles": []
194
+ },
195
+ "VDataTableRow": {
196
+ "from": "components/VDataTable/index.mjs",
197
+ "styles": []
198
+ },
199
+ "VDataTableVirtual": {
200
+ "from": "components/VDataTable/index.mjs",
201
+ "styles": []
202
+ },
203
+ "VDataTableServer": {
204
+ "from": "components/VDataTable/index.mjs",
205
+ "styles": []
206
+ },
207
+ "VDivider": {
208
+ "from": "components/VDivider/index.mjs",
209
+ "styles": []
210
+ },
211
+ "VFileInput": {
212
+ "from": "components/VFileInput/index.mjs",
213
+ "styles": []
214
+ },
203
215
  "VExpansionPanels": {
204
216
  "from": "components/VExpansionPanel/index.mjs",
205
217
  "styles": []
@@ -216,12 +228,8 @@
216
228
  "from": "components/VExpansionPanel/index.mjs",
217
229
  "styles": []
218
230
  },
219
- "VDivider": {
220
- "from": "components/VDivider/index.mjs",
221
- "styles": []
222
- },
223
- "VEmptyState": {
224
- "from": "components/VEmptyState/index.mjs",
231
+ "VFab": {
232
+ "from": "components/VFab/index.mjs",
225
233
  "styles": []
226
234
  },
227
235
  "VField": {
@@ -232,12 +240,8 @@
232
240
  "from": "components/VField/index.mjs",
233
241
  "styles": []
234
242
  },
235
- "VFab": {
236
- "from": "components/VFab/index.mjs",
237
- "styles": []
238
- },
239
- "VFileInput": {
240
- "from": "components/VFileInput/index.mjs",
243
+ "VFooter": {
244
+ "from": "components/VFooter/index.mjs",
241
245
  "styles": []
242
246
  },
243
247
  "VIcon": {
@@ -260,10 +264,6 @@
260
264
  "from": "components/VIcon/index.mjs",
261
265
  "styles": []
262
266
  },
263
- "VFooter": {
264
- "from": "components/VFooter/index.mjs",
265
- "styles": []
266
- },
267
267
  "VImg": {
268
268
  "from": "components/VImg/index.mjs",
269
269
  "styles": []
@@ -272,6 +272,10 @@
272
272
  "from": "components/VInfiniteScroll/index.mjs",
273
273
  "styles": []
274
274
  },
275
+ "VKbd": {
276
+ "from": "components/VKbd/index.mjs",
277
+ "styles": []
278
+ },
275
279
  "VInput": {
276
280
  "from": "components/VInput/index.mjs",
277
281
  "styles": []
@@ -288,8 +292,8 @@
288
292
  "from": "components/VLabel/index.mjs",
289
293
  "styles": []
290
294
  },
291
- "VKbd": {
292
- "from": "components/VKbd/index.mjs",
295
+ "VMain": {
296
+ "from": "components/VMain/index.mjs",
293
297
  "styles": []
294
298
  },
295
299
  "VList": {
@@ -332,6 +336,10 @@
332
336
  "from": "components/VMenu/index.mjs",
333
337
  "styles": []
334
338
  },
339
+ "VOtpInput": {
340
+ "from": "components/VOtpInput/index.mjs",
341
+ "styles": []
342
+ },
335
343
  "VMessages": {
336
344
  "from": "components/VMessages/index.mjs",
337
345
  "styles": []
@@ -340,22 +348,14 @@
340
348
  "from": "components/VNavigationDrawer/index.mjs",
341
349
  "styles": []
342
350
  },
343
- "VPagination": {
344
- "from": "components/VPagination/index.mjs",
345
- "styles": []
346
- },
347
- "VOtpInput": {
348
- "from": "components/VOtpInput/index.mjs",
349
- "styles": []
350
- },
351
- "VMain": {
352
- "from": "components/VMain/index.mjs",
353
- "styles": []
354
- },
355
351
  "VOverlay": {
356
352
  "from": "components/VOverlay/index.mjs",
357
353
  "styles": []
358
354
  },
355
+ "VPagination": {
356
+ "from": "components/VPagination/index.mjs",
357
+ "styles": []
358
+ },
359
359
  "VProgressCircular": {
360
360
  "from": "components/VProgressCircular/index.mjs",
361
361
  "styles": []
@@ -384,8 +384,8 @@
384
384
  "from": "components/VSheet/index.mjs",
385
385
  "styles": []
386
386
  },
387
- "VSkeletonLoader": {
388
- "from": "components/VSkeletonLoader/index.mjs",
387
+ "VSelectionControl": {
388
+ "from": "components/VSelectionControl/index.mjs",
389
389
  "styles": []
390
390
  },
391
391
  "VSlideGroup": {
@@ -396,12 +396,12 @@
396
396
  "from": "components/VSlideGroup/index.mjs",
397
397
  "styles": []
398
398
  },
399
- "VSlider": {
400
- "from": "components/VSlider/index.mjs",
399
+ "VSkeletonLoader": {
400
+ "from": "components/VSkeletonLoader/index.mjs",
401
401
  "styles": []
402
402
  },
403
- "VSelectionControl": {
404
- "from": "components/VSelectionControl/index.mjs",
403
+ "VSlider": {
404
+ "from": "components/VSlider/index.mjs",
405
405
  "styles": []
406
406
  },
407
407
  "VSnackbar": {
@@ -432,18 +432,14 @@
432
432
  "from": "components/VStepper/index.mjs",
433
433
  "styles": []
434
434
  },
435
- "VSwitch": {
436
- "from": "components/VSwitch/index.mjs",
437
- "styles": []
438
- },
439
- "VTable": {
440
- "from": "components/VTable/index.mjs",
441
- "styles": []
442
- },
443
435
  "VSystemBar": {
444
436
  "from": "components/VSystemBar/index.mjs",
445
437
  "styles": []
446
438
  },
439
+ "VSwitch": {
440
+ "from": "components/VSwitch/index.mjs",
441
+ "styles": []
442
+ },
447
443
  "VTab": {
448
444
  "from": "components/VTabs/index.mjs",
449
445
  "styles": []
@@ -460,8 +456,12 @@
460
456
  "from": "components/VTabs/index.mjs",
461
457
  "styles": []
462
458
  },
463
- "VTextField": {
464
- "from": "components/VTextField/index.mjs",
459
+ "VTable": {
460
+ "from": "components/VTable/index.mjs",
461
+ "styles": []
462
+ },
463
+ "VTextarea": {
464
+ "from": "components/VTextarea/index.mjs",
465
465
  "styles": []
466
466
  },
467
467
  "VTimeline": {
@@ -472,6 +472,10 @@
472
472
  "from": "components/VTimeline/index.mjs",
473
473
  "styles": []
474
474
  },
475
+ "VTextField": {
476
+ "from": "components/VTextField/index.mjs",
477
+ "styles": []
478
+ },
475
479
  "VToolbar": {
476
480
  "from": "components/VToolbar/index.mjs",
477
481
  "styles": []
@@ -484,8 +488,8 @@
484
488
  "from": "components/VToolbar/index.mjs",
485
489
  "styles": []
486
490
  },
487
- "VTextarea": {
488
- "from": "components/VTextarea/index.mjs",
491
+ "VTooltip": {
492
+ "from": "components/VTooltip/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": []
@@ -536,10 +536,6 @@
536
536
  "from": "components/VHover/index.mjs",
537
537
  "styles": []
538
538
  },
539
- "VLocaleProvider": {
540
- "from": "components/VLocaleProvider/index.mjs",
541
- "styles": []
542
- },
543
539
  "VLayout": {
544
540
  "from": "components/VLayout/index.mjs",
545
541
  "styles": []
@@ -552,26 +548,30 @@
552
548
  "from": "components/VLazy/index.mjs",
553
549
  "styles": []
554
550
  },
555
- "VParallax": {
556
- "from": "components/VParallax/index.mjs",
551
+ "VLocaleProvider": {
552
+ "from": "components/VLocaleProvider/index.mjs",
557
553
  "styles": []
558
554
  },
559
555
  "VNoSsr": {
560
556
  "from": "components/VNoSsr/index.mjs",
561
557
  "styles": []
562
558
  },
563
- "VRadio": {
564
- "from": "components/VRadio/index.mjs",
559
+ "VParallax": {
560
+ "from": "components/VParallax/index.mjs",
565
561
  "styles": []
566
562
  },
567
- "VResponsive": {
568
- "from": "components/VResponsive/index.mjs",
563
+ "VRadio": {
564
+ "from": "components/VRadio/index.mjs",
569
565
  "styles": []
570
566
  },
571
567
  "VRangeSlider": {
572
568
  "from": "components/VRangeSlider/index.mjs",
573
569
  "styles": []
574
570
  },
571
+ "VResponsive": {
572
+ "from": "components/VResponsive/index.mjs",
573
+ "styles": []
574
+ },
575
575
  "VSparkline": {
576
576
  "from": "components/VSparkline/index.mjs",
577
577
  "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": []
@@ -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-master.2024-06-11",
5
+ "version": "3.6.9-master.2024-06-15",
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/master/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/master/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/master/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/master/packages/api-generator/src/locale/en/VList.json))",
25955
25954
  "doc-url": "https://vuetifyjs.com/api/v-list#events",
25956
25955
  "arguments": [