@vuetify/nightly 3.8.8-master.2025-06-06 → 3.8.8-master.2025-06-07

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 (41) hide show
  1. package/CHANGELOG.md +9 -3
  2. package/dist/json/attributes.json +2176 -2176
  3. package/dist/json/importMap-labs.json +28 -28
  4. package/dist/json/importMap.json +148 -148
  5. package/dist/json/web-types.json +4180 -4180
  6. package/dist/vuetify-labs.cjs +29 -35
  7. package/dist/vuetify-labs.css +4211 -4211
  8. package/dist/vuetify-labs.d.ts +64 -54
  9. package/dist/vuetify-labs.esm.js +29 -35
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +29 -35
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +23 -20
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +3951 -3951
  16. package/dist/vuetify.d.ts +59 -54
  17. package/dist/vuetify.esm.js +23 -20
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +23 -20
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +30 -30
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VDataTable/VDataTableFooter.js +3 -1
  25. package/lib/components/VDataTable/VDataTableFooter.js.map +1 -1
  26. package/lib/components/VNumberInput/VNumberInput.d.ts +5 -0
  27. package/lib/components/VNumberInput/VNumberInput.js +7 -11
  28. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  29. package/lib/components/VOtpInput/VOtpInput.js +5 -2
  30. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  31. package/lib/components/VTextField/VTextField.js +5 -4
  32. package/lib/components/VTextField/VTextField.js.map +1 -1
  33. package/lib/entry-bundler.js +1 -1
  34. package/lib/framework.d.ts +54 -54
  35. package/lib/framework.js +1 -1
  36. package/lib/labs/VColorInput/VColorInput.js +3 -8
  37. package/lib/labs/VColorInput/VColorInput.js.map +1 -1
  38. package/lib/labs/VDateInput/VDateInput.d.ts +5 -0
  39. package/lib/labs/VDateInput/VDateInput.js +5 -9
  40. package/lib/labs/VDateInput/VDateInput.js.map +1 -1
  41. package/package.json +1 -1
@@ -24,6 +24,10 @@
24
24
  "from": "labs/VCalendar",
25
25
  "styles": []
26
26
  },
27
+ "VIconBtn": {
28
+ "from": "labs/VIconBtn",
29
+ "styles": []
30
+ },
27
31
  "VPicker": {
28
32
  "from": "labs/VPicker",
29
33
  "styles": []
@@ -32,20 +36,28 @@
32
36
  "from": "labs/VPicker",
33
37
  "styles": []
34
38
  },
