vuetify 3.5.3 → 3.5.5

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 (159) hide show
  1. package/dist/json/attributes.json +2771 -2523
  2. package/dist/json/importMap-labs.json +12 -8
  3. package/dist/json/importMap.json +100 -100
  4. package/dist/json/tags.json +236 -169
  5. package/dist/json/web-types.json +3218 -2563
  6. package/dist/vuetify-labs.css +2265 -2242
  7. package/dist/vuetify-labs.d.ts +1234 -152
  8. package/dist/vuetify-labs.esm.js +582 -88
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +582 -88
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +1316 -1293
  13. package/dist/vuetify.d.ts +894 -187
  14. package/dist/vuetify.esm.js +148 -87
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +148 -87
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +652 -647
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/index.d.mts +9 -0
  22. package/lib/components/VAppBar/index.d.mts +18 -0
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs +4 -4
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  25. package/lib/components/VAutocomplete/index.d.mts +33 -6
  26. package/lib/components/VAvatar/VAvatar.mjs +2 -2
  27. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  28. package/lib/components/VAvatar/index.d.mts +9 -0
  29. package/lib/components/VBadge/index.d.mts +9 -0
  30. package/lib/components/VBanner/index.d.mts +9 -0
  31. package/lib/components/VBottomNavigation/index.d.mts +9 -0
  32. package/lib/components/VBreadcrumbs/index.d.mts +9 -0
  33. package/lib/components/VBtn/index.d.mts +9 -0
  34. package/lib/components/VBtnGroup/index.d.mts +9 -0
  35. package/lib/components/VBtnToggle/index.d.mts +9 -0
  36. package/lib/components/VCard/index.d.mts +9 -0
  37. package/lib/components/VCarousel/index.d.mts +9 -0
  38. package/lib/components/VChip/index.d.mts +9 -0
  39. package/lib/components/VColorPicker/VColorPicker.mjs +24 -12
  40. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  41. package/lib/components/VColorPicker/index.d.mts +9 -0
  42. package/lib/components/VCombobox/index.d.mts +33 -6
  43. package/lib/components/VDataIterator/index.d.mts +3 -3
  44. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  45. package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
  46. package/lib/components/VDataTable/index.d.mts +355 -117
  47. package/lib/components/VDataTable/types.mjs.map +1 -1
  48. package/lib/components/VDatePicker/VDatePicker.css +2 -21
  49. package/lib/components/VDatePicker/VDatePicker.mjs +15 -11
  50. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  51. package/lib/components/VDatePicker/VDatePicker.sass +3 -18
  52. package/lib/components/VDatePicker/VDatePickerHeader.css +2 -0
  53. package/lib/components/VDatePicker/VDatePickerHeader.sass +3 -0
  54. package/lib/components/VDatePicker/VDatePickerMonth.css +11 -5
  55. package/lib/components/VDatePicker/VDatePickerMonth.mjs +2 -1
  56. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  57. package/lib/components/VDatePicker/VDatePickerMonth.sass +13 -5
  58. package/lib/components/VDatePicker/VDatePickerMonths.css +2 -3
  59. package/lib/components/VDatePicker/VDatePickerMonths.mjs +6 -3
  60. package/lib/components/VDatePicker/VDatePickerMonths.mjs.map +1 -1
  61. package/lib/components/VDatePicker/VDatePickerMonths.sass +4 -3
  62. package/lib/components/VDatePicker/VDatePickerYears.css +2 -2
  63. package/lib/components/VDatePicker/VDatePickerYears.mjs +8 -1
  64. package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
  65. package/lib/components/VDatePicker/VDatePickerYears.sass +4 -2
  66. package/lib/components/VDatePicker/_variables.scss +14 -34
  67. package/lib/components/VDatePicker/index.d.mts +13 -4
  68. package/lib/components/VExpansionPanel/VExpansionPanel.css +14 -0
  69. package/lib/components/VExpansionPanel/VExpansionPanel.sass +14 -0
  70. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +9 -2
  71. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  72. package/lib/components/VExpansionPanel/index.d.mts +27 -0
  73. package/lib/components/VField/VField.css +20 -1
  74. package/lib/components/VField/VField.sass +19 -1
  75. package/lib/components/VField/index.d.mts +9 -0
  76. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  77. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  78. package/lib/components/VFileInput/index.d.mts +9 -0
  79. package/lib/components/VFooter/index.d.mts +9 -0
  80. package/lib/components/VImg/index.d.mts +9 -0
  81. package/lib/components/VList/VListItem.css +2 -1
  82. package/lib/components/VList/VListItem.sass +1 -0
  83. package/lib/components/VList/_variables.scss +2 -1
  84. package/lib/components/VList/index.d.mts +18 -0
  85. package/lib/components/VMenu/VMenu.mjs +5 -5
  86. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  87. package/lib/components/VMenu/shared.mjs.map +1 -1
  88. package/lib/components/VNavigationDrawer/index.d.mts +9 -0
  89. package/lib/components/VPagination/index.d.mts +9 -0
  90. package/lib/components/VProgressLinear/index.d.mts +9 -0
  91. package/lib/components/VRangeSlider/index.d.mts +9 -0
  92. package/lib/components/VSelect/VSelect.mjs +4 -3
  93. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  94. package/lib/components/VSelect/index.d.mts +33 -6
  95. package/lib/components/VSheet/index.d.mts +9 -0
  96. package/lib/components/VSlider/index.d.mts +9 -0
  97. package/lib/components/VSnackbar/VSnackbar.mjs +1 -2
  98. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  99. package/lib/components/VSnackbar/index.d.mts +9 -0
  100. package/lib/components/VStepper/index.d.mts +9 -0
  101. package/lib/components/VSystemBar/index.d.mts +9 -0
  102. package/lib/components/VTabs/index.d.mts +33 -6
  103. package/lib/components/VTextField/index.d.mts +33 -6
  104. package/lib/components/VTextarea/index.d.mts +9 -0
  105. package/lib/components/VTimeline/index.d.mts +9 -0
  106. package/lib/components/VToolbar/index.d.mts +9 -0
  107. package/lib/components/VTooltip/VTooltip.css +1 -0
  108. package/lib/components/VTooltip/VTooltip.sass +1 -0
  109. package/lib/components/VTooltip/_variables.scss +1 -0
  110. package/lib/components/index.d.mts +857 -151
  111. package/lib/composables/form.mjs +2 -1
  112. package/lib/composables/form.mjs.map +1 -1
  113. package/lib/composables/goto.mjs +16 -18
  114. package/lib/composables/goto.mjs.map +1 -1
  115. package/lib/composables/group.mjs +2 -0
  116. package/lib/composables/group.mjs.map +1 -1
  117. package/lib/composables/icons.mjs +17 -13
  118. package/lib/composables/icons.mjs.map +1 -1
  119. package/lib/composables/rounded.mjs +5 -1
  120. package/lib/composables/rounded.mjs.map +1 -1
  121. package/lib/composables/virtual.mjs +11 -3
  122. package/lib/composables/virtual.mjs.map +1 -1
  123. package/lib/entry-bundler.mjs +1 -1
  124. package/lib/framework.mjs +1 -1
  125. package/lib/iconsets/fa-svg.mjs +2 -1
  126. package/lib/iconsets/fa-svg.mjs.map +1 -1
  127. package/lib/index.d.mts +37 -36
  128. package/lib/labs/VCalendar/VCalendar.mjs +1 -1
  129. package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
  130. package/lib/labs/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs +1 -1
  131. package/lib/labs/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +1 -1
  132. package/lib/labs/VPicker/VPicker.css +2 -2
  133. package/lib/labs/VPicker/VPicker.sass +2 -2
  134. package/lib/labs/VPicker/_variables.scss +2 -4
  135. package/lib/labs/VPicker/index.d.mts +9 -0
  136. package/lib/labs/VSparkline/VBarline.mjs +138 -0
  137. package/lib/labs/VSparkline/VBarline.mjs.map +1 -0
  138. package/lib/labs/VSparkline/VSparkline.mjs +49 -0
  139. package/lib/labs/VSparkline/VSparkline.mjs.map +1 -0
  140. package/lib/labs/VSparkline/VTrendline.mjs +143 -0
  141. package/lib/labs/VSparkline/VTrendline.mjs.map +1 -0
  142. package/lib/labs/VSparkline/index.d.mts +374 -0
  143. package/lib/labs/VSparkline/index.mjs +2 -0
  144. package/lib/labs/VSparkline/index.mjs.map +1 -0
  145. package/lib/labs/VSparkline/util/line.mjs +52 -0
  146. package/lib/labs/VSparkline/util/line.mjs.map +1 -0
  147. package/lib/labs/VSparkline/util/path.mjs +60 -0
  148. package/lib/labs/VSparkline/util/path.mjs.map +1 -0
  149. package/lib/labs/components.d.mts +376 -1
  150. package/lib/labs/components.mjs +1 -0
  151. package/lib/labs/components.mjs.map +1 -1
  152. package/lib/locale/nl.mjs +1 -1
  153. package/lib/locale/nl.mjs.map +1 -1
  154. package/lib/util/helpers.mjs +10 -0
  155. package/lib/util/helpers.mjs.map +1 -1
  156. package/package.json +2 -2
  157. package/lib/components/VDatePicker/VDatePickerTitle.mjs +0 -81
  158. package/lib/components/VDatePicker/VDatePickerTitle.mjs.map +0 -1
  159. package/lib/components/VDatePicker/VDatePickerTitle.sass +0 -33
