@vuetify/nightly 3.6.8-master.2024-06-07 → 3.6.9-master.2024-06-12

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/CHANGELOG.md +2 -10
  2. package/dist/json/attributes.json +4 -4
  3. package/dist/json/importMap-labs.json +12 -12
  4. package/dist/json/importMap.json +150 -150
  5. package/dist/json/web-types.json +12 -13
  6. package/dist/vuetify-labs.css +2651 -2651
  7. package/dist/vuetify-labs.d.ts +187 -189
  8. package/dist/vuetify-labs.esm.js +32 -19
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +32 -19
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +1049 -1049
  13. package/dist/vuetify.d.ts +233 -241
  14. package/dist/vuetify.esm.js +20 -13
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +20 -13
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +31 -28
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/blueprints/index.d.mts +58 -56
  22. package/lib/blueprints/md1.d.mts +58 -56
  23. package/lib/blueprints/md2.d.mts +58 -56
  24. package/lib/blueprints/md3.d.mts +58 -56
  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/goto.mjs.map +1 -1
  37. package/lib/composables/icons.mjs.map +1 -1
  38. package/lib/composables/scroll.mjs +6 -0
  39. package/lib/composables/scroll.mjs.map +1 -1
  40. package/lib/entry-bundler.mjs +1 -1
  41. package/lib/framework.mjs +1 -1
  42. package/lib/index.d.mts +161 -162
  43. package/lib/labs/VStepperVertical/index.d.mts +3 -3
  44. package/lib/labs/VTimePicker/VTimePickerClock.mjs +3 -1
  45. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  46. package/lib/labs/VTimePicker/VTimePickerControls.mjs +7 -2
  47. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  48. package/lib/labs/VTreeview/VTreeview.mjs +3 -4
  49. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  50. package/lib/labs/VTreeview/index.d.mts +6 -0
  51. package/lib/labs/components.d.mts +6 -0
  52. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,16 +1,8 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.6.8-master.2024-06-07...v) (2024-06-07)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.6.9-master.2024-06-12...v) (2024-06-12)
2
2
 
3
3
 
4
4
 
5
- ## [3.6.8-master.2024-06-07](https://github.com/vuetifyjs/vuetify/compare/v3.6.8...v3.6.8-master.2024-06-07) (2024-06-07)
6
-
7
-
8
- ### Bug Fixes
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))
5
+ ## [3.6.9-master.2024-06-12](https://github.com/vuetifyjs/vuetify/compare/v3.6.9...v3.6.9-master.2024-06-12) (2024-06-12)
14
6
 
15
7
 
16
8
 
@@ -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."
@@ -36,16 +36,16 @@
36
36
  "from": "labs/VNumberInput/index.mjs",
37
37
  "styles": []
38
38
  },
