@vuetify/nightly 3.8.8-master.2025-06-08 → 3.8.8-master.2025-06-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 (38) hide show
  1. package/CHANGELOG.md +6 -3
  2. package/dist/json/attributes.json +2963 -2963
  3. package/dist/json/importMap-labs.json +30 -30
  4. package/dist/json/importMap.json +162 -162
  5. package/dist/json/web-types.json +5784 -5784
  6. package/dist/vuetify-labs.cjs +11 -11
  7. package/dist/vuetify-labs.css +3689 -3689
  8. package/dist/vuetify-labs.d.ts +61 -61
  9. package/dist/vuetify-labs.esm.js +12 -12
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +11 -11
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +11 -11
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +2210 -2210
  16. package/dist/vuetify.d.ts +61 -61
  17. package/dist/vuetify.esm.js +12 -12
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +11 -11
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +915 -916
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VSelect/VSelect.js +6 -5
  25. package/lib/components/VSelect/VSelect.js.map +1 -1
  26. package/lib/composables/date/adapters/vuetify.js +1 -1
  27. package/lib/composables/date/adapters/vuetify.js.map +1 -1
  28. package/lib/composables/date/date.js +1 -1
  29. package/lib/composables/date/date.js.map +1 -1
  30. package/lib/composables/list-items.js +2 -2
  31. package/lib/composables/list-items.js.map +1 -1
  32. package/lib/entry-bundler.js +1 -1
  33. package/lib/framework.d.ts +61 -61
  34. package/lib/framework.js +1 -1
  35. package/lib/util/helpers.d.ts +1 -1
  36. package/lib/util/helpers.js +0 -1
  37. package/lib/util/helpers.js.map +1 -1
  38. package/package.json +1 -1
