@vuetify/nightly 3.8.11-master.2025-06-24 → 3.8.11-master.2025-06-30

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 (56) hide show
  1. package/CHANGELOG.md +20 -3
  2. package/dist/json/attributes.json +926 -926
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +128 -128
  5. package/dist/json/web-types.json +1587 -1587
  6. package/dist/vuetify-labs.cjs +30 -29
  7. package/dist/vuetify-labs.css +4863 -4863
  8. package/dist/vuetify-labs.d.ts +186 -186
  9. package/dist/vuetify-labs.esm.js +30 -29
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +30 -29
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +13 -13
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +3384 -3384
  16. package/dist/vuetify.d.ts +43 -43
  17. package/dist/vuetify.esm.js +13 -13
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +13 -13
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +9 -10
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VDataTable/VDataTableColumn.js +0 -1
  25. package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
  26. package/lib/components/VDataTable/VDataTableHeaders.js +5 -5
  27. package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
  28. package/lib/components/VDataTable/composables/sort.js +2 -1
  29. package/lib/components/VDataTable/composables/sort.js.map +1 -1
  30. package/lib/components/VOverlay/locationStrategies.js +1 -1
  31. package/lib/components/VOverlay/locationStrategies.js.map +1 -1
  32. package/lib/components/VTextField/VTextField.js +1 -1
  33. package/lib/components/VTextField/VTextField.js.map +1 -1
  34. package/lib/composables/virtual.js +1 -1
  35. package/lib/composables/virtual.js.map +1 -1
  36. package/lib/entry-bundler.js +1 -1
  37. package/lib/framework.d.ts +43 -43
  38. package/lib/framework.js +1 -1
  39. package/lib/labs/VCalendar/VCalendar.d.ts +33 -33
  40. package/lib/labs/VCalendar/VCalendar.js +1 -1
  41. package/lib/labs/VCalendar/VCalendar.js.map +1 -1
  42. package/lib/labs/VCalendar/VCalendarDay.d.ts +33 -33
  43. package/lib/labs/VCalendar/VCalendarDay.js +1 -1
  44. package/lib/labs/VCalendar/VCalendarDay.js.map +1 -1
  45. package/lib/labs/VCalendar/VCalendarInterval.d.ts +36 -36
  46. package/lib/labs/VCalendar/VCalendarInterval.js +9 -9
  47. package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
  48. package/lib/labs/VCalendar/VCalendarIntervalEvent.d.ts +12 -12
  49. package/lib/labs/VCalendar/VCalendarIntervalEvent.js +1 -1
  50. package/lib/labs/VCalendar/VCalendarIntervalEvent.js.map +1 -1
  51. package/lib/labs/VCalendar/VCalendarMonthDay.d.ts +36 -36
  52. package/lib/labs/VCalendar/VCalendarMonthDay.js +4 -4
  53. package/lib/labs/VCalendar/VCalendarMonthDay.js.map +1 -1
  54. package/lib/labs/VIconBtn/VIconBtn.js +1 -0
  55. package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
  56. package/package.json +1 -1
