@vuetify/nightly 3.8.5-master.2025-05-17 → 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 +6 -3
  2. package/dist/json/attributes.json +3267 -3251
  3. package/dist/json/importMap-labs.json +24 -24
  4. package/dist/json/importMap.json +188 -188
  5. package/dist/json/tags.json +4 -0
  6. package/dist/json/web-types.json +6030 -5994
  7. package/dist/vuetify-labs.cjs +10 -9
  8. package/dist/vuetify-labs.css +3099 -3088
  9. package/dist/vuetify-labs.d.ts +84 -64
  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 +4786 -4775
  17. package/dist/vuetify.d.ts +74 -64
  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 +64 -64
  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": []
@@ -28,26 +36,6 @@
28
36
  "from": "labs/VColorInput",
29
37
  "styles": []
30
38
  },
31
- "VFileUpload": {
32
- "from": "labs/VFileUpload",
33
- "styles": []
34
- },
35
- "VFileUploadItem": {
36
- "from": "labs/VFileUpload",
37
- "styles": []
38
- },
39
- "VIconBtn": {
40
- "from": "labs/VIconBtn",
41
- "styles": []
42
- },
43
- "VPicker": {
44
- "from": "labs/VPicker",
45
- "styles": []
46
- },
47
- "VPickerTitle": {
48
- "from": "labs/VPicker",
49
- "styles": []
50
- },
51
39
  "VStepperVertical": {
52
40
  "from": "labs/VStepperVertical",
53
41
  "styles": []
@@ -60,6 +48,10 @@
60
48
  "from": "labs/VStepperVertical",
61
49
  "styles": []
62
50
  },
51
+ "VIconBtn": {
52
+ "from": "labs/VIconBtn",
53
+ "styles": []
54
+ },
63
55
  "VTimePicker": {
64
56
  "from": "labs/VTimePicker",
65
57
  "styles": []
@@ -72,10 +64,6 @@
72
64
  "from": "labs/VTimePicker",
73
65
  "styles": []
74
66
  },
75
- "VDateInput": {
76
- "from": "labs/VDateInput",
77
- "styles": []
78
- },
79
67
  "VTreeview": {
80
68
  "from": "labs/VTreeview",
81
69
  "styles": []
@@ -88,9 +76,21 @@
88
76
  "from": "labs/VTreeview",
89
77
  "styles": []
90
78
  },
79
+ "VPicker": {
80
+ "from": "labs/VPicker",
81
+ "styles": []
82
+ },
83
+ "VPickerTitle": {
84
+ "from": "labs/VPicker",
85
+ "styles": []
86
+ },
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,14 +12,6 @@
12
12
  "from": "components/VAlert",
13
13
  "styles": []
14
14
  },
15
- "VAvatar": {
16
- "from": "components/VAvatar",
17
- "styles": []
18
- },
19
- "VAutocomplete": {
20
- "from": "components/VAutocomplete",
21
- "styles": []
22
- },
23
15
  "VBanner": {
24
16
  "from": "components/VBanner",
25
17
  "styles": []
@@ -32,16 +24,60 @@
32
24
  "from": "components/VBanner",
33
25
  "styles": []
34
26
  },
