@vuetify/nightly 3.8.7-master.2025-06-02 → 3.8.7-master.2025-06-03

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 (40) hide show
  1. package/CHANGELOG.md +11 -3
  2. package/dist/json/attributes.json +3248 -3248
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +172 -172
  5. package/dist/json/web-types.json +6002 -6002
  6. package/dist/vuetify-labs.cjs +20 -10
  7. package/dist/vuetify-labs.css +3724 -3718
  8. package/dist/vuetify-labs.d.ts +62 -62
  9. package/dist/vuetify-labs.esm.js +20 -10
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +20 -10
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +20 -10
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +1784 -1778
  16. package/dist/vuetify.d.ts +62 -62
  17. package/dist/vuetify.esm.js +20 -10
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +20 -10
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +13 -13
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VAutocomplete/VAutocomplete.css +6 -6
  25. package/lib/components/VAutocomplete/VAutocomplete.sass +3 -9
  26. package/lib/components/VChip/VChip.js +1 -0
  27. package/lib/components/VChip/VChip.js.map +1 -1
  28. package/lib/components/VCombobox/VCombobox.css +6 -6
  29. package/lib/components/VCombobox/VCombobox.sass +3 -9
  30. package/lib/components/VSelect/VSelect.css +6 -0
  31. package/lib/components/VSelect/VSelect.sass +3 -0
  32. package/lib/components/VSelect/_mixins.scss +14 -0
  33. package/lib/components/VSlider/VSliderThumb.js +12 -6
  34. package/lib/components/VSlider/VSliderThumb.js.map +1 -1
  35. package/lib/components/VSlider/slider.js +4 -1
  36. package/lib/components/VSlider/slider.js.map +1 -1
  37. package/lib/entry-bundler.js +1 -1
  38. package/lib/framework.d.ts +62 -62
  39. package/lib/framework.js +1 -1
  40. package/package.json +1 -1
