@vuetify/nightly 3.8.10-master.2025-06-19 → 3.8.11-master.2025-06-27

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 (54) hide show
  1. package/CHANGELOG.md +12 -7
  2. package/dist/json/attributes.json +3005 -3005
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +162 -162
  5. package/dist/json/web-types.json +5874 -5874
  6. package/dist/vuetify-labs.cjs +37 -37
  7. package/dist/vuetify-labs.css +6315 -6321
  8. package/dist/vuetify-labs.d.ts +58 -58
  9. package/dist/vuetify-labs.esm.js +37 -37
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +37 -37
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +36 -37
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +3938 -3944
  16. package/dist/vuetify.d.ts +58 -58
  17. package/dist/vuetify.esm.js +36 -37
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +36 -37
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +36 -36
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VCarousel/VCarousel.css +0 -1
  25. package/lib/components/VCarousel/VCarousel.js +1 -0
  26. package/lib/components/VCarousel/VCarousel.js.map +1 -1
  27. package/lib/components/VCarousel/VCarousel.sass +0 -1
  28. package/lib/components/VDataTable/VDataTableColumn.js +0 -1
  29. package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
  30. package/lib/components/VDataTable/VDataTableHeaders.js +5 -5
  31. package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
  32. package/lib/components/VDatePicker/VDatePickerMonth.css +3 -8
  33. package/lib/components/VDatePicker/VDatePickerMonth.js +8 -3
  34. package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
  35. package/lib/components/VDatePicker/VDatePickerMonth.sass +3 -8
  36. package/lib/components/VField/VField.js +2 -10
  37. package/lib/components/VField/VField.js.map +1 -1
  38. package/lib/components/VList/VList.js +1 -1
  39. package/lib/components/VList/VList.js.map +1 -1
  40. package/lib/components/VNumberInput/VNumberInput.js +4 -10
  41. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  42. package/lib/components/VNumberInput/hold.js +4 -0
  43. package/lib/components/VNumberInput/hold.js.map +1 -1
  44. package/lib/components/VTextField/VTextField.js +1 -1
  45. package/lib/components/VTextField/VTextField.js.map +1 -1
  46. package/lib/composables/calendar.d.ts +1 -0
  47. package/lib/composables/calendar.js +7 -3
  48. package/lib/composables/calendar.js.map +1 -1
  49. package/lib/entry-bundler.js +1 -1
  50. package/lib/framework.d.ts +58 -58
  51. package/lib/framework.js +1 -1
  52. package/lib/labs/VIconBtn/VIconBtn.js +1 -0
  53. package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
  54. package/package.json +1 -1
@@ -8,6 +8,10 @@
8
8
  "from": "labs/VFileUpload",
9
9
  "styles": []
10
10
  },
11
+ "VColorInput": {
12
+ "from": "labs/VColorInput",
13
+ "styles": []
14
+ },
11
15
  "VCalendar": {
12
16
  "from": "labs/VCalendar",
13
17
  "styles": []
@@ -32,10 +36,6 @@
32
36
  "from": "labs/VCalendar",
33
37
  "styles": []
34
38
  },
35
- "VColorInput": {
36
- "from": "labs/VColorInput",
37
- "styles": []
38
- },
39
39
  "VPicker": {
40
40
  "from": "labs/VPicker",
41
41
  "styles": []
@@ -44,10 +44,6 @@
44
44
  "from": "labs/VPicker",
45
45
  "styles": []
46
46
  },
47
- "VIconBtn": {
48
- "from": "labs/VIconBtn",
49
- "styles": []
50
- },
51
47
  "VTreeview": {
52
48
  "from": "labs/VTreeview",
53
49
  "styles": []
@@ -60,6 +56,18 @@
60
56
  "from": "labs/VTreeview",
61
57
  "styles": []
62
58
  },
59
+ "VStepperVertical": {
60
+ "from": "labs/VStepperVertical",
61
+ "styles": []
62
+ },
63
+ "VStepperVerticalItem": {
64
+ "from": "labs/VStepperVertical",
65
+ "styles": []
66
+ },
67
+ "VStepperVerticalActions": {
68
+ "from": "labs/VStepperVertical",
69
+ "styles": []
70
+ },
63
71
  "VTimePicker": {
64
72
  "from": "labs/VTimePicker",
65
73
  "styles": []
@@ -72,25 +80,17 @@
72
80
  "from": "labs/VTimePicker",
73
81
  "styles": []
74
82
  },
