@vuetify/nightly 3.8.1-dev.2025-04-07 → 3.8.1-master.2025-04-08

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 +9 -5
  2. package/dist/json/attributes.json +2967 -2967
  3. package/dist/json/importMap-labs.json +36 -36
  4. package/dist/json/importMap.json +172 -172
  5. package/dist/json/web-types.json +5714 -5714
  6. package/dist/vuetify-labs.cjs +108 -191
  7. package/dist/vuetify-labs.css +3534 -3534
  8. package/dist/vuetify-labs.d.ts +67 -65
  9. package/dist/vuetify-labs.esm.js +108 -191
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +108 -191
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +108 -191
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +5837 -5837
  16. package/dist/vuetify.d.ts +67 -65
  17. package/dist/vuetify.esm.js +108 -191
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +108 -191
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +278 -266
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VDataTable/VDataTable.css +1 -1
  25. package/lib/components/VDataTable/VDataTable.sass +1 -1
  26. package/lib/composables/calendar.js +2 -2
  27. package/lib/composables/calendar.js.map +1 -1
  28. package/lib/composables/date/DateAdapter.d.ts +1 -0
  29. package/lib/composables/date/DateAdapter.js.map +1 -1
  30. package/lib/composables/date/adapters/vuetify.d.ts +1 -0
  31. package/lib/composables/date/adapters/vuetify.js +101 -160
  32. package/lib/composables/date/adapters/vuetify.js.map +1 -1
  33. package/lib/composables/date/date.d.ts +1 -1
  34. package/lib/composables/date/date.js +0 -20
  35. package/lib/composables/date/date.js.map +1 -1
  36. package/lib/composables/filter.js +2 -1
  37. package/lib/composables/filter.js.map +1 -1
  38. package/lib/composables/virtual.js +1 -6
  39. package/lib/composables/virtual.js.map +1 -1
  40. package/lib/entry-bundler.d.ts +1 -0
  41. package/lib/entry-bundler.js +1 -1
  42. package/lib/entry-bundler.js.map +1 -1
  43. package/lib/framework.d.ts +67 -65
  44. package/lib/framework.js +1 -1
  45. package/lib/framework.js.map +1 -1
  46. package/lib/labs/entry-bundler.d.ts +1 -0
  47. package/package.json +4 -4
@@ -16,8 +16,8 @@
16
16
  "from": "components/VAppBar",
17
17
  "styles": []
18
18
  },
