@vuetify/nightly 3.8.3-master.2025-04-29 → 3.8.3-master.2025-04-30

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 (52) hide show
  1. package/CHANGELOG.md +10 -3
  2. package/dist/json/attributes.json +2916 -2916
  3. package/dist/json/importMap-labs.json +24 -24
  4. package/dist/json/importMap.json +120 -120
  5. package/dist/json/web-types.json +5199 -5199
  6. package/dist/vuetify-labs.cjs +19 -16
  7. package/dist/vuetify-labs.css +3752 -3752
  8. package/dist/vuetify-labs.d.ts +4023 -859
  9. package/dist/vuetify-labs.esm.js +19 -16
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +19 -16
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +19 -16
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +4587 -4587
  16. package/dist/vuetify.d.ts +4023 -859
  17. package/dist/vuetify.esm.js +19 -16
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +19 -16
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +9 -9
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VAutocomplete/VAutocomplete.d.ts +792 -74
  25. package/lib/components/VBadge/VBadge.d.ts +22 -46
  26. package/lib/components/VBottomSheet/VBottomSheet.d.ts +1434 -80
  27. package/lib/components/VCombobox/VCombobox.d.ts +792 -74
  28. package/lib/components/VCounter/VCounter.d.ts +22 -46
  29. package/lib/components/VDataIterator/VDataIterator.d.ts +22 -46
  30. package/lib/components/VDialog/VDialog.d.ts +1048 -146
  31. package/lib/components/VDialog/VDialog.js.map +1 -1
  32. package/lib/components/VFab/VFab.d.ts +22 -46
  33. package/lib/components/VImg/VImg.d.ts +22 -49
  34. package/lib/components/VLazy/VLazy.d.ts +22 -46
  35. package/lib/components/VMenu/VMenu.d.ts +1048 -146
  36. package/lib/components/VMenu/VMenu.js.map +1 -1
  37. package/lib/components/VMessages/VMessages.d.ts +22 -46
  38. package/lib/components/VOverlay/VOverlay.d.ts +22 -49
  39. package/lib/components/VSelect/VSelect.d.ts +1232 -90
  40. package/lib/components/VSnackbar/VSnackbar.d.ts +58 -109
  41. package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +22 -46
  42. package/lib/components/VSpeedDial/VSpeedDial.d.ts +1434 -80
  43. package/lib/components/VTooltip/VTooltip.d.ts +58 -109
  44. package/lib/components/VTooltip/VTooltip.js +2 -2
  45. package/lib/components/VTooltip/VTooltip.js.map +1 -1
  46. package/lib/composables/transition.d.ts +10 -20
  47. package/lib/composables/transition.js +15 -12
  48. package/lib/composables/transition.js.map +1 -1
  49. package/lib/entry-bundler.js +1 -1
  50. package/lib/framework.d.ts +95 -134
  51. package/lib/framework.js +1 -1
  52. package/package.json +1 -1
@@ -4,14 +4,6 @@
4
4
  "from": "labs/VIconBtn",
5
5
  "styles": []
6
6
  },
7
- "VFileUpload": {
8
- "from": "labs/VFileUpload",
9
- "styles": []
10
- },
11
- "VFileUploadItem": {
12
- "from": "labs/VFileUpload",
13
- "styles": []
14
- },
15
7
  "VCalendar": {
16
8
  "from": "labs/VCalendar",
17
9
  "styles": []
@@ -36,12 +28,24 @@
36
28
  "from": "labs/VCalendar",
37
29
  "styles": []
38
30
  },