@@ -1,5 +1,17 @@
1
1
  {
2
2
  "components": {
3
+ "VColorInput": {
4
+ "from": "labs/VColorInput",
5
+ "styles": []
6
+ },
7
+ "VFileUpload": {
8
+ "from": "labs/VFileUpload",
9
+ "styles": []
10
+ },
11
+ "VFileUploadItem": {
12
+ "from": "labs/VFileUpload",
13
+ "styles": []
14
+ },
3
15
  "VCalendar": {
4
16
  "from": "labs/VCalendar",
5
17
  "styles": []
@@ -24,20 +36,12 @@
24
36
  "from": "labs/VCalendar",
25
37
  "styles": []
26
38
  },
27
- "VFileUpload": {
28
- "from": "labs/VFileUpload",
29
- "styles": []
30
- },
31
- "VFileUploadItem": {
32
- "from": "labs/VFileUpload",
33
- "styles": []
34
- },
35
- "VIconBtn": {
36
- "from": "labs/VIconBtn",
39
+ "VPicker": {
40
+ "from": "labs/VPicker",
37
41
  "styles": []
38
42
  },
39
- "VColorInput": {
40
- "from": "labs/VColorInput",
43
+ "VPickerTitle": {
44
+ "from": "labs/VPicker",
41
45
  "styles": []
42
46
  },
43
47
  "VStepperVertical": {
@@ -52,12 +56,20 @@
52
56
  "from": "labs/VStepperVertical",
53
57
  "styles": []
54
58
  },
55
- "VPicker": {
56
- "from": "labs/VPicker",
59
+ "VTimePicker": {
60
+ "from": "labs/VTimePicker",
57
61
  "styles": []
58
62
  },
59
- "VPickerTitle": {
60
- "from": "labs/VPicker",
63
+ "VTimePickerClock": {
64
+ "from": "labs/VTimePicker",
65
+ "styles": []
66
+ },
67
+ "VTimePickerControls": {
68
+ "from": "labs/VTimePicker",
69
+ "styles": []
70
+ },
71
+ "VIconBtn": {
72
+ "from": "labs/VIconBtn",
61
73
  "styles": []
62
74
  },
63
75
  "VTreeview": {
@@ -72,25 +84,13 @@
72
84
  "from": "labs/VTreeview",
73
85
  "styles": []
74
86
  },
75
- "VTimePicker": {
76
- "from": "labs/VTimePicker",
77
- "styles": []
78
- },
79
- "VTimePickerClock": {
80
- "from": "labs/VTimePicker",
81
- "styles": []
82
- },
83
- "VTimePickerControls": {
84
- "from": "labs/VTimePicker",
87
+ "VPullToRefresh": {
88
+ "from": "labs/VPullToRefresh",
85
89
  "styles": []
86
90
  },
87
91
  "VDateInput": {
88
92
  "from": "labs/VDateInput",
89
93
  "styles": []
90
- },
91
- "VPullToRefresh": {
92
- "from": "labs/VPullToRefresh",
93
- "styles": []
94
94
  }
95
95
  }
96
96
  }
@@ -1,9 +1,5 @@
1
1
  {
2
2
  "components": {
3
- "VApp": {
4
- "from": "components/VApp",
5
- "styles": []
6
- },
7
3
  "VAppBar": {
8
4
  "from": "components/VAppBar",
9
5
  "styles": []
@@ -16,8 +12,8 @@
16
12
  "from": "components/VAppBar",
17
13
  "styles": []
18
14
  },
19
- "VAutocomplete": {
20
- "from": "components/VAutocomplete",
15
+ "VApp": {
16
+ "from": "components/VApp",
21
17
  "styles": []
22
18
  },
23
19
  "VAlert": {
@@ -28,10 +24,6 @@
28
24
  "from": "components/VAlert",
29
25
  "styles": []
30
26
  },
31
- "VAvatar": {
32
- "from": "components/VAvatar",
33
- "styles": []
34
- },
35
27
  "VBanner": {
36
28
  "from": "components/VBanner",
37
29
  "styles": []
@@ -44,14 +36,26 @@
44
36
  "from": "components/VBanner",
45
37
  "styles": []
46
38
  },
47
- "VBottomSheet": {
48
- "from": "components/VBottomSheet",
39
+ "VAvatar": {
40
+ "from": "components/VAvatar",
41
+ "styles": []
42
+ },
43
+ "VAutocomplete": {
44
+ "from": "components/VAutocomplete",
45
+ "styles": []
46
+ },
47
+ "VBtn": {
48
+ "from": "components/VBtn",
49
49
  "styles": []
50
50
  },
51
51
  "VBadge": {
52
52
  "from": "components/VBadge",
53
53
  "styles": []
54
54
  },
55
+ "VBottomNavigation": {
56
+ "from": "components/VBottomNavigation",
57
+ "styles": []
58
+ },
55
59
  "VBreadcrumbs": {
56
60
  "from": "components/VBreadcrumbs",
57
61
  "styles": []
@@ -64,44 +68,12 @@
64
68
  "from": "components/VBreadcrumbs",
65
69
  "styles": []
66
70
  },
67
- "VBottomNavigation": {
68
- "from": "components/VBottomNavigation",
69
- "styles": []
70
- },
71
71
  "VBtnGroup": {
72
72
  "from": "components/VBtnGroup",
73
73
  "styles": []
74
74
  },
75
- "VBtnToggle": {
76
- "from": "components/VBtnToggle",
77
- "styles": []
78
- },
79
- "VCarousel": {
80
- "from": "components/VCarousel",
81
- "styles": []
82
- },
83
- "VCarouselItem": {
84
- "from": "components/VCarousel",
85
- "styles": []
86
- },
87
- "VBtn": {
88
- "from": "components/VBtn",
89
- "styles": []
90
- },
91
- "VChipGroup": {
92
- "from": "components/VChipGroup",
93
- "styles": []
94
- },
95
- "VChip": {
96
- "from": "components/VChip",
97
- "styles": []
98
- },
99
- "VCheckbox": {
100
- "from": "components/VCheckbox",
101
- "styles": []
102
- },
103
- "VCheckboxBtn": {
104
- "from": "components/VCheckbox",
75
+ "VBottomSheet": {
76
+ "from": "components/VBottomSheet",
105
77
  "styles": []
106
78
  },
107
79
  "VCard": {
@@ -128,44 +100,44 @@
128
100
  "from": "components/VCard",
129
101
  "styles": []
130
102
  },
131
- "VCode": {
132
- "from": "components/VCode",
103
+ "VBtnToggle": {
104
+ "from": "components/VBtnToggle",
133
105
  "styles": []
134
106
  },
135
- "VColorPicker": {
136
- "from": "components/VColorPicker",
107
+ "VCarousel": {
108
+ "from": "components/VCarousel",
137
109
  "styles": []
138
110
  },
139
- "VDataTable": {
140
- "from": "components/VDataTable",
111
+ "VCarouselItem": {
112
+ "from": "components/VCarousel",
141
113
  "styles": []
142
114
  },
143
- "VDataTableHeaders": {
144
- "from": "components/VDataTable",
115
+ "VChip": {
116
+ "from": "components/VChip",
145
117
  "styles": []
146
118
  },
147
- "VDataTableFooter": {
148
- "from": "components/VDataTable",
119
+ "VCheckbox": {
120
+ "from": "components/VCheckbox",
149
121
  "styles": []
150
122
  },
151
- "VDataTableRows": {
152
- "from": "components/VDataTable",
123
+ "VCheckboxBtn": {
124
+ "from": "components/VCheckbox",
153
125
  "styles": []
154
126
  },
155
- "VDataTableRow": {
156
- "from": "components/VDataTable",
127
+ "VCombobox": {
128
+ "from": "components/VCombobox",
157
129
  "styles": []
158
130
  },
159
- "VDataTableVirtual": {
160
- "from": "components/VDataTable",
131
+ "VChipGroup": {
132
+ "from": "components/VChipGroup",
161
133
  "styles": []
162
134
  },
163
- "VDataTableServer": {
164
- "from": "components/VDataTable",
135
+ "VCode": {
136
+ "from": "components/VCode",
165
137
  "styles": []
166
138
  },
167
- "VCombobox": {
168
- "from": "components/VCombobox",
139
+ "VColorPicker": {
140
+ "from": "components/VColorPicker",
169
141
  "styles": []
170
142
  },
171
143
  "VDatePicker": {
@@ -200,14 +172,42 @@
200
172
  "from": "components/VDialog",
201
173
  "styles": []
202
174
  },
203
- "VEmptyState": {
204
- "from": "components/VEmptyState",
175
+ "VDataTable": {
176
+ "from": "components/VDataTable",
177
+ "styles": []
178
+ },
179
+ "VDataTableHeaders": {
180
+ "from": "components/VDataTable",
181
+ "styles": []
182
+ },
183
+ "VDataTableFooter": {
184
+ "from": "components/VDataTable",
185
+ "styles": []
186
+ },
187
+ "VDataTableRows": {
188
+ "from": "components/VDataTable",
189
+ "styles": []
190
+ },
191
+ "VDataTableRow": {
192
+ "from": "components/VDataTable",
193
+ "styles": []
194
+ },
195
+ "VDataTableVirtual": {
196
+ "from": "components/VDataTable",
197
+ "styles": []
198
+ },
199
+ "VDataTableServer": {
200
+ "from": "components/VDataTable",
205
201
  "styles": []
206
202
  },
207
203
  "VDivider": {
208
204
  "from": "components/VDivider",
209
205
  "styles": []
210
206
  },
207
+ "VEmptyState": {
208
+ "from": "components/VEmptyState",
209
+ "styles": []
210
+ },
211
211
  "VExpansionPanels": {
212
212
  "from": "components/VExpansionPanel",
213
213
  "styles": []
@@ -228,14 +228,6 @@
228
228
  "from": "components/VFab",
229
229
  "styles": []
230
230
  },
231
- "VFileInput": {
232
- "from": "components/VFileInput",
233
- "styles": []
234
- },
235
- "VFooter": {
236
- "from": "components/VFooter",
237
- "styles": []
238
- },
239
231
  "VField": {
240
232
  "from": "components/VField",
241
233
  "styles": []
@@ -244,6 +236,18 @@
244
236
  "from": "components/VField",
245
237
  "styles": []
246
238
  },
239
+ "VFileInput": {
240
+ "from": "components/VFileInput",
241
+ "styles": []
242
+ },
243
+ "VInfiniteScroll": {
244
+ "from": "components/VInfiniteScroll",
245
+ "styles": []
246
+ },
247
+ "VFooter": {
248
+ "from": "components/VFooter",
249
+ "styles": []
250
+ },
247
251
  "VIcon": {
248
252
  "from": "components/VIcon",
249
253
  "styles": []
@@ -272,12 +276,8 @@
272
276
  "from": "components/VInput",
273
277
  "styles": []
274
278
  },
275
- "VInfiniteScroll": {
276
- "from": "components/VInfiniteScroll",
277
- "styles": []
278
- },
279
- "VKbd": {
280
- "from": "components/VKbd",
279
+ "VLabel": {
280
+ "from": "components/VLabel",
281
281
  "styles": []
282
282
  },
283
283
  "VItemGroup": {
@@ -288,10 +288,6 @@
288
288
  "from": "components/VItemGroup",
289
289
  "styles": []
290
290
  },
291
- "VLabel": {
292
- "from": "components/VLabel",
293
- "styles": []
294
- },
295
291
  "VList": {
296
292
  "from": "components/VList",
297
293
  "styles": []
@@ -328,6 +324,14 @@
328
324
  "from": "components/VList",
329
325
  "styles": []
330
326
  },
327
+ "VKbd": {
328
+ "from": "components/VKbd",
329
+ "styles": []
330
+ },
331
+ "VMenu": {
332
+ "from": "components/VMenu",
333
+ "styles": []
334
+ },
331
335
  "VMain": {
332
336
  "from": "components/VMain",
333
337
  "styles": []
@@ -336,20 +340,20 @@
336
340
  "from": "components/VMessages",
337
341
  "styles": []
338
342
  },
339
- "VMenu": {
340
- "from": "components/VMenu",
343
+ "VOtpInput": {
344
+ "from": "components/VOtpInput",
341
345
  "styles": []
342
346
  },
343
- "VNumberInput": {
344
- "from": "components/VNumberInput",
347
+ "VPagination": {
348
+ "from": "components/VPagination",
345
349
  "styles": []
346
350
  },
347
351
  "VNavigationDrawer": {
348
352
  "from": "components/VNavigationDrawer",
349
353
  "styles": []
350
354
  },
351
- "VOtpInput": {
352
- "from": "components/VOtpInput",
355
+ "VNumberInput": {
356
+ "from": "components/VNumberInput",
353
357
  "styles": []
354
358
  },
355
359
  "VProgressLinear": {
@@ -360,18 +364,14 @@
360
364
  "from": "components/VOverlay",
361
365
  "styles": []
362
366
  },
363
- "VPagination": {
364
- "from": "components/VPagination",
367
+ "VProgressCircular": {
368
+ "from": "components/VProgressCircular",
365
369
  "styles": []
366
370
  },
367
371
  "VSelect": {
368
372
  "from": "components/VSelect",
369
373
  "styles": []
370
374
  },
371
- "VProgressCircular": {
372
- "from": "components/VProgressCircular",
373
- "styles": []
374
- },
375
375
  "VRadioGroup": {
376
376
  "from": "components/VRadioGroup",
377
377
  "styles": []
@@ -384,34 +384,34 @@
384
384
  "from": "components/VSelectionControlGroup",
385
385
  "styles": []
386
386
  },
387
- "VSlideGroup": {
388
- "from": "components/VSlideGroup",
389
- "styles": []
390
- },
391
- "VSlideGroupItem": {
392
- "from": "components/VSlideGroup",
387
+ "VSelectionControl": {
388
+ "from": "components/VSelectionControl",
393
389
  "styles": []
394
390
  },
395
391
  "VSheet": {
396
392
  "from": "components/VSheet",
397
393
  "styles": []
398
394
  },
399
- "VSelectionControl": {
400
- "from": "components/VSelectionControl",
395
+ "VSlider": {
396
+ "from": "components/VSlider",
401
397
  "styles": []
402
398
  },
403
399
  "VSkeletonLoader": {
404
400
  "from": "components/VSkeletonLoader",
405
401
  "styles": []
406
402
  },
407
- "VSlider": {
408
- "from": "components/VSlider",
409
- "styles": []
410
- },
411
403
  "VSnackbar": {
412
404
  "from": "components/VSnackbar",
413
405
  "styles": []
414
406
  },
407
+ "VSlideGroup": {
408
+ "from": "components/VSlideGroup",
409
+ "styles": []
410
+ },
411
+ "VSlideGroupItem": {
412
+ "from": "components/VSlideGroup",
413
+ "styles": []
414
+ },
415
415
  "VStepper": {
416
416
  "from": "components/VStepper",
417
417
  "styles": []
@@ -440,18 +440,6 @@
440
440
  "from": "components/VSwitch",
441
441
  "styles": []
442
442
  },
443
- "VTable": {
444
- "from": "components/VTable",
445
- "styles": []
446
- },
447
- "VSystemBar": {
448
- "from": "components/VSystemBar",
449
- "styles": []
450
- },
451
- "VTextarea": {
452
- "from": "components/VTextarea",
453
- "styles": []
454
- },
455
443
  "VTextField": {
456
444
  "from": "components/VTextField",
457
445
  "styles": []
@@ -472,6 +460,14 @@
472
460
  "from": "components/VTabs",
473
461
  "styles": []
474
462
  },
463
+ "VTable": {
464
+ "from": "components/VTable",
465
+ "styles": []
466
+ },
467
+ "VSystemBar": {
468
+ "from": "components/VSystemBar",
469
+ "styles": []
470
+ },
475
471
  "VTimeline": {
476
472
  "from": "components/VTimeline",
477
473
  "styles": []
@@ -480,8 +476,8 @@
480
476
  "from": "components/VTimeline",
481
477
  "styles": []
482
478
  },
483
- "VTooltip": {
484
- "from": "components/VTooltip",
479
+ "VTextarea": {
480
+ "from": "components/VTextarea",
485
481
  "styles": []
486
482
  },
487
483
  "VToolbar": {
@@ -504,6 +500,14 @@
504
500
  "from": "components/VWindow",
505
501
  "styles": []
506
502
  },
503
+ "VTooltip": {
504
+ "from": "components/VTooltip",
505
+ "styles": []
506
+ },
507
+ "VDataIterator": {
508
+ "from": "components/VDataIterator",
509
+ "styles": []
510
+ },
507
511
  "VConfirmEdit": {
508
512
  "from": "components/VConfirmEdit",
509
513
  "styles": []
@@ -512,18 +516,30 @@
512
516
  "from": "components/VDefaultsProvider",
513
517
  "styles": []
514
518
  },
515
- "VForm": {
516
- "from": "components/VForm",
519
+ "VContainer": {
520
+ "from": "components/VGrid",
517
521
  "styles": []
518
522
  },
519
- "VDataIterator": {
520
- "from": "components/VDataIterator",
523
+ "VCol": {
524
+ "from": "components/VGrid",
525
+ "styles": []
526
+ },
527
+ "VRow": {
528
+ "from": "components/VGrid",
529
+ "styles": []
530
+ },
531
+ "VSpacer": {
532
+ "from": "components/VGrid",
521
533
  "styles": []
522
534
  },
523
535
  "VHover": {
524
536
  "from": "components/VHover",
525
537
  "styles": []
526
538
  },
539
+ "VForm": {
540
+ "from": "components/VForm",
541
+ "styles": []
542
+ },
527
543
  "VLayout": {
528
544
  "from": "components/VLayout",
529
545
  "styles": []
@@ -532,14 +548,14 @@
532
548
  "from": "components/VLayout",
533
549
  "styles": []
534
550
  },
535
- "VLocaleProvider": {
536
- "from": "components/VLocaleProvider",
537
- "styles": []
538
- },
539
551
  "VLazy": {
540
552
  "from": "components/VLazy",
541
553
  "styles": []
542
554
  },
555
+ "VLocaleProvider": {
556
+ "from": "components/VLocaleProvider",
557
+ "styles": []
558
+ },
543
559
  "VNoSsr": {
544
560
  "from": "components/VNoSsr",
545
561
  "styles": []
@@ -552,34 +568,38 @@
552
568
  "from": "components/VRadio",
553
569
  "styles": []
554
570
  },
555
- "VRangeSlider": {
556
- "from": "components/VRangeSlider",
557
- "styles": []
558
- },
559
571
  "VResponsive": {
560
572
  "from": "components/VResponsive",
561
573
  "styles": []
562
574
  },
563
- "VSpeedDial": {
564
- "from": "components/VSpeedDial",
575
+ "VRangeSlider": {
576
+ "from": "components/VRangeSlider",
577
+ "styles": []
578
+ },
579
+ "VSnackbarQueue": {
580
+ "from": "components/VSnackbarQueue",
565
581
  "styles": []
566
582
  },
567
583
  "VSparkline": {
568
584
  "from": "components/VSparkline",
569
585
  "styles": []
570
586
  },
571
- "VThemeProvider": {
572
- "from": "components/VThemeProvider",
587
+ "VSpeedDial": {
588
+ "from": "components/VSpeedDial",
573
589
  "styles": []
574
590
  },
575
- "VVirtualScroll": {
576
- "from": "components/VVirtualScroll",
591
+ "VThemeProvider": {
592
+ "from": "components/VThemeProvider",
577
593
  "styles": []
578
594
  },
579
595
  "VValidation": {
580
596
  "from": "components/VValidation",
581
597
  "styles": []
582
598
  },
599
+ "VVirtualScroll": {
600
+ "from": "components/VVirtualScroll",
601
+ "styles": []
602
+ },
583
603
  "VFabTransition": {
584
604
  "from": "components/transitions",
585
605
  "styles": []
@@ -643,26 +663,6 @@
643
663
  "VDialogTransition": {
644
664
  "from": "components/transitions",
645
665
  "styles": []
646
- },
647
- "VContainer": {
648
- "from": "components/VGrid",
649
- "styles": []
650
- },
651
- "VCol": {
652
- "from": "components/VGrid",
653
- "styles": []
654
- },
655
- "VRow": {
656
- "from": "components/VGrid",
657
- "styles": []
658
- },
659
- "VSpacer": {
660
- "from": "components/VGrid",
661
- "styles": []
662
- },
663
- "VSnackbarQueue": {
664
- "from": "components/VSnackbarQueue",
665
- "styles": []
666
666
  }
667
667
  },
668
668
  "directives": [