@vuetify/nightly 3.11.2-dev.2025-12-03 → 3.11.2-dev.2025-12-06

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 (43) hide show
  1. package/CHANGELOG.md +14 -3
  2. package/dist/json/attributes.json +2019 -2015
  3. package/dist/json/importMap-labs.json +24 -24
  4. package/dist/json/importMap.json +178 -178
  5. package/dist/json/tags.json +1 -0
  6. package/dist/json/web-types.json +3666 -3656
  7. package/dist/vuetify-labs.cjs +46 -8
  8. package/dist/vuetify-labs.css +3910 -3896
  9. package/dist/vuetify-labs.d.ts +86 -70
  10. package/dist/vuetify-labs.esm.js +46 -8
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +46 -8
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +46 -8
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +6857 -6843
  17. package/dist/vuetify.d.ts +86 -70
  18. package/dist/vuetify.esm.js +46 -8
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +46 -8
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +23 -17
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VHotkey/_variables.scss +1 -0
  26. package/lib/components/VOtpInput/VOtpInput.css +15 -1
  27. package/lib/components/VOtpInput/VOtpInput.d.ts +29 -0
  28. package/lib/components/VOtpInput/VOtpInput.js +8 -2
  29. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  30. package/lib/components/VOtpInput/VOtpInput.sass +11 -2
  31. package/lib/components/VOtpInput/_variables.scss +1 -0
  32. package/lib/components/VWindow/VWindow.js +3 -3
  33. package/lib/components/VWindow/VWindow.js.map +1 -1
  34. package/lib/composables/nested/nested.d.ts +1 -1
  35. package/lib/composables/nested/nested.js +3 -1
  36. package/lib/composables/nested/nested.js.map +1 -1
  37. package/lib/composables/nested/selectStrategies.d.ts +1 -0
  38. package/lib/composables/nested/selectStrategies.js +31 -0
  39. package/lib/composables/nested/selectStrategies.js.map +1 -1
  40. package/lib/entry-bundler.js +1 -1
  41. package/lib/framework.d.ts +69 -69
  42. package/lib/framework.js +1 -1
  43. package/package.json +6 -4
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "components": {
3
- "VIconBtn": {
4
- "from": "labs/VIconBtn",
3
+ "VFileUpload": {
4
+ "from": "labs/VFileUpload",
5
5
  "styles": []
6
6
  },
7
- "VColorInput": {
8
- "from": "labs/VColorInput",
7
+ "VFileUploadItem": {
8
+ "from": "labs/VFileUpload",
9
9
  "styles": []
10
10
  },
11
11
  "VPie": {
@@ -20,44 +20,44 @@
20
20
  "from": "labs/VPie",
21
21
  "styles": []
22
22
  },
23
- "VPicker": {
24
- "from": "labs/VPicker",
23
+ "VColorInput": {
24
+ "from": "labs/VColorInput",
25
25
  "styles": []
26
26
  },
27
- "VPickerTitle": {
28
- "from": "labs/VPicker",
27
+ "VStepperVertical": {
28
+ "from": "labs/VStepperVertical",
29
29
  "styles": []
30
30
  },
31
- "VVideo": {
32
- "from": "labs/VVideo",
31
+ "VStepperVerticalItem": {
32
+ "from": "labs/VStepperVertical",
33
33
  "styles": []
34
34
  },
35
- "VVideoControls": {
36
- "from": "labs/VVideo",
35
+ "VStepperVerticalActions": {
36
+ "from": "labs/VStepperVertical",
37
37
  "styles": []
38
38
  },
39
- "VVideoVolume": {
40
- "from": "labs/VVideo",
39
+ "VIconBtn": {
40
+ "from": "labs/VIconBtn",
41
41
  "styles": []
42
42
  },
43
- "VStepperVertical": {
44
- "from": "labs/VStepperVertical",
43
+ "VVideo": {
44
+ "from": "labs/VVideo",
45
45
  "styles": []
46
46
  },
47
- "VStepperVerticalItem": {
48
- "from": "labs/VStepperVertical",
47
+ "VVideoControls": {
48
+ "from": "labs/VVideo",
49
49
  "styles": []
50
50
  },
51
- "VStepperVerticalActions": {
52
- "from": "labs/VStepperVertical",
51
+ "VVideoVolume": {
52
+ "from": "labs/VVideo",
53
53
  "styles": []
54
54
  },
55
- "VFileUpload": {
56
- "from": "labs/VFileUpload",
55
+ "VPicker": {
56
+ "from": "labs/VPicker",
57
57
  "styles": []
58
58
  },
59
- "VFileUploadItem": {
60
- "from": "labs/VFileUpload",
59
+ "VPickerTitle": {
60
+ "from": "labs/VPicker",
61
61
  "styles": []
62
62
  },
63
63
  "VDateInput": {
@@ -1,5 +1,17 @@
1
1
  {
2
2
  "components": {
3
+ "VAppBar": {
4
+ "from": "components/VAppBar",
5
+ "styles": []
6
+ },
7
+ "VAppBarNavIcon": {
8
+ "from": "components/VAppBar",
9
+ "styles": []
10
+ },
11
+ "VAppBarTitle": {
12
+ "from": "components/VAppBar",
13
+ "styles": []
14
+ },
3
15
  "VApp": {
4
16
  "from": "components/VApp",
5
17
  "styles": []
@@ -16,6 +28,10 @@
16
28
  "from": "components/VAutocomplete",
17
29
  "styles": []
18
30
  },
31
+ "VBtn": {
32
+ "from": "components/VBtn",
33
+ "styles": []
34
+ },
19
35
  "VAvatar": {
20
36
  "from": "components/VAvatar",
21
37
  "styles": []
@@ -36,26 +52,6 @@
36
52
  "from": "components/VBanner",
37
53
  "styles": []
38
54
  },
39
- "VBottomSheet": {
40
- "from": "components/VBottomSheet",
41
- "styles": []
42
- },
43
- "VBtn": {
44
- "from": "components/VBtn",
45
- "styles": []
46
- },
47
- "VAppBar": {
48
- "from": "components/VAppBar",
49
- "styles": []
50
- },
51
- "VAppBarNavIcon": {
52
- "from": "components/VAppBar",
53
- "styles": []
54
- },
55
- "VAppBarTitle": {
56
- "from": "components/VAppBar",
57
- "styles": []
58
- },
59
55
  "VBottomNavigation": {
60
56
  "from": "components/VBottomNavigation",
61
57
  "styles": []
@@ -72,6 +68,10 @@
72
68
  "from": "components/VBreadcrumbs",
73
69
  "styles": []
74
70
  },
71
+ "VBottomSheet": {
72
+ "from": "components/VBottomSheet",
73
+ "styles": []
74
+ },
75
75
  "VCard": {
76
76
  "from": "components/VCard",
77
77
  "styles": []
@@ -100,6 +100,14 @@
100
100
  "from": "components/VBtnToggle",
101
101
  "styles": []
102
102
  },
103
+ "VCarousel": {
104
+ "from": "components/VCarousel",
105
+ "styles": []
106
+ },
107
+ "VCarouselItem": {
108
+ "from": "components/VCarousel",
109
+ "styles": []
110
+ },
103
111
  "VBtnGroup": {
104
112
  "from": "components/VBtnGroup",
105
113
  "styles": []
@@ -112,42 +120,58 @@
112
120
  "from": "components/VCheckbox",
113
121
  "styles": []
114
122
  },
123
+ "VChipGroup": {
124
+ "from": "components/VChipGroup",
125
+ "styles": []
126
+ },
115
127
  "VCalendar": {
116
128
  "from": "components/VCalendar",
117
129
  "styles": []
118
130
  },
119
- "VChipGroup": {
120
- "from": "components/VChipGroup",
131
+ "VCode": {
132
+ "from": "components/VCode",
121
133
  "styles": []
122
134
  },
123
- "VCarousel": {
124
- "from": "components/VCarousel",
135
+ "VDatePicker": {
136
+ "from": "components/VDatePicker",
125
137
  "styles": []
126
138
  },
127
- "VCarouselItem": {
128
- "from": "components/VCarousel",
139
+ "VDatePickerControls": {
140
+ "from": "components/VDatePicker",
129
141
  "styles": []
130
142
  },
131
- "VChip": {
132
- "from": "components/VChip",
143
+ "VDatePickerHeader": {
144
+ "from": "components/VDatePicker",
133
145
  "styles": []
134
146
  },
135
- "VColorPicker": {
136
- "from": "components/VColorPicker",
147
+ "VDatePickerMonth": {
148
+ "from": "components/VDatePicker",
137
149
  "styles": []
138
150
  },
139
- "VCounter": {
140
- "from": "components/VCounter",
151
+ "VDatePickerMonths": {
152
+ "from": "components/VDatePicker",
141
153
  "styles": []
142
154
  },
143
- "VCode": {
144
- "from": "components/VCode",
155
+ "VDatePickerYears": {
156
+ "from": "components/VDatePicker",
145
157
  "styles": []
146
158
  },
147
159
  "VCombobox": {
148
160
  "from": "components/VCombobox",
149
161
  "styles": []
150
162
  },
163
+ "VColorPicker": {
164
+ "from": "components/VColorPicker",
165
+ "styles": []
166
+ },
167
+ "VCounter": {
168
+ "from": "components/VCounter",
169
+ "styles": []
170
+ },
171
+ "VChip": {
172
+ "from": "components/VChip",
173
+ "styles": []
174
+ },
151
175
  "VDataTable": {
152
176
  "from": "components/VDataTable",
153
177
  "styles": []
@@ -176,40 +200,40 @@
176
200
  "from": "components/VDataTable",
177
201
  "styles": []
178
202
  },
179
- "VDialog": {
180
- "from": "components/VDialog",
203
+ "VExpansionPanels": {
204
+ "from": "components/VExpansionPanel",
181
205
  "styles": []
182
206
  },
183
- "VDatePicker": {
184
- "from": "components/VDatePicker",
207
+ "VExpansionPanel": {
208
+ "from": "components/VExpansionPanel",
185
209
  "styles": []
186
210
  },
187
- "VDatePickerControls": {
188
- "from": "components/VDatePicker",
211
+ "VExpansionPanelText": {
212
+ "from": "components/VExpansionPanel",
189
213
  "styles": []
190
214
  },
191
- "VDatePickerHeader": {
192
- "from": "components/VDatePicker",
215
+ "VExpansionPanelTitle": {
216
+ "from": "components/VExpansionPanel",
193
217
  "styles": []
194
218
  },
195
- "VDatePickerMonth": {
196
- "from": "components/VDatePicker",
219
+ "VDialog": {
220
+ "from": "components/VDialog",
197
221
  "styles": []
198
222
  },
199
- "VDatePickerMonths": {
200
- "from": "components/VDatePicker",
223
+ "VDivider": {
224
+ "from": "components/VDivider",
201
225
  "styles": []
202
226
  },
203
- "VDatePickerYears": {
204
- "from": "components/VDatePicker",
227
+ "VFab": {
228
+ "from": "components/VFab",
205
229
  "styles": []
206
230
  },
207
231
  "VEmptyState": {
208
232
  "from": "components/VEmptyState",
209
233
  "styles": []
210
234
  },
211
- "VDivider": {
212
- "from": "components/VDivider",
235
+ "VFileInput": {
236
+ "from": "components/VFileInput",
213
237
  "styles": []
214
238
  },
215
239
  "VField": {
@@ -220,32 +244,32 @@
220
244
  "from": "components/VField",
221
245
  "styles": []
222
246
  },
223
- "VExpansionPanels": {
224
- "from": "components/VExpansionPanel",
247
+ "VHotkey": {
248
+ "from": "components/VHotkey",
225
249
  "styles": []
226
250
  },
227
- "VExpansionPanel": {
228
- "from": "components/VExpansionPanel",
251
+ "VFooter": {
252
+ "from": "components/VFooter",
229
253
  "styles": []
230
254
  },
231
- "VExpansionPanelText": {
232
- "from": "components/VExpansionPanel",
255
+ "VInfiniteScroll": {
256
+ "from": "components/VInfiniteScroll",
233
257
  "styles": []
234
258
  },
235
- "VExpansionPanelTitle": {
236
- "from": "components/VExpansionPanel",
259
+ "VImg": {
260
+ "from": "components/VImg",
237
261
  "styles": []
238
262
  },
239
- "VFileInput": {
240
- "from": "components/VFileInput",
263
+ "VItemGroup": {
264
+ "from": "components/VItemGroup",
241
265
  "styles": []
242
266
  },
243
- "VFab": {
244
- "from": "components/VFab",
267
+ "VItem": {
268
+ "from": "components/VItemGroup",
245
269
  "styles": []
246
270
  },
247
- "VFooter": {
248
- "from": "components/VFooter",
271
+ "VInput": {
272
+ "from": "components/VInput",
249
273
  "styles": []
250
274
  },
251
275
  "VIcon": {
@@ -268,36 +292,12 @@
268
292
  "from": "components/VIcon",
269
293
  "styles": []
270
294
  },
271
- "VHotkey": {
272
- "from": "components/VHotkey",
273
- "styles": []
274
- },
275
- "VImg": {
276
- "from": "components/VImg",
277
- "styles": []
278
- },
279
- "VInput": {
280
- "from": "components/VInput",
281
- "styles": []
282
- },
283
- "VInfiniteScroll": {
284
- "from": "components/VInfiniteScroll",
285
- "styles": []
286
- },
287
- "VItemGroup": {
288
- "from": "components/VItemGroup",
289
- "styles": []
290
- },
291
- "VItem": {
292
- "from": "components/VItemGroup",
293
- "styles": []
294
- },
295
295
  "VKbd": {
296
296
  "from": "components/VKbd",
297
297
  "styles": []
298
298
  },
299
- "VLabel": {
300
- "from": "components/VLabel",
299
+ "VMenu": {
300
+ "from": "components/VMenu",
301
301
  "styles": []
302
302
  },
303
303
  "VList": {
@@ -336,72 +336,72 @@
336
336
  "from": "components/VList",
337
337
  "styles": []
338
338
  },
339
- "VMenu": {
340
- "from": "components/VMenu",
339
+ "VMessages": {
340
+ "from": "components/VMessages",
341
341
  "styles": []
342
342
  },
343
- "VMain": {
344
- "from": "components/VMain",
343
+ "VNumberInput": {
344
+ "from": "components/VNumberInput",
345
345
  "styles": []
346
346
  },
347
347
  "VNavigationDrawer": {
348
348
  "from": "components/VNavigationDrawer",
349
349
  "styles": []
350
350
  },
351
- "VMessages": {
352
- "from": "components/VMessages",
353
- "styles": []
354
- },
355
- "VOverlay": {
356
- "from": "components/VOverlay",
351
+ "VMain": {
352
+ "from": "components/VMain",
357
353
  "styles": []
358
354
  },
359
355
  "VOtpInput": {
360
356
  "from": "components/VOtpInput",
361
357
  "styles": []
362
358
  },
363
- "VPagination": {
364
- "from": "components/VPagination",
365
- "styles": []
366
- },
367
359
  "VProgressCircular": {
368
360
  "from": "components/VProgressCircular",
369
361
  "styles": []
370
362
  },
371
- "VProgressLinear": {
372
- "from": "components/VProgressLinear",
363
+ "VPagination": {
364
+ "from": "components/VPagination",
373
365
  "styles": []
374
366
  },
375
- "VNumberInput": {
376
- "from": "components/VNumberInput",
367
+ "VOverlay": {
368
+ "from": "components/VOverlay",
377
369
  "styles": []
378
370
  },
379
371
  "VRadioGroup": {
380
372
  "from": "components/VRadioGroup",
381
373
  "styles": []
382
374
  },
383
- "VSelectionControl": {
384
- "from": "components/VSelectionControl",
375
+ "VRating": {
376
+ "from": "components/VRating",
385
377
  "styles": []
386
378
  },
387
- "VSelect": {
388
- "from": "components/VSelect",
379
+ "VProgressLinear": {
380
+ "from": "components/VProgressLinear",
389
381
  "styles": []
390
382
  },
391
- "VRating": {
392
- "from": "components/VRating",
383
+ "VSelect": {
384
+ "from": "components/VSelect",
393
385
  "styles": []
394
386
  },
395
- "VSelectionControlGroup": {
396
- "from": "components/VSelectionControlGroup",
387
+ "VLabel": {
388
+ "from": "components/VLabel",
397
389
  "styles": []
398
390
  },
399
391
  "VSkeletonLoader": {
400
392
  "from": "components/VSkeletonLoader",
401
393
  "styles": []
402
394
  },
403
- "VSlider": {
404
- "from": "components/VSlider",
395
+ "VSheet": {
396
+ "from": "components/VSheet",
397
+ "styles": []
398
+ },
399
+ "VSelectionControl": {
400
+ "from": "components/VSelectionControl",
401
+ "styles": []
402
+ },
403
+ "VSelectionControlGroup": {
404
+ "from": "components/VSelectionControlGroup",
405
405
  "styles": []
406
406
  },
407
407
  "VSlideGroup": {
@@ -412,6 +412,22 @@
412
412
  "from": "components/VSlideGroup",
413
413
  "styles": []
414
414
  },
415
+ "VSnackbar": {
416
+ "from": "components/VSnackbar",
417
+ "styles": []
418
+ },
419
+ "VSystemBar": {
420
+ "from": "components/VSystemBar",
421
+ "styles": []
422
+ },
423
+ "VSlider": {
424
+ "from": "components/VSlider",
425
+ "styles": []
426
+ },
427
+ "VSwitch": {
428
+ "from": "components/VSwitch",
429
+ "styles": []
430
+ },
415
431
  "VStepper": {
416
432
  "from": "components/VStepper",
417
433
  "styles": []
@@ -436,14 +452,6 @@
436
452
  "from": "components/VStepper",
437
453
  "styles": []
438
454
  },
439
- "VSheet": {
440
- "from": "components/VSheet",
441
- "styles": []
442
- },
443
- "VSnackbar": {
444
- "from": "components/VSnackbar",
445
- "styles": []
446
- },
447
455
  "VTab": {
448
456
  "from": "components/VTabs",
449
457
  "styles": []
@@ -460,44 +468,28 @@
460
468
  "from": "components/VTabs",
461
469
  "styles": []
462
470
  },
463
- "VSwitch": {
464
- "from": "components/VSwitch",
465
- "styles": []
466
- },
467
- "VSystemBar": {
468
- "from": "components/VSystemBar",
469
- "styles": []
470
- },
471
- "VTable": {
472
- "from": "components/VTable",
473
- "styles": []
474
- },
475
471
  "VTextarea": {
476
472
  "from": "components/VTextarea",
477
473
  "styles": []
478
474
  },
479
- "VWindow": {
480
- "from": "components/VWindow",
481
- "styles": []
482
- },
483
- "VWindowItem": {
484
- "from": "components/VWindow",
475
+ "VTable": {
476
+ "from": "components/VTable",
485
477
  "styles": []
486
478
  },
487
- "VTimeline": {
488
- "from": "components/VTimeline",
479
+ "VTextField": {
480
+ "from": "components/VTextField",
489
481
  "styles": []
490
482
  },
491
- "VTimelineItem": {
492
- "from": "components/VTimeline",
483
+ "VToolbar": {
484
+ "from": "components/VToolbar",
493
485
  "styles": []
494
486
  },
495
- "VTextField": {
496
- "from": "components/VTextField",
487
+ "VToolbarTitle": {
488
+ "from": "components/VToolbar",
497
489
  "styles": []
498
490
  },
499
- "VTooltip": {
500
- "from": "components/VTooltip",
491
+ "VToolbarItems": {
492
+ "from": "components/VToolbar",
501
493
  "styles": []
502
494
  },
503
495
  "VTimePicker": {
@@ -524,32 +516,36 @@
524
516
  "from": "components/VTreeview",
525
517
  "styles": []
526
518
  },
527
- "VToolbar": {
528
- "from": "components/VToolbar",
519
+ "VTooltip": {
520
+ "from": "components/VTooltip",
529
521
  "styles": []
530
522
  },
531
- "VToolbarTitle": {
532
- "from": "components/VToolbar",
523
+ "VWindow": {
524
+ "from": "components/VWindow",
533
525
  "styles": []
534
526
  },
535
- "VToolbarItems": {
536
- "from": "components/VToolbar",
527
+ "VWindowItem": {
528
+ "from": "components/VWindow",
537
529
  "styles": []
538
530
  },
539
- "VConfirmEdit": {
540
- "from": "components/VConfirmEdit",
531
+ "VTimeline": {
532
+ "from": "components/VTimeline",
533
+ "styles": []
534
+ },
535
+ "VTimelineItem": {
536
+ "from": "components/VTimeline",
541
537
  "styles": []
542
538
  },
543
539
  "VDataIterator": {
544
540
  "from": "components/VDataIterator",
545
541
  "styles": []
546
542
  },
547
- "VDefaultsProvider": {
548
- "from": "components/VDefaultsProvider",
543
+ "VConfirmEdit": {
544
+ "from": "components/VConfirmEdit",
549
545
  "styles": []
550
546
  },
551
- "VHover": {
552
- "from": "components/VHover",
547
+ "VDefaultsProvider": {
548
+ "from": "components/VDefaultsProvider",
553
549
  "styles": []
554
550
  },
555
551
  "VContainer": {
@@ -572,16 +568,12 @@
572
568
  "from": "components/VForm",
573
569
  "styles": []
574
570
  },
575
- "VLazy": {
576
- "from": "components/VLazy",
577
- "styles": []
578
- },
579
- "VLayout": {
580
- "from": "components/VLayout",
571
+ "VHover": {
572
+ "from": "components/VHover",
581
573
  "styles": []
582
574
  },
583
- "VLayoutItem": {
584
- "from": "components/VLayout",
575
+ "VLazy": {
576
+ "from": "components/VLazy",
585
577
  "styles": []
586
578
  },
587
579
  "VLocaleProvider": {
@@ -592,14 +584,22 @@
592
584
  "from": "components/VNoSsr",
593
585
  "styles": []
594
586
  },
595
- "VParallax": {
596
- "from": "components/VParallax",
587
+ "VLayout": {
588
+ "from": "components/VLayout",
589
+ "styles": []
590
+ },
591
+ "VLayoutItem": {
592
+ "from": "components/VLayout",
597
593
  "styles": []
598
594
  },
599
595
  "VRadio": {
600
596
  "from": "components/VRadio",
601
597
  "styles": []
602
598
  },
599
+ "VParallax": {
600
+ "from": "components/VParallax",
601
+ "styles": []
602
+ },
603
603
  "VRangeSlider": {
604
604
  "from": "components/VRangeSlider",
605
605
  "styles": []
@@ -624,6 +624,10 @@
624
624
  "from": "components/VThemeProvider",
625
625
  "styles": []
626
626
  },
627
+ "VValidation": {
628
+ "from": "components/VValidation",
629
+ "styles": []
630
+ },
627
631
  "VVirtualScroll": {
628
632
  "from": "components/VVirtualScroll",
629
633
  "styles": []
@@ -691,10 +695,6 @@
691
695
  "VDialogTransition": {
692
696
  "from": "components/transitions",
693
697
  "styles": []
694
- },
695
- "VValidation": {
696
- "from": "components/VValidation",
697
- "styles": []
698
698
  }
699
699
  },
700
700
  "directives": [
@@ -2894,6 +2894,7 @@
2894
2894
  "base-color",
2895
2895
  "bg-color",
2896
2896
  "color",
2897
+ "density",
2897
2898
  "disabled",
2898
2899
  "divider",
2899
2900
  "error",