@vuetify/nightly 3.1.8-master-20230307.0 → 3.1.8

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 (105) hide show
  1. package/CHANGELOG.md +10 -2
  2. package/dist/json/attributes.json +0 -528
  3. package/dist/json/importMap.json +90 -90
  4. package/dist/json/tags.json +2 -136
  5. package/dist/json/web-types.json +20 -1210
  6. package/dist/vuetify-labs.css +242 -99
  7. package/dist/vuetify-labs.esm.js +33 -32
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +33 -32
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +261 -118
  12. package/dist/vuetify.d.ts +27 -27
  13. package/dist/vuetify.esm.js +33 -32
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +33 -32
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +209 -210
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAlert/VAlert.css +1 -1
  21. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  22. package/lib/components/VAlert/_variables.scss +1 -1
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  24. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  25. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  26. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  27. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  28. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  29. package/lib/components/VCard/VCard.mjs.map +1 -1
  30. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  31. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  32. package/lib/components/VChip/VChip.mjs.map +1 -1
  33. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  34. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  35. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  36. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  37. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  38. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  39. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  40. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  41. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  42. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  43. package/lib/components/VField/VField.mjs.map +1 -1
  44. package/lib/components/VFileInput/VFileInput.mjs +1 -0
  45. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  46. package/lib/components/VInput/VInput.mjs.map +1 -1
  47. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  48. package/lib/components/VList/VListGroup.mjs.map +1 -1
  49. package/lib/components/VList/VListItem.mjs.map +1 -1
  50. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  51. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  52. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  53. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  54. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  55. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  56. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  57. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  58. package/lib/components/VRating/VRating.mjs.map +1 -1
  59. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  60. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  61. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  62. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  63. package/lib/components/VSnackbar/VSnackbar.css +0 -2
  64. package/lib/components/VSnackbar/VSnackbar.mjs +6 -8
  65. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  66. package/lib/components/VSnackbar/VSnackbar.sass +0 -2
  67. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  68. package/lib/components/VTable/VTable.mjs.map +1 -1
  69. package/lib/components/VTabs/VTab.mjs.map +1 -1
  70. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  71. package/lib/components/VTextField/VTextField.mjs +1 -0
  72. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  73. package/lib/components/VTextarea/VTextarea.mjs +1 -0
  74. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  75. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  76. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  77. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  78. package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
  79. package/lib/components/transitions/createTransition.mjs +1 -1
  80. package/lib/components/transitions/createTransition.mjs.map +1 -1
  81. package/lib/composables/display.mjs +13 -10
  82. package/lib/composables/display.mjs.map +1 -1
  83. package/lib/composables/loader.mjs.map +1 -1
  84. package/lib/composables/theme.mjs +7 -10
  85. package/lib/composables/theme.mjs.map +1 -1
  86. package/lib/composables/variant.mjs.map +1 -1
  87. package/lib/entry-bundler.mjs +1 -1
  88. package/lib/entry-bundler.mjs.map +1 -1
  89. package/lib/framework.mjs +1 -1
  90. package/lib/framework.mjs.map +1 -1
  91. package/lib/index.d.ts +27 -27
  92. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  93. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  94. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  95. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  96. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  97. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  98. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  99. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  100. package/lib/locale/index.mjs +1 -1
  101. package/lib/locale/index.mjs.map +1 -1
  102. package/lib/styles/elements/_global.sass +0 -4
  103. package/lib/styles/generic/_transitions.scss +111 -9
  104. package/lib/styles/main.css +212 -67
  105. package/package.json +16 -3
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "v-app": {
3
3
  "attributes": [
4
- "$slots",
5
4
  "full-height",
6
5
  "overlaps",
7
6
  "theme"
@@ -10,7 +9,6 @@
10
9
  },
11
10
  "v-app-bar": {
12
11
  "attributes": [
13
- "$slots",
14
12
  "absolute",
15
13
  "border",
16
14
  "collapse",
@@ -36,14 +34,12 @@
36
34
  },
37
35
  "v-app-bar-nav-icon": {
38
36
  "attributes": [
39
- "$slots",
40
37
  "icon"
41
38
  ],
42
39
  "description": ""
43
40
  },
44
41
  "v-app-bar-title": {
45
42
  "attributes": [
46
- "$slots",
47
43
  "tag",
48
44
  "text"
49
45
  ],
@@ -51,7 +47,6 @@
51
47
  },
52
48
  "v-alert": {
53
49
  "attributes": [
54
- "$slots",
55
50
  "border",
56
51
  "border-color",
57
52
  "closable",
@@ -83,14 +78,12 @@
83
78
  },
84
79
  "v-alert-title": {
85
80
  "attributes": [
86
- "$slots",
87
81
  "tag"
88
82
  ],
89
83
  "description": ""
90
84
  },
91
85
  "v-autocomplete": {
92
86
  "attributes": [
93
- "$slots",
94
87
  "active",
95
88
  "append-icon",
96
89
  "autofocus",
@@ -162,7 +155,6 @@
162
155
  },
163
156
  "v-avatar": {
164
157
  "attributes": [
165
- "$slots",
166
158
  "color",
167
159
  "density",
168
160
  "end",
@@ -179,7 +171,6 @@
179
171
  },
180
172
  "v-badge": {
181
173
  "attributes": [
182
- "$slots",
183
174
  "bordered",
184
175
  "color",
185
176
  "content",
@@ -203,7 +194,6 @@
203
194
  },
204
195
  "v-banner": {
205
196
  "attributes": [
206
- "$slots",
207
197
  "avatar",
208
198
  "border",
209
199
  "color",
@@ -230,7 +220,6 @@
230
220
  },
231
221
  "v-banner-actions": {
232
222
  "attributes": [
233
- "$slots",
234
223
  "color",
235
224
  "density"
236
225
  ],
@@ -238,14 +227,12 @@
238
227
  },
239
228
  "v-banner-text": {
240
229
  "attributes": [
241
- "$slots",
242
230
  "tag"
243
231
  ],
244
232
  "description": ""
245
233
  },
246
234
  "v-bottom-navigation": {
247
235
  "attributes": [
248
- "$slots",
249
236
  "absolute",
250
237
  "active",
251
238
  "bg-color",
@@ -272,7 +259,6 @@
272
259
  },
273
260
  "v-breadcrumbs": {
274
261
  "attributes": [
275
- "$slots",
276
262
  "active-class",
277
263
  "active-color",
278
264
  "bg-color",
@@ -289,7 +275,6 @@
289
275
  },
290
276
  "v-breadcrumbs-item": {
291
277
  "attributes": [
292
- "$slots",
293
278
  "active",
294
279
  "active-class",
295
280
  "active-color",
@@ -310,7 +295,6 @@
310
295
  },
311
296
  "v-btn": {
312
297
  "attributes": [
313
- "$slots",
314
298
  "active",
315
299
  "append-icon",
316
300
  "block",
@@ -350,7 +334,6 @@
350
334
  },
351
335
  "v-btn-group": {
352
336
  "attributes": [
353
- "$slots",
354
337
  "border",
355
338
  "color",
356
339
  "density",
@@ -365,7 +348,6 @@
365
348
  },
366
349
  "v-btn-toggle": {
367
350
  "attributes": [
368
- "$slots",
369
351
  "border",
370
352
  "color",
371
353
  "density",
@@ -386,7 +368,6 @@
386
368
  },
387
369
  "v-card": {
388
370
  "attributes": [
389
- "$slots",
390
371
  "append-avatar",
391
372
  "append-icon",
392
373
  "border",
@@ -425,14 +406,11 @@
425
406
  "description": ""
426
407
  },
427
408
  "v-card-actions": {
428
- "attributes": [
429
- "$slots"
430
- ],
409
+ "attributes": [],
431
410
  "description": ""
432
411
  },
433
412
  "v-card-item": {
434
413
  "attributes": [
435
- "$slots",
436
414
  "append-avatar",
437
415
  "append-icon",
438
416
  "density",
@@ -445,28 +423,24 @@
445
423
  },
446
424
  "v-card-subtitle": {
447
425
  "attributes": [
448
- "$slots",
449
426
  "tag"
450
427
  ],
451
428
  "description": ""
452
429
  },
453
430
  "v-card-text": {
454
431
  "attributes": [
455
- "$slots",
456
432
  "tag"
457
433
  ],
458
434
  "description": ""
459
435
  },
460
436
  "v-card-title": {
461
437
  "attributes": [
462
- "$slots",
463
438
  "tag"
464
439
  ],
465
440
  "description": ""
466
441
  },
467
442
  "v-carousel": {
468
443
  "attributes": [
469
- "$slots",
470
444
  "color",
471
445
  "cycle",
472
446
  "delimiter-icon",
@@ -483,14 +457,12 @@
483
457
  },
484
458
  "v-carousel-item": {
485
459
  "attributes": [
486
- "$slots",
487
460
  "value"
488
461
  ],
489
462
  "description": ""
490
463
  },
491
464
  "v-checkbox": {
492
465
  "attributes": [
493
- "$slots",
494
466
  "append-icon",
495
467
  "color",
496
468
  "density",
@@ -529,7 +501,6 @@
529
501
  },
530
502
  "v-checkbox-btn": {
531
503
  "attributes": [
532
- "$slots",
533
504
  "color",
534
505
  "density",
535
506
  "disabled",
@@ -557,7 +528,6 @@
557
528
  },
558
529
  "v-chip": {
559
530
  "attributes": [
560
- "$slots",
561
531
  "active-class",
562
532
  "append-avatar",
563
533
  "append-icon",
@@ -596,7 +566,6 @@
596
566
  },
597
567
  "v-chip-group": {
598
568
  "attributes": [
599
- "$slots",
600
569
  "color",
601
570
  "column",
602
571
  "disabled",
@@ -615,7 +584,6 @@
615
584
  },
616
585
  "v-code": {
617
586
  "attributes": [
618
- "$slots",
619
587
  "tag"
620
588
  ],
621
589
  "description": ""
@@ -643,7 +611,6 @@
643
611
  },
644
612
  "v-combobox": {
645
613
  "attributes": [
646
- "$slots",
647
614
  "active",
648
615
  "append-icon",
649
616
  "autofocus",
@@ -715,7 +682,6 @@
715
682
  },
716
683
  "v-counter": {
717
684
  "attributes": [
718
- "$slots",
719
685
  "active",
720
686
  "max",
721
687
  "transition",
@@ -725,7 +691,6 @@
725
691
  },
726
692
  "v-defaults-provider": {
727
693
  "attributes": [
728
- "$slots",
729
694
  "defaults",
730
695
  "reset",
731
696
  "root",
@@ -735,7 +700,6 @@
735
700
  },
736
701
  "v-dialog": {
737
702
  "attributes": [
738
- "$slots",
739
703
  "absolute",
740
704
  "activator",
741
705
  "activator-props",
@@ -778,7 +742,6 @@
778
742
  },
779
743
  "v-divider": {
780
744
  "attributes": [
781
- "$slots",
782
745
  "color",
783
746
  "inset",
784
747
  "length",
@@ -790,7 +753,6 @@
790
753
  },
791
754
  "v-expansion-panels": {
792
755
  "attributes": [
793
- "$slots",
794
756
  "color",
795
757
  "disabled",
796
758
  "mandatory",
@@ -807,7 +769,6 @@
807
769
  },
808
770
  "v-expansion-panel": {
809
771
  "attributes": [
810
- "$slots",
811
772
  "bg-color",
812
773
  "collapse-icon",
813
774
  "color",
@@ -829,14 +790,12 @@
829
790
  },
830
791
  "v-expansion-panel-text": {
831
792
  "attributes": [
832
- "$slots",
833
793
  "eager"
834
794
  ],
835
795
  "description": ""
836
796
  },
837
797
  "v-expansion-panel-title": {
838
798
  "attributes": [
839
- "$slots",
840
799
  "collapse-icon",
841
800
  "color",
842
801
  "expand-icon",
@@ -848,7 +807,6 @@
848
807
  },
849
808
  "v-field": {
850
809
  "attributes": [
851
- "$slots",
852
810
  "active",
853
811
  "append-inner-icon",
854
812
  "bg-color",
@@ -874,14 +832,12 @@
874
832
  },
875
833
  "v-field-label": {
876
834
  "attributes": [
877
- "$slots",
878
835
  "floating"
879
836
  ],
880
837
  "description": ""
881
838
  },
882
839
  "v-file-input": {
883
840
  "attributes": [
884
- "$slots",
885
841
  "active",
886
842
  "append-icon",
887
843
  "append-inner-icon",
@@ -929,7 +885,6 @@
929
885
  },
930
886
  "v-footer": {
931
887
  "attributes": [
932
- "$slots",
933
888
  "absolute",
934
889
  "app",
935
890
  "border",
@@ -946,7 +901,6 @@
946
901
  },
947
902
  "v-form": {
948
903
  "attributes": [
949
- "$slots",
950
904
  "disabled",
951
905
  "fast-fail",
952
906
  "model-value",
@@ -957,7 +911,6 @@
957
911
  },
958
912
  "v-container": {
959
913
  "attributes": [
960
- "$slots",
961
914
  "fluid",
962
915
  "tag"
963
916
  ],
@@ -965,7 +918,6 @@
965
918
  },
966
919
  "v-col": {
967
920
  "attributes": [
968
- "$slots",
969
921
  "align-self",
970
922
  "cols",
971
923
  "offset",
@@ -976,7 +928,6 @@
976
928
  },
977
929
  "v-row": {
978
930
  "attributes": [
979
- "$slots",
980
931
  "align",
981
932
  "align-content",
982
933
  "dense",
@@ -988,14 +939,12 @@
988
939
  },
989
940
  "v-spacer": {
990
941
  "attributes": [
991
- "$slots",
992
942
  "tag"
993
943
  ],
994
944
  "description": ""
995
945
  },
996
946
  "v-hover": {
997
947
  "attributes": [
998
- "$slots",
999
948
  "close-delay",
1000
949
  "disabled",
1001
950
  "model-value",
@@ -1005,7 +954,6 @@
1005
954
  },
1006
955
  "v-icon": {
1007
956
  "attributes": [
1008
- "$slots",
1009
957
  "color",
1010
958
  "end",
1011
959
  "icon",
@@ -1018,7 +966,6 @@
1018
966
  },
1019
967
  "v-component-icon": {
1020
968
  "attributes": [
1021
- "$slots",
1022
969
  "icon",
1023
970
  "tag"
1024
971
  ],
@@ -1047,7 +994,6 @@
1047
994
  },
1048
995
  "v-img": {
1049
996
  "attributes": [
1050
- "$slots",
1051
997
  "alt",
1052
998
  "aspect-ratio",
1053
999
  "cover",
@@ -1065,7 +1011,6 @@
1065
1011
  },
1066
1012
  "v-input": {
1067
1013
  "attributes": [
1068
- "$slots",
1069
1014
  "append-icon",
1070
1015
  "density",
1071
1016
  "direction",
@@ -1090,7 +1035,6 @@
1090
1035
  },
1091
1036
  "v-item-group": {
1092
1037
  "attributes": [
1093
- "$slots",
1094
1038
  "disabled",
1095
1039
  "mandatory",
1096
1040
  "max",
@@ -1104,7 +1048,6 @@
1104
1048
  },
1105
1049
  "v-item": {
1106
1050
  "attributes": [
1107
- "$slots",
1108
1051
  "disabled",
1109
1052
  "selected-class",
1110
1053
  "value"
@@ -1113,14 +1056,12 @@
1113
1056
  },
1114
1057
  "v-kbd": {
1115
1058
  "attributes": [
1116
- "$slots",
1117
1059
  "tag"
1118
1060
  ],
1119
1061
  "description": ""
1120
1062
  },
1121
1063
  "v-label": {
1122
1064
  "attributes": [
1123
- "$slots",
1124
1065
  "clickable",
1125
1066
  "text",
1126
1067
  "theme"
@@ -1129,7 +1070,6 @@
1129
1070
  },
1130
1071
  "v-layout": {
1131
1072
  "attributes": [
1132
- "$slots",
1133
1073
  "full-height",
1134
1074
  "overlaps"
1135
1075
  ],
@@ -1137,7 +1077,6 @@
1137
1077
  },
1138
1078
  "v-layout-item": {
1139
1079
  "attributes": [
1140
- "$slots",
1141
1080
  "absolute",
1142
1081
  "model-value",
1143
1082
  "name",
@@ -1149,7 +1088,6 @@
1149
1088
  },
1150
1089
  "v-lazy": {
1151
1090
  "attributes": [
1152
- "$slots",
1153
1091
  "height",
1154
1092
  "max-height",
1155
1093
  "max-width",
@@ -1165,7 +1103,6 @@
1165
1103
  },
1166
1104
  "v-list": {
1167
1105
  "attributes": [
1168
- "$slots",
1169
1106
  "active-class",
1170
1107
  "active-color",
1171
1108
  "bg-color",
@@ -1203,7 +1140,6 @@
1203
1140
  },
1204
1141
  "v-list-group": {
1205
1142
  "attributes": [
1206
- "$slots",
1207
1143
  "active-color",
1208
1144
  "append-icon",
1209
1145
  "collapse-icon",
@@ -1220,14 +1156,12 @@
1220
1156
  },
1221
1157
  "v-list-img": {
1222
1158
  "attributes": [
1223
- "$slots",
1224
1159
  "tag"
1225
1160
  ],
1226
1161
  "description": ""
1227
1162
  },
1228
1163
  "v-list-item": {
1229
1164
  "attributes": [
1230
- "$slots",
1231
1165
  "active",
1232
1166
  "active-class",
1233
1167
  "active-color",
@@ -1266,7 +1200,6 @@
1266
1200
  },
1267
1201
  "v-list-item-action": {
1268
1202
  "attributes": [
1269
- "$slots",
1270
1203
  "end",
1271
1204
  "start",
1272
1205
  "tag"
@@ -1275,7 +1208,6 @@
1275
1208
  },
1276
1209
  "v-list-item-media": {
1277
1210
  "attributes": [
1278
- "$slots",
1279
1211
  "end",
1280
1212
  "start",
1281
1213
  "tag"
@@ -1284,21 +1216,18 @@
1284
1216
  },
1285
1217
  "v-list-item-subtitle": {
1286
1218
  "attributes": [
1287
- "$slots",
1288
1219
  "tag"
1289
1220
  ],
1290
1221
  "description": ""
1291
1222
  },
1292
1223
  "v-list-item-title": {
1293
1224
  "attributes": [
1294
- "$slots",
1295
1225
  "tag"
1296
1226
  ],
1297
1227
  "description": ""
1298
1228
  },
1299
1229
  "v-list-subheader": {
1300
1230
  "attributes": [
1301
- "$slots",
1302
1231
  "color",
1303
1232
  "inset",
1304
1233
  "sticky",
@@ -1309,7 +1238,6 @@
1309
1238
  },
1310
1239
  "v-locale-provider": {
1311
1240
  "attributes": [
1312
- "$slots",
1313
1241
  "fallback-locale",
1314
1242
  "locale",
1315
1243
  "messages",
@@ -1319,7 +1247,6 @@
1319
1247
  },
1320
1248
  "v-main": {
1321
1249
  "attributes": [
1322
- "$slots",
1323
1250
  "scrollable",
1324
1251
  "tag"
1325
1252
  ],
@@ -1327,7 +1254,6 @@
1327
1254
  },
1328
1255
  "v-menu": {
1329
1256
  "attributes": [
1330
- "$slots",
1331
1257
  "activator",
1332
1258
  "activator-props",
1333
1259
  "attach",
@@ -1367,7 +1293,6 @@
1367
1293
  },
1368
1294
  "v-messages": {
1369
1295
  "attributes": [
1370
- "$slots",
1371
1296
  "active",
1372
1297
  "color",
1373
1298
  "messages",
@@ -1377,7 +1302,6 @@
1377
1302
  },
1378
1303
  "v-navigation-drawer": {
1379
1304
  "attributes": [
1380
- "$slots",
1381
1305
  "absolute",
1382
1306
  "border",
1383
1307
  "color",
@@ -1406,14 +1330,11 @@
1406
1330
  "description": ""
1407
1331
  },
1408
1332
  "v-no-ssr": {
1409
- "attributes": [
1410
- "$slots"
1411
- ],
1333
+ "attributes": [],
1412
1334
  "description": ""
1413
1335
  },
1414
1336
  "v-overlay": {
1415
1337
  "attributes": [
1416
- "$slots",
1417
1338
  "absolute",
1418
1339
  "activator",
1419
1340
  "activator-props",
@@ -1453,7 +1374,6 @@
1453
1374
  },
1454
1375
  "v-pagination": {
1455
1376
  "attributes": [
1456
- "$slots",
1457
1377
  "active-color",
1458
1378
  "aria-label",
1459
1379
  "border",
@@ -1487,14 +1407,12 @@
1487
1407
  },
1488
1408
  "v-parallax": {
1489
1409
  "attributes": [
1490
- "$slots",
1491
1410
  "scale"
1492
1411
  ],
1493
1412
  "description": ""
1494
1413
  },
1495
1414
  "v-progress-circular": {
1496
1415
  "attributes": [
1497
- "$slots",
1498
1416
  "bg-color",
1499
1417
  "color",
1500
1418
  "indeterminate",
@@ -1509,7 +1427,6 @@
1509
1427
  },
1510
1428
  "v-progress-linear": {
1511
1429
  "attributes": [
1512
- "$slots",
1513
1430
  "absolute",
1514
1431
  "active",
1515
1432
  "bg-color",
@@ -1534,7 +1451,6 @@
1534
1451
  },
1535
1452
  "v-radio": {
1536
1453
  "attributes": [
1537
- "$slots",
1538
1454
  "color",
1539
1455
  "density",
1540
1456
  "disabled",
@@ -1560,7 +1476,6 @@
1560
1476
  },
1561
1477
  "v-radio-group": {
1562
1478
  "attributes": [
1563
- "$slots",
1564
1479
  "append-icon",
1565
1480
  "color",
1566
1481
  "density",
@@ -1594,7 +1509,6 @@
1594
1509
  },
1595
1510
  "v-range-slider": {
1596
1511
  "attributes": [
1597
- "$slots",
1598
1512
  "append-icon",
1599
1513
  "color",
1600
1514
  "density",
@@ -1636,7 +1550,6 @@
1636
1550
  },
1637
1551
  "v-rating": {
1638
1552
  "attributes": [
1639
- "$slots",
1640
1553
  "active-color",
1641
1554
  "clearable",
1642
1555
  "color",
@@ -1662,7 +1575,6 @@
1662
1575
  },
1663
1576
  "v-responsive": {
1664
1577
  "attributes": [
1665
- "$slots",
1666
1578
  "aspect-ratio",
1667
1579
  "content-class",
1668
1580
  "height",
@@ -1676,7 +1588,6 @@
1676
1588
  },
1677
1589
  "v-select": {
1678
1590
  "attributes": [
1679
- "$slots",
1680
1591
  "active",
1681
1592
  "append-icon",
1682
1593
  "autofocus",
@@ -1742,7 +1653,6 @@
1742
1653
  },
1743
1654
  "v-selection-control": {
1744
1655
  "attributes": [
1745
- "$slots",
1746
1656
  "color",
1747
1657
  "density",
1748
1658
  "disabled",
@@ -1768,7 +1678,6 @@
1768
1678
  },
1769
1679
  "v-selection-control-group": {
1770
1680
  "attributes": [
1771
- "$slots",
1772
1681
  "color",
1773
1682
  "defaults-target",
1774
1683
  "density",
@@ -1791,7 +1700,6 @@
1791
1700
  },
1792
1701
  "v-sheet": {
1793
1702
  "attributes": [
1794
- "$slots",
1795
1703
  "border",
1796
1704
  "color",
1797
1705
  "elevation",
@@ -1811,7 +1719,6 @@
1811
1719
  },
1812
1720
  "v-slide-group": {
1813
1721
  "attributes": [
1814
- "$slots",
1815
1722
  "center-active",
1816
1723
  "direction",
1817
1724
  "disabled",
@@ -1830,7 +1737,6 @@
1830
1737
  },
1831
1738
  "v-slide-group-item": {
1832
1739
  "attributes": [
1833
- "$slots",
1834
1740
  "disabled",
1835
1741
  "selected-class",
1836
1742
  "value"
@@ -1839,7 +1745,6 @@
1839
1745
  },
1840
1746
  "v-slider": {
1841
1747
  "attributes": [
1842
- "$slots",
1843
1748
  "append-icon",
1844
1749
  "color",
1845
1750
  "density",
@@ -1880,7 +1785,6 @@
1880
1785
  },
1881
1786
  "v-snackbar": {
1882
1787
  "attributes": [
1883
- "$slots",
1884
1788
  "absolute",
1885
1789
  "activator",
1886
1790
  "activator-props",
@@ -1923,7 +1827,6 @@
1923
1827
  },
1924
1828
  "v-switch": {
1925
1829
  "attributes": [
1926
- "$slots",
1927
1830
  "append-icon",
1928
1831
  "color",
1929
1832
  "density",
@@ -1964,7 +1867,6 @@
1964
1867
  },
1965
1868
  "v-system-bar": {
1966
1869
  "attributes": [
1967
- "$slots",
1968
1870
  "absolute",
1969
1871
  "color",
1970
1872
  "elevation",
@@ -1980,7 +1882,6 @@
1980
1882
  },
1981
1883
  "v-tabs": {
1982
1884
  "attributes": [
1983
- "$slots",
1984
1885
  "align-tabs",
1985
1886
  "bg-color",
1986
1887
  "color",
@@ -2001,7 +1902,6 @@
2001
1902
  },
2002
1903
  "v-tab": {
2003
1904
  "attributes": [
2004
- "$slots",
2005
1905
  "append-icon",
2006
1906
  "color",
2007
1907
  "direction",
@@ -2027,7 +1927,6 @@
2027
1927
  },
2028
1928
  "v-table": {
2029
1929
  "attributes": [
2030
- "$slots",
2031
1930
  "density",
2032
1931
  "fixed-footer",
2033
1932
  "fixed-header",
@@ -2040,7 +1939,6 @@
2040
1939
  },
2041
1940
  "v-textarea": {
2042
1941
  "attributes": [
2043
- "$slots",
2044
1942
  "active",
2045
1943
  "append-icon",
2046
1944
  "append-inner-icon",
@@ -2093,7 +1991,6 @@
2093
1991
  },
2094
1992
  "v-text-field": {
2095
1993
  "attributes": [
2096
- "$slots",
2097
1994
  "active",
2098
1995
  "append-icon",
2099
1996
  "append-inner-icon",
@@ -2143,7 +2040,6 @@
2143
2040
  },
2144
2041
  "v-theme-provider": {
2145
2042
  "attributes": [
2146
- "$slots",
2147
2043
  "tag",
2148
2044
  "theme",
2149
2045
  "with-background"
@@ -2152,7 +2048,6 @@
2152
2048
  },
2153
2049
  "v-timeline": {
2154
2050
  "attributes": [
2155
- "$slots",
2156
2051
  "align",
2157
2052
  "density",
2158
2053
  "direction",
@@ -2169,7 +2064,6 @@
2169
2064
  },
2170
2065
  "v-timeline-item": {
2171
2066
  "attributes": [
2172
- "$slots",
2173
2067
  "density",
2174
2068
  "dot-color",
2175
2069
  "elevation",
@@ -2193,7 +2087,6 @@
2193
2087
  },
2194
2088
  "v-toolbar": {
2195
2089
  "attributes": [
2196
- "$slots",
2197
2090
  "absolute",
2198
2091
  "border",
2199
2092
  "collapse",
@@ -2215,7 +2108,6 @@
2215
2108
  },
2216
2109
  "v-toolbar-title": {
2217
2110
  "attributes": [
2218
- "$slots",
2219
2111
  "tag",
2220
2112
  "text"
2221
2113
  ],
@@ -2223,7 +2115,6 @@
2223
2115
  },
2224
2116
  "v-toolbar-items": {
2225
2117
  "attributes": [
2226
- "$slots",
2227
2118
  "color",
2228
2119
  "variant"
2229
2120
  ],
@@ -2231,7 +2122,6 @@
2231
2122
  },
2232
2123
  "v-tooltip": {
2233
2124
  "attributes": [
2234
- "$slots",
2235
2125
  "activator",
2236
2126
  "activator-props",
2237
2127
  "attach",
@@ -2270,7 +2160,6 @@
2270
2160
  },
2271
2161
  "v-validation": {
2272
2162
  "attributes": [
2273
- "$slots",
2274
2163
  "disabled",
2275
2164
  "error",
2276
2165
  "error-messages",
@@ -2288,7 +2177,6 @@
2288
2177
  },
2289
2178
  "v-window": {
2290
2179
  "attributes": [
2291
- "$slots",
2292
2180
  "continuous",
2293
2181
  "direction",
2294
2182
  "disabled",
@@ -2307,7 +2195,6 @@
2307
2195
  },
2308
2196
  "v-window-item": {
2309
2197
  "attributes": [
2310
- "$slots",
2311
2198
  "disabled",
2312
2199
  "eager",
2313
2200
  "reverse-transition",
@@ -2319,14 +2206,12 @@
2319
2206
  },
2320
2207
  "v-dialog-transition": {
2321
2208
  "attributes": [
2322
- "$slots",
2323
2209
  "target"
2324
2210
  ],
2325
2211
  "description": ""
2326
2212
  },
2327
2213
  "v-fab-transition": {
2328
2214
  "attributes": [
2329
- "$slots",
2330
2215
  "group",
2331
2216
  "hide-on-leave",
2332
2217
  "leave-absolute",
@@ -2337,7 +2222,6 @@
2337
2222
  },
2338
2223
  "v-dialog-bottom-transition": {
2339
2224
  "attributes": [
2340
- "$slots",
2341
2225
  "group",
2342
2226
  "hide-on-leave",
2343
2227
  "leave-absolute",
@@ -2348,7 +2232,6 @@
2348
2232
  },
2349
2233
  "v-dialog-top-transition": {
2350
2234
  "attributes": [
2351
- "$slots",
2352
2235
  "group",
2353
2236
  "hide-on-leave",
2354
2237
  "leave-absolute",
@@ -2359,7 +2242,6 @@
2359
2242
  },
2360
2243
  "v-fade-transition": {
2361
2244
  "attributes": [
2362
- "$slots",
2363
2245
  "group",
2364
2246
  "hide-on-leave",
2365
2247
  "leave-absolute",
@@ -2370,7 +2252,6 @@
2370
2252
  },
2371
2253
  "v-scale-transition": {
2372
2254
  "attributes": [
2373
- "$slots",
2374
2255
  "group",
2375
2256
  "hide-on-leave",
2376
2257
  "leave-absolute",
@@ -2381,7 +2262,6 @@
2381
2262
  },
2382
2263
  "v-scroll-x-transition": {
2383
2264
  "attributes": [
2384
- "$slots",
2385
2265
  "group",
2386
2266
  "hide-on-leave",
2387
2267
  "leave-absolute",
@@ -2392,7 +2272,6 @@
2392
2272
  },
2393
2273
  "v-scroll-x-reverse-transition": {
2394
2274
  "attributes": [
2395
- "$slots",
2396
2275
  "group",
2397
2276
  "hide-on-leave",
2398
2277
  "leave-absolute",
@@ -2403,7 +2282,6 @@
2403
2282
  },
2404
2283
  "v-scroll-y-transition": {
2405
2284
  "attributes": [
2406
- "$slots",
2407
2285
  "group",
2408
2286
  "hide-on-leave",
2409
2287
  "leave-absolute",
@@ -2414,7 +2292,6 @@
2414
2292
  },
2415
2293
  "v-scroll-y-reverse-transition": {
2416
2294
  "attributes": [
2417
- "$slots",
2418
2295
  "group",
2419
2296
  "hide-on-leave",
2420
2297
  "leave-absolute",
@@ -2425,7 +2302,6 @@
2425
2302
  },
2426
2303
  "v-slide-x-transition": {
2427
2304
  "attributes": [
2428
- "$slots",
2429
2305
  "group",
2430
2306
  "hide-on-leave",
2431
2307
  "leave-absolute",
@@ -2436,7 +2312,6 @@
2436
2312
  },
2437
2313
  "v-slide-x-reverse-transition": {
2438
2314
  "attributes": [
2439
- "$slots",
2440
2315
  "group",
2441
2316
  "hide-on-leave",
2442
2317
  "leave-absolute",
@@ -2447,7 +2322,6 @@
2447
2322
  },
2448
2323
  "v-slide-y-transition": {
2449
2324
  "attributes": [
2450
- "$slots",
2451
2325
  "group",
2452
2326
  "hide-on-leave",
2453
2327
  "leave-absolute",
@@ -2458,7 +2332,6 @@
2458
2332
  },
2459
2333
  "v-slide-y-reverse-transition": {
2460
2334
  "attributes": [
2461
- "$slots",
2462
2335
  "group",
2463
2336
  "hide-on-leave",
2464
2337
  "leave-absolute",
@@ -2469,21 +2342,18 @@
2469
2342
  },
2470
2343
  "v-expand-transition": {
2471
2344
  "attributes": [
2472
- "$slots",
2473
2345
  "mode"
2474
2346
  ],
2475
2347
  "description": ""
2476
2348
  },
2477
2349
  "v-expand-x-transition": {
2478
2350
  "attributes": [
2479
- "$slots",
2480
2351
  "mode"
2481
2352
  ],
2482
2353
  "description": ""
2483
2354
  },
2484
2355
  "v-data-table": {
2485
2356
  "attributes": [
2486
- "$slots",
2487
2357
  "custom-filter",
2488
2358
  "custom-key-filter",
2489
2359
  "expand-on-click",
@@ -2519,7 +2389,6 @@
2519
2389
  },
2520
2390
  "v-data-table-rows": {
2521
2391
  "attributes": [
2522
- "$slots",
2523
2392
  "hide-no-data",
2524
2393
  "items",
2525
2394
  "loading",
@@ -2537,7 +2406,6 @@
2537
2406
  },
2538
2407
  "v-data-table-virtual": {
2539
2408
  "attributes": [
2540
- "$slots",
2541
2409
  "custom-filter",
2542
2410
  "custom-key-filter",
2543
2411
  "expand-on-click",
@@ -2573,7 +2441,6 @@
2573
2441
  },
2574
2442
  "v-data-table-server": {
2575
2443
  "attributes": [
2576
- "$slots",
2577
2444
  "color",
2578
2445
  "expand-on-click",
2579
2446
  "expanded",
@@ -2611,7 +2478,6 @@
2611
2478
  },
2612
2479
  "v-virtual-scroll": {
2613
2480
  "attributes": [
2614
- "$slots",
2615
2481
  "height",
2616
2482
  "item-height",
2617
2483
  "items",