19
- "VAvatar": {
20
- "from": "components/VAvatar",
19
+ "VBadge": {
20
+ "from": "components/VBadge",
21
21
  "styles": []
22
22
  },
23
23
  "VAlert": {
@@ -32,20 +32,12 @@
32
32
  "from": "components/VAutocomplete",
33
33
  "styles": []
34
34
  },
35
- "VBadge": {
36
- "from": "components/VBadge",
37
- "styles": []
38
- },
39
- "VBanner": {
40
- "from": "components/VBanner",
41
- "styles": []
42
- },
43
- "VBannerActions": {
44
- "from": "components/VBanner",
35
+ "VAvatar": {
36
+ "from": "components/VAvatar",
45
37
  "styles": []
46
38
  },
47
- "VBannerText": {
48
- "from": "components/VBanner",
39
+ "VBottomNavigation": {
40
+ "from": "components/VBottomNavigation",
49
41
  "styles": []
50
42
  },
51
43
  "VBreadcrumbs": {
@@ -60,28 +52,40 @@
60
52
  "from": "components/VBreadcrumbs",
61
53
  "styles": []
62
54
  },
55
+ "VBtn": {
56
+ "from": "components/VBtn",
57
+ "styles": []
58
+ },
59
+ "VBanner": {
60
+ "from": "components/VBanner",
61
+ "styles": []
62
+ },
63
+ "VBannerActions": {
64
+ "from": "components/VBanner",
65
+ "styles": []
66
+ },
67
+ "VBannerText": {
68
+ "from": "components/VBanner",
69
+ "styles": []
70
+ },
63
71
  "VBottomSheet": {
64
72
  "from": "components/VBottomSheet",
65
73
  "styles": []
66
74
  },
67
- "VBottomNavigation": {
68
- "from": "components/VBottomNavigation",
75
+ "VBtnToggle": {
76
+ "from": "components/VBtnToggle",
69
77
  "styles": []
70
78
  },
71
79
  "VBtnGroup": {
72
80
  "from": "components/VBtnGroup",
73
81
  "styles": []
74
82
  },
75
- "VBtn": {
76
- "from": "components/VBtn",
77
- "styles": []
78
- },
79
- "VCheckbox": {
80
- "from": "components/VCheckbox",
83
+ "VCarousel": {
84
+ "from": "components/VCarousel",
81
85
  "styles": []
82
86
  },
83
- "VCheckboxBtn": {
84
- "from": "components/VCheckbox",
87
+ "VCarouselItem": {
88
+ "from": "components/VCarousel",
85
89
  "styles": []
86
90
  },
87
91
  "VCard": {
@@ -108,20 +112,20 @@
108
112
  "from": "components/VCard",
109
113
  "styles": []
110
114
  },
111
- "VBtnToggle": {
112
- "from": "components/VBtnToggle",
113
- "styles": []
114
- },
115
115
  "VChipGroup": {
116
116
  "from": "components/VChipGroup",
117
117
  "styles": []
118
118
  },
119
- "VCarousel": {
120
- "from": "components/VCarousel",
119
+ "VCheckbox": {
120
+ "from": "components/VCheckbox",
121
121
  "styles": []
122
122
  },
123
- "VCarouselItem": {
124
- "from": "components/VCarousel",
123
+ "VCheckboxBtn": {
124
+ "from": "components/VCheckbox",
125
+ "styles": []
126
+ },
127
+ "VChip": {
128
+ "from": "components/VChip",
125
129
  "styles": []
126
130
  },
127
131
  "VColorPicker": {
@@ -132,36 +136,16 @@
132
136
  "from": "components/VCode",
133
137
  "styles": []
134
138
  },
135
- "VCombobox": {
136
- "from": "components/VCombobox",
137
- "styles": []
138
- },
139
- "VDataTable": {
140
- "from": "components/VDataTable",
141
- "styles": []
142
- },
143
- "VDataTableHeaders": {
144
- "from": "components/VDataTable",
145
- "styles": []
146
- },
147
- "VDataTableFooter": {
148
- "from": "components/VDataTable",
149
- "styles": []
150
- },
151
- "VDataTableRows": {
152
- "from": "components/VDataTable",
153
- "styles": []
154
- },
155
- "VDataTableRow": {
156
- "from": "components/VDataTable",
139
+ "VCounter": {
140
+ "from": "components/VCounter",
157
141
  "styles": []
158
142
  },
159
- "VDataTableVirtual": {
160
- "from": "components/VDataTable",
143
+ "VCombobox": {
144
+ "from": "components/VCombobox",
161
145
  "styles": []
162
146
  },
163
- "VDataTableServer": {
164
- "from": "components/VDataTable",
147
+ "VDialog": {
148
+ "from": "components/VDialog",
165
149
  "styles": []
166
150
  },
167
151
  "VDatePicker": {
@@ -188,46 +172,46 @@
188
172
  "from": "components/VDatePicker",
189
173
  "styles": []
190
174
  },
191
- "VCounter": {
192
- "from": "components/VCounter",
193
- "styles": []
194
- },
195
- "VChip": {
196
- "from": "components/VChip",
175
+ "VDivider": {
176
+ "from": "components/VDivider",
197
177
  "styles": []
198
178
  },
199
- "VEmptyState": {
200
- "from": "components/VEmptyState",
179
+ "VDataTable": {
180
+ "from": "components/VDataTable",
201
181
  "styles": []
202
182
  },
203
- "VDivider": {
204
- "from": "components/VDivider",
183
+ "VDataTableHeaders": {
184
+ "from": "components/VDataTable",
205
185
  "styles": []
206
186
  },
207
- "VExpansionPanels": {
208
- "from": "components/VExpansionPanel",
187
+ "VDataTableFooter": {
188
+ "from": "components/VDataTable",
209
189
  "styles": []
210
190
  },
211
- "VExpansionPanel": {
212
- "from": "components/VExpansionPanel",
191
+ "VDataTableRows": {
192
+ "from": "components/VDataTable",
213
193
  "styles": []
214
194
  },
215
- "VExpansionPanelText": {
216
- "from": "components/VExpansionPanel",
195
+ "VDataTableRow": {
196
+ "from": "components/VDataTable",
217
197
  "styles": []
218
198
  },
219
- "VExpansionPanelTitle": {
220
- "from": "components/VExpansionPanel",
199
+ "VDataTableVirtual": {
200
+ "from": "components/VDataTable",
221
201
  "styles": []
222
202
  },
223
- "VDialog": {
224
- "from": "components/VDialog",
203
+ "VDataTableServer": {
204
+ "from": "components/VDataTable",
225
205
  "styles": []
226
206
  },
227
207
  "VFab": {
228
208
  "from": "components/VFab",
229
209
  "styles": []
230
210
  },
211
+ "VEmptyState": {
212
+ "from": "components/VEmptyState",
213
+ "styles": []
214
+ },
231
215
  "VField": {
232
216
  "from": "components/VField",
233
217
  "styles": []
@@ -236,12 +220,32 @@
236
220
  "from": "components/VField",
237
221
  "styles": []
238
222
  },
223
+ "VFileInput": {
224
+ "from": "components/VFileInput",
225
+ "styles": []
226
+ },
227
+ "VExpansionPanels": {
228
+ "from": "components/VExpansionPanel",
229
+ "styles": []
230
+ },
231
+ "VExpansionPanel": {
232
+ "from": "components/VExpansionPanel",
233
+ "styles": []
234
+ },
235
+ "VExpansionPanelText": {
236
+ "from": "components/VExpansionPanel",
237
+ "styles": []
238
+ },
239
+ "VExpansionPanelTitle": {
240
+ "from": "components/VExpansionPanel",
241
+ "styles": []
242
+ },
239
243
  "VFooter": {
240
244
  "from": "components/VFooter",
241
245
  "styles": []
242
246
  },
243
- "VFileInput": {
244
- "from": "components/VFileInput",
247
+ "VImg": {
248
+ "from": "components/VImg",
245
249
  "styles": []
246
250
  },
247
251
  "VIcon": {
@@ -264,18 +268,14 @@
264
268
  "from": "components/VIcon",
265
269
  "styles": []
266
270
  },
267
- "VInput": {
268
- "from": "components/VInput",
269
- "styles": []
270
- },
271
- "VLabel": {
272
- "from": "components/VLabel",
273
- "styles": []
274
- },
275
271
  "VInfiniteScroll": {
276
272
  "from": "components/VInfiniteScroll",
277
273
  "styles": []
278
274
  },
275
+ "VKbd": {
276
+ "from": "components/VKbd",
277
+ "styles": []
278
+ },
279
279
  "VItemGroup": {
280
280
  "from": "components/VItemGroup",
281
281
  "styles": []
@@ -284,12 +284,12 @@
284
284
  "from": "components/VItemGroup",
285
285
  "styles": []
286
286
  },
287
- "VKbd": {
288
- "from": "components/VKbd",
287
+ "VInput": {
288
+ "from": "components/VInput",
289
289
  "styles": []
290
290
  },
291
- "VImg": {
292
- "from": "components/VImg",
291
+ "VMain": {
292
+ "from": "components/VMain",
293
293
  "styles": []
294
294
  },
295
295
  "VList": {
@@ -328,42 +328,42 @@
328
328
  "from": "components/VList",
329
329
  "styles": []
330
330
  },
331
- "VMain": {
332
- "from": "components/VMain",
333
- "styles": []
334
- },
335
- "VNavigationDrawer": {
336
- "from": "components/VNavigationDrawer",
331
+ "VLabel": {
332
+ "from": "components/VLabel",
337
333
  "styles": []
338
334
  },
339
335
  "VMenu": {
340
336
  "from": "components/VMenu",
341
337
  "styles": []
342
338
  },
343
- "VOtpInput": {
344
- "from": "components/VOtpInput",
339
+ "VNavigationDrawer": {
340
+ "from": "components/VNavigationDrawer",
345
341
  "styles": []
346
342
  },
347
- "VOverlay": {
348
- "from": "components/VOverlay",
343
+ "VNumberInput": {
344
+ "from": "components/VNumberInput",
349
345
  "styles": []
350
346
  },
351
347
  "VMessages": {
352
348
  "from": "components/VMessages",
353
349
  "styles": []
354
350
  },
355
- "VNumberInput": {
356
- "from": "components/VNumberInput",
351
+ "VOverlay": {
352
+ "from": "components/VOverlay",
357
353
  "styles": []
358
354
  },
359
- "VPagination": {
360
- "from": "components/VPagination",
355
+ "VOtpInput": {
356
+ "from": "components/VOtpInput",
361
357
  "styles": []
362
358
  },
363
359
  "VProgressLinear": {
364
360
  "from": "components/VProgressLinear",
365
361
  "styles": []
366
362
  },
363
+ "VPagination": {
364
+ "from": "components/VPagination",
365
+ "styles": []
366
+ },
367
367
  "VRadioGroup": {
368
368
  "from": "components/VRadioGroup",
369
369
  "styles": []
@@ -372,20 +372,24 @@
372
372
  "from": "components/VProgressCircular",
373
373
  "styles": []
374
374
  },
375
- "VSelect": {
376
- "from": "components/VSelect",
377
- "styles": []
378
- },
379
375
  "VRating": {
380
376
  "from": "components/VRating",
381
377
  "styles": []
382
378
  },
379
+ "VSelect": {
380
+ "from": "components/VSelect",
381
+ "styles": []
382
+ },
383
383
  "VSelectionControl": {
384
384
  "from": "components/VSelectionControl",
385
385
  "styles": []
386
386
  },
387
- "VSelectionControlGroup": {
388
- "from": "components/VSelectionControlGroup",
387
+ "VSheet": {
388
+ "from": "components/VSheet",
389
+ "styles": []
390
+ },
391
+ "VSkeletonLoader": {
392
+ "from": "components/VSkeletonLoader",
389
393
  "styles": []
390
394
  },
391
395
  "VSlideGroup": {
@@ -396,24 +400,40 @@
396
400
  "from": "components/VSlideGroup",
397
401
  "styles": []
398
402
  },
403
+ "VSelectionControlGroup": {
404
+ "from": "components/VSelectionControlGroup",
405
+ "styles": []
406
+ },
407
+ "VSlider": {
408
+ "from": "components/VSlider",
409
+ "styles": []
410
+ },
399
411
  "VSnackbar": {
400
412
  "from": "components/VSnackbar",
401
413
  "styles": []
402
414
  },
403
- "VSheet": {
404
- "from": "components/VSheet",
415
+ "VStepper": {
416
+ "from": "components/VStepper",
405
417
  "styles": []
406
418
  },
407
- "VSkeletonLoader": {
408
- "from": "components/VSkeletonLoader",
419
+ "VStepperActions": {
420
+ "from": "components/VStepper",
409
421
  "styles": []
410
422
  },
411
- "VSlider": {
412
- "from": "components/VSlider",
423
+ "VStepperHeader": {
424
+ "from": "components/VStepper",
413
425
  "styles": []
414
426
  },
415
- "VSwitch": {
416
- "from": "components/VSwitch",
427
+ "VStepperItem": {
428
+ "from": "components/VStepper",
429
+ "styles": []
430
+ },
431
+ "VStepperWindow": {
432
+ "from": "components/VStepper",
433
+ "styles": []
434
+ },
435
+ "VStepperWindowItem": {
436
+ "from": "components/VStepper",
417
437
  "styles": []
418
438
  },
419
439
  "VTab": {
@@ -432,40 +452,36 @@
432
452
  "from": "components/VTabs",
433
453
  "styles": []
434
454
  },
435
- "VSystemBar": {
436
- "from": "components/VSystemBar",
437
- "styles": []
438
- },
439
- "VStepper": {
440
- "from": "components/VStepper",
455
+ "VSwitch": {
456
+ "from": "components/VSwitch",
441
457
  "styles": []
442
458
  },
443
- "VStepperActions": {
444
- "from": "components/VStepper",
459
+ "VTable": {
460
+ "from": "components/VTable",
445
461
  "styles": []
446
462
  },
447
- "VStepperHeader": {
448
- "from": "components/VStepper",
463
+ "VTextField": {
464
+ "from": "components/VTextField",
449
465
  "styles": []
450
466
  },
451
- "VStepperItem": {
452
- "from": "components/VStepper",
467
+ "VSystemBar": {
468
+ "from": "components/VSystemBar",
453
469
  "styles": []
454
470
  },
455
- "VStepperWindow": {
456
- "from": "components/VStepper",
471
+ "VTextarea": {
472
+ "from": "components/VTextarea",
457
473
  "styles": []
458
474
  },
459
- "VStepperWindowItem": {
460
- "from": "components/VStepper",
475
+ "VTooltip": {
476
+ "from": "components/VTooltip",
461
477
  "styles": []
462
478
  },
463
- "VTextarea": {
464
- "from": "components/VTextarea",
479
+ "VTimeline": {
480
+ "from": "components/VTimeline",
465
481
  "styles": []
466
482
  },
467
- "VTable": {
468
- "from": "components/VTable",
483
+ "VTimelineItem": {
484
+ "from": "components/VTimeline",
469
485
  "styles": []
470
486
  },
471
487
  "VToolbar": {
@@ -480,18 +496,6 @@
480
496
  "from": "components/VToolbar",
481
497
  "styles": []
482
498
  },
483
- "VTextField": {
484
- "from": "components/VTextField",
485
- "styles": []
486
- },
487
- "VTimeline": {
488
- "from": "components/VTimeline",
489
- "styles": []
490
- },
491
- "VTimelineItem": {
492
- "from": "components/VTimeline",
493
- "styles": []
494
- },
495
499
  "VWindow": {
496
500
  "from": "components/VWindow",
497
501
  "styles": []
@@ -500,10 +504,6 @@
500
504
  "from": "components/VWindow",
501
505
  "styles": []
502
506
  },
503
- "VTooltip": {
504
- "from": "components/VTooltip",
505
- "styles": []
506
- },
507
507
  "VConfirmEdit": {
508
508
  "from": "components/VConfirmEdit",
509
509
  "styles": []
@@ -520,10 +520,6 @@
520
520
  "from": "components/VForm",
521
521
  "styles": []
522
522
  },
523
- "VHover": {
524
- "from": "components/VHover",
525
- "styles": []
526
- },
527
523
  "VContainer": {
528
524
  "from": "components/VGrid",
529
525
  "styles": []
@@ -540,6 +536,14 @@
540
536
  "from": "components/VGrid",
541
537
  "styles": []
542
538
  },
539
+ "VHover": {
540
+ "from": "components/VHover",
541
+ "styles": []
542
+ },
543
+ "VLazy": {
544
+ "from": "components/VLazy",
545
+ "styles": []
546
+ },
543
547
  "VLayout": {
544
548
  "from": "components/VLayout",
545
549
  "styles": []
@@ -548,10 +552,6 @@
548
552
  "from": "components/VLayout",
549
553
  "styles": []
550
554
  },
551
- "VLazy": {
552
- "from": "components/VLazy",
553
- "styles": []
554
- },
555
555
  "VLocaleProvider": {
556
556
  "from": "components/VLocaleProvider",
557
557
  "styles": []
@@ -564,14 +564,14 @@
564
564
  "from": "components/VParallax",
565
565
  "styles": []
566
566
  },
567
- "VRadio": {
568
- "from": "components/VRadio",
569
- "styles": []
570
- },
571
567
  "VRangeSlider": {
572
568
  "from": "components/VRangeSlider",
573
569
  "styles": []
574
570
  },
571
+ "VRadio": {
572
+ "from": "components/VRadio",
573
+ "styles": []
574
+ },
575
575
  "VResponsive": {
576
576
  "from": "components/VResponsive",
577
577
  "styles": []
@@ -592,14 +592,14 @@
592
592
  "from": "components/VThemeProvider",
593
593
  "styles": []
594
594
  },
595
- "VValidation": {
596
- "from": "components/VValidation",
597
- "styles": []
598
- },
599
595
  "VVirtualScroll": {
600
596
  "from": "components/VVirtualScroll",
601
597
  "styles": []
602
598
  },
599
+ "VValidation": {
600
+ "from": "components/VValidation",
601
+ "styles": []
602
+ },
603
603
  "VFabTransition": {
604
604
  "from": "components/transitions",
605
605
  "styles": []