@vuetify/nightly 3.8.9-master.2025-06-14 → 3.8.9-master.2025-06-17

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 (44) hide show
  1. package/CHANGELOG.md +6 -3
  2. package/dist/json/attributes.json +3488 -3488
  3. package/dist/json/importMap-labs.json +26 -26
  4. package/dist/json/importMap.json +146 -146
  5. package/dist/json/web-types.json +5923 -5923
  6. package/dist/vuetify-labs.cjs +38 -14
  7. package/dist/vuetify-labs.css +3770 -3769
  8. package/dist/vuetify-labs.d.ts +55 -55
  9. package/dist/vuetify-labs.esm.js +38 -14
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +38 -14
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +38 -14
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +6029 -6028
  16. package/dist/vuetify.d.ts +55 -55
  17. package/dist/vuetify.esm.js +38 -14
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +38 -14
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +372 -371
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VBtnGroup/VBtnGroup.css +2 -1
  25. package/lib/components/VBtnGroup/VBtnGroup.sass +2 -1
  26. package/lib/components/VOtpInput/VOtpInput.js +17 -1
  27. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  28. package/lib/components/VTextField/VTextField.js +4 -4
  29. package/lib/components/VTextField/VTextField.js.map +1 -1
  30. package/lib/components/VTextarea/VTextarea.js +4 -4
  31. package/lib/components/VTextarea/VTextarea.js.map +1 -1
  32. package/lib/composables/autofocus.d.ts +7 -0
  33. package/lib/composables/autofocus.js +10 -0
  34. package/lib/composables/autofocus.js.map +1 -0
  35. package/lib/composables/group.js +1 -0
  36. package/lib/composables/group.js.map +1 -1
  37. package/lib/composables/intersectionObserver.js +2 -2
  38. package/lib/composables/intersectionObserver.js.map +1 -1
  39. package/lib/composables/selectLink.js +2 -2
  40. package/lib/composables/selectLink.js.map +1 -1
  41. package/lib/entry-bundler.js +1 -1
  42. package/lib/framework.d.ts +55 -55
  43. package/lib/framework.js +1 -1
  44. package/package.json +1 -1
@@ -24,28 +24,20 @@
24
24
  "from": "labs/VCalendar",
25
25
  "styles": []
26
26
  },
27
- "VFileUpload": {
28
- "from": "labs/VFileUpload",
29
- "styles": []
30
- },
31
- "VFileUploadItem": {
32
- "from": "labs/VFileUpload",
33
- "styles": []
34
- },
35
27
  "VIconBtn": {
36
28
  "from": "labs/VIconBtn",
37
29
  "styles": []
38
30
  },
