@vuetify/nightly 3.9.5-dev.2025-08-12 → 3.9.5-dev.2025-08-24

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 (40) hide show
  1. package/CHANGELOG.md +6 -3
  2. package/dist/json/attributes.json +2183 -2175
  3. package/dist/json/importMap-labs.json +40 -40
  4. package/dist/json/importMap.json +156 -156
  5. package/dist/json/tags.json +4 -1
  6. package/dist/json/web-types.json +4199 -4178
  7. package/dist/vuetify-labs.cjs +202 -98
  8. package/dist/vuetify-labs.css +5261 -5261
  9. package/dist/vuetify-labs.d.ts +112 -84
  10. package/dist/vuetify-labs.esm.js +202 -98
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +202 -98
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +85 -65
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +2218 -2218
  17. package/dist/vuetify.d.ts +91 -63
  18. package/dist/vuetify.esm.js +85 -65
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +85 -65
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +367 -366
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VCard/VCardActions.d.ts +44 -0
  26. package/lib/components/VCard/VCardActions.js +11 -6
  27. package/lib/components/VCard/VCardActions.js.map +1 -1
  28. package/lib/components/VCard/VCardItem.d.ts +25 -0
  29. package/lib/components/VCard/VCardItem.js +64 -60
  30. package/lib/components/VCard/VCardItem.js.map +1 -1
  31. package/lib/composables/filter.d.ts +1 -0
  32. package/lib/composables/filter.js +13 -0
  33. package/lib/composables/filter.js.map +1 -1
  34. package/lib/entry-bundler.js +1 -1
  35. package/lib/framework.d.ts +63 -63
  36. package/lib/framework.js +1 -1
  37. package/lib/labs/VMaskInput/VMaskInput.d.ts +22 -21
  38. package/lib/labs/VMaskInput/VMaskInput.js +118 -34
  39. package/lib/labs/VMaskInput/VMaskInput.js.map +1 -1
  40. package/package.json +1 -1
