@vuetify/nightly 3.9.3-master.2025-08-01 → 3.9.3-master.2025-08-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 (60) hide show
  1. package/CHANGELOG.md +11 -4
  2. package/dist/json/attributes.json +2189 -2173
  3. package/dist/json/importMap-labs.json +44 -44
  4. package/dist/json/importMap.json +200 -200
  5. package/dist/json/tags.json +4 -0
  6. package/dist/json/web-types.json +3795 -3759
  7. package/dist/vuetify-labs.cjs +48 -18
  8. package/dist/vuetify-labs.css +6177 -6162
  9. package/dist/vuetify-labs.d.ts +133 -77
  10. package/dist/vuetify-labs.esm.js +48 -18
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +48 -18
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +48 -18
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +3590 -3575
  17. package/dist/vuetify.d.ts +105 -77
  18. package/dist/vuetify.esm.js +48 -18
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +48 -18
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +289 -283
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAlert/VAlert.css +9 -2
  26. package/lib/components/VAlert/VAlert.js +2 -2
  27. package/lib/components/VAlert/VAlert.js.map +1 -1
  28. package/lib/components/VAlert/VAlert.sass +10 -3
  29. package/lib/components/VAlert/_variables.scss +1 -1
  30. package/lib/components/VApp/VApp.js +5 -4
  31. package/lib/components/VApp/VApp.js.map +1 -1
  32. package/lib/components/VDatePicker/VDatePicker.d.ts +25 -0
  33. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +25 -0
  34. package/lib/components/VStepper/VStepperItem.css +2 -0
  35. package/lib/components/VStepper/VStepperItem.sass +3 -0
  36. package/lib/components/VTreeview/VTreeviewItem.css +6 -0
  37. package/lib/components/VTreeview/VTreeviewItem.sass +7 -0
  38. package/lib/composables/calendar.d.ts +12 -0
  39. package/lib/composables/calendar.js +5 -1
  40. package/lib/composables/calendar.js.map +1 -1
  41. package/lib/composables/date/DateAdapter.d.ts +1 -1
  42. package/lib/composables/date/DateAdapter.js.map +1 -1
  43. package/lib/composables/date/adapters/string.d.ts +1 -1
  44. package/lib/composables/date/adapters/string.js +2 -2
  45. package/lib/composables/date/adapters/string.js.map +1 -1
  46. package/lib/composables/date/adapters/vuetify.d.ts +1 -1
  47. package/lib/composables/date/adapters/vuetify.js +25 -5
  48. package/lib/composables/date/adapters/vuetify.js.map +1 -1
  49. package/lib/composables/date/date.d.ts +1 -1
  50. package/lib/entry-bundler.d.ts +1 -1
  51. package/lib/entry-bundler.js +1 -1
  52. package/lib/framework.d.ts +77 -77
  53. package/lib/framework.js +1 -1
  54. package/lib/labs/VCalendar/VCalendar.d.ts +25 -0
  55. package/lib/labs/VDateInput/VDateInput.d.ts +25 -0
  56. package/lib/labs/entry-bundler.d.ts +1 -1
  57. package/lib/labs/rules/rules.d.ts +10 -3
  58. package/lib/labs/rules/rules.js +13 -5
  59. package/lib/labs/rules/rules.js.map +1 -1
  60. package/package.json +1 -1
@@ -4,16 +4,12 @@
4
4
  "from": "components/VApp",
5
5
  "styles": []
6
6
  },