39
- "VTimePicker": {
40
- "from": "labs/VTimePicker",
31
+ "VFileUpload": {
32
+ "from": "labs/VFileUpload",
41
33
  "styles": []
42
34
  },
43
- "VTimePickerClock": {
44
- "from": "labs/VTimePicker",
35
+ "VFileUploadItem": {
36
+ "from": "labs/VFileUpload",
45
37
  "styles": []
46
38
  },
47
- "VTimePickerControls": {
48
- "from": "labs/VTimePicker",
39
+ "VColorInput": {
40
+ "from": "labs/VColorInput",
49
41
  "styles": []
50
42
  },
51
43
  "VPicker": {
@@ -68,18 +60,6 @@
68
60
  "from": "labs/VStepperVertical",
69
61
  "styles": []
70
62
  },
71
- "VDateInput": {
72
- "from": "labs/VDateInput",
73
- "styles": []
74
- },
75
- "VPullToRefresh": {
76
- "from": "labs/VPullToRefresh",
77
- "styles": []
78
- },
79
- "VColorInput": {
80
- "from": "labs/VColorInput",
81
- "styles": []
82
- },
83
63
  "VTreeview": {
84
64
  "from": "labs/VTreeview",
85
65
  "styles": []
@@ -91,6 +71,26 @@
91
71
  "VTreeviewGroup": {
92
72
  "from": "labs/VTreeview",
93
73
  "styles": []
74
+ },
75
+ "VTimePicker": {
76
+ "from": "labs/VTimePicker",
77
+ "styles": []
78
+ },
79
+ "VTimePickerClock": {
80
+ "from": "labs/VTimePicker",
81
+ "styles": []
82
+ },
83
+ "VTimePickerControls": {
84
+ "from": "labs/VTimePicker",
85
+ "styles": []
86
+ },
87
+ "VDateInput": {
88
+ "from": "labs/VDateInput",
89
+ "styles": []
90
+ },
91
+ "VPullToRefresh": {
92
+ "from": "labs/VPullToRefresh",
93
+ "styles": []
94
94
  }
95
95
  }
96
96
  }
@@ -1,5 +1,9 @@
1
1
  {
2
2
  "components": {
3
+ "VAutocomplete": {
4
+ "from": "components/VAutocomplete",
5
+ "styles": []
6
+ },
3
7
  "VAlert": {
4
8
  "from": "components/VAlert",
5
9
  "styles": []
@@ -20,12 +24,12 @@
20
24
  "from": "components/VAppBar",
21
25
  "styles": []
22
26
  },
23
- "VApp": {
24
- "from": "components/VApp",
27
+ "VAvatar": {
28
+ "from": "components/VAvatar",
25
29
  "styles": []
26
30
  },
27
- "VAutocomplete": {
28
- "from": "components/VAutocomplete",
31
+ "VApp": {
32
+ "from": "components/VApp",
29
33
  "styles": []
30
34
  },
31
35
  "VBanner": {
@@ -40,20 +44,28 @@
40
44
  "from": "components/VBanner",
41
45
  "styles": []
42
46
  },
43
- "VBottomNavigation": {
44
- "from": "components/VBottomNavigation",
47
+ "VBottomSheet": {
48
+ "from": "components/VBottomSheet",
45
49
  "styles": []
46
50
  },
47
51
  "VBadge": {
48
52
  "from": "components/VBadge",
49
53
  "styles": []
50
54
  },
51
- "VBtnGroup": {
52
- "from": "components/VBtnGroup",
55
+ "VBtnToggle": {
56
+ "from": "components/VBtnToggle",
53
57
  "styles": []
54
58
  },
55
- "VAvatar": {
56
- "from": "components/VAvatar",
59
+ "VCarousel": {
60
+ "from": "components/VCarousel",
61
+ "styles": []
62
+ },
63
+ "VCarouselItem": {
64
+ "from": "components/VCarousel",
65
+ "styles": []
66
+ },
67
+ "VCode": {
68
+ "from": "components/VCode",
57
69
  "styles": []
58
70
  },
59
71
  "VCard": {
@@ -80,12 +92,8 @@
80
92
  "from": "components/VCard",
81
93
  "styles": []
82
94
  },
83
- "VBtnToggle": {
84
- "from": "components/VBtnToggle",
85
- "styles": []
86
- },
87
- "VBottomSheet": {
88
- "from": "components/VBottomSheet",
95
+ "VChip": {
96
+ "from": "components/VChip",
89
97
  "styles": []
90
98
  },
91
99
  "VBreadcrumbs": {
@@ -108,30 +116,6 @@
108
116
  "from": "components/VCheckbox",
109
117
  "styles": []
110
118
  },
111
- "VBtn": {
112
- "from": "components/VBtn",
113
- "styles": []
114
- },
115
- "VCarousel": {
116
- "from": "components/VCarousel",
117
- "styles": []
118
- },
119
- "VCarouselItem": {
120
- "from": "components/VCarousel",
121
- "styles": []
122
- },
123
- "VChip": {
124
- "from": "components/VChip",
125
- "styles": []
126
- },
127
- "VCode": {
128
- "from": "components/VCode",
129
- "styles": []
130
- },
131
- "VCombobox": {
132
- "from": "components/VCombobox",
133
- "styles": []
134
- },
135
119
  "VCounter": {
136
120
  "from": "components/VCounter",
137
121
  "styles": []
@@ -140,6 +124,14 @@
140
124
  "from": "components/VColorPicker",
141
125
  "styles": []
142
126
  },
127
+ "VBtn": {
128
+ "from": "components/VBtn",
129
+ "styles": []
130
+ },
131
+ "VBtnGroup": {
132
+ "from": "components/VBtnGroup",
133
+ "styles": []
134
+ },
143
135
  "VDataTable": {
144
136
  "from": "components/VDataTable",
145
137
  "styles": []
@@ -168,8 +160,8 @@
168
160
  "from": "components/VDataTable",
169
161
  "styles": []
170
162
  },
171
- "VChipGroup": {
172
- "from": "components/VChipGroup",
163
+ "VDialog": {
164
+ "from": "components/VDialog",
173
165
  "styles": []
174
166
  },
175
167
  "VDatePicker": {
@@ -196,8 +188,12 @@
196
188
  "from": "components/VDatePicker",
197
189
  "styles": []
198
190
  },
199
- "VDialog": {
200
- "from": "components/VDialog",
191
+ "VEmptyState": {
192
+ "from": "components/VEmptyState",
193
+ "styles": []
194
+ },
195
+ "VChipGroup": {
196
+ "from": "components/VChipGroup",
201
197
  "styles": []
202
198
  },
203
199
  "VExpansionPanels": {
@@ -216,16 +212,8 @@
216
212
  "from": "components/VExpansionPanel",
217
213
  "styles": []
218
214
  },
219
- "VDivider": {
220
- "from": "components/VDivider",
221
- "styles": []
222
- },
223
- "VFooter": {
224
- "from": "components/VFooter",
225
- "styles": []
226
- },
227
- "VFab": {
228
- "from": "components/VFab",
215
+ "VFileInput": {
216
+ "from": "components/VFileInput",
229
217
  "styles": []
230
218
  },
231
219
  "VField": {
@@ -236,12 +224,16 @@
236
224
  "from": "components/VField",
237
225
  "styles": []
238
226
  },
239
- "VEmptyState": {
240
- "from": "components/VEmptyState",
227
+ "VCombobox": {
228
+ "from": "components/VCombobox",
241
229
  "styles": []
242
230
  },
243
- "VFileInput": {
244
- "from": "components/VFileInput",
231
+ "VFab": {
232
+ "from": "components/VFab",
233
+ "styles": []
234
+ },
235
+ "VFooter": {
236
+ "from": "components/VFooter",
245
237
  "styles": []
246
238
  },
247
239
  "VIcon": {
@@ -264,46 +256,34 @@
264
256
  "from": "components/VIcon",
265
257
  "styles": []
266
258
  },
267
- "VImg": {
268
- "from": "components/VImg",
259
+ "VInput": {
260
+ "from": "components/VInput",
269
261
  "styles": []
270
262
  },
271
263
  "VInfiniteScroll": {
272
264
  "from": "components/VInfiniteScroll",
273
265
  "styles": []
274
266
  },
275
- "VItemGroup": {
276
- "from": "components/VItemGroup",
267
+ "VImg": {
268
+ "from": "components/VImg",
277
269
  "styles": []
278
270
  },
279
- "VItem": {
280
- "from": "components/VItemGroup",
271
+ "VLabel": {
272
+ "from": "components/VLabel",
281
273
  "styles": []
282
274
  },
283
- "VInput": {
284
- "from": "components/VInput",
275
+ "VItemGroup": {
276
+ "from": "components/VItemGroup",
285
277
  "styles": []
286
278
  },
287
- "VMenu": {
288
- "from": "components/VMenu",
279
+ "VItem": {
280
+ "from": "components/VItemGroup",
289
281
  "styles": []
290
282
  },
291
283
  "VKbd": {
292
284
  "from": "components/VKbd",
293
285
  "styles": []
294
286
  },
295
- "VLabel": {
296
- "from": "components/VLabel",
297
- "styles": []
298
- },
299
- "VNavigationDrawer": {
300
- "from": "components/VNavigationDrawer",
301
- "styles": []
302
- },
303
- "VMessages": {
304
- "from": "components/VMessages",
305
- "styles": []
306
- },
307
287
  "VList": {
308
288
  "from": "components/VList",
309
289
  "styles": []
@@ -340,58 +320,82 @@
340
320
  "from": "components/VList",
341
321
  "styles": []
342
322
  },
343
- "VNumberInput": {
344
- "from": "components/VNumberInput",
323
+ "VMessages": {
324
+ "from": "components/VMessages",
325
+ "styles": []
326
+ },
327
+ "VNavigationDrawer": {
328
+ "from": "components/VNavigationDrawer",
345
329
  "styles": []
346
330
  },
347
331
  "VOtpInput": {
348
332
  "from": "components/VOtpInput",
349
333
  "styles": []
350
334
  },
351
- "VOverlay": {
352
- "from": "components/VOverlay",
335
+ "VMain": {
336
+ "from": "components/VMain",
353
337
  "styles": []
354
338
  },
355
- "VProgressCircular": {
356
- "from": "components/VProgressCircular",
339
+ "VMenu": {
340
+ "from": "components/VMenu",
357
341
  "styles": []
358
342
  },
359
- "VRadioGroup": {
360
- "from": "components/VRadioGroup",
343
+ "VNumberInput": {
344
+ "from": "components/VNumberInput",
345
+ "styles": []
346
+ },
347
+ "VPagination": {
348
+ "from": "components/VPagination",
349
+ "styles": []
350
+ },
351
+ "VProgressCircular": {
352
+ "from": "components/VProgressCircular",
361
353
  "styles": []
362
354
  },
363
355
  "VProgressLinear": {
364
356
  "from": "components/VProgressLinear",
365
357
  "styles": []
366
358
  },
367
- "VPagination": {
368
- "from": "components/VPagination",
359
+ "VOverlay": {
360
+ "from": "components/VOverlay",
369
361
  "styles": []
370
362
  },
371
- "VSelect": {
372
- "from": "components/VSelect",
363
+ "VRating": {
364
+ "from": "components/VRating",
373
365
  "styles": []
374
366
  },
375
367
  "VSelectionControl": {
376
368
  "from": "components/VSelectionControl",
377
369
  "styles": []
378
370
  },
379
- "VSelectionControlGroup": {
380
- "from": "components/VSelectionControlGroup",
371
+ "VSlider": {
372
+ "from": "components/VSlider",
381
373
  "styles": []
382
374
  },
383
- "VRating": {
384
- "from": "components/VRating",
375
+ "VSelect": {
376
+ "from": "components/VSelect",
377
+ "styles": []
378
+ },
379
+ "VRadioGroup": {
380
+ "from": "components/VRadioGroup",
385
381
  "styles": []
386
382
  },
387
383
  "VSheet": {
388
384
  "from": "components/VSheet",
389
385
  "styles": []
390
386
  },
387
+ "VSelectionControlGroup": {
388
+ "from": "components/VSelectionControlGroup",
389
+ "styles": []
390
+ },
391
391
  "VSkeletonLoader": {
392
392
  "from": "components/VSkeletonLoader",
393
393
  "styles": []
394
394
  },
395
+ "VSnackbar": {
396
+ "from": "components/VSnackbar",
397
+ "styles": []
398
+ },
395
399
  "VSlideGroup": {
396
400
  "from": "components/VSlideGroup",
397
401
  "styles": []
@@ -400,6 +404,10 @@
400
404
  "from": "components/VSlideGroup",
401
405
  "styles": []
402
406
  },
407
+ "VSwitch": {
408
+ "from": "components/VSwitch",
409
+ "styles": []
410
+ },
403
411
  "VStepper": {
404
412
  "from": "components/VStepper",
405
413
  "styles": []
@@ -424,34 +432,6 @@
424
432
  "from": "components/VStepper",
425
433
  "styles": []
426
434
  },
427
- "VSnackbar": {
428
- "from": "components/VSnackbar",
429
- "styles": []
430
- },
431
- "VSlider": {
432
- "from": "components/VSlider",
433
- "styles": []
434
- },
435
- "VSystemBar": {
436
- "from": "components/VSystemBar",
437
- "styles": []
438
- },
439
- "VSwitch": {
440
- "from": "components/VSwitch",
441
- "styles": []
442
- },
443
- "VTextarea": {
444
- "from": "components/VTextarea",
445
- "styles": []
446
- },
447
- "VTable": {
448
- "from": "components/VTable",
449
- "styles": []
450
- },
451
- "VTextField": {
452
- "from": "components/VTextField",
453
- "styles": []
454
- },
455
435
  "VTab": {
456
436
  "from": "components/VTabs",
457
437
  "styles": []
@@ -468,16 +448,12 @@
468
448
  "from": "components/VTabs",
469
449
  "styles": []
470
450
  },
471
- "VTooltip": {
472
- "from": "components/VTooltip",
473
- "styles": []
474
- },
475
- "VWindow": {
476
- "from": "components/VWindow",
451
+ "VTable": {
452
+ "from": "components/VTable",
477
453
  "styles": []
478
454
  },
479
- "VWindowItem": {
480
- "from": "components/VWindow",
455
+ "VTextField": {
456
+ "from": "components/VTextField",
481
457
  "styles": []
482
458
  },
483
459
  "VTimeline": {
@@ -500,24 +476,40 @@
500
476
  "from": "components/VToolbar",
501
477
  "styles": []
502
478
  },
503
- "VMain": {
504
- "from": "components/VMain",
479
+ "VTooltip": {
480
+ "from": "components/VTooltip",
505
481
  "styles": []
506
482
  },
507
- "VConfirmEdit": {
508
- "from": "components/VConfirmEdit",
483
+ "VSystemBar": {
484
+ "from": "components/VSystemBar",
509
485
  "styles": []
510
486
  },
511
- "VDataIterator": {
512
- "from": "components/VDataIterator",
487
+ "VTextarea": {
488
+ "from": "components/VTextarea",
489
+ "styles": []
490
+ },
491
+ "VWindow": {
492
+ "from": "components/VWindow",
493
+ "styles": []
494
+ },
495
+ "VWindowItem": {
496
+ "from": "components/VWindow",
497
+ "styles": []
498
+ },
499
+ "VBottomNavigation": {
500
+ "from": "components/VBottomNavigation",
513
501
  "styles": []
514
502
  },
515
503
  "VDefaultsProvider": {
516
504
  "from": "components/VDefaultsProvider",
517
505
  "styles": []
518
506
  },
519
- "VForm": {
520
- "from": "components/VForm",
507
+ "VConfirmEdit": {
508
+ "from": "components/VConfirmEdit",
509
+ "styles": []
510
+ },
511
+ "VHover": {
512
+ "from": "components/VHover",
521
513
  "styles": []
522
514
  },
523
515
  "VContainer": {
@@ -536,8 +528,8 @@
536
528
  "from": "components/VGrid",
537
529
  "styles": []
538
530
  },
539
- "VHover": {
540
- "from": "components/VHover",
531
+ "VForm": {
532
+ "from": "components/VForm",
541
533
  "styles": []
542
534
  },
543
535
  "VLayout": {
@@ -588,10 +580,6 @@
588
580
  "from": "components/VSpeedDial",
589
581
  "styles": []
590
582
  },
591
- "VValidation": {
592
- "from": "components/VValidation",
593
- "styles": []
594
- },
595
583
  "VVirtualScroll": {
596
584
  "from": "components/VVirtualScroll",
597
585
  "styles": []
@@ -600,6 +588,14 @@
600
588
  "from": "components/VThemeProvider",
601
589
  "styles": []
602
590
  },
591
+ "VValidation": {
592
+ "from": "components/VValidation",
593
+ "styles": []
594
+ },
595
+ "VDivider": {
596
+ "from": "components/VDivider",
597
+ "styles": []
598
+ },
603
599
  "VFabTransition": {
604
600
  "from": "components/transitions",
605
601
  "styles": []
@@ -663,6 +659,10 @@
663
659
  "VDialogTransition": {
664
660
  "from": "components/transitions",
665
661
  "styles": []
662
+ },
663
+ "VDataIterator": {
664
+ "from": "components/VDataIterator",
665
+ "styles": []
666
666
  }
667
667
  },
668
668
  "directives": [