75
- "VStepperVertical": {
76
- "from": "labs/VStepperVertical",
77
- "styles": []
78
- },
79
- "VStepperVerticalItem": {
80
- "from": "labs/VStepperVertical",
83
+ "VIconBtn": {
84
+ "from": "labs/VIconBtn",
81
85
  "styles": []
82
86
  },
83
- "VStepperVerticalActions": {
84
- "from": "labs/VStepperVertical",
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,17 +1,13 @@
1
1
  {
2
2
  "components": {
3
- "VAlert": {
4
- "from": "components/VAlert",
5
- "styles": []
6
- },
7
- "VAlertTitle": {
8
- "from": "components/VAlert",
9
- "styles": []
10
- },
11
3
  "VApp": {
12
4
  "from": "components/VApp",
13
5
  "styles": []
14
6
  },
7
+ "VAutocomplete": {
8
+ "from": "components/VAutocomplete",
9
+ "styles": []
10
+ },
15
11
  "VAppBar": {
16
12
  "from": "components/VAppBar",
17
13
  "styles": []
@@ -24,12 +20,32 @@
24
20
  "from": "components/VAppBar",
25
21
  "styles": []
26
22
  },
23
+ "VAlert": {
24
+ "from": "components/VAlert",
25
+ "styles": []
26
+ },
27
+ "VAlertTitle": {
28
+ "from": "components/VAlert",
29
+ "styles": []
30
+ },
27
31
  "VAvatar": {
28
32
  "from": "components/VAvatar",
29
33
  "styles": []
30
34
  },
31
- "VBadge": {
32
- "from": "components/VBadge",
35
+ "VBottomNavigation": {
36
+ "from": "components/VBottomNavigation",
37
+ "styles": []
38
+ },
39
+ "VBreadcrumbs": {
40
+ "from": "components/VBreadcrumbs",
41
+ "styles": []
42
+ },
43
+ "VBreadcrumbsItem": {
44
+ "from": "components/VBreadcrumbs",
45
+ "styles": []
46
+ },
47
+ "VBreadcrumbsDivider": {
48
+ "from": "components/VBreadcrumbs",
33
49
  "styles": []
34
50
  },
35
51
  "VBanner": {
@@ -44,36 +60,36 @@
44
60
  "from": "components/VBanner",
45
61
  "styles": []
46
62
  },
47
- "VBottomNavigation": {
48
- "from": "components/VBottomNavigation",
63
+ "VBtn": {
64
+ "from": "components/VBtn",
49
65
  "styles": []
50
66
  },
51
- "VAutocomplete": {
52
- "from": "components/VAutocomplete",
67
+ "VBadge": {
68
+ "from": "components/VBadge",
53
69
  "styles": []
54
70
  },
55
- "VBreadcrumbs": {
56
- "from": "components/VBreadcrumbs",
71
+ "VBtnGroup": {
72
+ "from": "components/VBtnGroup",
57
73
  "styles": []
58
74
  },
59
- "VBreadcrumbsItem": {
60
- "from": "components/VBreadcrumbs",
75
+ "VCarousel": {
76
+ "from": "components/VCarousel",
61
77
  "styles": []
62
78
  },
63
- "VBreadcrumbsDivider": {
64
- "from": "components/VBreadcrumbs",
79
+ "VCarouselItem": {
80
+ "from": "components/VCarousel",
65
81
  "styles": []
66
82
  },
67
- "VBottomSheet": {
68
- "from": "components/VBottomSheet",
83
+ "VBtnToggle": {
84
+ "from": "components/VBtnToggle",
69
85
  "styles": []
70
86
  },
71
- "VBtnGroup": {
72
- "from": "components/VBtnGroup",
87
+ "VChipGroup": {
88
+ "from": "components/VChipGroup",
73
89
  "styles": []
74
90
  },
75
- "VBtn": {
76
- "from": "components/VBtn",
91
+ "VCombobox": {
92
+ "from": "components/VCombobox",
77
93
  "styles": []
78
94
  },
79
95
  "VCard": {
@@ -100,48 +116,52 @@
100
116
  "from": "components/VCard",
101
117
  "styles": []
102
118
  },
103
- "VBtnToggle": {
104
- "from": "components/VBtnToggle",
119
+ "VChip": {
120
+ "from": "components/VChip",
105
121
  "styles": []
106
122
  },
107
- "VChipGroup": {
108
- "from": "components/VChipGroup",
123
+ "VCheckbox": {
124
+ "from": "components/VCheckbox",
109
125
  "styles": []
110
126
  },
111
- "VCarousel": {
112
- "from": "components/VCarousel",
127
+ "VCheckboxBtn": {
128
+ "from": "components/VCheckbox",
113
129
  "styles": []
114
130
  },
115
- "VCarouselItem": {
116
- "from": "components/VCarousel",
131
+ "VCounter": {
132
+ "from": "components/VCounter",
117
133
  "styles": []
118
134
  },
119
- "VCheckbox": {
120
- "from": "components/VCheckbox",
135
+ "VCode": {
136
+ "from": "components/VCode",
121
137
  "styles": []
122
138
  },
123
- "VCheckboxBtn": {
124
- "from": "components/VCheckbox",
139
+ "VDataTable": {
140
+ "from": "components/VDataTable",
125
141
  "styles": []
126
142
  },
127
- "VColorPicker": {
128
- "from": "components/VColorPicker",
143
+ "VDataTableHeaders": {
144
+ "from": "components/VDataTable",
129
145
  "styles": []
130
146
  },
131
- "VChip": {
132
- "from": "components/VChip",
147
+ "VDataTableFooter": {
148
+ "from": "components/VDataTable",
133
149
  "styles": []
134
150
  },
135
- "VCode": {
136
- "from": "components/VCode",
151
+ "VDataTableRows": {
152
+ "from": "components/VDataTable",
137
153
  "styles": []
138
154
  },
139
- "VCombobox": {
140
- "from": "components/VCombobox",
155
+ "VDataTableRow": {
156
+ "from": "components/VDataTable",
141
157
  "styles": []
142
158
  },
143
- "VCounter": {
144
- "from": "components/VCounter",
159
+ "VDataTableVirtual": {
160
+ "from": "components/VDataTable",
161
+ "styles": []
162
+ },
163
+ "VDataTableServer": {
164
+ "from": "components/VDataTable",
145
165
  "styles": []
146
166
  },
147
167
  "VDatePicker": {
@@ -168,40 +188,28 @@
168
188
  "from": "components/VDatePicker",
169
189
  "styles": []
170
190
  },
171
- "VDataTable": {
172
- "from": "components/VDataTable",
173
- "styles": []
174
- },
175
- "VDataTableHeaders": {
176
- "from": "components/VDataTable",
177
- "styles": []
178
- },
179
- "VDataTableFooter": {
180
- "from": "components/VDataTable",
181
- "styles": []
182
- },
183
- "VDataTableRows": {
184
- "from": "components/VDataTable",
191
+ "VEmptyState": {
192
+ "from": "components/VEmptyState",
185
193
  "styles": []
186
194
  },
187
- "VDataTableRow": {
188
- "from": "components/VDataTable",
195
+ "VDivider": {
196
+ "from": "components/VDivider",
189
197
  "styles": []
190
198
  },
191
- "VDataTableVirtual": {
192
- "from": "components/VDataTable",
199
+ "VDialog": {
200
+ "from": "components/VDialog",
193
201
  "styles": []
194
202
  },
195
- "VDataTableServer": {
196
- "from": "components/VDataTable",
203
+ "VFab": {
204
+ "from": "components/VFab",
197
205
  "styles": []
198
206
  },
199
- "VDialog": {
200
- "from": "components/VDialog",
207
+ "VField": {
208
+ "from": "components/VField",
201
209
  "styles": []
202
210
  },
203
- "VDivider": {
204
- "from": "components/VDivider",
211
+ "VFieldLabel": {
212
+ "from": "components/VField",
205
213
  "styles": []
206
214
  },
207
215
  "VExpansionPanels": {
@@ -220,34 +228,10 @@
220
228
  "from": "components/VExpansionPanel",
221
229
  "styles": []
222
230
  },
223
- "VField": {
224
- "from": "components/VField",
225
- "styles": []
226
- },
227
- "VFieldLabel": {
228
- "from": "components/VField",
229
- "styles": []
230
- },
231
- "VFab": {
232
- "from": "components/VFab",
233
- "styles": []
234
- },
235
231
  "VFileInput": {
236
232
  "from": "components/VFileInput",
237
233
  "styles": []
238
234
  },
239
- "VEmptyState": {
240
- "from": "components/VEmptyState",
241
- "styles": []
242
- },
243
- "VFooter": {
244
- "from": "components/VFooter",
245
- "styles": []
246
- },
247
- "VImg": {
248
- "from": "components/VImg",
249
- "styles": []
250
- },
251
235
  "VIcon": {
252
236
  "from": "components/VIcon",
253
237
  "styles": []
@@ -268,20 +252,28 @@
268
252
  "from": "components/VIcon",
269
253
  "styles": []
270
254
  },
271
- "VInfiniteScroll": {
272
- "from": "components/VInfiniteScroll",
255
+ "VFooter": {
256
+ "from": "components/VFooter",
273
257
  "styles": []
274
258
  },
275
- "VKbd": {
276
- "from": "components/VKbd",
259
+ "VInput": {
260
+ "from": "components/VInput",
261
+ "styles": []
262
+ },
263
+ "VImg": {
264
+ "from": "components/VImg",
265
+ "styles": []
266
+ },
267
+ "VInfiniteScroll": {
268
+ "from": "components/VInfiniteScroll",
277
269
  "styles": []
278
270
  },
279
271
  "VLabel": {
280
272
  "from": "components/VLabel",
281
273
  "styles": []
282
274
  },
283
- "VInput": {
284
- "from": "components/VInput",
275
+ "VKbd": {
276
+ "from": "components/VKbd",
285
277
  "styles": []
286
278
  },
287
279
  "VItemGroup": {
@@ -328,10 +320,6 @@
328
320
  "from": "components/VList",
329
321
  "styles": []
330
322
  },
331
- "VMain": {
332
- "from": "components/VMain",
333
- "styles": []
334
- },
335
323
  "VMenu": {
336
324
  "from": "components/VMenu",
337
325
  "styles": []
@@ -340,60 +328,56 @@
340
328
  "from": "components/VMessages",
341
329
  "styles": []
342
330
  },
343
- "VNumberInput": {
344
- "from": "components/VNumberInput",
331
+ "VMain": {
332
+ "from": "components/VMain",
345
333
  "styles": []
346
334
  },
347
335
  "VNavigationDrawer": {
348
336
  "from": "components/VNavigationDrawer",
349
337
  "styles": []
350
338
  },
351
- "VPagination": {
352
- "from": "components/VPagination",
339
+ "VNumberInput": {
340
+ "from": "components/VNumberInput",
353
341
  "styles": []
354
342
  },
355
343
  "VOtpInput": {
356
344
  "from": "components/VOtpInput",
357
345
  "styles": []
358
346
  },
359
- "VOverlay": {
360
- "from": "components/VOverlay",
347
+ "VProgressCircular": {
348
+ "from": "components/VProgressCircular",
361
349
  "styles": []
362
350
  },
363
351
  "VProgressLinear": {
364
352
  "from": "components/VProgressLinear",
365
353
  "styles": []
366
354
  },
367
- "VProgressCircular": {
368
- "from": "components/VProgressCircular",
369
- "styles": []
370
- },
371
- "VRating": {
372
- "from": "components/VRating",
355
+ "VOverlay": {
356
+ "from": "components/VOverlay",
373
357
  "styles": []
374
358
  },
375
359
  "VRadioGroup": {
376
360
  "from": "components/VRadioGroup",
377
361
  "styles": []
378
362
  },
379
- "VSelectionControl": {
380
- "from": "components/VSelectionControl",
381
- "styles": []
382
- },
383
363
  "VSelectionControlGroup": {
384
364
  "from": "components/VSelectionControlGroup",
385
365
  "styles": []
386
366
  },
387
- "VSelect": {
388
- "from": "components/VSelect",
367
+ "VRating": {
368
+ "from": "components/VRating",
389
369
  "styles": []
390
370
  },
391
- "VSkeletonLoader": {
392
- "from": "components/VSkeletonLoader",
371
+ "VPagination": {
372
+ "from": "components/VPagination",
393
373
  "styles": []
394
374
  },
395
- "VSheet": {
396
- "from": "components/VSheet",
375
+ "VSelectionControl": {
376
+ "from": "components/VSelectionControl",
377
+ "styles": []
378
+ },
379
+ "VSelect": {
380
+ "from": "components/VSelect",
397
381
  "styles": []
398
382
  },
399
383
  "VSlideGroup": {
@@ -404,8 +388,8 @@
404
388
  "from": "components/VSlideGroup",
405
389
  "styles": []
406
390
  },
407
- "VSlider": {
408
- "from": "components/VSlider",
391
+ "VSheet": {
392
+ "from": "components/VSheet",
409
393
  "styles": []
410
394
  },
411
395
  "VSnackbar": {
@@ -436,8 +420,16 @@
436
420
  "from": "components/VStepper",
437
421
  "styles": []
438
422
  },
439
- "VSwitch": {
440
- "from": "components/VSwitch",
423
+ "VSlider": {
424
+ "from": "components/VSlider",
425
+ "styles": []
426
+ },
427
+ "VSkeletonLoader": {
428
+ "from": "components/VSkeletonLoader",
429
+ "styles": []
430
+ },
431
+ "VSystemBar": {
432
+ "from": "components/VSystemBar",
441
433
  "styles": []
442
434
  },
443
435
  "VTab": {
@@ -456,28 +448,16 @@
456
448
  "from": "components/VTabs",
457
449
  "styles": []
458
450
  },
459
- "VTable": {
460
- "from": "components/VTable",
461
- "styles": []
462
- },
463
- "VSystemBar": {
464
- "from": "components/VSystemBar",
465
- "styles": []
466
- },
467
451
  "VTextarea": {
468
452
  "from": "components/VTextarea",
469
453
  "styles": []
470
454
  },
471
- "VToolbar": {
472
- "from": "components/VToolbar",
473
- "styles": []
474
- },
475
- "VToolbarTitle": {
476
- "from": "components/VToolbar",
455
+ "VSwitch": {
456
+ "from": "components/VSwitch",
477
457
  "styles": []
478
458
  },
479
- "VToolbarItems": {
480
- "from": "components/VToolbar",
459
+ "VTable": {
460
+ "from": "components/VTable",
481
461
  "styles": []
482
462
  },
483
463
  "VTextField": {
@@ -496,6 +476,18 @@
496
476
  "from": "components/VTooltip",
497
477
  "styles": []
498
478
  },
479
+ "VToolbar": {
480
+ "from": "components/VToolbar",
481
+ "styles": []
482
+ },
483
+ "VToolbarTitle": {
484
+ "from": "components/VToolbar",
485
+ "styles": []
486
+ },
487
+ "VToolbarItems": {
488
+ "from": "components/VToolbar",
489
+ "styles": []
490
+ },
499
491
  "VWindow": {
500
492
  "from": "components/VWindow",
501
493
  "styles": []
@@ -520,6 +512,10 @@
520
512
  "from": "components/VForm",
521
513
  "styles": []
522
514
  },
515
+ "VHover": {
516
+ "from": "components/VHover",
517
+ "styles": []
518
+ },
523
519
  "VContainer": {
524
520
  "from": "components/VGrid",
525
521
  "styles": []
@@ -536,8 +532,8 @@
536
532
  "from": "components/VGrid",
537
533
  "styles": []
538
534
  },
539
- "VHover": {
540
- "from": "components/VHover",
535
+ "VLazy": {
536
+ "from": "components/VLazy",
541
537
  "styles": []
542
538
  },
543
539
  "VLayout": {
@@ -548,10 +544,6 @@
548
544
  "from": "components/VLayout",
549
545
  "styles": []
550
546
  },
551
- "VLazy": {
552
- "from": "components/VLazy",
553
- "styles": []
554
- },
555
547
  "VLocaleProvider": {
556
548
  "from": "components/VLocaleProvider",
557
549
  "styles": []
@@ -576,10 +568,6 @@
576
568
  "from": "components/VResponsive",
577
569
  "styles": []
578
570
  },
579
- "VSnackbarQueue": {
580
- "from": "components/VSnackbarQueue",
581
- "styles": []
582
- },
583
571
  "VSparkline": {
584
572
  "from": "components/VSparkline",
585
573
  "styles": []
@@ -588,18 +576,22 @@
588
576
  "from": "components/VSpeedDial",
589
577
  "styles": []
590
578
  },
591
- "VThemeProvider": {
592
- "from": "components/VThemeProvider",
579
+ "VSnackbarQueue": {
580
+ "from": "components/VSnackbarQueue",
593
581
  "styles": []
594
582
  },
595
- "VValidation": {
596
- "from": "components/VValidation",
583
+ "VThemeProvider": {
584
+ "from": "components/VThemeProvider",
597
585
  "styles": []
598
586
  },
599
587
  "VVirtualScroll": {
600
588
  "from": "components/VVirtualScroll",
601
589
  "styles": []
602
590
  },
591
+ "VValidation": {
592
+ "from": "components/VValidation",
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
+ "VColorPicker": {
660
+ "from": "components/VColorPicker",
661
+ "styles": []
662
+ },
663
+ "VBottomSheet": {
664
+ "from": "components/VBottomSheet",
665
+ "styles": []
666
666
  }
667
667
  },
668
668
  "directives": [