@morya-ui/mcp 0.1.1 → 0.2.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.
- package/LICENSE +21 -21
- package/README.md +135 -135
- package/bin/morya-ui-mcp.js +2 -2
- package/data/catalog.json +2200 -569
- package/data/example-coverage.json +295 -199
- package/dist/tools.js +173 -173
- package/package.json +1 -1
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-09-
|
|
3
|
-
"catalogGeneratedAt": "2026-09-
|
|
2
|
+
"generatedAt": "2026-09-11T07:52:45.232Z",
|
|
3
|
+
"catalogGeneratedAt": "2026-09-11T07:52:42.355Z",
|
|
4
4
|
"components": [
|
|
5
5
|
{
|
|
6
6
|
"id": "Accordion",
|
|
7
7
|
"exportName": "MAccordion",
|
|
8
8
|
"examples": 8,
|
|
9
9
|
"props": {
|
|
10
|
-
"total":
|
|
10
|
+
"total": 5,
|
|
11
11
|
"covered": 3,
|
|
12
12
|
"missing": [
|
|
13
|
-
"defaultValue"
|
|
13
|
+
"defaultValue",
|
|
14
|
+
"pt"
|
|
14
15
|
]
|
|
15
16
|
},
|
|
16
17
|
"events": {
|
|
@@ -36,7 +37,7 @@
|
|
|
36
37
|
"exportName": "MAutoComplete",
|
|
37
38
|
"examples": 8,
|
|
38
39
|
"props": {
|
|
39
|
-
"total":
|
|
40
|
+
"total": 17,
|
|
40
41
|
"covered": 6,
|
|
41
42
|
"missing": [
|
|
42
43
|
"loading",
|
|
@@ -48,7 +49,8 @@
|
|
|
48
49
|
"helpText",
|
|
49
50
|
"id",
|
|
50
51
|
"invalid",
|
|
51
|
-
"label"
|
|
52
|
+
"label",
|
|
53
|
+
"pt"
|
|
52
54
|
]
|
|
53
55
|
},
|
|
54
56
|
"events": {
|
|
@@ -108,10 +110,11 @@
|
|
|
108
110
|
"exportName": "MBadge",
|
|
109
111
|
"examples": 10,
|
|
110
112
|
"props": {
|
|
111
|
-
"total":
|
|
113
|
+
"total": 7,
|
|
112
114
|
"covered": 5,
|
|
113
115
|
"missing": [
|
|
114
|
-
"offset"
|
|
116
|
+
"offset",
|
|
117
|
+
"pt"
|
|
115
118
|
]
|
|
116
119
|
},
|
|
117
120
|
"events": {
|
|
@@ -135,9 +138,11 @@
|
|
|
135
138
|
"exportName": "MBlockUI",
|
|
136
139
|
"examples": 4,
|
|
137
140
|
"props": {
|
|
138
|
-
"total":
|
|
141
|
+
"total": 2,
|
|
139
142
|
"covered": 1,
|
|
140
|
-
"missing": [
|
|
143
|
+
"missing": [
|
|
144
|
+
"pt"
|
|
145
|
+
]
|
|
141
146
|
},
|
|
142
147
|
"events": {
|
|
143
148
|
"total": 0,
|
|
@@ -160,9 +165,11 @@
|
|
|
160
165
|
"exportName": "MBreadcrumb",
|
|
161
166
|
"examples": 6,
|
|
162
167
|
"props": {
|
|
163
|
-
"total":
|
|
168
|
+
"total": 4,
|
|
164
169
|
"covered": 3,
|
|
165
|
-
"missing": [
|
|
170
|
+
"missing": [
|
|
171
|
+
"pt"
|
|
172
|
+
]
|
|
166
173
|
},
|
|
167
174
|
"events": {
|
|
168
175
|
"total": 0,
|
|
@@ -223,12 +230,13 @@
|
|
|
223
230
|
"exportName": "MCard",
|
|
224
231
|
"examples": 8,
|
|
225
232
|
"props": {
|
|
226
|
-
"total":
|
|
233
|
+
"total": 8,
|
|
227
234
|
"covered": 4,
|
|
228
235
|
"missing": [
|
|
229
236
|
"ariaLabel",
|
|
230
237
|
"bordered",
|
|
231
|
-
"headingLevel"
|
|
238
|
+
"headingLevel",
|
|
239
|
+
"pt"
|
|
232
240
|
]
|
|
233
241
|
},
|
|
234
242
|
"events": {
|
|
@@ -252,11 +260,12 @@
|
|
|
252
260
|
"exportName": "MCarousel",
|
|
253
261
|
"examples": 6,
|
|
254
262
|
"props": {
|
|
255
|
-
"total":
|
|
263
|
+
"total": 9,
|
|
256
264
|
"covered": 6,
|
|
257
265
|
"missing": [
|
|
258
266
|
"showIndicators",
|
|
259
|
-
"page"
|
|
267
|
+
"page",
|
|
268
|
+
"pt"
|
|
260
269
|
]
|
|
261
270
|
},
|
|
262
271
|
"events": {
|
|
@@ -280,9 +289,9 @@
|
|
|
280
289
|
{
|
|
281
290
|
"id": "CascadeSelect",
|
|
282
291
|
"exportName": "MCascadeSelect",
|
|
283
|
-
"examples":
|
|
292
|
+
"examples": 10,
|
|
284
293
|
"props": {
|
|
285
|
-
"total":
|
|
294
|
+
"total": 16,
|
|
286
295
|
"covered": 4,
|
|
287
296
|
"missing": [
|
|
288
297
|
"label",
|
|
@@ -295,7 +304,8 @@
|
|
|
295
304
|
"fluid",
|
|
296
305
|
"clearable",
|
|
297
306
|
"teleport",
|
|
298
|
-
"appendTo"
|
|
307
|
+
"appendTo",
|
|
308
|
+
"pt"
|
|
299
309
|
]
|
|
300
310
|
},
|
|
301
311
|
"events": {
|
|
@@ -325,13 +335,14 @@
|
|
|
325
335
|
"exportName": "MCheckbox",
|
|
326
336
|
"examples": 10,
|
|
327
337
|
"props": {
|
|
328
|
-
"total":
|
|
338
|
+
"total": 11,
|
|
329
339
|
"covered": 6,
|
|
330
340
|
"missing": [
|
|
331
341
|
"id",
|
|
332
342
|
"name",
|
|
333
343
|
"size",
|
|
334
|
-
"required"
|
|
344
|
+
"required",
|
|
345
|
+
"pt"
|
|
335
346
|
]
|
|
336
347
|
},
|
|
337
348
|
"events": {
|
|
@@ -357,10 +368,11 @@
|
|
|
357
368
|
"exportName": "MChip",
|
|
358
369
|
"examples": 4,
|
|
359
370
|
"props": {
|
|
360
|
-
"total":
|
|
371
|
+
"total": 8,
|
|
361
372
|
"covered": 6,
|
|
362
373
|
"missing": [
|
|
363
|
-
"image"
|
|
374
|
+
"image",
|
|
375
|
+
"pt"
|
|
364
376
|
]
|
|
365
377
|
},
|
|
366
378
|
"events": {
|
|
@@ -387,13 +399,14 @@
|
|
|
387
399
|
{
|
|
388
400
|
"id": "CommandMenu",
|
|
389
401
|
"exportName": "MCommandMenu",
|
|
390
|
-
"examples":
|
|
402
|
+
"examples": 6,
|
|
391
403
|
"props": {
|
|
392
|
-
"total":
|
|
404
|
+
"total": 6,
|
|
393
405
|
"covered": 3,
|
|
394
406
|
"missing": [
|
|
395
407
|
"teleport",
|
|
396
|
-
"appendTo"
|
|
408
|
+
"appendTo",
|
|
409
|
+
"pt"
|
|
397
410
|
]
|
|
398
411
|
},
|
|
399
412
|
"events": {
|
|
@@ -419,13 +432,14 @@
|
|
|
419
432
|
"exportName": "MConfigProvider",
|
|
420
433
|
"examples": 14,
|
|
421
434
|
"props": {
|
|
422
|
-
"total":
|
|
435
|
+
"total": 11,
|
|
423
436
|
"covered": 6,
|
|
424
437
|
"missing": [
|
|
425
438
|
"zIndex",
|
|
426
439
|
"theme",
|
|
427
440
|
"locale",
|
|
428
|
-
"globalDensity"
|
|
441
|
+
"globalDensity",
|
|
442
|
+
"pt"
|
|
429
443
|
]
|
|
430
444
|
},
|
|
431
445
|
"events": {
|
|
@@ -449,7 +463,7 @@
|
|
|
449
463
|
"exportName": "MConfirmDialog",
|
|
450
464
|
"examples": 4,
|
|
451
465
|
"props": {
|
|
452
|
-
"total":
|
|
466
|
+
"total": 16,
|
|
453
467
|
"covered": 6,
|
|
454
468
|
"missing": [
|
|
455
469
|
"type",
|
|
@@ -460,7 +474,8 @@
|
|
|
460
474
|
"appendTo",
|
|
461
475
|
"blockScroll",
|
|
462
476
|
"closeOnEsc",
|
|
463
|
-
"closeOnOutsideClick"
|
|
477
|
+
"closeOnOutsideClick",
|
|
478
|
+
"pt"
|
|
464
479
|
]
|
|
465
480
|
},
|
|
466
481
|
"events": {
|
|
@@ -492,7 +507,7 @@
|
|
|
492
507
|
"exportName": "MConfirmPopup",
|
|
493
508
|
"examples": 6,
|
|
494
509
|
"props": {
|
|
495
|
-
"total":
|
|
510
|
+
"total": 13,
|
|
496
511
|
"covered": 6,
|
|
497
512
|
"missing": [
|
|
498
513
|
"acceptLabel",
|
|
@@ -500,7 +515,8 @@
|
|
|
500
515
|
"position",
|
|
501
516
|
"teleport",
|
|
502
517
|
"appendTo",
|
|
503
|
-
"acceptSeverity"
|
|
518
|
+
"acceptSeverity",
|
|
519
|
+
"pt"
|
|
504
520
|
]
|
|
505
521
|
},
|
|
506
522
|
"events": {
|
|
@@ -528,13 +544,14 @@
|
|
|
528
544
|
{
|
|
529
545
|
"id": "ContextMenu",
|
|
530
546
|
"exportName": "MContextMenu",
|
|
531
|
-
"examples":
|
|
547
|
+
"examples": 8,
|
|
532
548
|
"props": {
|
|
533
|
-
"total":
|
|
549
|
+
"total": 6,
|
|
534
550
|
"covered": 3,
|
|
535
551
|
"missing": [
|
|
536
552
|
"teleport",
|
|
537
|
-
"appendTo"
|
|
553
|
+
"appendTo",
|
|
554
|
+
"pt"
|
|
538
555
|
]
|
|
539
556
|
},
|
|
540
557
|
"events": {
|
|
@@ -546,15 +563,14 @@
|
|
|
546
563
|
},
|
|
547
564
|
"slots": {
|
|
548
565
|
"total": 1,
|
|
549
|
-
"covered":
|
|
550
|
-
"missing": [
|
|
551
|
-
"default"
|
|
552
|
-
]
|
|
566
|
+
"covered": 1,
|
|
567
|
+
"missing": []
|
|
553
568
|
},
|
|
554
569
|
"methods": {
|
|
555
570
|
"total": 2,
|
|
556
|
-
"covered":
|
|
571
|
+
"covered": 0,
|
|
557
572
|
"missing": [
|
|
573
|
+
"show",
|
|
558
574
|
"hide"
|
|
559
575
|
]
|
|
560
576
|
}
|
|
@@ -564,14 +580,15 @@
|
|
|
564
580
|
"exportName": "MDataView",
|
|
565
581
|
"examples": 4,
|
|
566
582
|
"props": {
|
|
567
|
-
"total":
|
|
583
|
+
"total": 11,
|
|
568
584
|
"covered": 5,
|
|
569
585
|
"missing": [
|
|
570
586
|
"disabled",
|
|
571
587
|
"emptyMessage",
|
|
572
588
|
"loading",
|
|
573
589
|
"pageSizes",
|
|
574
|
-
"showSizePicker"
|
|
590
|
+
"showSizePicker",
|
|
591
|
+
"pt"
|
|
575
592
|
]
|
|
576
593
|
},
|
|
577
594
|
"events": {
|
|
@@ -595,9 +612,9 @@
|
|
|
595
612
|
{
|
|
596
613
|
"id": "DatePicker",
|
|
597
614
|
"exportName": "MDatePicker",
|
|
598
|
-
"examples":
|
|
615
|
+
"examples": 22,
|
|
599
616
|
"props": {
|
|
600
|
-
"total":
|
|
617
|
+
"total": 19,
|
|
601
618
|
"covered": 12,
|
|
602
619
|
"missing": [
|
|
603
620
|
"format",
|
|
@@ -605,7 +622,8 @@
|
|
|
605
622
|
"teleport",
|
|
606
623
|
"errorMessage",
|
|
607
624
|
"helpText",
|
|
608
|
-
"id"
|
|
625
|
+
"id",
|
|
626
|
+
"pt"
|
|
609
627
|
]
|
|
610
628
|
},
|
|
611
629
|
"events": {
|
|
@@ -637,7 +655,7 @@
|
|
|
637
655
|
"exportName": "MDialog",
|
|
638
656
|
"examples": 14,
|
|
639
657
|
"props": {
|
|
640
|
-
"total":
|
|
658
|
+
"total": 23,
|
|
641
659
|
"covered": 11,
|
|
642
660
|
"missing": [
|
|
643
661
|
"title",
|
|
@@ -650,7 +668,8 @@
|
|
|
650
668
|
"appendTo",
|
|
651
669
|
"positiveSeverity",
|
|
652
670
|
"onNegativeClick",
|
|
653
|
-
"ariaLabel"
|
|
671
|
+
"ariaLabel",
|
|
672
|
+
"pt"
|
|
654
673
|
]
|
|
655
674
|
},
|
|
656
675
|
"events": {
|
|
@@ -687,9 +706,11 @@
|
|
|
687
706
|
"exportName": "MDivider",
|
|
688
707
|
"examples": 12,
|
|
689
708
|
"props": {
|
|
690
|
-
"total":
|
|
709
|
+
"total": 6,
|
|
691
710
|
"covered": 5,
|
|
692
|
-
"missing": [
|
|
711
|
+
"missing": [
|
|
712
|
+
"pt"
|
|
713
|
+
]
|
|
693
714
|
},
|
|
694
715
|
"events": {
|
|
695
716
|
"total": 0,
|
|
@@ -712,12 +733,13 @@
|
|
|
712
733
|
{
|
|
713
734
|
"id": "Dock",
|
|
714
735
|
"exportName": "MDock",
|
|
715
|
-
"examples":
|
|
736
|
+
"examples": 6,
|
|
716
737
|
"props": {
|
|
717
|
-
"total":
|
|
738
|
+
"total": 3,
|
|
718
739
|
"covered": 1,
|
|
719
740
|
"missing": [
|
|
720
|
-
"position"
|
|
741
|
+
"position",
|
|
742
|
+
"pt"
|
|
721
743
|
]
|
|
722
744
|
},
|
|
723
745
|
"events": {
|
|
@@ -743,7 +765,7 @@
|
|
|
743
765
|
"exportName": "MDrawer",
|
|
744
766
|
"examples": 6,
|
|
745
767
|
"props": {
|
|
746
|
-
"total":
|
|
768
|
+
"total": 15,
|
|
747
769
|
"covered": 3,
|
|
748
770
|
"missing": [
|
|
749
771
|
"modal",
|
|
@@ -756,7 +778,8 @@
|
|
|
756
778
|
"appendTo",
|
|
757
779
|
"beforeClose",
|
|
758
780
|
"closeOnEsc",
|
|
759
|
-
"closeOnOutsideClick"
|
|
781
|
+
"closeOnOutsideClick",
|
|
782
|
+
"pt"
|
|
760
783
|
]
|
|
761
784
|
},
|
|
762
785
|
"events": {
|
|
@@ -786,15 +809,16 @@
|
|
|
786
809
|
{
|
|
787
810
|
"id": "Dropdown",
|
|
788
811
|
"exportName": "MDropdown",
|
|
789
|
-
"examples":
|
|
812
|
+
"examples": 8,
|
|
790
813
|
"props": {
|
|
791
|
-
"total":
|
|
814
|
+
"total": 10,
|
|
792
815
|
"covered": 5,
|
|
793
816
|
"missing": [
|
|
794
817
|
"placement",
|
|
795
818
|
"closeOnSelect",
|
|
796
819
|
"teleport",
|
|
797
|
-
"appendTo"
|
|
820
|
+
"appendTo",
|
|
821
|
+
"pt"
|
|
798
822
|
]
|
|
799
823
|
},
|
|
800
824
|
"events": {
|
|
@@ -822,10 +846,11 @@
|
|
|
822
846
|
"exportName": "MFieldset",
|
|
823
847
|
"examples": 4,
|
|
824
848
|
"props": {
|
|
825
|
-
"total":
|
|
849
|
+
"total": 5,
|
|
826
850
|
"covered": 3,
|
|
827
851
|
"missing": [
|
|
828
|
-
"defaultCollapsed"
|
|
852
|
+
"defaultCollapsed",
|
|
853
|
+
"pt"
|
|
829
854
|
]
|
|
830
855
|
},
|
|
831
856
|
"events": {
|
|
@@ -849,9 +874,9 @@
|
|
|
849
874
|
{
|
|
850
875
|
"id": "FileUpload",
|
|
851
876
|
"exportName": "MFileUpload",
|
|
852
|
-
"examples":
|
|
877
|
+
"examples": 18,
|
|
853
878
|
"props": {
|
|
854
|
-
"total":
|
|
879
|
+
"total": 23,
|
|
855
880
|
"covered": 10,
|
|
856
881
|
"missing": [
|
|
857
882
|
"directory",
|
|
@@ -865,7 +890,8 @@
|
|
|
865
890
|
"headers",
|
|
866
891
|
"data",
|
|
867
892
|
"withCredentials",
|
|
868
|
-
"beforeRemove"
|
|
893
|
+
"beforeRemove",
|
|
894
|
+
"pt"
|
|
869
895
|
]
|
|
870
896
|
},
|
|
871
897
|
"events": {
|
|
@@ -901,12 +927,13 @@
|
|
|
901
927
|
"exportName": "MFlex",
|
|
902
928
|
"examples": 8,
|
|
903
929
|
"props": {
|
|
904
|
-
"total":
|
|
930
|
+
"total": 8,
|
|
905
931
|
"covered": 4,
|
|
906
932
|
"missing": [
|
|
907
933
|
"inline",
|
|
908
934
|
"reverse",
|
|
909
|
-
"wrap"
|
|
935
|
+
"wrap",
|
|
936
|
+
"pt"
|
|
910
937
|
]
|
|
911
938
|
},
|
|
912
939
|
"events": {
|
|
@@ -930,9 +957,11 @@
|
|
|
930
957
|
"exportName": "MFloatLabel",
|
|
931
958
|
"examples": 4,
|
|
932
959
|
"props": {
|
|
933
|
-
"total":
|
|
960
|
+
"total": 2,
|
|
934
961
|
"covered": 1,
|
|
935
|
-
"missing": [
|
|
962
|
+
"missing": [
|
|
963
|
+
"pt"
|
|
964
|
+
]
|
|
936
965
|
},
|
|
937
966
|
"events": {
|
|
938
967
|
"total": 0,
|
|
@@ -955,10 +984,11 @@
|
|
|
955
984
|
"exportName": "MFluid",
|
|
956
985
|
"examples": 4,
|
|
957
986
|
"props": {
|
|
958
|
-
"total":
|
|
987
|
+
"total": 2,
|
|
959
988
|
"covered": 0,
|
|
960
989
|
"missing": [
|
|
961
|
-
"as"
|
|
990
|
+
"as",
|
|
991
|
+
"pt"
|
|
962
992
|
]
|
|
963
993
|
},
|
|
964
994
|
"events": {
|
|
@@ -980,7 +1010,7 @@
|
|
|
980
1010
|
{
|
|
981
1011
|
"id": "Form",
|
|
982
1012
|
"exportName": "MForm",
|
|
983
|
-
"examples":
|
|
1013
|
+
"examples": 10,
|
|
984
1014
|
"props": {
|
|
985
1015
|
"total": 0,
|
|
986
1016
|
"covered": 0,
|
|
@@ -1012,9 +1042,11 @@
|
|
|
1012
1042
|
"exportName": "MGallery",
|
|
1013
1043
|
"examples": 4,
|
|
1014
1044
|
"props": {
|
|
1015
|
-
"total":
|
|
1045
|
+
"total": 3,
|
|
1016
1046
|
"covered": 2,
|
|
1017
|
-
"missing": [
|
|
1047
|
+
"missing": [
|
|
1048
|
+
"pt"
|
|
1049
|
+
]
|
|
1018
1050
|
},
|
|
1019
1051
|
"events": {
|
|
1020
1052
|
"total": 1,
|
|
@@ -1064,9 +1096,11 @@
|
|
|
1064
1096
|
"exportName": "MIcon",
|
|
1065
1097
|
"examples": 8,
|
|
1066
1098
|
"props": {
|
|
1067
|
-
"total":
|
|
1099
|
+
"total": 4,
|
|
1068
1100
|
"covered": 3,
|
|
1069
|
-
"missing": [
|
|
1101
|
+
"missing": [
|
|
1102
|
+
"pt"
|
|
1103
|
+
]
|
|
1070
1104
|
},
|
|
1071
1105
|
"events": {
|
|
1072
1106
|
"total": 0,
|
|
@@ -1089,9 +1123,11 @@
|
|
|
1089
1123
|
"exportName": "MIconField",
|
|
1090
1124
|
"examples": 4,
|
|
1091
1125
|
"props": {
|
|
1092
|
-
"total":
|
|
1126
|
+
"total": 2,
|
|
1093
1127
|
"covered": 1,
|
|
1094
|
-
"missing": [
|
|
1128
|
+
"missing": [
|
|
1129
|
+
"pt"
|
|
1130
|
+
]
|
|
1095
1131
|
},
|
|
1096
1132
|
"events": {
|
|
1097
1133
|
"total": 0,
|
|
@@ -1114,12 +1150,13 @@
|
|
|
1114
1150
|
"exportName": "MInplace",
|
|
1115
1151
|
"examples": 4,
|
|
1116
1152
|
"props": {
|
|
1117
|
-
"total":
|
|
1153
|
+
"total": 5,
|
|
1118
1154
|
"covered": 1,
|
|
1119
1155
|
"missing": [
|
|
1120
1156
|
"disabled",
|
|
1121
1157
|
"closeOnEsc",
|
|
1122
|
-
"dismissable"
|
|
1158
|
+
"dismissable",
|
|
1159
|
+
"pt"
|
|
1123
1160
|
]
|
|
1124
1161
|
},
|
|
1125
1162
|
"events": {
|
|
@@ -1148,14 +1185,17 @@
|
|
|
1148
1185
|
{
|
|
1149
1186
|
"id": "Input",
|
|
1150
1187
|
"exportName": "MInput",
|
|
1151
|
-
"examples":
|
|
1188
|
+
"examples": 28,
|
|
1152
1189
|
"props": {
|
|
1153
|
-
"total":
|
|
1154
|
-
"covered":
|
|
1190
|
+
"total": 20,
|
|
1191
|
+
"covered": 14,
|
|
1155
1192
|
"missing": [
|
|
1156
1193
|
"id",
|
|
1157
1194
|
"readonly",
|
|
1158
|
-
"errorMessage"
|
|
1195
|
+
"errorMessage",
|
|
1196
|
+
"name",
|
|
1197
|
+
"autocomplete",
|
|
1198
|
+
"autofocus"
|
|
1159
1199
|
]
|
|
1160
1200
|
},
|
|
1161
1201
|
"events": {
|
|
@@ -1176,10 +1216,9 @@
|
|
|
1176
1216
|
},
|
|
1177
1217
|
"methods": {
|
|
1178
1218
|
"total": 3,
|
|
1179
|
-
"covered":
|
|
1219
|
+
"covered": 1,
|
|
1180
1220
|
"missing": [
|
|
1181
1221
|
"focus",
|
|
1182
|
-
"blur",
|
|
1183
1222
|
"select"
|
|
1184
1223
|
]
|
|
1185
1224
|
}
|
|
@@ -1189,14 +1228,15 @@
|
|
|
1189
1228
|
"exportName": "MInputColor",
|
|
1190
1229
|
"examples": 6,
|
|
1191
1230
|
"props": {
|
|
1192
|
-
"total":
|
|
1231
|
+
"total": 8,
|
|
1193
1232
|
"covered": 2,
|
|
1194
1233
|
"missing": [
|
|
1195
1234
|
"disabled",
|
|
1196
1235
|
"id",
|
|
1197
1236
|
"invalid",
|
|
1198
1237
|
"label",
|
|
1199
|
-
"size"
|
|
1238
|
+
"size",
|
|
1239
|
+
"pt"
|
|
1200
1240
|
]
|
|
1201
1241
|
},
|
|
1202
1242
|
"events": {
|
|
@@ -1249,7 +1289,7 @@
|
|
|
1249
1289
|
"exportName": "MInputNumber",
|
|
1250
1290
|
"examples": 8,
|
|
1251
1291
|
"props": {
|
|
1252
|
-
"total":
|
|
1292
|
+
"total": 18,
|
|
1253
1293
|
"covered": 9,
|
|
1254
1294
|
"missing": [
|
|
1255
1295
|
"size",
|
|
@@ -1259,7 +1299,8 @@
|
|
|
1259
1299
|
"errorMessage",
|
|
1260
1300
|
"helpText",
|
|
1261
1301
|
"id",
|
|
1262
|
-
"readonly"
|
|
1302
|
+
"readonly",
|
|
1303
|
+
"pt"
|
|
1263
1304
|
]
|
|
1264
1305
|
},
|
|
1265
1306
|
"events": {
|
|
@@ -1295,12 +1336,13 @@
|
|
|
1295
1336
|
"exportName": "MInputOtp",
|
|
1296
1337
|
"examples": 6,
|
|
1297
1338
|
"props": {
|
|
1298
|
-
"total":
|
|
1339
|
+
"total": 10,
|
|
1299
1340
|
"covered": 6,
|
|
1300
1341
|
"missing": [
|
|
1301
1342
|
"disabled",
|
|
1302
1343
|
"invalid",
|
|
1303
|
-
"label"
|
|
1344
|
+
"label",
|
|
1345
|
+
"pt"
|
|
1304
1346
|
]
|
|
1305
1347
|
},
|
|
1306
1348
|
"events": {
|
|
@@ -1326,7 +1368,7 @@
|
|
|
1326
1368
|
"exportName": "MInputPassword",
|
|
1327
1369
|
"examples": 12,
|
|
1328
1370
|
"props": {
|
|
1329
|
-
"total":
|
|
1371
|
+
"total": 18,
|
|
1330
1372
|
"covered": 10,
|
|
1331
1373
|
"missing": [
|
|
1332
1374
|
"toggleMask",
|
|
@@ -1335,7 +1377,8 @@
|
|
|
1335
1377
|
"invalid",
|
|
1336
1378
|
"disabled",
|
|
1337
1379
|
"readonly",
|
|
1338
|
-
"id"
|
|
1380
|
+
"id",
|
|
1381
|
+
"pt"
|
|
1339
1382
|
]
|
|
1340
1383
|
},
|
|
1341
1384
|
"events": {
|
|
@@ -1369,7 +1412,7 @@
|
|
|
1369
1412
|
"exportName": "MInputTags",
|
|
1370
1413
|
"examples": 6,
|
|
1371
1414
|
"props": {
|
|
1372
|
-
"total":
|
|
1415
|
+
"total": 11,
|
|
1373
1416
|
"covered": 4,
|
|
1374
1417
|
"missing": [
|
|
1375
1418
|
"disabled",
|
|
@@ -1377,7 +1420,8 @@
|
|
|
1377
1420
|
"id",
|
|
1378
1421
|
"invalid",
|
|
1379
1422
|
"label",
|
|
1380
|
-
"size"
|
|
1423
|
+
"size",
|
|
1424
|
+
"pt"
|
|
1381
1425
|
]
|
|
1382
1426
|
},
|
|
1383
1427
|
"events": {
|
|
@@ -1405,7 +1449,7 @@
|
|
|
1405
1449
|
"exportName": "MKnob",
|
|
1406
1450
|
"examples": 4,
|
|
1407
1451
|
"props": {
|
|
1408
|
-
"total":
|
|
1452
|
+
"total": 11,
|
|
1409
1453
|
"covered": 3,
|
|
1410
1454
|
"missing": [
|
|
1411
1455
|
"min",
|
|
@@ -1414,7 +1458,8 @@
|
|
|
1414
1458
|
"disabled",
|
|
1415
1459
|
"ariaLabel",
|
|
1416
1460
|
"ariaLabelledby",
|
|
1417
|
-
"diameter"
|
|
1461
|
+
"diameter",
|
|
1462
|
+
"pt"
|
|
1418
1463
|
]
|
|
1419
1464
|
},
|
|
1420
1465
|
"events": {
|
|
@@ -1440,10 +1485,11 @@
|
|
|
1440
1485
|
"exportName": "MLabel",
|
|
1441
1486
|
"examples": 4,
|
|
1442
1487
|
"props": {
|
|
1443
|
-
"total":
|
|
1488
|
+
"total": 3,
|
|
1444
1489
|
"covered": 1,
|
|
1445
1490
|
"missing": [
|
|
1446
|
-
"for"
|
|
1491
|
+
"for",
|
|
1492
|
+
"pt"
|
|
1447
1493
|
]
|
|
1448
1494
|
},
|
|
1449
1495
|
"events": {
|
|
@@ -1492,14 +1538,15 @@
|
|
|
1492
1538
|
"exportName": "MListbox",
|
|
1493
1539
|
"examples": 4,
|
|
1494
1540
|
"props": {
|
|
1495
|
-
"total":
|
|
1541
|
+
"total": 10,
|
|
1496
1542
|
"covered": 4,
|
|
1497
1543
|
"missing": [
|
|
1498
1544
|
"multiple",
|
|
1499
1545
|
"disabled",
|
|
1500
1546
|
"emptyMessage",
|
|
1501
1547
|
"invalid",
|
|
1502
|
-
"size"
|
|
1548
|
+
"size",
|
|
1549
|
+
"pt"
|
|
1503
1550
|
]
|
|
1504
1551
|
},
|
|
1505
1552
|
"events": {
|
|
@@ -1525,14 +1572,15 @@
|
|
|
1525
1572
|
{
|
|
1526
1573
|
"id": "MegaMenu",
|
|
1527
1574
|
"exportName": "MMegaMenu",
|
|
1528
|
-
"examples":
|
|
1575
|
+
"examples": 8,
|
|
1529
1576
|
"props": {
|
|
1530
|
-
"total":
|
|
1577
|
+
"total": 5,
|
|
1531
1578
|
"covered": 1,
|
|
1532
1579
|
"missing": [
|
|
1533
1580
|
"teleport",
|
|
1534
1581
|
"appendTo",
|
|
1535
|
-
"selectedKey"
|
|
1582
|
+
"selectedKey",
|
|
1583
|
+
"pt"
|
|
1536
1584
|
]
|
|
1537
1585
|
},
|
|
1538
1586
|
"events": {
|
|
@@ -1557,9 +1605,9 @@
|
|
|
1557
1605
|
{
|
|
1558
1606
|
"id": "Menu",
|
|
1559
1607
|
"exportName": "MMenu",
|
|
1560
|
-
"examples":
|
|
1608
|
+
"examples": 20,
|
|
1561
1609
|
"props": {
|
|
1562
|
-
"total":
|
|
1610
|
+
"total": 19,
|
|
1563
1611
|
"covered": 10,
|
|
1564
1612
|
"missing": [
|
|
1565
1613
|
"placement",
|
|
@@ -1569,7 +1617,8 @@
|
|
|
1569
1617
|
"expandedKeys",
|
|
1570
1618
|
"defaultExpandAll",
|
|
1571
1619
|
"teleport",
|
|
1572
|
-
"appendTo"
|
|
1620
|
+
"appendTo",
|
|
1621
|
+
"pt"
|
|
1573
1622
|
]
|
|
1574
1623
|
},
|
|
1575
1624
|
"events": {
|
|
@@ -1594,13 +1643,14 @@
|
|
|
1594
1643
|
{
|
|
1595
1644
|
"id": "Menubar",
|
|
1596
1645
|
"exportName": "MMenubar",
|
|
1597
|
-
"examples":
|
|
1646
|
+
"examples": 6,
|
|
1598
1647
|
"props": {
|
|
1599
|
-
"total":
|
|
1648
|
+
"total": 5,
|
|
1600
1649
|
"covered": 2,
|
|
1601
1650
|
"missing": [
|
|
1602
1651
|
"teleport",
|
|
1603
|
-
"appendTo"
|
|
1652
|
+
"appendTo",
|
|
1653
|
+
"pt"
|
|
1604
1654
|
]
|
|
1605
1655
|
},
|
|
1606
1656
|
"events": {
|
|
@@ -1627,7 +1677,7 @@
|
|
|
1627
1677
|
{
|
|
1628
1678
|
"id": "Message",
|
|
1629
1679
|
"exportName": "MMessage",
|
|
1630
|
-
"examples":
|
|
1680
|
+
"examples": 9,
|
|
1631
1681
|
"props": {
|
|
1632
1682
|
"total": 0,
|
|
1633
1683
|
"covered": 0,
|
|
@@ -1652,11 +1702,13 @@
|
|
|
1652
1702
|
{
|
|
1653
1703
|
"id": "MeterGroup",
|
|
1654
1704
|
"exportName": "MMeterGroup",
|
|
1655
|
-
"examples":
|
|
1705
|
+
"examples": 6,
|
|
1656
1706
|
"props": {
|
|
1657
|
-
"total":
|
|
1707
|
+
"total": 3,
|
|
1658
1708
|
"covered": 2,
|
|
1659
|
-
"missing": [
|
|
1709
|
+
"missing": [
|
|
1710
|
+
"pt"
|
|
1711
|
+
]
|
|
1660
1712
|
},
|
|
1661
1713
|
"events": {
|
|
1662
1714
|
"total": 0,
|
|
@@ -1681,13 +1733,14 @@
|
|
|
1681
1733
|
"exportName": "MOrderList",
|
|
1682
1734
|
"examples": 4,
|
|
1683
1735
|
"props": {
|
|
1684
|
-
"total":
|
|
1736
|
+
"total": 6,
|
|
1685
1737
|
"covered": 1,
|
|
1686
1738
|
"missing": [
|
|
1687
1739
|
"dataKey",
|
|
1688
1740
|
"listStyle",
|
|
1689
1741
|
"dragdrop",
|
|
1690
|
-
"emptyMessage"
|
|
1742
|
+
"emptyMessage",
|
|
1743
|
+
"pt"
|
|
1691
1744
|
]
|
|
1692
1745
|
},
|
|
1693
1746
|
"events": {
|
|
@@ -1714,10 +1767,11 @@
|
|
|
1714
1767
|
"exportName": "MPagination",
|
|
1715
1768
|
"examples": 6,
|
|
1716
1769
|
"props": {
|
|
1717
|
-
"total":
|
|
1770
|
+
"total": 11,
|
|
1718
1771
|
"covered": 9,
|
|
1719
1772
|
"missing": [
|
|
1720
|
-
"disabled"
|
|
1773
|
+
"disabled",
|
|
1774
|
+
"pt"
|
|
1721
1775
|
]
|
|
1722
1776
|
},
|
|
1723
1777
|
"events": {
|
|
@@ -1748,10 +1802,11 @@
|
|
|
1748
1802
|
"exportName": "MPanel",
|
|
1749
1803
|
"examples": 6,
|
|
1750
1804
|
"props": {
|
|
1751
|
-
"total":
|
|
1805
|
+
"total": 7,
|
|
1752
1806
|
"covered": 5,
|
|
1753
1807
|
"missing": [
|
|
1754
|
-
"defaultCollapsed"
|
|
1808
|
+
"defaultCollapsed",
|
|
1809
|
+
"pt"
|
|
1755
1810
|
]
|
|
1756
1811
|
},
|
|
1757
1812
|
"events": {
|
|
@@ -1780,10 +1835,11 @@
|
|
|
1780
1835
|
"exportName": "MPickList",
|
|
1781
1836
|
"examples": 6,
|
|
1782
1837
|
"props": {
|
|
1783
|
-
"total":
|
|
1838
|
+
"total": 7,
|
|
1784
1839
|
"covered": 5,
|
|
1785
1840
|
"missing": [
|
|
1786
|
-
"emptyMessage"
|
|
1841
|
+
"emptyMessage",
|
|
1842
|
+
"pt"
|
|
1787
1843
|
]
|
|
1788
1844
|
},
|
|
1789
1845
|
"events": {
|
|
@@ -1807,12 +1863,13 @@
|
|
|
1807
1863
|
"exportName": "MPopover",
|
|
1808
1864
|
"examples": 8,
|
|
1809
1865
|
"props": {
|
|
1810
|
-
"total":
|
|
1866
|
+
"total": 9,
|
|
1811
1867
|
"covered": 5,
|
|
1812
1868
|
"missing": [
|
|
1813
1869
|
"teleport",
|
|
1814
1870
|
"appendTo",
|
|
1815
|
-
"disabled"
|
|
1871
|
+
"disabled",
|
|
1872
|
+
"pt"
|
|
1816
1873
|
]
|
|
1817
1874
|
},
|
|
1818
1875
|
"events": {
|
|
@@ -1844,10 +1901,11 @@
|
|
|
1844
1901
|
"exportName": "MProgressBar",
|
|
1845
1902
|
"examples": 6,
|
|
1846
1903
|
"props": {
|
|
1847
|
-
"total":
|
|
1904
|
+
"total": 7,
|
|
1848
1905
|
"covered": 5,
|
|
1849
1906
|
"missing": [
|
|
1850
|
-
"color"
|
|
1907
|
+
"color",
|
|
1908
|
+
"pt"
|
|
1851
1909
|
]
|
|
1852
1910
|
},
|
|
1853
1911
|
"events": {
|
|
@@ -1871,11 +1929,12 @@
|
|
|
1871
1929
|
"exportName": "MProgressSpinner",
|
|
1872
1930
|
"examples": 6,
|
|
1873
1931
|
"props": {
|
|
1874
|
-
"total":
|
|
1932
|
+
"total": 8,
|
|
1875
1933
|
"covered": 5,
|
|
1876
1934
|
"missing": [
|
|
1877
1935
|
"ariaLabel",
|
|
1878
|
-
"delay"
|
|
1936
|
+
"delay",
|
|
1937
|
+
"pt"
|
|
1879
1938
|
]
|
|
1880
1939
|
},
|
|
1881
1940
|
"events": {
|
|
@@ -1899,11 +1958,12 @@
|
|
|
1899
1958
|
"exportName": "MRadio",
|
|
1900
1959
|
"examples": 10,
|
|
1901
1960
|
"props": {
|
|
1902
|
-
"total":
|
|
1961
|
+
"total": 10,
|
|
1903
1962
|
"covered": 7,
|
|
1904
1963
|
"missing": [
|
|
1905
1964
|
"id",
|
|
1906
|
-
"required"
|
|
1965
|
+
"required",
|
|
1966
|
+
"pt"
|
|
1907
1967
|
]
|
|
1908
1968
|
},
|
|
1909
1969
|
"events": {
|
|
@@ -1929,7 +1989,7 @@
|
|
|
1929
1989
|
"exportName": "MRating",
|
|
1930
1990
|
"examples": 8,
|
|
1931
1991
|
"props": {
|
|
1932
|
-
"total":
|
|
1992
|
+
"total": 14,
|
|
1933
1993
|
"covered": 4,
|
|
1934
1994
|
"missing": [
|
|
1935
1995
|
"stars",
|
|
@@ -1940,7 +2000,8 @@
|
|
|
1940
2000
|
"helpText",
|
|
1941
2001
|
"invalid",
|
|
1942
2002
|
"label",
|
|
1943
|
-
"size"
|
|
2003
|
+
"size",
|
|
2004
|
+
"pt"
|
|
1944
2005
|
]
|
|
1945
2006
|
},
|
|
1946
2007
|
"events": {
|
|
@@ -1966,7 +2027,7 @@
|
|
|
1966
2027
|
{
|
|
1967
2028
|
"id": "Scrollbar",
|
|
1968
2029
|
"exportName": "MScrollbar",
|
|
1969
|
-
"examples":
|
|
2030
|
+
"examples": 16,
|
|
1970
2031
|
"props": {
|
|
1971
2032
|
"total": 0,
|
|
1972
2033
|
"covered": 0,
|
|
@@ -1999,11 +2060,12 @@
|
|
|
1999
2060
|
"exportName": "MScrollTop",
|
|
2000
2061
|
"examples": 4,
|
|
2001
2062
|
"props": {
|
|
2002
|
-
"total":
|
|
2063
|
+
"total": 7,
|
|
2003
2064
|
"covered": 4,
|
|
2004
2065
|
"missing": [
|
|
2005
2066
|
"teleport",
|
|
2006
|
-
"appendTo"
|
|
2067
|
+
"appendTo",
|
|
2068
|
+
"pt"
|
|
2007
2069
|
]
|
|
2008
2070
|
},
|
|
2009
2071
|
"events": {
|
|
@@ -2027,9 +2089,9 @@
|
|
|
2027
2089
|
{
|
|
2028
2090
|
"id": "Select",
|
|
2029
2091
|
"exportName": "MSelect",
|
|
2030
|
-
"examples":
|
|
2092
|
+
"examples": 26,
|
|
2031
2093
|
"props": {
|
|
2032
|
-
"total":
|
|
2094
|
+
"total": 26,
|
|
2033
2095
|
"covered": 18,
|
|
2034
2096
|
"missing": [
|
|
2035
2097
|
"required",
|
|
@@ -2037,7 +2099,9 @@
|
|
|
2037
2099
|
"teleport",
|
|
2038
2100
|
"placement",
|
|
2039
2101
|
"id",
|
|
2040
|
-
"errorMessage"
|
|
2102
|
+
"errorMessage",
|
|
2103
|
+
"name",
|
|
2104
|
+
"pt"
|
|
2041
2105
|
]
|
|
2042
2106
|
},
|
|
2043
2107
|
"events": {
|
|
@@ -2071,13 +2135,14 @@
|
|
|
2071
2135
|
"exportName": "MSelectButton",
|
|
2072
2136
|
"examples": 6,
|
|
2073
2137
|
"props": {
|
|
2074
|
-
"total":
|
|
2138
|
+
"total": 8,
|
|
2075
2139
|
"covered": 3,
|
|
2076
2140
|
"missing": [
|
|
2077
2141
|
"size",
|
|
2078
2142
|
"invalid",
|
|
2079
2143
|
"disabled",
|
|
2080
|
-
"label"
|
|
2144
|
+
"label",
|
|
2145
|
+
"pt"
|
|
2081
2146
|
]
|
|
2082
2147
|
},
|
|
2083
2148
|
"events": {
|
|
@@ -2101,11 +2166,13 @@
|
|
|
2101
2166
|
{
|
|
2102
2167
|
"id": "Sidebar",
|
|
2103
2168
|
"exportName": "MSidebar",
|
|
2104
|
-
"examples":
|
|
2169
|
+
"examples": 6,
|
|
2105
2170
|
"props": {
|
|
2106
|
-
"total":
|
|
2171
|
+
"total": 3,
|
|
2107
2172
|
"covered": 2,
|
|
2108
|
-
"missing": [
|
|
2173
|
+
"missing": [
|
|
2174
|
+
"pt"
|
|
2175
|
+
]
|
|
2109
2176
|
},
|
|
2110
2177
|
"events": {
|
|
2111
2178
|
"total": 0,
|
|
@@ -2130,9 +2197,11 @@
|
|
|
2130
2197
|
"exportName": "MSkeleton",
|
|
2131
2198
|
"examples": 10,
|
|
2132
2199
|
"props": {
|
|
2133
|
-
"total":
|
|
2200
|
+
"total": 8,
|
|
2134
2201
|
"covered": 7,
|
|
2135
|
-
"missing": [
|
|
2202
|
+
"missing": [
|
|
2203
|
+
"pt"
|
|
2204
|
+
]
|
|
2136
2205
|
},
|
|
2137
2206
|
"events": {
|
|
2138
2207
|
"total": 0,
|
|
@@ -2155,7 +2224,7 @@
|
|
|
2155
2224
|
"exportName": "MSlider",
|
|
2156
2225
|
"examples": 8,
|
|
2157
2226
|
"props": {
|
|
2158
|
-
"total":
|
|
2227
|
+
"total": 16,
|
|
2159
2228
|
"covered": 5,
|
|
2160
2229
|
"missing": [
|
|
2161
2230
|
"min",
|
|
@@ -2167,7 +2236,8 @@
|
|
|
2167
2236
|
"helpText",
|
|
2168
2237
|
"invalid",
|
|
2169
2238
|
"label",
|
|
2170
|
-
"size"
|
|
2239
|
+
"size",
|
|
2240
|
+
"pt"
|
|
2171
2241
|
]
|
|
2172
2242
|
},
|
|
2173
2243
|
"events": {
|
|
@@ -2193,7 +2263,7 @@
|
|
|
2193
2263
|
"exportName": "MSpace",
|
|
2194
2264
|
"examples": 10,
|
|
2195
2265
|
"props": {
|
|
2196
|
-
"total":
|
|
2266
|
+
"total": 11,
|
|
2197
2267
|
"covered": 3,
|
|
2198
2268
|
"missing": [
|
|
2199
2269
|
"align",
|
|
@@ -2202,7 +2272,8 @@
|
|
|
2202
2272
|
"reverse",
|
|
2203
2273
|
"wrap",
|
|
2204
2274
|
"itemClass",
|
|
2205
|
-
"itemStyle"
|
|
2275
|
+
"itemStyle",
|
|
2276
|
+
"pt"
|
|
2206
2277
|
]
|
|
2207
2278
|
},
|
|
2208
2279
|
"events": {
|
|
@@ -2224,15 +2295,16 @@
|
|
|
2224
2295
|
{
|
|
2225
2296
|
"id": "SpeedDial",
|
|
2226
2297
|
"exportName": "MSpeedDial",
|
|
2227
|
-
"examples":
|
|
2298
|
+
"examples": 6,
|
|
2228
2299
|
"props": {
|
|
2229
|
-
"total":
|
|
2300
|
+
"total": 8,
|
|
2230
2301
|
"covered": 3,
|
|
2231
2302
|
"missing": [
|
|
2232
2303
|
"disabled",
|
|
2233
2304
|
"ariaLabel",
|
|
2234
2305
|
"teleport",
|
|
2235
|
-
"appendTo"
|
|
2306
|
+
"appendTo",
|
|
2307
|
+
"pt"
|
|
2236
2308
|
]
|
|
2237
2309
|
},
|
|
2238
2310
|
"events": {
|
|
@@ -2263,7 +2335,7 @@
|
|
|
2263
2335
|
"exportName": "MSplitButton",
|
|
2264
2336
|
"examples": 4,
|
|
2265
2337
|
"props": {
|
|
2266
|
-
"total":
|
|
2338
|
+
"total": 10,
|
|
2267
2339
|
"covered": 2,
|
|
2268
2340
|
"missing": [
|
|
2269
2341
|
"icon",
|
|
@@ -2272,7 +2344,8 @@
|
|
|
2272
2344
|
"size",
|
|
2273
2345
|
"disabled",
|
|
2274
2346
|
"teleport",
|
|
2275
|
-
"appendTo"
|
|
2347
|
+
"appendTo",
|
|
2348
|
+
"pt"
|
|
2276
2349
|
]
|
|
2277
2350
|
},
|
|
2278
2351
|
"events": {
|
|
@@ -2300,7 +2373,7 @@
|
|
|
2300
2373
|
"exportName": "MSplitter",
|
|
2301
2374
|
"examples": 10,
|
|
2302
2375
|
"props": {
|
|
2303
|
-
"total":
|
|
2376
|
+
"total": 13,
|
|
2304
2377
|
"covered": 5,
|
|
2305
2378
|
"missing": [
|
|
2306
2379
|
"layout",
|
|
@@ -2309,7 +2382,8 @@
|
|
|
2309
2382
|
"pane1Class",
|
|
2310
2383
|
"pane1Style",
|
|
2311
2384
|
"pane2Class",
|
|
2312
|
-
"pane2Style"
|
|
2385
|
+
"pane2Style",
|
|
2386
|
+
"pt"
|
|
2313
2387
|
]
|
|
2314
2388
|
},
|
|
2315
2389
|
"events": {
|
|
@@ -2340,11 +2414,12 @@
|
|
|
2340
2414
|
"exportName": "MStepper",
|
|
2341
2415
|
"examples": 6,
|
|
2342
2416
|
"props": {
|
|
2343
|
-
"total":
|
|
2417
|
+
"total": 6,
|
|
2344
2418
|
"covered": 3,
|
|
2345
2419
|
"missing": [
|
|
2346
2420
|
"linear",
|
|
2347
|
-
"orientation"
|
|
2421
|
+
"orientation",
|
|
2422
|
+
"pt"
|
|
2348
2423
|
]
|
|
2349
2424
|
},
|
|
2350
2425
|
"events": {
|
|
@@ -2373,7 +2448,7 @@
|
|
|
2373
2448
|
"exportName": "MSwitch",
|
|
2374
2449
|
"examples": 10,
|
|
2375
2450
|
"props": {
|
|
2376
|
-
"total":
|
|
2451
|
+
"total": 14,
|
|
2377
2452
|
"covered": 7,
|
|
2378
2453
|
"missing": [
|
|
2379
2454
|
"id",
|
|
@@ -2381,7 +2456,8 @@
|
|
|
2381
2456
|
"value",
|
|
2382
2457
|
"size",
|
|
2383
2458
|
"loading",
|
|
2384
|
-
"required"
|
|
2459
|
+
"required",
|
|
2460
|
+
"pt"
|
|
2385
2461
|
]
|
|
2386
2462
|
},
|
|
2387
2463
|
"events": {
|
|
@@ -2407,9 +2483,9 @@
|
|
|
2407
2483
|
{
|
|
2408
2484
|
"id": "Table",
|
|
2409
2485
|
"exportName": "MTable",
|
|
2410
|
-
"examples":
|
|
2486
|
+
"examples": 26,
|
|
2411
2487
|
"props": {
|
|
2412
|
-
"total":
|
|
2488
|
+
"total": 65,
|
|
2413
2489
|
"covered": 16,
|
|
2414
2490
|
"missing": [
|
|
2415
2491
|
"fit",
|
|
@@ -2459,7 +2535,8 @@
|
|
|
2459
2535
|
"tableClassName",
|
|
2460
2536
|
"tableHeight",
|
|
2461
2537
|
"tableMinHeight",
|
|
2462
|
-
"tableNodeId"
|
|
2538
|
+
"tableNodeId",
|
|
2539
|
+
"pt"
|
|
2463
2540
|
]
|
|
2464
2541
|
},
|
|
2465
2542
|
"events": {
|
|
@@ -2513,11 +2590,13 @@
|
|
|
2513
2590
|
{
|
|
2514
2591
|
"id": "Tabs",
|
|
2515
2592
|
"exportName": "MTabs",
|
|
2516
|
-
"examples":
|
|
2593
|
+
"examples": 8,
|
|
2517
2594
|
"props": {
|
|
2518
|
-
"total":
|
|
2595
|
+
"total": 6,
|
|
2519
2596
|
"covered": 5,
|
|
2520
|
-
"missing": [
|
|
2597
|
+
"missing": [
|
|
2598
|
+
"pt"
|
|
2599
|
+
]
|
|
2521
2600
|
},
|
|
2522
2601
|
"events": {
|
|
2523
2602
|
"total": 4,
|
|
@@ -2543,11 +2622,12 @@
|
|
|
2543
2622
|
"exportName": "MTag",
|
|
2544
2623
|
"examples": 10,
|
|
2545
2624
|
"props": {
|
|
2546
|
-
"total":
|
|
2625
|
+
"total": 10,
|
|
2547
2626
|
"covered": 7,
|
|
2548
2627
|
"missing": [
|
|
2549
2628
|
"color",
|
|
2550
|
-
"disabled"
|
|
2629
|
+
"disabled",
|
|
2630
|
+
"pt"
|
|
2551
2631
|
]
|
|
2552
2632
|
},
|
|
2553
2633
|
"events": {
|
|
@@ -2573,12 +2653,13 @@
|
|
|
2573
2653
|
"exportName": "MTerminal",
|
|
2574
2654
|
"examples": 4,
|
|
2575
2655
|
"props": {
|
|
2576
|
-
"total":
|
|
2656
|
+
"total": 5,
|
|
2577
2657
|
"covered": 1,
|
|
2578
2658
|
"missing": [
|
|
2579
2659
|
"prompt",
|
|
2580
2660
|
"lines",
|
|
2581
|
-
"responses"
|
|
2661
|
+
"responses",
|
|
2662
|
+
"pt"
|
|
2582
2663
|
]
|
|
2583
2664
|
},
|
|
2584
2665
|
"events": {
|
|
@@ -2608,14 +2689,18 @@
|
|
|
2608
2689
|
"exportName": "MTextarea",
|
|
2609
2690
|
"examples": 10,
|
|
2610
2691
|
"props": {
|
|
2611
|
-
"total":
|
|
2612
|
-
"covered":
|
|
2692
|
+
"total": 22,
|
|
2693
|
+
"covered": 13,
|
|
2613
2694
|
"missing": [
|
|
2614
2695
|
"id",
|
|
2615
2696
|
"resize",
|
|
2616
2697
|
"disabled",
|
|
2617
2698
|
"readonly",
|
|
2618
|
-
"errorMessage"
|
|
2699
|
+
"errorMessage",
|
|
2700
|
+
"name",
|
|
2701
|
+
"autocomplete",
|
|
2702
|
+
"autofocus",
|
|
2703
|
+
"pt"
|
|
2619
2704
|
]
|
|
2620
2705
|
},
|
|
2621
2706
|
"events": {
|
|
@@ -2647,14 +2732,15 @@
|
|
|
2647
2732
|
{
|
|
2648
2733
|
"id": "TieredMenu",
|
|
2649
2734
|
"exportName": "MTieredMenu",
|
|
2650
|
-
"examples":
|
|
2735
|
+
"examples": 8,
|
|
2651
2736
|
"props": {
|
|
2652
|
-
"total":
|
|
2737
|
+
"total": 7,
|
|
2653
2738
|
"covered": 3,
|
|
2654
2739
|
"missing": [
|
|
2655
2740
|
"teleport",
|
|
2656
2741
|
"appendTo",
|
|
2657
|
-
"placement"
|
|
2742
|
+
"placement",
|
|
2743
|
+
"pt"
|
|
2658
2744
|
]
|
|
2659
2745
|
},
|
|
2660
2746
|
"events": {
|
|
@@ -2678,11 +2764,13 @@
|
|
|
2678
2764
|
{
|
|
2679
2765
|
"id": "Timeline",
|
|
2680
2766
|
"exportName": "MTimeline",
|
|
2681
|
-
"examples":
|
|
2767
|
+
"examples": 10,
|
|
2682
2768
|
"props": {
|
|
2683
|
-
"total":
|
|
2769
|
+
"total": 5,
|
|
2684
2770
|
"covered": 4,
|
|
2685
|
-
"missing": [
|
|
2771
|
+
"missing": [
|
|
2772
|
+
"pt"
|
|
2773
|
+
]
|
|
2686
2774
|
},
|
|
2687
2775
|
"events": {
|
|
2688
2776
|
"total": 0,
|
|
@@ -2703,9 +2791,9 @@
|
|
|
2703
2791
|
{
|
|
2704
2792
|
"id": "Toast",
|
|
2705
2793
|
"exportName": "MToast",
|
|
2706
|
-
"examples":
|
|
2794
|
+
"examples": 10,
|
|
2707
2795
|
"props": {
|
|
2708
|
-
"total":
|
|
2796
|
+
"total": 13,
|
|
2709
2797
|
"covered": 3,
|
|
2710
2798
|
"missing": [
|
|
2711
2799
|
"max",
|
|
@@ -2716,7 +2804,8 @@
|
|
|
2716
2804
|
"summary",
|
|
2717
2805
|
"detail",
|
|
2718
2806
|
"closable",
|
|
2719
|
-
"life"
|
|
2807
|
+
"life",
|
|
2808
|
+
"pt"
|
|
2720
2809
|
]
|
|
2721
2810
|
},
|
|
2722
2811
|
"events": {
|
|
@@ -2740,12 +2829,13 @@
|
|
|
2740
2829
|
"exportName": "MToggleButton",
|
|
2741
2830
|
"examples": 6,
|
|
2742
2831
|
"props": {
|
|
2743
|
-
"total":
|
|
2832
|
+
"total": 8,
|
|
2744
2833
|
"covered": 4,
|
|
2745
2834
|
"missing": [
|
|
2746
2835
|
"onIcon",
|
|
2747
2836
|
"offIcon",
|
|
2748
|
-
"disabled"
|
|
2837
|
+
"disabled",
|
|
2838
|
+
"pt"
|
|
2749
2839
|
]
|
|
2750
2840
|
},
|
|
2751
2841
|
"events": {
|
|
@@ -2773,10 +2863,11 @@
|
|
|
2773
2863
|
"exportName": "MToolbar",
|
|
2774
2864
|
"examples": 4,
|
|
2775
2865
|
"props": {
|
|
2776
|
-
"total":
|
|
2866
|
+
"total": 2,
|
|
2777
2867
|
"covered": 0,
|
|
2778
2868
|
"missing": [
|
|
2779
|
-
"ariaLabel"
|
|
2869
|
+
"ariaLabel",
|
|
2870
|
+
"pt"
|
|
2780
2871
|
]
|
|
2781
2872
|
},
|
|
2782
2873
|
"events": {
|
|
@@ -2800,12 +2891,13 @@
|
|
|
2800
2891
|
"exportName": "MTooltip",
|
|
2801
2892
|
"examples": 4,
|
|
2802
2893
|
"props": {
|
|
2803
|
-
"total":
|
|
2894
|
+
"total": 9,
|
|
2804
2895
|
"covered": 5,
|
|
2805
2896
|
"missing": [
|
|
2806
2897
|
"disabled",
|
|
2807
2898
|
"teleport",
|
|
2808
|
-
"appendTo"
|
|
2899
|
+
"appendTo",
|
|
2900
|
+
"pt"
|
|
2809
2901
|
]
|
|
2810
2902
|
},
|
|
2811
2903
|
"events": {
|
|
@@ -2827,9 +2919,9 @@
|
|
|
2827
2919
|
{
|
|
2828
2920
|
"id": "Tree",
|
|
2829
2921
|
"exportName": "MTree",
|
|
2830
|
-
"examples":
|
|
2922
|
+
"examples": 12,
|
|
2831
2923
|
"props": {
|
|
2832
|
-
"total":
|
|
2924
|
+
"total": 18,
|
|
2833
2925
|
"covered": 7,
|
|
2834
2926
|
"missing": [
|
|
2835
2927
|
"selectionKeys",
|
|
@@ -2841,7 +2933,8 @@
|
|
|
2841
2933
|
"lazy",
|
|
2842
2934
|
"load",
|
|
2843
2935
|
"draggable",
|
|
2844
|
-
"emptyMessage"
|
|
2936
|
+
"emptyMessage",
|
|
2937
|
+
"pt"
|
|
2845
2938
|
]
|
|
2846
2939
|
},
|
|
2847
2940
|
"events": {
|
|
@@ -2873,9 +2966,9 @@
|
|
|
2873
2966
|
{
|
|
2874
2967
|
"id": "TreeSelect",
|
|
2875
2968
|
"exportName": "MTreeSelect",
|
|
2876
|
-
"examples":
|
|
2969
|
+
"examples": 10,
|
|
2877
2970
|
"props": {
|
|
2878
|
-
"total":
|
|
2971
|
+
"total": 23,
|
|
2879
2972
|
"covered": 9,
|
|
2880
2973
|
"missing": [
|
|
2881
2974
|
"disabled",
|
|
@@ -2890,7 +2983,8 @@
|
|
|
2890
2983
|
"helpText",
|
|
2891
2984
|
"id",
|
|
2892
2985
|
"invalid",
|
|
2893
|
-
"label"
|
|
2986
|
+
"label",
|
|
2987
|
+
"pt"
|
|
2894
2988
|
]
|
|
2895
2989
|
},
|
|
2896
2990
|
"events": {
|
|
@@ -2918,13 +3012,14 @@
|
|
|
2918
3012
|
{
|
|
2919
3013
|
"id": "TreeTable",
|
|
2920
3014
|
"exportName": "MTreeTable",
|
|
2921
|
-
"examples":
|
|
3015
|
+
"examples": 8,
|
|
2922
3016
|
"props": {
|
|
2923
|
-
"total":
|
|
3017
|
+
"total": 5,
|
|
2924
3018
|
"covered": 2,
|
|
2925
3019
|
"missing": [
|
|
2926
3020
|
"emptyMessage",
|
|
2927
|
-
"expandedKeys"
|
|
3021
|
+
"expandedKeys",
|
|
3022
|
+
"pt"
|
|
2928
3023
|
]
|
|
2929
3024
|
},
|
|
2930
3025
|
"events": {
|
|
@@ -2955,10 +3050,11 @@
|
|
|
2955
3050
|
"exportName": "MVirtualScroller",
|
|
2956
3051
|
"examples": 4,
|
|
2957
3052
|
"props": {
|
|
2958
|
-
"total":
|
|
3053
|
+
"total": 5,
|
|
2959
3054
|
"covered": 3,
|
|
2960
3055
|
"missing": [
|
|
2961
|
-
"buffer"
|
|
3056
|
+
"buffer",
|
|
3057
|
+
"pt"
|
|
2962
3058
|
]
|
|
2963
3059
|
},
|
|
2964
3060
|
"events": {
|
|
@@ -2980,7 +3076,7 @@
|
|
|
2980
3076
|
],
|
|
2981
3077
|
"summary": {
|
|
2982
3078
|
"components": 88,
|
|
2983
|
-
"componentsWithMissingCoverage":
|
|
2984
|
-
"totalExamples":
|
|
3079
|
+
"componentsWithMissingCoverage": 84,
|
|
3080
|
+
"totalExamples": 751
|
|
2985
3081
|
}
|
|
2986
3082
|
}
|