@morya-ui/mcp 0.1.1

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.
@@ -0,0 +1,2986 @@
1
+ {
2
+ "generatedAt": "2026-09-09T16:15:22.593Z",
3
+ "catalogGeneratedAt": "2026-09-09T16:15:15.946Z",
4
+ "components": [
5
+ {
6
+ "id": "Accordion",
7
+ "exportName": "MAccordion",
8
+ "examples": 8,
9
+ "props": {
10
+ "total": 4,
11
+ "covered": 3,
12
+ "missing": [
13
+ "defaultValue"
14
+ ]
15
+ },
16
+ "events": {
17
+ "total": 1,
18
+ "covered": 0,
19
+ "missing": [
20
+ "update:modelValue"
21
+ ]
22
+ },
23
+ "slots": {
24
+ "total": 1,
25
+ "covered": 1,
26
+ "missing": []
27
+ },
28
+ "methods": {
29
+ "total": 0,
30
+ "covered": 0,
31
+ "missing": []
32
+ }
33
+ },
34
+ {
35
+ "id": "AutoComplete",
36
+ "exportName": "MAutoComplete",
37
+ "examples": 8,
38
+ "props": {
39
+ "total": 16,
40
+ "covered": 6,
41
+ "missing": [
42
+ "loading",
43
+ "disabled",
44
+ "teleport",
45
+ "appendTo",
46
+ "emptyMessage",
47
+ "errorMessage",
48
+ "helpText",
49
+ "id",
50
+ "invalid",
51
+ "label"
52
+ ]
53
+ },
54
+ "events": {
55
+ "total": 3,
56
+ "covered": 0,
57
+ "missing": [
58
+ "update:modelValue",
59
+ "complete",
60
+ "clear"
61
+ ]
62
+ },
63
+ "slots": {
64
+ "total": 2,
65
+ "covered": 0,
66
+ "missing": [
67
+ "item",
68
+ "empty"
69
+ ]
70
+ },
71
+ "methods": {
72
+ "total": 0,
73
+ "covered": 0,
74
+ "missing": []
75
+ }
76
+ },
77
+ {
78
+ "id": "Avatar",
79
+ "exportName": "MAvatar",
80
+ "examples": 6,
81
+ "props": {
82
+ "total": 6,
83
+ "covered": 5,
84
+ "missing": [
85
+ "image"
86
+ ]
87
+ },
88
+ "events": {
89
+ "total": 1,
90
+ "covered": 0,
91
+ "missing": [
92
+ "error"
93
+ ]
94
+ },
95
+ "slots": {
96
+ "total": 1,
97
+ "covered": 1,
98
+ "missing": []
99
+ },
100
+ "methods": {
101
+ "total": 0,
102
+ "covered": 0,
103
+ "missing": []
104
+ }
105
+ },
106
+ {
107
+ "id": "Badge",
108
+ "exportName": "MBadge",
109
+ "examples": 10,
110
+ "props": {
111
+ "total": 6,
112
+ "covered": 5,
113
+ "missing": [
114
+ "offset"
115
+ ]
116
+ },
117
+ "events": {
118
+ "total": 0,
119
+ "covered": 0,
120
+ "missing": []
121
+ },
122
+ "slots": {
123
+ "total": 1,
124
+ "covered": 1,
125
+ "missing": []
126
+ },
127
+ "methods": {
128
+ "total": 0,
129
+ "covered": 0,
130
+ "missing": []
131
+ }
132
+ },
133
+ {
134
+ "id": "BlockUI",
135
+ "exportName": "MBlockUI",
136
+ "examples": 4,
137
+ "props": {
138
+ "total": 1,
139
+ "covered": 1,
140
+ "missing": []
141
+ },
142
+ "events": {
143
+ "total": 0,
144
+ "covered": 0,
145
+ "missing": []
146
+ },
147
+ "slots": {
148
+ "total": 1,
149
+ "covered": 1,
150
+ "missing": []
151
+ },
152
+ "methods": {
153
+ "total": 0,
154
+ "covered": 0,
155
+ "missing": []
156
+ }
157
+ },
158
+ {
159
+ "id": "Breadcrumb",
160
+ "exportName": "MBreadcrumb",
161
+ "examples": 6,
162
+ "props": {
163
+ "total": 3,
164
+ "covered": 3,
165
+ "missing": []
166
+ },
167
+ "events": {
168
+ "total": 0,
169
+ "covered": 0,
170
+ "missing": []
171
+ },
172
+ "slots": {
173
+ "total": 2,
174
+ "covered": 0,
175
+ "missing": [
176
+ "separator",
177
+ "item"
178
+ ]
179
+ },
180
+ "methods": {
181
+ "total": 0,
182
+ "covered": 0,
183
+ "missing": []
184
+ }
185
+ },
186
+ {
187
+ "id": "Button",
188
+ "exportName": "MButton",
189
+ "examples": 20,
190
+ "props": {
191
+ "total": 24,
192
+ "covered": 21,
193
+ "missing": [
194
+ "variant",
195
+ "autofocus",
196
+ "nativeType"
197
+ ]
198
+ },
199
+ "events": {
200
+ "total": 1,
201
+ "covered": 1,
202
+ "missing": []
203
+ },
204
+ "slots": {
205
+ "total": 3,
206
+ "covered": 1,
207
+ "missing": [
208
+ "icon",
209
+ "loadingicon"
210
+ ]
211
+ },
212
+ "methods": {
213
+ "total": 2,
214
+ "covered": 0,
215
+ "missing": [
216
+ "focus",
217
+ "ref"
218
+ ]
219
+ }
220
+ },
221
+ {
222
+ "id": "Card",
223
+ "exportName": "MCard",
224
+ "examples": 8,
225
+ "props": {
226
+ "total": 7,
227
+ "covered": 4,
228
+ "missing": [
229
+ "ariaLabel",
230
+ "bordered",
231
+ "headingLevel"
232
+ ]
233
+ },
234
+ "events": {
235
+ "total": 0,
236
+ "covered": 0,
237
+ "missing": []
238
+ },
239
+ "slots": {
240
+ "total": 4,
241
+ "covered": 4,
242
+ "missing": []
243
+ },
244
+ "methods": {
245
+ "total": 0,
246
+ "covered": 0,
247
+ "missing": []
248
+ }
249
+ },
250
+ {
251
+ "id": "Carousel",
252
+ "exportName": "MCarousel",
253
+ "examples": 6,
254
+ "props": {
255
+ "total": 8,
256
+ "covered": 6,
257
+ "missing": [
258
+ "showIndicators",
259
+ "page"
260
+ ]
261
+ },
262
+ "events": {
263
+ "total": 1,
264
+ "covered": 0,
265
+ "missing": [
266
+ "update:page"
267
+ ]
268
+ },
269
+ "slots": {
270
+ "total": 0,
271
+ "covered": 0,
272
+ "missing": []
273
+ },
274
+ "methods": {
275
+ "total": 0,
276
+ "covered": 0,
277
+ "missing": []
278
+ }
279
+ },
280
+ {
281
+ "id": "CascadeSelect",
282
+ "exportName": "MCascadeSelect",
283
+ "examples": 6,
284
+ "props": {
285
+ "total": 15,
286
+ "covered": 4,
287
+ "missing": [
288
+ "label",
289
+ "helpText",
290
+ "invalid",
291
+ "errorMessage",
292
+ "id",
293
+ "disabled",
294
+ "required",
295
+ "fluid",
296
+ "clearable",
297
+ "teleport",
298
+ "appendTo"
299
+ ]
300
+ },
301
+ "events": {
302
+ "total": 2,
303
+ "covered": 0,
304
+ "missing": [
305
+ "update:modelValue",
306
+ "clear"
307
+ ]
308
+ },
309
+ "slots": {
310
+ "total": 2,
311
+ "covered": 0,
312
+ "missing": [
313
+ "value",
314
+ "option"
315
+ ]
316
+ },
317
+ "methods": {
318
+ "total": 0,
319
+ "covered": 0,
320
+ "missing": []
321
+ }
322
+ },
323
+ {
324
+ "id": "Checkbox",
325
+ "exportName": "MCheckbox",
326
+ "examples": 10,
327
+ "props": {
328
+ "total": 10,
329
+ "covered": 6,
330
+ "missing": [
331
+ "id",
332
+ "name",
333
+ "size",
334
+ "required"
335
+ ]
336
+ },
337
+ "events": {
338
+ "total": 1,
339
+ "covered": 0,
340
+ "missing": [
341
+ "update:modelValue"
342
+ ]
343
+ },
344
+ "slots": {
345
+ "total": 1,
346
+ "covered": 1,
347
+ "missing": []
348
+ },
349
+ "methods": {
350
+ "total": 0,
351
+ "covered": 0,
352
+ "missing": []
353
+ }
354
+ },
355
+ {
356
+ "id": "Chip",
357
+ "exportName": "MChip",
358
+ "examples": 4,
359
+ "props": {
360
+ "total": 7,
361
+ "covered": 6,
362
+ "missing": [
363
+ "image"
364
+ ]
365
+ },
366
+ "events": {
367
+ "total": 1,
368
+ "covered": 0,
369
+ "missing": [
370
+ "remove"
371
+ ]
372
+ },
373
+ "slots": {
374
+ "total": 2,
375
+ "covered": 0,
376
+ "missing": [
377
+ "default",
378
+ "icon"
379
+ ]
380
+ },
381
+ "methods": {
382
+ "total": 0,
383
+ "covered": 0,
384
+ "missing": []
385
+ }
386
+ },
387
+ {
388
+ "id": "CommandMenu",
389
+ "exportName": "MCommandMenu",
390
+ "examples": 4,
391
+ "props": {
392
+ "total": 5,
393
+ "covered": 3,
394
+ "missing": [
395
+ "teleport",
396
+ "appendTo"
397
+ ]
398
+ },
399
+ "events": {
400
+ "total": 1,
401
+ "covered": 0,
402
+ "missing": [
403
+ "update:modelValue"
404
+ ]
405
+ },
406
+ "slots": {
407
+ "total": 0,
408
+ "covered": 0,
409
+ "missing": []
410
+ },
411
+ "methods": {
412
+ "total": 0,
413
+ "covered": 0,
414
+ "missing": []
415
+ }
416
+ },
417
+ {
418
+ "id": "ConfigProvider",
419
+ "exportName": "MConfigProvider",
420
+ "examples": 14,
421
+ "props": {
422
+ "total": 10,
423
+ "covered": 6,
424
+ "missing": [
425
+ "zIndex",
426
+ "theme",
427
+ "locale",
428
+ "globalDensity"
429
+ ]
430
+ },
431
+ "events": {
432
+ "total": 0,
433
+ "covered": 0,
434
+ "missing": []
435
+ },
436
+ "slots": {
437
+ "total": 1,
438
+ "covered": 1,
439
+ "missing": []
440
+ },
441
+ "methods": {
442
+ "total": 0,
443
+ "covered": 0,
444
+ "missing": []
445
+ }
446
+ },
447
+ {
448
+ "id": "ConfirmDialog",
449
+ "exportName": "MConfirmDialog",
450
+ "examples": 4,
451
+ "props": {
452
+ "total": 15,
453
+ "covered": 6,
454
+ "missing": [
455
+ "type",
456
+ "loading",
457
+ "beforeAccept",
458
+ "beforeReject",
459
+ "teleport",
460
+ "appendTo",
461
+ "blockScroll",
462
+ "closeOnEsc",
463
+ "closeOnOutsideClick"
464
+ ]
465
+ },
466
+ "events": {
467
+ "total": 3,
468
+ "covered": 0,
469
+ "missing": [
470
+ "update:modelValue",
471
+ "accept",
472
+ "reject"
473
+ ]
474
+ },
475
+ "slots": {
476
+ "total": 3,
477
+ "covered": 0,
478
+ "missing": [
479
+ "default",
480
+ "footer",
481
+ "header"
482
+ ]
483
+ },
484
+ "methods": {
485
+ "total": 0,
486
+ "covered": 0,
487
+ "missing": []
488
+ }
489
+ },
490
+ {
491
+ "id": "ConfirmPopup",
492
+ "exportName": "MConfirmPopup",
493
+ "examples": 6,
494
+ "props": {
495
+ "total": 12,
496
+ "covered": 6,
497
+ "missing": [
498
+ "acceptLabel",
499
+ "rejectLabel",
500
+ "position",
501
+ "teleport",
502
+ "appendTo",
503
+ "acceptSeverity"
504
+ ]
505
+ },
506
+ "events": {
507
+ "total": 3,
508
+ "covered": 0,
509
+ "missing": [
510
+ "update:modelValue",
511
+ "accept",
512
+ "reject"
513
+ ]
514
+ },
515
+ "slots": {
516
+ "total": 1,
517
+ "covered": 0,
518
+ "missing": [
519
+ "default"
520
+ ]
521
+ },
522
+ "methods": {
523
+ "total": 0,
524
+ "covered": 0,
525
+ "missing": []
526
+ }
527
+ },
528
+ {
529
+ "id": "ContextMenu",
530
+ "exportName": "MContextMenu",
531
+ "examples": 6,
532
+ "props": {
533
+ "total": 5,
534
+ "covered": 3,
535
+ "missing": [
536
+ "teleport",
537
+ "appendTo"
538
+ ]
539
+ },
540
+ "events": {
541
+ "total": 2,
542
+ "covered": 1,
543
+ "missing": [
544
+ "update:modelValue"
545
+ ]
546
+ },
547
+ "slots": {
548
+ "total": 1,
549
+ "covered": 0,
550
+ "missing": [
551
+ "default"
552
+ ]
553
+ },
554
+ "methods": {
555
+ "total": 2,
556
+ "covered": 1,
557
+ "missing": [
558
+ "hide"
559
+ ]
560
+ }
561
+ },
562
+ {
563
+ "id": "DataView",
564
+ "exportName": "MDataView",
565
+ "examples": 4,
566
+ "props": {
567
+ "total": 10,
568
+ "covered": 5,
569
+ "missing": [
570
+ "disabled",
571
+ "emptyMessage",
572
+ "loading",
573
+ "pageSizes",
574
+ "showSizePicker"
575
+ ]
576
+ },
577
+ "events": {
578
+ "total": 1,
579
+ "covered": 0,
580
+ "missing": [
581
+ "update:page"
582
+ ]
583
+ },
584
+ "slots": {
585
+ "total": 0,
586
+ "covered": 0,
587
+ "missing": []
588
+ },
589
+ "methods": {
590
+ "total": 0,
591
+ "covered": 0,
592
+ "missing": []
593
+ }
594
+ },
595
+ {
596
+ "id": "DatePicker",
597
+ "exportName": "MDatePicker",
598
+ "examples": 20,
599
+ "props": {
600
+ "total": 18,
601
+ "covered": 12,
602
+ "missing": [
603
+ "format",
604
+ "clearable",
605
+ "teleport",
606
+ "errorMessage",
607
+ "helpText",
608
+ "id"
609
+ ]
610
+ },
611
+ "events": {
612
+ "total": 5,
613
+ "covered": 0,
614
+ "missing": [
615
+ "update:modelValue",
616
+ "clear",
617
+ "change",
618
+ "hide",
619
+ "show"
620
+ ]
621
+ },
622
+ "slots": {
623
+ "total": 1,
624
+ "covered": 0,
625
+ "missing": [
626
+ "trigger"
627
+ ]
628
+ },
629
+ "methods": {
630
+ "total": 0,
631
+ "covered": 0,
632
+ "missing": []
633
+ }
634
+ },
635
+ {
636
+ "id": "Dialog",
637
+ "exportName": "MDialog",
638
+ "examples": 14,
639
+ "props": {
640
+ "total": 22,
641
+ "covered": 11,
642
+ "missing": [
643
+ "title",
644
+ "closeOnEsc",
645
+ "blockScroll",
646
+ "closeOnOutsideClick",
647
+ "closable",
648
+ "modal",
649
+ "teleport",
650
+ "appendTo",
651
+ "positiveSeverity",
652
+ "onNegativeClick",
653
+ "ariaLabel"
654
+ ]
655
+ },
656
+ "events": {
657
+ "total": 6,
658
+ "covered": 0,
659
+ "missing": [
660
+ "update:modelValue",
661
+ "close",
662
+ "show",
663
+ "hide",
664
+ "maximize",
665
+ "unmaximize"
666
+ ]
667
+ },
668
+ "slots": {
669
+ "total": 3,
670
+ "covered": 2,
671
+ "missing": [
672
+ "header"
673
+ ]
674
+ },
675
+ "methods": {
676
+ "total": 3,
677
+ "covered": 0,
678
+ "missing": [
679
+ "close",
680
+ "maximize",
681
+ "unmaximize"
682
+ ]
683
+ }
684
+ },
685
+ {
686
+ "id": "Divider",
687
+ "exportName": "MDivider",
688
+ "examples": 12,
689
+ "props": {
690
+ "total": 5,
691
+ "covered": 5,
692
+ "missing": []
693
+ },
694
+ "events": {
695
+ "total": 0,
696
+ "covered": 0,
697
+ "missing": []
698
+ },
699
+ "slots": {
700
+ "total": 1,
701
+ "covered": 0,
702
+ "missing": [
703
+ "default"
704
+ ]
705
+ },
706
+ "methods": {
707
+ "total": 0,
708
+ "covered": 0,
709
+ "missing": []
710
+ }
711
+ },
712
+ {
713
+ "id": "Dock",
714
+ "exportName": "MDock",
715
+ "examples": 4,
716
+ "props": {
717
+ "total": 2,
718
+ "covered": 1,
719
+ "missing": [
720
+ "position"
721
+ ]
722
+ },
723
+ "events": {
724
+ "total": 0,
725
+ "covered": 0,
726
+ "missing": []
727
+ },
728
+ "slots": {
729
+ "total": 1,
730
+ "covered": 0,
731
+ "missing": [
732
+ "default"
733
+ ]
734
+ },
735
+ "methods": {
736
+ "total": 0,
737
+ "covered": 0,
738
+ "missing": []
739
+ }
740
+ },
741
+ {
742
+ "id": "Drawer",
743
+ "exportName": "MDrawer",
744
+ "examples": 6,
745
+ "props": {
746
+ "total": 14,
747
+ "covered": 3,
748
+ "missing": [
749
+ "modal",
750
+ "dismissable",
751
+ "showCloseIcon",
752
+ "width",
753
+ "height",
754
+ "blockScroll",
755
+ "teleport",
756
+ "appendTo",
757
+ "beforeClose",
758
+ "closeOnEsc",
759
+ "closeOnOutsideClick"
760
+ ]
761
+ },
762
+ "events": {
763
+ "total": 5,
764
+ "covered": 0,
765
+ "missing": [
766
+ "update:modelValue",
767
+ "show",
768
+ "hide",
769
+ "after-leave",
770
+ "close"
771
+ ]
772
+ },
773
+ "slots": {
774
+ "total": 2,
775
+ "covered": 1,
776
+ "missing": [
777
+ "header"
778
+ ]
779
+ },
780
+ "methods": {
781
+ "total": 0,
782
+ "covered": 0,
783
+ "missing": []
784
+ }
785
+ },
786
+ {
787
+ "id": "Dropdown",
788
+ "exportName": "MDropdown",
789
+ "examples": 6,
790
+ "props": {
791
+ "total": 9,
792
+ "covered": 5,
793
+ "missing": [
794
+ "placement",
795
+ "closeOnSelect",
796
+ "teleport",
797
+ "appendTo"
798
+ ]
799
+ },
800
+ "events": {
801
+ "total": 2,
802
+ "covered": 1,
803
+ "missing": [
804
+ "update:modelValue"
805
+ ]
806
+ },
807
+ "slots": {
808
+ "total": 2,
809
+ "covered": 1,
810
+ "missing": [
811
+ "item"
812
+ ]
813
+ },
814
+ "methods": {
815
+ "total": 0,
816
+ "covered": 0,
817
+ "missing": []
818
+ }
819
+ },
820
+ {
821
+ "id": "Fieldset",
822
+ "exportName": "MFieldset",
823
+ "examples": 4,
824
+ "props": {
825
+ "total": 4,
826
+ "covered": 3,
827
+ "missing": [
828
+ "defaultCollapsed"
829
+ ]
830
+ },
831
+ "events": {
832
+ "total": 1,
833
+ "covered": 1,
834
+ "missing": []
835
+ },
836
+ "slots": {
837
+ "total": 2,
838
+ "covered": 1,
839
+ "missing": [
840
+ "legend"
841
+ ]
842
+ },
843
+ "methods": {
844
+ "total": 0,
845
+ "covered": 0,
846
+ "missing": []
847
+ }
848
+ },
849
+ {
850
+ "id": "FileUpload",
851
+ "exportName": "MFileUpload",
852
+ "examples": 16,
853
+ "props": {
854
+ "total": 22,
855
+ "covered": 10,
856
+ "missing": [
857
+ "directory",
858
+ "disabled",
859
+ "chooseLabel",
860
+ "showFileList",
861
+ "fileList",
862
+ "action",
863
+ "method",
864
+ "name",
865
+ "headers",
866
+ "data",
867
+ "withCredentials",
868
+ "beforeRemove"
869
+ ]
870
+ },
871
+ "events": {
872
+ "total": 11,
873
+ "covered": 3,
874
+ "missing": [
875
+ "exceed",
876
+ "update:fileList",
877
+ "change",
878
+ "remove",
879
+ "progress",
880
+ "error",
881
+ "abort",
882
+ "exceed-size"
883
+ ]
884
+ },
885
+ "slots": {
886
+ "total": 4,
887
+ "covered": 2,
888
+ "missing": [
889
+ "trigger",
890
+ "file"
891
+ ]
892
+ },
893
+ "methods": {
894
+ "total": 5,
895
+ "covered": 5,
896
+ "missing": []
897
+ }
898
+ },
899
+ {
900
+ "id": "Flex",
901
+ "exportName": "MFlex",
902
+ "examples": 8,
903
+ "props": {
904
+ "total": 7,
905
+ "covered": 4,
906
+ "missing": [
907
+ "inline",
908
+ "reverse",
909
+ "wrap"
910
+ ]
911
+ },
912
+ "events": {
913
+ "total": 0,
914
+ "covered": 0,
915
+ "missing": []
916
+ },
917
+ "slots": {
918
+ "total": 1,
919
+ "covered": 1,
920
+ "missing": []
921
+ },
922
+ "methods": {
923
+ "total": 0,
924
+ "covered": 0,
925
+ "missing": []
926
+ }
927
+ },
928
+ {
929
+ "id": "FloatLabel",
930
+ "exportName": "MFloatLabel",
931
+ "examples": 4,
932
+ "props": {
933
+ "total": 1,
934
+ "covered": 1,
935
+ "missing": []
936
+ },
937
+ "events": {
938
+ "total": 0,
939
+ "covered": 0,
940
+ "missing": []
941
+ },
942
+ "slots": {
943
+ "total": 0,
944
+ "covered": 0,
945
+ "missing": []
946
+ },
947
+ "methods": {
948
+ "total": 0,
949
+ "covered": 0,
950
+ "missing": []
951
+ }
952
+ },
953
+ {
954
+ "id": "Fluid",
955
+ "exportName": "MFluid",
956
+ "examples": 4,
957
+ "props": {
958
+ "total": 1,
959
+ "covered": 0,
960
+ "missing": [
961
+ "as"
962
+ ]
963
+ },
964
+ "events": {
965
+ "total": 0,
966
+ "covered": 0,
967
+ "missing": []
968
+ },
969
+ "slots": {
970
+ "total": 1,
971
+ "covered": 1,
972
+ "missing": []
973
+ },
974
+ "methods": {
975
+ "total": 0,
976
+ "covered": 0,
977
+ "missing": []
978
+ }
979
+ },
980
+ {
981
+ "id": "Form",
982
+ "exportName": "MForm",
983
+ "examples": 8,
984
+ "props": {
985
+ "total": 0,
986
+ "covered": 0,
987
+ "missing": []
988
+ },
989
+ "events": {
990
+ "total": 0,
991
+ "covered": 0,
992
+ "missing": []
993
+ },
994
+ "slots": {
995
+ "total": 1,
996
+ "covered": 1,
997
+ "missing": []
998
+ },
999
+ "methods": {
1000
+ "total": 5,
1001
+ "covered": 1,
1002
+ "missing": [
1003
+ "clearValidate",
1004
+ "reset",
1005
+ "resetFields",
1006
+ "errors"
1007
+ ]
1008
+ }
1009
+ },
1010
+ {
1011
+ "id": "Gallery",
1012
+ "exportName": "MGallery",
1013
+ "examples": 4,
1014
+ "props": {
1015
+ "total": 2,
1016
+ "covered": 2,
1017
+ "missing": []
1018
+ },
1019
+ "events": {
1020
+ "total": 1,
1021
+ "covered": 1,
1022
+ "missing": []
1023
+ },
1024
+ "slots": {
1025
+ "total": 1,
1026
+ "covered": 0,
1027
+ "missing": [
1028
+ "item"
1029
+ ]
1030
+ },
1031
+ "methods": {
1032
+ "total": 0,
1033
+ "covered": 0,
1034
+ "missing": []
1035
+ }
1036
+ },
1037
+ {
1038
+ "id": "Grid",
1039
+ "exportName": "MGrid",
1040
+ "examples": 10,
1041
+ "props": {
1042
+ "total": 0,
1043
+ "covered": 0,
1044
+ "missing": []
1045
+ },
1046
+ "events": {
1047
+ "total": 0,
1048
+ "covered": 0,
1049
+ "missing": []
1050
+ },
1051
+ "slots": {
1052
+ "total": 1,
1053
+ "covered": 1,
1054
+ "missing": []
1055
+ },
1056
+ "methods": {
1057
+ "total": 0,
1058
+ "covered": 0,
1059
+ "missing": []
1060
+ }
1061
+ },
1062
+ {
1063
+ "id": "Icon",
1064
+ "exportName": "MIcon",
1065
+ "examples": 8,
1066
+ "props": {
1067
+ "total": 3,
1068
+ "covered": 3,
1069
+ "missing": []
1070
+ },
1071
+ "events": {
1072
+ "total": 0,
1073
+ "covered": 0,
1074
+ "missing": []
1075
+ },
1076
+ "slots": {
1077
+ "total": 0,
1078
+ "covered": 0,
1079
+ "missing": []
1080
+ },
1081
+ "methods": {
1082
+ "total": 0,
1083
+ "covered": 0,
1084
+ "missing": []
1085
+ }
1086
+ },
1087
+ {
1088
+ "id": "IconField",
1089
+ "exportName": "MIconField",
1090
+ "examples": 4,
1091
+ "props": {
1092
+ "total": 1,
1093
+ "covered": 1,
1094
+ "missing": []
1095
+ },
1096
+ "events": {
1097
+ "total": 0,
1098
+ "covered": 0,
1099
+ "missing": []
1100
+ },
1101
+ "slots": {
1102
+ "total": 0,
1103
+ "covered": 0,
1104
+ "missing": []
1105
+ },
1106
+ "methods": {
1107
+ "total": 0,
1108
+ "covered": 0,
1109
+ "missing": []
1110
+ }
1111
+ },
1112
+ {
1113
+ "id": "Inplace",
1114
+ "exportName": "MInplace",
1115
+ "examples": 4,
1116
+ "props": {
1117
+ "total": 4,
1118
+ "covered": 1,
1119
+ "missing": [
1120
+ "disabled",
1121
+ "closeOnEsc",
1122
+ "dismissable"
1123
+ ]
1124
+ },
1125
+ "events": {
1126
+ "total": 3,
1127
+ "covered": 0,
1128
+ "missing": [
1129
+ "update:modelValue",
1130
+ "close",
1131
+ "open"
1132
+ ]
1133
+ },
1134
+ "slots": {
1135
+ "total": 0,
1136
+ "covered": 0,
1137
+ "missing": []
1138
+ },
1139
+ "methods": {
1140
+ "total": 2,
1141
+ "covered": 0,
1142
+ "missing": [
1143
+ "activate",
1144
+ "deactivate"
1145
+ ]
1146
+ }
1147
+ },
1148
+ {
1149
+ "id": "Input",
1150
+ "exportName": "MInput",
1151
+ "examples": 20,
1152
+ "props": {
1153
+ "total": 15,
1154
+ "covered": 12,
1155
+ "missing": [
1156
+ "id",
1157
+ "readonly",
1158
+ "errorMessage"
1159
+ ]
1160
+ },
1161
+ "events": {
1162
+ "total": 5,
1163
+ "covered": 0,
1164
+ "missing": [
1165
+ "update:modelValue",
1166
+ "clear",
1167
+ "blur",
1168
+ "change",
1169
+ "focus"
1170
+ ]
1171
+ },
1172
+ "slots": {
1173
+ "total": 2,
1174
+ "covered": 2,
1175
+ "missing": []
1176
+ },
1177
+ "methods": {
1178
+ "total": 3,
1179
+ "covered": 0,
1180
+ "missing": [
1181
+ "focus",
1182
+ "blur",
1183
+ "select"
1184
+ ]
1185
+ }
1186
+ },
1187
+ {
1188
+ "id": "InputColor",
1189
+ "exportName": "MInputColor",
1190
+ "examples": 6,
1191
+ "props": {
1192
+ "total": 7,
1193
+ "covered": 2,
1194
+ "missing": [
1195
+ "disabled",
1196
+ "id",
1197
+ "invalid",
1198
+ "label",
1199
+ "size"
1200
+ ]
1201
+ },
1202
+ "events": {
1203
+ "total": 1,
1204
+ "covered": 0,
1205
+ "missing": [
1206
+ "update:modelValue"
1207
+ ]
1208
+ },
1209
+ "slots": {
1210
+ "total": 1,
1211
+ "covered": 0,
1212
+ "missing": [
1213
+ "trigger"
1214
+ ]
1215
+ },
1216
+ "methods": {
1217
+ "total": 0,
1218
+ "covered": 0,
1219
+ "missing": []
1220
+ }
1221
+ },
1222
+ {
1223
+ "id": "InputGroup",
1224
+ "exportName": "MInputGroup",
1225
+ "examples": 4,
1226
+ "props": {
1227
+ "total": 0,
1228
+ "covered": 0,
1229
+ "missing": []
1230
+ },
1231
+ "events": {
1232
+ "total": 0,
1233
+ "covered": 0,
1234
+ "missing": []
1235
+ },
1236
+ "slots": {
1237
+ "total": 0,
1238
+ "covered": 0,
1239
+ "missing": []
1240
+ },
1241
+ "methods": {
1242
+ "total": 0,
1243
+ "covered": 0,
1244
+ "missing": []
1245
+ }
1246
+ },
1247
+ {
1248
+ "id": "InputNumber",
1249
+ "exportName": "MInputNumber",
1250
+ "examples": 8,
1251
+ "props": {
1252
+ "total": 17,
1253
+ "covered": 9,
1254
+ "missing": [
1255
+ "size",
1256
+ "fluid",
1257
+ "invalid",
1258
+ "disabled",
1259
+ "errorMessage",
1260
+ "helpText",
1261
+ "id",
1262
+ "readonly"
1263
+ ]
1264
+ },
1265
+ "events": {
1266
+ "total": 4,
1267
+ "covered": 0,
1268
+ "missing": [
1269
+ "update:modelValue",
1270
+ "blur",
1271
+ "change",
1272
+ "focus"
1273
+ ]
1274
+ },
1275
+ "slots": {
1276
+ "total": 2,
1277
+ "covered": 0,
1278
+ "missing": [
1279
+ "prefix",
1280
+ "suffix"
1281
+ ]
1282
+ },
1283
+ "methods": {
1284
+ "total": 3,
1285
+ "covered": 0,
1286
+ "missing": [
1287
+ "focus",
1288
+ "blur",
1289
+ "select"
1290
+ ]
1291
+ }
1292
+ },
1293
+ {
1294
+ "id": "InputOtp",
1295
+ "exportName": "MInputOtp",
1296
+ "examples": 6,
1297
+ "props": {
1298
+ "total": 9,
1299
+ "covered": 6,
1300
+ "missing": [
1301
+ "disabled",
1302
+ "invalid",
1303
+ "label"
1304
+ ]
1305
+ },
1306
+ "events": {
1307
+ "total": 1,
1308
+ "covered": 0,
1309
+ "missing": [
1310
+ "update:modelValue"
1311
+ ]
1312
+ },
1313
+ "slots": {
1314
+ "total": 0,
1315
+ "covered": 0,
1316
+ "missing": []
1317
+ },
1318
+ "methods": {
1319
+ "total": 0,
1320
+ "covered": 0,
1321
+ "missing": []
1322
+ }
1323
+ },
1324
+ {
1325
+ "id": "InputPassword",
1326
+ "exportName": "MInputPassword",
1327
+ "examples": 12,
1328
+ "props": {
1329
+ "total": 17,
1330
+ "covered": 10,
1331
+ "missing": [
1332
+ "toggleMask",
1333
+ "variant",
1334
+ "fluid",
1335
+ "invalid",
1336
+ "disabled",
1337
+ "readonly",
1338
+ "id"
1339
+ ]
1340
+ },
1341
+ "events": {
1342
+ "total": 5,
1343
+ "covered": 0,
1344
+ "missing": [
1345
+ "update:modelValue",
1346
+ "clear",
1347
+ "blur",
1348
+ "change",
1349
+ "focus"
1350
+ ]
1351
+ },
1352
+ "slots": {
1353
+ "total": 2,
1354
+ "covered": 2,
1355
+ "missing": []
1356
+ },
1357
+ "methods": {
1358
+ "total": 3,
1359
+ "covered": 0,
1360
+ "missing": [
1361
+ "focus",
1362
+ "blur",
1363
+ "select"
1364
+ ]
1365
+ }
1366
+ },
1367
+ {
1368
+ "id": "InputTags",
1369
+ "exportName": "MInputTags",
1370
+ "examples": 6,
1371
+ "props": {
1372
+ "total": 10,
1373
+ "covered": 4,
1374
+ "missing": [
1375
+ "disabled",
1376
+ "addOnBlur",
1377
+ "id",
1378
+ "invalid",
1379
+ "label",
1380
+ "size"
1381
+ ]
1382
+ },
1383
+ "events": {
1384
+ "total": 1,
1385
+ "covered": 0,
1386
+ "missing": [
1387
+ "update:modelValue"
1388
+ ]
1389
+ },
1390
+ "slots": {
1391
+ "total": 1,
1392
+ "covered": 0,
1393
+ "missing": [
1394
+ "tag"
1395
+ ]
1396
+ },
1397
+ "methods": {
1398
+ "total": 0,
1399
+ "covered": 0,
1400
+ "missing": []
1401
+ }
1402
+ },
1403
+ {
1404
+ "id": "Knob",
1405
+ "exportName": "MKnob",
1406
+ "examples": 4,
1407
+ "props": {
1408
+ "total": 10,
1409
+ "covered": 3,
1410
+ "missing": [
1411
+ "min",
1412
+ "max",
1413
+ "step",
1414
+ "disabled",
1415
+ "ariaLabel",
1416
+ "ariaLabelledby",
1417
+ "diameter"
1418
+ ]
1419
+ },
1420
+ "events": {
1421
+ "total": 1,
1422
+ "covered": 0,
1423
+ "missing": [
1424
+ "update:modelValue"
1425
+ ]
1426
+ },
1427
+ "slots": {
1428
+ "total": 0,
1429
+ "covered": 0,
1430
+ "missing": []
1431
+ },
1432
+ "methods": {
1433
+ "total": 0,
1434
+ "covered": 0,
1435
+ "missing": []
1436
+ }
1437
+ },
1438
+ {
1439
+ "id": "Label",
1440
+ "exportName": "MLabel",
1441
+ "examples": 4,
1442
+ "props": {
1443
+ "total": 2,
1444
+ "covered": 1,
1445
+ "missing": [
1446
+ "for"
1447
+ ]
1448
+ },
1449
+ "events": {
1450
+ "total": 0,
1451
+ "covered": 0,
1452
+ "missing": []
1453
+ },
1454
+ "slots": {
1455
+ "total": 0,
1456
+ "covered": 0,
1457
+ "missing": []
1458
+ },
1459
+ "methods": {
1460
+ "total": 0,
1461
+ "covered": 0,
1462
+ "missing": []
1463
+ }
1464
+ },
1465
+ {
1466
+ "id": "Layout",
1467
+ "exportName": "MLayout",
1468
+ "examples": 16,
1469
+ "props": {
1470
+ "total": 0,
1471
+ "covered": 0,
1472
+ "missing": []
1473
+ },
1474
+ "events": {
1475
+ "total": 0,
1476
+ "covered": 0,
1477
+ "missing": []
1478
+ },
1479
+ "slots": {
1480
+ "total": 1,
1481
+ "covered": 1,
1482
+ "missing": []
1483
+ },
1484
+ "methods": {
1485
+ "total": 0,
1486
+ "covered": 0,
1487
+ "missing": []
1488
+ }
1489
+ },
1490
+ {
1491
+ "id": "Listbox",
1492
+ "exportName": "MListbox",
1493
+ "examples": 4,
1494
+ "props": {
1495
+ "total": 9,
1496
+ "covered": 4,
1497
+ "missing": [
1498
+ "multiple",
1499
+ "disabled",
1500
+ "emptyMessage",
1501
+ "invalid",
1502
+ "size"
1503
+ ]
1504
+ },
1505
+ "events": {
1506
+ "total": 1,
1507
+ "covered": 0,
1508
+ "missing": [
1509
+ "update:modelValue"
1510
+ ]
1511
+ },
1512
+ "slots": {
1513
+ "total": 1,
1514
+ "covered": 0,
1515
+ "missing": [
1516
+ "option"
1517
+ ]
1518
+ },
1519
+ "methods": {
1520
+ "total": 0,
1521
+ "covered": 0,
1522
+ "missing": []
1523
+ }
1524
+ },
1525
+ {
1526
+ "id": "MegaMenu",
1527
+ "exportName": "MMegaMenu",
1528
+ "examples": 6,
1529
+ "props": {
1530
+ "total": 4,
1531
+ "covered": 1,
1532
+ "missing": [
1533
+ "teleport",
1534
+ "appendTo",
1535
+ "selectedKey"
1536
+ ]
1537
+ },
1538
+ "events": {
1539
+ "total": 2,
1540
+ "covered": 0,
1541
+ "missing": [
1542
+ "select",
1543
+ "update:selectedKey"
1544
+ ]
1545
+ },
1546
+ "slots": {
1547
+ "total": 0,
1548
+ "covered": 0,
1549
+ "missing": []
1550
+ },
1551
+ "methods": {
1552
+ "total": 0,
1553
+ "covered": 0,
1554
+ "missing": []
1555
+ }
1556
+ },
1557
+ {
1558
+ "id": "Menu",
1559
+ "exportName": "MMenu",
1560
+ "examples": 18,
1561
+ "props": {
1562
+ "total": 18,
1563
+ "covered": 10,
1564
+ "missing": [
1565
+ "placement",
1566
+ "indent",
1567
+ "rootIndent",
1568
+ "defaultExpandedKeys",
1569
+ "expandedKeys",
1570
+ "defaultExpandAll",
1571
+ "teleport",
1572
+ "appendTo"
1573
+ ]
1574
+ },
1575
+ "events": {
1576
+ "total": 4,
1577
+ "covered": 2,
1578
+ "missing": [
1579
+ "update:modelValue",
1580
+ "update:expandedKeys"
1581
+ ]
1582
+ },
1583
+ "slots": {
1584
+ "total": 0,
1585
+ "covered": 0,
1586
+ "missing": []
1587
+ },
1588
+ "methods": {
1589
+ "total": 0,
1590
+ "covered": 0,
1591
+ "missing": []
1592
+ }
1593
+ },
1594
+ {
1595
+ "id": "Menubar",
1596
+ "exportName": "MMenubar",
1597
+ "examples": 4,
1598
+ "props": {
1599
+ "total": 4,
1600
+ "covered": 2,
1601
+ "missing": [
1602
+ "teleport",
1603
+ "appendTo"
1604
+ ]
1605
+ },
1606
+ "events": {
1607
+ "total": 2,
1608
+ "covered": 1,
1609
+ "missing": [
1610
+ "select"
1611
+ ]
1612
+ },
1613
+ "slots": {
1614
+ "total": 2,
1615
+ "covered": 0,
1616
+ "missing": [
1617
+ "start",
1618
+ "end"
1619
+ ]
1620
+ },
1621
+ "methods": {
1622
+ "total": 0,
1623
+ "covered": 0,
1624
+ "missing": []
1625
+ }
1626
+ },
1627
+ {
1628
+ "id": "Message",
1629
+ "exportName": "MMessage",
1630
+ "examples": 8,
1631
+ "props": {
1632
+ "total": 0,
1633
+ "covered": 0,
1634
+ "missing": []
1635
+ },
1636
+ "events": {
1637
+ "total": 0,
1638
+ "covered": 0,
1639
+ "missing": []
1640
+ },
1641
+ "slots": {
1642
+ "total": 0,
1643
+ "covered": 0,
1644
+ "missing": []
1645
+ },
1646
+ "methods": {
1647
+ "total": 0,
1648
+ "covered": 0,
1649
+ "missing": []
1650
+ }
1651
+ },
1652
+ {
1653
+ "id": "MeterGroup",
1654
+ "exportName": "MMeterGroup",
1655
+ "examples": 4,
1656
+ "props": {
1657
+ "total": 2,
1658
+ "covered": 2,
1659
+ "missing": []
1660
+ },
1661
+ "events": {
1662
+ "total": 0,
1663
+ "covered": 0,
1664
+ "missing": []
1665
+ },
1666
+ "slots": {
1667
+ "total": 1,
1668
+ "covered": 0,
1669
+ "missing": [
1670
+ "label"
1671
+ ]
1672
+ },
1673
+ "methods": {
1674
+ "total": 0,
1675
+ "covered": 0,
1676
+ "missing": []
1677
+ }
1678
+ },
1679
+ {
1680
+ "id": "OrderList",
1681
+ "exportName": "MOrderList",
1682
+ "examples": 4,
1683
+ "props": {
1684
+ "total": 5,
1685
+ "covered": 1,
1686
+ "missing": [
1687
+ "dataKey",
1688
+ "listStyle",
1689
+ "dragdrop",
1690
+ "emptyMessage"
1691
+ ]
1692
+ },
1693
+ "events": {
1694
+ "total": 2,
1695
+ "covered": 0,
1696
+ "missing": [
1697
+ "update:modelValue",
1698
+ "reorder"
1699
+ ]
1700
+ },
1701
+ "slots": {
1702
+ "total": 0,
1703
+ "covered": 0,
1704
+ "missing": []
1705
+ },
1706
+ "methods": {
1707
+ "total": 0,
1708
+ "covered": 0,
1709
+ "missing": []
1710
+ }
1711
+ },
1712
+ {
1713
+ "id": "Pagination",
1714
+ "exportName": "MPagination",
1715
+ "examples": 6,
1716
+ "props": {
1717
+ "total": 10,
1718
+ "covered": 9,
1719
+ "missing": [
1720
+ "disabled"
1721
+ ]
1722
+ },
1723
+ "events": {
1724
+ "total": 4,
1725
+ "covered": 1,
1726
+ "missing": [
1727
+ "update:modelValue",
1728
+ "page",
1729
+ "update:rows"
1730
+ ]
1731
+ },
1732
+ "slots": {
1733
+ "total": 0,
1734
+ "covered": 0,
1735
+ "missing": []
1736
+ },
1737
+ "methods": {
1738
+ "total": 2,
1739
+ "covered": 0,
1740
+ "missing": [
1741
+ "first",
1742
+ "pageCount"
1743
+ ]
1744
+ }
1745
+ },
1746
+ {
1747
+ "id": "Panel",
1748
+ "exportName": "MPanel",
1749
+ "examples": 6,
1750
+ "props": {
1751
+ "total": 6,
1752
+ "covered": 5,
1753
+ "missing": [
1754
+ "defaultCollapsed"
1755
+ ]
1756
+ },
1757
+ "events": {
1758
+ "total": 2,
1759
+ "covered": 0,
1760
+ "missing": [
1761
+ "update:collapsed",
1762
+ "update:modelValue"
1763
+ ]
1764
+ },
1765
+ "slots": {
1766
+ "total": 3,
1767
+ "covered": 2,
1768
+ "missing": [
1769
+ "header"
1770
+ ]
1771
+ },
1772
+ "methods": {
1773
+ "total": 0,
1774
+ "covered": 0,
1775
+ "missing": []
1776
+ }
1777
+ },
1778
+ {
1779
+ "id": "PickList",
1780
+ "exportName": "MPickList",
1781
+ "examples": 6,
1782
+ "props": {
1783
+ "total": 6,
1784
+ "covered": 5,
1785
+ "missing": [
1786
+ "emptyMessage"
1787
+ ]
1788
+ },
1789
+ "events": {
1790
+ "total": 2,
1791
+ "covered": 2,
1792
+ "missing": []
1793
+ },
1794
+ "slots": {
1795
+ "total": 0,
1796
+ "covered": 0,
1797
+ "missing": []
1798
+ },
1799
+ "methods": {
1800
+ "total": 0,
1801
+ "covered": 0,
1802
+ "missing": []
1803
+ }
1804
+ },
1805
+ {
1806
+ "id": "Popover",
1807
+ "exportName": "MPopover",
1808
+ "examples": 8,
1809
+ "props": {
1810
+ "total": 8,
1811
+ "covered": 5,
1812
+ "missing": [
1813
+ "teleport",
1814
+ "appendTo",
1815
+ "disabled"
1816
+ ]
1817
+ },
1818
+ "events": {
1819
+ "total": 3,
1820
+ "covered": 0,
1821
+ "missing": [
1822
+ "update:modelValue",
1823
+ "show",
1824
+ "hide"
1825
+ ]
1826
+ },
1827
+ "slots": {
1828
+ "total": 2,
1829
+ "covered": 2,
1830
+ "missing": []
1831
+ },
1832
+ "methods": {
1833
+ "total": 3,
1834
+ "covered": 0,
1835
+ "missing": [
1836
+ "show",
1837
+ "hide",
1838
+ "toggle"
1839
+ ]
1840
+ }
1841
+ },
1842
+ {
1843
+ "id": "ProgressBar",
1844
+ "exportName": "MProgressBar",
1845
+ "examples": 6,
1846
+ "props": {
1847
+ "total": 6,
1848
+ "covered": 5,
1849
+ "missing": [
1850
+ "color"
1851
+ ]
1852
+ },
1853
+ "events": {
1854
+ "total": 0,
1855
+ "covered": 0,
1856
+ "missing": []
1857
+ },
1858
+ "slots": {
1859
+ "total": 0,
1860
+ "covered": 0,
1861
+ "missing": []
1862
+ },
1863
+ "methods": {
1864
+ "total": 0,
1865
+ "covered": 0,
1866
+ "missing": []
1867
+ }
1868
+ },
1869
+ {
1870
+ "id": "ProgressSpinner",
1871
+ "exportName": "MProgressSpinner",
1872
+ "examples": 6,
1873
+ "props": {
1874
+ "total": 7,
1875
+ "covered": 5,
1876
+ "missing": [
1877
+ "ariaLabel",
1878
+ "delay"
1879
+ ]
1880
+ },
1881
+ "events": {
1882
+ "total": 0,
1883
+ "covered": 0,
1884
+ "missing": []
1885
+ },
1886
+ "slots": {
1887
+ "total": 1,
1888
+ "covered": 1,
1889
+ "missing": []
1890
+ },
1891
+ "methods": {
1892
+ "total": 0,
1893
+ "covered": 0,
1894
+ "missing": []
1895
+ }
1896
+ },
1897
+ {
1898
+ "id": "Radio",
1899
+ "exportName": "MRadio",
1900
+ "examples": 10,
1901
+ "props": {
1902
+ "total": 9,
1903
+ "covered": 7,
1904
+ "missing": [
1905
+ "id",
1906
+ "required"
1907
+ ]
1908
+ },
1909
+ "events": {
1910
+ "total": 1,
1911
+ "covered": 0,
1912
+ "missing": [
1913
+ "update:modelValue"
1914
+ ]
1915
+ },
1916
+ "slots": {
1917
+ "total": 1,
1918
+ "covered": 1,
1919
+ "missing": []
1920
+ },
1921
+ "methods": {
1922
+ "total": 0,
1923
+ "covered": 0,
1924
+ "missing": []
1925
+ }
1926
+ },
1927
+ {
1928
+ "id": "Rating",
1929
+ "exportName": "MRating",
1930
+ "examples": 8,
1931
+ "props": {
1932
+ "total": 13,
1933
+ "covered": 4,
1934
+ "missing": [
1935
+ "stars",
1936
+ "allowClear",
1937
+ "disabled",
1938
+ "ariaLabel",
1939
+ "errorMessage",
1940
+ "helpText",
1941
+ "invalid",
1942
+ "label",
1943
+ "size"
1944
+ ]
1945
+ },
1946
+ "events": {
1947
+ "total": 1,
1948
+ "covered": 0,
1949
+ "missing": [
1950
+ "update:modelValue"
1951
+ ]
1952
+ },
1953
+ "slots": {
1954
+ "total": 1,
1955
+ "covered": 0,
1956
+ "missing": [
1957
+ "icon"
1958
+ ]
1959
+ },
1960
+ "methods": {
1961
+ "total": 0,
1962
+ "covered": 0,
1963
+ "missing": []
1964
+ }
1965
+ },
1966
+ {
1967
+ "id": "Scrollbar",
1968
+ "exportName": "MScrollbar",
1969
+ "examples": 14,
1970
+ "props": {
1971
+ "total": 0,
1972
+ "covered": 0,
1973
+ "missing": []
1974
+ },
1975
+ "events": {
1976
+ "total": 2,
1977
+ "covered": 2,
1978
+ "missing": []
1979
+ },
1980
+ "slots": {
1981
+ "total": 1,
1982
+ "covered": 1,
1983
+ "missing": []
1984
+ },
1985
+ "methods": {
1986
+ "total": 6,
1987
+ "covered": 1,
1988
+ "missing": [
1989
+ "wrapRef",
1990
+ "update",
1991
+ "scrollTo",
1992
+ "setScrollLeft",
1993
+ "handleScroll"
1994
+ ]
1995
+ }
1996
+ },
1997
+ {
1998
+ "id": "ScrollTop",
1999
+ "exportName": "MScrollTop",
2000
+ "examples": 4,
2001
+ "props": {
2002
+ "total": 6,
2003
+ "covered": 4,
2004
+ "missing": [
2005
+ "teleport",
2006
+ "appendTo"
2007
+ ]
2008
+ },
2009
+ "events": {
2010
+ "total": 0,
2011
+ "covered": 0,
2012
+ "missing": []
2013
+ },
2014
+ "slots": {
2015
+ "total": 1,
2016
+ "covered": 0,
2017
+ "missing": [
2018
+ "default"
2019
+ ]
2020
+ },
2021
+ "methods": {
2022
+ "total": 0,
2023
+ "covered": 0,
2024
+ "missing": []
2025
+ }
2026
+ },
2027
+ {
2028
+ "id": "Select",
2029
+ "exportName": "MSelect",
2030
+ "examples": 24,
2031
+ "props": {
2032
+ "total": 24,
2033
+ "covered": 18,
2034
+ "missing": [
2035
+ "required",
2036
+ "clearable",
2037
+ "teleport",
2038
+ "placement",
2039
+ "id",
2040
+ "errorMessage"
2041
+ ]
2042
+ },
2043
+ "events": {
2044
+ "total": 7,
2045
+ "covered": 1,
2046
+ "missing": [
2047
+ "update:modelValue",
2048
+ "change",
2049
+ "clear",
2050
+ "show",
2051
+ "hide",
2052
+ "create"
2053
+ ]
2054
+ },
2055
+ "slots": {
2056
+ "total": 2,
2057
+ "covered": 0,
2058
+ "missing": [
2059
+ "value",
2060
+ "option"
2061
+ ]
2062
+ },
2063
+ "methods": {
2064
+ "total": 0,
2065
+ "covered": 0,
2066
+ "missing": []
2067
+ }
2068
+ },
2069
+ {
2070
+ "id": "SelectButton",
2071
+ "exportName": "MSelectButton",
2072
+ "examples": 6,
2073
+ "props": {
2074
+ "total": 7,
2075
+ "covered": 3,
2076
+ "missing": [
2077
+ "size",
2078
+ "invalid",
2079
+ "disabled",
2080
+ "label"
2081
+ ]
2082
+ },
2083
+ "events": {
2084
+ "total": 1,
2085
+ "covered": 0,
2086
+ "missing": [
2087
+ "update:modelValue"
2088
+ ]
2089
+ },
2090
+ "slots": {
2091
+ "total": 0,
2092
+ "covered": 0,
2093
+ "missing": []
2094
+ },
2095
+ "methods": {
2096
+ "total": 0,
2097
+ "covered": 0,
2098
+ "missing": []
2099
+ }
2100
+ },
2101
+ {
2102
+ "id": "Sidebar",
2103
+ "exportName": "MSidebar",
2104
+ "examples": 4,
2105
+ "props": {
2106
+ "total": 2,
2107
+ "covered": 2,
2108
+ "missing": []
2109
+ },
2110
+ "events": {
2111
+ "total": 0,
2112
+ "covered": 0,
2113
+ "missing": []
2114
+ },
2115
+ "slots": {
2116
+ "total": 1,
2117
+ "covered": 0,
2118
+ "missing": [
2119
+ "default"
2120
+ ]
2121
+ },
2122
+ "methods": {
2123
+ "total": 0,
2124
+ "covered": 0,
2125
+ "missing": []
2126
+ }
2127
+ },
2128
+ {
2129
+ "id": "Skeleton",
2130
+ "exportName": "MSkeleton",
2131
+ "examples": 10,
2132
+ "props": {
2133
+ "total": 7,
2134
+ "covered": 7,
2135
+ "missing": []
2136
+ },
2137
+ "events": {
2138
+ "total": 0,
2139
+ "covered": 0,
2140
+ "missing": []
2141
+ },
2142
+ "slots": {
2143
+ "total": 0,
2144
+ "covered": 0,
2145
+ "missing": []
2146
+ },
2147
+ "methods": {
2148
+ "total": 0,
2149
+ "covered": 0,
2150
+ "missing": []
2151
+ }
2152
+ },
2153
+ {
2154
+ "id": "Slider",
2155
+ "exportName": "MSlider",
2156
+ "examples": 8,
2157
+ "props": {
2158
+ "total": 15,
2159
+ "covered": 5,
2160
+ "missing": [
2161
+ "min",
2162
+ "max",
2163
+ "step",
2164
+ "disabled",
2165
+ "ariaLabel",
2166
+ "errorMessage",
2167
+ "helpText",
2168
+ "invalid",
2169
+ "label",
2170
+ "size"
2171
+ ]
2172
+ },
2173
+ "events": {
2174
+ "total": 1,
2175
+ "covered": 0,
2176
+ "missing": [
2177
+ "update:modelValue"
2178
+ ]
2179
+ },
2180
+ "slots": {
2181
+ "total": 0,
2182
+ "covered": 0,
2183
+ "missing": []
2184
+ },
2185
+ "methods": {
2186
+ "total": 0,
2187
+ "covered": 0,
2188
+ "missing": []
2189
+ }
2190
+ },
2191
+ {
2192
+ "id": "Space",
2193
+ "exportName": "MSpace",
2194
+ "examples": 10,
2195
+ "props": {
2196
+ "total": 10,
2197
+ "covered": 3,
2198
+ "missing": [
2199
+ "align",
2200
+ "justify",
2201
+ "inline",
2202
+ "reverse",
2203
+ "wrap",
2204
+ "itemClass",
2205
+ "itemStyle"
2206
+ ]
2207
+ },
2208
+ "events": {
2209
+ "total": 0,
2210
+ "covered": 0,
2211
+ "missing": []
2212
+ },
2213
+ "slots": {
2214
+ "total": 1,
2215
+ "covered": 1,
2216
+ "missing": []
2217
+ },
2218
+ "methods": {
2219
+ "total": 0,
2220
+ "covered": 0,
2221
+ "missing": []
2222
+ }
2223
+ },
2224
+ {
2225
+ "id": "SpeedDial",
2226
+ "exportName": "MSpeedDial",
2227
+ "examples": 4,
2228
+ "props": {
2229
+ "total": 7,
2230
+ "covered": 3,
2231
+ "missing": [
2232
+ "disabled",
2233
+ "ariaLabel",
2234
+ "teleport",
2235
+ "appendTo"
2236
+ ]
2237
+ },
2238
+ "events": {
2239
+ "total": 2,
2240
+ "covered": 0,
2241
+ "missing": [
2242
+ "update:modelValue",
2243
+ "item-click"
2244
+ ]
2245
+ },
2246
+ "slots": {
2247
+ "total": 3,
2248
+ "covered": 0,
2249
+ "missing": [
2250
+ "button",
2251
+ "item",
2252
+ "icon"
2253
+ ]
2254
+ },
2255
+ "methods": {
2256
+ "total": 0,
2257
+ "covered": 0,
2258
+ "missing": []
2259
+ }
2260
+ },
2261
+ {
2262
+ "id": "SplitButton",
2263
+ "exportName": "MSplitButton",
2264
+ "examples": 4,
2265
+ "props": {
2266
+ "total": 9,
2267
+ "covered": 2,
2268
+ "missing": [
2269
+ "icon",
2270
+ "severity",
2271
+ "outlined",
2272
+ "size",
2273
+ "disabled",
2274
+ "teleport",
2275
+ "appendTo"
2276
+ ]
2277
+ },
2278
+ "events": {
2279
+ "total": 2,
2280
+ "covered": 1,
2281
+ "missing": [
2282
+ "command"
2283
+ ]
2284
+ },
2285
+ "slots": {
2286
+ "total": 1,
2287
+ "covered": 0,
2288
+ "missing": [
2289
+ "default"
2290
+ ]
2291
+ },
2292
+ "methods": {
2293
+ "total": 0,
2294
+ "covered": 0,
2295
+ "missing": []
2296
+ }
2297
+ },
2298
+ {
2299
+ "id": "Splitter",
2300
+ "exportName": "MSplitter",
2301
+ "examples": 10,
2302
+ "props": {
2303
+ "total": 12,
2304
+ "covered": 5,
2305
+ "missing": [
2306
+ "layout",
2307
+ "defaultSize",
2308
+ "resizeTriggerSize",
2309
+ "pane1Class",
2310
+ "pane1Style",
2311
+ "pane2Class",
2312
+ "pane2Style"
2313
+ ]
2314
+ },
2315
+ "events": {
2316
+ "total": 5,
2317
+ "covered": 1,
2318
+ "missing": [
2319
+ "resize",
2320
+ "drag-start",
2321
+ "drag-move",
2322
+ "drag-end"
2323
+ ]
2324
+ },
2325
+ "slots": {
2326
+ "total": 4,
2327
+ "covered": 3,
2328
+ "missing": [
2329
+ "resize-trigger"
2330
+ ]
2331
+ },
2332
+ "methods": {
2333
+ "total": 0,
2334
+ "covered": 0,
2335
+ "missing": []
2336
+ }
2337
+ },
2338
+ {
2339
+ "id": "Stepper",
2340
+ "exportName": "MStepper",
2341
+ "examples": 6,
2342
+ "props": {
2343
+ "total": 5,
2344
+ "covered": 3,
2345
+ "missing": [
2346
+ "linear",
2347
+ "orientation"
2348
+ ]
2349
+ },
2350
+ "events": {
2351
+ "total": 1,
2352
+ "covered": 0,
2353
+ "missing": [
2354
+ "update:modelValue"
2355
+ ]
2356
+ },
2357
+ "slots": {
2358
+ "total": 2,
2359
+ "covered": 0,
2360
+ "missing": [
2361
+ "icon",
2362
+ "default"
2363
+ ]
2364
+ },
2365
+ "methods": {
2366
+ "total": 0,
2367
+ "covered": 0,
2368
+ "missing": []
2369
+ }
2370
+ },
2371
+ {
2372
+ "id": "Switch",
2373
+ "exportName": "MSwitch",
2374
+ "examples": 10,
2375
+ "props": {
2376
+ "total": 13,
2377
+ "covered": 7,
2378
+ "missing": [
2379
+ "id",
2380
+ "name",
2381
+ "value",
2382
+ "size",
2383
+ "loading",
2384
+ "required"
2385
+ ]
2386
+ },
2387
+ "events": {
2388
+ "total": 1,
2389
+ "covered": 0,
2390
+ "missing": [
2391
+ "update:modelValue"
2392
+ ]
2393
+ },
2394
+ "slots": {
2395
+ "total": 1,
2396
+ "covered": 0,
2397
+ "missing": [
2398
+ "default"
2399
+ ]
2400
+ },
2401
+ "methods": {
2402
+ "total": 0,
2403
+ "covered": 0,
2404
+ "missing": []
2405
+ }
2406
+ },
2407
+ {
2408
+ "id": "Table",
2409
+ "exportName": "MTable",
2410
+ "examples": 14,
2411
+ "props": {
2412
+ "total": 64,
2413
+ "covered": 16,
2414
+ "missing": [
2415
+ "fit",
2416
+ "selectedItem",
2417
+ "rowHover",
2418
+ "sortField",
2419
+ "sortOrder",
2420
+ "sortMode",
2421
+ "searchField",
2422
+ "searchValue",
2423
+ "filterOptions",
2424
+ "maxHeight",
2425
+ "showOverflowTooltip",
2426
+ "rowKey",
2427
+ "size",
2428
+ "ariaLabel",
2429
+ "bodyExpandRowClassName",
2430
+ "bodyItemClassName",
2431
+ "bodyRowClassName",
2432
+ "bodyTextDirection",
2433
+ "checkboxColumnWidth",
2434
+ "clickEventType",
2435
+ "clickRowToExpand",
2436
+ "currentRowKey",
2437
+ "expandColumnWidth",
2438
+ "expandedRowKeys",
2439
+ "filters",
2440
+ "fixedCheckbox",
2441
+ "fixedExpand",
2442
+ "fixedHeader",
2443
+ "fixedIndex",
2444
+ "headerClassName",
2445
+ "headerItemClassName",
2446
+ "headerTextDirection",
2447
+ "hideHeader",
2448
+ "hideRowsPerPage",
2449
+ "indexColumnWidth",
2450
+ "multiSort",
2451
+ "mustSort",
2452
+ "preventContextMenuRow",
2453
+ "rowsItems",
2454
+ "rowsOfPageSeparatorMessage",
2455
+ "rowsPerPageMessage",
2456
+ "showHeader",
2457
+ "showIndex",
2458
+ "showIndexSymbol",
2459
+ "tableClassName",
2460
+ "tableHeight",
2461
+ "tableMinHeight",
2462
+ "tableNodeId"
2463
+ ]
2464
+ },
2465
+ "events": {
2466
+ "total": 19,
2467
+ "covered": 3,
2468
+ "missing": [
2469
+ "sort",
2470
+ "page",
2471
+ "row-click",
2472
+ "current-change",
2473
+ "expand",
2474
+ "update:current-row-key",
2475
+ "contextmenuRow",
2476
+ "deselectRow",
2477
+ "filter",
2478
+ "selectAll",
2479
+ "selectRow",
2480
+ "update:expandedRowKeys",
2481
+ "update:filters",
2482
+ "update:selectedItem",
2483
+ "updatePageItems",
2484
+ "updateTotalItems"
2485
+ ]
2486
+ },
2487
+ "slots": {
2488
+ "total": 0,
2489
+ "covered": 0,
2490
+ "missing": []
2491
+ },
2492
+ "methods": {
2493
+ "total": 14,
2494
+ "covered": 0,
2495
+ "missing": [
2496
+ "currentPageFirstIndex",
2497
+ "currentPageLastIndex",
2498
+ "clientItemsLength",
2499
+ "maxPaginationNumber",
2500
+ "currentPaginationNumber",
2501
+ "isLastPage",
2502
+ "isFirstPage",
2503
+ "nextPage",
2504
+ "prevPage",
2505
+ "updatePage",
2506
+ "rowsPerPageOptions",
2507
+ "rowsPerPageActiveOption",
2508
+ "updateRowsPerPageActiveOption",
2509
+ "setFilters"
2510
+ ]
2511
+ }
2512
+ },
2513
+ {
2514
+ "id": "Tabs",
2515
+ "exportName": "MTabs",
2516
+ "examples": 6,
2517
+ "props": {
2518
+ "total": 5,
2519
+ "covered": 5,
2520
+ "missing": []
2521
+ },
2522
+ "events": {
2523
+ "total": 4,
2524
+ "covered": 2,
2525
+ "missing": [
2526
+ "update:modelValue",
2527
+ "change"
2528
+ ]
2529
+ },
2530
+ "slots": {
2531
+ "total": 2,
2532
+ "covered": 2,
2533
+ "missing": []
2534
+ },
2535
+ "methods": {
2536
+ "total": 0,
2537
+ "covered": 0,
2538
+ "missing": []
2539
+ }
2540
+ },
2541
+ {
2542
+ "id": "Tag",
2543
+ "exportName": "MTag",
2544
+ "examples": 10,
2545
+ "props": {
2546
+ "total": 9,
2547
+ "covered": 7,
2548
+ "missing": [
2549
+ "color",
2550
+ "disabled"
2551
+ ]
2552
+ },
2553
+ "events": {
2554
+ "total": 1,
2555
+ "covered": 0,
2556
+ "missing": [
2557
+ "close"
2558
+ ]
2559
+ },
2560
+ "slots": {
2561
+ "total": 1,
2562
+ "covered": 1,
2563
+ "missing": []
2564
+ },
2565
+ "methods": {
2566
+ "total": 0,
2567
+ "covered": 0,
2568
+ "missing": []
2569
+ }
2570
+ },
2571
+ {
2572
+ "id": "Terminal",
2573
+ "exportName": "MTerminal",
2574
+ "examples": 4,
2575
+ "props": {
2576
+ "total": 4,
2577
+ "covered": 1,
2578
+ "missing": [
2579
+ "prompt",
2580
+ "lines",
2581
+ "responses"
2582
+ ]
2583
+ },
2584
+ "events": {
2585
+ "total": 3,
2586
+ "covered": 1,
2587
+ "missing": [
2588
+ "update:lines",
2589
+ "update:responses"
2590
+ ]
2591
+ },
2592
+ "slots": {
2593
+ "total": 0,
2594
+ "covered": 0,
2595
+ "missing": []
2596
+ },
2597
+ "methods": {
2598
+ "total": 2,
2599
+ "covered": 0,
2600
+ "missing": [
2601
+ "appendResponse",
2602
+ "focus"
2603
+ ]
2604
+ }
2605
+ },
2606
+ {
2607
+ "id": "Textarea",
2608
+ "exportName": "MTextarea",
2609
+ "examples": 10,
2610
+ "props": {
2611
+ "total": 17,
2612
+ "covered": 12,
2613
+ "missing": [
2614
+ "id",
2615
+ "resize",
2616
+ "disabled",
2617
+ "readonly",
2618
+ "errorMessage"
2619
+ ]
2620
+ },
2621
+ "events": {
2622
+ "total": 5,
2623
+ "covered": 0,
2624
+ "missing": [
2625
+ "update:modelValue",
2626
+ "clear",
2627
+ "blur",
2628
+ "change",
2629
+ "focus"
2630
+ ]
2631
+ },
2632
+ "slots": {
2633
+ "total": 0,
2634
+ "covered": 0,
2635
+ "missing": []
2636
+ },
2637
+ "methods": {
2638
+ "total": 3,
2639
+ "covered": 0,
2640
+ "missing": [
2641
+ "focus",
2642
+ "blur",
2643
+ "select"
2644
+ ]
2645
+ }
2646
+ },
2647
+ {
2648
+ "id": "TieredMenu",
2649
+ "exportName": "MTieredMenu",
2650
+ "examples": 6,
2651
+ "props": {
2652
+ "total": 6,
2653
+ "covered": 3,
2654
+ "missing": [
2655
+ "teleport",
2656
+ "appendTo",
2657
+ "placement"
2658
+ ]
2659
+ },
2660
+ "events": {
2661
+ "total": 1,
2662
+ "covered": 0,
2663
+ "missing": [
2664
+ "update:modelValue"
2665
+ ]
2666
+ },
2667
+ "slots": {
2668
+ "total": 0,
2669
+ "covered": 0,
2670
+ "missing": []
2671
+ },
2672
+ "methods": {
2673
+ "total": 0,
2674
+ "covered": 0,
2675
+ "missing": []
2676
+ }
2677
+ },
2678
+ {
2679
+ "id": "Timeline",
2680
+ "exportName": "MTimeline",
2681
+ "examples": 8,
2682
+ "props": {
2683
+ "total": 4,
2684
+ "covered": 4,
2685
+ "missing": []
2686
+ },
2687
+ "events": {
2688
+ "total": 0,
2689
+ "covered": 0,
2690
+ "missing": []
2691
+ },
2692
+ "slots": {
2693
+ "total": 0,
2694
+ "covered": 0,
2695
+ "missing": []
2696
+ },
2697
+ "methods": {
2698
+ "total": 0,
2699
+ "covered": 0,
2700
+ "missing": []
2701
+ }
2702
+ },
2703
+ {
2704
+ "id": "Toast",
2705
+ "exportName": "MToast",
2706
+ "examples": 8,
2707
+ "props": {
2708
+ "total": 12,
2709
+ "covered": 3,
2710
+ "missing": [
2711
+ "max",
2712
+ "teleport",
2713
+ "appendTo",
2714
+ "auto",
2715
+ "id",
2716
+ "summary",
2717
+ "detail",
2718
+ "closable",
2719
+ "life"
2720
+ ]
2721
+ },
2722
+ "events": {
2723
+ "total": 1,
2724
+ "covered": 1,
2725
+ "missing": []
2726
+ },
2727
+ "slots": {
2728
+ "total": 0,
2729
+ "covered": 0,
2730
+ "missing": []
2731
+ },
2732
+ "methods": {
2733
+ "total": 0,
2734
+ "covered": 0,
2735
+ "missing": []
2736
+ }
2737
+ },
2738
+ {
2739
+ "id": "ToggleButton",
2740
+ "exportName": "MToggleButton",
2741
+ "examples": 6,
2742
+ "props": {
2743
+ "total": 7,
2744
+ "covered": 4,
2745
+ "missing": [
2746
+ "onIcon",
2747
+ "offIcon",
2748
+ "disabled"
2749
+ ]
2750
+ },
2751
+ "events": {
2752
+ "total": 1,
2753
+ "covered": 0,
2754
+ "missing": [
2755
+ "update:modelValue"
2756
+ ]
2757
+ },
2758
+ "slots": {
2759
+ "total": 1,
2760
+ "covered": 0,
2761
+ "missing": [
2762
+ "default"
2763
+ ]
2764
+ },
2765
+ "methods": {
2766
+ "total": 0,
2767
+ "covered": 0,
2768
+ "missing": []
2769
+ }
2770
+ },
2771
+ {
2772
+ "id": "Toolbar",
2773
+ "exportName": "MToolbar",
2774
+ "examples": 4,
2775
+ "props": {
2776
+ "total": 1,
2777
+ "covered": 0,
2778
+ "missing": [
2779
+ "ariaLabel"
2780
+ ]
2781
+ },
2782
+ "events": {
2783
+ "total": 0,
2784
+ "covered": 0,
2785
+ "missing": []
2786
+ },
2787
+ "slots": {
2788
+ "total": 3,
2789
+ "covered": 3,
2790
+ "missing": []
2791
+ },
2792
+ "methods": {
2793
+ "total": 0,
2794
+ "covered": 0,
2795
+ "missing": []
2796
+ }
2797
+ },
2798
+ {
2799
+ "id": "Tooltip",
2800
+ "exportName": "MTooltip",
2801
+ "examples": 4,
2802
+ "props": {
2803
+ "total": 8,
2804
+ "covered": 5,
2805
+ "missing": [
2806
+ "disabled",
2807
+ "teleport",
2808
+ "appendTo"
2809
+ ]
2810
+ },
2811
+ "events": {
2812
+ "total": 0,
2813
+ "covered": 0,
2814
+ "missing": []
2815
+ },
2816
+ "slots": {
2817
+ "total": 1,
2818
+ "covered": 1,
2819
+ "missing": []
2820
+ },
2821
+ "methods": {
2822
+ "total": 0,
2823
+ "covered": 0,
2824
+ "missing": []
2825
+ }
2826
+ },
2827
+ {
2828
+ "id": "Tree",
2829
+ "exportName": "MTree",
2830
+ "examples": 10,
2831
+ "props": {
2832
+ "total": 17,
2833
+ "covered": 7,
2834
+ "missing": [
2835
+ "selectionKeys",
2836
+ "selectionMode",
2837
+ "checkStrictly",
2838
+ "expandedKeys",
2839
+ "accordion",
2840
+ "filterNode",
2841
+ "lazy",
2842
+ "load",
2843
+ "draggable",
2844
+ "emptyMessage"
2845
+ ]
2846
+ },
2847
+ "events": {
2848
+ "total": 7,
2849
+ "covered": 0,
2850
+ "missing": [
2851
+ "node-select",
2852
+ "node-expand",
2853
+ "node-collapse",
2854
+ "node-load-error",
2855
+ "node-unselect",
2856
+ "update:modelValue",
2857
+ "update:selectionKeys"
2858
+ ]
2859
+ },
2860
+ "slots": {
2861
+ "total": 1,
2862
+ "covered": 0,
2863
+ "missing": [
2864
+ "empty"
2865
+ ]
2866
+ },
2867
+ "methods": {
2868
+ "total": 0,
2869
+ "covered": 0,
2870
+ "missing": []
2871
+ }
2872
+ },
2873
+ {
2874
+ "id": "TreeSelect",
2875
+ "exportName": "MTreeSelect",
2876
+ "examples": 8,
2877
+ "props": {
2878
+ "total": 22,
2879
+ "covered": 9,
2880
+ "missing": [
2881
+ "disabled",
2882
+ "checkStrictly",
2883
+ "checkStrategy",
2884
+ "separator",
2885
+ "maxTagCount",
2886
+ "selectionMode",
2887
+ "teleport",
2888
+ "appendTo",
2889
+ "errorMessage",
2890
+ "helpText",
2891
+ "id",
2892
+ "invalid",
2893
+ "label"
2894
+ ]
2895
+ },
2896
+ "events": {
2897
+ "total": 2,
2898
+ "covered": 0,
2899
+ "missing": [
2900
+ "update:modelValue",
2901
+ "clear"
2902
+ ]
2903
+ },
2904
+ "slots": {
2905
+ "total": 2,
2906
+ "covered": 0,
2907
+ "missing": [
2908
+ "value",
2909
+ "option"
2910
+ ]
2911
+ },
2912
+ "methods": {
2913
+ "total": 0,
2914
+ "covered": 0,
2915
+ "missing": []
2916
+ }
2917
+ },
2918
+ {
2919
+ "id": "TreeTable",
2920
+ "exportName": "MTreeTable",
2921
+ "examples": 4,
2922
+ "props": {
2923
+ "total": 4,
2924
+ "covered": 2,
2925
+ "missing": [
2926
+ "emptyMessage",
2927
+ "expandedKeys"
2928
+ ]
2929
+ },
2930
+ "events": {
2931
+ "total": 3,
2932
+ "covered": 0,
2933
+ "missing": [
2934
+ "node-expand",
2935
+ "node-collapse",
2936
+ "update:expandedKeys"
2937
+ ]
2938
+ },
2939
+ "slots": {
2940
+ "total": 2,
2941
+ "covered": 0,
2942
+ "missing": [
2943
+ "expansion",
2944
+ "empty"
2945
+ ]
2946
+ },
2947
+ "methods": {
2948
+ "total": 0,
2949
+ "covered": 0,
2950
+ "missing": []
2951
+ }
2952
+ },
2953
+ {
2954
+ "id": "VirtualScroller",
2955
+ "exportName": "MVirtualScroller",
2956
+ "examples": 4,
2957
+ "props": {
2958
+ "total": 4,
2959
+ "covered": 3,
2960
+ "missing": [
2961
+ "buffer"
2962
+ ]
2963
+ },
2964
+ "events": {
2965
+ "total": 0,
2966
+ "covered": 0,
2967
+ "missing": []
2968
+ },
2969
+ "slots": {
2970
+ "total": 0,
2971
+ "covered": 0,
2972
+ "missing": []
2973
+ },
2974
+ "methods": {
2975
+ "total": 0,
2976
+ "covered": 0,
2977
+ "missing": []
2978
+ }
2979
+ }
2980
+ ],
2981
+ "summary": {
2982
+ "components": 88,
2983
+ "componentsWithMissingCoverage": 78,
2984
+ "totalExamples": 680
2985
+ }
2986
+ }