@@ -1,5 +1,5 @@
1
1
  {
2
- "v-alert": {
2
+ "VAlert": {
3
3
  "attributes": [
4
4
  "border",
5
5
  "border-color",
@@ -23,6 +23,7 @@
23
23
  "tag",
24
24
  "text",
25
25
  "theme",
26
+ "tile",
26
27
  "title",
27
28
  "type",
28
29
  "variant",
@@ -30,13 +31,13 @@
30
31
  ],
31
32
  "description": ""
32
33
  },
33
- "v-alert-title": {
34
+ "VAlertTitle": {
34
35
  "attributes": [
35
36
  "tag"
36
37
  ],
37
38
  "description": ""
38
39
  },
39
- "v-app": {
40
+ "VApp": {
40
41
  "attributes": [
41
42
  "full-height",
42
43
  "overlaps",
@@ -44,7 +45,7 @@
44
45
  ],
45
46
  "description": ""
46
47
  },
47
- "v-app-bar": {
48
+ "VAppBar": {
48
49
  "attributes": [
49
50
  "absolute",
50
51
  "border",
@@ -68,11 +69,12 @@
68
69
  "scroll-threshold",
69
70
  "tag",
70
71
  "theme",
72
+ "tile",
71
73
  "title"
72
74
  ],
73
75
  "description": ""
74
76
  },
75
- "v-app-bar-nav-icon": {
77
+ "VAppBarNavIcon": {
76
78
  "attributes": [
77
79
  "active",
78
80
  "append-icon",
@@ -106,6 +108,7 @@
106
108
  "tag",
107
109
  "text",
108
110
  "theme",
111
+ "tile",
109
112
  "to",
110
113
  "value",
111
114
  "variant",
@@ -113,14 +116,14 @@
113
116
  ],
114
117
  "description": ""
115
118
  },
116
- "v-app-bar-title": {
119
+ "VAppBarTitle": {
117
120
  "attributes": [
118
121
  "tag",
119
122
  "text"
120
123
  ],
121
124
  "description": ""
122
125
  },
123
- "v-autocomplete": {
126
+ "VAutocomplete": {
124
127
  "attributes": [
125
128
  "active",
126
129
  "append-icon",
@@ -196,6 +199,7 @@
196
199
  "single-line",
197
200
  "suffix",
198
201
  "theme",
202
+ "tile",
199
203
  "transition",
200
204
  "type",
201
205
  "validate-on",
@@ -204,7 +208,7 @@
204
208
  ],
205
209
  "description": ""
206
210
  },
207
- "v-avatar": {
211
+ "VAvatar": {
208
212
  "attributes": [
209
213
  "color",
210
214
  "density",
@@ -217,11 +221,12 @@
217
221
  "tag",
218
222
  "text",
219
223
  "theme",
224
+ "tile",
220
225
  "variant"
221
226
  ],
222
227
  "description": ""
223
228
  },
224
- "v-badge": {
229
+ "VBadge": {
225
230
  "attributes": [
226
231
  "bordered",
227
232
  "color",
@@ -240,11 +245,12 @@
240
245
  "tag",
241
246
  "text-color",
242
247
  "theme",
248
+ "tile",
243
249
  "transition"
244
250
  ],
245
251
  "description": ""
246
252
  },
247
- "v-banner": {
253
+ "VBanner": {
248
254
  "attributes": [
249
255
  "avatar",
250
256
  "bg-color",
@@ -268,24 +274,25 @@
268
274
  "tag",
269
275
  "text",
270
276
  "theme",
277
+ "tile",
271
278
  "width"
272
279
  ],
273
280
  "description": ""
274
281
  },
275
- "v-banner-actions": {
282
+ "VBannerActions": {
276
283
  "attributes": [
277
284
  "color",
278
285
  "density"
279
286
  ],
280
287
  "description": ""
281
288
  },
282
- "v-banner-text": {
289
+ "VBannerText": {
283
290
  "attributes": [
284
291
  "tag"
285
292
  ],
286
293
  "description": ""
287
294
  },
288
- "v-bottom-navigation": {
295
+ "VBottomNavigation": {
289
296
  "attributes": [
290
297
  "absolute",
291
298
  "active",
@@ -307,11 +314,12 @@
307
314
  "rounded",
308
315
  "selected-class",
309
316
  "tag",
310
- "theme"
317
+ "theme",
318
+ "tile"
311
319
  ],
312
320
  "description": ""
313
321
  },
314
- "v-bottom-sheet": {
322
+ "VBottomSheet": {
315
323
  "attributes": [
316
324
  "absolute",
317
325
  "activator",
@@ -356,7 +364,7 @@
356
364
  ],
357
365
  "description": ""
358
366
  },
359
- "v-breadcrumbs": {
367
+ "VBreadcrumbs": {
360
368
  "attributes": [
361
369
  "active-class",
362
370
  "active-color",
@@ -368,17 +376,18 @@
368
376
  "icon",
369
377
  "items",
370
378
  "rounded",
371
- "tag"
379
+ "tag",
380
+ "tile"
372
381
  ],
373
382
  "description": ""
374
383
  },
375
- "v-breadcrumbs-divider": {
384
+ "VBreadcrumbsDivider": {
376
385
  "attributes": [
377
386
  "divider"
378
387
  ],
379
388
  "description": ""
380
389
  },
381
- "v-breadcrumbs-item": {
390
+ "VBreadcrumbsItem": {
382
391
  "attributes": [
383
392
  "active",
384
393
  "active-class",
@@ -394,7 +403,7 @@
394
403
  ],
395
404
  "description": ""
396
405
  },
397
- "v-btn": {
406
+ "VBtn": {
398
407
  "attributes": [
399
408
  "active",
400
409
  "append-icon",
@@ -428,6 +437,7 @@
428
437
  "tag",
429
438
  "text",
430
439
  "theme",
440
+ "tile",
431
441
  "to",
432
442
  "value",
433
443
  "variant",
@@ -435,7 +445,7 @@
435
445
  ],
436
446
  "description": ""
437
447
  },
438
- "v-btn-group": {
448
+ "VBtnGroup": {
439
449
  "attributes": [
440
450
  "border",
441
451
  "color",
@@ -445,11 +455,12 @@
445
455
  "rounded",
446
456
  "tag",
447
457
  "theme",
458
+ "tile",
448
459
  "variant"
449
460
  ],
450
461
  "description": ""
451
462
  },
452
- "v-btn-toggle": {
463
+ "VBtnToggle": {
453
464
  "attributes": [
454
465
  "border",
455
466
  "color",
@@ -465,11 +476,12 @@
465
476
  "selected-class",
466
477
  "tag",
467
478
  "theme",
479
+ "tile",
468
480
  "variant"
469
481
  ],
470
482
  "description": ""
471
483
  },
472
- "v-calendar": {
484
+ "VCalendar": {
473
485
  "attributes": [
474
486
  "allowed-dates",
475
487
  "day",
@@ -501,7 +513,7 @@
501
513
  ],
502
514
  "description": ""
503
515
  },
504
- "v-calendar-day": {
516
+ "VCalendarDay": {
505
517
  "attributes": [
506
518
  "day",
507
519
  "day-index",
@@ -516,7 +528,7 @@
516
528
  ],
517
529
  "description": ""
518
530
  },
519
- "v-calendar-header": {
531
+ "VCalendarHeader": {
520
532
  "attributes": [
521
533
  "next-icon",
522
534
  "prev-icon",
@@ -526,7 +538,7 @@
526
538
  ],
527
539
  "description": ""
528
540
  },
529
- "v-calendar-interval": {
541
+ "VCalendarInterval": {
530
542
  "attributes": [
531
543
  "day",
532
544
  "day-index",
@@ -540,7 +552,7 @@
540
552
  ],
541
553
  "description": ""
542
554
  },
543
- "v-calendar-interval-event": {
555
+ "VCalendarIntervalEvent": {
544
556
  "attributes": [
545
557
  "all-day",
546
558
  "event",
@@ -551,7 +563,7 @@
551
563
  ],
552
564
  "description": ""
553
565
  },
554
- "v-calendar-month-day": {
566
+ "VCalendarMonthDay": {
555
567
  "attributes": [
556
568
  "active",
557
569
  "color",
@@ -562,7 +574,7 @@
562
574
  ],
563
575
  "description": ""
564
576
  },
565
- "v-card": {
577
+ "VCard": {
566
578
  "attributes": [
567
579
  "append-avatar",
568
580
  "append-icon",
@@ -594,6 +606,7 @@
594
606
  "tag",
595
607
  "text",
596
608
  "theme",
609
+ "tile",
597
610
  "title",
598
611
  "to",
599
612
  "variant",
@@ -601,11 +614,11 @@
601
614
  ],
602
615
  "description": ""
603
616
  },
604
- "v-card-actions": {
617
+ "VCardActions": {
605
618
  "attributes": [],
606
619
  "description": ""
607
620
  },
608
- "v-card-item": {
621
+ "VCardItem": {
609
622
  "attributes": [
610
623
  "append-avatar",
611
624
  "append-icon",
@@ -617,25 +630,25 @@
617
630
  ],
618
631
  "description": ""
619
632
  },
620
- "v-card-subtitle": {
633
+ "VCardSubtitle": {
621
634
  "attributes": [
622
635
  "tag"
623
636
  ],
624
637
  "description": ""
625
638
  },
626
- "v-card-text": {
639
+ "VCardText": {
627
640
  "attributes": [
628
641
  "tag"
629
642
  ],
630
643
  "description": ""
631
644
  },
632
- "v-card-title": {
645
+ "VCardTitle": {
633
646
  "attributes": [
634
647
  "tag"
635
648
  ],
636
649
  "description": ""
637
650
  },
638
- "v-carousel": {
651
+ "VCarousel": {
639
652
  "attributes": [
640
653
  "color",
641
654
  "continuous",
@@ -662,7 +675,7 @@
662
675
  ],
663
676
  "description": ""
664
677
  },
665
- "v-carousel-item": {
678
+ "VCarouselItem": {
666
679
  "attributes": [
667
680
  "alt",
668
681
  "aspect-ratio",
@@ -690,13 +703,14 @@
690
703
  "sizes",
691
704
  "src",
692
705
  "srcset",
706
+ "tile",
693
707
  "transition",
694
708
  "value",
695
709
  "width"
696
710
  ],
697
711
  "description": ""
698
712
  },
699
- "v-checkbox": {
713
+ "VCheckbox": {
700
714
  "attributes": [
701
715
  "append-icon",
702
716
  "base-color",
@@ -739,7 +753,7 @@
739
753
  ],
740
754
  "description": ""
741
755
  },
742
- "v-checkbox-btn": {
756
+ "VCheckboxBtn": {
743
757
  "attributes": [
744
758
  "base-color",
745
759
  "color",
@@ -768,7 +782,7 @@
768
782
  ],
769
783
  "description": ""
770
784
  },
771
- "v-chip": {
785
+ "VChip": {
772
786
  "attributes": [
773
787
  "active-class",
774
788
  "append-avatar",
@@ -800,13 +814,14 @@
800
814
  "tag",
801
815
  "text",
802
816
  "theme",
817
+ "tile",
803
818
  "to",
804
819
  "value",
805
820
  "variant"
806
821
  ],
807
822
  "description": ""
808
823
  },
809
- "v-chip-group": {
824
+ "VChipGroup": {
810
825
  "attributes": [
811
826
  "center-active",
812
827
  "color",
@@ -831,20 +846,20 @@
831
846
  ],
832
847
  "description": ""
833
848
  },
834
- "v-class-icon": {
849
+ "VClassIcon": {
835
850
  "attributes": [
836
851
  "icon",
837
852
  "tag"
838
853
  ],
839
854
  "description": ""
840
855
  },
841
- "v-code": {
856
+ "VCode": {
842
857
  "attributes": [
843
858
  "tag"
844
859
  ],
845
860
  "description": ""
846
861
  },
847
- "v-col": {
862
+ "VCol": {
848
863
  "attributes": [
849
864
  "align-self",
850
865
  "cols",
@@ -869,7 +884,7 @@
869
884
  ],
870
885
  "description": ""
871
886
  },
872
- "v-color-picker": {
887
+ "VColorPicker": {
873
888
  "attributes": [
874
889
  "border",
875
890
  "canvas-height",
@@ -890,11 +905,12 @@
890
905
  "swatches-max-height",
891
906
  "tag",
892
907
  "theme",
908
+ "tile",
893
909
  "width"
894
910
  ],
895
911
  "description": ""
896
912
  },
897
- "v-combobox": {
913
+ "VCombobox": {
898
914
  "attributes": [
899
915
  "active",
900
916
  "append-icon",
@@ -970,6 +986,7 @@
970
986
  "single-line",
971
987
  "suffix",
972
988
  "theme",
989
+ "tile",
973
990
  "transition",
974
991
  "type",
975
992
  "validate-on",
@@ -978,14 +995,14 @@
978
995
  ],
979
996
  "description": ""
980
997
  },
981
- "v-component-icon": {
998
+ "VComponentIcon": {
982
999
  "attributes": [
983
1000
  "icon",
984
1001
  "tag"
985
1002
  ],
986
1003
  "description": ""
987
1004
  },
988
- "v-confirm-edit": {
1005
+ "VConfirmEdit": {
989
1006
  "attributes": [
990
1007
  "cancel-text",
991
1008
  "color",
@@ -994,14 +1011,14 @@
994
1011
  ],
995
1012
  "description": ""
996
1013
  },
997
- "v-container": {
1014
+ "VContainer": {
998
1015
  "attributes": [
999
1016
  "fluid",
1000
1017
  "tag"
1001
1018
  ],
1002
1019
  "description": ""
1003
1020
  },
1004
- "v-counter": {
1021
+ "VCounter": {
1005
1022
  "attributes": [
1006
1023
  "active",
1007
1024
  "max",
@@ -1010,7 +1027,7 @@
1010
1027
  ],
1011
1028
  "description": ""
1012
1029
  },
1013
- "v-data-iterator": {
1030
+ "VDataIterator": {
1014
1031
  "attributes": [
1015
1032
  "custom-filter",
1016
1033
  "custom-key-filter",
@@ -1041,7 +1058,7 @@
1041
1058
  ],
1042
1059
  "description": ""
1043
1060
  },
1044
- "v-data-table": {
1061
+ "VDataTable": {
1045
1062
  "attributes": [
1046
1063
  "cell-props",
1047
1064
  "color",
@@ -1102,11 +1119,11 @@
1102
1119
  ],
1103
1120
  "description": ""
1104
1121
  },
1105
- "v-data-table-footer": {
1122
+ "VDataTableFooter": {
1106
1123
  "attributes": [],
1107
1124
  "description": ""
1108
1125
  },
1109
- "v-data-table-row": {
1126
+ "VDataTableRow": {
1110
1127
  "attributes": [
1111
1128
  "cell-props",
1112
1129
  "index",
@@ -1114,7 +1131,7 @@
1114
1131
  ],
1115
1132
  "description": ""
1116
1133
  },
1117
- "v-data-table-rows": {
1134
+ "VDataTableRows": {
1118
1135
  "attributes": [
1119
1136
  "cell-props",
1120
1137
  "hide-no-data",
@@ -1126,7 +1143,7 @@
1126
1143
  ],
1127
1144
  "description": ""
1128
1145
  },
1129
- "v-data-table-server": {
1146
+ "VDataTableServer": {
1130
1147
  "attributes": [
1131
1148
  "cell-props",
1132
1149
  "color",
@@ -1183,7 +1200,7 @@
1183
1200
  ],
1184
1201
  "description": ""
1185
1202
  },
1186
- "v-data-table-virtual": {
1203
+ "VDataTableVirtual": {
1187
1204
  "attributes": [
1188
1205
  "cell-props",
1189
1206
  "color",
@@ -1231,7 +1248,7 @@
1231
1248
  ],
1232
1249
  "description": ""
1233
1250
  },
1234
- "v-date-picker": {
1251
+ "VDatePicker": {
1235
1252
  "attributes": [
1236
1253
  "active",
1237
1254
  "allowed-dates",
@@ -1266,6 +1283,7 @@
1266
1283
  "tag",
1267
1284
  "text",
1268
1285
  "theme",
1286
+ "tile",
1269
1287
  "title",
1270
1288
  "view-mode",
1271
1289
  "weekdays",
@@ -1274,7 +1292,7 @@
1274
1292
  ],
1275
1293
  "description": ""
1276
1294
  },
1277
- "v-date-picker-controls": {
1295
+ "VDatePickerControls": {
1278
1296
  "attributes": [
1279
1297
  "active",
1280
1298
  "disabled",
@@ -1286,7 +1304,7 @@
1286
1304
  ],
1287
1305
  "description": ""
1288
1306
  },
1289
- "v-date-picker-header": {
1307
+ "VDatePickerHeader": {
1290
1308
  "attributes": [
1291
1309
  "append-icon",
1292
1310
  "color",
@@ -1295,7 +1313,7 @@
1295
1313
  ],
1296
1314
  "description": ""
1297
1315
  },
1298
- "v-date-picker-month": {
1316
+ "VDatePickerMonth": {
1299
1317
  "attributes": [
1300
1318
  "allowed-dates",
1301
1319
  "color",
@@ -1314,7 +1332,7 @@
1314
1332
  ],
1315
1333
  "description": ""
1316
1334
  },
1317
- "v-date-picker-months": {
1335
+ "VDatePickerMonths": {
1318
1336
  "attributes": [
1319
1337
  "color",
1320
1338
  "height",
@@ -1322,7 +1340,7 @@
1322
1340
  ],
1323
1341
  "description": ""
1324
1342
  },
1325
- "v-date-picker-years": {
1343
+ "VDatePickerYears": {
1326
1344
  "attributes": [
1327
1345
  "color",
1328
1346
  "height",
@@ -1332,7 +1350,7 @@
1332
1350
  ],
1333
1351
  "description": ""
1334
1352
  },
1335
- "v-defaults-provider": {
1353
+ "VDefaultsProvider": {
1336
1354
  "attributes": [
1337
1355
  "defaults",
1338
1356
  "disabled",
@@ -1342,7 +1360,7 @@
1342
1360
  ],
1343
1361
  "description": ""
1344
1362
  },
1345
- "v-dialog": {
1363
+ "VDialog": {
1346
1364
  "attributes": [
1347
1365
  "absolute",
1348
1366
  "activator",
@@ -1386,7 +1404,7 @@
1386
1404
  ],
1387
1405
  "description": ""
1388
1406
  },
1389
- "v-dialog-bottom-transition": {
1407
+ "VDialogBottomTransition": {
1390
1408
  "attributes": [
1391
1409
  "disabled",
1392
1410
  "group",
@@ -1397,7 +1415,7 @@
1397
1415
  ],
1398
1416
  "description": ""
1399
1417
  },
1400
- "v-dialog-top-transition": {
1418
+ "VDialogTopTransition": {
1401
1419
  "attributes": [
1402
1420
  "disabled",
1403
1421
  "group",
@@ -1408,13 +1426,13 @@
1408
1426
  ],
1409
1427
  "description": ""
1410
1428
  },
1411
- "v-dialog-transition": {
1429
+ "VDialogTransition": {
1412
1430
  "attributes": [
1413
1431
  "target"
1414
1432
  ],
1415
1433
  "description": ""
1416
1434
  },
1417
- "v-divider": {
1435
+ "VDivider": {
1418
1436
  "attributes": [
1419
1437
  "color",
1420
1438
  "inset",
@@ -1425,21 +1443,21 @@
1425
1443
  ],
1426
1444
  "description": ""
1427
1445
  },
1428
- "v-expand-transition": {
1446
+ "VExpandTransition": {
1429
1447
  "attributes": [
1430
1448
  "disabled",
1431
1449
  "mode"
1432
1450
  ],
1433
1451
  "description": ""
1434
1452
  },
1435
- "v-expand-x-transition": {
1453
+ "VExpandXTransition": {
1436
1454
  "attributes": [
1437
1455
  "disabled",
1438
1456
  "mode"
1439
1457
  ],
1440
1458
  "description": ""
1441
1459
  },
1442
- "v-expansion-panel": {
1460
+ "VExpansionPanel": {
1443
1461
  "attributes": [
1444
1462
  "bg-color",
1445
1463
  "collapse-icon",
@@ -1456,18 +1474,19 @@
1456
1474
  "static",
1457
1475
  "tag",
1458
1476
  "text",
1477
+ "tile",
1459
1478
  "title",
1460
1479
  "value"
1461
1480
  ],
1462
1481
  "description": ""
1463
1482
  },
1464
- "v-expansion-panel-text": {
1483
+ "VExpansionPanelText": {
1465
1484
  "attributes": [
1466
1485
  "eager"
1467
1486
  ],
1468
1487
  "description": ""
1469
1488
  },
1470
- "v-expansion-panel-title": {
1489
+ "VExpansionPanelTitle": {
1471
1490
  "attributes": [
1472
1491
  "collapse-icon",
1473
1492
  "color",
@@ -1479,10 +1498,11 @@
1479
1498
  ],
1480
1499
  "description": ""
1481
1500
  },
1482
- "v-expansion-panels": {
1501
+ "VExpansionPanels": {
1483
1502
  "attributes": [
1484
1503
  "color",
1485
1504
  "disabled",
1505
+ "flat",
1486
1506
  "mandatory",
1487
1507
  "max",
1488
1508
  "model-value",
@@ -1492,11 +1512,12 @@
1492
1512
  "static",
1493
1513
  "tag",
1494
1514
  "theme",
1515
+ "tile",
1495
1516
  "variant"
1496
1517
  ],
1497
1518
  "description": ""
1498
1519
  },
1499
- "v-fab-transition": {
1520
+ "VFabTransition": {
1500
1521
  "attributes": [
1501
1522
  "disabled",
1502
1523
  "group",
@@ -1507,7 +1528,7 @@
1507
1528
  ],
1508
1529
  "description": ""
1509
1530
  },
1510
- "v-fade-transition": {
1531
+ "VFadeTransition": {
1511
1532
  "attributes": [
1512
1533
  "disabled",
1513
1534
  "group",
@@ -1518,7 +1539,7 @@
1518
1539
  ],
1519
1540
  "description": ""
1520
1541
  },
1521
- "v-field": {
1542
+ "VField": {
1522
1543
  "attributes": [
1523
1544
  "active",
1524
1545
  "append-inner-icon",
@@ -1543,17 +1564,18 @@
1543
1564
  "rounded",
1544
1565
  "single-line",
1545
1566
  "theme",
1567
+ "tile",
1546
1568
  "variant"
1547
1569
  ],
1548
1570
  "description": ""
1549
1571
  },
1550
- "v-field-label": {
1572
+ "VFieldLabel": {
1551
1573
  "attributes": [
1552
1574
  "floating"
1553
1575
  ],
1554
1576
  "description": ""
1555
1577
  },
1556
- "v-file-input": {
1578
+ "VFileInput": {
1557
1579
  "attributes": [
1558
1580
  "active",
1559
1581
  "append-icon",
@@ -1598,13 +1620,14 @@
1598
1620
  "show-size",
1599
1621
  "single-line",
1600
1622
  "theme",
1623
+ "tile",
1601
1624
  "validate-on",
1602
1625
  "validation-value",
1603
1626
  "variant"
1604
1627
  ],
1605
1628
  "description": ""
1606
1629
  },
1607
- "v-footer": {
1630
+ "VFooter": {
1608
1631
  "attributes": [
1609
1632
  "absolute",
1610
1633
  "app",
@@ -1616,11 +1639,12 @@
1616
1639
  "order",
1617
1640
  "rounded",
1618
1641
  "tag",
1619
- "theme"
1642
+ "theme",
1643
+ "tile"
1620
1644
  ],
1621
1645
  "description": ""
1622
1646
  },
1623
- "v-form": {
1647
+ "VForm": {
1624
1648
  "attributes": [
1625
1649
  "disabled",
1626
1650
  "fast-fail",
@@ -1630,7 +1654,7 @@
1630
1654
  ],
1631
1655
  "description": ""
1632
1656
  },
1633
- "v-hover": {
1657
+ "VHover": {
1634
1658
  "attributes": [
1635
1659
  "close-delay",
1636
1660
  "disabled",
@@ -1639,7 +1663,7 @@
1639
1663
  ],
1640
1664
  "description": ""
1641
1665
  },
1642
- "v-icon": {
1666
+ "VIcon": {
1643
1667
  "attributes": [
1644
1668
  "color",
1645
1669
  "end",
@@ -1651,7 +1675,7 @@
1651
1675
  ],
1652
1676
  "description": ""
1653
1677
  },
1654
- "v-img": {
1678
+ "VImg": {
1655
1679
  "attributes": [
1656
1680
  "alt",
1657
1681
  "aspect-ratio",
@@ -1676,12 +1700,13 @@
1676
1700
  "sizes",
1677
1701
  "src",
1678
1702
  "srcset",
1703
+ "tile",
1679
1704
  "transition",
1680
1705
  "width"
1681
1706
  ],
1682
1707
  "description": ""
1683
1708
  },
1684
- "v-infinite-scroll": {
1709
+ "VInfiniteScroll": {
1685
1710
  "attributes": [
1686
1711
  "color",
1687
1712
  "direction",
@@ -1700,7 +1725,7 @@
1700
1725
  ],
1701
1726
  "description": ""
1702
1727
  },
1703
- "v-input": {
1728
+ "VInput": {
1704
1729
  "attributes": [
1705
1730
  "append-icon",
1706
1731
  "center-affix",
@@ -1728,7 +1753,7 @@
1728
1753
  ],
1729
1754
  "description": ""
1730
1755
  },
1731
- "v-item": {
1756
+ "VItem": {
1732
1757
  "attributes": [
1733
1758
  "disabled",
1734
1759
  "selected-class",
@@ -1736,7 +1761,7 @@
1736
1761
  ],
1737
1762
  "description": ""
1738
1763
  },
1739
- "v-item-group": {
1764
+ "VItemGroup": {
1740
1765
  "attributes": [
1741
1766
  "disabled",
1742
1767
  "mandatory",
@@ -1749,27 +1774,27 @@
1749
1774
  ],
1750
1775
  "description": ""
1751
1776
  },
1752
- "v-kbd": {
1777
+ "VKbd": {
1753
1778
  "attributes": [
1754
1779
  "tag"
1755
1780
  ],
1756
1781
  "description": ""
1757
1782
  },
1758
- "v-label": {
1783
+ "VLabel": {
1759
1784
  "attributes": [
1760
1785
  "text",
1761
1786
  "theme"
1762
1787
  ],
1763
1788
  "description": ""
1764
1789
  },
1765
- "v-layout": {
1790
+ "VLayout": {
1766
1791
  "attributes": [
1767
1792
  "full-height",
1768
1793
  "overlaps"
1769
1794
  ],
1770
1795
  "description": ""
1771
1796
  },
1772
- "v-layout-item": {
1797
+ "VLayoutItem": {
1773
1798
  "attributes": [
1774
1799
  "absolute",
1775
1800
  "model-value",
@@ -1780,7 +1805,7 @@
1780
1805
  ],
1781
1806
  "description": ""
1782
1807
  },
1783
- "v-lazy": {
1808
+ "VLazy": {
1784
1809
  "attributes": [
1785
1810
  "height",
1786
1811
  "max-height",
@@ -1795,14 +1820,14 @@
1795
1820
  ],
1796
1821
  "description": ""
1797
1822
  },
1798
- "v-ligature-icon": {
1823
+ "VLigatureIcon": {
1799
1824
  "attributes": [
1800
1825
  "icon",
1801
1826
  "tag"
1802
1827
  ],
1803
1828
  "description": ""
1804
1829
  },
1805
- "v-list": {
1830
+ "VList": {
1806
1831
  "attributes": [
1807
1832
  "active-class",
1808
1833
  "active-color",
@@ -1838,13 +1863,14 @@
1838
1863
  "slim",
1839
1864
  "tag",
1840
1865
  "theme",
1866
+ "tile",
1841
1867
  "value-comparator",
1842
1868
  "variant",
1843
1869
  "width"
1844
1870
  ],
1845
1871
  "description": ""
1846
1872
  },
1847
- "v-list-group": {
1873
+ "VListGroup": {
1848
1874
  "attributes": [
1849
1875
  "active-color",
1850
1876
  "append-icon",
@@ -1861,13 +1887,13 @@
1861
1887
  ],
1862
1888
  "description": ""
1863
1889
  },
1864
- "v-list-img": {
1890
+ "VListImg": {
1865
1891
  "attributes": [
1866
1892
  "tag"
1867
1893
  ],
1868
1894
  "description": ""
1869
1895
  },
1870
- "v-list-item": {
1896
+ "VListItem": {
1871
1897
  "attributes": [
1872
1898
  "active",
1873
1899
  "active-class",
@@ -1899,6 +1925,7 @@
1899
1925
  "subtitle",
1900
1926
  "tag",
1901
1927
  "theme",
1928
+ "tile",
1902
1929
  "title",
1903
1930
  "to",
1904
1931
  "value",
@@ -1907,7 +1934,7 @@
1907
1934
  ],
1908
1935
  "description": ""
1909
1936
  },
1910
- "v-list-item-action": {
1937
+ "VListItemAction": {
1911
1938
  "attributes": [
1912
1939
  "end",
1913
1940
  "start",
@@ -1915,7 +1942,7 @@
1915
1942
  ],
1916
1943
  "description": ""
1917
1944
  },
1918
- "v-list-item-media": {
1945
+ "VListItemMedia": {
1919
1946
  "attributes": [
1920
1947
  "end",
1921
1948
  "start",
@@ -1923,19 +1950,19 @@
1923
1950
  ],
1924
1951
  "description": ""
1925
1952
  },
1926
- "v-list-item-subtitle": {
1953
+ "VListItemSubtitle": {
1927
1954
  "attributes": [
1928
1955
  "tag"
1929
1956
  ],
1930
1957
  "description": ""
1931
1958
  },
1932
- "v-list-item-title": {
1959
+ "VListItemTitle": {
1933
1960
  "attributes": [
1934
1961
  "tag"
1935
1962
  ],
1936
1963
  "description": ""
1937
1964
  },
1938
- "v-list-subheader": {
1965
+ "VListSubheader": {
1939
1966
  "attributes": [
1940
1967
  "color",
1941
1968
  "inset",
@@ -1945,7 +1972,7 @@
1945
1972
  ],
1946
1973
  "description": ""
1947
1974
  },
1948
- "v-locale-provider": {
1975
+ "VLocaleProvider": {
1949
1976
  "attributes": [
1950
1977
  "fallback-locale",
1951
1978
  "locale",
@@ -1954,14 +1981,14 @@
1954
1981
  ],
1955
1982
  "description": ""
1956
1983
  },
1957
- "v-main": {
1984
+ "VMain": {
1958
1985
  "attributes": [
1959
1986
  "scrollable",
1960
1987
  "tag"
1961
1988
  ],
1962
1989
  "description": ""
1963
1990
  },
1964
- "v-menu": {
1991
+ "VMenu": {
1965
1992
  "attributes": [
1966
1993
  "activator",
1967
1994
  "activator-props",
@@ -2002,7 +2029,7 @@
2002
2029
  ],
2003
2030
  "description": ""
2004
2031
  },
2005
- "v-messages": {
2032
+ "VMessages": {
2006
2033
  "attributes": [
2007
2034
  "active",
2008
2035
  "color",
@@ -2011,7 +2038,7 @@
2011
2038
  ],
2012
2039
  "description": ""
2013
2040
  },
2014
- "v-navigation-drawer": {
2041
+ "VNavigationDrawer": {
2015
2042
  "attributes": [
2016
2043
  "absolute",
2017
2044
  "border",
@@ -2036,16 +2063,17 @@
2036
2063
  "tag",
2037
2064
  "temporary",
2038
2065
  "theme",
2066
+ "tile",
2039
2067
  "touchless",
2040
2068
  "width"
2041
2069
  ],
2042
2070
  "description": ""
2043
2071
  },
2044
- "v-no-ssr": {
2072
+ "VNoSsr": {
2045
2073
  "attributes": [],
2046
2074
  "description": ""
2047
2075
  },
2048
- "v-otp-input": {
2076
+ "VOtpInput": {
2049
2077
  "attributes": [
2050
2078
  "autofocus",
2051
2079
  "base-color",
@@ -2074,7 +2102,7 @@
2074
2102
  ],
2075
2103
  "description": ""
2076
2104
  },
2077
- "v-overlay": {
2105
+ "VOverlay": {
2078
2106
  "attributes": [
2079
2107
  "absolute",
2080
2108
  "activator",
@@ -2115,7 +2143,7 @@
2115
2143
  ],
2116
2144
  "description": ""
2117
2145
  },
2118
- "v-pagination": {
2146
+ "VPagination": {
2119
2147
  "attributes": [
2120
2148
  "active-color",
2121
2149
  "aria-label",
@@ -2143,18 +2171,19 @@
2143
2171
  "start",
2144
2172
  "tag",
2145
2173
  "theme",
2174
+ "tile",
2146
2175
  "total-visible",
2147
2176
  "variant"
2148
2177
  ],
2149
2178
  "description": ""
2150
2179
  },
2151
- "v-parallax": {
2180
+ "VParallax": {
2152
2181
  "attributes": [
2153
2182
  "scale"
2154
2183
  ],
2155
2184
  "description": ""
2156
2185
  },
2157
- "v-picker": {
2186
+ "VPicker": {
2158
2187
  "attributes": [
2159
2188
  "bg-color",
2160
2189
  "border",
@@ -2172,18 +2201,19 @@
2172
2201
  "rounded",
2173
2202
  "tag",
2174
2203
  "theme",
2204
+ "tile",
2175
2205
  "title",
2176
2206
  "width"
2177
2207
  ],
2178
2208
  "description": ""
2179
2209
  },
2180
- "v-picker-title": {
2210
+ "VPickerTitle": {
2181
2211
  "attributes": [
2182
2212
  "tag"
2183
2213
  ],
2184
2214
  "description": ""
2185
2215
  },
2186
- "v-progress-circular": {
2216
+ "VProgressCircular": {
2187
2217
  "attributes": [
2188
2218
  "bg-color",
2189
2219
  "color",
@@ -2197,7 +2227,7 @@
2197
2227
  ],
2198
2228
  "description": ""
2199
2229
  },
2200
- "v-progress-linear": {
2230
+ "VProgressLinear": {
2201
2231
  "attributes": [
2202
2232
  "absolute",
2203
2233
  "active",
@@ -2217,11 +2247,12 @@
2217
2247
  "stream",
2218
2248
  "striped",
2219
2249
  "tag",
2220
- "theme"
2250
+ "theme",
2251
+ "tile"
2221
2252
  ],
2222
2253
  "description": ""
2223
2254
  },
2224
- "v-radio": {
2255
+ "VRadio": {
2225
2256
  "attributes": [
2226
2257
  "base-color",
2227
2258
  "color",
@@ -2248,7 +2279,7 @@
2248
2279
  ],
2249
2280
  "description": ""
2250
2281
  },
2251
- "v-radio-group": {
2282
+ "VRadioGroup": {
2252
2283
  "attributes": [
2253
2284
  "append-icon",
2254
2285
  "center-affix",
@@ -2286,7 +2317,7 @@
2286
2317
  ],
2287
2318
  "description": ""
2288
2319
  },
2289
- "v-range-slider": {
2320
+ "VRangeSlider": {
2290
2321
  "attributes": [
2291
2322
  "append-icon",
2292
2323
  "center-affix",
@@ -2324,6 +2355,7 @@
2324
2355
  "thumb-size",
2325
2356
  "tick-size",
2326
2357
  "ticks",
2358
+ "tile",
2327
2359
  "track-color",
2328
2360
  "track-fill-color",
2329
2361
  "track-size",
@@ -2332,7 +2364,7 @@
2332
2364
  ],
2333
2365
  "description": ""
2334
2366
  },
2335
- "v-rating": {
2367
+ "VRating": {
2336
2368
  "attributes": [
2337
2369
  "active-color",
2338
2370
  "clearable",
@@ -2357,7 +2389,7 @@
2357
2389
  ],
2358
2390
  "description": ""
2359
2391
  },
2360
- "v-responsive": {
2392
+ "VResponsive": {
2361
2393
  "attributes": [
2362
2394
  "aspect-ratio",
2363
2395
  "content-class",
@@ -2371,7 +2403,7 @@
2371
2403
  ],
2372
2404
  "description": ""
2373
2405
  },
2374
- "v-row": {
2406
+ "VRow": {
2375
2407
  "attributes": [
2376
2408
  "align",
2377
2409
  "align-content",
@@ -2397,7 +2429,7 @@
2397
2429
  ],
2398
2430
  "description": ""
2399
2431
  },
2400
- "v-scale-transition": {
2432
+ "VScaleTransition": {
2401
2433
  "attributes": [
2402
2434
  "disabled",
2403
2435
  "group",
@@ -2408,7 +2440,7 @@
2408
2440
  ],
2409
2441
  "description": ""
2410
2442
  },
2411
- "v-scroll-x-reverse-transition": {
2443
+ "VScrollXReverseTransition": {
2412
2444
  "attributes": [
2413
2445
  "disabled",
2414
2446
  "group",
@@ -2419,7 +2451,7 @@
2419
2451
  ],
2420
2452
  "description": ""
2421
2453
  },
2422
- "v-scroll-x-transition": {
2454
+ "VScrollXTransition": {
2423
2455
  "attributes": [
2424
2456
  "disabled",
2425
2457
  "group",
@@ -2430,7 +2462,7 @@
2430
2462
  ],
2431
2463
  "description": ""
2432
2464
  },
2433
- "v-scroll-y-reverse-transition": {
2465
+ "VScrollYReverseTransition": {
2434
2466
  "attributes": [
2435
2467
  "disabled",
2436
2468
  "group",
@@ -2441,7 +2473,7 @@
2441
2473
  ],
2442
2474
  "description": ""
2443
2475
  },
2444
- "v-scroll-y-transition": {
2476
+ "VScrollYTransition": {
2445
2477
  "attributes": [
2446
2478
  "disabled",
2447
2479
  "group",
@@ -2452,7 +2484,7 @@
2452
2484
  ],
2453
2485
  "description": ""
2454
2486
  },
2455
- "v-select": {
2487
+ "VSelect": {
2456
2488
  "attributes": [
2457
2489
  "active",
2458
2490
  "append-icon",
@@ -2520,6 +2552,7 @@
2520
2552
  "single-line",
2521
2553
  "suffix",
2522
2554
  "theme",
2555
+ "tile",
2523
2556
  "transition",
2524
2557
  "type",
2525
2558
  "validate-on",
@@ -2528,7 +2561,7 @@
2528
2561
  ],
2529
2562
  "description": ""
2530
2563
  },
2531
- "v-selection-control": {
2564
+ "VSelectionControl": {
2532
2565
  "attributes": [
2533
2566
  "base-color",
2534
2567
  "color",
@@ -2555,7 +2588,7 @@
2555
2588
  ],
2556
2589
  "description": ""
2557
2590
  },
2558
- "v-selection-control-group": {
2591
+ "VSelectionControlGroup": {
2559
2592
  "attributes": [
2560
2593
  "color",
2561
2594
  "defaults-target",
@@ -2577,7 +2610,7 @@
2577
2610
  ],
2578
2611
  "description": ""
2579
2612
  },
2580
- "v-sheet": {
2613
+ "VSheet": {
2581
2614
  "attributes": [
2582
2615
  "border",
2583
2616
  "color",
@@ -2592,11 +2625,12 @@
2592
2625
  "rounded",
2593
2626
  "tag",
2594
2627
  "theme",
2628
+ "tile",
2595
2629
  "width"
2596
2630
  ],
2597
2631
  "description": ""
2598
2632
  },
2599
- "v-skeleton-loader": {
2633
+ "VSkeletonLoader": {
2600
2634
  "attributes": [
2601
2635
  "boilerplate",
2602
2636
  "color",
@@ -2614,7 +2648,7 @@
2614
2648
  ],
2615
2649
  "description": ""
2616
2650
  },
2617
- "v-slide-group": {
2651
+ "VSlideGroup": {
2618
2652
  "attributes": [
2619
2653
  "center-active",
2620
2654
  "direction",
@@ -2633,7 +2667,7 @@
2633
2667
  ],
2634
2668
  "description": ""
2635
2669
  },
2636
- "v-slide-group-item": {
2670
+ "VSlideGroupItem": {
2637
2671
  "attributes": [
2638
2672
  "disabled",
2639
2673
  "selected-class",
@@ -2641,7 +2675,7 @@
2641
2675
  ],
2642
2676
  "description": ""
2643
2677
  },
2644
- "v-slide-x-reverse-transition": {
2678
+ "VSlideXReverseTransition": {
2645
2679
  "attributes": [
2646
2680
  "disabled",
2647
2681
  "group",
@@ -2652,7 +2686,7 @@
2652
2686
  ],
2653
2687
  "description": ""
2654
2688
  },
2655
- "v-slide-x-transition": {
2689
+ "VSlideXTransition": {
2656
2690
  "attributes": [
2657
2691
  "disabled",
2658
2692
  "group",
@@ -2663,7 +2697,7 @@
2663
2697
  ],
2664
2698
  "description": ""
2665
2699
  },
2666
- "v-slide-y-reverse-transition": {
2700
+ "VSlideYReverseTransition": {
2667
2701
  "attributes": [
2668
2702
  "disabled",
2669
2703
  "group",
@@ -2674,7 +2708,7 @@
2674
2708
  ],
2675
2709
  "description": ""
2676
2710
  },
2677
- "v-slide-y-transition": {
2711
+ "VSlideYTransition": {
2678
2712
  "attributes": [
2679
2713
  "disabled",
2680
2714
  "group",
@@ -2685,7 +2719,7 @@
2685
2719
  ],
2686
2720
  "description": ""
2687
2721
  },
2688
- "v-slider": {
2722
+ "VSlider": {
2689
2723
  "attributes": [
2690
2724
  "append-icon",
2691
2725
  "center-affix",
@@ -2722,6 +2756,7 @@
2722
2756
  "thumb-size",
2723
2757
  "tick-size",
2724
2758
  "ticks",
2759
+ "tile",
2725
2760
  "track-color",
2726
2761
  "track-fill-color",
2727
2762
  "track-size",
@@ -2730,7 +2765,7 @@
2730
2765
  ],
2731
2766
  "description": ""
2732
2767
  },
2733
- "v-snackbar": {
2768
+ "VSnackbar": {
2734
2769
  "attributes": [
2735
2770
  "absolute",
2736
2771
  "activator",
@@ -2766,6 +2801,7 @@
2766
2801
  "target",
2767
2802
  "text",
2768
2803
  "theme",
2804
+ "tile",
2769
2805
  "timeout",
2770
2806
  "timer",
2771
2807
  "transition",
@@ -2776,13 +2812,37 @@
2776
2812
  ],
2777
2813
  "description": ""
2778
2814
  },
2779
- "v-spacer": {
2815
+ "VSpacer": {
2780
2816
  "attributes": [
2781
2817
  "tag"
2782
2818
  ],
2783
2819
  "description": ""
2784
2820
  },
2785
- "v-stepper": {
2821
+ "VSparkline": {
2822
+ "attributes": [
2823
+ "auto-draw",
2824
+ "auto-draw-duration",
2825
+ "auto-draw-easing",
2826
+ "auto-line-width",
2827
+ "color",
2828
+ "fill",
2829
+ "gradient",
2830
+ "gradient-direction",
2831
+ "height",
2832
+ "id",
2833
+ "label-size",
2834
+ "labels",
2835
+ "line-width",
2836
+ "model-value",
2837
+ "padding",
2838
+ "show-labels",
2839
+ "smooth",
2840
+ "type",
2841
+ "width"
2842
+ ],
2843
+ "description": ""
2844
+ },
2845
+ "VStepper": {
2786
2846
  "attributes": [
2787
2847
  "alt-labels",
2788
2848
  "bg-color",
@@ -2815,11 +2875,12 @@
2815
2875
  "selected-class",
2816
2876
  "tag",
2817
2877
  "theme",
2878
+ "tile",
2818
2879
  "width"
2819
2880
  ],
2820
2881
  "description": ""
2821
2882
  },
2822
- "v-stepper-actions": {
2883
+ "VStepperActions": {
2823
2884
  "attributes": [
2824
2885
  "color",
2825
2886
  "disabled",
@@ -2828,13 +2889,13 @@
2828
2889
  ],
2829
2890
  "description": ""
2830
2891
  },
2831
- "v-stepper-header": {
2892
+ "VStepperHeader": {
2832
2893
  "attributes": [
2833
2894
  "tag"
2834
2895
  ],
2835
2896
  "description": ""
2836
2897
  },
2837
- "v-stepper-item": {
2898
+ "VStepperItem": {
2838
2899
  "attributes": [
2839
2900
  "color",
2840
2901
  "complete",
@@ -2854,7 +2915,7 @@
2854
2915
  ],
2855
2916
  "description": ""
2856
2917
  },
2857
- "v-stepper-window": {
2918
+ "VStepperWindow": {
2858
2919
  "attributes": [
2859
2920
  "direction",
2860
2921
  "disabled",
@@ -2866,7 +2927,7 @@
2866
2927
  ],
2867
2928
  "description": ""
2868
2929
  },
2869
- "v-stepper-window-item": {
2930
+ "VStepperWindowItem": {
2870
2931
  "attributes": [
2871
2932
  "disabled",
2872
2933
  "eager",
@@ -2877,14 +2938,14 @@
2877
2938
  ],
2878
2939
  "description": ""
2879
2940
  },
2880
- "v-svg-icon": {
2941
+ "VSvgIcon": {
2881
2942
  "attributes": [
2882
2943
  "icon",
2883
2944
  "tag"
2884
2945
  ],
2885
2946
  "description": ""
2886
2947
  },
2887
- "v-switch": {
2948
+ "VSwitch": {
2888
2949
  "attributes": [
2889
2950
  "append-icon",
2890
2951
  "base-color",
@@ -2930,7 +2991,7 @@
2930
2991
  ],
2931
2992
  "description": ""
2932
2993
  },
2933
- "v-system-bar": {
2994
+ "VSystemBar": {
2934
2995
  "attributes": [
2935
2996
  "absolute",
2936
2997
  "color",
@@ -2941,11 +3002,12 @@
2941
3002
  "rounded",
2942
3003
  "tag",
2943
3004
  "theme",
3005
+ "tile",
2944
3006
  "window"
2945
3007
  ],
2946
3008
  "description": ""
2947
3009
  },
2948
- "v-tab": {
3010
+ "VTab": {
2949
3011
  "attributes": [
2950
3012
  "append-icon",
2951
3013
  "border",
@@ -2977,6 +3039,7 @@
2977
3039
  "tag",
2978
3040
  "text",
2979
3041
  "theme",
3042
+ "tile",
2980
3043
  "to",
2981
3044
  "value",
2982
3045
  "variant",
@@ -2984,7 +3047,7 @@
2984
3047
  ],
2985
3048
  "description": ""
2986
3049
  },
2987
- "v-table": {
3050
+ "VTable": {
2988
3051
  "attributes": [
2989
3052
  "density",
2990
3053
  "fixed-footer",
@@ -2996,7 +3059,7 @@
2996
3059
  ],
2997
3060
  "description": ""
2998
3061
  },
2999
- "v-tabs": {
3062
+ "VTabs": {
3000
3063
  "attributes": [
3001
3064
  "align-tabs",
3002
3065
  "bg-color",
@@ -3026,7 +3089,7 @@
3026
3089
  ],
3027
3090
  "description": ""
3028
3091
  },
3029
- "v-text-field": {
3092
+ "VTextField": {
3030
3093
  "attributes": [
3031
3094
  "active",
3032
3095
  "append-icon",
@@ -3075,6 +3138,7 @@
3075
3138
  "single-line",
3076
3139
  "suffix",
3077
3140
  "theme",
3141
+ "tile",
3078
3142
  "type",
3079
3143
  "validate-on",
3080
3144
  "validation-value",
@@ -3082,7 +3146,7 @@
3082
3146
  ],
3083
3147
  "description": ""
3084
3148
  },
3085
- "v-textarea": {
3149
+ "VTextarea": {
3086
3150
  "attributes": [
3087
3151
  "active",
3088
3152
  "append-icon",
@@ -3134,13 +3198,14 @@
3134
3198
  "single-line",
3135
3199
  "suffix",
3136
3200
  "theme",
3201
+ "tile",
3137
3202
  "validate-on",
3138
3203
  "validation-value",
3139
3204
  "variant"
3140
3205
  ],
3141
3206
  "description": ""
3142
3207
  },
3143
- "v-theme-provider": {
3208
+ "VThemeProvider": {
3144
3209
  "attributes": [
3145
3210
  "tag",
3146
3211
  "theme",
@@ -3148,7 +3213,7 @@
3148
3213
  ],
3149
3214
  "description": ""
3150
3215
  },
3151
- "v-timeline": {
3216
+ "VTimeline": {
3152
3217
  "attributes": [
3153
3218
  "align",
3154
3219
  "density",
@@ -3164,7 +3229,7 @@
3164
3229
  ],
3165
3230
  "description": ""
3166
3231
  },
3167
- "v-timeline-item": {
3232
+ "VTimelineItem": {
3168
3233
  "attributes": [
3169
3234
  "density",
3170
3235
  "dot-color",
@@ -3183,11 +3248,12 @@
3183
3248
  "rounded",
3184
3249
  "size",
3185
3250
  "tag",
3251
+ "tile",
3186
3252
  "width"
3187
3253
  ],
3188
3254
  "description": ""
3189
3255
  },
3190
- "v-toolbar": {
3256
+ "VToolbar": {
3191
3257
  "attributes": [
3192
3258
  "absolute",
3193
3259
  "border",
@@ -3204,25 +3270,26 @@
3204
3270
  "rounded",
3205
3271
  "tag",
3206
3272
  "theme",
3273
+ "tile",
3207
3274
  "title"
3208
3275
  ],
3209
3276
  "description": ""
3210
3277
  },
3211
- "v-toolbar-items": {
3278
+ "VToolbarItems": {
3212
3279
  "attributes": [
3213
3280
  "color",
3214
3281
  "variant"
3215
3282
  ],
3216
3283
  "description": ""
3217
3284
  },
3218
- "v-toolbar-title": {
3285
+ "VToolbarTitle": {
3219
3286
  "attributes": [
3220
3287
  "tag",
3221
3288
  "text"
3222
3289
  ],
3223
3290
  "description": ""
3224
3291
  },
3225
- "v-tooltip": {
3292
+ "VTooltip": {
3226
3293
  "attributes": [
3227
3294
  "activator",
3228
3295
  "activator-props",
@@ -3263,7 +3330,7 @@
3263
3330
  ],
3264
3331
  "description": ""
3265
3332
  },
3266
- "v-validation": {
3333
+ "VValidation": {
3267
3334
  "attributes": [
3268
3335
  "disabled",
3269
3336
  "error",
@@ -3280,7 +3347,7 @@
3280
3347
  ],
3281
3348
  "description": ""
3282
3349
  },
3283
- "v-virtual-scroll": {
3350
+ "VVirtualScroll": {
3284
3351
  "attributes": [
3285
3352
  "height",
3286
3353
  "item-height",
@@ -3294,7 +3361,7 @@
3294
3361
  ],
3295
3362
  "description": ""
3296
3363
  },
3297
- "v-window": {
3364
+ "VWindow": {
3298
3365
  "attributes": [
3299
3366
  "continuous",
3300
3367
  "direction",
@@ -3312,7 +3379,7 @@
3312
3379
  ],
3313
3380
  "description": ""
3314
3381
  },
3315
- "v-window-item": {
3382
+ "VWindowItem": {
3316
3383
  "attributes": [
3317
3384
  "disabled",
3318
3385
  "eager",