@vuetify/nightly 3.8.5-master.2025-05-16 → 3.8.5-master.2025-05-20

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 (47) hide show
  1. package/CHANGELOG.md +7 -3
  2. package/dist/json/attributes.json +3141 -3125
  3. package/dist/json/importMap-labs.json +16 -16
  4. package/dist/json/importMap.json +194 -194
  5. package/dist/json/tags.json +4 -0
  6. package/dist/json/web-types.json +5562 -5526
  7. package/dist/vuetify-labs.cjs +10 -9
  8. package/dist/vuetify-labs.css +3836 -3825
  9. package/dist/vuetify-labs.d.ts +87 -67
  10. package/dist/vuetify-labs.esm.js +10 -9
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +10 -9
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +10 -9
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +2092 -2081
  17. package/dist/vuetify.d.ts +77 -67
  18. package/dist/vuetify.esm.js +10 -9
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +10 -9
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +9 -9
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VDatePicker/VDatePicker.d.ts +10 -0
  26. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +10 -0
  27. package/lib/components/VDatePicker/VDatePickerMonth.js +1 -1
  28. package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
  29. package/lib/components/VNumberInput/VNumberInput.css +15 -4
  30. package/lib/components/VNumberInput/VNumberInput.sass +18 -6
  31. package/lib/composables/calendar.d.ts +5 -0
  32. package/lib/composables/calendar.js +2 -1
  33. package/lib/composables/calendar.js.map +1 -1
  34. package/lib/composables/date/DateAdapter.d.ts +1 -1
  35. package/lib/composables/date/DateAdapter.js.map +1 -1
  36. package/lib/composables/date/adapters/vuetify.d.ts +1 -1
  37. package/lib/composables/date/adapters/vuetify.js +4 -4
  38. package/lib/composables/date/adapters/vuetify.js.map +1 -1
  39. package/lib/composables/date/date.d.ts +1 -1
  40. package/lib/entry-bundler.d.ts +1 -1
  41. package/lib/entry-bundler.js +1 -1
  42. package/lib/framework.d.ts +67 -67
  43. package/lib/framework.js +1 -1
  44. package/lib/labs/VCalendar/VCalendar.d.ts +10 -0
  45. package/lib/labs/VDateInput/VDateInput.d.ts +10 -0
  46. package/lib/labs/entry-bundler.d.ts +1 -1
  47. package/package.json +1 -1
