vuetify 3.11.1 → 3.11.2

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 (56) hide show
  1. package/dist/json/attributes.json +3244 -3236
  2. package/dist/json/importMap-labs.json +20 -20
  3. package/dist/json/importMap.json +156 -156
  4. package/dist/json/tags.json +2 -0
  5. package/dist/json/web-types.json +5864 -5845
  6. package/dist/vuetify-labs.cjs +41 -31
  7. package/dist/vuetify-labs.css +5306 -5310
  8. package/dist/vuetify-labs.d.ts +68 -55
  9. package/dist/vuetify-labs.esm.js +41 -31
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +41 -31
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +37 -27
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +2654 -2655
  16. package/dist/vuetify.d.ts +68 -55
  17. package/dist/vuetify.esm.js +37 -27
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +37 -27
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +25 -21
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VDataTable/VDataTable.js +1 -1
  25. package/lib/components/VDataTable/VDataTable.js.map +1 -1
  26. package/lib/components/VDataTable/VDataTableHeaders.d.ts +10 -0
  27. package/lib/components/VDataTable/VDataTableHeaders.js +7 -7
  28. package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
  29. package/lib/components/VDatePicker/VDatePicker.js +8 -3
  30. package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
  31. package/lib/components/VDialog/__test__/VDialog.spec.browser.js +5 -9
  32. package/lib/components/VDialog/__test__/VDialog.spec.browser.js.map +1 -1
  33. package/lib/components/VHotkey/_variables.scss +1 -1
  34. package/lib/components/VNumberInput/VNumberInput.js +1 -1
  35. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  36. package/lib/components/VSlideGroup/VSlideGroup.js +4 -1
  37. package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
  38. package/lib/components/VTabs/VTab.d.ts +13 -0
  39. package/lib/components/VTabs/VTab.js +3 -2
  40. package/lib/components/VTabs/VTab.js.map +1 -1
  41. package/lib/components/VTabs/VTabs.css +6 -7
  42. package/lib/components/VTabs/VTabs.js +1 -0
  43. package/lib/components/VTabs/VTabs.js.map +1 -1
  44. package/lib/components/VTabs/VTabs.sass +6 -7
  45. package/lib/components/VTextField/VTextField.js +8 -10
  46. package/lib/components/VTextField/VTextField.js.map +1 -1
  47. package/lib/composables/autofocus.js +3 -1
  48. package/lib/composables/autofocus.js.map +1 -1
  49. package/lib/entry-bundler.js +1 -1
  50. package/lib/framework.d.ts +55 -55
  51. package/lib/framework.js +1 -1
  52. package/lib/labs/VMaskInput/VMaskInput.js +4 -4
  53. package/lib/labs/VMaskInput/VMaskInput.js.map +1 -1
  54. package/lib/labs/VStepperVertical/VStepperVerticalItem.css +0 -3
  55. package/lib/labs/VStepperVertical/VStepperVerticalItem.sass +0 -3
  56. package/package.json +26 -26
