vuetify 3.10.10 → 3.10.11

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 (46) hide show
  1. package/dist/json/attributes.json +1376 -1416
  2. package/dist/json/importMap-labs.json +18 -18
  3. package/dist/json/importMap.json +168 -168
  4. package/dist/json/tags.json +0 -10
  5. package/dist/json/web-types.json +2412 -2512
  6. package/dist/vuetify-labs.cjs +6 -6
  7. package/dist/vuetify-labs.css +4280 -4274
  8. package/dist/vuetify-labs.d.ts +460 -648
  9. package/dist/vuetify-labs.esm.js +6 -6
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +6 -6
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +6 -6
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +2933 -2927
  16. package/dist/vuetify.d.ts +334 -462
  17. package/dist/vuetify.esm.js +6 -6
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +6 -6
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +5 -5
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VAutocomplete/VAutocomplete.d.ts +63 -94
  25. package/lib/components/VCombobox/VCombobox.d.ts +63 -94
  26. package/lib/components/VField/VField.css +6 -1
  27. package/lib/components/VField/VField.d.ts +8 -13
  28. package/lib/components/VField/VField.js +1 -1
  29. package/lib/components/VField/VField.js.map +1 -1
  30. package/lib/components/VField/VField.sass +5 -0
  31. package/lib/components/VFileInput/VFileInput.d.ts +0 -13
  32. package/lib/components/VNumberInput/VNumberInput.d.ts +63 -89
  33. package/lib/components/VSelect/VSelect.d.ts +63 -94
  34. package/lib/components/VTabs/VTab.css +3 -2
  35. package/lib/components/VTabs/VTab.sass +2 -1
  36. package/lib/components/VTextField/VTextField.d.ts +18 -31
  37. package/lib/components/VTextarea/VTextarea.d.ts +0 -13
  38. package/lib/components/VWindow/VWindow.js +2 -2
  39. package/lib/components/VWindow/VWindow.js.map +1 -1
  40. package/lib/entry-bundler.js +1 -1
  41. package/lib/framework.d.ts +56 -56
  42. package/lib/framework.js +1 -1
  43. package/lib/labs/VColorInput/VColorInput.d.ts +0 -13
  44. package/lib/labs/VDateInput/VDateInput.d.ts +63 -94
  45. package/lib/labs/VMaskInput/VMaskInput.d.ts +63 -94
  46. package/package.json +1 -1
@@ -4,10 +4,6 @@
4
4
  "from": "labs/VCalendar",
5
5
  "styles": []
6
6
  },
7
- "VIconBtn": {
8
- "from": "labs/VIconBtn",
9
- "styles": []
10
- },
11
7
  "VFileUpload": {
12
8
  "from": "labs/VFileUpload",
13
9
  "styles": []
@@ -16,24 +12,12 @@
16
12
  "from": "labs/VFileUpload",
17
13
  "styles": []
18
14
  },
19
- "VStepperVertical": {
20
- "from": "labs/VStepperVertical",
21
- "styles": []
22
- },
23
- "VStepperVerticalItem": {
24
- "from": "labs/VStepperVertical",
25
- "styles": []
26
- },
27
- "VStepperVerticalActions": {
28
- "from": "labs/VStepperVertical",
29
- "styles": []
30
- },
31
15
  "VColorInput": {
32
16
  "from": "labs/VColorInput",
33
17
  "styles": []
34
18
  },