35
- "VIconBtn": {
36
- "from": "labs/VIconBtn",
39
+ "VColorInput": {
40
+ "from": "labs/VColorInput",
37
41
  "styles": []
38
42
  },
39
- "VStepperVertical": {
40
- "from": "labs/VStepperVertical",
43
+ "VTimePicker": {
44
+ "from": "labs/VTimePicker",
41
45
  "styles": []
42
46
  },
43
- "VStepperVerticalItem": {
44
- "from": "labs/VStepperVertical",
47
+ "VTimePickerClock": {
48
+ "from": "labs/VTimePicker",
45
49
  "styles": []
46
50
  },
47
- "VStepperVerticalActions": {
48
- "from": "labs/VStepperVertical",
51
+ "VTimePickerControls": {
52
+ "from": "labs/VTimePicker",
53
+ "styles": []
54
+ },
55
+ "VFileUpload": {
56
+ "from": "labs/VFileUpload",
57
+ "styles": []
58
+ },
59
+ "VFileUploadItem": {
60
+ "from": "labs/VFileUpload",
49
61
  "styles": []
50
62
  },
51
63
  "VTreeview": {
@@ -60,37 +72,25 @@
60
72
  "from": "labs/VTreeview",
61
73
  "styles": []
62
74
  },
63
- "VColorInput": {
64
- "from": "labs/VColorInput",
65
- "styles": []
66
- },
67
- "VFileUpload": {
68
- "from": "labs/VFileUpload",
69
- "styles": []
70
- },
71
- "VFileUploadItem": {
72
- "from": "labs/VFileUpload",
75
+ "VStepperVertical": {
76
+ "from": "labs/VStepperVertical",
73
77
  "styles": []
74
78
  },
75
- "VTimePicker": {
76
- "from": "labs/VTimePicker",
79
+ "VStepperVerticalItem": {
80
+ "from": "labs/VStepperVertical",
77
81
  "styles": []
78
82
  },
79
- "VTimePickerClock": {
80
- "from": "labs/VTimePicker",
83
+ "VStepperVerticalActions": {
84
+ "from": "labs/VStepperVertical",
81
85
  "styles": []
82
86
  },
83
- "VTimePickerControls": {
84
- "from": "labs/VTimePicker",
87
+ "VDateInput": {
88
+ "from": "labs/VDateInput",
85
89
  "styles": []
86
90
  },
87
91
  "VPullToRefresh": {
88
92
  "from": "labs/VPullToRefresh",
89
93
  "styles": []
90
- },
91
- "VDateInput": {
92
- "from": "labs/VDateInput",
93
- "styles": []
94
94
  }
95
95
  }
96
96
  }
@@ -1,9 +1,5 @@
1
1
  {
2
2
  "components": {
3
- "VApp": {
4
- "from": "components/VApp",
5
- "styles": []
6
- },
7
3
  "VAppBar": {
8
4
  "from": "components/VAppBar",
9
5
  "styles": []
@@ -24,14 +20,14 @@
24
20
  "from": "components/VAlert",
25
21
  "styles": []
26
22
  },
27
- "VAutocomplete": {
28
- "from": "components/VAutocomplete",
29
- "styles": []
30
- },
31
23
  "VAvatar": {
32
24
  "from": "components/VAvatar",
33
25
  "styles": []
34
26
  },
27
+ "VApp": {
28
+ "from": "components/VApp",
29
+ "styles": []
30
+ },
35
31
  "VBadge": {
36
32
  "from": "components/VBadge",
37
33
  "styles": []
@@ -48,12 +44,12 @@
48
44
  "from": "components/VBanner",
49
45
  "styles": []
50
46
  },
51
- "VBottomSheet": {
52
- "from": "components/VBottomSheet",
47
+ "VAutocomplete": {
48
+ "from": "components/VAutocomplete",
53
49
  "styles": []
54
50
  },
55
- "VBottomNavigation": {
56
- "from": "components/VBottomNavigation",
51
+ "VBottomSheet": {
52
+ "from": "components/VBottomSheet",
57
53
  "styles": []
58
54
  },
59
55
  "VBreadcrumbs": {
@@ -68,32 +64,20 @@
68
64
  "from": "components/VBreadcrumbs",
69
65
  "styles": []
70
66
  },
71
- "VBtn": {
72
- "from": "components/VBtn",
73
- "styles": []
74
- },
75
- "VCard": {
76
- "from": "components/VCard",
77
- "styles": []
78
- },
79
- "VCardActions": {
80
- "from": "components/VCard",
81
- "styles": []
82
- },
83
- "VCardItem": {
84
- "from": "components/VCard",
67
+ "VBottomNavigation": {
68
+ "from": "components/VBottomNavigation",
85
69
  "styles": []
86
70
  },
87
- "VCardSubtitle": {
88
- "from": "components/VCard",
71
+ "VBtn": {
72
+ "from": "components/VBtn",
89
73
  "styles": []
90
74
  },
91
- "VCardText": {
92
- "from": "components/VCard",
75
+ "VBtnToggle": {
76
+ "from": "components/VBtnToggle",
93
77
  "styles": []
94
78
  },
95
- "VCardTitle": {
96
- "from": "components/VCard",
79
+ "VBtnGroup": {
80
+ "from": "components/VBtnGroup",
97
81
  "styles": []
98
82
  },
99
83
  "VCarousel": {
@@ -104,40 +88,28 @@
104
88
  "from": "components/VCarousel",
105
89
  "styles": []
106
90
  },
107
- "VChipGroup": {
108
- "from": "components/VChipGroup",
109
- "styles": []
110
- },
111
- "VCode": {
112
- "from": "components/VCode",
113
- "styles": []
114
- },
115
- "VBtnToggle": {
116
- "from": "components/VBtnToggle",
117
- "styles": []
118
- },
119
- "VCheckbox": {
120
- "from": "components/VCheckbox",
91
+ "VCard": {
92
+ "from": "components/VCard",
121
93
  "styles": []
122
94
  },
123
- "VCheckboxBtn": {
124
- "from": "components/VCheckbox",
95
+ "VCardActions": {
96
+ "from": "components/VCard",
125
97
  "styles": []
126
98
  },
127
- "VCombobox": {
128
- "from": "components/VCombobox",
99
+ "VCardItem": {
100
+ "from": "components/VCard",
129
101
  "styles": []
130
102
  },
131
- "VCounter": {
132
- "from": "components/VCounter",
103
+ "VCardSubtitle": {
104
+ "from": "components/VCard",
133
105
  "styles": []
134
106
  },
135
- "VColorPicker": {
136
- "from": "components/VColorPicker",
107
+ "VCardText": {
108
+ "from": "components/VCard",
137
109
  "styles": []
138
110
  },
139
- "VBtnGroup": {
140
- "from": "components/VBtnGroup",
111
+ "VCardTitle": {
112
+ "from": "components/VCard",
141
113
  "styles": []
142
114
  },
143
115
  "VDataTable": {
@@ -168,12 +140,36 @@
168
140
  "from": "components/VDataTable",
169
141
  "styles": []
170
142
  },
143
+ "VCode": {
144
+ "from": "components/VCode",
145
+ "styles": []
146
+ },
147
+ "VCheckbox": {
148
+ "from": "components/VCheckbox",
149
+ "styles": []
150
+ },
151
+ "VCheckboxBtn": {
152
+ "from": "components/VCheckbox",
153
+ "styles": []
154
+ },
171
155
  "VChip": {
172
156
  "from": "components/VChip",
173
157
  "styles": []
174
158
  },
175
- "VEmptyState": {
176
- "from": "components/VEmptyState",
159
+ "VCounter": {
160
+ "from": "components/VCounter",
161
+ "styles": []
162
+ },
163
+ "VChipGroup": {
164
+ "from": "components/VChipGroup",
165
+ "styles": []
166
+ },
167
+ "VCombobox": {
168
+ "from": "components/VCombobox",
169
+ "styles": []
170
+ },
171
+ "VColorPicker": {
172
+ "from": "components/VColorPicker",
177
173
  "styles": []
178
174
  },
179
175
  "VDatePicker": {
@@ -204,8 +200,8 @@
204
200
  "from": "components/VDivider",
205
201
  "styles": []
206
202
  },
207
- "VFab": {
208
- "from": "components/VFab",
203
+ "VDialog": {
204
+ "from": "components/VDialog",
209
205
  "styles": []
210
206
  },
211
207
  "VExpansionPanels": {
@@ -224,28 +220,24 @@
224
220
  "from": "components/VExpansionPanel",
225
221
  "styles": []
226
222
  },
227
- "VDialog": {
228
- "from": "components/VDialog",
229
- "styles": []
230
- },
231
- "VField": {
232
- "from": "components/VField",
223
+ "VFab": {
224
+ "from": "components/VFab",
233
225
  "styles": []
234
226
  },
235
- "VFieldLabel": {
236
- "from": "components/VField",
227
+ "VFooter": {
228
+ "from": "components/VFooter",
237
229
  "styles": []
238
230
  },
239
231
  "VFileInput": {
240
232
  "from": "components/VFileInput",
241
233
  "styles": []
242
234
  },
243
- "VFooter": {
244
- "from": "components/VFooter",
235
+ "VField": {
236
+ "from": "components/VField",
245
237
  "styles": []
246
238
  },
247
- "VInput": {
248
- "from": "components/VInput",
239
+ "VFieldLabel": {
240
+ "from": "components/VField",
249
241
  "styles": []
250
242
  },
251
243
  "VIcon": {
@@ -272,6 +264,14 @@
272
264
  "from": "components/VInfiniteScroll",
273
265
  "styles": []
274
266
  },
267
+ "VInput": {
268
+ "from": "components/VInput",
269
+ "styles": []
270
+ },
271
+ "VKbd": {
272
+ "from": "components/VKbd",
273
+ "styles": []
274
+ },
275
275
  "VItemGroup": {
276
276
  "from": "components/VItemGroup",
277
277
  "styles": []
@@ -280,16 +280,12 @@
280
280
  "from": "components/VItemGroup",
281
281
  "styles": []
282
282
  },
283
- "VImg": {
284
- "from": "components/VImg",
285
- "styles": []
286
- },
287
283
  "VLabel": {
288
284
  "from": "components/VLabel",
289
285
  "styles": []
290
286
  },
291
- "VKbd": {
292
- "from": "components/VKbd",
287
+ "VImg": {
288
+ "from": "components/VImg",
293
289
  "styles": []
294
290
  },
295
291
  "VList": {
@@ -328,6 +324,10 @@
328
324
  "from": "components/VList",
329
325
  "styles": []
330
326
  },
327
+ "VMenu": {
328
+ "from": "components/VMenu",
329
+ "styles": []
330
+ },
331
331
  "VMain": {
332
332
  "from": "components/VMain",
333
333
  "styles": []
@@ -336,8 +336,12 @@
336
336
  "from": "components/VNavigationDrawer",
337
337
  "styles": []
338
338
  },
339
- "VMenu": {
340
- "from": "components/VMenu",
339
+ "VNumberInput": {
340
+ "from": "components/VNumberInput",
341
+ "styles": []
342
+ },
343
+ "VOverlay": {
344
+ "from": "components/VOverlay",
341
345
  "styles": []
342
346
  },
343
347
  "VMessages": {
@@ -348,8 +352,8 @@
348
352
  "from": "components/VOtpInput",
349
353
  "styles": []
350
354
  },
351
- "VNumberInput": {
352
- "from": "components/VNumberInput",
355
+ "VProgressCircular": {
356
+ "from": "components/VProgressCircular",
353
357
  "styles": []
354
358
  },
355
359
  "VPagination": {
@@ -360,14 +364,6 @@
360
364
  "from": "components/VProgressLinear",
361
365
  "styles": []
362
366
  },
363
- "VOverlay": {
364
- "from": "components/VOverlay",
365
- "styles": []
366
- },
367
- "VProgressCircular": {
368
- "from": "components/VProgressCircular",
369
- "styles": []
370
- },
371
367
  "VRadioGroup": {
372
368
  "from": "components/VRadioGroup",
373
369
  "styles": []
@@ -376,24 +372,24 @@
376
372
  "from": "components/VRating",
377
373
  "styles": []
378
374
  },
379
- "VSelectionControl": {
380
- "from": "components/VSelectionControl",
381
- "styles": []
382
- },
383
- "VSheet": {
384
- "from": "components/VSheet",
385
- "styles": []
386
- },
387
375
  "VSelect": {
388
376
  "from": "components/VSelect",
389
377
  "styles": []
390
378
  },
379
+ "VSelectionControlGroup": {
380
+ "from": "components/VSelectionControlGroup",
381
+ "styles": []
382
+ },
391
383
  "VSkeletonLoader": {
392
384
  "from": "components/VSkeletonLoader",
393
385
  "styles": []
394
386
  },
395
- "VSelectionControlGroup": {
396
- "from": "components/VSelectionControlGroup",
387
+ "VSheet": {
388
+ "from": "components/VSheet",
389
+ "styles": []
390
+ },
391
+ "VSelectionControl": {
392
+ "from": "components/VSelectionControl",
397
393
  "styles": []
398
394
  },
399
395
  "VSlideGroup": {
@@ -404,14 +400,6 @@
404
400
  "from": "components/VSlideGroup",
405
401
  "styles": []
406
402
  },
407
- "VSlider": {
408
- "from": "components/VSlider",
409
- "styles": []
410
- },
411
- "VTextField": {
412
- "from": "components/VTextField",
413
- "styles": []
414
- },
415
403
  "VStepper": {
416
404
  "from": "components/VStepper",
417
405
  "styles": []
@@ -436,12 +424,28 @@
436
424
  "from": "components/VStepper",
437
425
  "styles": []
438
426
  },
427
+ "VSnackbar": {
428
+ "from": "components/VSnackbar",
429
+ "styles": []
430
+ },
431
+ "VSlider": {
432
+ "from": "components/VSlider",
433
+ "styles": []
434
+ },
439
435
  "VSystemBar": {
440
436
  "from": "components/VSystemBar",
441
437
  "styles": []
442
438
  },
443
- "VSnackbar": {
444
- "from": "components/VSnackbar",
439
+ "VSwitch": {
440
+ "from": "components/VSwitch",
441
+ "styles": []
442
+ },
443
+ "VTimeline": {
444
+ "from": "components/VTimeline",
445
+ "styles": []
446
+ },
447
+ "VTimelineItem": {
448
+ "from": "components/VTimeline",
445
449
  "styles": []
446
450
  },
447
451
  "VTab": {
@@ -460,20 +464,12 @@
460
464
  "from": "components/VTabs",
461
465
  "styles": []
462
466
  },
463
- "VTextarea": {
464
- "from": "components/VTextarea",
465
- "styles": []
466
- },
467
- "VTable": {
468
- "from": "components/VTable",
469
- "styles": []
470
- },
471
- "VWindow": {
472
- "from": "components/VWindow",
467
+ "VTextField": {
468
+ "from": "components/VTextField",
473
469
  "styles": []
474
470
  },
475
- "VWindowItem": {
476
- "from": "components/VWindow",
471
+ "VTextarea": {
472
+ "from": "components/VTextarea",
477
473
  "styles": []
478
474
  },
479
475
  "VToolbar": {
@@ -492,14 +488,22 @@
492
488
  "from": "components/VTooltip",
493
489
  "styles": []
494
490
  },
495
- "VSwitch": {
496
- "from": "components/VSwitch",
491
+ "VWindow": {
492
+ "from": "components/VWindow",
493
+ "styles": []
494
+ },
495
+ "VWindowItem": {
496
+ "from": "components/VWindow",
497
497
  "styles": []
498
498
  },
499
499
  "VConfirmEdit": {
500
500
  "from": "components/VConfirmEdit",
501
501
  "styles": []
502
502
  },
503
+ "VTable": {
504
+ "from": "components/VTable",
505
+ "styles": []
506
+ },
503
507
  "VDataIterator": {
504
508
  "from": "components/VDataIterator",
505
509
  "styles": []
@@ -508,6 +512,10 @@
508
512
  "from": "components/VDefaultsProvider",
509
513
  "styles": []
510
514
  },
515
+ "VForm": {
516
+ "from": "components/VForm",
517
+ "styles": []
518
+ },
511
519
  "VContainer": {
512
520
  "from": "components/VGrid",
513
521
  "styles": []
@@ -528,22 +536,10 @@
528
536
  "from": "components/VHover",
529
537
  "styles": []
530
538
  },
531
- "VForm": {
532
- "from": "components/VForm",
533
- "styles": []
534
- },
535
539
  "VLazy": {
536
540
  "from": "components/VLazy",
537
541
  "styles": []
538
542
  },
539
- "VLayout": {
540
- "from": "components/VLayout",
541
- "styles": []
542
- },
543
- "VLayoutItem": {
544
- "from": "components/VLayout",
545
- "styles": []
546
- },
547
543
  "VLocaleProvider": {
548
544
  "from": "components/VLocaleProvider",
549
545
  "styles": []
@@ -552,6 +548,10 @@
552
548
  "from": "components/VNoSsr",
553
549
  "styles": []
554
550
  },
551
+ "VRadio": {
552
+ "from": "components/VRadio",
553
+ "styles": []
554
+ },
555
555
  "VParallax": {
556
556
  "from": "components/VParallax",
557
557
  "styles": []
@@ -564,18 +564,18 @@
564
564
  "from": "components/VResponsive",
565
565
  "styles": []
566
566
  },
567
- "VRadio": {
568
- "from": "components/VRadio",
569
- "styles": []
570
- },
571
- "VSparkline": {
572
- "from": "components/VSparkline",
567
+ "VSnackbarQueue": {
568
+ "from": "components/VSnackbarQueue",
573
569
  "styles": []
574
570
  },
575
571
  "VSpeedDial": {
576
572
  "from": "components/VSpeedDial",
577
573
  "styles": []
578
574
  },
575
+ "VSparkline": {
576
+ "from": "components/VSparkline",
577
+ "styles": []
578
+ },
579
579
  "VThemeProvider": {
580
580
  "from": "components/VThemeProvider",
581
581
  "styles": []
@@ -652,16 +652,16 @@
652
652
  "from": "components/transitions",
653
653
  "styles": []
654
654
  },
655
- "VTimeline": {
656
- "from": "components/VTimeline",
655
+ "VEmptyState": {
656
+ "from": "components/VEmptyState",
657
657
  "styles": []
658
658
  },
659
- "VTimelineItem": {
660
- "from": "components/VTimeline",
659
+ "VLayout": {
660
+ "from": "components/VLayout",
661
661
  "styles": []
662
662
  },
663
- "VSnackbarQueue": {
664
- "from": "components/VSnackbarQueue",
663
+ "VLayoutItem": {
664
+ "from": "components/VLayout",
665
665
  "styles": []
666
666
  }
667
667
  },