7
- "VBanner": {
8
- "from": "components/VBanner",
9
- "styles": []
10
- },
11
- "VBannerActions": {
12
- "from": "components/VBanner",
7
+ "VAlert": {
8
+ "from": "components/VAlert",
13
9
  "styles": []
14
10
  },
15
- "VBannerText": {
16
- "from": "components/VBanner",
11
+ "VAlertTitle": {
12
+ "from": "components/VAlert",
17
13
  "styles": []
18
14
  },
19
15
  "VAppBar": {
@@ -28,40 +24,36 @@
28
24
  "from": "components/VAppBar",
29
25
  "styles": []
30
26
  },
31
- "VAutocomplete": {
32
- "from": "components/VAutocomplete",
33
- "styles": []
34
- },
35
- "VBottomNavigation": {
36
- "from": "components/VBottomNavigation",
37
- "styles": []
38
- },
39
27
  "VAvatar": {
40
28
  "from": "components/VAvatar",
41
29
  "styles": []
42
30
  },
43
- "VBtn": {
44
- "from": "components/VBtn",
31
+ "VBadge": {
32
+ "from": "components/VBadge",
45
33
  "styles": []
46
34
  },
47
- "VAlert": {
48
- "from": "components/VAlert",
35
+ "VAutocomplete": {
36
+ "from": "components/VAutocomplete",
49
37
  "styles": []
50
38
  },
51
- "VAlertTitle": {
52
- "from": "components/VAlert",
39
+ "VBanner": {
40
+ "from": "components/VBanner",
53
41
  "styles": []
54
42
  },
55
- "VBtnGroup": {
56
- "from": "components/VBtnGroup",
43
+ "VBannerActions": {
44
+ "from": "components/VBanner",
57
45
  "styles": []
58
46
  },
59
- "VBtnToggle": {
60
- "from": "components/VBtnToggle",
47
+ "VBannerText": {
48
+ "from": "components/VBanner",
61
49
  "styles": []
62
50
  },
63
- "VBadge": {
64
- "from": "components/VBadge",
51
+ "VBottomNavigation": {
52
+ "from": "components/VBottomNavigation",
53
+ "styles": []
54
+ },
55
+ "VBottomSheet": {
56
+ "from": "components/VBottomSheet",
65
57
  "styles": []
66
58
  },
67
59
  "VBreadcrumbs": {
@@ -76,6 +68,38 @@
76
68
  "from": "components/VBreadcrumbs",
77
69
  "styles": []
78
70
  },
71
+ "VBtnToggle": {
72
+ "from": "components/VBtnToggle",
73
+ "styles": []
74
+ },
75
+ "VBtn": {
76
+ "from": "components/VBtn",
77
+ "styles": []
78
+ },
79
+ "VCard": {
80
+ "from": "components/VCard",
81
+ "styles": []
82
+ },
83
+ "VCardActions": {
84
+ "from": "components/VCard",
85
+ "styles": []
86
+ },
87
+ "VCardItem": {
88
+ "from": "components/VCard",
89
+ "styles": []
90
+ },
91
+ "VCardSubtitle": {
92
+ "from": "components/VCard",
93
+ "styles": []
94
+ },
95
+ "VCardText": {
96
+ "from": "components/VCard",
97
+ "styles": []
98
+ },
99
+ "VCardTitle": {
100
+ "from": "components/VCard",
101
+ "styles": []
102
+ },
79
103
  "VCheckbox": {
80
104
  "from": "components/VCheckbox",
81
105
  "styles": []
@@ -88,6 +112,10 @@
88
112
  "from": "components/VChip",
89
113
  "styles": []
90
114
  },
115
+ "VCode": {
116
+ "from": "components/VCode",
117
+ "styles": []
118
+ },
91
119
  "VChipGroup": {
92
120
  "from": "components/VChipGroup",
93
121
  "styles": []
@@ -100,6 +128,18 @@
100
128
  "from": "components/VColorPicker",
101
129
  "styles": []
102
130
  },
131
+ "VCarousel": {
132
+ "from": "components/VCarousel",
133
+ "styles": []
134
+ },
135
+ "VCarouselItem": {
136
+ "from": "components/VCarousel",
137
+ "styles": []
138
+ },
139
+ "VCounter": {
140
+ "from": "components/VCounter",
141
+ "styles": []
142
+ },
103
143
  "VDataTable": {
104
144
  "from": "components/VDataTable",
105
145
  "styles": []
@@ -128,22 +168,6 @@
128
168
  "from": "components/VDataTable",
129
169
  "styles": []
130
170
  },
131
- "VCounter": {
132
- "from": "components/VCounter",
133
- "styles": []
134
- },
135
- "VDialog": {
136
- "from": "components/VDialog",
137
- "styles": []
138
- },
139
- "VCarousel": {
140
- "from": "components/VCarousel",
141
- "styles": []
142
- },
143
- "VCarouselItem": {
144
- "from": "components/VCarousel",
145
- "styles": []
146
- },
147
171
  "VDatePicker": {
148
172
  "from": "components/VDatePicker",
149
173
  "styles": []
@@ -168,12 +192,20 @@
168
192
  "from": "components/VDatePicker",
169
193
  "styles": []
170
194
  },
171
- "VDivider": {
172
- "from": "components/VDivider",
195
+ "VDialog": {
196
+ "from": "components/VDialog",
173
197
  "styles": []
174
198
  },
175
- "VFab": {
176
- "from": "components/VFab",
199
+ "VEmptyState": {
200
+ "from": "components/VEmptyState",
201
+ "styles": []
202
+ },
203
+ "VBtnGroup": {
204
+ "from": "components/VBtnGroup",
205
+ "styles": []
206
+ },
207
+ "VDivider": {
208
+ "from": "components/VDivider",
177
209
  "styles": []
178
210
  },
179
211
  "VExpansionPanels": {
@@ -192,54 +224,18 @@
192
224
  "from": "components/VExpansionPanel",
193
225
  "styles": []
194
226
  },
195
- "VBottomSheet": {
196
- "from": "components/VBottomSheet",
197
- "styles": []
198
- },
199
- "VCard": {
200
- "from": "components/VCard",
201
- "styles": []
202
- },
203
- "VCardActions": {
204
- "from": "components/VCard",
205
- "styles": []
206
- },
207
- "VCardItem": {
208
- "from": "components/VCard",
209
- "styles": []
210
- },
211
- "VCardSubtitle": {
212
- "from": "components/VCard",
213
- "styles": []
214
- },
215
- "VCardText": {
216
- "from": "components/VCard",
217
- "styles": []
218
- },
219
- "VCardTitle": {
220
- "from": "components/VCard",
221
- "styles": []
222
- },
223
- "VField": {
224
- "from": "components/VField",
227
+ "VFab": {
228
+ "from": "components/VFab",
225
229
  "styles": []
226
230
  },
227
- "VFieldLabel": {
228
- "from": "components/VField",
231
+ "VFooter": {
232
+ "from": "components/VFooter",
229
233
  "styles": []
230
234
  },
231
235
  "VFileInput": {
232
236
  "from": "components/VFileInput",
233
237
  "styles": []
234
238
  },
235
- "VCode": {
236
- "from": "components/VCode",
237
- "styles": []
238
- },
239
- "VFooter": {
240
- "from": "components/VFooter",
241
- "styles": []
242
- },
243
239
  "VIcon": {
244
240
  "from": "components/VIcon",
245
241
  "styles": []
@@ -264,8 +260,16 @@
264
260
  "from": "components/VImg",
265
261
  "styles": []
266
262
  },
267
- "VInput": {
268
- "from": "components/VInput",
263
+ "VField": {
264
+ "from": "components/VField",
265
+ "styles": []
266
+ },
267
+ "VFieldLabel": {
268
+ "from": "components/VField",
269
+ "styles": []
270
+ },
271
+ "VKbd": {
272
+ "from": "components/VKbd",
269
273
  "styles": []
270
274
  },
271
275
  "VInfiniteScroll": {
@@ -280,12 +284,12 @@
280
284
  "from": "components/VItemGroup",
281
285
  "styles": []
282
286
  },
283
- "VLabel": {
284
- "from": "components/VLabel",
287
+ "VInput": {
288
+ "from": "components/VInput",
285
289
  "styles": []
286
290
  },
287
- "VKbd": {
288
- "from": "components/VKbd",
291
+ "VLabel": {
292
+ "from": "components/VLabel",
289
293
  "styles": []
290
294
  },
291
295
  "VList": {
@@ -324,26 +328,10 @@
324
328
  "from": "components/VList",
325
329
  "styles": []
326
330
  },
327
- "VNavigationDrawer": {
328
- "from": "components/VNavigationDrawer",
329
- "styles": []
330
- },
331
331
  "VMain": {
332
332
  "from": "components/VMain",
333
333
  "styles": []
334
334
  },
335
- "VOtpInput": {
336
- "from": "components/VOtpInput",
337
- "styles": []
338
- },
339
- "VNumberInput": {
340
- "from": "components/VNumberInput",
341
- "styles": []
342
- },
343
- "VOverlay": {
344
- "from": "components/VOverlay",
345
- "styles": []
346
- },
347
335
  "VMessages": {
348
336
  "from": "components/VMessages",
349
337
  "styles": []
@@ -352,44 +340,44 @@
352
340
  "from": "components/VMenu",
353
341
  "styles": []
354
342
  },
355
- "VProgressLinear": {
356
- "from": "components/VProgressLinear",
343
+ "VNavigationDrawer": {
344
+ "from": "components/VNavigationDrawer",
357
345
  "styles": []
358
346
  },
359
- "VPagination": {
360
- "from": "components/VPagination",
347
+ "VOtpInput": {
348
+ "from": "components/VOtpInput",
361
349
  "styles": []
362
350
  },
363
- "VRadioGroup": {
364
- "from": "components/VRadioGroup",
351
+ "VOverlay": {
352
+ "from": "components/VOverlay",
365
353
  "styles": []
366
354
  },
367
- "VRating": {
368
- "from": "components/VRating",
355
+ "VNumberInput": {
356
+ "from": "components/VNumberInput",
369
357
  "styles": []
370
358
  },
371
- "VProgressCircular": {
372
- "from": "components/VProgressCircular",
359
+ "VPagination": {
360
+ "from": "components/VPagination",
373
361
  "styles": []
374
362
  },
375
- "VSelect": {
376
- "from": "components/VSelect",
363
+ "VProgressLinear": {
364
+ "from": "components/VProgressLinear",
377
365
  "styles": []
378
366
  },
379
- "VSelectionControl": {
380
- "from": "components/VSelectionControl",
367
+ "VRadioGroup": {
368
+ "from": "components/VRadioGroup",
381
369
  "styles": []
382
370
  },
383
- "VSheet": {
384
- "from": "components/VSheet",
371
+ "VProgressCircular": {
372
+ "from": "components/VProgressCircular",
385
373
  "styles": []
386
374
  },
387
- "VSkeletonLoader": {
388
- "from": "components/VSkeletonLoader",
375
+ "VRating": {
376
+ "from": "components/VRating",
389
377
  "styles": []
390
378
  },
391
- "VSelectionControlGroup": {
392
- "from": "components/VSelectionControlGroup",
379
+ "VSelect": {
380
+ "from": "components/VSelect",
393
381
  "styles": []
394
382
  },
395
383
  "VSlideGroup": {
@@ -400,6 +388,10 @@
400
388
  "from": "components/VSlideGroup",
401
389
  "styles": []
402
390
  },
391
+ "VSelectionControlGroup": {
392
+ "from": "components/VSelectionControlGroup",
393
+ "styles": []
394
+ },
403
395
  "VSlider": {
404
396
  "from": "components/VSlider",
405
397
  "styles": []
@@ -408,40 +400,32 @@
408
400
  "from": "components/VSnackbar",
409
401
  "styles": []
410
402
  },
411
- "VSwitch": {
412
- "from": "components/VSwitch",
413
- "styles": []
414
- },
415
- "VStepper": {
416
- "from": "components/VStepper",
417
- "styles": []
418
- },
419
- "VStepperActions": {
420
- "from": "components/VStepper",
403
+ "VSheet": {
404
+ "from": "components/VSheet",
421
405
  "styles": []
422
406
  },
423
- "VStepperHeader": {
424
- "from": "components/VStepper",
407
+ "VSkeletonLoader": {
408
+ "from": "components/VSkeletonLoader",
425
409
  "styles": []
426
410
  },
427
- "VStepperItem": {
428
- "from": "components/VStepper",
411
+ "VSelectionControl": {
412
+ "from": "components/VSelectionControl",
429
413
  "styles": []
430
414
  },
431
- "VStepperWindow": {
432
- "from": "components/VStepper",
415
+ "VSwitch": {
416
+ "from": "components/VSwitch",
433
417
  "styles": []
434
418
  },
435
- "VStepperWindowItem": {
436
- "from": "components/VStepper",
419
+ "VSystemBar": {
420
+ "from": "components/VSystemBar",
437
421
  "styles": []
438
422
  },
439
423
  "VTable": {
440
424
  "from": "components/VTable",
441
425
  "styles": []
442
426
  },
443
- "VSystemBar": {
444
- "from": "components/VSystemBar",
427
+ "VTextarea": {
428
+ "from": "components/VTextarea",
445
429
  "styles": []
446
430
  },
447
431
  "VTab": {
@@ -460,20 +444,16 @@
460
444
  "from": "components/VTabs",
461
445
  "styles": []
462
446
  },
463
- "VTextField": {
464
- "from": "components/VTextField",
465
- "styles": []
466
- },
467
- "VToolbar": {
468
- "from": "components/VToolbar",
447
+ "VTimeline": {
448
+ "from": "components/VTimeline",
469
449
  "styles": []
470
450
  },
471
- "VToolbarTitle": {
472
- "from": "components/VToolbar",
451
+ "VTimelineItem": {
452
+ "from": "components/VTimeline",
473
453
  "styles": []
474
454
  },
475
- "VToolbarItems": {
476
- "from": "components/VToolbar",
455
+ "VTooltip": {
456
+ "from": "components/VTooltip",
477
457
  "styles": []
478
458
  },
479
459
  "VTimePicker": {
@@ -488,24 +468,20 @@
488
468
  "from": "components/VTimePicker",
489
469
  "styles": []
490
470
  },
491
- "VTextarea": {
492
- "from": "components/VTextarea",
493
- "styles": []
494
- },
495
- "VTimeline": {
496
- "from": "components/VTimeline",
471
+ "VTextField": {
472
+ "from": "components/VTextField",
497
473
  "styles": []
498
474
  },
499
- "VTimelineItem": {
500
- "from": "components/VTimeline",
475
+ "VToolbar": {
476
+ "from": "components/VToolbar",
501
477
  "styles": []
502
478
  },
503
- "VWindow": {
504
- "from": "components/VWindow",
479
+ "VToolbarTitle": {
480
+ "from": "components/VToolbar",
505
481
  "styles": []
506
482
  },
507
- "VWindowItem": {
508
- "from": "components/VWindow",
483
+ "VToolbarItems": {
484
+ "from": "components/VToolbar",
509
485
  "styles": []
510
486
  },
511
487
  "VTreeview": {
@@ -520,28 +496,28 @@
520
496
  "from": "components/VTreeview",
521
497
  "styles": []
522
498
  },
523
- "VTooltip": {
524
- "from": "components/VTooltip",
499
+ "VWindow": {
500
+ "from": "components/VWindow",
525
501
  "styles": []
526
502
  },
527
- "VDataIterator": {
528
- "from": "components/VDataIterator",
503
+ "VWindowItem": {
504
+ "from": "components/VWindow",
529
505
  "styles": []
530
506
  },
531
- "VConfirmEdit": {
532
- "from": "components/VConfirmEdit",
507
+ "VDataIterator": {
508
+ "from": "components/VDataIterator",
533
509
  "styles": []
534
510
  },
535
- "VForm": {
536
- "from": "components/VForm",
511
+ "VDefaultsProvider": {
512
+ "from": "components/VDefaultsProvider",
537
513
  "styles": []
538
514
  },
539
- "VEmptyState": {
540
- "from": "components/VEmptyState",
515
+ "VHover": {
516
+ "from": "components/VHover",
541
517
  "styles": []
542
518
  },
543
- "VDefaultsProvider": {
544
- "from": "components/VDefaultsProvider",
519
+ "VForm": {
520
+ "from": "components/VForm",
545
521
  "styles": []
546
522
  },
547
523
  "VContainer": {
@@ -560,10 +536,6 @@
560
536
  "from": "components/VGrid",
561
537
  "styles": []
562
538
  },
563
- "VLocaleProvider": {
564
- "from": "components/VLocaleProvider",
565
- "styles": []
566
- },
567
539
  "VLayout": {
568
540
  "from": "components/VLayout",
569
541
  "styles": []
@@ -572,10 +544,38 @@
572
544
  "from": "components/VLayout",
573
545
  "styles": []
574
546
  },
547
+ "VStepper": {
548
+ "from": "components/VStepper",
549
+ "styles": []
550
+ },
551
+ "VStepperActions": {
552
+ "from": "components/VStepper",
553
+ "styles": []
554
+ },
555
+ "VStepperHeader": {
556
+ "from": "components/VStepper",
557
+ "styles": []
558
+ },
559
+ "VStepperItem": {
560
+ "from": "components/VStepper",
561
+ "styles": []
562
+ },
563
+ "VStepperWindow": {
564
+ "from": "components/VStepper",
565
+ "styles": []
566
+ },
567
+ "VStepperWindowItem": {
568
+ "from": "components/VStepper",
569
+ "styles": []
570
+ },
575
571
  "VLazy": {
576
572
  "from": "components/VLazy",
577
573
  "styles": []
578
574
  },
575
+ "VLocaleProvider": {
576
+ "from": "components/VLocaleProvider",
577
+ "styles": []
578
+ },
579
579
  "VNoSsr": {
580
580
  "from": "components/VNoSsr",
581
581
  "styles": []
@@ -588,22 +588,22 @@
588
588
  "from": "components/VRadio",
589
589
  "styles": []
590
590
  },
591
- "VResponsive": {
592
- "from": "components/VResponsive",
593
- "styles": []
594
- },
595
591
  "VRangeSlider": {
596
592
  "from": "components/VRangeSlider",
597
593
  "styles": []
598
594
  },
599
- "VSparkline": {
600
- "from": "components/VSparkline",
595
+ "VResponsive": {
596
+ "from": "components/VResponsive",
601
597
  "styles": []
602
598
  },
603
599
  "VSnackbarQueue": {
604
600
  "from": "components/VSnackbarQueue",
605
601
  "styles": []
606
602
  },
603
+ "VSparkline": {
604
+ "from": "components/VSparkline",
605
+ "styles": []
606
+ },
607
607
  "VSpeedDial": {
608
608
  "from": "components/VSpeedDial",
609
609
  "styles": []
@@ -612,6 +612,10 @@
612
612
  "from": "components/VThemeProvider",
613
613
  "styles": []
614
614
  },
615
+ "VValidation": {
616
+ "from": "components/VValidation",
617
+ "styles": []
618
+ },
615
619
  "VVirtualScroll": {
616
620
  "from": "components/VVirtualScroll",
617
621
  "styles": []
@@ -680,12 +684,8 @@
680
684
  "from": "components/transitions",
681
685
  "styles": []
682
686
  },
683
- "VValidation": {
684
- "from": "components/VValidation",
685
- "styles": []
686
- },
687
- "VHover": {
688
- "from": "components/VHover",
687
+ "VConfirmEdit": {
688
+ "from": "components/VConfirmEdit",
689
689
  "styles": []
690
690
  }
691
691
  },
@@ -518,6 +518,7 @@
518
518
  "display-value",
519
519
  "events",
520
520
  "first-day-of-week",
521
+ "first-day-of-year",
521
522
  "hide-day-header",
522
523
  "hide-header",
523
524
  "hide-week-number",
@@ -1499,6 +1500,7 @@
1499
1500
  "error",
1500
1501
  "error-messages",
1501
1502
  "first-day-of-week",
1503
+ "first-day-of-year",
1502
1504
  "flat",
1503
1505
  "focused",
1504
1506
  "glow",
@@ -1591,6 +1593,7 @@
1591
1593
  "divided",
1592
1594
  "elevation",
1593
1595
  "first-day-of-week",
1596
+ "first-day-of-year",
1594
1597
  "header",
1595
1598
  "header-color",
1596
1599
  "height",
@@ -1658,6 +1661,7 @@
1658
1661
  "color",
1659
1662
  "disabled",
1660
1663
  "first-day-of-week",
1664
+ "first-day-of-year",
1661
1665
  "hide-weekdays",
1662
1666
  "max",
1663
1667
  "min",