39
- "VPicker": {
40
- "from": "labs/VPicker",
31
+ "VTimePicker": {
32
+ "from": "labs/VTimePicker",
41
33
  "styles": []
42
34
  },
43
- "VPickerTitle": {
44
- "from": "labs/VPicker",
35
+ "VTimePickerClock": {
36
+ "from": "labs/VTimePicker",
37
+ "styles": []
38
+ },
39
+ "VTimePickerControls": {
40
+ "from": "labs/VTimePicker",
41
+ "styles": []
42
+ },
43
+ "VFileUpload": {
44
+ "from": "labs/VFileUpload",
45
+ "styles": []
46
+ },
47
+ "VFileUploadItem": {
48
+ "from": "labs/VFileUpload",
45
49
  "styles": []
46
50
  },
47
51
  "VStepperVertical": {
@@ -56,16 +60,12 @@
56
60
  "from": "labs/VStepperVertical",
57
61
  "styles": []
58
62
  },
59
- "VTimePicker": {
60
- "from": "labs/VTimePicker",
61
- "styles": []
62
- },
63
- "VTimePickerClock": {
64
- "from": "labs/VTimePicker",
63
+ "VPicker": {
64
+ "from": "labs/VPicker",
65
65
  "styles": []
66
66
  },
67
- "VTimePickerControls": {
68
- "from": "labs/VTimePicker",
67
+ "VPickerTitle": {
68
+ "from": "labs/VPicker",
69
69
  "styles": []
70
70
  },
71
71
  "VTreeview": {
@@ -80,13 +80,13 @@
80
80
  "from": "labs/VTreeview",
81
81
  "styles": []
82
82
  },
83
- "VPullToRefresh": {
84
- "from": "labs/VPullToRefresh",
85
- "styles": []
86
- },
87
83
  "VDateInput": {
88
84
  "from": "labs/VDateInput",
89
85
  "styles": []
86
+ },
87
+ "VPullToRefresh": {
88
+ "from": "labs/VPullToRefresh",
89
+ "styles": []
90
90
  }
91
91
  }
92
92
  }
@@ -1,5 +1,9 @@
1
1
  {
2
2
  "components": {
3
+ "VApp": {
4
+ "from": "components/VApp",
5
+ "styles": []
6
+ },
3
7
  "VAppBar": {
4
8
  "from": "components/VAppBar",
5
9
  "styles": []
@@ -12,14 +16,6 @@
12
16
  "from": "components/VAppBar",
13
17
  "styles": []
14
18
  },
15
- "VAutocomplete": {
16
- "from": "components/VAutocomplete",
17
- "styles": []
18
- },
19
- "VApp": {
20
- "from": "components/VApp",
21
- "styles": []
22
- },
23
19
  "VAlert": {
24
20
  "from": "components/VAlert",
25
21
  "styles": []
@@ -28,14 +24,26 @@
28
24
  "from": "components/VAlert",
29
25
  "styles": []
30
26
  },
31
- "VBadge": {
32
- "from": "components/VBadge",
27
+ "VAutocomplete": {
28
+ "from": "components/VAutocomplete",
29
+ "styles": []
30
+ },
31
+ "VAvatar": {
32
+ "from": "components/VAvatar",
33
33
  "styles": []
34
34
  },
35
35
  "VBottomNavigation": {
36
36
  "from": "components/VBottomNavigation",
37
37
  "styles": []
38
38
  },
39
+ "VBottomSheet": {
40
+ "from": "components/VBottomSheet",
41
+ "styles": []
42
+ },
43
+ "VBadge": {
44
+ "from": "components/VBadge",
45
+ "styles": []
46
+ },
39
47
  "VBanner": {
40
48
  "from": "components/VBanner",
41
49
  "styles": []
@@ -60,8 +68,12 @@
60
68
  "from": "components/VBreadcrumbs",
61
69
  "styles": []
62
70
  },
63
- "VBottomSheet": {
64
- "from": "components/VBottomSheet",
71
+ "VBtnToggle": {
72
+ "from": "components/VBtnToggle",
73
+ "styles": []
74
+ },
75
+ "VBtn": {
76
+ "from": "components/VBtn",
65
77
  "styles": []
66
78
  },
67
79
  "VCard": {
@@ -88,16 +100,16 @@
88
100
  "from": "components/VCard",
89
101
  "styles": []
90
102
  },
91
- "VBtnGroup": {
92
- "from": "components/VBtnGroup",
103
+ "VCheckbox": {
104
+ "from": "components/VCheckbox",
93
105
  "styles": []
94
106
  },
95
- "VBtnToggle": {
96
- "from": "components/VBtnToggle",
107
+ "VCheckboxBtn": {
108
+ "from": "components/VCheckbox",
97
109
  "styles": []
98
110
  },
99
- "VBtn": {
100
- "from": "components/VBtn",
111
+ "VBtnGroup": {
112
+ "from": "components/VBtnGroup",
101
113
  "styles": []
102
114
  },
103
115
  "VCarousel": {
@@ -108,36 +120,28 @@
108
120
  "from": "components/VCarousel",
109
121
  "styles": []
110
122
  },
111
- "VCheckbox": {
112
- "from": "components/VCheckbox",
113
- "styles": []
114
- },
115
- "VCheckboxBtn": {
116
- "from": "components/VCheckbox",
123
+ "VChipGroup": {
124
+ "from": "components/VChipGroup",
117
125
  "styles": []
118
126
  },
119
- "VColorPicker": {
120
- "from": "components/VColorPicker",
127
+ "VCounter": {
128
+ "from": "components/VCounter",
121
129
  "styles": []
122
130
  },
123
- "VChip": {
124
- "from": "components/VChip",
131
+ "VCode": {
132
+ "from": "components/VCode",
125
133
  "styles": []
126
134
  },
127
135
  "VCombobox": {
128
136
  "from": "components/VCombobox",
129
137
  "styles": []
130
138
  },
131
- "VCode": {
132
- "from": "components/VCode",
133
- "styles": []
134
- },
135
- "VCounter": {
136
- "from": "components/VCounter",
139
+ "VColorPicker": {
140
+ "from": "components/VColorPicker",
137
141
  "styles": []
138
142
  },
139
- "VChipGroup": {
140
- "from": "components/VChipGroup",
143
+ "VChip": {
144
+ "from": "components/VChip",
141
145
  "styles": []
142
146
  },
143
147
  "VDataTable": {
@@ -168,10 +172,6 @@
168
172
  "from": "components/VDataTable",
169
173
  "styles": []
170
174
  },
171
- "VDivider": {
172
- "from": "components/VDivider",
173
- "styles": []
174
- },
175
175
  "VDatePicker": {
176
176
  "from": "components/VDatePicker",
177
177
  "styles": []
@@ -196,12 +196,12 @@
196
196
  "from": "components/VDatePicker",
197
197
  "styles": []
198
198
  },
199
- "VDialog": {
200
- "from": "components/VDialog",
199
+ "VDivider": {
200
+ "from": "components/VDivider",
201
201
  "styles": []
202
202
  },
203
- "VEmptyState": {
204
- "from": "components/VEmptyState",
203
+ "VDialog": {
204
+ "from": "components/VDialog",
205
205
  "styles": []
206
206
  },
207
207
  "VFab": {
@@ -224,10 +224,6 @@
224
224
  "from": "components/VExpansionPanel",
225
225
  "styles": []
226
226
  },
227
- "VFooter": {
228
- "from": "components/VFooter",
229
- "styles": []
230
- },
231
227
  "VField": {
232
228
  "from": "components/VField",
233
229
  "styles": []
@@ -240,6 +236,14 @@
240
236
  "from": "components/VFileInput",
241
237
  "styles": []
242
238
  },
239
+ "VFooter": {
240
+ "from": "components/VFooter",
241
+ "styles": []
242
+ },
243
+ "VEmptyState": {
244
+ "from": "components/VEmptyState",
245
+ "styles": []
246
+ },
243
247
  "VIcon": {
244
248
  "from": "components/VIcon",
245
249
  "styles": []
@@ -264,16 +268,24 @@
264
268
  "from": "components/VImg",
265
269
  "styles": []
266
270
  },
271
+ "VInfiniteScroll": {
272
+ "from": "components/VInfiniteScroll",
273
+ "styles": []
274
+ },
267
275
  "VInput": {
268
276
  "from": "components/VInput",
269
277
  "styles": []
270
278
  },
271
- "VKbd": {
272
- "from": "components/VKbd",
279
+ "VLabel": {
280
+ "from": "components/VLabel",
273
281
  "styles": []
274
282
  },
275
- "VInfiniteScroll": {
276
- "from": "components/VInfiniteScroll",
283
+ "VItemGroup": {
284
+ "from": "components/VItemGroup",
285
+ "styles": []
286
+ },
287
+ "VItem": {
288
+ "from": "components/VItemGroup",
277
289
  "styles": []
278
290
  },
279
291
  "VList": {
@@ -312,16 +324,12 @@
312
324
  "from": "components/VList",
313
325
  "styles": []
314
326
  },
315
- "VItemGroup": {
316
- "from": "components/VItemGroup",
317
- "styles": []
318
- },
319
- "VItem": {
320
- "from": "components/VItemGroup",
327
+ "VKbd": {
328
+ "from": "components/VKbd",
321
329
  "styles": []
322
330
  },
323
- "VLabel": {
324
- "from": "components/VLabel",
331
+ "VMain": {
332
+ "from": "components/VMain",
325
333
  "styles": []
326
334
  },
327
335
  "VMenu": {
@@ -332,12 +340,12 @@
332
340
  "from": "components/VMessages",
333
341
  "styles": []
334
342
  },
335
- "VNumberInput": {
336
- "from": "components/VNumberInput",
343
+ "VOverlay": {
344
+ "from": "components/VOverlay",
337
345
  "styles": []
338
346
  },
339
- "VMain": {
340
- "from": "components/VMain",
347
+ "VNavigationDrawer": {
348
+ "from": "components/VNavigationDrawer",
341
349
  "styles": []
342
350
  },
343
351
  "VPagination": {
@@ -348,24 +356,20 @@
348
356
  "from": "components/VOtpInput",
349
357
  "styles": []
350
358
  },
351
- "VOverlay": {
352
- "from": "components/VOverlay",
353
- "styles": []
354
- },
355
- "VProgressLinear": {
356
- "from": "components/VProgressLinear",
359
+ "VNumberInput": {
360
+ "from": "components/VNumberInput",
357
361
  "styles": []
358
362
  },
359
363
  "VProgressCircular": {
360
364
  "from": "components/VProgressCircular",
361
365
  "styles": []
362
366
  },
363
- "VRating": {
364
- "from": "components/VRating",
367
+ "VProgressLinear": {
368
+ "from": "components/VProgressLinear",
365
369
  "styles": []
366
370
  },
367
- "VSelect": {
368
- "from": "components/VSelect",
371
+ "VRating": {
372
+ "from": "components/VRating",
369
373
  "styles": []
370
374
  },
371
375
  "VRadioGroup": {
@@ -376,12 +380,12 @@
376
380
  "from": "components/VSelectionControl",
377
381
  "styles": []
378
382
  },
379
- "VSlideGroup": {
380
- "from": "components/VSlideGroup",
383
+ "VSelect": {
384
+ "from": "components/VSelect",
381
385
  "styles": []
382
386
  },
383
- "VSlideGroupItem": {
384
- "from": "components/VSlideGroup",
387
+ "VSkeletonLoader": {
388
+ "from": "components/VSkeletonLoader",
385
389
  "styles": []
386
390
  },
387
391
  "VSelectionControlGroup": {
@@ -392,24 +396,20 @@
392
396
  "from": "components/VSheet",
393
397
  "styles": []
394
398
  },
395
- "VSkeletonLoader": {
396
- "from": "components/VSkeletonLoader",
397
- "styles": []
398
- },
399
- "VSnackbar": {
400
- "from": "components/VSnackbar",
401
- "styles": []
402
- },
403
399
  "VSlider": {
404
400
  "from": "components/VSlider",
405
401
  "styles": []
406
402
  },
407
- "VSystemBar": {
408
- "from": "components/VSystemBar",
403
+ "VSlideGroup": {
404
+ "from": "components/VSlideGroup",
409
405
  "styles": []
410
406
  },
411
- "VSwitch": {
412
- "from": "components/VSwitch",
407
+ "VSlideGroupItem": {
408
+ "from": "components/VSlideGroup",
409
+ "styles": []
410
+ },
411
+ "VSnackbar": {
412
+ "from": "components/VSnackbar",
413
413
  "styles": []
414
414
  },
415
415
  "VStepper": {
@@ -436,6 +436,14 @@
436
436
  "from": "components/VStepper",
437
437
  "styles": []
438
438
  },
439
+ "VSystemBar": {
440
+ "from": "components/VSystemBar",
441
+ "styles": []
442
+ },
443
+ "VSwitch": {
444
+ "from": "components/VSwitch",
445
+ "styles": []
446
+ },
439
447
  "VTable": {
440
448
  "from": "components/VTable",
441
449
  "styles": []
@@ -460,14 +468,22 @@
460
468
  "from": "components/VTextarea",
461
469
  "styles": []
462
470
  },
463
- "VTooltip": {
464
- "from": "components/VTooltip",
465
- "styles": []
466
- },
467
471
  "VTextField": {
468
472
  "from": "components/VTextField",
469
473
  "styles": []
470
474
  },
475
+ "VTimeline": {
476
+ "from": "components/VTimeline",
477
+ "styles": []
478
+ },
479
+ "VTimelineItem": {
480
+ "from": "components/VTimeline",
481
+ "styles": []
482
+ },
483
+ "VTooltip": {
484
+ "from": "components/VTooltip",
485
+ "styles": []
486
+ },
471
487
  "VToolbar": {
472
488
  "from": "components/VToolbar",
473
489
  "styles": []
@@ -480,14 +496,6 @@
480
496
  "from": "components/VToolbar",
481
497
  "styles": []
482
498
  },
483
- "VTimeline": {
484
- "from": "components/VTimeline",
485
- "styles": []
486
- },
487
- "VTimelineItem": {
488
- "from": "components/VTimeline",
489
- "styles": []
490
- },
491
499
  "VWindow": {
492
500
  "from": "components/VWindow",
493
501
  "styles": []
@@ -496,22 +504,14 @@
496
504
  "from": "components/VWindow",
497
505
  "styles": []
498
506
  },
499
- "VAvatar": {
500
- "from": "components/VAvatar",
501
- "styles": []
502
- },
503
- "VNavigationDrawer": {
504
- "from": "components/VNavigationDrawer",
507
+ "VConfirmEdit": {
508
+ "from": "components/VConfirmEdit",
505
509
  "styles": []
506
510
  },
507
511
  "VDataIterator": {
508
512
  "from": "components/VDataIterator",
509
513
  "styles": []
510
514
  },
511
- "VConfirmEdit": {
512
- "from": "components/VConfirmEdit",
513
- "styles": []
514
- },
515
515
  "VDefaultsProvider": {
516
516
  "from": "components/VDefaultsProvider",
517
517
  "styles": []
@@ -556,14 +556,14 @@
556
556
  "from": "components/VLocaleProvider",
557
557
  "styles": []
558
558
  },
559
- "VParallax": {
560
- "from": "components/VParallax",
561
- "styles": []
562
- },
563
559
  "VNoSsr": {
564
560
  "from": "components/VNoSsr",
565
561
  "styles": []
566
562
  },
563
+ "VParallax": {
564
+ "from": "components/VParallax",
565
+ "styles": []
566
+ },
567
567
  "VRadio": {
568
568
  "from": "components/VRadio",
569
569
  "styles": []
@@ -592,14 +592,14 @@
592
592
  "from": "components/VThemeProvider",
593
593
  "styles": []
594
594
  },
595
- "VVirtualScroll": {
596
- "from": "components/VVirtualScroll",
597
- "styles": []
598
- },
599
595
  "VValidation": {
600
596
  "from": "components/VValidation",
601
597
  "styles": []
602
598
  },
599
+ "VVirtualScroll": {
600
+ "from": "components/VVirtualScroll",
601
+ "styles": []
602
+ },
603
603
  "VFabTransition": {
604
604
  "from": "components/transitions",
605
605
  "styles": []