@@ -1,5 +1,13 @@
1
1
  {
2
2
  "components": {
3
+ "VFileUpload": {
4
+ "from": "labs/VFileUpload",
5
+ "styles": []
6
+ },
7
+ "VFileUploadItem": {
8
+ "from": "labs/VFileUpload",
9
+ "styles": []
10
+ },
3
11
  "VCalendar": {
4
12
  "from": "labs/VCalendar",
5
13
  "styles": []
@@ -24,18 +32,6 @@
24
32
  "from": "labs/VCalendar",
25
33
  "styles": []
26
34
  },
27
- "VFileUpload": {
28
- "from": "labs/VFileUpload",
29
- "styles": []
30
- },
31
- "VFileUploadItem": {
32
- "from": "labs/VFileUpload",
33
- "styles": []
34
- },
35
- "VIconBtn": {
36
- "from": "labs/VIconBtn",
37
- "styles": []
38
- },
39
35
  "VColorInput": {
40
36
  "from": "labs/VColorInput",
41
37
  "styles": []
@@ -52,6 +48,10 @@
52
48
  "from": "labs/VStepperVertical",
53
49
  "styles": []
54
50
  },
51
+ "VIconBtn": {
52
+ "from": "labs/VIconBtn",
53
+ "styles": []
54
+ },
55
55
  "VTimePicker": {
56
56
  "from": "labs/VTimePicker",
57
57
  "styles": []
@@ -84,13 +84,13 @@
84
84
  "from": "labs/VPicker",
85
85
  "styles": []
86
86
  },
87
- "VDateInput": {
88
- "from": "labs/VDateInput",
89
- "styles": []
90
- },
91
87
  "VPullToRefresh": {
92
88
  "from": "labs/VPullToRefresh",
93
89
  "styles": []
90
+ },
91
+ "VDateInput": {
92
+ "from": "labs/VDateInput",
93
+ "styles": []
94
94
  }
95
95
  }
96
96
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "components": {
3
- "VApp": {
4
- "from": "components/VApp",
3
+ "VAvatar": {
4
+ "from": "components/VAvatar",
5
5
  "styles": []
6
6
  },
7
7
  "VAlert": {
@@ -12,10 +12,6 @@
12
12
  "from": "components/VAlert",
13
13
  "styles": []
14
14
  },
15
- "VAutocomplete": {
16
- "from": "components/VAutocomplete",
17
- "styles": []
18
- },
19
15
  "VBanner": {
20
16
  "from": "components/VBanner",
21
17
  "styles": []
@@ -28,16 +24,28 @@
28
24
  "from": "components/VBanner",
29
25
  "styles": []
30
26
  },
31
- "VBottomSheet": {
32
- "from": "components/VBottomSheet",
27
+ "VAppBar": {
28
+ "from": "components/VAppBar",
33
29
  "styles": []
34
30
  },
35
- "VAvatar": {
36
- "from": "components/VAvatar",
31
+ "VAppBarNavIcon": {
32
+ "from": "components/VAppBar",
37
33
  "styles": []
38
34
  },
39
- "VBtn": {
40
- "from": "components/VBtn",
35
+ "VAppBarTitle": {
36
+ "from": "components/VAppBar",
37
+ "styles": []
38
+ },
39
+ "VApp": {
40
+ "from": "components/VApp",
41
+ "styles": []
42
+ },
43
+ "VAutocomplete": {
44
+ "from": "components/VAutocomplete",
45
+ "styles": []
46
+ },
47
+ "VBadge": {
48
+ "from": "components/VBadge",
41
49
  "styles": []
42
50
  },
43
51
  "VBreadcrumbs": {
@@ -52,16 +60,24 @@
52
60
  "from": "components/VBreadcrumbs",
53
61
  "styles": []
54
62
  },
63
+ "VBtnGroup": {
64
+ "from": "components/VBtnGroup",
65
+ "styles": []
66
+ },
67
+ "VBtn": {
68
+ "from": "components/VBtn",
69
+ "styles": []
70
+ },
55
71
  "VBottomNavigation": {
56
72
  "from": "components/VBottomNavigation",
57
73
  "styles": []
58
74
  },
59
- "VBtnGroup": {
60
- "from": "components/VBtnGroup",
75
+ "VCarousel": {
76
+ "from": "components/VCarousel",
61
77
  "styles": []
62
78
  },
63
- "VBtnToggle": {
64
- "from": "components/VBtnToggle",
79
+ "VCarouselItem": {
80
+ "from": "components/VCarousel",
65
81
  "styles": []
66
82
  },
67
83
  "VCard": {
@@ -88,20 +104,28 @@
88
104
  "from": "components/VCard",
89
105
  "styles": []
90
106
  },
91
- "VChip": {
92
- "from": "components/VChip",
107
+ "VBtnToggle": {
108
+ "from": "components/VBtnToggle",
93
109
  "styles": []
94
110
  },
95
- "VChipGroup": {
96
- "from": "components/VChipGroup",
111
+ "VCheckbox": {
112
+ "from": "components/VCheckbox",
97
113
  "styles": []
98
114
  },
99
- "VCarousel": {
100
- "from": "components/VCarousel",
115
+ "VCheckboxBtn": {
116
+ "from": "components/VCheckbox",
101
117
  "styles": []
102
118
  },
103
- "VCarouselItem": {
104
- "from": "components/VCarousel",
119
+ "VBottomSheet": {
120
+ "from": "components/VBottomSheet",
121
+ "styles": []
122
+ },
123
+ "VChipGroup": {
124
+ "from": "components/VChipGroup",
125
+ "styles": []
126
+ },
127
+ "VColorPicker": {
128
+ "from": "components/VColorPicker",
105
129
  "styles": []
106
130
  },
107
131
  "VCode": {
@@ -112,20 +136,32 @@
112
136
  "from": "components/VCombobox",
113
137
  "styles": []
114
138
  },
115
- "VCheckbox": {
116
- "from": "components/VCheckbox",
139
+ "VDatePicker": {
140
+ "from": "components/VDatePicker",
117
141
  "styles": []
118
142
  },
119
- "VCheckboxBtn": {
120
- "from": "components/VCheckbox",
143
+ "VDatePickerControls": {
144
+ "from": "components/VDatePicker",
121
145
  "styles": []
122
146
  },
123
- "VColorPicker": {
124
- "from": "components/VColorPicker",
147
+ "VDatePickerHeader": {
148
+ "from": "components/VDatePicker",
125
149
  "styles": []
126
150
  },
127
- "VDialog": {
128
- "from": "components/VDialog",
151
+ "VDatePickerMonth": {
152
+ "from": "components/VDatePicker",
153
+ "styles": []
154
+ },
155
+ "VDatePickerMonths": {
156
+ "from": "components/VDatePicker",
157
+ "styles": []
158
+ },
159
+ "VDatePickerYears": {
160
+ "from": "components/VDatePicker",
161
+ "styles": []
162
+ },
163
+ "VCounter": {
164
+ "from": "components/VCounter",
129
165
  "styles": []
130
166
  },
131
167
  "VDataTable": {
@@ -156,38 +192,6 @@
156
192
  "from": "components/VDataTable",
157
193
  "styles": []
158
194
  },
159
- "VCounter": {
160
- "from": "components/VCounter",
161
- "styles": []
162
- },
163
- "VDatePicker": {
164
- "from": "components/VDatePicker",
165
- "styles": []
166
- },
167
- "VDatePickerControls": {
168
- "from": "components/VDatePicker",
169
- "styles": []
170
- },
171
- "VDatePickerHeader": {
172
- "from": "components/VDatePicker",
173
- "styles": []
174
- },
175
- "VDatePickerMonth": {
176
- "from": "components/VDatePicker",
177
- "styles": []
178
- },
179
- "VDatePickerMonths": {
180
- "from": "components/VDatePicker",
181
- "styles": []
182
- },
183
- "VDatePickerYears": {
184
- "from": "components/VDatePicker",
185
- "styles": []
186
- },
187
- "VEmptyState": {
188
- "from": "components/VEmptyState",
189
- "styles": []
190
- },
191
195
  "VDivider": {
192
196
  "from": "components/VDivider",
193
197
  "styles": []
@@ -208,6 +212,10 @@
208
212
  "from": "components/VExpansionPanel",
209
213
  "styles": []
210
214
  },
215
+ "VEmptyState": {
216
+ "from": "components/VEmptyState",
217
+ "styles": []
218
+ },
211
219
  "VField": {
212
220
  "from": "components/VField",
213
221
  "styles": []
@@ -216,16 +224,12 @@
216
224
  "from": "components/VField",
217
225
  "styles": []
218
226
  },
219
- "VFileInput": {
220
- "from": "components/VFileInput",
221
- "styles": []
222
- },
223
227
  "VFab": {
224
228
  "from": "components/VFab",
225
229
  "styles": []
226
230
  },
227
- "VFooter": {
228
- "from": "components/VFooter",
231
+ "VFileInput": {
232
+ "from": "components/VFileInput",
229
233
  "styles": []
230
234
  },
231
235
  "VIcon": {
@@ -248,18 +252,22 @@
248
252
  "from": "components/VIcon",
249
253
  "styles": []
250
254
  },
251
- "VImg": {
252
- "from": "components/VImg",
255
+ "VFooter": {
256
+ "from": "components/VFooter",
253
257
  "styles": []
254
258
  },
255
- "VInfiniteScroll": {
256
- "from": "components/VInfiniteScroll",
259
+ "VImg": {
260
+ "from": "components/VImg",
257
261
  "styles": []
258
262
  },
259
263
  "VInput": {
260
264
  "from": "components/VInput",
261
265
  "styles": []
262
266
  },
267
+ "VMain": {
268
+ "from": "components/VMain",
269
+ "styles": []
270
+ },
263
271
  "VKbd": {
264
272
  "from": "components/VKbd",
265
273
  "styles": []
@@ -272,72 +280,100 @@
272
280
  "from": "components/VItemGroup",
273
281
  "styles": []
274
282
  },
275
- "VLabel": {
276
- "from": "components/VLabel",
283
+ "VInfiniteScroll": {
284
+ "from": "components/VInfiniteScroll",
277
285
  "styles": []
278
286
  },
279
- "VBadge": {
280
- "from": "components/VBadge",
287
+ "VList": {
288
+ "from": "components/VList",
281
289
  "styles": []
282
290
  },
283
- "VMenu": {
284
- "from": "components/VMenu",
291
+ "VListGroup": {
292
+ "from": "components/VList",
285
293
  "styles": []
286
294
  },
287
- "VMain": {
288
- "from": "components/VMain",
295
+ "VListImg": {
296
+ "from": "components/VList",
289
297
  "styles": []
290
298
  },
291
- "VMessages": {
292
- "from": "components/VMessages",
299
+ "VListItem": {
300
+ "from": "components/VList",
293
301
  "styles": []
294
302
  },
295
- "VNavigationDrawer": {
296
- "from": "components/VNavigationDrawer",
303
+ "VListItemAction": {
304
+ "from": "components/VList",
297
305
  "styles": []
298
306
  },
299
- "VPagination": {
300
- "from": "components/VPagination",
307
+ "VListItemMedia": {
308
+ "from": "components/VList",
309
+ "styles": []
310
+ },
311
+ "VListItemSubtitle": {
312
+ "from": "components/VList",
313
+ "styles": []
314
+ },
315
+ "VListItemTitle": {
316
+ "from": "components/VList",
317
+ "styles": []
318
+ },
319
+ "VListSubheader": {
320
+ "from": "components/VList",
321
+ "styles": []
322
+ },
323
+ "VLabel": {
324
+ "from": "components/VLabel",
325
+ "styles": []
326
+ },
327
+ "VMenu": {
328
+ "from": "components/VMenu",
301
329
  "styles": []
302
330
  },
303
331
  "VNumberInput": {
304
332
  "from": "components/VNumberInput",
305
333
  "styles": []
306
334
  },
307
- "VOverlay": {
308
- "from": "components/VOverlay",
335
+ "VMessages": {
336
+ "from": "components/VMessages",
337
+ "styles": []
338
+ },
339
+ "VNavigationDrawer": {
340
+ "from": "components/VNavigationDrawer",
309
341
  "styles": []
310
342
  },
311
343
  "VOtpInput": {
312
344
  "from": "components/VOtpInput",
313
345
  "styles": []
314
346
  },
315
- "VProgressLinear": {
316
- "from": "components/VProgressLinear",
347
+ "VOverlay": {
348
+ "from": "components/VOverlay",
317
349
  "styles": []
318
350
  },
319
- "VRadioGroup": {
320
- "from": "components/VRadioGroup",
351
+ "VPagination": {
352
+ "from": "components/VPagination",
321
353
  "styles": []
322
354
  },
323
- "VProgressCircular": {
324
- "from": "components/VProgressCircular",
355
+ "VRadioGroup": {
356
+ "from": "components/VRadioGroup",
325
357
  "styles": []
326
358
  },
327
359
  "VRating": {
328
360
  "from": "components/VRating",
329
361
  "styles": []
330
362
  },
331
- "VSelect": {
332
- "from": "components/VSelect",
363
+ "VSelectionControlGroup": {
364
+ "from": "components/VSelectionControlGroup",
333
365
  "styles": []
334
366
  },
335
- "VSkeletonLoader": {
336
- "from": "components/VSkeletonLoader",
367
+ "VSelectionControl": {
368
+ "from": "components/VSelectionControl",
337
369
  "styles": []
338
370
  },
339
- "VSlider": {
340
- "from": "components/VSlider",
371
+ "VProgressLinear": {
372
+ "from": "components/VProgressLinear",
373
+ "styles": []
374
+ },
375
+ "VSelect": {
376
+ "from": "components/VSelect",
341
377
  "styles": []
342
378
  },
343
379
  "VSheet": {
@@ -352,8 +388,16 @@
352
388
  "from": "components/VSlideGroup",
353
389
  "styles": []
354
390
  },
355
- "VSelectionControl": {
356
- "from": "components/VSelectionControl",
391
+ "VSkeletonLoader": {
392
+ "from": "components/VSkeletonLoader",
393
+ "styles": []
394
+ },
395
+ "VSnackbar": {
396
+ "from": "components/VSnackbar",
397
+ "styles": []
398
+ },
399
+ "VSlider": {
400
+ "from": "components/VSlider",
357
401
  "styles": []
358
402
  },
359
403
  "VStepper": {
@@ -388,12 +432,8 @@
388
432
  "from": "components/VSwitch",
389
433
  "styles": []
390
434
  },
391
- "VSnackbar": {
392
- "from": "components/VSnackbar",
393
- "styles": []
394
- },
395
- "VTable": {
396
- "from": "components/VTable",
435
+ "VTextField": {
436
+ "from": "components/VTextField",
397
437
  "styles": []
398
438
  },
399
439
  "VTab": {
@@ -412,20 +452,8 @@
412
452
  "from": "components/VTabs",
413
453
  "styles": []
414
454
  },
415
- "VTextField": {
416
- "from": "components/VTextField",
417
- "styles": []
418
- },
419
- "VTextarea": {
420
- "from": "components/VTextarea",
421
- "styles": []
422
- },
423
- "VSelectionControlGroup": {
424
- "from": "components/VSelectionControlGroup",
425
- "styles": []
426
- },
427
- "VTooltip": {
428
- "from": "components/VTooltip",
455
+ "VTable": {
456
+ "from": "components/VTable",
429
457
  "styles": []
430
458
  },
431
459
  "VToolbar": {
@@ -440,6 +468,14 @@
440
468
  "from": "components/VToolbar",
441
469
  "styles": []
442
470
  },
471
+ "VTooltip": {
472
+ "from": "components/VTooltip",
473
+ "styles": []
474
+ },
475
+ "VTextarea": {
476
+ "from": "components/VTextarea",
477
+ "styles": []
478
+ },
443
479
  "VWindow": {
444
480
  "from": "components/VWindow",
445
481
  "styles": []
@@ -448,8 +484,8 @@
448
484
  "from": "components/VWindow",
449
485
  "styles": []
450
486
  },
451
- "VConfirmEdit": {
452
- "from": "components/VConfirmEdit",
487
+ "VChip": {
488
+ "from": "components/VChip",
453
489
  "styles": []
454
490
  },
455
491
  "VDataIterator": {
@@ -464,10 +500,6 @@
464
500
  "from": "components/VForm",
465
501
  "styles": []
466
502
  },
467
- "VHover": {
468
- "from": "components/VHover",
469
- "styles": []
470
- },
471
503
  "VContainer": {
472
504
  "from": "components/VGrid",
473
505
  "styles": []
@@ -484,20 +516,8 @@
484
516
  "from": "components/VGrid",
485
517
  "styles": []
486
518
  },
487
- "VLazy": {
488
- "from": "components/VLazy",
489
- "styles": []
490
- },
491
- "VAppBar": {
492
- "from": "components/VAppBar",
493
- "styles": []
494
- },
495
- "VAppBarNavIcon": {
496
- "from": "components/VAppBar",
497
- "styles": []
498
- },
499
- "VAppBarTitle": {
500
- "from": "components/VAppBar",
519
+ "VHover": {
520
+ "from": "components/VHover",
501
521
  "styles": []
502
522
  },
503
523
  "VLayout": {
@@ -508,6 +528,10 @@
508
528
  "from": "components/VLayout",
509
529
  "styles": []
510
530
  },
531
+ "VLazy": {
532
+ "from": "components/VLazy",
533
+ "styles": []
534
+ },
511
535
  "VLocaleProvider": {
512
536
  "from": "components/VLocaleProvider",
513
537
  "styles": []
@@ -516,54 +540,26 @@
516
540
  "from": "components/VNoSsr",
517
541
  "styles": []
518
542
  },
519
- "VList": {
520
- "from": "components/VList",
521
- "styles": []
522
- },
523
- "VListGroup": {
524
- "from": "components/VList",
525
- "styles": []
526
- },
527
- "VListImg": {
528
- "from": "components/VList",
529
- "styles": []
530
- },
531
- "VListItem": {
532
- "from": "components/VList",
533
- "styles": []
534
- },
535
- "VListItemAction": {
536
- "from": "components/VList",
537
- "styles": []
538
- },
539
- "VListItemMedia": {
540
- "from": "components/VList",
541
- "styles": []
542
- },
543
- "VListItemSubtitle": {
544
- "from": "components/VList",
545
- "styles": []
546
- },
547
- "VListItemTitle": {
548
- "from": "components/VList",
549
- "styles": []
550
- },
551
- "VListSubheader": {
552
- "from": "components/VList",
543
+ "VRadio": {
544
+ "from": "components/VRadio",
553
545
  "styles": []
554
546
  },
555
547
  "VParallax": {
556
548
  "from": "components/VParallax",
557
549
  "styles": []
558
550
  },
559
- "VResponsive": {
560
- "from": "components/VResponsive",
551
+ "VRangeSlider": {
552
+ "from": "components/VRangeSlider",
561
553
  "styles": []
562
554
  },
563
555
  "VSnackbarQueue": {
564
556
  "from": "components/VSnackbarQueue",
565
557
  "styles": []
566
558
  },
559
+ "VResponsive": {
560
+ "from": "components/VResponsive",
561
+ "styles": []
562
+ },
567
563
  "VSparkline": {
568
564
  "from": "components/VSparkline",
569
565
  "styles": []
@@ -576,14 +572,6 @@
576
572
  "from": "components/VThemeProvider",
577
573
  "styles": []
578
574
  },
579
- "VValidation": {
580
- "from": "components/VValidation",
581
- "styles": []
582
- },
583
- "VVirtualScroll": {
584
- "from": "components/VVirtualScroll",
585
- "styles": []
586
- },
587
575
  "VFabTransition": {
588
576
  "from": "components/transitions",
589
577
  "styles": []
@@ -648,8 +636,24 @@
648
636
  "from": "components/transitions",
649
637
  "styles": []
650
638
  },
651
- "VRadio": {
652
- "from": "components/VRadio",
639
+ "VVirtualScroll": {
640
+ "from": "components/VVirtualScroll",
641
+ "styles": []
642
+ },
643
+ "VValidation": {
644
+ "from": "components/VValidation",
645
+ "styles": []
646
+ },
647
+ "VProgressCircular": {
648
+ "from": "components/VProgressCircular",
649
+ "styles": []
650
+ },
651
+ "VDialog": {
652
+ "from": "components/VDialog",
653
+ "styles": []
654
+ },
655
+ "VConfirmEdit": {
656
+ "from": "components/VConfirmEdit",
653
657
  "styles": []
654
658
  },
655
659
  "VTimeline": {
@@ -659,10 +663,6 @@
659
663
  "VTimelineItem": {
660
664
  "from": "components/VTimeline",
661
665
  "styles": []
662
- },
663
- "VRangeSlider": {
664
- "from": "components/VRangeSlider",
665
- "styles": []
666
666
  }
667
667
  },
668
668
  "directives": [