@@ -1,43 +1,31 @@
1
1
  {
2
2
  "components": {
3
- "VCalendar": {
4
- "from": "labs/VCalendar",
5
- "styles": []
6
- },
7
- "VCalendarDay": {
8
- "from": "labs/VCalendar",
9
- "styles": []
10
- },
11
- "VCalendarHeader": {
12
- "from": "labs/VCalendar",
13
- "styles": []
14
- },
15
- "VCalendarInterval": {
16
- "from": "labs/VCalendar",
3
+ "VIconBtn": {
4
+ "from": "labs/VIconBtn",
17
5
  "styles": []
18
6
  },
19
- "VCalendarIntervalEvent": {
20
- "from": "labs/VCalendar",
7
+ "VColorInput": {
8
+ "from": "labs/VColorInput",
21
9
  "styles": []
22
10
  },
23
- "VCalendarMonthDay": {
24
- "from": "labs/VCalendar",
11
+ "VStepperVertical": {
12
+ "from": "labs/VStepperVertical",
25
13
  "styles": []
26
14
  },
27
- "VFileUpload": {
28
- "from": "labs/VFileUpload",
15
+ "VStepperVerticalItem": {
16
+ "from": "labs/VStepperVertical",
29
17
  "styles": []
30
18
  },
31
- "VFileUploadItem": {
32
- "from": "labs/VFileUpload",
19
+ "VStepperVerticalActions": {
20
+ "from": "labs/VStepperVertical",
33
21
  "styles": []
34
22
  },
35
- "VColorInput": {
36
- "from": "labs/VColorInput",
23
+ "VPicker": {
24
+ "from": "labs/VPicker",
37
25
  "styles": []
38
26
  },
39
- "VIconBtn": {
40
- "from": "labs/VIconBtn",
27
+ "VPickerTitle": {
28
+ "from": "labs/VPicker",
41
29
  "styles": []
42
30
  },
43
31
  "VPie": {
@@ -52,28 +40,28 @@
52
40
  "from": "labs/VPie",
53
41
  "styles": []
54
42
  },
55
- "VStepperVertical": {
56
- "from": "labs/VStepperVertical",
43
+ "VCalendar": {
44
+ "from": "labs/VCalendar",
57
45
  "styles": []
58
46
  },
59
- "VStepperVerticalItem": {
60
- "from": "labs/VStepperVertical",
47
+ "VCalendarDay": {
48
+ "from": "labs/VCalendar",
61
49
  "styles": []
62
50
  },
63
- "VStepperVerticalActions": {
64
- "from": "labs/VStepperVertical",
51
+ "VCalendarHeader": {
52
+ "from": "labs/VCalendar",
65
53
  "styles": []
66
54
  },
67
- "VPicker": {
68
- "from": "labs/VPicker",
55
+ "VCalendarInterval": {
56
+ "from": "labs/VCalendar",
69
57
  "styles": []
70
58
  },
71
- "VPickerTitle": {
72
- "from": "labs/VPicker",
59
+ "VCalendarIntervalEvent": {
60
+ "from": "labs/VCalendar",
73
61
  "styles": []
74
62
  },
75
- "VHotkey": {
76
- "from": "labs/VHotkey",
63
+ "VCalendarMonthDay": {
64
+ "from": "labs/VCalendar",
77
65
  "styles": []
78
66
  },
79
67
  "VVideo": {
@@ -88,17 +76,29 @@
88
76
  "from": "labs/VVideo",
89
77
  "styles": []
90
78
  },
79
+ "VHotkey": {
80
+ "from": "labs/VHotkey",
81
+ "styles": []
82
+ },
91
83
  "VDateInput": {
92
84
  "from": "labs/VDateInput",
93
85
  "styles": []
94
86
  },
95
- "VMaskInput": {
96
- "from": "labs/VMaskInput",
87
+ "VFileUpload": {
88
+ "from": "labs/VFileUpload",
89
+ "styles": []
90
+ },
91
+ "VFileUploadItem": {
92
+ "from": "labs/VFileUpload",
97
93
  "styles": []
98
94
  },
99
95
  "VPullToRefresh": {
100
96
  "from": "labs/VPullToRefresh",
101
97
  "styles": []
98
+ },
99
+ "VMaskInput": {
100
+ "from": "labs/VMaskInput",
101
+ "styles": []
102
102
  }
103
103
  }
104
104
  }
@@ -1,7 +1,11 @@
1
1
  {
2
2
  "components": {
3
- "VApp": {
4
- "from": "components/VApp",
3
+ "VAlert": {
4
+ "from": "components/VAlert",
5
+ "styles": []
6
+ },
7
+ "VAlertTitle": {
8
+ "from": "components/VAlert",
5
9
  "styles": []
6
10
  },
7
11
  "VAppBar": {
@@ -20,24 +24,28 @@
20
24
  "from": "components/VAutocomplete",
21
25
  "styles": []
22
26
  },
23
- "VAlert": {
24
- "from": "components/VAlert",
27
+ "VApp": {
28
+ "from": "components/VApp",
25
29
  "styles": []
26
30
  },
27
- "VAlertTitle": {
28
- "from": "components/VAlert",
31
+ "VBottomSheet": {
32
+ "from": "components/VBottomSheet",
29
33
  "styles": []
30
34
  },
31
35
  "VBadge": {
32
36
  "from": "components/VBadge",
33
37
  "styles": []
34
38
  },
35
- "VBottomSheet": {
36
- "from": "components/VBottomSheet",
39
+ "VBreadcrumbs": {
40
+ "from": "components/VBreadcrumbs",
37
41
  "styles": []
38
42
  },
39
- "VAvatar": {
40
- "from": "components/VAvatar",
43
+ "VBreadcrumbsItem": {
44
+ "from": "components/VBreadcrumbs",
45
+ "styles": []
46
+ },
47
+ "VBreadcrumbsDivider": {
48
+ "from": "components/VBreadcrumbs",
41
49
  "styles": []
42
50
  },
43
51
  "VBanner": {
@@ -52,40 +60,40 @@
52
60
  "from": "components/VBanner",
53
61
  "styles": []
54
62
  },
55
- "VBtnGroup": {
56
- "from": "components/VBtnGroup",
63
+ "VBottomNavigation": {
64
+ "from": "components/VBottomNavigation",
57
65
  "styles": []
58
66
  },
59
- "VBreadcrumbs": {
60
- "from": "components/VBreadcrumbs",
67
+ "VAvatar": {
68
+ "from": "components/VAvatar",
61
69
  "styles": []
62
70
  },
63
- "VBreadcrumbsItem": {
64
- "from": "components/VBreadcrumbs",
71
+ "VBtnGroup": {
72
+ "from": "components/VBtnGroup",
65
73
  "styles": []
66
74
  },
67
- "VBreadcrumbsDivider": {
68
- "from": "components/VBreadcrumbs",
75
+ "VBtnToggle": {
76
+ "from": "components/VBtnToggle",
69
77
  "styles": []
70
78
  },
71
- "VBottomNavigation": {
72
- "from": "components/VBottomNavigation",
79
+ "VBtn": {
80
+ "from": "components/VBtn",
73
81
  "styles": []
74
82
  },
75
- "VCarousel": {
76
- "from": "components/VCarousel",
83
+ "VColorPicker": {
84
+ "from": "components/VColorPicker",
77
85
  "styles": []
78
86
  },
79
- "VCarouselItem": {
80
- "from": "components/VCarousel",
87
+ "VChip": {
88
+ "from": "components/VChip",
81
89
  "styles": []
82
90
  },
83
- "VBtn": {
84
- "from": "components/VBtn",
91
+ "VChipGroup": {
92
+ "from": "components/VChipGroup",
85
93
  "styles": []
86
94
  },
87
- "VBtnToggle": {
88
- "from": "components/VBtnToggle",
95
+ "VCode": {
96
+ "from": "components/VCode",
89
97
  "styles": []
90
98
  },
91
99
  "VCard": {
@@ -112,68 +120,20 @@
112
120
  "from": "components/VCard",
113
121
  "styles": []
114
122
  },
115
- "VCode": {
116
- "from": "components/VCode",
117
- "styles": []
118
- },
119
- "VCheckbox": {
120
- "from": "components/VCheckbox",
121
- "styles": []
122
- },
123
- "VCheckboxBtn": {
124
- "from": "components/VCheckbox",
125
- "styles": []
126
- },
127
123
  "VCombobox": {
128
124
  "from": "components/VCombobox",
129
125
  "styles": []
130
126
  },
131
- "VDialog": {
132
- "from": "components/VDialog",
133
- "styles": []
134
- },
135
- "VChip": {
136
- "from": "components/VChip",
137
- "styles": []
138
- },
139
- "VDatePicker": {
140
- "from": "components/VDatePicker",
141
- "styles": []
142
- },
143
- "VDatePickerControls": {
144
- "from": "components/VDatePicker",
145
- "styles": []
146
- },
147
- "VDatePickerHeader": {
148
- "from": "components/VDatePicker",
149
- "styles": []
150
- },
151
- "VDatePickerMonth": {
152
- "from": "components/VDatePicker",
153
- "styles": []
154
- },
155
- "VDatePickerMonths": {
156
- "from": "components/VDatePicker",
157
- "styles": []
158
- },
159
- "VDatePickerYears": {
160
- "from": "components/VDatePicker",
161
- "styles": []
162
- },
163
- "VColorPicker": {
164
- "from": "components/VColorPicker",
165
- "styles": []
166
- },
167
- "VChipGroup": {
168
- "from": "components/VChipGroup",
127
+ "VCounter": {
128
+ "from": "components/VCounter",
169
129
  "styles": []
170
130
  },
171
- "VEmptyState": {
172
- "from": "components/VEmptyState",
131
+ "VCheckbox": {
132
+ "from": "components/VCheckbox",
173
133
  "styles": []
174
134
  },
175
- "VCounter": {
176
- "from": "components/VCounter",
135
+ "VCheckboxBtn": {
136
+ "from": "components/VCheckbox",
177
137
  "styles": []
178
138
  },
179
139
  "VDataTable": {
@@ -204,16 +164,36 @@
204
164
  "from": "components/VDataTable",
205
165
  "styles": []
206
166
  },
167
+ "VDialog": {
168
+ "from": "components/VDialog",
169
+ "styles": []
170
+ },
207
171
  "VDivider": {
208
172
  "from": "components/VDivider",
209
173
  "styles": []
210
174
  },
211
- "VField": {
212
- "from": "components/VField",
175
+ "VDatePicker": {
176
+ "from": "components/VDatePicker",
213
177
  "styles": []
214
178
  },
215
- "VFieldLabel": {
216
- "from": "components/VField",
179
+ "VDatePickerControls": {
180
+ "from": "components/VDatePicker",
181
+ "styles": []
182
+ },
183
+ "VDatePickerHeader": {
184
+ "from": "components/VDatePicker",
185
+ "styles": []
186
+ },
187
+ "VDatePickerMonth": {
188
+ "from": "components/VDatePicker",
189
+ "styles": []
190
+ },
191
+ "VDatePickerMonths": {
192
+ "from": "components/VDatePicker",
193
+ "styles": []
194
+ },
195
+ "VDatePickerYears": {
196
+ "from": "components/VDatePicker",
217
197
  "styles": []
218
198
  },
219
199
  "VExpansionPanels": {
@@ -232,18 +212,38 @@
232
212
  "from": "components/VExpansionPanel",
233
213
  "styles": []
234
214
  },
235
- "VFileInput": {
236
- "from": "components/VFileInput",
215
+ "VEmptyState": {
216
+ "from": "components/VEmptyState",
237
217
  "styles": []
238
218
  },
239
219
  "VFab": {
240
220
  "from": "components/VFab",
241
221
  "styles": []
242
222
  },
223
+ "VField": {
224
+ "from": "components/VField",
225
+ "styles": []
226
+ },
227
+ "VFieldLabel": {
228
+ "from": "components/VField",
229
+ "styles": []
230
+ },
243
231
  "VFooter": {
244
232
  "from": "components/VFooter",
245
233
  "styles": []
246
234
  },
235
+ "VFileInput": {
236
+ "from": "components/VFileInput",
237
+ "styles": []
238
+ },
239
+ "VInfiniteScroll": {
240
+ "from": "components/VInfiniteScroll",
241
+ "styles": []
242
+ },
243
+ "VImg": {
244
+ "from": "components/VImg",
245
+ "styles": []
246
+ },
247
247
  "VIcon": {
248
248
  "from": "components/VIcon",
249
249
  "styles": []
@@ -264,22 +264,10 @@
264
264
  "from": "components/VIcon",
265
265
  "styles": []
266
266
  },
267
- "VInfiniteScroll": {
268
- "from": "components/VInfiniteScroll",
269
- "styles": []
270
- },
271
267
  "VInput": {
272
268
  "from": "components/VInput",
273
269
  "styles": []
274
270
  },
275
- "VLabel": {
276
- "from": "components/VLabel",
277
- "styles": []
278
- },
279
- "VImg": {
280
- "from": "components/VImg",
281
- "styles": []
282
- },
283
271
  "VItemGroup": {
284
272
  "from": "components/VItemGroup",
285
273
  "styles": []
@@ -288,6 +276,10 @@
288
276
  "from": "components/VItemGroup",
289
277
  "styles": []
290
278
  },
279
+ "VLabel": {
280
+ "from": "components/VLabel",
281
+ "styles": []
282
+ },
291
283
  "VKbd": {
292
284
  "from": "components/VKbd",
293
285
  "styles": []
@@ -328,10 +320,6 @@
328
320
  "from": "components/VList",
329
321
  "styles": []
330
322
  },
331
- "VNavigationDrawer": {
332
- "from": "components/VNavigationDrawer",
333
- "styles": []
334
- },
335
323
  "VMenu": {
336
324
  "from": "components/VMenu",
337
325
  "styles": []
@@ -340,34 +328,38 @@
340
328
  "from": "components/VMessages",
341
329
  "styles": []
342
330
  },
343
- "VPagination": {
344
- "from": "components/VPagination",
331
+ "VNavigationDrawer": {
332
+ "from": "components/VNavigationDrawer",
345
333
  "styles": []
346
334
  },
347
- "VOtpInput": {
348
- "from": "components/VOtpInput",
335
+ "VMain": {
336
+ "from": "components/VMain",
349
337
  "styles": []
350
338
  },
351
- "VOverlay": {
352
- "from": "components/VOverlay",
339
+ "VOtpInput": {
340
+ "from": "components/VOtpInput",
353
341
  "styles": []
354
342
  },
355
- "VProgressCircular": {
356
- "from": "components/VProgressCircular",
343
+ "VPagination": {
344
+ "from": "components/VPagination",
357
345
  "styles": []
358
346
  },
359
347
  "VNumberInput": {
360
348
  "from": "components/VNumberInput",
361
349
  "styles": []
362
350
  },
363
- "VRadioGroup": {
364
- "from": "components/VRadioGroup",
351
+ "VProgressCircular": {
352
+ "from": "components/VProgressCircular",
365
353
  "styles": []
366
354
  },
367
355
  "VProgressLinear": {
368
356
  "from": "components/VProgressLinear",
369
357
  "styles": []
370
358
  },
359
+ "VRadioGroup": {
360
+ "from": "components/VRadioGroup",
361
+ "styles": []
362
+ },
371
363
  "VRating": {
372
364
  "from": "components/VRating",
373
365
  "styles": []
@@ -400,14 +392,14 @@
400
392
  "from": "components/VSkeletonLoader",
401
393
  "styles": []
402
394
  },
403
- "VSelectionControlGroup": {
404
- "from": "components/VSelectionControlGroup",
405
- "styles": []
406
- },
407
395
  "VSnackbar": {
408
396
  "from": "components/VSnackbar",
409
397
  "styles": []
410
398
  },
399
+ "VSelectionControlGroup": {
400
+ "from": "components/VSelectionControlGroup",
401
+ "styles": []
402
+ },
411
403
  "VStepper": {
412
404
  "from": "components/VStepper",
413
405
  "styles": []
@@ -432,12 +424,24 @@
432
424
  "from": "components/VStepper",
433
425
  "styles": []
434
426
  },
427
+ "VTable": {
428
+ "from": "components/VTable",
429
+ "styles": []
430
+ },
435
431
  "VSwitch": {
436
432
  "from": "components/VSwitch",
437
433
  "styles": []
438
434
  },
439
- "VTable": {
440
- "from": "components/VTable",
435
+ "VSystemBar": {
436
+ "from": "components/VSystemBar",
437
+ "styles": []
438
+ },
439
+ "VTextarea": {
440
+ "from": "components/VTextarea",
441
+ "styles": []
442
+ },
443
+ "VTextField": {
444
+ "from": "components/VTextField",
441
445
  "styles": []
442
446
  },
443
447
  "VTab": {
@@ -456,10 +460,6 @@
456
460
  "from": "components/VTabs",
457
461
  "styles": []
458
462
  },
459
- "VTextField": {
460
- "from": "components/VTextField",
461
- "styles": []
462
- },
463
463
  "VTimePicker": {
464
464
  "from": "components/VTimePicker",
465
465
  "styles": []
@@ -472,22 +472,6 @@
472
472
  "from": "components/VTimePicker",
473
473
  "styles": []
474
474
  },
475
- "VSystemBar": {
476
- "from": "components/VSystemBar",
477
- "styles": []
478
- },
479
- "VTimeline": {
480
- "from": "components/VTimeline",
481
- "styles": []
482
- },
483
- "VTimelineItem": {
484
- "from": "components/VTimeline",
485
- "styles": []
486
- },
487
- "VTooltip": {
488
- "from": "components/VTooltip",
489
- "styles": []
490
- },
491
475
  "VToolbar": {
492
476
  "from": "components/VToolbar",
493
477
  "styles": []
@@ -512,8 +496,16 @@
512
496
  "from": "components/VTreeview",
513
497
  "styles": []
514
498
  },
515
- "VTextarea": {
516
- "from": "components/VTextarea",
499
+ "VTooltip": {
500
+ "from": "components/VTooltip",
501
+ "styles": []
502
+ },
503
+ "VTimeline": {
504
+ "from": "components/VTimeline",
505
+ "styles": []
506
+ },
507
+ "VTimelineItem": {
508
+ "from": "components/VTimeline",
517
509
  "styles": []
518
510
  },
519
511
  "VWindow": {
@@ -524,6 +516,14 @@
524
516
  "from": "components/VWindow",
525
517
  "styles": []
526
518
  },
519
+ "VCarousel": {
520
+ "from": "components/VCarousel",
521
+ "styles": []
522
+ },
523
+ "VCarouselItem": {
524
+ "from": "components/VCarousel",
525
+ "styles": []
526
+ },
527
527
  "VConfirmEdit": {
528
528
  "from": "components/VConfirmEdit",
529
529
  "styles": []
@@ -540,14 +540,6 @@
540
540
  "from": "components/VForm",
541
541
  "styles": []
542
542
  },
543
- "VHover": {
544
- "from": "components/VHover",
545
- "styles": []
546
- },
547
- "VMain": {
548
- "from": "components/VMain",
549
- "styles": []
550
- },
551
543
  "VContainer": {
552
544
  "from": "components/VGrid",
553
545
  "styles": []
@@ -564,6 +556,10 @@
564
556
  "from": "components/VGrid",
565
557
  "styles": []
566
558
  },
559
+ "VHover": {
560
+ "from": "components/VHover",
561
+ "styles": []
562
+ },
567
563
  "VLayout": {
568
564
  "from": "components/VLayout",
569
565
  "styles": []
@@ -576,6 +572,10 @@
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": []
@@ -596,14 +596,14 @@
596
596
  "from": "components/VResponsive",
597
597
  "styles": []
598
598
  },
599
- "VSnackbarQueue": {
600
- "from": "components/VSnackbarQueue",
601
- "styles": []
602
- },
603
599
  "VSparkline": {
604
600
  "from": "components/VSparkline",
605
601
  "styles": []
606
602
  },
603
+ "VSnackbarQueue": {
604
+ "from": "components/VSnackbarQueue",
605
+ "styles": []
606
+ },
607
607
  "VSpeedDial": {
608
608
  "from": "components/VSpeedDial",
609
609
  "styles": []
@@ -684,8 +684,8 @@
684
684
  "from": "components/transitions",
685
685
  "styles": []
686
686
  },
687
- "VLocaleProvider": {
688
- "from": "components/VLocaleProvider",
687
+ "VOverlay": {
688
+ "from": "components/VOverlay",
689
689
  "styles": []
690
690
  }
691
691
  },
@@ -650,7 +650,9 @@
650
650
  "description": ""
651
651
  },
652
652
  "VCardActions": {
653
- "attributes": [],
653
+ "attributes": [
654
+ "tag"
655
+ ],
654
656
  "description": ""
655
657
  },
656
658
  "VCardItem": {
@@ -661,6 +663,7 @@
661
663
  "prepend-avatar",
662
664
  "prepend-icon",
663
665
  "subtitle",
666
+ "tag",
664
667
  "title"
665
668
  ],
666
669
  "description": ""