35
- "VHotkey": {
36
- "from": "labs/VHotkey",
19
+ "VIconBtn": {
20
+ "from": "labs/VIconBtn",
37
21
  "styles": []
38
22
  },
39
23
  "VPicker": {
@@ -44,6 +28,18 @@
44
28
  "from": "labs/VPicker",
45
29
  "styles": []
46
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
+ },
47
43
  "VPie": {
48
44
  "from": "labs/VPie",
49
45
  "styles": []
@@ -68,6 +64,10 @@
68
64
  "from": "labs/VVideo",
69
65
  "styles": []
70
66
  },
67
+ "VHotkey": {
68
+ "from": "labs/VHotkey",
69
+ "styles": []
70
+ },
71
71
  "VDateInput": {
72
72
  "from": "labs/VDateInput",
73
73
  "styles": []
@@ -1,5 +1,17 @@
1
1
  {
2
2
  "components": {
3
+ "VApp": {
4
+ "from": "components/VApp",
5
+ "styles": []
6
+ },
7
+ "VAlert": {
8
+ "from": "components/VAlert",
9
+ "styles": []
10
+ },
11
+ "VAlertTitle": {
12
+ "from": "components/VAlert",
13
+ "styles": []
14
+ },
3
15
  "VAppBar": {
4
16
  "from": "components/VAppBar",
5
17
  "styles": []
@@ -12,36 +24,32 @@
12
24
  "from": "components/VAppBar",
13
25
  "styles": []
14
26
  },
15
- "VApp": {
16
- "from": "components/VApp",
27
+ "VAvatar": {
28
+ "from": "components/VAvatar",
17
29
  "styles": []
18
30
  },
19
31
  "VBadge": {
20
32
  "from": "components/VBadge",
21
33
  "styles": []
22
34
  },
23
- "VBottomSheet": {
24
- "from": "components/VBottomSheet",
25
- "styles": []
26
- },
27
35
  "VAutocomplete": {
28
36
  "from": "components/VAutocomplete",
29
37
  "styles": []
30
38
  },
31
- "VAlert": {
32
- "from": "components/VAlert",
39
+ "VBanner": {
40
+ "from": "components/VBanner",
33
41
  "styles": []
34
42
  },
35
- "VAlertTitle": {
36
- "from": "components/VAlert",
43
+ "VBannerActions": {
44
+ "from": "components/VBanner",
37
45
  "styles": []
38
46
  },
39
- "VBottomNavigation": {
40
- "from": "components/VBottomNavigation",
47
+ "VBannerText": {
48
+ "from": "components/VBanner",
41
49
  "styles": []
42
50
  },
43
- "VAvatar": {
44
- "from": "components/VAvatar",
51
+ "VBottomSheet": {
52
+ "from": "components/VBottomSheet",
45
53
  "styles": []
46
54
  },
47
55
  "VBreadcrumbs": {
@@ -56,32 +64,16 @@
56
64
  "from": "components/VBreadcrumbs",
57
65
  "styles": []
58
66
  },
59
- "VBtnGroup": {
60
- "from": "components/VBtnGroup",
61
- "styles": []
62
- },
63
- "VBanner": {
64
- "from": "components/VBanner",
65
- "styles": []
66
- },
67
- "VBannerActions": {
68
- "from": "components/VBanner",
69
- "styles": []
70
- },
71
- "VBannerText": {
72
- "from": "components/VBanner",
67
+ "VBottomNavigation": {
68
+ "from": "components/VBottomNavigation",
73
69
  "styles": []
74
70
  },
75
71
  "VBtn": {
76
72
  "from": "components/VBtn",
77
73
  "styles": []
78
74
  },
79
- "VCode": {
80
- "from": "components/VCode",
81
- "styles": []
82
- },
83
- "VBtnToggle": {
84
- "from": "components/VBtnToggle",
75
+ "VBtnGroup": {
76
+ "from": "components/VBtnGroup",
85
77
  "styles": []
86
78
  },
87
79
  "VCard": {
@@ -108,6 +100,10 @@
108
100
  "from": "components/VCard",
109
101
  "styles": []
110
102
  },
103
+ "VChipGroup": {
104
+ "from": "components/VChipGroup",
105
+ "styles": []
106
+ },
111
107
  "VCarousel": {
112
108
  "from": "components/VCarousel",
113
109
  "styles": []
@@ -116,12 +112,12 @@
116
112
  "from": "components/VCarousel",
117
113
  "styles": []
118
114
  },
119
- "VChip": {
120
- "from": "components/VChip",
115
+ "VBtnToggle": {
116
+ "from": "components/VBtnToggle",
121
117
  "styles": []
122
118
  },
123
- "VChipGroup": {
124
- "from": "components/VChipGroup",
119
+ "VCode": {
120
+ "from": "components/VCode",
125
121
  "styles": []
126
122
  },
127
123
  "VCheckbox": {
@@ -136,14 +132,18 @@
136
132
  "from": "components/VCombobox",
137
133
  "styles": []
138
134
  },
139
- "VFab": {
140
- "from": "components/VFab",
135
+ "VColorPicker": {
136
+ "from": "components/VColorPicker",
141
137
  "styles": []
142
138
  },
143
139
  "VCounter": {
144
140
  "from": "components/VCounter",
145
141
  "styles": []
146
142
  },
143
+ "VChip": {
144
+ "from": "components/VChip",
145
+ "styles": []
146
+ },
147
147
  "VDataTable": {
148
148
  "from": "components/VDataTable",
149
149
  "styles": []
@@ -172,38 +172,10 @@
172
172
  "from": "components/VDataTable",
173
173
  "styles": []
174
174
  },
175
- "VColorPicker": {
176
- "from": "components/VColorPicker",
177
- "styles": []
178
- },
179
175
  "VDialog": {
180
176
  "from": "components/VDialog",
181
177
  "styles": []
182
178
  },
183
- "VDivider": {
184
- "from": "components/VDivider",
185
- "styles": []
186
- },
187
- "VFooter": {
188
- "from": "components/VFooter",
189
- "styles": []
190
- },
191
- "VExpansionPanels": {
192
- "from": "components/VExpansionPanel",
193
- "styles": []
194
- },
195
- "VExpansionPanel": {
196
- "from": "components/VExpansionPanel",
197
- "styles": []
198
- },
199
- "VExpansionPanelText": {
200
- "from": "components/VExpansionPanel",
201
- "styles": []
202
- },
203
- "VExpansionPanelTitle": {
204
- "from": "components/VExpansionPanel",
205
- "styles": []
206
- },
207
179
  "VDatePicker": {
208
180
  "from": "components/VDatePicker",
209
181
  "styles": []
@@ -228,6 +200,34 @@
228
200
  "from": "components/VDatePicker",
229
201
  "styles": []
230
202
  },
203
+ "VEmptyState": {
204
+ "from": "components/VEmptyState",
205
+ "styles": []
206
+ },
207
+ "VDivider": {
208
+ "from": "components/VDivider",
209
+ "styles": []
210
+ },
211
+ "VFab": {
212
+ "from": "components/VFab",
213
+ "styles": []
214
+ },
215
+ "VExpansionPanels": {
216
+ "from": "components/VExpansionPanel",
217
+ "styles": []
218
+ },
219
+ "VExpansionPanel": {
220
+ "from": "components/VExpansionPanel",
221
+ "styles": []
222
+ },
223
+ "VExpansionPanelText": {
224
+ "from": "components/VExpansionPanel",
225
+ "styles": []
226
+ },
227
+ "VExpansionPanelTitle": {
228
+ "from": "components/VExpansionPanel",
229
+ "styles": []
230
+ },
231
231
  "VField": {
232
232
  "from": "components/VField",
233
233
  "styles": []
@@ -236,16 +236,16 @@
236
236
  "from": "components/VField",
237
237
  "styles": []
238
238
  },
239
- "VEmptyState": {
240
- "from": "components/VEmptyState",
239
+ "VFooter": {
240
+ "from": "components/VFooter",
241
241
  "styles": []
242
242
  },
243
243
  "VFileInput": {
244
244
  "from": "components/VFileInput",
245
245
  "styles": []
246
246
  },
247
- "VImg": {
248
- "from": "components/VImg",
247
+ "VInfiniteScroll": {
248
+ "from": "components/VInfiniteScroll",
249
249
  "styles": []
250
250
  },
251
251
  "VIcon": {
@@ -268,6 +268,10 @@
268
268
  "from": "components/VIcon",
269
269
  "styles": []
270
270
  },
271
+ "VImg": {
272
+ "from": "components/VImg",
273
+ "styles": []
274
+ },
271
275
  "VItemGroup": {
272
276
  "from": "components/VItemGroup",
273
277
  "styles": []
@@ -276,40 +280,12 @@
276
280
  "from": "components/VItemGroup",
277
281
  "styles": []
278
282
  },
279
- "VKbd": {
280
- "from": "components/VKbd",
281
- "styles": []
282
- },
283
- "VLabel": {
284
- "from": "components/VLabel",
285
- "styles": []
286
- },
287
- "VInfiniteScroll": {
288
- "from": "components/VInfiniteScroll",
289
- "styles": []
290
- },
291
- "VMain": {
292
- "from": "components/VMain",
293
- "styles": []
294
- },
295
283
  "VInput": {
296
284
  "from": "components/VInput",
297
285
  "styles": []
298
286
  },
299
- "VMenu": {
300
- "from": "components/VMenu",
301
- "styles": []
302
- },
303
- "VNavigationDrawer": {
304
- "from": "components/VNavigationDrawer",
305
- "styles": []
306
- },
307
- "VOverlay": {
308
- "from": "components/VOverlay",
309
- "styles": []
310
- },
311
- "VMessages": {
312
- "from": "components/VMessages",
287
+ "VLabel": {
288
+ "from": "components/VLabel",
313
289
  "styles": []
314
290
  },
315
291
  "VList": {
@@ -348,64 +324,92 @@
348
324
  "from": "components/VList",
349
325
  "styles": []
350
326
  },
351
- "VOtpInput": {
352
- "from": "components/VOtpInput",
327
+ "VKbd": {
328
+ "from": "components/VKbd",
353
329
  "styles": []
354
330
  },
355
- "VNumberInput": {
356
- "from": "components/VNumberInput",
331
+ "VMessages": {
332
+ "from": "components/VMessages",
357
333
  "styles": []
358
334
  },
359
- "VPagination": {
360
- "from": "components/VPagination",
335
+ "VNavigationDrawer": {
336
+ "from": "components/VNavigationDrawer",
337
+ "styles": []
338
+ },
339
+ "VMenu": {
340
+ "from": "components/VMenu",
341
+ "styles": []
342
+ },
343
+ "VMain": {
344
+ "from": "components/VMain",
345
+ "styles": []
346
+ },
347
+ "VOverlay": {
348
+ "from": "components/VOverlay",
349
+ "styles": []
350
+ },
351
+ "VOtpInput": {
352
+ "from": "components/VOtpInput",
361
353
  "styles": []
362
354
  },
363
355
  "VProgressCircular": {
364
356
  "from": "components/VProgressCircular",
365
357
  "styles": []
366
358
  },
367
- "VRadioGroup": {
368
- "from": "components/VRadioGroup",
359
+ "VNumberInput": {
360
+ "from": "components/VNumberInput",
369
361
  "styles": []
370
362
  },
371
- "VProgressLinear": {
372
- "from": "components/VProgressLinear",
363
+ "VRadioGroup": {
364
+ "from": "components/VRadioGroup",
373
365
  "styles": []
374
366
  },
375
- "VSelect": {
376
- "from": "components/VSelect",
367
+ "VPagination": {
368
+ "from": "components/VPagination",
377
369
  "styles": []
378
370
  },
379
371
  "VRating": {
380
372
  "from": "components/VRating",
381
373
  "styles": []
382
374
  },
383
- "VSelectionControl": {
384
- "from": "components/VSelectionControl",
375
+ "VProgressLinear": {
376
+ "from": "components/VProgressLinear",
385
377
  "styles": []
386
378
  },
387
- "VSlideGroup": {
388
- "from": "components/VSlideGroup",
379
+ "VSelectionControlGroup": {
380
+ "from": "components/VSelectionControlGroup",
389
381
  "styles": []
390
382
  },
391
- "VSlideGroupItem": {
392
- "from": "components/VSlideGroup",
383
+ "VSelect": {
384
+ "from": "components/VSelect",
393
385
  "styles": []
394
386
  },
395
- "VSelectionControlGroup": {
396
- "from": "components/VSelectionControlGroup",
387
+ "VSelectionControl": {
388
+ "from": "components/VSelectionControl",
397
389
  "styles": []
398
390
  },
399
391
  "VSheet": {
400
392
  "from": "components/VSheet",
401
393
  "styles": []
402
394
  },
395
+ "VSkeletonLoader": {
396
+ "from": "components/VSkeletonLoader",
397
+ "styles": []
398
+ },
403
399
  "VSlider": {
404
400
  "from": "components/VSlider",
405
401
  "styles": []
406
402
  },
407
- "VSkeletonLoader": {
408
- "from": "components/VSkeletonLoader",
403
+ "VSlideGroup": {
404
+ "from": "components/VSlideGroup",
405
+ "styles": []
406
+ },
407
+ "VSlideGroupItem": {
408
+ "from": "components/VSlideGroup",
409
+ "styles": []
410
+ },
411
+ "VSwitch": {
412
+ "from": "components/VSwitch",
409
413
  "styles": []
410
414
  },
411
415
  "VSnackbar": {
@@ -436,6 +440,10 @@
436
440
  "from": "components/VStepper",
437
441
  "styles": []
438
442
  },
443
+ "VSystemBar": {
444
+ "from": "components/VSystemBar",
445
+ "styles": []
446
+ },
439
447
  "VTab": {
440
448
  "from": "components/VTabs",
441
449
  "styles": []
@@ -452,38 +460,18 @@
452
460
  "from": "components/VTabs",
453
461
  "styles": []
454
462
  },
455
- "VSwitch": {
456
- "from": "components/VSwitch",
457
- "styles": []
458
- },
459
- "VSystemBar": {
460
- "from": "components/VSystemBar",
461
- "styles": []
462
- },
463
463
  "VTable": {
464
464
  "from": "components/VTable",
465
465
  "styles": []
466
466
  },
467
- "VTextarea": {
468
- "from": "components/VTextarea",
469
- "styles": []
470
- },
471
- "VTimePicker": {
472
- "from": "components/VTimePicker",
473
- "styles": []
474
- },
475
- "VTimePickerClock": {
476
- "from": "components/VTimePicker",
477
- "styles": []
478
- },
479
- "VTimePickerControls": {
480
- "from": "components/VTimePicker",
481
- "styles": []
482
- },
483
467
  "VTextField": {
484
468
  "from": "components/VTextField",
485
469
  "styles": []
486
470
  },
471
+ "VTextarea": {
472
+ "from": "components/VTextarea",
473
+ "styles": []
474
+ },
487
475
  "VToolbar": {
488
476
  "from": "components/VToolbar",
489
477
  "styles": []
@@ -504,8 +492,16 @@
504
492
  "from": "components/VTimeline",
505
493
  "styles": []
506
494
  },
507
- "VTooltip": {
508
- "from": "components/VTooltip",
495
+ "VTimePicker": {
496
+ "from": "components/VTimePicker",
497
+ "styles": []
498
+ },
499
+ "VTimePickerClock": {
500
+ "from": "components/VTimePicker",
501
+ "styles": []
502
+ },
503
+ "VTimePickerControls": {
504
+ "from": "components/VTimePicker",
509
505
  "styles": []
510
506
  },
511
507
  "VTreeview": {
@@ -520,6 +516,10 @@
520
516
  "from": "components/VTreeview",
521
517
  "styles": []
522
518
  },
519
+ "VTooltip": {
520
+ "from": "components/VTooltip",
521
+ "styles": []
522
+ },
523
523
  "VWindow": {
524
524
  "from": "components/VWindow",
525
525
  "styles": []
@@ -540,6 +540,10 @@
540
540
  "from": "components/VDefaultsProvider",
541
541
  "styles": []
542
542
  },
543
+ "VHover": {
544
+ "from": "components/VHover",
545
+ "styles": []
546
+ },
543
547
  "VForm": {
544
548
  "from": "components/VForm",
545
549
  "styles": []
@@ -568,30 +572,22 @@
568
572
  "from": "components/VLayout",
569
573
  "styles": []
570
574
  },
571
- "VHover": {
572
- "from": "components/VHover",
573
- "styles": []
574
- },
575
575
  "VLazy": {
576
576
  "from": "components/VLazy",
577
577
  "styles": []
578
578
  },
579
- "VLocaleProvider": {
580
- "from": "components/VLocaleProvider",
581
- "styles": []
582
- },
583
579
  "VNoSsr": {
584
580
  "from": "components/VNoSsr",
585
581
  "styles": []
586
582
  },
587
- "VParallax": {
588
- "from": "components/VParallax",
589
- "styles": []
590
- },
591
583
  "VRadio": {
592
584
  "from": "components/VRadio",
593
585
  "styles": []
594
586
  },
587
+ "VParallax": {
588
+ "from": "components/VParallax",
589
+ "styles": []
590
+ },
595
591
  "VRangeSlider": {
596
592
  "from": "components/VRangeSlider",
597
593
  "styles": []
@@ -600,14 +596,18 @@
600
596
  "from": "components/VResponsive",
601
597
  "styles": []
602
598
  },
603
- "VSnackbarQueue": {
604
- "from": "components/VSnackbarQueue",
599
+ "VLocaleProvider": {
600
+ "from": "components/VLocaleProvider",
605
601
  "styles": []
606
602
  },
607
603
  "VSparkline": {
608
604
  "from": "components/VSparkline",
609
605
  "styles": []
610
606
  },
607
+ "VSnackbarQueue": {
608
+ "from": "components/VSnackbarQueue",
609
+ "styles": []
610
+ },
611
611
  "VSpeedDial": {
612
612
  "from": "components/VSpeedDial",
613
613
  "styles": []
@@ -616,14 +616,14 @@
616
616
  "from": "components/VThemeProvider",
617
617
  "styles": []
618
618
  },
619
- "VVirtualScroll": {
620
- "from": "components/VVirtualScroll",
621
- "styles": []
622
- },
623
619
  "VValidation": {
624
620
  "from": "components/VValidation",
625
621
  "styles": []
626
622
  },
623
+ "VVirtualScroll": {
624
+ "from": "components/VVirtualScroll",
625
+ "styles": []
626
+ },
627
627
  "VFabTransition": {
628
628
  "from": "components/transitions",
629
629
  "styles": []