@@ -1,29 +1,9 @@
1
1
  {
2
2
  "components": {
3
- "VFileUpload": {
4
- "from": "labs/VFileUpload",
5
- "styles": []
6
- },
7
- "VFileUploadItem": {
8
- "from": "labs/VFileUpload",
9
- "styles": []
10
- },
11
3
  "VColorInput": {
12
4
  "from": "labs/VColorInput",
13
5
  "styles": []
14
6
  },
15
- "VStepperVertical": {
16
- "from": "labs/VStepperVertical",
17
- "styles": []
18
- },
19
- "VStepperVerticalItem": {
20
- "from": "labs/VStepperVertical",
21
- "styles": []
22
- },
23
- "VStepperVerticalActions": {
24
- "from": "labs/VStepperVertical",
25
- "styles": []
26
- },
27
7
  "VIconBtn": {
28
8
  "from": "labs/VIconBtn",
29
9
  "styles": []
@@ -48,6 +28,26 @@
48
28
  "from": "labs/VVideo",
49
29
  "styles": []
50
30
  },
31
+ "VStepperVertical": {
32
+ "from": "labs/VStepperVertical",
33
+ "styles": []
34
+ },
35
+ "VStepperVerticalItem": {
36
+ "from": "labs/VStepperVertical",
37
+ "styles": []
38
+ },
39
+ "VStepperVerticalActions": {
40
+ "from": "labs/VStepperVertical",
41
+ "styles": []
42
+ },
43
+ "VFileUpload": {
44
+ "from": "labs/VFileUpload",
45
+ "styles": []
46
+ },
47
+ "VFileUploadItem": {
48
+ "from": "labs/VFileUpload",
49
+ "styles": []
50
+ },
51
51
  "VPie": {
52
52
  "from": "labs/VPie",
53
53
  "styles": []
@@ -1,9 +1,21 @@
1
1
  {
2
2
  "components": {
3
+ "VAutocomplete": {
4
+ "from": "components/VAutocomplete",
5
+ "styles": []
6
+ },
3
7
  "VApp": {
4
8
  "from": "components/VApp",
5
9
  "styles": []
6
10
  },
11
+ "VBadge": {
12
+ "from": "components/VBadge",
13
+ "styles": []
14
+ },
15
+ "VBottomNavigation": {
16
+ "from": "components/VBottomNavigation",
17
+ "styles": []
18
+ },
7
19
  "VAppBar": {
8
20
  "from": "components/VAppBar",
9
21
  "styles": []
@@ -20,14 +32,6 @@
20
32
  "from": "components/VAvatar",
21
33
  "styles": []
22
34
  },
23
- "VAlert": {
24
- "from": "components/VAlert",
25
- "styles": []
26
- },
27
- "VAlertTitle": {
28
- "from": "components/VAlert",
29
- "styles": []
30
- },
31
35
  "VBanner": {
32
36
  "from": "components/VBanner",
33
37
  "styles": []
@@ -40,16 +44,8 @@
40
44
  "from": "components/VBanner",
41
45
  "styles": []
42
46
  },
43
- "VAutocomplete": {
44
- "from": "components/VAutocomplete",
45
- "styles": []
46
- },
47
- "VBottomNavigation": {
48
- "from": "components/VBottomNavigation",
49
- "styles": []
50
- },
51
- "VBadge": {
52
- "from": "components/VBadge",
47
+ "VBtnToggle": {
48
+ "from": "components/VBtnToggle",
53
49
  "styles": []
54
50
  },
55
51
  "VBtn": {
@@ -60,6 +56,14 @@
60
56
  "from": "components/VBottomSheet",
61
57
  "styles": []
62
58
  },
59
+ "VAlert": {
60
+ "from": "components/VAlert",
61
+ "styles": []
62
+ },
63
+ "VAlertTitle": {
64
+ "from": "components/VAlert",
65
+ "styles": []
66
+ },
63
67
  "VBtnGroup": {
64
68
  "from": "components/VBtnGroup",
65
69
  "styles": []
@@ -76,20 +80,20 @@
76
80
  "from": "components/VBreadcrumbs",
77
81
  "styles": []
78
82
  },
79
- "VBtnToggle": {
80
- "from": "components/VBtnToggle",
83
+ "VCalendar": {
84
+ "from": "components/VCalendar",
81
85
  "styles": []
82
86
  },
83
- "VCarousel": {
84
- "from": "components/VCarousel",
87
+ "VCode": {
88
+ "from": "components/VCode",
85
89
  "styles": []
86
90
  },
87
- "VCarouselItem": {
88
- "from": "components/VCarousel",
91
+ "VCheckbox": {
92
+ "from": "components/VCheckbox",
89
93
  "styles": []
90
94
  },
91
- "VCalendar": {
92
- "from": "components/VCalendar",
95
+ "VCheckboxBtn": {
96
+ "from": "components/VCheckbox",
93
97
  "styles": []
94
98
  },
95
99
  "VCard": {
@@ -120,12 +124,12 @@
120
124
  "from": "components/VChipGroup",
121
125
  "styles": []
122
126
  },
123
- "VCheckbox": {
124
- "from": "components/VCheckbox",
127
+ "VCarousel": {
128
+ "from": "components/VCarousel",
125
129
  "styles": []
126
130
  },
127
- "VCheckboxBtn": {
128
- "from": "components/VCheckbox",
131
+ "VCarouselItem": {
132
+ "from": "components/VCarousel",
129
133
  "styles": []
130
134
  },
131
135
  "VChip": {
@@ -144,42 +148,6 @@
144
148
  "from": "components/VCounter",
145
149
  "styles": []
146
150
  },
147
- "VDialog": {
148
- "from": "components/VDialog",
149
- "styles": []
150
- },
151
- "VDataTable": {
152
- "from": "components/VDataTable",
153
- "styles": []
154
- },
155
- "VDataTableHeaders": {
156
- "from": "components/VDataTable",
157
- "styles": []
158
- },
159
- "VDataTableFooter": {
160
- "from": "components/VDataTable",
161
- "styles": []
162
- },
163
- "VDataTableRows": {
164
- "from": "components/VDataTable",
165
- "styles": []
166
- },
167
- "VDataTableRow": {
168
- "from": "components/VDataTable",
169
- "styles": []
170
- },
171
- "VDataTableVirtual": {
172
- "from": "components/VDataTable",
173
- "styles": []
174
- },
175
- "VDataTableServer": {
176
- "from": "components/VDataTable",
177
- "styles": []
178
- },
179
- "VCode": {
180
- "from": "components/VCode",
181
- "styles": []
182
- },
183
151
  "VDatePicker": {
184
152
  "from": "components/VDatePicker",
185
153
  "styles": []
@@ -204,8 +172,12 @@
204
172
  "from": "components/VDatePicker",
205
173
  "styles": []
206
174
  },
207
- "VFab": {
208
- "from": "components/VFab",
175
+ "VDialog": {
176
+ "from": "components/VDialog",
177
+ "styles": []
178
+ },
179
+ "VDivider": {
180
+ "from": "components/VDivider",
209
181
  "styles": []
210
182
  },
211
183
  "VExpansionPanels": {
@@ -228,16 +200,36 @@
228
200
  "from": "components/VEmptyState",
229
201
  "styles": []
230
202
  },
231
- "VDivider": {
232
- "from": "components/VDivider",
203
+ "VDataTable": {
204
+ "from": "components/VDataTable",
233
205
  "styles": []
234
206
  },
235
- "VField": {
236
- "from": "components/VField",
207
+ "VDataTableHeaders": {
208
+ "from": "components/VDataTable",
237
209
  "styles": []
238
210
  },
239
- "VFieldLabel": {
240
- "from": "components/VField",
211
+ "VDataTableFooter": {
212
+ "from": "components/VDataTable",
213
+ "styles": []
214
+ },
215
+ "VDataTableRows": {
216
+ "from": "components/VDataTable",
217
+ "styles": []
218
+ },
219
+ "VDataTableRow": {
220
+ "from": "components/VDataTable",
221
+ "styles": []
222
+ },
223
+ "VDataTableVirtual": {
224
+ "from": "components/VDataTable",
225
+ "styles": []
226
+ },
227
+ "VDataTableServer": {
228
+ "from": "components/VDataTable",
229
+ "styles": []
230
+ },
231
+ "VFab": {
232
+ "from": "components/VFab",
241
233
  "styles": []
242
234
  },
243
235
  "VFooter": {
@@ -248,16 +240,12 @@
248
240
  "from": "components/VFileInput",
249
241
  "styles": []
250
242
  },
251
- "VHotkey": {
252
- "from": "components/VHotkey",
253
- "styles": []
254
- },
255
- "VImg": {
256
- "from": "components/VImg",
243
+ "VField": {
244
+ "from": "components/VField",
257
245
  "styles": []
258
246
  },
259
- "VInfiniteScroll": {
260
- "from": "components/VInfiniteScroll",
247
+ "VFieldLabel": {
248
+ "from": "components/VField",
261
249
  "styles": []
262
250
  },
263
251
  "VIcon": {
@@ -280,8 +268,16 @@
280
268
  "from": "components/VIcon",
281
269
  "styles": []
282
270
  },
283
- "VInput": {
284
- "from": "components/VInput",
271
+ "VInfiniteScroll": {
272
+ "from": "components/VInfiniteScroll",
273
+ "styles": []
274
+ },
275
+ "VImg": {
276
+ "from": "components/VImg",
277
+ "styles": []
278
+ },
279
+ "VHotkey": {
280
+ "from": "components/VHotkey",
285
281
  "styles": []
286
282
  },
287
283
  "VItemGroup": {
@@ -292,10 +288,6 @@
292
288
  "from": "components/VItemGroup",
293
289
  "styles": []
294
290
  },
295
- "VLabel": {
296
- "from": "components/VLabel",
297
- "styles": []
298
- },
299
291
  "VList": {
300
292
  "from": "components/VList",
301
293
  "styles": []
@@ -332,8 +324,12 @@
332
324
  "from": "components/VList",
333
325
  "styles": []
334
326
  },
335
- "VMessages": {
336
- "from": "components/VMessages",
327
+ "VInput": {
328
+ "from": "components/VInput",
329
+ "styles": []
330
+ },
331
+ "VLabel": {
332
+ "from": "components/VLabel",
337
333
  "styles": []
338
334
  },
339
335
  "VKbd": {
@@ -348,48 +344,36 @@
348
344
  "from": "components/VMain",
349
345
  "styles": []
350
346
  },
351
- "VNavigationDrawer": {
352
- "from": "components/VNavigationDrawer",
353
- "styles": []
354
- },
355
- "VOverlay": {
356
- "from": "components/VOverlay",
347
+ "VMessages": {
348
+ "from": "components/VMessages",
357
349
  "styles": []
358
350
  },
359
- "VProgressCircular": {
360
- "from": "components/VProgressCircular",
351
+ "VNavigationDrawer": {
352
+ "from": "components/VNavigationDrawer",
361
353
  "styles": []
362
354
  },
363
355
  "VNumberInput": {
364
356
  "from": "components/VNumberInput",
365
357
  "styles": []
366
358
  },
367
- "VPagination": {
368
- "from": "components/VPagination",
369
- "styles": []
370
- },
371
- "VRating": {
372
- "from": "components/VRating",
373
- "styles": []
374
- },
375
359
  "VOtpInput": {
376
360
  "from": "components/VOtpInput",
377
361
  "styles": []
378
362
  },
379
- "VProgressLinear": {
380
- "from": "components/VProgressLinear",
363
+ "VPagination": {
364
+ "from": "components/VPagination",
381
365
  "styles": []
382
366
  },
383
- "VSelect": {
384
- "from": "components/VSelect",
367
+ "VOverlay": {
368
+ "from": "components/VOverlay",
385
369
  "styles": []
386
370
  },
387
- "VSheet": {
388
- "from": "components/VSheet",
371
+ "VProgressCircular": {
372
+ "from": "components/VProgressCircular",
389
373
  "styles": []
390
374
  },
391
- "VRadioGroup": {
392
- "from": "components/VRadioGroup",
375
+ "VProgressLinear": {
376
+ "from": "components/VProgressLinear",
393
377
  "styles": []
394
378
  },
395
379
  "VSelectionControl": {
@@ -400,8 +384,12 @@
400
384
  "from": "components/VSkeletonLoader",
401
385
  "styles": []
402
386
  },
403
- "VSlider": {
404
- "from": "components/VSlider",
387
+ "VRating": {
388
+ "from": "components/VRating",
389
+ "styles": []
390
+ },
391
+ "VRadioGroup": {
392
+ "from": "components/VRadioGroup",
405
393
  "styles": []
406
394
  },
407
395
  "VSelectionControlGroup": {
@@ -412,12 +400,20 @@
412
400
  "from": "components/VSnackbar",
413
401
  "styles": []
414
402
  },
415
- "VSlideGroup": {
416
- "from": "components/VSlideGroup",
403
+ "VSlider": {
404
+ "from": "components/VSlider",
417
405
  "styles": []
418
406
  },
419
- "VSlideGroupItem": {
420
- "from": "components/VSlideGroup",
407
+ "VSheet": {
408
+ "from": "components/VSheet",
409
+ "styles": []
410
+ },
411
+ "VSelect": {
412
+ "from": "components/VSelect",
413
+ "styles": []
414
+ },
415
+ "VSystemBar": {
416
+ "from": "components/VSystemBar",
421
417
  "styles": []
422
418
  },
423
419
  "VStepper": {
@@ -448,24 +444,12 @@
448
444
  "from": "components/VSwitch",
449
445
  "styles": []
450
446
  },
451
- "VSystemBar": {
452
- "from": "components/VSystemBar",
453
- "styles": []
454
- },
455
- "VTextarea": {
456
- "from": "components/VTextarea",
457
- "styles": []
458
- },
459
- "VTimePicker": {
460
- "from": "components/VTimePicker",
461
- "styles": []
462
- },
463
- "VTimePickerClock": {
464
- "from": "components/VTimePicker",
447
+ "VSlideGroup": {
448
+ "from": "components/VSlideGroup",
465
449
  "styles": []
466
450
  },
467
- "VTimePickerControls": {
468
- "from": "components/VTimePicker",
451
+ "VSlideGroupItem": {
452
+ "from": "components/VSlideGroup",
469
453
  "styles": []
470
454
  },
471
455
  "VTab": {
@@ -484,8 +468,12 @@
484
468
  "from": "components/VTabs",
485
469
  "styles": []
486
470
  },
487
- "VTextField": {
488
- "from": "components/VTextField",
471
+ "VTable": {
472
+ "from": "components/VTable",
473
+ "styles": []
474
+ },
475
+ "VTextarea": {
476
+ "from": "components/VTextarea",
489
477
  "styles": []
490
478
  },
491
479
  "VTimeline": {
@@ -496,6 +484,10 @@
496
484
  "from": "components/VTimeline",
497
485
  "styles": []
498
486
  },
487
+ "VTooltip": {
488
+ "from": "components/VTooltip",
489
+ "styles": []
490
+ },
499
491
  "VToolbar": {
500
492
  "from": "components/VToolbar",
501
493
  "styles": []
@@ -508,10 +500,6 @@
508
500
  "from": "components/VToolbar",
509
501
  "styles": []
510
502
  },
511
- "VTable": {
512
- "from": "components/VTable",
513
- "styles": []
514
- },
515
503
  "VTreeview": {
516
504
  "from": "components/VTreeview",
517
505
  "styles": []
@@ -524,8 +512,20 @@
524
512
  "from": "components/VTreeview",
525
513
  "styles": []
526
514
  },
527
- "VTooltip": {
528
- "from": "components/VTooltip",
515
+ "VTimePicker": {
516
+ "from": "components/VTimePicker",
517
+ "styles": []
518
+ },
519
+ "VTimePickerClock": {
520
+ "from": "components/VTimePicker",
521
+ "styles": []
522
+ },
523
+ "VTimePickerControls": {
524
+ "from": "components/VTimePicker",
525
+ "styles": []
526
+ },
527
+ "VTextField": {
528
+ "from": "components/VTextField",
529
529
  "styles": []
530
530
  },
531
531
  "VWindow": {
@@ -572,10 +572,6 @@
572
572
  "from": "components/VHover",
573
573
  "styles": []
574
574
  },
575
- "VLazy": {
576
- "from": "components/VLazy",
577
- "styles": []
578
- },
579
575
  "VLayout": {
580
576
  "from": "components/VLayout",
581
577
  "styles": []
@@ -584,6 +580,10 @@
584
580
  "from": "components/VLayout",
585
581
  "styles": []
586
582
  },
583
+ "VLazy": {
584
+ "from": "components/VLazy",
585
+ "styles": []
586
+ },
587
587
  "VLocaleProvider": {
588
588
  "from": "components/VLocaleProvider",
589
589
  "styles": []
@@ -600,14 +600,14 @@
600
600
  "from": "components/VRadio",
601
601
  "styles": []
602
602
  },
603
- "VRangeSlider": {
604
- "from": "components/VRangeSlider",
605
- "styles": []
606
- },
607
603
  "VResponsive": {
608
604
  "from": "components/VResponsive",
609
605
  "styles": []
610
606
  },
607
+ "VRangeSlider": {
608
+ "from": "components/VRangeSlider",
609
+ "styles": []
610
+ },
611
611
  "VSnackbarQueue": {
612
612
  "from": "components/VSnackbarQueue",
613
613
  "styles": []
@@ -628,10 +628,6 @@
628
628
  "from": "components/VValidation",
629
629
  "styles": []
630
630
  },
631
- "VVirtualScroll": {
632
- "from": "components/VVirtualScroll",
633
- "styles": []
634
- },
635
631
  "VFabTransition": {
636
632
  "from": "components/transitions",
637
633
  "styles": []
@@ -695,6 +691,10 @@
695
691
  "VDialogTransition": {
696
692
  "from": "components/transitions",
697
693
  "styles": []
694
+ },
695
+ "VVirtualScroll": {
696
+ "from": "components/VVirtualScroll",
697
+ "styles": []
698
698
  }
699
699
  },
700
700
  "directives": [
@@ -1280,6 +1280,7 @@
1280
1280
  "disable-sort",
1281
1281
  "fixed-header",
1282
1282
  "header-props",
1283
+ "initial-sort-order",
1283
1284
  "loading",
1284
1285
  "mobile",
1285
1286
  "mobile-breakpoint",
@@ -4140,6 +4141,7 @@
4140
4141
  "hide-slider",
4141
4142
  "href",
4142
4143
  "icon",
4144
+ "inset",
4143
4145
  "loading",
4144
4146
  "max-height",
4145
4147
  "max-width",