@@ -1,9 +1,5 @@
1
1
  {
2
2
  "components": {
3
- "VColorInput": {
4
- "from": "labs/VColorInput",
5
- "styles": []
6
- },
7
3
  "VCalendar": {
8
4
  "from": "labs/VCalendar",
9
5
  "styles": []
@@ -28,8 +24,8 @@
28
24
  "from": "labs/VCalendar",
29
25
  "styles": []
30
26
  },
31
- "VIconBtn": {
32
- "from": "labs/VIconBtn",
27
+ "VColorInput": {
28
+ "from": "labs/VColorInput",
33
29
  "styles": []
34
30
  },
35
31
  "VFileUpload": {
@@ -40,6 +36,10 @@
40
36
  "from": "labs/VFileUpload",
41
37
  "styles": []
42
38
  },
39
+ "VIconBtn": {
40
+ "from": "labs/VIconBtn",
41
+ "styles": []
42
+ },
43
43
  "VPicker": {
44
44
  "from": "labs/VPicker",
45
45
  "styles": []
@@ -48,18 +48,6 @@
48
48
  "from": "labs/VPicker",
49
49
  "styles": []
50
50
  },
51
- "VStepperVertical": {
52
- "from": "labs/VStepperVertical",
53
- "styles": []
54
- },
55
- "VStepperVerticalItem": {
56
- "from": "labs/VStepperVertical",
57
- "styles": []
58
- },
59
- "VStepperVerticalActions": {
60
- "from": "labs/VStepperVertical",
61
- "styles": []
62
- },
63
51
  "VTimePicker": {
64
52
  "from": "labs/VTimePicker",
65
53
  "styles": []
@@ -72,8 +60,16 @@
72
60
  "from": "labs/VTimePicker",
73
61
  "styles": []
74
62
  },
75
- "VDateInput": {
76
- "from": "labs/VDateInput",
63
+ "VStepperVertical": {
64
+ "from": "labs/VStepperVertical",
65
+ "styles": []
66
+ },
67
+ "VStepperVerticalItem": {
68
+ "from": "labs/VStepperVertical",
69
+ "styles": []
70
+ },
71
+ "VStepperVerticalActions": {
72
+ "from": "labs/VStepperVertical",
77
73
  "styles": []
78
74
  },
79
75
  "VTreeview": {
@@ -88,6 +84,10 @@
88
84
  "from": "labs/VTreeview",
89
85
  "styles": []
90
86
  },
87
+ "VDateInput": {
88
+ "from": "labs/VDateInput",
89
+ "styles": []
90
+ },
91
91
  "VPullToRefresh": {
92
92
  "from": "labs/VPullToRefresh",
93
93
  "styles": []
@@ -1,45 +1,29 @@
1
1
  {
2
2
  "components": {
3
- "VAppBar": {
4
- "from": "components/VAppBar",
5
- "styles": []
6
- },
7
- "VAppBarNavIcon": {
8
- "from": "components/VAppBar",
9
- "styles": []
10
- },
11
- "VAppBarTitle": {
12
- "from": "components/VAppBar",
3
+ "VBadge": {
4
+ "from": "components/VBadge",
13
5
  "styles": []
14
6
  },
15
7
  "VApp": {
16
8
  "from": "components/VApp",
17
9
  "styles": []
18
10
  },
19
- "VAlert": {
20
- "from": "components/VAlert",
11
+ "VBottomSheet": {
12
+ "from": "components/VBottomSheet",
21
13
  "styles": []
22
14
  },
23
- "VAlertTitle": {
24
- "from": "components/VAlert",
15
+ "VBottomNavigation": {
16
+ "from": "components/VBottomNavigation",
25
17
  "styles": []
26
18
  },
27
19
  "VAutocomplete": {
28
20
  "from": "components/VAutocomplete",
29
21
  "styles": []
30
22
  },
31
- "VBottomNavigation": {
32
- "from": "components/VBottomNavigation",
33
- "styles": []
34
- },
35
23
  "VAvatar": {
36
24
  "from": "components/VAvatar",
37
25
  "styles": []
38
26
  },
39
- "VBadge": {
40
- "from": "components/VBadge",
41
- "styles": []
42
- },
43
27
  "VBanner": {
44
28
  "from": "components/VBanner",
45
29
  "styles": []
@@ -52,12 +36,16 @@
52
36
  "from": "components/VBanner",
53
37
  "styles": []
54
38
  },
55
- "VBtn": {
56
- "from": "components/VBtn",
39
+ "VAlert": {
40
+ "from": "components/VAlert",
57
41
  "styles": []
58
42
  },
59
- "VBottomSheet": {
60
- "from": "components/VBottomSheet",
43
+ "VAlertTitle": {
44
+ "from": "components/VAlert",
45
+ "styles": []
46
+ },
47
+ "VBtnGroup": {
48
+ "from": "components/VBtnGroup",
61
49
  "styles": []
62
50
  },
63
51
  "VBreadcrumbs": {
@@ -72,16 +60,8 @@
72
60
  "from": "components/VBreadcrumbs",
73
61
  "styles": []
74
62
  },
75
- "VBtnToggle": {
76
- "from": "components/VBtnToggle",
77
- "styles": []
78
- },
79
- "VCarousel": {
80
- "from": "components/VCarousel",
81
- "styles": []
82
- },
83
- "VCarouselItem": {
84
- "from": "components/VCarousel",
63
+ "VBtn": {
64
+ "from": "components/VBtn",
85
65
  "styles": []
86
66
  },
87
67
  "VCard": {
@@ -108,40 +88,72 @@
108
88
  "from": "components/VCard",
109
89
  "styles": []
110
90
  },
111
- "VCheckbox": {
112
- "from": "components/VCheckbox",
91
+ "VBtnToggle": {
92
+ "from": "components/VBtnToggle",
113
93
  "styles": []
114
94
  },
115
- "VCheckboxBtn": {
116
- "from": "components/VCheckbox",
95
+ "VCarousel": {
96
+ "from": "components/VCarousel",
117
97
  "styles": []
118
98
  },
119
- "VBtnGroup": {
120
- "from": "components/VBtnGroup",
99
+ "VCarouselItem": {
100
+ "from": "components/VCarousel",
121
101
  "styles": []
122
102
  },
123
- "VChipGroup": {
124
- "from": "components/VChipGroup",
103
+ "VCode": {
104
+ "from": "components/VCode",
125
105
  "styles": []
126
106
  },
127
107
  "VChip": {
128
108
  "from": "components/VChip",
129
109
  "styles": []
130
110
  },
111
+ "VChipGroup": {
112
+ "from": "components/VChipGroup",
113
+ "styles": []
114
+ },
115
+ "VCheckbox": {
116
+ "from": "components/VCheckbox",
117
+ "styles": []
118
+ },
119
+ "VCheckboxBtn": {
120
+ "from": "components/VCheckbox",
121
+ "styles": []
122
+ },
131
123
  "VCombobox": {
132
124
  "from": "components/VCombobox",
133
125
  "styles": []
134
126
  },
135
- "VCode": {
136
- "from": "components/VCode",
127
+ "VDialog": {
128
+ "from": "components/VDialog",
137
129
  "styles": []
138
130
  },
139
131
  "VColorPicker": {
140
132
  "from": "components/VColorPicker",
141
133
  "styles": []
142
134
  },
143
- "VCounter": {
144
- "from": "components/VCounter",
135
+ "VDatePicker": {
136
+ "from": "components/VDatePicker",
137
+ "styles": []
138
+ },
139
+ "VDatePickerControls": {
140
+ "from": "components/VDatePicker",
141
+ "styles": []
142
+ },
143
+ "VDatePickerHeader": {
144
+ "from": "components/VDatePicker",
145
+ "styles": []
146
+ },
147
+ "VDatePickerMonth": {
148
+ "from": "components/VDatePicker",
149
+ "styles": []
150
+ },
151
+ "VDatePickerMonths": {
152
+ "from": "components/VDatePicker",
153
+ "styles": []
154
+ },
155
+ "VDatePickerYears": {
156
+ "from": "components/VDatePicker",
145
157
  "styles": []
146
158
  },
147
159
  "VDataTable": {
@@ -172,42 +184,18 @@
172
184
  "from": "components/VDataTable",
173
185
  "styles": []
174
186
  },
175
- "VDatePicker": {
176
- "from": "components/VDatePicker",
177
- "styles": []
178
- },
179
- "VDatePickerControls": {
180
- "from": "components/VDatePicker",
181
- "styles": []
182
- },
183
- "VDatePickerHeader": {
184
- "from": "components/VDatePicker",
185
- "styles": []
186
- },
187
- "VDatePickerMonth": {
188
- "from": "components/VDatePicker",
189
- "styles": []
190
- },
191
- "VDatePickerMonths": {
192
- "from": "components/VDatePicker",
193
- "styles": []
194
- },
195
- "VDatePickerYears": {
196
- "from": "components/VDatePicker",
197
- "styles": []
198
- },
199
- "VDialog": {
200
- "from": "components/VDialog",
201
- "styles": []
202
- },
203
- "VFab": {
204
- "from": "components/VFab",
187
+ "VCounter": {
188
+ "from": "components/VCounter",
205
189
  "styles": []
206
190
  },
207
191
  "VEmptyState": {
208
192
  "from": "components/VEmptyState",
209
193
  "styles": []
210
194
  },
195
+ "VDivider": {
196
+ "from": "components/VDivider",
197
+ "styles": []
198
+ },
211
199
  "VExpansionPanels": {
212
200
  "from": "components/VExpansionPanel",
213
201
  "styles": []
@@ -224,12 +212,8 @@
224
212
  "from": "components/VExpansionPanel",
225
213
  "styles": []
226
214
  },
227
- "VDivider": {
228
- "from": "components/VDivider",
229
- "styles": []
230
- },
231
- "VFileInput": {
232
- "from": "components/VFileInput",
215
+ "VFab": {
216
+ "from": "components/VFab",
233
217
  "styles": []
234
218
  },
235
219
  "VField": {
@@ -244,12 +228,8 @@
244
228
  "from": "components/VFooter",
245
229
  "styles": []
246
230
  },
247
- "VImg": {
248
- "from": "components/VImg",
249
- "styles": []
250
- },
251
- "VInput": {
252
- "from": "components/VInput",
231
+ "VFileInput": {
232
+ "from": "components/VFileInput",
253
233
  "styles": []
254
234
  },
255
235
  "VIcon": {
@@ -272,6 +252,10 @@
272
252
  "from": "components/VIcon",
273
253
  "styles": []
274
254
  },
255
+ "VInfiniteScroll": {
256
+ "from": "components/VInfiniteScroll",
257
+ "styles": []
258
+ },
275
259
  "VItemGroup": {
276
260
  "from": "components/VItemGroup",
277
261
  "styles": []
@@ -280,6 +264,26 @@
280
264
  "from": "components/VItemGroup",
281
265
  "styles": []
282
266
  },
267
+ "VImg": {
268
+ "from": "components/VImg",
269
+ "styles": []
270
+ },
271
+ "VKbd": {
272
+ "from": "components/VKbd",
273
+ "styles": []
274
+ },
275
+ "VLabel": {
276
+ "from": "components/VLabel",
277
+ "styles": []
278
+ },
279
+ "VInput": {
280
+ "from": "components/VInput",
281
+ "styles": []
282
+ },
283
+ "VMain": {
284
+ "from": "components/VMain",
285
+ "styles": []
286
+ },
283
287
  "VList": {
284
288
  "from": "components/VList",
285
289
  "styles": []
@@ -316,48 +320,28 @@
316
320
  "from": "components/VList",
317
321
  "styles": []
318
322
  },
319
- "VInfiniteScroll": {
320
- "from": "components/VInfiniteScroll",
321
- "styles": []
322
- },
323
- "VKbd": {
324
- "from": "components/VKbd",
325
- "styles": []
326
- },
327
- "VLabel": {
328
- "from": "components/VLabel",
329
- "styles": []
330
- },
331
- "VMessages": {
332
- "from": "components/VMessages",
333
- "styles": []
334
- },
335
- "VNavigationDrawer": {
336
- "from": "components/VNavigationDrawer",
337
- "styles": []
338
- },
339
323
  "VMenu": {
340
324
  "from": "components/VMenu",
341
325
  "styles": []
342
326
  },
343
- "VMain": {
344
- "from": "components/VMain",
327
+ "VNumberInput": {
328
+ "from": "components/VNumberInput",
345
329
  "styles": []
346
330
  },
347
331
  "VOtpInput": {
348
332
  "from": "components/VOtpInput",
349
333
  "styles": []
350
334
  },
351
- "VNumberInput": {
352
- "from": "components/VNumberInput",
335
+ "VNavigationDrawer": {
336
+ "from": "components/VNavigationDrawer",
353
337
  "styles": []
354
338
  },
355
- "VOverlay": {
356
- "from": "components/VOverlay",
339
+ "VMessages": {
340
+ "from": "components/VMessages",
357
341
  "styles": []
358
342
  },
359
- "VProgressCircular": {
360
- "from": "components/VProgressCircular",
343
+ "VOverlay": {
344
+ "from": "components/VOverlay",
361
345
  "styles": []
362
346
  },
363
347
  "VPagination": {
@@ -368,44 +352,52 @@
368
352
  "from": "components/VProgressLinear",
369
353
  "styles": []
370
354
  },
355
+ "VRadioGroup": {
356
+ "from": "components/VRadioGroup",
357
+ "styles": []
358
+ },
371
359
  "VRating": {
372
360
  "from": "components/VRating",
373
361
  "styles": []
374
362
  },
363
+ "VProgressCircular": {
364
+ "from": "components/VProgressCircular",
365
+ "styles": []
366
+ },
375
367
  "VSelectionControlGroup": {
376
368
  "from": "components/VSelectionControlGroup",
377
369
  "styles": []
378
370
  },
379
- "VRadioGroup": {
380
- "from": "components/VRadioGroup",
371
+ "VSkeletonLoader": {
372
+ "from": "components/VSkeletonLoader",
381
373
  "styles": []
382
374
  },
383
- "VSelect": {
384
- "from": "components/VSelect",
375
+ "VSlider": {
376
+ "from": "components/VSlider",
385
377
  "styles": []
386
378
  },
387
- "VSlideGroup": {
388
- "from": "components/VSlideGroup",
379
+ "VSheet": {
380
+ "from": "components/VSheet",
389
381
  "styles": []
390
382
  },
391
- "VSlideGroupItem": {
392
- "from": "components/VSlideGroup",
383
+ "VSnackbar": {
384
+ "from": "components/VSnackbar",
393
385
  "styles": []
394
386
  },
395
- "VSelectionControl": {
396
- "from": "components/VSelectionControl",
387
+ "VSwitch": {
388
+ "from": "components/VSwitch",
397
389
  "styles": []
398
390
  },
399
- "VSkeletonLoader": {
400
- "from": "components/VSkeletonLoader",
391
+ "VSlideGroup": {
392
+ "from": "components/VSlideGroup",
401
393
  "styles": []
402
394
  },
403
- "VSheet": {
404
- "from": "components/VSheet",
395
+ "VSlideGroupItem": {
396
+ "from": "components/VSlideGroup",
405
397
  "styles": []
406
398
  },
407
- "VSnackbar": {
408
- "from": "components/VSnackbar",
399
+ "VTable": {
400
+ "from": "components/VTable",
409
401
  "styles": []
410
402
  },
411
403
  "VStepper": {
@@ -448,20 +440,16 @@
448
440
  "from": "components/VTabs",
449
441
  "styles": []
450
442
  },
451
- "VSlider": {
452
- "from": "components/VSlider",
453
- "styles": []
454
- },
455
- "VSystemBar": {
456
- "from": "components/VSystemBar",
443
+ "VTextField": {
444
+ "from": "components/VTextField",
457
445
  "styles": []
458
446
  },
459
- "VSwitch": {
460
- "from": "components/VSwitch",
447
+ "VTextarea": {
448
+ "from": "components/VTextarea",
461
449
  "styles": []
462
450
  },
463
- "VTable": {
464
- "from": "components/VTable",
451
+ "VSystemBar": {
452
+ "from": "components/VSystemBar",
465
453
  "styles": []
466
454
  },
467
455
  "VTimeline": {
@@ -472,12 +460,16 @@
472
460
  "from": "components/VTimeline",
473
461
  "styles": []
474
462
  },
475
- "VTextarea": {
476
- "from": "components/VTextarea",
463
+ "VWindow": {
464
+ "from": "components/VWindow",
477
465
  "styles": []
478
466
  },
479
- "VTextField": {
480
- "from": "components/VTextField",
467
+ "VWindowItem": {
468
+ "from": "components/VWindow",
469
+ "styles": []
470
+ },
471
+ "VTooltip": {
472
+ "from": "components/VTooltip",
481
473
  "styles": []
482
474
  },
483
475
  "VToolbar": {
@@ -492,16 +484,16 @@
492
484
  "from": "components/VToolbar",
493
485
  "styles": []
494
486
  },
495
- "VWindow": {
496
- "from": "components/VWindow",
487
+ "VAppBar": {
488
+ "from": "components/VAppBar",
497
489
  "styles": []
498
490
  },
499
- "VWindowItem": {
500
- "from": "components/VWindow",
491
+ "VAppBarNavIcon": {
492
+ "from": "components/VAppBar",
501
493
  "styles": []
502
494
  },
503
- "VTooltip": {
504
- "from": "components/VTooltip",
495
+ "VAppBarTitle": {
496
+ "from": "components/VAppBar",
505
497
  "styles": []
506
498
  },
507
499
  "VConfirmEdit": {
@@ -520,10 +512,6 @@
520
512
  "from": "components/VForm",
521
513
  "styles": []
522
514
  },
523
- "VHover": {
524
- "from": "components/VHover",
525
- "styles": []
526
- },
527
515
  "VContainer": {
528
516
  "from": "components/VGrid",
529
517
  "styles": []
@@ -540,6 +528,10 @@
540
528
  "from": "components/VGrid",
541
529
  "styles": []
542
530
  },
531
+ "VHover": {
532
+ "from": "components/VHover",
533
+ "styles": []
534
+ },
543
535
  "VLayout": {
544
536
  "from": "components/VLayout",
545
537
  "styles": []
@@ -548,20 +540,24 @@
548
540
  "from": "components/VLayout",
549
541
  "styles": []
550
542
  },
543
+ "VLocaleProvider": {
544
+ "from": "components/VLocaleProvider",
545
+ "styles": []
546
+ },
551
547
  "VLazy": {
552
548
  "from": "components/VLazy",
553
549
  "styles": []
554
550
  },
555
- "VLocaleProvider": {
556
- "from": "components/VLocaleProvider",
551
+ "VParallax": {
552
+ "from": "components/VParallax",
557
553
  "styles": []
558
554
  },
559
555
  "VNoSsr": {
560
556
  "from": "components/VNoSsr",
561
557
  "styles": []
562
558
  },
563
- "VParallax": {
564
- "from": "components/VParallax",
559
+ "VRangeSlider": {
560
+ "from": "components/VRangeSlider",
565
561
  "styles": []
566
562
  },
567
563
  "VRadio": {
@@ -572,18 +568,14 @@
572
568
  "from": "components/VResponsive",
573
569
  "styles": []
574
570
  },
575
- "VRangeSlider": {
576
- "from": "components/VRangeSlider",
571
+ "VSparkline": {
572
+ "from": "components/VSparkline",
577
573
  "styles": []
578
574
  },
579
575
  "VSnackbarQueue": {
580
576
  "from": "components/VSnackbarQueue",
581
577
  "styles": []
582
578
  },
583
- "VSparkline": {
584
- "from": "components/VSparkline",
585
- "styles": []
586
- },
587
579
  "VSpeedDial": {
588
580
  "from": "components/VSpeedDial",
589
581
  "styles": []
@@ -592,14 +584,14 @@
592
584
  "from": "components/VThemeProvider",
593
585
  "styles": []
594
586
  },
595
- "VVirtualScroll": {
596
- "from": "components/VVirtualScroll",
597
- "styles": []
598
- },
599
587
  "VValidation": {
600
588
  "from": "components/VValidation",
601
589
  "styles": []
602
590
  },
591
+ "VVirtualScroll": {
592
+ "from": "components/VVirtualScroll",
593
+ "styles": []
594
+ },
603
595
  "VFabTransition": {
604
596
  "from": "components/transitions",
605
597
  "styles": []
@@ -663,6 +655,14 @@
663
655
  "VDialogTransition": {
664
656
  "from": "components/transitions",
665
657
  "styles": []
658
+ },
659
+ "VSelectionControl": {
660
+ "from": "components/VSelectionControl",
661
+ "styles": []
662
+ },
663
+ "VSelect": {
664
+ "from": "components/VSelect",
665
+ "styles": []
666
666
  }
667
667
  },
668
668
  "directives": [