@@ -1,9 +1,25 @@
1
1
  {
2
2
  "components": {
3
+ "VPicker": {
4
+ "from": "labs/VPicker",
5
+ "styles": []
6
+ },
7
+ "VPickerTitle": {
8
+ "from": "labs/VPicker",
9
+ "styles": []
10
+ },
3
11
  "VColorInput": {
4
12
  "from": "labs/VColorInput",
5
13
  "styles": []
6
14
  },
15
+ "VFileUpload": {
16
+ "from": "labs/VFileUpload",
17
+ "styles": []
18
+ },
19
+ "VFileUploadItem": {
20
+ "from": "labs/VFileUpload",
21
+ "styles": []
22
+ },
7
23
  "VCalendar": {
8
24
  "from": "labs/VCalendar",
9
25
  "styles": []
@@ -28,10 +44,6 @@
28
44
  "from": "labs/VCalendar",
29
45
  "styles": []
30
46
  },
31
- "VIconBtn": {
32
- "from": "labs/VIconBtn",
33
- "styles": []
34
- },
35
47
  "VStepperVertical": {
36
48
  "from": "labs/VStepperVertical",
37
49
  "styles": []
@@ -44,14 +56,6 @@
44
56
  "from": "labs/VStepperVertical",
45
57
  "styles": []
46
58
  },
47
- "VPicker": {
48
- "from": "labs/VPicker",
49
- "styles": []
50
- },
51
- "VPickerTitle": {
52
- "from": "labs/VPicker",
53
- "styles": []
54
- },
55
59
  "VTreeview": {
56
60
  "from": "labs/VTreeview",
57
61
  "styles": []
@@ -64,14 +68,6 @@
64
68
  "from": "labs/VTreeview",
65
69
  "styles": []
66
70
  },
67
- "VFileUpload": {
68
- "from": "labs/VFileUpload",
69
- "styles": []
70
- },
71
- "VFileUploadItem": {
72
- "from": "labs/VFileUpload",
73
- "styles": []
74
- },
75
71
  "VTimePicker": {
76
72
  "from": "labs/VTimePicker",
77
73
  "styles": []
@@ -84,6 +80,10 @@
84
80
  "from": "labs/VTimePicker",
85
81
  "styles": []
86
82
  },
83
+ "VIconBtn": {
84
+ "from": "labs/VIconBtn",
85
+ "styles": []
86
+ },
87
87
  "VDateInput": {
88
88
  "from": "labs/VDateInput",
89
89
  "styles": []
@@ -4,6 +4,10 @@
4
4
  "from": "components/VApp",
5
5
  "styles": []
6
6
  },
7
+ "VAutocomplete": {
8
+ "from": "components/VAutocomplete",
9
+ "styles": []
10
+ },
7
11
  "VAppBar": {
8
12
  "from": "components/VAppBar",
9
13
  "styles": []
@@ -16,16 +20,16 @@
16
20
  "from": "components/VAppBar",
17
21
  "styles": []
18
22
  },
19
- "VAvatar": {
20
- "from": "components/VAvatar",
23
+ "VAlert": {
24
+ "from": "components/VAlert",
21
25
  "styles": []
22
26
  },
23
- "VAutocomplete": {
24
- "from": "components/VAutocomplete",
27
+ "VAlertTitle": {
28
+ "from": "components/VAlert",
25
29
  "styles": []
26
30
  },
27
- "VBottomNavigation": {
28
- "from": "components/VBottomNavigation",
31
+ "VAvatar": {
32
+ "from": "components/VAvatar",
29
33
  "styles": []
30
34
  },
31
35
  "VBanner": {
@@ -40,16 +44,12 @@
40
44
  "from": "components/VBanner",
41
45
  "styles": []
42
46
  },
43
- "VBottomSheet": {
44
- "from": "components/VBottomSheet",
45
- "styles": []
46
- },
47
47
  "VBadge": {
48
48
  "from": "components/VBadge",
49
49
  "styles": []
50
50
  },
51
- "VBtnToggle": {
52
- "from": "components/VBtnToggle",
51
+ "VBottomNavigation": {
52
+ "from": "components/VBottomNavigation",
53
53
  "styles": []
54
54
  },
55
55
  "VBreadcrumbs": {
@@ -68,6 +68,26 @@
68
68
  "from": "components/VBtn",
69
69
  "styles": []
70
70
  },
71
+ "VBtnGroup": {
72
+ "from": "components/VBtnGroup",
73
+ "styles": []
74
+ },
75
+ "VBtnToggle": {
76
+ "from": "components/VBtnToggle",
77
+ "styles": []
78
+ },
79
+ "VBottomSheet": {
80
+ "from": "components/VBottomSheet",
81
+ "styles": []
82
+ },
83
+ "VCheckbox": {
84
+ "from": "components/VCheckbox",
85
+ "styles": []
86
+ },
87
+ "VCheckboxBtn": {
88
+ "from": "components/VCheckbox",
89
+ "styles": []
90
+ },
71
91
  "VCard": {
72
92
  "from": "components/VCard",
73
93
  "styles": []
@@ -92,52 +112,28 @@
92
112
  "from": "components/VCard",
93
113
  "styles": []
94
114
  },
95
- "VAlert": {
96
- "from": "components/VAlert",
97
- "styles": []
98
- },
99
- "VAlertTitle": {
100
- "from": "components/VAlert",
101
- "styles": []
102
- },
103
- "VCheckbox": {
104
- "from": "components/VCheckbox",
105
- "styles": []
106
- },
107
- "VCheckboxBtn": {
108
- "from": "components/VCheckbox",
115
+ "VCarousel": {
116
+ "from": "components/VCarousel",
109
117
  "styles": []
110
118
  },
111
- "VChip": {
112
- "from": "components/VChip",
119
+ "VCarouselItem": {
120
+ "from": "components/VCarousel",
113
121
  "styles": []
114
122
  },
115
- "VBtnGroup": {
116
- "from": "components/VBtnGroup",
123
+ "VColorPicker": {
124
+ "from": "components/VColorPicker",
117
125
  "styles": []
118
126
  },
119
- "VChipGroup": {
120
- "from": "components/VChipGroup",
127
+ "VCombobox": {
128
+ "from": "components/VCombobox",
121
129
  "styles": []
122
130
  },
123
131
  "VCode": {
124
132
  "from": "components/VCode",
125
133
  "styles": []
126
134
  },
127
- "VCounter": {
128
- "from": "components/VCounter",
129
- "styles": []
130
- },
131
- "VCarousel": {
132
- "from": "components/VCarousel",
133
- "styles": []
134
- },
135
- "VCarouselItem": {
136
- "from": "components/VCarousel",
137
- "styles": []
138
- },
139
- "VCombobox": {
140
- "from": "components/VCombobox",
135
+ "VChip": {
136
+ "from": "components/VChip",
141
137
  "styles": []
142
138
  },
143
139
  "VDataTable": {
@@ -168,10 +164,6 @@
168
164
  "from": "components/VDataTable",
169
165
  "styles": []
170
166
  },
171
- "VColorPicker": {
172
- "from": "components/VColorPicker",
173
- "styles": []
174
- },
175
167
  "VDatePicker": {
176
168
  "from": "components/VDatePicker",
177
169
  "styles": []
@@ -196,20 +188,24 @@
196
188
  "from": "components/VDatePicker",
197
189
  "styles": []
198
190
  },
199
- "VDialog": {
200
- "from": "components/VDialog",
191
+ "VChipGroup": {
192
+ "from": "components/VChipGroup",
201
193
  "styles": []
202
194
  },
203
- "VEmptyState": {
204
- "from": "components/VEmptyState",
195
+ "VDialog": {
196
+ "from": "components/VDialog",
205
197
  "styles": []
206
198
  },
207
199
  "VDivider": {
208
200
  "from": "components/VDivider",
209
201
  "styles": []
210
202
  },
211
- "VFooter": {
212
- "from": "components/VFooter",
203
+ "VEmptyState": {
204
+ "from": "components/VEmptyState",
205
+ "styles": []
206
+ },
207
+ "VFab": {
208
+ "from": "components/VFab",
213
209
  "styles": []
214
210
  },
215
211
  "VExpansionPanels": {
@@ -228,8 +224,16 @@
228
224
  "from": "components/VExpansionPanel",
229
225
  "styles": []
230
226
  },
231
- "VFab": {
232
- "from": "components/VFab",
227
+ "VCounter": {
228
+ "from": "components/VCounter",
229
+ "styles": []
230
+ },
231
+ "VFooter": {
232
+ "from": "components/VFooter",
233
+ "styles": []
234
+ },
235
+ "VFileInput": {
236
+ "from": "components/VFileInput",
233
237
  "styles": []
234
238
  },
235
239
  "VField": {
@@ -260,18 +264,10 @@
260
264
  "from": "components/VIcon",
261
265
  "styles": []
262
266
  },
263
- "VFileInput": {
264
- "from": "components/VFileInput",
265
- "styles": []
266
- },
267
267
  "VImg": {
268
268
  "from": "components/VImg",
269
269
  "styles": []
270
270
  },
271
- "VInput": {
272
- "from": "components/VInput",
273
- "styles": []
274
- },
275
271
  "VItemGroup": {
276
272
  "from": "components/VItemGroup",
277
273
  "styles": []
@@ -280,18 +276,22 @@
280
276
  "from": "components/VItemGroup",
281
277
  "styles": []
282
278
  },
283
- "VKbd": {
284
- "from": "components/VKbd",
279
+ "VInput": {
280
+ "from": "components/VInput",
285
281
  "styles": []
286
282
  },
287
- "VLabel": {
288
- "from": "components/VLabel",
283
+ "VKbd": {
284
+ "from": "components/VKbd",
289
285
  "styles": []
290
286
  },
291
287
  "VInfiniteScroll": {
292
288
  "from": "components/VInfiniteScroll",
293
289
  "styles": []
294
290
  },
291
+ "VLabel": {
292
+ "from": "components/VLabel",
293
+ "styles": []
294
+ },
295
295
  "VList": {
296
296
  "from": "components/VList",
297
297
  "styles": []
@@ -328,10 +328,6 @@
328
328
  "from": "components/VList",
329
329
  "styles": []
330
330
  },
331
- "VMenu": {
332
- "from": "components/VMenu",
333
- "styles": []
334
- },
335
331
  "VMain": {
336
332
  "from": "components/VMain",
337
333
  "styles": []
@@ -340,28 +336,32 @@
340
336
  "from": "components/VMessages",
341
337
  "styles": []
342
338
  },
339
+ "VNavigationDrawer": {
340
+ "from": "components/VNavigationDrawer",
341
+ "styles": []
342
+ },
343
343
  "VNumberInput": {
344
344
  "from": "components/VNumberInput",
345
345
  "styles": []
346
346
  },
347
- "VNavigationDrawer": {
348
- "from": "components/VNavigationDrawer",
347
+ "VOtpInput": {
348
+ "from": "components/VOtpInput",
349
349
  "styles": []
350
350
  },
351
- "VPagination": {
352
- "from": "components/VPagination",
351
+ "VOverlay": {
352
+ "from": "components/VOverlay",
353
353
  "styles": []
354
354
  },
355
355
  "VProgressCircular": {
356
356
  "from": "components/VProgressCircular",
357
357
  "styles": []
358
358
  },
359
- "VOtpInput": {
360
- "from": "components/VOtpInput",
359
+ "VPagination": {
360
+ "from": "components/VPagination",
361
361
  "styles": []
362
362
  },
363
- "VOverlay": {
364
- "from": "components/VOverlay",
363
+ "VRating": {
364
+ "from": "components/VRating",
365
365
  "styles": []
366
366
  },
367
367
  "VProgressLinear": {
@@ -372,32 +372,20 @@
372
372
  "from": "components/VRadioGroup",
373
373
  "styles": []
374
374
  },
375
- "VSelectionControl": {
376
- "from": "components/VSelectionControl",
377
- "styles": []
378
- },
379
- "VSelectionControlGroup": {
380
- "from": "components/VSelectionControlGroup",
381
- "styles": []
382
- },
383
- "VRating": {
384
- "from": "components/VRating",
375
+ "VSelect": {
376
+ "from": "components/VSelect",
385
377
  "styles": []
386
378
  },
387
379
  "VSkeletonLoader": {
388
380
  "from": "components/VSkeletonLoader",
389
381
  "styles": []
390
382
  },
391
- "VSlideGroup": {
392
- "from": "components/VSlideGroup",
393
- "styles": []
394
- },
395
- "VSlideGroupItem": {
396
- "from": "components/VSlideGroup",
383
+ "VSelectionControlGroup": {
384
+ "from": "components/VSelectionControlGroup",
397
385
  "styles": []
398
386
  },
399
- "VSelect": {
400
- "from": "components/VSelect",
387
+ "VSelectionControl": {
388
+ "from": "components/VSelectionControl",
401
389
  "styles": []
402
390
  },
403
391
  "VSheet": {
@@ -408,6 +396,18 @@
408
396
  "from": "components/VSnackbar",
409
397
  "styles": []
410
398
  },
399
+ "VSlider": {
400
+ "from": "components/VSlider",
401
+ "styles": []
402
+ },
403
+ "VSlideGroup": {
404
+ "from": "components/VSlideGroup",
405
+ "styles": []
406
+ },
407
+ "VSlideGroupItem": {
408
+ "from": "components/VSlideGroup",
409
+ "styles": []
410
+ },
411
411
  "VStepper": {
412
412
  "from": "components/VStepper",
413
413
  "styles": []
@@ -432,14 +432,18 @@
432
432
  "from": "components/VStepper",
433
433
  "styles": []
434
434
  },
435
- "VSlider": {
436
- "from": "components/VSlider",
437
- "styles": []
438
- },
439
435
  "VSwitch": {
440
436
  "from": "components/VSwitch",
441
437
  "styles": []
442
438
  },
439
+ "VSystemBar": {
440
+ "from": "components/VSystemBar",
441
+ "styles": []
442
+ },
443
+ "VTextField": {
444
+ "from": "components/VTextField",
445
+ "styles": []
446
+ },
443
447
  "VTab": {
444
448
  "from": "components/VTabs",
445
449
  "styles": []
@@ -456,12 +460,8 @@
456
460
  "from": "components/VTabs",
457
461
  "styles": []
458
462
  },
459
- "VTable": {
460
- "from": "components/VTable",
461
- "styles": []
462
- },
463
- "VSystemBar": {
464
- "from": "components/VSystemBar",
463
+ "VTextarea": {
464
+ "from": "components/VTextarea",
465
465
  "styles": []
466
466
  },
467
467
  "VTimeline": {
@@ -472,6 +472,10 @@
472
472
  "from": "components/VTimeline",
473
473
  "styles": []
474
474
  },
475
+ "VTable": {
476
+ "from": "components/VTable",
477
+ "styles": []
478
+ },
475
479
  "VTooltip": {
476
480
  "from": "components/VTooltip",
477
481
  "styles": []
@@ -496,6 +500,14 @@
496
500
  "from": "components/VWindow",
497
501
  "styles": []
498
502
  },
503
+ "VMenu": {
504
+ "from": "components/VMenu",
505
+ "styles": []
506
+ },
507
+ "VConfirmEdit": {
508
+ "from": "components/VConfirmEdit",
509
+ "styles": []
510
+ },
499
511
  "VDataIterator": {
500
512
  "from": "components/VDataIterator",
501
513
  "styles": []
@@ -504,8 +516,8 @@
504
516
  "from": "components/VDefaultsProvider",
505
517
  "styles": []
506
518
  },
507
- "VConfirmEdit": {
508
- "from": "components/VConfirmEdit",
519
+ "VForm": {
520
+ "from": "components/VForm",
509
521
  "styles": []
510
522
  },
511
523
  "VContainer": {
@@ -524,10 +536,6 @@
524
536
  "from": "components/VGrid",
525
537
  "styles": []
526
538
  },
527
- "VForm": {
528
- "from": "components/VForm",
529
- "styles": []
530
- },
531
539
  "VHover": {
532
540
  "from": "components/VHover",
533
541
  "styles": []
@@ -588,18 +596,6 @@
588
596
  "from": "components/VValidation",
589
597
  "styles": []
590
598
  },
591
- "VVirtualScroll": {
592
- "from": "components/VVirtualScroll",
593
- "styles": []
594
- },
595
- "VTextField": {
596
- "from": "components/VTextField",
597
- "styles": []
598
- },
599
- "VTextarea": {
600
- "from": "components/VTextarea",
601
- "styles": []
602
- },
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
+ "VVirtualScroll": {
664
+ "from": "components/VVirtualScroll",
665
+ "styles": []
666
666
  }
667
667
  },
668
668
  "directives": [