35
- "VBottomNavigation": {
36
- "from": "components/VBottomNavigation",
27
+ "VAppBar": {
28
+ "from": "components/VAppBar",
29
+ "styles": []
30
+ },
31
+ "VAppBarNavIcon": {
32
+ "from": "components/VAppBar",
33
+ "styles": []
34
+ },
35
+ "VAppBarTitle": {
36
+ "from": "components/VAppBar",
37
+ "styles": []
38
+ },
39
+ "VApp": {
40
+ "from": "components/VApp",
41
+ "styles": []
42
+ },
43
+ "VAutocomplete": {
44
+ "from": "components/VAutocomplete",
37
45
  "styles": []
38
46
  },
39
47
  "VBadge": {
40
48
  "from": "components/VBadge",
41
49
  "styles": []
42
50
  },
43
- "VBottomSheet": {
44
- "from": "components/VBottomSheet",
51
+ "VBreadcrumbs": {
52
+ "from": "components/VBreadcrumbs",
53
+ "styles": []
54
+ },
55
+ "VBreadcrumbsItem": {
56
+ "from": "components/VBreadcrumbs",
57
+ "styles": []
58
+ },
59
+ "VBreadcrumbsDivider": {
60
+ "from": "components/VBreadcrumbs",
61
+ "styles": []
62
+ },
63
+ "VBtnGroup": {
64
+ "from": "components/VBtnGroup",
65
+ "styles": []
66
+ },
67
+ "VBtn": {
68
+ "from": "components/VBtn",
69
+ "styles": []
70
+ },
71
+ "VBottomNavigation": {
72
+ "from": "components/VBottomNavigation",
73
+ "styles": []
74
+ },
75
+ "VCarousel": {
76
+ "from": "components/VCarousel",
77
+ "styles": []
78
+ },
79
+ "VCarouselItem": {
80
+ "from": "components/VCarousel",
45
81
  "styles": []
46
82
  },
47
83
  "VCard": {
@@ -68,68 +104,64 @@
68
104
  "from": "components/VCard",
69
105
  "styles": []
70
106
  },
71
- "VBtn": {
72
- "from": "components/VBtn",
73
- "styles": []
74
- },
75
107
  "VBtnToggle": {
76
108
  "from": "components/VBtnToggle",
77
109
  "styles": []
78
110
  },
79
- "VBtnGroup": {
80
- "from": "components/VBtnGroup",
111
+ "VCheckbox": {
112
+ "from": "components/VCheckbox",
81
113
  "styles": []
82
114
  },
83
- "VBreadcrumbs": {
84
- "from": "components/VBreadcrumbs",
115
+ "VCheckboxBtn": {
116
+ "from": "components/VCheckbox",
85
117
  "styles": []
86
118
  },
87
- "VBreadcrumbsItem": {
88
- "from": "components/VBreadcrumbs",
119
+ "VBottomSheet": {
120
+ "from": "components/VBottomSheet",
89
121
  "styles": []
90
122
  },
91
- "VBreadcrumbsDivider": {
92
- "from": "components/VBreadcrumbs",
123
+ "VChipGroup": {
124
+ "from": "components/VChipGroup",
93
125
  "styles": []
94
126
  },
95
- "VCarousel": {
96
- "from": "components/VCarousel",
127
+ "VColorPicker": {
128
+ "from": "components/VColorPicker",
97
129
  "styles": []
98
130
  },
99
- "VCarouselItem": {
100
- "from": "components/VCarousel",
131
+ "VCode": {
132
+ "from": "components/VCode",
101
133
  "styles": []
102
134
  },
103
- "VChip": {
104
- "from": "components/VChip",
135
+ "VCombobox": {
136
+ "from": "components/VCombobox",
105
137
  "styles": []
106
138
  },
107
- "VChipGroup": {
108
- "from": "components/VChipGroup",
139
+ "VDatePicker": {
140
+ "from": "components/VDatePicker",
109
141
  "styles": []
110
142
  },
111
- "VColorPicker": {
112
- "from": "components/VColorPicker",
143
+ "VDatePickerControls": {
144
+ "from": "components/VDatePicker",
113
145
  "styles": []
114
146
  },
115
- "VCheckbox": {
116
- "from": "components/VCheckbox",
147
+ "VDatePickerHeader": {
148
+ "from": "components/VDatePicker",
117
149
  "styles": []
118
150
  },
119
- "VCheckboxBtn": {
120
- "from": "components/VCheckbox",
151
+ "VDatePickerMonth": {
152
+ "from": "components/VDatePicker",
121
153
  "styles": []
122
154
  },
123
- "VCode": {
124
- "from": "components/VCode",
155
+ "VDatePickerMonths": {
156
+ "from": "components/VDatePicker",
125
157
  "styles": []
126
158
  },
127
- "VCounter": {
128
- "from": "components/VCounter",
159
+ "VDatePickerYears": {
160
+ "from": "components/VDatePicker",
129
161
  "styles": []
130
162
  },
131
- "VCombobox": {
132
- "from": "components/VCombobox",
163
+ "VCounter": {
164
+ "from": "components/VCounter",
133
165
  "styles": []
134
166
  },
135
167
  "VDataTable": {
@@ -160,40 +192,8 @@
160
192
  "from": "components/VDataTable",
161
193
  "styles": []
162
194
  },
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
- "VDialog": {
188
- "from": "components/VDialog",
189
- "styles": []
190
- },
191
- "VEmptyState": {
192
- "from": "components/VEmptyState",
193
- "styles": []
194
- },
195
- "VFab": {
196
- "from": "components/VFab",
195
+ "VDivider": {
196
+ "from": "components/VDivider",
197
197
  "styles": []
198
198
  },
199
199
  "VExpansionPanels": {
@@ -212,8 +212,8 @@
212
212
  "from": "components/VExpansionPanel",
213
213
  "styles": []
214
214
  },
215
- "VDivider": {
216
- "from": "components/VDivider",
215
+ "VEmptyState": {
216
+ "from": "components/VEmptyState",
217
217
  "styles": []
218
218
  },
219
219
  "VField": {
@@ -224,12 +224,12 @@
224
224
  "from": "components/VField",
225
225
  "styles": []
226
226
  },
227
- "VFileInput": {
228
- "from": "components/VFileInput",
227
+ "VFab": {
228
+ "from": "components/VFab",
229
229
  "styles": []
230
230
  },
231
- "VFooter": {
232
- "from": "components/VFooter",
231
+ "VFileInput": {
232
+ "from": "components/VFileInput",
233
233
  "styles": []
234
234
  },
235
235
  "VIcon": {
@@ -252,6 +252,26 @@
252
252
  "from": "components/VIcon",
253
253
  "styles": []
254
254
  },
255
+ "VFooter": {
256
+ "from": "components/VFooter",
257
+ "styles": []
258
+ },
259
+ "VImg": {
260
+ "from": "components/VImg",
261
+ "styles": []
262
+ },
263
+ "VInput": {
264
+ "from": "components/VInput",
265
+ "styles": []
266
+ },
267
+ "VMain": {
268
+ "from": "components/VMain",
269
+ "styles": []
270
+ },
271
+ "VKbd": {
272
+ "from": "components/VKbd",
273
+ "styles": []
274
+ },
255
275
  "VItemGroup": {
256
276
  "from": "components/VItemGroup",
257
277
  "styles": []
@@ -260,8 +280,8 @@
260
280
  "from": "components/VItemGroup",
261
281
  "styles": []
262
282
  },
263
- "VKbd": {
264
- "from": "components/VKbd",
283
+ "VInfiniteScroll": {
284
+ "from": "components/VInfiniteScroll",
265
285
  "styles": []
266
286
  },
267
287
  "VList": {
@@ -300,98 +320,66 @@
300
320
  "from": "components/VList",
301
321
  "styles": []
302
322
  },
303
- "VInfiniteScroll": {
304
- "from": "components/VInfiniteScroll",
305
- "styles": []
306
- },
307
323
  "VLabel": {
308
324
  "from": "components/VLabel",
309
325
  "styles": []
310
326
  },
311
- "VInput": {
312
- "from": "components/VInput",
313
- "styles": []
314
- },
315
- "VImg": {
316
- "from": "components/VImg",
317
- "styles": []
318
- },
319
- "VMain": {
320
- "from": "components/VMain",
321
- "styles": []
322
- },
323
327
  "VMenu": {
324
328
  "from": "components/VMenu",
325
329
  "styles": []
326
330
  },
327
- "VNavigationDrawer": {
328
- "from": "components/VNavigationDrawer",
331
+ "VNumberInput": {
332
+ "from": "components/VNumberInput",
329
333
  "styles": []
330
334
  },
331
335
  "VMessages": {
332
336
  "from": "components/VMessages",
333
337
  "styles": []
334
338
  },
335
- "VNumberInput": {
336
- "from": "components/VNumberInput",
339
+ "VNavigationDrawer": {
340
+ "from": "components/VNavigationDrawer",
337
341
  "styles": []
338
342
  },
339
- "VPagination": {
340
- "from": "components/VPagination",
343
+ "VOtpInput": {
344
+ "from": "components/VOtpInput",
341
345
  "styles": []
342
346
  },
343
347
  "VOverlay": {
344
348
  "from": "components/VOverlay",
345
349
  "styles": []
346
350
  },
347
- "VProgressCircular": {
348
- "from": "components/VProgressCircular",
349
- "styles": []
350
- },
351
- "VProgressLinear": {
352
- "from": "components/VProgressLinear",
353
- "styles": []
354
- },
355
- "VOtpInput": {
356
- "from": "components/VOtpInput",
351
+ "VPagination": {
352
+ "from": "components/VPagination",
357
353
  "styles": []
358
354
  },
359
355
  "VRadioGroup": {
360
356
  "from": "components/VRadioGroup",
361
357
  "styles": []
362
358
  },
363
- "VSelectionControlGroup": {
364
- "from": "components/VSelectionControlGroup",
365
- "styles": []
366
- },
367
359
  "VRating": {
368
360
  "from": "components/VRating",
369
361
  "styles": []
370
362
  },
363
+ "VSelectionControlGroup": {
364
+ "from": "components/VSelectionControlGroup",
365
+ "styles": []
366
+ },
371
367
  "VSelectionControl": {
372
368
  "from": "components/VSelectionControl",
373
369
  "styles": []
374
370
  },
375
- "VSelect": {
376
- "from": "components/VSelect",
371
+ "VProgressLinear": {
372
+ "from": "components/VProgressLinear",
377
373
  "styles": []
378
374
  },
379
- "VSkeletonLoader": {
380
- "from": "components/VSkeletonLoader",
375
+ "VSelect": {
376
+ "from": "components/VSelect",
381
377
  "styles": []
382
378
  },
383
379
  "VSheet": {
384
380
  "from": "components/VSheet",
385
381
  "styles": []
386
382
  },
387
- "VSlider": {
388
- "from": "components/VSlider",
389
- "styles": []
390
- },
391
- "VSnackbar": {
392
- "from": "components/VSnackbar",
393
- "styles": []
394
- },
395
383
  "VSlideGroup": {
396
384
  "from": "components/VSlideGroup",
397
385
  "styles": []
@@ -400,6 +388,18 @@
400
388
  "from": "components/VSlideGroup",
401
389
  "styles": []
402
390
  },
391
+ "VSkeletonLoader": {
392
+ "from": "components/VSkeletonLoader",
393
+ "styles": []
394
+ },
395
+ "VSnackbar": {
396
+ "from": "components/VSnackbar",
397
+ "styles": []
398
+ },
399
+ "VSlider": {
400
+ "from": "components/VSlider",
401
+ "styles": []
402
+ },
403
403
  "VStepper": {
404
404
  "from": "components/VStepper",
405
405
  "styles": []
@@ -424,6 +424,18 @@
424
424
  "from": "components/VStepper",
425
425
  "styles": []
426
426
  },
427
+ "VSystemBar": {
428
+ "from": "components/VSystemBar",
429
+ "styles": []
430
+ },
431
+ "VSwitch": {
432
+ "from": "components/VSwitch",
433
+ "styles": []
434
+ },
435
+ "VTextField": {
436
+ "from": "components/VTextField",
437
+ "styles": []
438
+ },
427
439
  "VTab": {
428
440
  "from": "components/VTabs",
429
441
  "styles": []
@@ -440,26 +452,10 @@
440
452
  "from": "components/VTabs",
441
453
  "styles": []
442
454
  },
443
- "VSystemBar": {
444
- "from": "components/VSystemBar",
445
- "styles": []
446
- },
447
- "VSwitch": {
448
- "from": "components/VSwitch",
449
- "styles": []
450
- },
451
455
  "VTable": {
452
456
  "from": "components/VTable",
453
457
  "styles": []
454
458
  },
455
- "VTextarea": {
456
- "from": "components/VTextarea",
457
- "styles": []
458
- },
459
- "VTextField": {
460
- "from": "components/VTextField",
461
- "styles": []
462
- },
463
459
  "VToolbar": {
464
460
  "from": "components/VToolbar",
465
461
  "styles": []
@@ -476,6 +472,10 @@
476
472
  "from": "components/VTooltip",
477
473
  "styles": []
478
474
  },
475
+ "VTextarea": {
476
+ "from": "components/VTextarea",
477
+ "styles": []
478
+ },
479
479
  "VWindow": {
480
480
  "from": "components/VWindow",
481
481
  "styles": []
@@ -484,16 +484,8 @@
484
484
  "from": "components/VWindow",
485
485
  "styles": []
486
486
  },
487
- "VTimeline": {
488
- "from": "components/VTimeline",
489
- "styles": []
490
- },
491
- "VTimelineItem": {
492
- "from": "components/VTimeline",
493
- "styles": []
494
- },
495
- "VConfirmEdit": {
496
- "from": "components/VConfirmEdit",
487
+ "VChip": {
488
+ "from": "components/VChip",
497
489
  "styles": []
498
490
  },
499
491
  "VDataIterator": {
@@ -548,18 +540,22 @@
548
540
  "from": "components/VNoSsr",
549
541
  "styles": []
550
542
  },
551
- "VParallax": {
552
- "from": "components/VParallax",
553
- "styles": []
554
- },
555
543
  "VRadio": {
556
544
  "from": "components/VRadio",
557
545
  "styles": []
558
546
  },
547
+ "VParallax": {
548
+ "from": "components/VParallax",
549
+ "styles": []
550
+ },
559
551
  "VRangeSlider": {
560
552
  "from": "components/VRangeSlider",
561
553
  "styles": []
562
554
  },
555
+ "VSnackbarQueue": {
556
+ "from": "components/VSnackbarQueue",
557
+ "styles": []
558
+ },
563
559
  "VResponsive": {
564
560
  "from": "components/VResponsive",
565
561
  "styles": []
@@ -576,26 +572,6 @@
576
572
  "from": "components/VThemeProvider",
577
573
  "styles": []
578
574
  },
579
- "VVirtualScroll": {
580
- "from": "components/VVirtualScroll",
581
- "styles": []
582
- },
583
- "VAppBar": {
584
- "from": "components/VAppBar",
585
- "styles": []
586
- },
587
- "VAppBarNavIcon": {
588
- "from": "components/VAppBar",
589
- "styles": []
590
- },
591
- "VAppBarTitle": {
592
- "from": "components/VAppBar",
593
- "styles": []
594
- },
595
- "VValidation": {
596
- "from": "components/VValidation",
597
- "styles": []
598
- },
599
575
  "VFabTransition": {
600
576
  "from": "components/transitions",
601
577
  "styles": []
@@ -660,8 +636,32 @@
660
636
  "from": "components/transitions",
661
637
  "styles": []
662
638
  },
663
- "VSnackbarQueue": {
664
- "from": "components/VSnackbarQueue",
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",
657
+ "styles": []
658
+ },
659
+ "VTimeline": {
660
+ "from": "components/VTimeline",
661
+ "styles": []
662
+ },
663
+ "VTimelineItem": {
664
+ "from": "components/VTimeline",
665
665
  "styles": []
666
666
  }
667
667
  },
@@ -525,6 +525,7 @@
525
525
  "text",
526
526
  "title",
527
527
  "view-mode",
528
+ "weekday-format",
528
529
  "weekdays",
529
530
  "weeks-in-month",
530
531
  "year"
@@ -1541,6 +1542,7 @@
1541
1542
  "validation-value",
1542
1543
  "variant",
1543
1544
  "view-mode",
1545
+ "weekday-format",
1544
1546
  "weekdays",
1545
1547
  "weeks-in-month",
1546
1548
  "width",
@@ -1591,6 +1593,7 @@
1591
1593
  "title",
1592
1594
  "transition",
1593
1595
  "view-mode",
1596
+ "weekday-format",
1594
1597
  "weekdays",
1595
1598
  "weeks-in-month",
1596
1599
  "width",
@@ -1636,6 +1639,7 @@
1636
1639
  "show-adjacent-months",
1637
1640
  "show-week",
1638
1641
  "transition",
1642
+ "weekday-format",
1639
1643
  "weekdays",
1640
1644
  "weeks-in-month",
1641
1645
  "year"