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