39
- "VTimePicker": {
40
- "from": "labs/VTimePicker/index.mjs",
39
+ "VTreeview": {
40
+ "from": "labs/VTreeview/index.mjs",
41
41
  "styles": []
42
42
  },
43
- "VTimePickerClock": {
44
- "from": "labs/VTimePicker/index.mjs",
43
+ "VTreeviewItem": {
44
+ "from": "labs/VTreeview/index.mjs",
45
45
  "styles": []
46
46
  },
47
- "VTimePickerControls": {
48
- "from": "labs/VTimePicker/index.mjs",
47
+ "VTreeviewGroup": {
48
+ "from": "labs/VTreeview/index.mjs",
49
49
  "styles": []
50
50
  },
51
51
  "VStepperVertical": {
@@ -60,16 +60,16 @@
60
60
  "from": "labs/VStepperVertical/index.mjs",
61
61
  "styles": []
62
62
  },
63
- "VTreeview": {
64
- "from": "labs/VTreeview/index.mjs",
63
+ "VTimePicker": {
64
+ "from": "labs/VTimePicker/index.mjs",
65
65
  "styles": []
66
66
  },
67
- "VTreeviewItem": {
68
- "from": "labs/VTreeview/index.mjs",
67
+ "VTimePickerClock": {
68
+ "from": "labs/VTimePicker/index.mjs",
69
69
  "styles": []
70
70
  },
71
- "VTreeviewGroup": {
72
- "from": "labs/VTreeview/index.mjs",
71
+ "VTimePickerControls": {
72
+ "from": "labs/VTimePicker/index.mjs",
73
73
  "styles": []
74
74
  },
75
75
  "VDateInput": {
@@ -4,18 +4,6 @@
4
4
  "from": "components/VApp/index.mjs",
5
5
  "styles": []
6
6
  },
7
- "VAppBar": {
8
- "from": "components/VAppBar/index.mjs",
9
- "styles": []
10
- },
11
- "VAppBarNavIcon": {
12
- "from": "components/VAppBar/index.mjs",
13
- "styles": []
14
- },
15
- "VAppBarTitle": {
16
- "from": "components/VAppBar/index.mjs",
17
- "styles": []
18
- },
19
7
  "VAlert": {
20
8
  "from": "components/VAlert/index.mjs",
21
9
  "styles": []
@@ -32,6 +20,18 @@
32
20
  "from": "components/VAutocomplete/index.mjs",
33
21
  "styles": []
34
22
  },
23
+ "VAppBar": {
24
+ "from": "components/VAppBar/index.mjs",
25
+ "styles": []
26
+ },
27
+ "VAppBarNavIcon": {
28
+ "from": "components/VAppBar/index.mjs",
29
+ "styles": []
30
+ },
31
+ "VAppBarTitle": {
32
+ "from": "components/VAppBar/index.mjs",
33
+ "styles": []
34
+ },
35
35
  "VAvatar": {
36
36
  "from": "components/VAvatar/index.mjs",
37
37
  "styles": []
@@ -48,8 +48,12 @@
48
48
  "from": "components/VBanner/index.mjs",
49
49
  "styles": []
50
50
  },
51
- "VBottomSheet": {
52
- "from": "components/VBottomSheet/index.mjs",
51
+ "VBottomNavigation": {
52
+ "from": "components/VBottomNavigation/index.mjs",
53
+ "styles": []
54
+ },
55
+ "VBtn": {
56
+ "from": "components/VBtn/index.mjs",
53
57
  "styles": []
54
58
  },
55
59
  "VBreadcrumbs": {
@@ -64,28 +68,16 @@
64
68
  "from": "components/VBreadcrumbs/index.mjs",
65
69
  "styles": []
66
70
  },
67
- "VBottomNavigation": {
68
- "from": "components/VBottomNavigation/index.mjs",
69
- "styles": []
70
- },
71
- "VBtnGroup": {
72
- "from": "components/VBtnGroup/index.mjs",
73
- "styles": []
74
- },
75
- "VBtn": {
76
- "from": "components/VBtn/index.mjs",
77
- "styles": []
78
- },
79
- "VBtnToggle": {
80
- "from": "components/VBtnToggle/index.mjs",
71
+ "VBottomSheet": {
72
+ "from": "components/VBottomSheet/index.mjs",
81
73
  "styles": []
82
74
  },
83
- "VCarousel": {
84
- "from": "components/VCarousel/index.mjs",
75
+ "VCheckbox": {
76
+ "from": "components/VCheckbox/index.mjs",
85
77
  "styles": []
86
78
  },
87
- "VCarouselItem": {
88
- "from": "components/VCarousel/index.mjs",
79
+ "VCheckboxBtn": {
80
+ "from": "components/VCheckbox/index.mjs",
89
81
  "styles": []
90
82
  },
91
83
  "VCard": {
@@ -112,18 +104,30 @@
112
104
  "from": "components/VCard/index.mjs",
113
105
  "styles": []
114
106
  },
115
- "VCheckbox": {
116
- "from": "components/VCheckbox/index.mjs",
107
+ "VBtnGroup": {
108
+ "from": "components/VBtnGroup/index.mjs",
117
109
  "styles": []
118
110
  },
119
- "VCheckboxBtn": {
120
- "from": "components/VCheckbox/index.mjs",
111
+ "VBtnToggle": {
112
+ "from": "components/VBtnToggle/index.mjs",
113
+ "styles": []
114
+ },
115
+ "VCarousel": {
116
+ "from": "components/VCarousel/index.mjs",
117
+ "styles": []
118
+ },
119
+ "VCarouselItem": {
120
+ "from": "components/VCarousel/index.mjs",
121
121
  "styles": []
122
122
  },
123
123
  "VChipGroup": {
124
124
  "from": "components/VChipGroup/index.mjs",
125
125
  "styles": []
126
126
  },
127
+ "VColorPicker": {
128
+ "from": "components/VColorPicker/index.mjs",
129
+ "styles": []
130
+ },
127
131
  "VChip": {
128
132
  "from": "components/VChip/index.mjs",
129
133
  "styles": []
@@ -132,14 +136,14 @@
132
136
  "from": "components/VCombobox/index.mjs",
133
137
  "styles": []
134
138
  },
135
- "VCode": {
136
- "from": "components/VCode/index.mjs",
137
- "styles": []
138
- },
139
139
  "VCounter": {
140
140
  "from": "components/VCounter/index.mjs",
141
141
  "styles": []
142
142
  },
143
+ "VCode": {
144
+ "from": "components/VCode/index.mjs",
145
+ "styles": []
146
+ },
143
147
  "VDataTable": {
144
148
  "from": "components/VDataTable/index.mjs",
145
149
  "styles": []
@@ -168,10 +172,6 @@
168
172
  "from": "components/VDataTable/index.mjs",
169
173
  "styles": []
170
174
  },
171
- "VColorPicker": {
172
- "from": "components/VColorPicker/index.mjs",
173
- "styles": []
174
- },
175
175
  "VDatePicker": {
176
176
  "from": "components/VDatePicker/index.mjs",
177
177
  "styles": []
@@ -200,6 +200,22 @@
200
200
  "from": "components/VDialog/index.mjs",
201
201
  "styles": []
202
202
  },
203
+ "VExpansionPanels": {
204
+ "from": "components/VExpansionPanel/index.mjs",
205
+ "styles": []
206
+ },
207
+ "VExpansionPanel": {
208
+ "from": "components/VExpansionPanel/index.mjs",
209
+ "styles": []
210
+ },
211
+ "VExpansionPanelText": {
212
+ "from": "components/VExpansionPanel/index.mjs",
213
+ "styles": []
214
+ },
215
+ "VExpansionPanelTitle": {
216
+ "from": "components/VExpansionPanel/index.mjs",
217
+ "styles": []
218
+ },
203
219
  "VEmptyState": {
204
220
  "from": "components/VEmptyState/index.mjs",
205
221
  "styles": []
@@ -208,10 +224,6 @@
208
224
  "from": "components/VDivider/index.mjs",
209
225
  "styles": []
210
226
  },
211
- "VFab": {
212
- "from": "components/VFab/index.mjs",
213
- "styles": []
214
- },
215
227
  "VField": {
216
228
  "from": "components/VField/index.mjs",
217
229
  "styles": []
@@ -220,36 +232,44 @@
220
232
  "from": "components/VField/index.mjs",
221
233
  "styles": []
222
234
  },
235
+ "VFab": {
236
+ "from": "components/VFab/index.mjs",
237
+ "styles": []
238
+ },
239
+ "VFileInput": {
240
+ "from": "components/VFileInput/index.mjs",
241
+ "styles": []
242
+ },
223
243
  "VFooter": {
224
244
  "from": "components/VFooter/index.mjs",
225
245
  "styles": []
226
246
  },
227
- "VExpansionPanels": {
228
- "from": "components/VExpansionPanel/index.mjs",
247
+ "VImg": {
248
+ "from": "components/VImg/index.mjs",
229
249
  "styles": []
230
250
  },
231
- "VExpansionPanel": {
232
- "from": "components/VExpansionPanel/index.mjs",
251
+ "VInfiniteScroll": {
252
+ "from": "components/VInfiniteScroll/index.mjs",
233
253
  "styles": []
234
254
  },
235
- "VExpansionPanelText": {
236
- "from": "components/VExpansionPanel/index.mjs",
255
+ "VIcon": {
256
+ "from": "components/VIcon/index.mjs",
237
257
  "styles": []
238
258
  },
239
- "VExpansionPanelTitle": {
240
- "from": "components/VExpansionPanel/index.mjs",
259
+ "VComponentIcon": {
260
+ "from": "components/VIcon/index.mjs",
241
261
  "styles": []
242
262
  },
243
- "VFileInput": {
244
- "from": "components/VFileInput/index.mjs",
263
+ "VSvgIcon": {
264
+ "from": "components/VIcon/index.mjs",
245
265
  "styles": []
246
266
  },
247
- "VImg": {
248
- "from": "components/VImg/index.mjs",
267
+ "VLigatureIcon": {
268
+ "from": "components/VIcon/index.mjs",
249
269
  "styles": []
250
270
  },
251
- "VInfiniteScroll": {
252
- "from": "components/VInfiniteScroll/index.mjs",
271
+ "VClassIcon": {
272
+ "from": "components/VIcon/index.mjs",
253
273
  "styles": []
254
274
  },
255
275
  "VInput": {
@@ -264,16 +284,16 @@
264
284
  "from": "components/VItemGroup/index.mjs",
265
285
  "styles": []
266
286
  },
267
- "VLabel": {
268
- "from": "components/VLabel/index.mjs",
269
- "styles": []
270
- },
271
287
  "VKbd": {
272
288
  "from": "components/VKbd/index.mjs",
273
289
  "styles": []
274
290
  },
275
- "VMain": {
276
- "from": "components/VMain/index.mjs",
291
+ "VLabel": {
292
+ "from": "components/VLabel/index.mjs",
293
+ "styles": []
294
+ },
295
+ "VMenu": {
296
+ "from": "components/VMenu/index.mjs",
277
297
  "styles": []
278
298
  },
279
299
  "VList": {
@@ -312,12 +332,8 @@
312
332
  "from": "components/VList/index.mjs",
313
333
  "styles": []
314
334
  },
315
- "VMessages": {
316
- "from": "components/VMessages/index.mjs",
317
- "styles": []
318
- },
319
- "VMenu": {
320
- "from": "components/VMenu/index.mjs",
335
+ "VMain": {
336
+ "from": "components/VMain/index.mjs",
321
337
  "styles": []
322
338
  },
323
339
  "VNavigationDrawer": {
@@ -328,88 +344,60 @@
328
344
  "from": "components/VOtpInput/index.mjs",
329
345
  "styles": []
330
346
  },
347
+ "VMessages": {
348
+ "from": "components/VMessages/index.mjs",
349
+ "styles": []
350
+ },
331
351
  "VOverlay": {
332
352
  "from": "components/VOverlay/index.mjs",
333
353
  "styles": []
334
354
  },
335
- "VPagination": {
336
- "from": "components/VPagination/index.mjs",
355
+ "VProgressLinear": {
356
+ "from": "components/VProgressLinear/index.mjs",
337
357
  "styles": []
338
358
  },
339
359
  "VProgressCircular": {
340
360
  "from": "components/VProgressCircular/index.mjs",
341
361
  "styles": []
342
362
  },
343
- "VProgressLinear": {
344
- "from": "components/VProgressLinear/index.mjs",
345
- "styles": []
346
- },
347
363
  "VRadioGroup": {
348
364
  "from": "components/VRadioGroup/index.mjs",
349
365
  "styles": []
350
366
  },
351
- "VRating": {
352
- "from": "components/VRating/index.mjs",
367
+ "VPagination": {
368
+ "from": "components/VPagination/index.mjs",
353
369
  "styles": []
354
370
  },
355
371
  "VSelect": {
356
372
  "from": "components/VSelect/index.mjs",
357
373
  "styles": []
358
374
  },
359
- "VSelectionControlGroup": {
360
- "from": "components/VSelectionControlGroup/index.mjs",
361
- "styles": []
362
- },
363
- "VSelectionControl": {
364
- "from": "components/VSelectionControl/index.mjs",
365
- "styles": []
366
- },
367
375
  "VSheet": {
368
376
  "from": "components/VSheet/index.mjs",
369
377
  "styles": []
370
378
  },
371
- "VSkeletonLoader": {
372
- "from": "components/VSkeletonLoader/index.mjs",
373
- "styles": []
374
- },
375
- "VSlideGroup": {
376
- "from": "components/VSlideGroup/index.mjs",
379
+ "VRating": {
380
+ "from": "components/VRating/index.mjs",
377
381
  "styles": []
378
382
  },
379
- "VSlideGroupItem": {
380
- "from": "components/VSlideGroup/index.mjs",
383
+ "VSelectionControlGroup": {
384
+ "from": "components/VSelectionControlGroup/index.mjs",
381
385
  "styles": []
382
386
  },
383
387
  "VSlider": {
384
388
  "from": "components/VSlider/index.mjs",
385
389
  "styles": []
386
390
  },
387
- "VSnackbar": {
388
- "from": "components/VSnackbar/index.mjs",
389
- "styles": []
390
- },
391
- "VIcon": {
392
- "from": "components/VIcon/index.mjs",
393
- "styles": []
394
- },
395
- "VComponentIcon": {
396
- "from": "components/VIcon/index.mjs",
397
- "styles": []
398
- },
399
- "VSvgIcon": {
400
- "from": "components/VIcon/index.mjs",
401
- "styles": []
402
- },
403
- "VLigatureIcon": {
404
- "from": "components/VIcon/index.mjs",
391
+ "VSlideGroup": {
392
+ "from": "components/VSlideGroup/index.mjs",
405
393
  "styles": []
406
394
  },
407
- "VClassIcon": {
408
- "from": "components/VIcon/index.mjs",
395
+ "VSlideGroupItem": {
396
+ "from": "components/VSlideGroup/index.mjs",
409
397
  "styles": []
410
398
  },
411
- "VSwitch": {
412
- "from": "components/VSwitch/index.mjs",
399
+ "VSelectionControl": {
400
+ "from": "components/VSelectionControl/index.mjs",
413
401
  "styles": []
414
402
  },
415
403
  "VStepper": {
@@ -436,44 +424,48 @@
436
424
  "from": "components/VStepper/index.mjs",
437
425
  "styles": []
438
426
  },
439
- "VSystemBar": {
440
- "from": "components/VSystemBar/index.mjs",
427
+ "VSkeletonLoader": {
428
+ "from": "components/VSkeletonLoader/index.mjs",
429
+ "styles": []
430
+ },
431
+ "VSnackbar": {
432
+ "from": "components/VSnackbar/index.mjs",
441
433
  "styles": []
442
434
  },
443
435
  "VTable": {
444
436
  "from": "components/VTable/index.mjs",
445
437
  "styles": []
446
438
  },
447
- "VTab": {
448
- "from": "components/VTabs/index.mjs",
439
+ "VSwitch": {
440
+ "from": "components/VSwitch/index.mjs",
449
441
  "styles": []
450
442
  },
451
- "VTabs": {
452
- "from": "components/VTabs/index.mjs",
443
+ "VTextarea": {
444
+ "from": "components/VTextarea/index.mjs",
453
445
  "styles": []
454
446
  },
455
- "VTabsWindow": {
456
- "from": "components/VTabs/index.mjs",
447
+ "VSystemBar": {
448
+ "from": "components/VSystemBar/index.mjs",
457
449
  "styles": []
458
450
  },
459
- "VTabsWindowItem": {
460
- "from": "components/VTabs/index.mjs",
451
+ "VTextField": {
452
+ "from": "components/VTextField/index.mjs",
461
453
  "styles": []
462
454
  },
463
- "VTextarea": {
464
- "from": "components/VTextarea/index.mjs",
455
+ "VTab": {
456
+ "from": "components/VTabs/index.mjs",
465
457
  "styles": []
466
458
  },
467
- "VTextField": {
468
- "from": "components/VTextField/index.mjs",
459
+ "VTabs": {
460
+ "from": "components/VTabs/index.mjs",
469
461
  "styles": []
470
462
  },
471
- "VTimeline": {
472
- "from": "components/VTimeline/index.mjs",
463
+ "VTabsWindow": {
464
+ "from": "components/VTabs/index.mjs",
473
465
  "styles": []
474
466
  },
475
- "VTimelineItem": {
476
- "from": "components/VTimeline/index.mjs",
467
+ "VTabsWindowItem": {
468
+ "from": "components/VTabs/index.mjs",
477
469
  "styles": []
478
470
  },
479
471
  "VToolbar": {
@@ -500,6 +492,14 @@
500
492
  "from": "components/VWindow/index.mjs",
501
493
  "styles": []
502
494
  },
495
+ "VTimeline": {
496
+ "from": "components/VTimeline/index.mjs",
497
+ "styles": []
498
+ },
499
+ "VTimelineItem": {
500
+ "from": "components/VTimeline/index.mjs",
501
+ "styles": []
502
+ },
503
503
  "VConfirmEdit": {
504
504
  "from": "components/VConfirmEdit/index.mjs",
505
505
  "styles": []
@@ -536,6 +536,10 @@
536
536
  "from": "components/VHover/index.mjs",
537
537
  "styles": []
538
538
  },
539
+ "VLocaleProvider": {
540
+ "from": "components/VLocaleProvider/index.mjs",
541
+ "styles": []
542
+ },
539
543
  "VLayout": {
540
544
  "from": "components/VLayout/index.mjs",
541
545
  "styles": []
@@ -544,10 +548,6 @@
544
548
  "from": "components/VLayout/index.mjs",
545
549
  "styles": []
546
550
  },
547
- "VLocaleProvider": {
548
- "from": "components/VLocaleProvider/index.mjs",
549
- "styles": []
550
- },
551
551
  "VLazy": {
552
552
  "from": "components/VLazy/index.mjs",
553
553
  "styles": []
@@ -560,14 +560,14 @@
560
560
  "from": "components/VParallax/index.mjs",
561
561
  "styles": []
562
562
  },
563
- "VRangeSlider": {
564
- "from": "components/VRangeSlider/index.mjs",
565
- "styles": []
566
- },
567
563
  "VRadio": {
568
564
  "from": "components/VRadio/index.mjs",
569
565
  "styles": []
570
566
  },
567
+ "VRangeSlider": {
568
+ "from": "components/VRangeSlider/index.mjs",
569
+ "styles": []
570
+ },
571
571
  "VResponsive": {
572
572
  "from": "components/VResponsive/index.mjs",
573
573
  "styles": []
@@ -576,6 +576,10 @@
576
576
  "from": "components/VSpeedDial/index.mjs",
577
577
  "styles": []
578
578
  },
579
+ "VSparkline": {
580
+ "from": "components/VSparkline/index.mjs",
581
+ "styles": []
582
+ },
579
583
  "VThemeProvider": {
580
584
  "from": "components/VThemeProvider/index.mjs",
581
585
  "styles": []
@@ -651,10 +655,6 @@
651
655
  "VDialogTransition": {
652
656
  "from": "components/transitions/index.mjs",
653
657
  "styles": []
654
- },
655
- "VSparkline": {
656
- "from": "components/VSparkline/index.mjs",
657
- "styles": []
658
658
  }
659
659
  },
660
660
  "directives": [
@@ -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-07",
5
+ "version": "3.6.9-master.2024-06-12",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -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": [