@next-bricks/form 1.15.18 → 1.15.19
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/dist/bricks.json +35 -35
- package/dist/chunks/{5347.062653c6.js → 5347.c78ea3ac.js} +3 -3
- package/dist/chunks/{5347.062653c6.js.map → 5347.c78ea3ac.js.map} +1 -1
- package/dist/chunks/{eo-color-picker.ddddea8e.js → eo-color-picker.6690abaf.js} +2 -2
- package/dist/chunks/{eo-color-picker.ddddea8e.js.map → eo-color-picker.6690abaf.js.map} +1 -1
- package/dist/chunks/{main.8f0c9874.js → main.b1b4878e.js} +2 -2
- package/dist/chunks/{main.8f0c9874.js.map → main.b1b4878e.js.map} +1 -1
- package/dist/examples.json +11 -11
- package/dist/{index.02c0692b.js → index.71da0358.js} +2 -2
- package/dist/{index.02c0692b.js.map → index.71da0358.js.map} +1 -1
- package/dist/manifest.json +503 -503
- package/dist/types.json +1549 -1549
- package/package.json +2 -2
- /package/dist/chunks/{5347.062653c6.js.LICENSE.txt → 5347.c78ea3ac.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -575,7 +575,7 @@
|
|
|
575
575
|
],
|
|
576
576
|
"methods": []
|
|
577
577
|
},
|
|
578
|
-
"eo-
|
|
578
|
+
"eo-radio": {
|
|
579
579
|
"properties": [
|
|
580
580
|
{
|
|
581
581
|
"name": "name",
|
|
@@ -584,13 +584,6 @@
|
|
|
584
584
|
"value": "string"
|
|
585
585
|
}
|
|
586
586
|
},
|
|
587
|
-
{
|
|
588
|
-
"name": "placeholder",
|
|
589
|
-
"annotation": {
|
|
590
|
-
"type": "keyword",
|
|
591
|
-
"value": "string"
|
|
592
|
-
}
|
|
593
|
-
},
|
|
594
587
|
{
|
|
595
588
|
"name": "label",
|
|
596
589
|
"annotation": {
|
|
@@ -606,7 +599,7 @@
|
|
|
606
599
|
"type": "reference",
|
|
607
600
|
"typeName": {
|
|
608
601
|
"type": "identifier",
|
|
609
|
-
"name": "
|
|
602
|
+
"name": "GeneralOption"
|
|
610
603
|
}
|
|
611
604
|
}
|
|
612
605
|
}
|
|
@@ -656,128 +649,37 @@
|
|
|
656
649
|
}
|
|
657
650
|
},
|
|
658
651
|
{
|
|
659
|
-
"name": "
|
|
660
|
-
"annotation": {
|
|
661
|
-
"type": "union",
|
|
662
|
-
"types": [
|
|
663
|
-
{
|
|
664
|
-
"type": "jsLiteral",
|
|
665
|
-
"value": "tags"
|
|
666
|
-
},
|
|
667
|
-
{
|
|
668
|
-
"type": "jsLiteral",
|
|
669
|
-
"value": "multiple"
|
|
670
|
-
}
|
|
671
|
-
]
|
|
672
|
-
}
|
|
673
|
-
},
|
|
674
|
-
{
|
|
675
|
-
"name": "tokenSeparators",
|
|
652
|
+
"name": "type",
|
|
676
653
|
"annotation": {
|
|
677
|
-
"type": "
|
|
678
|
-
"
|
|
679
|
-
"type": "
|
|
680
|
-
"
|
|
654
|
+
"type": "reference",
|
|
655
|
+
"typeName": {
|
|
656
|
+
"type": "identifier",
|
|
657
|
+
"name": "RadioType"
|
|
681
658
|
}
|
|
682
659
|
}
|
|
683
660
|
},
|
|
684
661
|
{
|
|
685
|
-
"name": "
|
|
686
|
-
"annotation": {
|
|
687
|
-
"type": "keyword",
|
|
688
|
-
"value": "number"
|
|
689
|
-
}
|
|
690
|
-
},
|
|
691
|
-
{
|
|
692
|
-
"name": "groupBy",
|
|
693
|
-
"annotation": {
|
|
694
|
-
"type": "keyword",
|
|
695
|
-
"value": "string"
|
|
696
|
-
}
|
|
697
|
-
},
|
|
698
|
-
{
|
|
699
|
-
"name": "suffix",
|
|
700
|
-
"annotation": {
|
|
701
|
-
"type": "typeLiteral",
|
|
702
|
-
"members": [
|
|
703
|
-
{
|
|
704
|
-
"type": "propertySignature",
|
|
705
|
-
"key": {
|
|
706
|
-
"type": "identifier",
|
|
707
|
-
"name": "useBrick"
|
|
708
|
-
},
|
|
709
|
-
"annotation": {
|
|
710
|
-
"type": "reference",
|
|
711
|
-
"typeName": {
|
|
712
|
-
"type": "identifier",
|
|
713
|
-
"name": "UseSingleBrickConf"
|
|
714
|
-
}
|
|
715
|
-
},
|
|
716
|
-
"computed": false
|
|
717
|
-
}
|
|
718
|
-
]
|
|
719
|
-
}
|
|
720
|
-
},
|
|
721
|
-
{
|
|
722
|
-
"name": "clearable",
|
|
723
|
-
"annotation": {
|
|
724
|
-
"type": "keyword",
|
|
725
|
-
"value": "boolean"
|
|
726
|
-
}
|
|
727
|
-
},
|
|
728
|
-
{
|
|
729
|
-
"name": "fields",
|
|
730
|
-
"annotation": {
|
|
731
|
-
"type": "typeLiteral",
|
|
732
|
-
"members": [
|
|
733
|
-
{
|
|
734
|
-
"type": "propertySignature",
|
|
735
|
-
"key": {
|
|
736
|
-
"type": "identifier",
|
|
737
|
-
"name": "label"
|
|
738
|
-
},
|
|
739
|
-
"annotation": {
|
|
740
|
-
"type": "keyword",
|
|
741
|
-
"value": "string"
|
|
742
|
-
},
|
|
743
|
-
"optional": true,
|
|
744
|
-
"computed": false
|
|
745
|
-
},
|
|
746
|
-
{
|
|
747
|
-
"type": "propertySignature",
|
|
748
|
-
"key": {
|
|
749
|
-
"type": "identifier",
|
|
750
|
-
"name": "value"
|
|
751
|
-
},
|
|
752
|
-
"annotation": {
|
|
753
|
-
"type": "keyword",
|
|
754
|
-
"value": "string"
|
|
755
|
-
},
|
|
756
|
-
"optional": true,
|
|
757
|
-
"computed": false
|
|
758
|
-
}
|
|
759
|
-
]
|
|
760
|
-
}
|
|
761
|
-
},
|
|
762
|
-
{
|
|
763
|
-
"name": "useBackend",
|
|
662
|
+
"name": "ui",
|
|
764
663
|
"annotation": {
|
|
765
664
|
"type": "reference",
|
|
766
665
|
"typeName": {
|
|
767
666
|
"type": "identifier",
|
|
768
|
-
"name": "
|
|
667
|
+
"name": "UIType"
|
|
769
668
|
}
|
|
770
669
|
}
|
|
771
670
|
},
|
|
772
671
|
{
|
|
773
|
-
"name": "
|
|
672
|
+
"name": "size",
|
|
774
673
|
"annotation": {
|
|
775
|
-
"type": "
|
|
776
|
-
"
|
|
674
|
+
"type": "reference",
|
|
675
|
+
"typeName": {
|
|
676
|
+
"type": "identifier",
|
|
677
|
+
"name": "ComponentSize"
|
|
678
|
+
}
|
|
777
679
|
}
|
|
778
680
|
},
|
|
779
681
|
{
|
|
780
|
-
"name": "
|
|
682
|
+
"name": "customStyle",
|
|
781
683
|
"annotation": {
|
|
782
684
|
"type": "reference",
|
|
783
685
|
"typeName": {
|
|
@@ -794,10 +696,13 @@
|
|
|
794
696
|
}
|
|
795
697
|
},
|
|
796
698
|
{
|
|
797
|
-
"name": "
|
|
699
|
+
"name": "useBrick",
|
|
798
700
|
"annotation": {
|
|
799
|
-
"type": "
|
|
800
|
-
"
|
|
701
|
+
"type": "reference",
|
|
702
|
+
"typeName": {
|
|
703
|
+
"type": "identifier",
|
|
704
|
+
"name": "UseSingleBrickConf"
|
|
705
|
+
}
|
|
801
706
|
}
|
|
802
707
|
}
|
|
803
708
|
],
|
|
@@ -806,85 +711,23 @@
|
|
|
806
711
|
"name": "change",
|
|
807
712
|
"detail": {
|
|
808
713
|
"annotation": {
|
|
809
|
-
"type": "
|
|
810
|
-
"
|
|
714
|
+
"type": "union",
|
|
715
|
+
"types": [
|
|
811
716
|
{
|
|
812
|
-
"type": "
|
|
813
|
-
"
|
|
717
|
+
"type": "reference",
|
|
718
|
+
"typeName": {
|
|
814
719
|
"type": "identifier",
|
|
815
|
-
"name": "
|
|
816
|
-
}
|
|
817
|
-
"annotation": {
|
|
818
|
-
"type": "union",
|
|
819
|
-
"types": [
|
|
820
|
-
{
|
|
821
|
-
"type": "keyword",
|
|
822
|
-
"value": "string"
|
|
823
|
-
},
|
|
824
|
-
{
|
|
825
|
-
"type": "array",
|
|
826
|
-
"elementType": {
|
|
827
|
-
"type": "keyword",
|
|
828
|
-
"value": "string"
|
|
829
|
-
}
|
|
830
|
-
}
|
|
831
|
-
]
|
|
832
|
-
},
|
|
833
|
-
"computed": false
|
|
720
|
+
"name": "GeneralComplexOption"
|
|
721
|
+
}
|
|
834
722
|
},
|
|
835
723
|
{
|
|
836
|
-
"type": "
|
|
837
|
-
"
|
|
838
|
-
"type": "identifier",
|
|
839
|
-
"name": "options"
|
|
840
|
-
},
|
|
841
|
-
"annotation": {
|
|
842
|
-
"type": "array",
|
|
843
|
-
"elementType": {
|
|
844
|
-
"type": "reference",
|
|
845
|
-
"typeName": {
|
|
846
|
-
"type": "identifier",
|
|
847
|
-
"name": "GeneralComplexOption"
|
|
848
|
-
}
|
|
849
|
-
}
|
|
850
|
-
},
|
|
851
|
-
"computed": false
|
|
852
|
-
}
|
|
853
|
-
]
|
|
854
|
-
}
|
|
855
|
-
}
|
|
856
|
-
},
|
|
857
|
-
{
|
|
858
|
-
"name": "search",
|
|
859
|
-
"detail": {
|
|
860
|
-
"annotation": {
|
|
861
|
-
"type": "typeLiteral",
|
|
862
|
-
"members": [
|
|
863
|
-
{
|
|
864
|
-
"type": "propertySignature",
|
|
865
|
-
"key": {
|
|
866
|
-
"type": "identifier",
|
|
867
|
-
"name": "value"
|
|
868
|
-
},
|
|
869
|
-
"annotation": {
|
|
870
|
-
"type": "keyword",
|
|
871
|
-
"value": "string"
|
|
872
|
-
},
|
|
873
|
-
"computed": false
|
|
724
|
+
"type": "keyword",
|
|
725
|
+
"value": "undefined"
|
|
874
726
|
}
|
|
875
727
|
]
|
|
876
728
|
}
|
|
877
729
|
}
|
|
878
730
|
},
|
|
879
|
-
{
|
|
880
|
-
"name": "select.focus",
|
|
881
|
-
"detail": {
|
|
882
|
-
"annotation": {
|
|
883
|
-
"type": "keyword",
|
|
884
|
-
"value": "void"
|
|
885
|
-
}
|
|
886
|
-
}
|
|
887
|
-
},
|
|
888
731
|
{
|
|
889
732
|
"name": "options.change",
|
|
890
733
|
"detail": {
|
|
@@ -963,41 +806,89 @@
|
|
|
963
806
|
"methods": [],
|
|
964
807
|
"types": [
|
|
965
808
|
{
|
|
966
|
-
"type": "
|
|
967
|
-
"name": "
|
|
968
|
-
"
|
|
969
|
-
"type": "
|
|
970
|
-
"
|
|
809
|
+
"type": "typeAlias",
|
|
810
|
+
"name": "GeneralOption",
|
|
811
|
+
"annotation": {
|
|
812
|
+
"type": "union",
|
|
813
|
+
"types": [
|
|
971
814
|
{
|
|
972
|
-
"type": "
|
|
973
|
-
"
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
815
|
+
"type": "keyword",
|
|
816
|
+
"value": "string"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"type": "keyword",
|
|
820
|
+
"value": "number"
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"type": "keyword",
|
|
824
|
+
"value": "boolean"
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"type": "reference",
|
|
828
|
+
"typeName": {
|
|
829
|
+
"type": "identifier",
|
|
830
|
+
"name": "GeneralComplexOption"
|
|
831
|
+
}
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"type": "reference",
|
|
835
|
+
"typeName": {
|
|
836
|
+
"type": "identifier",
|
|
837
|
+
"name": "Record"
|
|
838
|
+
},
|
|
839
|
+
"typeParameters": {
|
|
840
|
+
"type": "typeParameterInstantiation",
|
|
841
|
+
"params": [
|
|
842
|
+
{
|
|
843
|
+
"type": "keyword",
|
|
844
|
+
"value": "string"
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"type": "keyword",
|
|
848
|
+
"value": "any"
|
|
849
|
+
}
|
|
850
|
+
]
|
|
851
|
+
}
|
|
852
|
+
}
|
|
853
|
+
]
|
|
854
|
+
}
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"type": "interface",
|
|
858
|
+
"name": "GeneralComplexOption",
|
|
859
|
+
"typeParameters": {
|
|
860
|
+
"type": "typeParameterDeclaration",
|
|
861
|
+
"params": [
|
|
862
|
+
{
|
|
863
|
+
"type": "typeParameter",
|
|
864
|
+
"name": "T",
|
|
865
|
+
"default": {
|
|
866
|
+
"type": "union",
|
|
867
|
+
"types": [
|
|
868
|
+
{
|
|
869
|
+
"type": "keyword",
|
|
870
|
+
"value": "string"
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"type": "keyword",
|
|
874
|
+
"value": "number"
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
"type": "keyword",
|
|
878
|
+
"value": "boolean"
|
|
879
|
+
}
|
|
880
|
+
]
|
|
881
|
+
}
|
|
882
|
+
}
|
|
883
|
+
]
|
|
884
|
+
},
|
|
885
|
+
"body": [
|
|
886
|
+
{
|
|
887
|
+
"type": "propertySignature",
|
|
888
|
+
"key": {
|
|
889
|
+
"type": "identifier",
|
|
890
|
+
"name": "label"
|
|
891
|
+
},
|
|
1001
892
|
"annotation": {
|
|
1002
893
|
"type": "keyword",
|
|
1003
894
|
"value": "string"
|
|
@@ -1037,97 +928,79 @@
|
|
|
1037
928
|
]
|
|
1038
929
|
},
|
|
1039
930
|
{
|
|
1040
|
-
"type": "
|
|
1041
|
-
"name": "
|
|
1042
|
-
"
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
"type": "
|
|
1047
|
-
"
|
|
931
|
+
"type": "typeAlias",
|
|
932
|
+
"name": "RadioType",
|
|
933
|
+
"annotation": {
|
|
934
|
+
"type": "union",
|
|
935
|
+
"types": [
|
|
936
|
+
{
|
|
937
|
+
"type": "jsLiteral",
|
|
938
|
+
"value": "button"
|
|
1048
939
|
},
|
|
1049
|
-
|
|
1050
|
-
"type": "
|
|
1051
|
-
"value": "
|
|
940
|
+
{
|
|
941
|
+
"type": "jsLiteral",
|
|
942
|
+
"value": "default"
|
|
1052
943
|
},
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
"type": "propertySignature",
|
|
1057
|
-
"key": {
|
|
1058
|
-
"type": "identifier",
|
|
1059
|
-
"name": "args"
|
|
944
|
+
{
|
|
945
|
+
"type": "jsLiteral",
|
|
946
|
+
"value": "icon"
|
|
1060
947
|
},
|
|
1061
|
-
|
|
1062
|
-
"type": "
|
|
1063
|
-
"
|
|
1064
|
-
{
|
|
1065
|
-
"type": "array",
|
|
1066
|
-
"elementType": {
|
|
1067
|
-
"type": "keyword",
|
|
1068
|
-
"value": "any"
|
|
1069
|
-
}
|
|
1070
|
-
},
|
|
1071
|
-
{
|
|
1072
|
-
"type": "parenthesizedType",
|
|
1073
|
-
"annotation": {
|
|
1074
|
-
"type": "function",
|
|
1075
|
-
"parameters": [
|
|
1076
|
-
{
|
|
1077
|
-
"type": "restElement",
|
|
1078
|
-
"argument": {
|
|
1079
|
-
"type": "identifier",
|
|
1080
|
-
"name": "args"
|
|
1081
|
-
},
|
|
1082
|
-
"annotation": {
|
|
1083
|
-
"type": "array",
|
|
1084
|
-
"elementType": {
|
|
1085
|
-
"type": "keyword",
|
|
1086
|
-
"value": "any"
|
|
1087
|
-
}
|
|
1088
|
-
}
|
|
1089
|
-
}
|
|
1090
|
-
],
|
|
1091
|
-
"annotation": {
|
|
1092
|
-
"type": "array",
|
|
1093
|
-
"elementType": {
|
|
1094
|
-
"type": "keyword",
|
|
1095
|
-
"value": "any"
|
|
1096
|
-
}
|
|
1097
|
-
}
|
|
1098
|
-
}
|
|
1099
|
-
}
|
|
1100
|
-
]
|
|
948
|
+
{
|
|
949
|
+
"type": "jsLiteral",
|
|
950
|
+
"value": "icon-circle"
|
|
1101
951
|
},
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
"type": "propertySignature",
|
|
1106
|
-
"key": {
|
|
1107
|
-
"type": "identifier",
|
|
1108
|
-
"name": "transform"
|
|
952
|
+
{
|
|
953
|
+
"type": "jsLiteral",
|
|
954
|
+
"value": "icon-square"
|
|
1109
955
|
},
|
|
1110
|
-
|
|
1111
|
-
"type": "
|
|
1112
|
-
"
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
956
|
+
{
|
|
957
|
+
"type": "jsLiteral",
|
|
958
|
+
"value": "custom"
|
|
959
|
+
}
|
|
960
|
+
]
|
|
961
|
+
}
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
"type": "typeAlias",
|
|
965
|
+
"name": "UIType",
|
|
966
|
+
"annotation": {
|
|
967
|
+
"type": "union",
|
|
968
|
+
"types": [
|
|
969
|
+
{
|
|
970
|
+
"type": "jsLiteral",
|
|
971
|
+
"value": "default"
|
|
1126
972
|
},
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
973
|
+
{
|
|
974
|
+
"type": "jsLiteral",
|
|
975
|
+
"value": "dashboard"
|
|
976
|
+
}
|
|
977
|
+
]
|
|
978
|
+
}
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
"type": "typeAlias",
|
|
982
|
+
"name": "ComponentSize",
|
|
983
|
+
"annotation": {
|
|
984
|
+
"type": "union",
|
|
985
|
+
"types": [
|
|
986
|
+
{
|
|
987
|
+
"type": "jsLiteral",
|
|
988
|
+
"value": "large"
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"type": "jsLiteral",
|
|
992
|
+
"value": "medium"
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"type": "jsLiteral",
|
|
996
|
+
"value": "small"
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"type": "jsLiteral",
|
|
1000
|
+
"value": "xs"
|
|
1001
|
+
}
|
|
1002
|
+
]
|
|
1003
|
+
}
|
|
1131
1004
|
}
|
|
1132
1005
|
]
|
|
1133
1006
|
},
|
|
@@ -1766,73 +1639,113 @@
|
|
|
1766
1639
|
}
|
|
1767
1640
|
]
|
|
1768
1641
|
},
|
|
1769
|
-
"eo-
|
|
1642
|
+
"eo-textarea": {
|
|
1770
1643
|
"properties": [
|
|
1771
1644
|
{
|
|
1772
|
-
"name": "
|
|
1645
|
+
"name": "name",
|
|
1773
1646
|
"annotation": {
|
|
1774
|
-
"type": "
|
|
1775
|
-
"
|
|
1776
|
-
"type": "identifier",
|
|
1777
|
-
"name": "Record"
|
|
1778
|
-
},
|
|
1779
|
-
"typeParameters": {
|
|
1780
|
-
"type": "typeParameterInstantiation",
|
|
1781
|
-
"params": [
|
|
1782
|
-
{
|
|
1783
|
-
"type": "keyword",
|
|
1784
|
-
"value": "string"
|
|
1785
|
-
},
|
|
1786
|
-
{
|
|
1787
|
-
"type": "keyword",
|
|
1788
|
-
"value": "unknown"
|
|
1789
|
-
}
|
|
1790
|
-
]
|
|
1791
|
-
}
|
|
1647
|
+
"type": "keyword",
|
|
1648
|
+
"value": "string"
|
|
1792
1649
|
}
|
|
1793
1650
|
},
|
|
1794
1651
|
{
|
|
1795
|
-
"name": "
|
|
1652
|
+
"name": "label",
|
|
1796
1653
|
"annotation": {
|
|
1797
|
-
"type": "
|
|
1798
|
-
"
|
|
1799
|
-
"type": "identifier",
|
|
1800
|
-
"name": "Layout"
|
|
1801
|
-
}
|
|
1654
|
+
"type": "keyword",
|
|
1655
|
+
"value": "string"
|
|
1802
1656
|
}
|
|
1803
1657
|
},
|
|
1804
1658
|
{
|
|
1805
|
-
"name": "
|
|
1659
|
+
"name": "value",
|
|
1806
1660
|
"annotation": {
|
|
1807
|
-
"type": "
|
|
1808
|
-
"
|
|
1809
|
-
"type": "identifier",
|
|
1810
|
-
"name": "ComponentSize"
|
|
1811
|
-
}
|
|
1661
|
+
"type": "keyword",
|
|
1662
|
+
"value": "string"
|
|
1812
1663
|
}
|
|
1813
1664
|
},
|
|
1814
1665
|
{
|
|
1815
|
-
"name": "
|
|
1666
|
+
"name": "placeholder",
|
|
1667
|
+
"annotation": {
|
|
1668
|
+
"type": "keyword",
|
|
1669
|
+
"value": "string"
|
|
1670
|
+
}
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
"name": "disabled",
|
|
1674
|
+
"annotation": {
|
|
1675
|
+
"type": "keyword",
|
|
1676
|
+
"value": "boolean"
|
|
1677
|
+
}
|
|
1678
|
+
},
|
|
1679
|
+
{
|
|
1680
|
+
"name": "minLength",
|
|
1681
|
+
"annotation": {
|
|
1682
|
+
"type": "keyword",
|
|
1683
|
+
"value": "number"
|
|
1684
|
+
}
|
|
1685
|
+
},
|
|
1686
|
+
{
|
|
1687
|
+
"name": "maxLength",
|
|
1688
|
+
"annotation": {
|
|
1689
|
+
"type": "keyword",
|
|
1690
|
+
"value": "number"
|
|
1691
|
+
}
|
|
1692
|
+
},
|
|
1693
|
+
{
|
|
1694
|
+
"name": "autoSize",
|
|
1816
1695
|
"annotation": {
|
|
1817
1696
|
"type": "reference",
|
|
1818
1697
|
"typeName": {
|
|
1819
1698
|
"type": "identifier",
|
|
1820
|
-
"name": "
|
|
1699
|
+
"name": "AutoSize"
|
|
1821
1700
|
}
|
|
1822
1701
|
}
|
|
1823
1702
|
},
|
|
1824
1703
|
{
|
|
1825
|
-
"name": "
|
|
1704
|
+
"name": "required",
|
|
1705
|
+
"annotation": {
|
|
1706
|
+
"type": "keyword",
|
|
1707
|
+
"value": "boolean"
|
|
1708
|
+
}
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"name": "max",
|
|
1712
|
+
"annotation": {
|
|
1713
|
+
"type": "keyword",
|
|
1714
|
+
"value": "number"
|
|
1715
|
+
}
|
|
1716
|
+
},
|
|
1717
|
+
{
|
|
1718
|
+
"name": "min",
|
|
1719
|
+
"annotation": {
|
|
1720
|
+
"type": "keyword",
|
|
1721
|
+
"value": "number"
|
|
1722
|
+
}
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
"name": "message",
|
|
1826
1726
|
"annotation": {
|
|
1827
1727
|
"type": "reference",
|
|
1828
1728
|
"typeName": {
|
|
1829
1729
|
"type": "identifier",
|
|
1830
|
-
"name": "
|
|
1730
|
+
"name": "Record"
|
|
1731
|
+
},
|
|
1732
|
+
"typeParameters": {
|
|
1733
|
+
"type": "typeParameterInstantiation",
|
|
1734
|
+
"params": [
|
|
1735
|
+
{
|
|
1736
|
+
"type": "keyword",
|
|
1737
|
+
"value": "string"
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
"type": "keyword",
|
|
1741
|
+
"value": "string"
|
|
1742
|
+
}
|
|
1743
|
+
]
|
|
1831
1744
|
}
|
|
1832
1745
|
}
|
|
1833
1746
|
},
|
|
1834
1747
|
{
|
|
1835
|
-
"name": "
|
|
1748
|
+
"name": "textareaStyle",
|
|
1836
1749
|
"annotation": {
|
|
1837
1750
|
"type": "reference",
|
|
1838
1751
|
"typeName": {
|
|
@@ -1847,479 +1760,252 @@
|
|
|
1847
1760
|
}
|
|
1848
1761
|
}
|
|
1849
1762
|
}
|
|
1850
|
-
},
|
|
1851
|
-
{
|
|
1852
|
-
"name": "textContent",
|
|
1853
|
-
"annotation": {
|
|
1854
|
-
"type": "keyword",
|
|
1855
|
-
"value": "string"
|
|
1856
|
-
}
|
|
1857
1763
|
}
|
|
1858
1764
|
],
|
|
1859
1765
|
"events": [
|
|
1860
1766
|
{
|
|
1861
|
-
"name": "
|
|
1767
|
+
"name": "change",
|
|
1862
1768
|
"detail": {
|
|
1863
1769
|
"annotation": {
|
|
1864
|
-
"type": "
|
|
1865
|
-
"
|
|
1866
|
-
|
|
1867
|
-
|
|
1770
|
+
"type": "keyword",
|
|
1771
|
+
"value": "string"
|
|
1772
|
+
}
|
|
1773
|
+
}
|
|
1774
|
+
}
|
|
1775
|
+
],
|
|
1776
|
+
"methods": [
|
|
1777
|
+
{
|
|
1778
|
+
"name": "focusTextarea",
|
|
1779
|
+
"params": [],
|
|
1780
|
+
"returns": {}
|
|
1781
|
+
}
|
|
1782
|
+
],
|
|
1783
|
+
"types": [
|
|
1784
|
+
{
|
|
1785
|
+
"type": "typeAlias",
|
|
1786
|
+
"name": "AutoSize",
|
|
1787
|
+
"annotation": {
|
|
1788
|
+
"type": "union",
|
|
1789
|
+
"types": [
|
|
1790
|
+
{
|
|
1791
|
+
"type": "keyword",
|
|
1792
|
+
"value": "boolean"
|
|
1868
1793
|
},
|
|
1869
|
-
|
|
1870
|
-
"type": "
|
|
1871
|
-
"
|
|
1794
|
+
{
|
|
1795
|
+
"type": "typeLiteral",
|
|
1796
|
+
"members": [
|
|
1872
1797
|
{
|
|
1873
|
-
"type": "
|
|
1874
|
-
"
|
|
1798
|
+
"type": "propertySignature",
|
|
1799
|
+
"key": {
|
|
1800
|
+
"type": "identifier",
|
|
1801
|
+
"name": "minRows"
|
|
1802
|
+
},
|
|
1803
|
+
"annotation": {
|
|
1804
|
+
"type": "keyword",
|
|
1805
|
+
"value": "number"
|
|
1806
|
+
},
|
|
1807
|
+
"optional": true,
|
|
1808
|
+
"computed": false
|
|
1875
1809
|
},
|
|
1876
1810
|
{
|
|
1877
|
-
"type": "
|
|
1878
|
-
"
|
|
1811
|
+
"type": "propertySignature",
|
|
1812
|
+
"key": {
|
|
1813
|
+
"type": "identifier",
|
|
1814
|
+
"name": "maxRows"
|
|
1815
|
+
},
|
|
1816
|
+
"annotation": {
|
|
1817
|
+
"type": "keyword",
|
|
1818
|
+
"value": "number"
|
|
1819
|
+
},
|
|
1820
|
+
"optional": true,
|
|
1821
|
+
"computed": false
|
|
1879
1822
|
}
|
|
1880
1823
|
]
|
|
1881
1824
|
}
|
|
1882
|
-
|
|
1825
|
+
]
|
|
1826
|
+
}
|
|
1827
|
+
}
|
|
1828
|
+
]
|
|
1829
|
+
},
|
|
1830
|
+
"eo-dynamic-form-item": {
|
|
1831
|
+
"properties": [
|
|
1832
|
+
{
|
|
1833
|
+
"name": "name",
|
|
1834
|
+
"annotation": {
|
|
1835
|
+
"type": "keyword",
|
|
1836
|
+
"value": "string"
|
|
1883
1837
|
}
|
|
1884
1838
|
},
|
|
1885
1839
|
{
|
|
1886
|
-
"name": "
|
|
1887
|
-
"
|
|
1888
|
-
"
|
|
1840
|
+
"name": "label",
|
|
1841
|
+
"annotation": {
|
|
1842
|
+
"type": "keyword",
|
|
1843
|
+
"value": "string"
|
|
1844
|
+
}
|
|
1845
|
+
},
|
|
1846
|
+
{
|
|
1847
|
+
"name": "required",
|
|
1848
|
+
"annotation": {
|
|
1849
|
+
"type": "keyword",
|
|
1850
|
+
"value": "boolean"
|
|
1851
|
+
}
|
|
1852
|
+
},
|
|
1853
|
+
{
|
|
1854
|
+
"name": "value",
|
|
1855
|
+
"annotation": {
|
|
1856
|
+
"type": "array",
|
|
1857
|
+
"elementType": {
|
|
1889
1858
|
"type": "reference",
|
|
1890
1859
|
"typeName": {
|
|
1891
1860
|
"type": "identifier",
|
|
1892
|
-
"name": "
|
|
1893
|
-
},
|
|
1894
|
-
"typeParameters": {
|
|
1895
|
-
"type": "typeParameterInstantiation",
|
|
1896
|
-
"params": [
|
|
1897
|
-
{
|
|
1898
|
-
"type": "keyword",
|
|
1899
|
-
"value": "string"
|
|
1900
|
-
},
|
|
1901
|
-
{
|
|
1902
|
-
"type": "keyword",
|
|
1903
|
-
"value": "unknown"
|
|
1904
|
-
}
|
|
1905
|
-
]
|
|
1861
|
+
"name": "DynamicFormValuesItem"
|
|
1906
1862
|
}
|
|
1907
1863
|
}
|
|
1908
1864
|
}
|
|
1909
1865
|
},
|
|
1910
1866
|
{
|
|
1911
|
-
"name": "
|
|
1912
|
-
"
|
|
1913
|
-
"
|
|
1914
|
-
|
|
1915
|
-
"
|
|
1867
|
+
"name": "message",
|
|
1868
|
+
"annotation": {
|
|
1869
|
+
"type": "reference",
|
|
1870
|
+
"typeName": {
|
|
1871
|
+
"type": "identifier",
|
|
1872
|
+
"name": "Record"
|
|
1873
|
+
},
|
|
1874
|
+
"typeParameters": {
|
|
1875
|
+
"type": "typeParameterInstantiation",
|
|
1876
|
+
"params": [
|
|
1877
|
+
{
|
|
1878
|
+
"type": "keyword",
|
|
1879
|
+
"value": "string"
|
|
1880
|
+
},
|
|
1881
|
+
{
|
|
1882
|
+
"type": "keyword",
|
|
1883
|
+
"value": "string"
|
|
1884
|
+
}
|
|
1885
|
+
]
|
|
1886
|
+
}
|
|
1887
|
+
}
|
|
1888
|
+
},
|
|
1889
|
+
{
|
|
1890
|
+
"name": "hideRemoveButton",
|
|
1891
|
+
"annotation": {
|
|
1892
|
+
"type": "union",
|
|
1893
|
+
"types": [
|
|
1894
|
+
{
|
|
1895
|
+
"type": "keyword",
|
|
1896
|
+
"value": "boolean"
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1916
1899
|
"type": "parenthesizedType",
|
|
1917
1900
|
"annotation": {
|
|
1918
|
-
"type": "
|
|
1919
|
-
"
|
|
1920
|
-
{
|
|
1921
|
-
"type": "reference",
|
|
1922
|
-
"typeName": {
|
|
1923
|
-
"type": "identifier",
|
|
1924
|
-
"name": "MessageBody"
|
|
1925
|
-
}
|
|
1926
|
-
},
|
|
1901
|
+
"type": "function",
|
|
1902
|
+
"parameters": [
|
|
1927
1903
|
{
|
|
1928
|
-
"type": "
|
|
1929
|
-
"
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1904
|
+
"type": "identifier",
|
|
1905
|
+
"name": "row",
|
|
1906
|
+
"annotation": {
|
|
1907
|
+
"type": "reference",
|
|
1908
|
+
"typeName": {
|
|
1909
|
+
"type": "identifier",
|
|
1910
|
+
"name": "Record"
|
|
1911
|
+
},
|
|
1912
|
+
"typeParameters": {
|
|
1913
|
+
"type": "typeParameterInstantiation",
|
|
1914
|
+
"params": [
|
|
1915
|
+
{
|
|
1916
|
+
"type": "keyword",
|
|
1917
|
+
"value": "string"
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
"type": "keyword",
|
|
1921
|
+
"value": "any"
|
|
1922
|
+
}
|
|
1923
|
+
]
|
|
1941
1924
|
}
|
|
1942
|
-
]
|
|
1943
|
-
}
|
|
1944
|
-
]
|
|
1945
|
-
}
|
|
1946
|
-
}
|
|
1947
|
-
}
|
|
1948
|
-
}
|
|
1949
|
-
}
|
|
1950
|
-
],
|
|
1951
|
-
"methods": [
|
|
1952
|
-
{
|
|
1953
|
-
"name": "validate",
|
|
1954
|
-
"params": [],
|
|
1955
|
-
"returns": {
|
|
1956
|
-
"annotation": {
|
|
1957
|
-
"type": "union",
|
|
1958
|
-
"types": [
|
|
1959
|
-
{
|
|
1960
|
-
"type": "keyword",
|
|
1961
|
-
"value": "boolean"
|
|
1962
|
-
},
|
|
1963
|
-
{
|
|
1964
|
-
"type": "reference",
|
|
1965
|
-
"typeName": {
|
|
1966
|
-
"type": "identifier",
|
|
1967
|
-
"name": "Record"
|
|
1968
|
-
},
|
|
1969
|
-
"typeParameters": {
|
|
1970
|
-
"type": "typeParameterInstantiation",
|
|
1971
|
-
"params": [
|
|
1972
|
-
{
|
|
1973
|
-
"type": "keyword",
|
|
1974
|
-
"value": "string"
|
|
1975
|
-
},
|
|
1976
|
-
{
|
|
1977
|
-
"type": "keyword",
|
|
1978
|
-
"value": "unknown"
|
|
1979
1925
|
}
|
|
1980
|
-
]
|
|
1981
|
-
}
|
|
1982
|
-
}
|
|
1983
|
-
]
|
|
1984
|
-
}
|
|
1985
|
-
}
|
|
1986
|
-
},
|
|
1987
|
-
{
|
|
1988
|
-
"name": "setInitValue",
|
|
1989
|
-
"params": [
|
|
1990
|
-
{
|
|
1991
|
-
"name": "values",
|
|
1992
|
-
"annotation": {
|
|
1993
|
-
"type": "reference",
|
|
1994
|
-
"typeName": {
|
|
1995
|
-
"type": "identifier",
|
|
1996
|
-
"name": "Record"
|
|
1997
|
-
},
|
|
1998
|
-
"typeParameters": {
|
|
1999
|
-
"type": "typeParameterInstantiation",
|
|
2000
|
-
"params": [
|
|
2001
|
-
{
|
|
2002
|
-
"type": "keyword",
|
|
2003
|
-
"value": "string"
|
|
2004
1926
|
},
|
|
2005
1927
|
{
|
|
2006
|
-
"type": "keyword",
|
|
2007
|
-
"value": "unknown"
|
|
2008
|
-
}
|
|
2009
|
-
]
|
|
2010
|
-
}
|
|
2011
|
-
}
|
|
2012
|
-
},
|
|
2013
|
-
{
|
|
2014
|
-
"name": "options",
|
|
2015
|
-
"annotation": {
|
|
2016
|
-
"type": "typeLiteral",
|
|
2017
|
-
"members": [
|
|
2018
|
-
{
|
|
2019
|
-
"type": "propertySignature",
|
|
2020
|
-
"key": {
|
|
2021
|
-
"type": "identifier",
|
|
2022
|
-
"name": "runInMacrotask"
|
|
2023
|
-
},
|
|
2024
|
-
"annotation": {
|
|
2025
|
-
"type": "keyword",
|
|
2026
|
-
"value": "boolean"
|
|
2027
|
-
},
|
|
2028
|
-
"optional": true,
|
|
2029
|
-
"computed": false
|
|
2030
|
-
},
|
|
2031
|
-
{
|
|
2032
|
-
"type": "propertySignature",
|
|
2033
|
-
"key": {
|
|
2034
1928
|
"type": "identifier",
|
|
2035
|
-
"name": "
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
}
|
|
2041
|
-
|
|
2042
|
-
|
|
1929
|
+
"name": "index",
|
|
1930
|
+
"annotation": {
|
|
1931
|
+
"type": "keyword",
|
|
1932
|
+
"value": "number"
|
|
1933
|
+
}
|
|
1934
|
+
}
|
|
1935
|
+
],
|
|
1936
|
+
"annotation": {
|
|
1937
|
+
"type": "keyword",
|
|
1938
|
+
"value": "boolean"
|
|
2043
1939
|
}
|
|
2044
|
-
|
|
2045
|
-
}
|
|
2046
|
-
}
|
|
2047
|
-
],
|
|
2048
|
-
"returns": {}
|
|
2049
|
-
},
|
|
2050
|
-
{
|
|
2051
|
-
"name": "resetFields",
|
|
2052
|
-
"params": [
|
|
2053
|
-
{
|
|
2054
|
-
"name": "name",
|
|
2055
|
-
"annotation": {
|
|
2056
|
-
"type": "keyword",
|
|
2057
|
-
"value": "string"
|
|
2058
|
-
}
|
|
2059
|
-
}
|
|
2060
|
-
],
|
|
2061
|
-
"returns": {}
|
|
2062
|
-
},
|
|
2063
|
-
{
|
|
2064
|
-
"name": "getFieldsValue",
|
|
2065
|
-
"params": [
|
|
2066
|
-
{
|
|
2067
|
-
"name": "name",
|
|
2068
|
-
"annotation": {
|
|
2069
|
-
"type": "keyword",
|
|
2070
|
-
"value": "string"
|
|
2071
|
-
}
|
|
2072
|
-
}
|
|
2073
|
-
],
|
|
2074
|
-
"returns": {}
|
|
2075
|
-
},
|
|
2076
|
-
{
|
|
2077
|
-
"name": "validateField",
|
|
2078
|
-
"params": [
|
|
2079
|
-
{
|
|
2080
|
-
"name": "name",
|
|
2081
|
-
"annotation": {
|
|
2082
|
-
"type": "keyword",
|
|
2083
|
-
"value": "string"
|
|
1940
|
+
}
|
|
2084
1941
|
}
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
"returns": {}
|
|
1942
|
+
]
|
|
1943
|
+
}
|
|
2088
1944
|
},
|
|
2089
1945
|
{
|
|
2090
|
-
"name": "
|
|
2091
|
-
"params": [],
|
|
2092
|
-
"returns": {}
|
|
2093
|
-
}
|
|
2094
|
-
],
|
|
2095
|
-
"types": [
|
|
2096
|
-
{
|
|
2097
|
-
"type": "typeAlias",
|
|
2098
|
-
"name": "Layout",
|
|
1946
|
+
"name": "disabledRemoveButton",
|
|
2099
1947
|
"annotation": {
|
|
2100
1948
|
"type": "union",
|
|
2101
1949
|
"types": [
|
|
2102
1950
|
{
|
|
2103
|
-
"type": "
|
|
2104
|
-
"value": "
|
|
2105
|
-
},
|
|
2106
|
-
{
|
|
2107
|
-
"type": "jsLiteral",
|
|
2108
|
-
"value": "vertical"
|
|
1951
|
+
"type": "keyword",
|
|
1952
|
+
"value": "boolean"
|
|
2109
1953
|
},
|
|
2110
1954
|
{
|
|
2111
|
-
"type": "
|
|
2112
|
-
"
|
|
1955
|
+
"type": "parenthesizedType",
|
|
1956
|
+
"annotation": {
|
|
1957
|
+
"type": "function",
|
|
1958
|
+
"parameters": [
|
|
1959
|
+
{
|
|
1960
|
+
"type": "identifier",
|
|
1961
|
+
"name": "row",
|
|
1962
|
+
"annotation": {
|
|
1963
|
+
"type": "reference",
|
|
1964
|
+
"typeName": {
|
|
1965
|
+
"type": "identifier",
|
|
1966
|
+
"name": "Record"
|
|
1967
|
+
},
|
|
1968
|
+
"typeParameters": {
|
|
1969
|
+
"type": "typeParameterInstantiation",
|
|
1970
|
+
"params": [
|
|
1971
|
+
{
|
|
1972
|
+
"type": "keyword",
|
|
1973
|
+
"value": "string"
|
|
1974
|
+
},
|
|
1975
|
+
{
|
|
1976
|
+
"type": "keyword",
|
|
1977
|
+
"value": "any"
|
|
1978
|
+
}
|
|
1979
|
+
]
|
|
1980
|
+
}
|
|
1981
|
+
}
|
|
1982
|
+
},
|
|
1983
|
+
{
|
|
1984
|
+
"type": "identifier",
|
|
1985
|
+
"name": "index",
|
|
1986
|
+
"annotation": {
|
|
1987
|
+
"type": "keyword",
|
|
1988
|
+
"value": "number"
|
|
1989
|
+
}
|
|
1990
|
+
}
|
|
1991
|
+
],
|
|
1992
|
+
"annotation": {
|
|
1993
|
+
"type": "keyword",
|
|
1994
|
+
"value": "boolean"
|
|
1995
|
+
}
|
|
1996
|
+
}
|
|
2113
1997
|
}
|
|
2114
1998
|
]
|
|
2115
1999
|
}
|
|
2116
2000
|
},
|
|
2117
2001
|
{
|
|
2118
|
-
"
|
|
2119
|
-
"name": "ComponentSize",
|
|
2002
|
+
"name": "hideAddButton",
|
|
2120
2003
|
"annotation": {
|
|
2121
2004
|
"type": "union",
|
|
2122
2005
|
"types": [
|
|
2123
2006
|
{
|
|
2124
|
-
"type": "
|
|
2125
|
-
"value": "
|
|
2126
|
-
},
|
|
2127
|
-
{
|
|
2128
|
-
"type": "jsLiteral",
|
|
2129
|
-
"value": "medium"
|
|
2130
|
-
},
|
|
2131
|
-
{
|
|
2132
|
-
"type": "jsLiteral",
|
|
2133
|
-
"value": "small"
|
|
2134
|
-
},
|
|
2135
|
-
{
|
|
2136
|
-
"type": "jsLiteral",
|
|
2137
|
-
"value": "xs"
|
|
2138
|
-
}
|
|
2139
|
-
]
|
|
2140
|
-
}
|
|
2141
|
-
}
|
|
2142
|
-
]
|
|
2143
|
-
},
|
|
2144
|
-
"eo-dynamic-form-item": {
|
|
2145
|
-
"properties": [
|
|
2146
|
-
{
|
|
2147
|
-
"name": "name",
|
|
2148
|
-
"annotation": {
|
|
2149
|
-
"type": "keyword",
|
|
2150
|
-
"value": "string"
|
|
2151
|
-
}
|
|
2152
|
-
},
|
|
2153
|
-
{
|
|
2154
|
-
"name": "label",
|
|
2155
|
-
"annotation": {
|
|
2156
|
-
"type": "keyword",
|
|
2157
|
-
"value": "string"
|
|
2158
|
-
}
|
|
2159
|
-
},
|
|
2160
|
-
{
|
|
2161
|
-
"name": "required",
|
|
2162
|
-
"annotation": {
|
|
2163
|
-
"type": "keyword",
|
|
2164
|
-
"value": "boolean"
|
|
2165
|
-
}
|
|
2166
|
-
},
|
|
2167
|
-
{
|
|
2168
|
-
"name": "value",
|
|
2169
|
-
"annotation": {
|
|
2170
|
-
"type": "array",
|
|
2171
|
-
"elementType": {
|
|
2172
|
-
"type": "reference",
|
|
2173
|
-
"typeName": {
|
|
2174
|
-
"type": "identifier",
|
|
2175
|
-
"name": "DynamicFormValuesItem"
|
|
2176
|
-
}
|
|
2177
|
-
}
|
|
2178
|
-
}
|
|
2179
|
-
},
|
|
2180
|
-
{
|
|
2181
|
-
"name": "message",
|
|
2182
|
-
"annotation": {
|
|
2183
|
-
"type": "reference",
|
|
2184
|
-
"typeName": {
|
|
2185
|
-
"type": "identifier",
|
|
2186
|
-
"name": "Record"
|
|
2187
|
-
},
|
|
2188
|
-
"typeParameters": {
|
|
2189
|
-
"type": "typeParameterInstantiation",
|
|
2190
|
-
"params": [
|
|
2191
|
-
{
|
|
2192
|
-
"type": "keyword",
|
|
2193
|
-
"value": "string"
|
|
2194
|
-
},
|
|
2195
|
-
{
|
|
2196
|
-
"type": "keyword",
|
|
2197
|
-
"value": "string"
|
|
2198
|
-
}
|
|
2199
|
-
]
|
|
2200
|
-
}
|
|
2201
|
-
}
|
|
2202
|
-
},
|
|
2203
|
-
{
|
|
2204
|
-
"name": "hideRemoveButton",
|
|
2205
|
-
"annotation": {
|
|
2206
|
-
"type": "union",
|
|
2207
|
-
"types": [
|
|
2208
|
-
{
|
|
2209
|
-
"type": "keyword",
|
|
2210
|
-
"value": "boolean"
|
|
2211
|
-
},
|
|
2212
|
-
{
|
|
2213
|
-
"type": "parenthesizedType",
|
|
2214
|
-
"annotation": {
|
|
2215
|
-
"type": "function",
|
|
2216
|
-
"parameters": [
|
|
2217
|
-
{
|
|
2218
|
-
"type": "identifier",
|
|
2219
|
-
"name": "row",
|
|
2220
|
-
"annotation": {
|
|
2221
|
-
"type": "reference",
|
|
2222
|
-
"typeName": {
|
|
2223
|
-
"type": "identifier",
|
|
2224
|
-
"name": "Record"
|
|
2225
|
-
},
|
|
2226
|
-
"typeParameters": {
|
|
2227
|
-
"type": "typeParameterInstantiation",
|
|
2228
|
-
"params": [
|
|
2229
|
-
{
|
|
2230
|
-
"type": "keyword",
|
|
2231
|
-
"value": "string"
|
|
2232
|
-
},
|
|
2233
|
-
{
|
|
2234
|
-
"type": "keyword",
|
|
2235
|
-
"value": "any"
|
|
2236
|
-
}
|
|
2237
|
-
]
|
|
2238
|
-
}
|
|
2239
|
-
}
|
|
2240
|
-
},
|
|
2241
|
-
{
|
|
2242
|
-
"type": "identifier",
|
|
2243
|
-
"name": "index",
|
|
2244
|
-
"annotation": {
|
|
2245
|
-
"type": "keyword",
|
|
2246
|
-
"value": "number"
|
|
2247
|
-
}
|
|
2248
|
-
}
|
|
2249
|
-
],
|
|
2250
|
-
"annotation": {
|
|
2251
|
-
"type": "keyword",
|
|
2252
|
-
"value": "boolean"
|
|
2253
|
-
}
|
|
2254
|
-
}
|
|
2255
|
-
}
|
|
2256
|
-
]
|
|
2257
|
-
}
|
|
2258
|
-
},
|
|
2259
|
-
{
|
|
2260
|
-
"name": "disabledRemoveButton",
|
|
2261
|
-
"annotation": {
|
|
2262
|
-
"type": "union",
|
|
2263
|
-
"types": [
|
|
2264
|
-
{
|
|
2265
|
-
"type": "keyword",
|
|
2266
|
-
"value": "boolean"
|
|
2267
|
-
},
|
|
2268
|
-
{
|
|
2269
|
-
"type": "parenthesizedType",
|
|
2270
|
-
"annotation": {
|
|
2271
|
-
"type": "function",
|
|
2272
|
-
"parameters": [
|
|
2273
|
-
{
|
|
2274
|
-
"type": "identifier",
|
|
2275
|
-
"name": "row",
|
|
2276
|
-
"annotation": {
|
|
2277
|
-
"type": "reference",
|
|
2278
|
-
"typeName": {
|
|
2279
|
-
"type": "identifier",
|
|
2280
|
-
"name": "Record"
|
|
2281
|
-
},
|
|
2282
|
-
"typeParameters": {
|
|
2283
|
-
"type": "typeParameterInstantiation",
|
|
2284
|
-
"params": [
|
|
2285
|
-
{
|
|
2286
|
-
"type": "keyword",
|
|
2287
|
-
"value": "string"
|
|
2288
|
-
},
|
|
2289
|
-
{
|
|
2290
|
-
"type": "keyword",
|
|
2291
|
-
"value": "any"
|
|
2292
|
-
}
|
|
2293
|
-
]
|
|
2294
|
-
}
|
|
2295
|
-
}
|
|
2296
|
-
},
|
|
2297
|
-
{
|
|
2298
|
-
"type": "identifier",
|
|
2299
|
-
"name": "index",
|
|
2300
|
-
"annotation": {
|
|
2301
|
-
"type": "keyword",
|
|
2302
|
-
"value": "number"
|
|
2303
|
-
}
|
|
2304
|
-
}
|
|
2305
|
-
],
|
|
2306
|
-
"annotation": {
|
|
2307
|
-
"type": "keyword",
|
|
2308
|
-
"value": "boolean"
|
|
2309
|
-
}
|
|
2310
|
-
}
|
|
2311
|
-
}
|
|
2312
|
-
]
|
|
2313
|
-
}
|
|
2314
|
-
},
|
|
2315
|
-
{
|
|
2316
|
-
"name": "hideAddButton",
|
|
2317
|
-
"annotation": {
|
|
2318
|
-
"type": "union",
|
|
2319
|
-
"types": [
|
|
2320
|
-
{
|
|
2321
|
-
"type": "keyword",
|
|
2322
|
-
"value": "boolean"
|
|
2007
|
+
"type": "keyword",
|
|
2008
|
+
"value": "boolean"
|
|
2323
2009
|
},
|
|
2324
2010
|
{
|
|
2325
2011
|
"type": "parenthesizedType",
|
|
@@ -2540,7 +2226,7 @@
|
|
|
2540
2226
|
}
|
|
2541
2227
|
]
|
|
2542
2228
|
},
|
|
2543
|
-
"eo-
|
|
2229
|
+
"eo-icon-select": {
|
|
2544
2230
|
"properties": [
|
|
2545
2231
|
{
|
|
2546
2232
|
"name": "name",
|
|
@@ -2558,68 +2244,26 @@
|
|
|
2558
2244
|
},
|
|
2559
2245
|
{
|
|
2560
2246
|
"name": "value",
|
|
2561
|
-
"annotation": {
|
|
2562
|
-
"type": "keyword",
|
|
2563
|
-
"value": "string"
|
|
2564
|
-
}
|
|
2565
|
-
},
|
|
2566
|
-
{
|
|
2567
|
-
"name": "placeholder",
|
|
2568
|
-
"annotation": {
|
|
2569
|
-
"type": "keyword",
|
|
2570
|
-
"value": "string"
|
|
2571
|
-
}
|
|
2572
|
-
},
|
|
2573
|
-
{
|
|
2574
|
-
"name": "disabled",
|
|
2575
|
-
"annotation": {
|
|
2576
|
-
"type": "keyword",
|
|
2577
|
-
"value": "boolean"
|
|
2578
|
-
}
|
|
2579
|
-
},
|
|
2580
|
-
{
|
|
2581
|
-
"name": "minLength",
|
|
2582
|
-
"annotation": {
|
|
2583
|
-
"type": "keyword",
|
|
2584
|
-
"value": "number"
|
|
2585
|
-
}
|
|
2586
|
-
},
|
|
2587
|
-
{
|
|
2588
|
-
"name": "maxLength",
|
|
2589
|
-
"annotation": {
|
|
2590
|
-
"type": "keyword",
|
|
2591
|
-
"value": "number"
|
|
2592
|
-
}
|
|
2593
|
-
},
|
|
2594
|
-
{
|
|
2595
|
-
"name": "autoSize",
|
|
2596
2247
|
"annotation": {
|
|
2597
2248
|
"type": "reference",
|
|
2598
2249
|
"typeName": {
|
|
2599
2250
|
"type": "identifier",
|
|
2600
|
-
"name": "
|
|
2251
|
+
"name": "Icon"
|
|
2601
2252
|
}
|
|
2602
2253
|
}
|
|
2603
2254
|
},
|
|
2604
2255
|
{
|
|
2605
|
-
"name": "
|
|
2256
|
+
"name": "disabled",
|
|
2606
2257
|
"annotation": {
|
|
2607
2258
|
"type": "keyword",
|
|
2608
2259
|
"value": "boolean"
|
|
2609
2260
|
}
|
|
2610
2261
|
},
|
|
2611
2262
|
{
|
|
2612
|
-
"name": "
|
|
2613
|
-
"annotation": {
|
|
2614
|
-
"type": "keyword",
|
|
2615
|
-
"value": "number"
|
|
2616
|
-
}
|
|
2617
|
-
},
|
|
2618
|
-
{
|
|
2619
|
-
"name": "min",
|
|
2263
|
+
"name": "required",
|
|
2620
2264
|
"annotation": {
|
|
2621
2265
|
"type": "keyword",
|
|
2622
|
-
"value": "
|
|
2266
|
+
"value": "boolean"
|
|
2623
2267
|
}
|
|
2624
2268
|
},
|
|
2625
2269
|
{
|
|
@@ -2644,155 +2288,9 @@
|
|
|
2644
2288
|
]
|
|
2645
2289
|
}
|
|
2646
2290
|
}
|
|
2647
|
-
}
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
"annotation": {
|
|
2651
|
-
"type": "reference",
|
|
2652
|
-
"typeName": {
|
|
2653
|
-
"type": "qualifiedName",
|
|
2654
|
-
"left": {
|
|
2655
|
-
"type": "identifier",
|
|
2656
|
-
"name": "React"
|
|
2657
|
-
},
|
|
2658
|
-
"right": {
|
|
2659
|
-
"type": "identifier",
|
|
2660
|
-
"name": "CSSProperties"
|
|
2661
|
-
}
|
|
2662
|
-
}
|
|
2663
|
-
}
|
|
2664
|
-
}
|
|
2665
|
-
],
|
|
2666
|
-
"events": [
|
|
2667
|
-
{
|
|
2668
|
-
"name": "change",
|
|
2669
|
-
"detail": {
|
|
2670
|
-
"annotation": {
|
|
2671
|
-
"type": "keyword",
|
|
2672
|
-
"value": "string"
|
|
2673
|
-
}
|
|
2674
|
-
}
|
|
2675
|
-
}
|
|
2676
|
-
],
|
|
2677
|
-
"methods": [
|
|
2678
|
-
{
|
|
2679
|
-
"name": "focusTextarea",
|
|
2680
|
-
"params": [],
|
|
2681
|
-
"returns": {}
|
|
2682
|
-
}
|
|
2683
|
-
],
|
|
2684
|
-
"types": [
|
|
2685
|
-
{
|
|
2686
|
-
"type": "typeAlias",
|
|
2687
|
-
"name": "AutoSize",
|
|
2688
|
-
"annotation": {
|
|
2689
|
-
"type": "union",
|
|
2690
|
-
"types": [
|
|
2691
|
-
{
|
|
2692
|
-
"type": "keyword",
|
|
2693
|
-
"value": "boolean"
|
|
2694
|
-
},
|
|
2695
|
-
{
|
|
2696
|
-
"type": "typeLiteral",
|
|
2697
|
-
"members": [
|
|
2698
|
-
{
|
|
2699
|
-
"type": "propertySignature",
|
|
2700
|
-
"key": {
|
|
2701
|
-
"type": "identifier",
|
|
2702
|
-
"name": "minRows"
|
|
2703
|
-
},
|
|
2704
|
-
"annotation": {
|
|
2705
|
-
"type": "keyword",
|
|
2706
|
-
"value": "number"
|
|
2707
|
-
},
|
|
2708
|
-
"optional": true,
|
|
2709
|
-
"computed": false
|
|
2710
|
-
},
|
|
2711
|
-
{
|
|
2712
|
-
"type": "propertySignature",
|
|
2713
|
-
"key": {
|
|
2714
|
-
"type": "identifier",
|
|
2715
|
-
"name": "maxRows"
|
|
2716
|
-
},
|
|
2717
|
-
"annotation": {
|
|
2718
|
-
"type": "keyword",
|
|
2719
|
-
"value": "number"
|
|
2720
|
-
},
|
|
2721
|
-
"optional": true,
|
|
2722
|
-
"computed": false
|
|
2723
|
-
}
|
|
2724
|
-
]
|
|
2725
|
-
}
|
|
2726
|
-
]
|
|
2727
|
-
}
|
|
2728
|
-
}
|
|
2729
|
-
]
|
|
2730
|
-
},
|
|
2731
|
-
"eo-icon-select": {
|
|
2732
|
-
"properties": [
|
|
2733
|
-
{
|
|
2734
|
-
"name": "name",
|
|
2735
|
-
"annotation": {
|
|
2736
|
-
"type": "keyword",
|
|
2737
|
-
"value": "string"
|
|
2738
|
-
}
|
|
2739
|
-
},
|
|
2740
|
-
{
|
|
2741
|
-
"name": "label",
|
|
2742
|
-
"annotation": {
|
|
2743
|
-
"type": "keyword",
|
|
2744
|
-
"value": "string"
|
|
2745
|
-
}
|
|
2746
|
-
},
|
|
2747
|
-
{
|
|
2748
|
-
"name": "value",
|
|
2749
|
-
"annotation": {
|
|
2750
|
-
"type": "reference",
|
|
2751
|
-
"typeName": {
|
|
2752
|
-
"type": "identifier",
|
|
2753
|
-
"name": "Icon"
|
|
2754
|
-
}
|
|
2755
|
-
}
|
|
2756
|
-
},
|
|
2757
|
-
{
|
|
2758
|
-
"name": "disabled",
|
|
2759
|
-
"annotation": {
|
|
2760
|
-
"type": "keyword",
|
|
2761
|
-
"value": "boolean"
|
|
2762
|
-
}
|
|
2763
|
-
},
|
|
2764
|
-
{
|
|
2765
|
-
"name": "required",
|
|
2766
|
-
"annotation": {
|
|
2767
|
-
"type": "keyword",
|
|
2768
|
-
"value": "boolean"
|
|
2769
|
-
}
|
|
2770
|
-
},
|
|
2771
|
-
{
|
|
2772
|
-
"name": "message",
|
|
2773
|
-
"annotation": {
|
|
2774
|
-
"type": "reference",
|
|
2775
|
-
"typeName": {
|
|
2776
|
-
"type": "identifier",
|
|
2777
|
-
"name": "Record"
|
|
2778
|
-
},
|
|
2779
|
-
"typeParameters": {
|
|
2780
|
-
"type": "typeParameterInstantiation",
|
|
2781
|
-
"params": [
|
|
2782
|
-
{
|
|
2783
|
-
"type": "keyword",
|
|
2784
|
-
"value": "string"
|
|
2785
|
-
},
|
|
2786
|
-
{
|
|
2787
|
-
"type": "keyword",
|
|
2788
|
-
"value": "string"
|
|
2789
|
-
}
|
|
2790
|
-
]
|
|
2791
|
-
}
|
|
2792
|
-
}
|
|
2793
|
-
}
|
|
2794
|
-
],
|
|
2795
|
-
"events": [
|
|
2291
|
+
}
|
|
2292
|
+
],
|
|
2293
|
+
"events": [
|
|
2796
2294
|
{
|
|
2797
2295
|
"name": "change",
|
|
2798
2296
|
"detail": {
|
|
@@ -2853,38 +2351,10 @@
|
|
|
2853
2351
|
}
|
|
2854
2352
|
]
|
|
2855
2353
|
},
|
|
2856
|
-
"eo-
|
|
2354
|
+
"eo-form": {
|
|
2857
2355
|
"properties": [
|
|
2858
2356
|
{
|
|
2859
|
-
"name": "
|
|
2860
|
-
"annotation": {
|
|
2861
|
-
"type": "keyword",
|
|
2862
|
-
"value": "string"
|
|
2863
|
-
}
|
|
2864
|
-
},
|
|
2865
|
-
{
|
|
2866
|
-
"name": "label",
|
|
2867
|
-
"annotation": {
|
|
2868
|
-
"type": "keyword",
|
|
2869
|
-
"value": "string"
|
|
2870
|
-
}
|
|
2871
|
-
},
|
|
2872
|
-
{
|
|
2873
|
-
"name": "value",
|
|
2874
|
-
"annotation": {
|
|
2875
|
-
"type": "keyword",
|
|
2876
|
-
"value": "string"
|
|
2877
|
-
}
|
|
2878
|
-
},
|
|
2879
|
-
{
|
|
2880
|
-
"name": "placeholder",
|
|
2881
|
-
"annotation": {
|
|
2882
|
-
"type": "keyword",
|
|
2883
|
-
"value": "string"
|
|
2884
|
-
}
|
|
2885
|
-
},
|
|
2886
|
-
{
|
|
2887
|
-
"name": "message",
|
|
2357
|
+
"name": "staticValues",
|
|
2888
2358
|
"annotation": {
|
|
2889
2359
|
"type": "reference",
|
|
2890
2360
|
"typeName": {
|
|
@@ -2900,152 +2370,555 @@
|
|
|
2900
2370
|
},
|
|
2901
2371
|
{
|
|
2902
2372
|
"type": "keyword",
|
|
2903
|
-
"value": "
|
|
2373
|
+
"value": "unknown"
|
|
2904
2374
|
}
|
|
2905
2375
|
]
|
|
2906
2376
|
}
|
|
2907
2377
|
}
|
|
2908
2378
|
},
|
|
2909
2379
|
{
|
|
2910
|
-
"name": "
|
|
2911
|
-
"annotation": {
|
|
2912
|
-
"type": "keyword",
|
|
2913
|
-
"value": "boolean"
|
|
2914
|
-
}
|
|
2915
|
-
},
|
|
2916
|
-
{
|
|
2917
|
-
"name": "required",
|
|
2918
|
-
"annotation": {
|
|
2919
|
-
"type": "keyword",
|
|
2920
|
-
"value": "boolean"
|
|
2921
|
-
}
|
|
2922
|
-
},
|
|
2923
|
-
{
|
|
2924
|
-
"name": "showTime",
|
|
2925
|
-
"annotation": {
|
|
2926
|
-
"type": "keyword",
|
|
2927
|
-
"value": "boolean"
|
|
2928
|
-
}
|
|
2929
|
-
},
|
|
2930
|
-
{
|
|
2931
|
-
"name": "format",
|
|
2380
|
+
"name": "layout",
|
|
2932
2381
|
"annotation": {
|
|
2933
|
-
"type": "
|
|
2934
|
-
"
|
|
2382
|
+
"type": "reference",
|
|
2383
|
+
"typeName": {
|
|
2384
|
+
"type": "identifier",
|
|
2385
|
+
"name": "Layout"
|
|
2386
|
+
}
|
|
2935
2387
|
}
|
|
2936
2388
|
},
|
|
2937
2389
|
{
|
|
2938
|
-
"name": "
|
|
2390
|
+
"name": "size",
|
|
2939
2391
|
"annotation": {
|
|
2940
2392
|
"type": "reference",
|
|
2941
2393
|
"typeName": {
|
|
2942
2394
|
"type": "identifier",
|
|
2943
|
-
"name": "
|
|
2395
|
+
"name": "ComponentSize"
|
|
2944
2396
|
}
|
|
2945
2397
|
}
|
|
2946
2398
|
},
|
|
2947
2399
|
{
|
|
2948
|
-
"name": "
|
|
2400
|
+
"name": "labelCol",
|
|
2949
2401
|
"annotation": {
|
|
2950
|
-
"type": "
|
|
2951
|
-
"
|
|
2402
|
+
"type": "reference",
|
|
2403
|
+
"typeName": {
|
|
2404
|
+
"type": "identifier",
|
|
2405
|
+
"name": "ColProps"
|
|
2406
|
+
}
|
|
2952
2407
|
}
|
|
2953
2408
|
},
|
|
2954
2409
|
{
|
|
2955
|
-
"name": "
|
|
2410
|
+
"name": "wrapperCol",
|
|
2956
2411
|
"annotation": {
|
|
2957
2412
|
"type": "reference",
|
|
2958
2413
|
"typeName": {
|
|
2959
2414
|
"type": "identifier",
|
|
2960
|
-
"name": "
|
|
2415
|
+
"name": "ColProps"
|
|
2961
2416
|
}
|
|
2962
2417
|
}
|
|
2963
2418
|
},
|
|
2964
2419
|
{
|
|
2965
|
-
"name": "
|
|
2420
|
+
"name": "formStyle",
|
|
2966
2421
|
"annotation": {
|
|
2967
|
-
"type": "
|
|
2968
|
-
"
|
|
2422
|
+
"type": "reference",
|
|
2423
|
+
"typeName": {
|
|
2424
|
+
"type": "qualifiedName",
|
|
2425
|
+
"left": {
|
|
2426
|
+
"type": "identifier",
|
|
2427
|
+
"name": "React"
|
|
2428
|
+
},
|
|
2429
|
+
"right": {
|
|
2430
|
+
"type": "identifier",
|
|
2431
|
+
"name": "CSSProperties"
|
|
2432
|
+
}
|
|
2433
|
+
}
|
|
2969
2434
|
}
|
|
2970
2435
|
},
|
|
2971
2436
|
{
|
|
2972
|
-
"name": "
|
|
2437
|
+
"name": "textContent",
|
|
2973
2438
|
"annotation": {
|
|
2974
|
-
"type": "
|
|
2975
|
-
"
|
|
2976
|
-
"type": "identifier",
|
|
2977
|
-
"name": "CSSProperties"
|
|
2978
|
-
}
|
|
2439
|
+
"type": "keyword",
|
|
2440
|
+
"value": "string"
|
|
2979
2441
|
}
|
|
2980
2442
|
}
|
|
2981
2443
|
],
|
|
2982
2444
|
"events": [
|
|
2983
2445
|
{
|
|
2984
|
-
"name": "change",
|
|
2446
|
+
"name": "values.change",
|
|
2985
2447
|
"detail": {
|
|
2986
2448
|
"annotation": {
|
|
2987
|
-
"type": "
|
|
2988
|
-
"
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2449
|
+
"type": "reference",
|
|
2450
|
+
"typeName": {
|
|
2451
|
+
"type": "identifier",
|
|
2452
|
+
"name": "Record"
|
|
2453
|
+
},
|
|
2454
|
+
"typeParameters": {
|
|
2455
|
+
"type": "typeParameterInstantiation",
|
|
2456
|
+
"params": [
|
|
2457
|
+
{
|
|
2458
|
+
"type": "keyword",
|
|
2459
|
+
"value": "string"
|
|
2460
|
+
},
|
|
2461
|
+
{
|
|
2462
|
+
"type": "keyword",
|
|
2463
|
+
"value": "unknown"
|
|
2464
|
+
}
|
|
2465
|
+
]
|
|
2466
|
+
}
|
|
2467
|
+
}
|
|
2468
|
+
}
|
|
2469
|
+
},
|
|
2470
|
+
{
|
|
2471
|
+
"name": "validate.success",
|
|
2472
|
+
"detail": {
|
|
2995
2473
|
"annotation": {
|
|
2996
|
-
"type": "
|
|
2997
|
-
"
|
|
2474
|
+
"type": "reference",
|
|
2475
|
+
"typeName": {
|
|
2476
|
+
"type": "identifier",
|
|
2477
|
+
"name": "Record"
|
|
2478
|
+
},
|
|
2479
|
+
"typeParameters": {
|
|
2480
|
+
"type": "typeParameterInstantiation",
|
|
2481
|
+
"params": [
|
|
2482
|
+
{
|
|
2483
|
+
"type": "keyword",
|
|
2484
|
+
"value": "string"
|
|
2485
|
+
},
|
|
2486
|
+
{
|
|
2487
|
+
"type": "keyword",
|
|
2488
|
+
"value": "unknown"
|
|
2489
|
+
}
|
|
2490
|
+
]
|
|
2491
|
+
}
|
|
2492
|
+
}
|
|
2493
|
+
}
|
|
2494
|
+
},
|
|
2495
|
+
{
|
|
2496
|
+
"name": "validate.error",
|
|
2497
|
+
"detail": {
|
|
2498
|
+
"annotation": {
|
|
2499
|
+
"type": "array",
|
|
2500
|
+
"elementType": {
|
|
2501
|
+
"type": "parenthesizedType",
|
|
2502
|
+
"annotation": {
|
|
2503
|
+
"type": "intersection",
|
|
2504
|
+
"types": [
|
|
2505
|
+
{
|
|
2506
|
+
"type": "reference",
|
|
2507
|
+
"typeName": {
|
|
2508
|
+
"type": "identifier",
|
|
2509
|
+
"name": "MessageBody"
|
|
2510
|
+
}
|
|
2511
|
+
},
|
|
2512
|
+
{
|
|
2513
|
+
"type": "typeLiteral",
|
|
2514
|
+
"members": [
|
|
2515
|
+
{
|
|
2516
|
+
"type": "propertySignature",
|
|
2517
|
+
"key": {
|
|
2518
|
+
"type": "identifier",
|
|
2519
|
+
"name": "name"
|
|
2520
|
+
},
|
|
2521
|
+
"annotation": {
|
|
2522
|
+
"type": "keyword",
|
|
2523
|
+
"value": "string"
|
|
2524
|
+
},
|
|
2525
|
+
"computed": false
|
|
2526
|
+
}
|
|
2527
|
+
]
|
|
2528
|
+
}
|
|
2529
|
+
]
|
|
2530
|
+
}
|
|
2531
|
+
}
|
|
2998
2532
|
}
|
|
2999
2533
|
}
|
|
3000
2534
|
}
|
|
3001
2535
|
],
|
|
3002
|
-
"methods": [
|
|
2536
|
+
"methods": [
|
|
2537
|
+
{
|
|
2538
|
+
"name": "validate",
|
|
2539
|
+
"params": [],
|
|
2540
|
+
"returns": {
|
|
2541
|
+
"annotation": {
|
|
2542
|
+
"type": "union",
|
|
2543
|
+
"types": [
|
|
2544
|
+
{
|
|
2545
|
+
"type": "keyword",
|
|
2546
|
+
"value": "boolean"
|
|
2547
|
+
},
|
|
2548
|
+
{
|
|
2549
|
+
"type": "reference",
|
|
2550
|
+
"typeName": {
|
|
2551
|
+
"type": "identifier",
|
|
2552
|
+
"name": "Record"
|
|
2553
|
+
},
|
|
2554
|
+
"typeParameters": {
|
|
2555
|
+
"type": "typeParameterInstantiation",
|
|
2556
|
+
"params": [
|
|
2557
|
+
{
|
|
2558
|
+
"type": "keyword",
|
|
2559
|
+
"value": "string"
|
|
2560
|
+
},
|
|
2561
|
+
{
|
|
2562
|
+
"type": "keyword",
|
|
2563
|
+
"value": "unknown"
|
|
2564
|
+
}
|
|
2565
|
+
]
|
|
2566
|
+
}
|
|
2567
|
+
}
|
|
2568
|
+
]
|
|
2569
|
+
}
|
|
2570
|
+
}
|
|
2571
|
+
},
|
|
2572
|
+
{
|
|
2573
|
+
"name": "setInitValue",
|
|
2574
|
+
"params": [
|
|
2575
|
+
{
|
|
2576
|
+
"name": "values",
|
|
2577
|
+
"annotation": {
|
|
2578
|
+
"type": "reference",
|
|
2579
|
+
"typeName": {
|
|
2580
|
+
"type": "identifier",
|
|
2581
|
+
"name": "Record"
|
|
2582
|
+
},
|
|
2583
|
+
"typeParameters": {
|
|
2584
|
+
"type": "typeParameterInstantiation",
|
|
2585
|
+
"params": [
|
|
2586
|
+
{
|
|
2587
|
+
"type": "keyword",
|
|
2588
|
+
"value": "string"
|
|
2589
|
+
},
|
|
2590
|
+
{
|
|
2591
|
+
"type": "keyword",
|
|
2592
|
+
"value": "unknown"
|
|
2593
|
+
}
|
|
2594
|
+
]
|
|
2595
|
+
}
|
|
2596
|
+
}
|
|
2597
|
+
},
|
|
2598
|
+
{
|
|
2599
|
+
"name": "options",
|
|
2600
|
+
"annotation": {
|
|
2601
|
+
"type": "typeLiteral",
|
|
2602
|
+
"members": [
|
|
2603
|
+
{
|
|
2604
|
+
"type": "propertySignature",
|
|
2605
|
+
"key": {
|
|
2606
|
+
"type": "identifier",
|
|
2607
|
+
"name": "runInMacrotask"
|
|
2608
|
+
},
|
|
2609
|
+
"annotation": {
|
|
2610
|
+
"type": "keyword",
|
|
2611
|
+
"value": "boolean"
|
|
2612
|
+
},
|
|
2613
|
+
"optional": true,
|
|
2614
|
+
"computed": false
|
|
2615
|
+
},
|
|
2616
|
+
{
|
|
2617
|
+
"type": "propertySignature",
|
|
2618
|
+
"key": {
|
|
2619
|
+
"type": "identifier",
|
|
2620
|
+
"name": "runInMicrotask"
|
|
2621
|
+
},
|
|
2622
|
+
"annotation": {
|
|
2623
|
+
"type": "keyword",
|
|
2624
|
+
"value": "boolean"
|
|
2625
|
+
},
|
|
2626
|
+
"optional": true,
|
|
2627
|
+
"computed": false
|
|
2628
|
+
}
|
|
2629
|
+
]
|
|
2630
|
+
}
|
|
2631
|
+
}
|
|
2632
|
+
],
|
|
2633
|
+
"returns": {}
|
|
2634
|
+
},
|
|
2635
|
+
{
|
|
2636
|
+
"name": "resetFields",
|
|
2637
|
+
"params": [
|
|
2638
|
+
{
|
|
2639
|
+
"name": "name",
|
|
2640
|
+
"annotation": {
|
|
2641
|
+
"type": "keyword",
|
|
2642
|
+
"value": "string"
|
|
2643
|
+
}
|
|
2644
|
+
}
|
|
2645
|
+
],
|
|
2646
|
+
"returns": {}
|
|
2647
|
+
},
|
|
2648
|
+
{
|
|
2649
|
+
"name": "getFieldsValue",
|
|
2650
|
+
"params": [
|
|
2651
|
+
{
|
|
2652
|
+
"name": "name",
|
|
2653
|
+
"annotation": {
|
|
2654
|
+
"type": "keyword",
|
|
2655
|
+
"value": "string"
|
|
2656
|
+
}
|
|
2657
|
+
}
|
|
2658
|
+
],
|
|
2659
|
+
"returns": {}
|
|
2660
|
+
},
|
|
2661
|
+
{
|
|
2662
|
+
"name": "validateField",
|
|
2663
|
+
"params": [
|
|
2664
|
+
{
|
|
2665
|
+
"name": "name",
|
|
2666
|
+
"annotation": {
|
|
2667
|
+
"type": "keyword",
|
|
2668
|
+
"value": "string"
|
|
2669
|
+
}
|
|
2670
|
+
}
|
|
2671
|
+
],
|
|
2672
|
+
"returns": {}
|
|
2673
|
+
},
|
|
2674
|
+
{
|
|
2675
|
+
"name": "resetValidateState",
|
|
2676
|
+
"params": [],
|
|
2677
|
+
"returns": {}
|
|
2678
|
+
}
|
|
2679
|
+
],
|
|
3003
2680
|
"types": [
|
|
3004
2681
|
{
|
|
3005
2682
|
"type": "typeAlias",
|
|
3006
|
-
"name": "
|
|
2683
|
+
"name": "Layout",
|
|
3007
2684
|
"annotation": {
|
|
3008
2685
|
"type": "union",
|
|
3009
2686
|
"types": [
|
|
3010
2687
|
{
|
|
3011
2688
|
"type": "jsLiteral",
|
|
3012
|
-
"value": "
|
|
3013
|
-
},
|
|
3014
|
-
{
|
|
3015
|
-
"type": "jsLiteral",
|
|
3016
|
-
"value": "week"
|
|
3017
|
-
},
|
|
3018
|
-
{
|
|
3019
|
-
"type": "jsLiteral",
|
|
3020
|
-
"value": "month"
|
|
2689
|
+
"value": "horizontal"
|
|
3021
2690
|
},
|
|
3022
2691
|
{
|
|
3023
2692
|
"type": "jsLiteral",
|
|
3024
|
-
"value": "
|
|
2693
|
+
"value": "vertical"
|
|
3025
2694
|
},
|
|
3026
2695
|
{
|
|
3027
2696
|
"type": "jsLiteral",
|
|
3028
|
-
"value": "
|
|
2697
|
+
"value": "inline"
|
|
3029
2698
|
}
|
|
3030
2699
|
]
|
|
3031
2700
|
}
|
|
3032
2701
|
},
|
|
3033
2702
|
{
|
|
3034
2703
|
"type": "typeAlias",
|
|
3035
|
-
"name": "
|
|
2704
|
+
"name": "ComponentSize",
|
|
3036
2705
|
"annotation": {
|
|
3037
2706
|
"type": "union",
|
|
3038
2707
|
"types": [
|
|
3039
2708
|
{
|
|
3040
|
-
"type": "
|
|
3041
|
-
"
|
|
3042
|
-
"type": "identifier",
|
|
3043
|
-
"name": "DisabledDate"
|
|
3044
|
-
}
|
|
2709
|
+
"type": "jsLiteral",
|
|
2710
|
+
"value": "large"
|
|
3045
2711
|
},
|
|
3046
2712
|
{
|
|
3047
|
-
"type": "
|
|
3048
|
-
"
|
|
2713
|
+
"type": "jsLiteral",
|
|
2714
|
+
"value": "medium"
|
|
2715
|
+
},
|
|
2716
|
+
{
|
|
2717
|
+
"type": "jsLiteral",
|
|
2718
|
+
"value": "small"
|
|
2719
|
+
},
|
|
2720
|
+
{
|
|
2721
|
+
"type": "jsLiteral",
|
|
2722
|
+
"value": "xs"
|
|
2723
|
+
}
|
|
2724
|
+
]
|
|
2725
|
+
}
|
|
2726
|
+
}
|
|
2727
|
+
]
|
|
2728
|
+
},
|
|
2729
|
+
"eo-date-picker": {
|
|
2730
|
+
"properties": [
|
|
2731
|
+
{
|
|
2732
|
+
"name": "name",
|
|
2733
|
+
"annotation": {
|
|
2734
|
+
"type": "keyword",
|
|
2735
|
+
"value": "string"
|
|
2736
|
+
}
|
|
2737
|
+
},
|
|
2738
|
+
{
|
|
2739
|
+
"name": "label",
|
|
2740
|
+
"annotation": {
|
|
2741
|
+
"type": "keyword",
|
|
2742
|
+
"value": "string"
|
|
2743
|
+
}
|
|
2744
|
+
},
|
|
2745
|
+
{
|
|
2746
|
+
"name": "value",
|
|
2747
|
+
"annotation": {
|
|
2748
|
+
"type": "keyword",
|
|
2749
|
+
"value": "string"
|
|
2750
|
+
}
|
|
2751
|
+
},
|
|
2752
|
+
{
|
|
2753
|
+
"name": "placeholder",
|
|
2754
|
+
"annotation": {
|
|
2755
|
+
"type": "keyword",
|
|
2756
|
+
"value": "string"
|
|
2757
|
+
}
|
|
2758
|
+
},
|
|
2759
|
+
{
|
|
2760
|
+
"name": "message",
|
|
2761
|
+
"annotation": {
|
|
2762
|
+
"type": "reference",
|
|
2763
|
+
"typeName": {
|
|
2764
|
+
"type": "identifier",
|
|
2765
|
+
"name": "Record"
|
|
2766
|
+
},
|
|
2767
|
+
"typeParameters": {
|
|
2768
|
+
"type": "typeParameterInstantiation",
|
|
2769
|
+
"params": [
|
|
2770
|
+
{
|
|
2771
|
+
"type": "keyword",
|
|
2772
|
+
"value": "string"
|
|
2773
|
+
},
|
|
2774
|
+
{
|
|
2775
|
+
"type": "keyword",
|
|
2776
|
+
"value": "string"
|
|
2777
|
+
}
|
|
2778
|
+
]
|
|
2779
|
+
}
|
|
2780
|
+
}
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
"name": "disabled",
|
|
2784
|
+
"annotation": {
|
|
2785
|
+
"type": "keyword",
|
|
2786
|
+
"value": "boolean"
|
|
2787
|
+
}
|
|
2788
|
+
},
|
|
2789
|
+
{
|
|
2790
|
+
"name": "required",
|
|
2791
|
+
"annotation": {
|
|
2792
|
+
"type": "keyword",
|
|
2793
|
+
"value": "boolean"
|
|
2794
|
+
}
|
|
2795
|
+
},
|
|
2796
|
+
{
|
|
2797
|
+
"name": "showTime",
|
|
2798
|
+
"annotation": {
|
|
2799
|
+
"type": "keyword",
|
|
2800
|
+
"value": "boolean"
|
|
2801
|
+
}
|
|
2802
|
+
},
|
|
2803
|
+
{
|
|
2804
|
+
"name": "format",
|
|
2805
|
+
"annotation": {
|
|
2806
|
+
"type": "keyword",
|
|
2807
|
+
"value": "string"
|
|
2808
|
+
}
|
|
2809
|
+
},
|
|
2810
|
+
{
|
|
2811
|
+
"name": "picker",
|
|
2812
|
+
"annotation": {
|
|
2813
|
+
"type": "reference",
|
|
2814
|
+
"typeName": {
|
|
2815
|
+
"type": "identifier",
|
|
2816
|
+
"name": "PickerMode"
|
|
2817
|
+
}
|
|
2818
|
+
}
|
|
2819
|
+
},
|
|
2820
|
+
{
|
|
2821
|
+
"name": "futureDateDisabled",
|
|
2822
|
+
"annotation": {
|
|
2823
|
+
"type": "keyword",
|
|
2824
|
+
"value": "boolean"
|
|
2825
|
+
}
|
|
2826
|
+
},
|
|
2827
|
+
{
|
|
2828
|
+
"name": "disabledDate",
|
|
2829
|
+
"annotation": {
|
|
2830
|
+
"type": "reference",
|
|
2831
|
+
"typeName": {
|
|
2832
|
+
"type": "identifier",
|
|
2833
|
+
"name": "DisabledDateType"
|
|
2834
|
+
}
|
|
2835
|
+
}
|
|
2836
|
+
},
|
|
2837
|
+
{
|
|
2838
|
+
"name": "useFastSelectBtn",
|
|
2839
|
+
"annotation": {
|
|
2840
|
+
"type": "keyword",
|
|
2841
|
+
"value": "boolean"
|
|
2842
|
+
}
|
|
2843
|
+
},
|
|
2844
|
+
{
|
|
2845
|
+
"name": "inputStyle",
|
|
2846
|
+
"annotation": {
|
|
2847
|
+
"type": "reference",
|
|
2848
|
+
"typeName": {
|
|
2849
|
+
"type": "identifier",
|
|
2850
|
+
"name": "CSSProperties"
|
|
2851
|
+
}
|
|
2852
|
+
}
|
|
2853
|
+
}
|
|
2854
|
+
],
|
|
2855
|
+
"events": [
|
|
2856
|
+
{
|
|
2857
|
+
"name": "change",
|
|
2858
|
+
"detail": {
|
|
2859
|
+
"annotation": {
|
|
2860
|
+
"type": "keyword",
|
|
2861
|
+
"value": "string"
|
|
2862
|
+
}
|
|
2863
|
+
}
|
|
2864
|
+
},
|
|
2865
|
+
{
|
|
2866
|
+
"name": "ok",
|
|
2867
|
+
"detail": {
|
|
2868
|
+
"annotation": {
|
|
2869
|
+
"type": "keyword",
|
|
2870
|
+
"value": "string"
|
|
2871
|
+
}
|
|
2872
|
+
}
|
|
2873
|
+
}
|
|
2874
|
+
],
|
|
2875
|
+
"methods": [],
|
|
2876
|
+
"types": [
|
|
2877
|
+
{
|
|
2878
|
+
"type": "typeAlias",
|
|
2879
|
+
"name": "PickerMode",
|
|
2880
|
+
"annotation": {
|
|
2881
|
+
"type": "union",
|
|
2882
|
+
"types": [
|
|
2883
|
+
{
|
|
2884
|
+
"type": "jsLiteral",
|
|
2885
|
+
"value": "date"
|
|
2886
|
+
},
|
|
2887
|
+
{
|
|
2888
|
+
"type": "jsLiteral",
|
|
2889
|
+
"value": "week"
|
|
2890
|
+
},
|
|
2891
|
+
{
|
|
2892
|
+
"type": "jsLiteral",
|
|
2893
|
+
"value": "month"
|
|
2894
|
+
},
|
|
2895
|
+
{
|
|
2896
|
+
"type": "jsLiteral",
|
|
2897
|
+
"value": "year"
|
|
2898
|
+
},
|
|
2899
|
+
{
|
|
2900
|
+
"type": "jsLiteral",
|
|
2901
|
+
"value": "quarter"
|
|
2902
|
+
}
|
|
2903
|
+
]
|
|
2904
|
+
}
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
"type": "typeAlias",
|
|
2908
|
+
"name": "DisabledDateType",
|
|
2909
|
+
"annotation": {
|
|
2910
|
+
"type": "union",
|
|
2911
|
+
"types": [
|
|
2912
|
+
{
|
|
2913
|
+
"type": "reference",
|
|
2914
|
+
"typeName": {
|
|
2915
|
+
"type": "identifier",
|
|
2916
|
+
"name": "DisabledDate"
|
|
2917
|
+
}
|
|
2918
|
+
},
|
|
2919
|
+
{
|
|
2920
|
+
"type": "array",
|
|
2921
|
+
"elementType": {
|
|
3049
2922
|
"type": "reference",
|
|
3050
2923
|
"typeName": {
|
|
3051
2924
|
"type": "identifier",
|
|
@@ -3883,40 +3756,617 @@
|
|
|
3883
3756
|
}
|
|
3884
3757
|
]
|
|
3885
3758
|
},
|
|
3886
|
-
"eo-
|
|
3759
|
+
"eo-select": {
|
|
3887
3760
|
"properties": [
|
|
3888
3761
|
{
|
|
3889
|
-
"name": "name",
|
|
3762
|
+
"name": "name",
|
|
3763
|
+
"annotation": {
|
|
3764
|
+
"type": "keyword",
|
|
3765
|
+
"value": "string"
|
|
3766
|
+
}
|
|
3767
|
+
},
|
|
3768
|
+
{
|
|
3769
|
+
"name": "placeholder",
|
|
3770
|
+
"annotation": {
|
|
3771
|
+
"type": "keyword",
|
|
3772
|
+
"value": "string"
|
|
3773
|
+
}
|
|
3774
|
+
},
|
|
3775
|
+
{
|
|
3776
|
+
"name": "label",
|
|
3777
|
+
"annotation": {
|
|
3778
|
+
"type": "keyword",
|
|
3779
|
+
"value": "string"
|
|
3780
|
+
}
|
|
3781
|
+
},
|
|
3782
|
+
{
|
|
3783
|
+
"name": "options",
|
|
3784
|
+
"annotation": {
|
|
3785
|
+
"type": "array",
|
|
3786
|
+
"elementType": {
|
|
3787
|
+
"type": "reference",
|
|
3788
|
+
"typeName": {
|
|
3789
|
+
"type": "identifier",
|
|
3790
|
+
"name": "GeneralComplexOption"
|
|
3791
|
+
}
|
|
3792
|
+
}
|
|
3793
|
+
}
|
|
3794
|
+
},
|
|
3795
|
+
{
|
|
3796
|
+
"name": "value",
|
|
3797
|
+
"annotation": {
|
|
3798
|
+
"type": "keyword",
|
|
3799
|
+
"value": "any"
|
|
3800
|
+
}
|
|
3801
|
+
},
|
|
3802
|
+
{
|
|
3803
|
+
"name": "required",
|
|
3804
|
+
"annotation": {
|
|
3805
|
+
"type": "keyword",
|
|
3806
|
+
"value": "boolean"
|
|
3807
|
+
}
|
|
3808
|
+
},
|
|
3809
|
+
{
|
|
3810
|
+
"name": "message",
|
|
3811
|
+
"annotation": {
|
|
3812
|
+
"type": "reference",
|
|
3813
|
+
"typeName": {
|
|
3814
|
+
"type": "identifier",
|
|
3815
|
+
"name": "Record"
|
|
3816
|
+
},
|
|
3817
|
+
"typeParameters": {
|
|
3818
|
+
"type": "typeParameterInstantiation",
|
|
3819
|
+
"params": [
|
|
3820
|
+
{
|
|
3821
|
+
"type": "keyword",
|
|
3822
|
+
"value": "string"
|
|
3823
|
+
},
|
|
3824
|
+
{
|
|
3825
|
+
"type": "keyword",
|
|
3826
|
+
"value": "string"
|
|
3827
|
+
}
|
|
3828
|
+
]
|
|
3829
|
+
}
|
|
3830
|
+
}
|
|
3831
|
+
},
|
|
3832
|
+
{
|
|
3833
|
+
"name": "disabled",
|
|
3834
|
+
"annotation": {
|
|
3835
|
+
"type": "keyword",
|
|
3836
|
+
"value": "boolean"
|
|
3837
|
+
}
|
|
3838
|
+
},
|
|
3839
|
+
{
|
|
3840
|
+
"name": "mode",
|
|
3841
|
+
"annotation": {
|
|
3842
|
+
"type": "union",
|
|
3843
|
+
"types": [
|
|
3844
|
+
{
|
|
3845
|
+
"type": "jsLiteral",
|
|
3846
|
+
"value": "tags"
|
|
3847
|
+
},
|
|
3848
|
+
{
|
|
3849
|
+
"type": "jsLiteral",
|
|
3850
|
+
"value": "multiple"
|
|
3851
|
+
}
|
|
3852
|
+
]
|
|
3853
|
+
}
|
|
3854
|
+
},
|
|
3855
|
+
{
|
|
3856
|
+
"name": "tokenSeparators",
|
|
3857
|
+
"annotation": {
|
|
3858
|
+
"type": "array",
|
|
3859
|
+
"elementType": {
|
|
3860
|
+
"type": "keyword",
|
|
3861
|
+
"value": "string"
|
|
3862
|
+
}
|
|
3863
|
+
}
|
|
3864
|
+
},
|
|
3865
|
+
{
|
|
3866
|
+
"name": "maxTagCount",
|
|
3867
|
+
"annotation": {
|
|
3868
|
+
"type": "keyword",
|
|
3869
|
+
"value": "number"
|
|
3870
|
+
}
|
|
3871
|
+
},
|
|
3872
|
+
{
|
|
3873
|
+
"name": "groupBy",
|
|
3874
|
+
"annotation": {
|
|
3875
|
+
"type": "keyword",
|
|
3876
|
+
"value": "string"
|
|
3877
|
+
}
|
|
3878
|
+
},
|
|
3879
|
+
{
|
|
3880
|
+
"name": "suffix",
|
|
3881
|
+
"annotation": {
|
|
3882
|
+
"type": "typeLiteral",
|
|
3883
|
+
"members": [
|
|
3884
|
+
{
|
|
3885
|
+
"type": "propertySignature",
|
|
3886
|
+
"key": {
|
|
3887
|
+
"type": "identifier",
|
|
3888
|
+
"name": "useBrick"
|
|
3889
|
+
},
|
|
3890
|
+
"annotation": {
|
|
3891
|
+
"type": "reference",
|
|
3892
|
+
"typeName": {
|
|
3893
|
+
"type": "identifier",
|
|
3894
|
+
"name": "UseSingleBrickConf"
|
|
3895
|
+
}
|
|
3896
|
+
},
|
|
3897
|
+
"computed": false
|
|
3898
|
+
}
|
|
3899
|
+
]
|
|
3900
|
+
}
|
|
3901
|
+
},
|
|
3902
|
+
{
|
|
3903
|
+
"name": "clearable",
|
|
3904
|
+
"annotation": {
|
|
3905
|
+
"type": "keyword",
|
|
3906
|
+
"value": "boolean"
|
|
3907
|
+
}
|
|
3908
|
+
},
|
|
3909
|
+
{
|
|
3910
|
+
"name": "fields",
|
|
3911
|
+
"annotation": {
|
|
3912
|
+
"type": "typeLiteral",
|
|
3913
|
+
"members": [
|
|
3914
|
+
{
|
|
3915
|
+
"type": "propertySignature",
|
|
3916
|
+
"key": {
|
|
3917
|
+
"type": "identifier",
|
|
3918
|
+
"name": "label"
|
|
3919
|
+
},
|
|
3920
|
+
"annotation": {
|
|
3921
|
+
"type": "keyword",
|
|
3922
|
+
"value": "string"
|
|
3923
|
+
},
|
|
3924
|
+
"optional": true,
|
|
3925
|
+
"computed": false
|
|
3926
|
+
},
|
|
3927
|
+
{
|
|
3928
|
+
"type": "propertySignature",
|
|
3929
|
+
"key": {
|
|
3930
|
+
"type": "identifier",
|
|
3931
|
+
"name": "value"
|
|
3932
|
+
},
|
|
3933
|
+
"annotation": {
|
|
3934
|
+
"type": "keyword",
|
|
3935
|
+
"value": "string"
|
|
3936
|
+
},
|
|
3937
|
+
"optional": true,
|
|
3938
|
+
"computed": false
|
|
3939
|
+
}
|
|
3940
|
+
]
|
|
3941
|
+
}
|
|
3942
|
+
},
|
|
3943
|
+
{
|
|
3944
|
+
"name": "useBackend",
|
|
3945
|
+
"annotation": {
|
|
3946
|
+
"type": "reference",
|
|
3947
|
+
"typeName": {
|
|
3948
|
+
"type": "identifier",
|
|
3949
|
+
"name": "UseBackendConf"
|
|
3950
|
+
}
|
|
3951
|
+
}
|
|
3952
|
+
},
|
|
3953
|
+
{
|
|
3954
|
+
"name": "debounceSearchDelay",
|
|
3955
|
+
"annotation": {
|
|
3956
|
+
"type": "keyword",
|
|
3957
|
+
"value": "number"
|
|
3958
|
+
}
|
|
3959
|
+
},
|
|
3960
|
+
{
|
|
3961
|
+
"name": "inputStyle",
|
|
3962
|
+
"annotation": {
|
|
3963
|
+
"type": "reference",
|
|
3964
|
+
"typeName": {
|
|
3965
|
+
"type": "qualifiedName",
|
|
3966
|
+
"left": {
|
|
3967
|
+
"type": "identifier",
|
|
3968
|
+
"name": "React"
|
|
3969
|
+
},
|
|
3970
|
+
"right": {
|
|
3971
|
+
"type": "identifier",
|
|
3972
|
+
"name": "CSSProperties"
|
|
3973
|
+
}
|
|
3974
|
+
}
|
|
3975
|
+
}
|
|
3976
|
+
},
|
|
3977
|
+
{
|
|
3978
|
+
"name": "dropdownHoist",
|
|
3979
|
+
"annotation": {
|
|
3980
|
+
"type": "keyword",
|
|
3981
|
+
"value": "boolean"
|
|
3982
|
+
}
|
|
3983
|
+
}
|
|
3984
|
+
],
|
|
3985
|
+
"events": [
|
|
3986
|
+
{
|
|
3987
|
+
"name": "change",
|
|
3988
|
+
"detail": {
|
|
3989
|
+
"annotation": {
|
|
3990
|
+
"type": "typeLiteral",
|
|
3991
|
+
"members": [
|
|
3992
|
+
{
|
|
3993
|
+
"type": "propertySignature",
|
|
3994
|
+
"key": {
|
|
3995
|
+
"type": "identifier",
|
|
3996
|
+
"name": "value"
|
|
3997
|
+
},
|
|
3998
|
+
"annotation": {
|
|
3999
|
+
"type": "union",
|
|
4000
|
+
"types": [
|
|
4001
|
+
{
|
|
4002
|
+
"type": "keyword",
|
|
4003
|
+
"value": "string"
|
|
4004
|
+
},
|
|
4005
|
+
{
|
|
4006
|
+
"type": "array",
|
|
4007
|
+
"elementType": {
|
|
4008
|
+
"type": "keyword",
|
|
4009
|
+
"value": "string"
|
|
4010
|
+
}
|
|
4011
|
+
}
|
|
4012
|
+
]
|
|
4013
|
+
},
|
|
4014
|
+
"computed": false
|
|
4015
|
+
},
|
|
4016
|
+
{
|
|
4017
|
+
"type": "propertySignature",
|
|
4018
|
+
"key": {
|
|
4019
|
+
"type": "identifier",
|
|
4020
|
+
"name": "options"
|
|
4021
|
+
},
|
|
4022
|
+
"annotation": {
|
|
4023
|
+
"type": "array",
|
|
4024
|
+
"elementType": {
|
|
4025
|
+
"type": "reference",
|
|
4026
|
+
"typeName": {
|
|
4027
|
+
"type": "identifier",
|
|
4028
|
+
"name": "GeneralComplexOption"
|
|
4029
|
+
}
|
|
4030
|
+
}
|
|
4031
|
+
},
|
|
4032
|
+
"computed": false
|
|
4033
|
+
}
|
|
4034
|
+
]
|
|
4035
|
+
}
|
|
4036
|
+
}
|
|
4037
|
+
},
|
|
4038
|
+
{
|
|
4039
|
+
"name": "search",
|
|
4040
|
+
"detail": {
|
|
4041
|
+
"annotation": {
|
|
4042
|
+
"type": "typeLiteral",
|
|
4043
|
+
"members": [
|
|
4044
|
+
{
|
|
4045
|
+
"type": "propertySignature",
|
|
4046
|
+
"key": {
|
|
4047
|
+
"type": "identifier",
|
|
4048
|
+
"name": "value"
|
|
4049
|
+
},
|
|
4050
|
+
"annotation": {
|
|
4051
|
+
"type": "keyword",
|
|
4052
|
+
"value": "string"
|
|
4053
|
+
},
|
|
4054
|
+
"computed": false
|
|
4055
|
+
}
|
|
4056
|
+
]
|
|
4057
|
+
}
|
|
4058
|
+
}
|
|
4059
|
+
},
|
|
4060
|
+
{
|
|
4061
|
+
"name": "select.focus",
|
|
4062
|
+
"detail": {
|
|
4063
|
+
"annotation": {
|
|
4064
|
+
"type": "keyword",
|
|
4065
|
+
"value": "void"
|
|
4066
|
+
}
|
|
4067
|
+
}
|
|
4068
|
+
},
|
|
4069
|
+
{
|
|
4070
|
+
"name": "options.change",
|
|
4071
|
+
"detail": {
|
|
4072
|
+
"annotation": {
|
|
4073
|
+
"type": "typeLiteral",
|
|
4074
|
+
"members": [
|
|
4075
|
+
{
|
|
4076
|
+
"type": "propertySignature",
|
|
4077
|
+
"key": {
|
|
4078
|
+
"type": "identifier",
|
|
4079
|
+
"name": "options"
|
|
4080
|
+
},
|
|
4081
|
+
"annotation": {
|
|
4082
|
+
"type": "typeLiteral",
|
|
4083
|
+
"members": [
|
|
4084
|
+
{
|
|
4085
|
+
"type": "propertySignature",
|
|
4086
|
+
"key": {
|
|
4087
|
+
"type": "identifier",
|
|
4088
|
+
"name": "label"
|
|
4089
|
+
},
|
|
4090
|
+
"annotation": {
|
|
4091
|
+
"type": "keyword",
|
|
4092
|
+
"value": "string"
|
|
4093
|
+
},
|
|
4094
|
+
"computed": false
|
|
4095
|
+
},
|
|
4096
|
+
{
|
|
4097
|
+
"type": "propertySignature",
|
|
4098
|
+
"key": {
|
|
4099
|
+
"type": "identifier",
|
|
4100
|
+
"name": "value"
|
|
4101
|
+
},
|
|
4102
|
+
"annotation": {
|
|
4103
|
+
"type": "keyword",
|
|
4104
|
+
"value": "any"
|
|
4105
|
+
},
|
|
4106
|
+
"computed": false
|
|
4107
|
+
},
|
|
4108
|
+
{
|
|
4109
|
+
"type": "indexSignature",
|
|
4110
|
+
"parameter": {
|
|
4111
|
+
"type": "identifier",
|
|
4112
|
+
"name": "key",
|
|
4113
|
+
"annotation": {
|
|
4114
|
+
"type": "keyword",
|
|
4115
|
+
"value": "string"
|
|
4116
|
+
}
|
|
4117
|
+
},
|
|
4118
|
+
"annotation": {
|
|
4119
|
+
"type": "keyword",
|
|
4120
|
+
"value": "any"
|
|
4121
|
+
}
|
|
4122
|
+
}
|
|
4123
|
+
]
|
|
4124
|
+
},
|
|
4125
|
+
"computed": false
|
|
4126
|
+
},
|
|
4127
|
+
{
|
|
4128
|
+
"type": "propertySignature",
|
|
4129
|
+
"key": {
|
|
4130
|
+
"type": "identifier",
|
|
4131
|
+
"name": "name"
|
|
4132
|
+
},
|
|
4133
|
+
"annotation": {
|
|
4134
|
+
"type": "keyword",
|
|
4135
|
+
"value": "string"
|
|
4136
|
+
},
|
|
4137
|
+
"computed": false
|
|
4138
|
+
}
|
|
4139
|
+
]
|
|
4140
|
+
}
|
|
4141
|
+
}
|
|
4142
|
+
}
|
|
4143
|
+
],
|
|
4144
|
+
"methods": [],
|
|
4145
|
+
"types": [
|
|
4146
|
+
{
|
|
4147
|
+
"type": "interface",
|
|
4148
|
+
"name": "GeneralComplexOption",
|
|
4149
|
+
"typeParameters": {
|
|
4150
|
+
"type": "typeParameterDeclaration",
|
|
4151
|
+
"params": [
|
|
4152
|
+
{
|
|
4153
|
+
"type": "typeParameter",
|
|
4154
|
+
"name": "T",
|
|
4155
|
+
"default": {
|
|
4156
|
+
"type": "union",
|
|
4157
|
+
"types": [
|
|
4158
|
+
{
|
|
4159
|
+
"type": "keyword",
|
|
4160
|
+
"value": "string"
|
|
4161
|
+
},
|
|
4162
|
+
{
|
|
4163
|
+
"type": "keyword",
|
|
4164
|
+
"value": "number"
|
|
4165
|
+
},
|
|
4166
|
+
{
|
|
4167
|
+
"type": "keyword",
|
|
4168
|
+
"value": "boolean"
|
|
4169
|
+
}
|
|
4170
|
+
]
|
|
4171
|
+
}
|
|
4172
|
+
}
|
|
4173
|
+
]
|
|
4174
|
+
},
|
|
4175
|
+
"body": [
|
|
4176
|
+
{
|
|
4177
|
+
"type": "propertySignature",
|
|
4178
|
+
"key": {
|
|
4179
|
+
"type": "identifier",
|
|
4180
|
+
"name": "label"
|
|
4181
|
+
},
|
|
4182
|
+
"annotation": {
|
|
4183
|
+
"type": "keyword",
|
|
4184
|
+
"value": "string"
|
|
4185
|
+
},
|
|
4186
|
+
"computed": false
|
|
4187
|
+
},
|
|
4188
|
+
{
|
|
4189
|
+
"type": "propertySignature",
|
|
4190
|
+
"key": {
|
|
4191
|
+
"type": "identifier",
|
|
4192
|
+
"name": "value"
|
|
4193
|
+
},
|
|
4194
|
+
"annotation": {
|
|
4195
|
+
"type": "reference",
|
|
4196
|
+
"typeName": {
|
|
4197
|
+
"type": "identifier",
|
|
4198
|
+
"name": "T"
|
|
4199
|
+
}
|
|
4200
|
+
},
|
|
4201
|
+
"computed": false
|
|
4202
|
+
},
|
|
4203
|
+
{
|
|
4204
|
+
"type": "indexSignature",
|
|
4205
|
+
"parameter": {
|
|
4206
|
+
"type": "identifier",
|
|
4207
|
+
"name": "key",
|
|
4208
|
+
"annotation": {
|
|
4209
|
+
"type": "keyword",
|
|
4210
|
+
"value": "string"
|
|
4211
|
+
}
|
|
4212
|
+
},
|
|
4213
|
+
"annotation": {
|
|
4214
|
+
"type": "keyword",
|
|
4215
|
+
"value": "any"
|
|
4216
|
+
}
|
|
4217
|
+
}
|
|
4218
|
+
]
|
|
4219
|
+
},
|
|
4220
|
+
{
|
|
4221
|
+
"type": "interface",
|
|
4222
|
+
"name": "UseBackendConf",
|
|
4223
|
+
"body": [
|
|
4224
|
+
{
|
|
4225
|
+
"type": "propertySignature",
|
|
4226
|
+
"key": {
|
|
4227
|
+
"type": "identifier",
|
|
4228
|
+
"name": "provider"
|
|
4229
|
+
},
|
|
4230
|
+
"annotation": {
|
|
4231
|
+
"type": "keyword",
|
|
4232
|
+
"value": "string"
|
|
4233
|
+
},
|
|
4234
|
+
"computed": false
|
|
4235
|
+
},
|
|
4236
|
+
{
|
|
4237
|
+
"type": "propertySignature",
|
|
4238
|
+
"key": {
|
|
4239
|
+
"type": "identifier",
|
|
4240
|
+
"name": "args"
|
|
4241
|
+
},
|
|
4242
|
+
"annotation": {
|
|
4243
|
+
"type": "union",
|
|
4244
|
+
"types": [
|
|
4245
|
+
{
|
|
4246
|
+
"type": "array",
|
|
4247
|
+
"elementType": {
|
|
4248
|
+
"type": "keyword",
|
|
4249
|
+
"value": "any"
|
|
4250
|
+
}
|
|
4251
|
+
},
|
|
4252
|
+
{
|
|
4253
|
+
"type": "parenthesizedType",
|
|
4254
|
+
"annotation": {
|
|
4255
|
+
"type": "function",
|
|
4256
|
+
"parameters": [
|
|
4257
|
+
{
|
|
4258
|
+
"type": "restElement",
|
|
4259
|
+
"argument": {
|
|
4260
|
+
"type": "identifier",
|
|
4261
|
+
"name": "args"
|
|
4262
|
+
},
|
|
4263
|
+
"annotation": {
|
|
4264
|
+
"type": "array",
|
|
4265
|
+
"elementType": {
|
|
4266
|
+
"type": "keyword",
|
|
4267
|
+
"value": "any"
|
|
4268
|
+
}
|
|
4269
|
+
}
|
|
4270
|
+
}
|
|
4271
|
+
],
|
|
4272
|
+
"annotation": {
|
|
4273
|
+
"type": "array",
|
|
4274
|
+
"elementType": {
|
|
4275
|
+
"type": "keyword",
|
|
4276
|
+
"value": "any"
|
|
4277
|
+
}
|
|
4278
|
+
}
|
|
4279
|
+
}
|
|
4280
|
+
}
|
|
4281
|
+
]
|
|
4282
|
+
},
|
|
4283
|
+
"computed": false
|
|
4284
|
+
},
|
|
4285
|
+
{
|
|
4286
|
+
"type": "propertySignature",
|
|
4287
|
+
"key": {
|
|
4288
|
+
"type": "identifier",
|
|
4289
|
+
"name": "transform"
|
|
4290
|
+
},
|
|
4291
|
+
"annotation": {
|
|
4292
|
+
"type": "function",
|
|
4293
|
+
"parameters": [
|
|
4294
|
+
{
|
|
4295
|
+
"type": "identifier",
|
|
4296
|
+
"name": "data",
|
|
4297
|
+
"annotation": {
|
|
4298
|
+
"type": "keyword",
|
|
4299
|
+
"value": "any"
|
|
4300
|
+
}
|
|
4301
|
+
}
|
|
4302
|
+
],
|
|
4303
|
+
"annotation": {
|
|
4304
|
+
"type": "keyword",
|
|
4305
|
+
"value": "void"
|
|
4306
|
+
}
|
|
4307
|
+
},
|
|
4308
|
+
"optional": true,
|
|
4309
|
+
"computed": false
|
|
4310
|
+
}
|
|
4311
|
+
]
|
|
4312
|
+
}
|
|
4313
|
+
]
|
|
4314
|
+
},
|
|
4315
|
+
"eo-upload-image": {
|
|
4316
|
+
"properties": [
|
|
4317
|
+
{
|
|
4318
|
+
"name": "name",
|
|
4319
|
+
"annotation": {
|
|
4320
|
+
"type": "keyword",
|
|
4321
|
+
"value": "string"
|
|
4322
|
+
}
|
|
4323
|
+
},
|
|
4324
|
+
{
|
|
4325
|
+
"name": "label",
|
|
4326
|
+
"annotation": {
|
|
4327
|
+
"type": "keyword",
|
|
4328
|
+
"value": "string"
|
|
4329
|
+
}
|
|
4330
|
+
},
|
|
4331
|
+
{
|
|
4332
|
+
"name": "value",
|
|
4333
|
+
"annotation": {
|
|
4334
|
+
"type": "array",
|
|
4335
|
+
"elementType": {
|
|
4336
|
+
"type": "reference",
|
|
4337
|
+
"typeName": {
|
|
4338
|
+
"type": "identifier",
|
|
4339
|
+
"name": "ImageData"
|
|
4340
|
+
}
|
|
4341
|
+
}
|
|
4342
|
+
}
|
|
4343
|
+
},
|
|
4344
|
+
{
|
|
4345
|
+
"name": "bucketName",
|
|
3890
4346
|
"annotation": {
|
|
3891
4347
|
"type": "keyword",
|
|
3892
4348
|
"value": "string"
|
|
3893
4349
|
}
|
|
3894
4350
|
},
|
|
3895
4351
|
{
|
|
3896
|
-
"name": "
|
|
4352
|
+
"name": "maxCount",
|
|
3897
4353
|
"annotation": {
|
|
3898
4354
|
"type": "keyword",
|
|
3899
|
-
"value": "
|
|
4355
|
+
"value": "number"
|
|
3900
4356
|
}
|
|
3901
4357
|
},
|
|
3902
4358
|
{
|
|
3903
|
-
"name": "
|
|
4359
|
+
"name": "multiple",
|
|
3904
4360
|
"annotation": {
|
|
3905
|
-
"type": "
|
|
3906
|
-
"
|
|
3907
|
-
"type": "reference",
|
|
3908
|
-
"typeName": {
|
|
3909
|
-
"type": "identifier",
|
|
3910
|
-
"name": "GeneralOption"
|
|
3911
|
-
}
|
|
3912
|
-
}
|
|
4361
|
+
"type": "keyword",
|
|
4362
|
+
"value": "boolean"
|
|
3913
4363
|
}
|
|
3914
4364
|
},
|
|
3915
4365
|
{
|
|
3916
|
-
"name": "
|
|
4366
|
+
"name": "limitSize",
|
|
3917
4367
|
"annotation": {
|
|
3918
4368
|
"type": "keyword",
|
|
3919
|
-
"value": "
|
|
4369
|
+
"value": "number"
|
|
3920
4370
|
}
|
|
3921
4371
|
},
|
|
3922
4372
|
{
|
|
@@ -3948,70 +4398,6 @@
|
|
|
3948
4398
|
]
|
|
3949
4399
|
}
|
|
3950
4400
|
}
|
|
3951
|
-
},
|
|
3952
|
-
{
|
|
3953
|
-
"name": "disabled",
|
|
3954
|
-
"annotation": {
|
|
3955
|
-
"type": "keyword",
|
|
3956
|
-
"value": "boolean"
|
|
3957
|
-
}
|
|
3958
|
-
},
|
|
3959
|
-
{
|
|
3960
|
-
"name": "type",
|
|
3961
|
-
"annotation": {
|
|
3962
|
-
"type": "reference",
|
|
3963
|
-
"typeName": {
|
|
3964
|
-
"type": "identifier",
|
|
3965
|
-
"name": "RadioType"
|
|
3966
|
-
}
|
|
3967
|
-
}
|
|
3968
|
-
},
|
|
3969
|
-
{
|
|
3970
|
-
"name": "ui",
|
|
3971
|
-
"annotation": {
|
|
3972
|
-
"type": "reference",
|
|
3973
|
-
"typeName": {
|
|
3974
|
-
"type": "identifier",
|
|
3975
|
-
"name": "UIType"
|
|
3976
|
-
}
|
|
3977
|
-
}
|
|
3978
|
-
},
|
|
3979
|
-
{
|
|
3980
|
-
"name": "size",
|
|
3981
|
-
"annotation": {
|
|
3982
|
-
"type": "reference",
|
|
3983
|
-
"typeName": {
|
|
3984
|
-
"type": "identifier",
|
|
3985
|
-
"name": "ComponentSize"
|
|
3986
|
-
}
|
|
3987
|
-
}
|
|
3988
|
-
},
|
|
3989
|
-
{
|
|
3990
|
-
"name": "customStyle",
|
|
3991
|
-
"annotation": {
|
|
3992
|
-
"type": "reference",
|
|
3993
|
-
"typeName": {
|
|
3994
|
-
"type": "qualifiedName",
|
|
3995
|
-
"left": {
|
|
3996
|
-
"type": "identifier",
|
|
3997
|
-
"name": "React"
|
|
3998
|
-
},
|
|
3999
|
-
"right": {
|
|
4000
|
-
"type": "identifier",
|
|
4001
|
-
"name": "CSSProperties"
|
|
4002
|
-
}
|
|
4003
|
-
}
|
|
4004
|
-
}
|
|
4005
|
-
},
|
|
4006
|
-
{
|
|
4007
|
-
"name": "useBrick",
|
|
4008
|
-
"annotation": {
|
|
4009
|
-
"type": "reference",
|
|
4010
|
-
"typeName": {
|
|
4011
|
-
"type": "identifier",
|
|
4012
|
-
"name": "UseSingleBrickConf"
|
|
4013
|
-
}
|
|
4014
|
-
}
|
|
4015
4401
|
}
|
|
4016
4402
|
],
|
|
4017
4403
|
"events": [
|
|
@@ -4019,296 +4405,47 @@
|
|
|
4019
4405
|
"name": "change",
|
|
4020
4406
|
"detail": {
|
|
4021
4407
|
"annotation": {
|
|
4022
|
-
"type": "
|
|
4023
|
-
"
|
|
4024
|
-
{
|
|
4025
|
-
"type": "reference",
|
|
4026
|
-
"typeName": {
|
|
4027
|
-
"type": "identifier",
|
|
4028
|
-
"name": "GeneralComplexOption"
|
|
4029
|
-
}
|
|
4030
|
-
},
|
|
4031
|
-
{
|
|
4032
|
-
"type": "keyword",
|
|
4033
|
-
"value": "undefined"
|
|
4034
|
-
}
|
|
4035
|
-
]
|
|
4036
|
-
}
|
|
4037
|
-
}
|
|
4038
|
-
},
|
|
4039
|
-
{
|
|
4040
|
-
"name": "options.change",
|
|
4041
|
-
"detail": {
|
|
4042
|
-
"annotation": {
|
|
4043
|
-
"type": "typeLiteral",
|
|
4044
|
-
"members": [
|
|
4045
|
-
{
|
|
4046
|
-
"type": "propertySignature",
|
|
4047
|
-
"key": {
|
|
4048
|
-
"type": "identifier",
|
|
4049
|
-
"name": "options"
|
|
4050
|
-
},
|
|
4051
|
-
"annotation": {
|
|
4052
|
-
"type": "typeLiteral",
|
|
4053
|
-
"members": [
|
|
4054
|
-
{
|
|
4055
|
-
"type": "propertySignature",
|
|
4056
|
-
"key": {
|
|
4057
|
-
"type": "identifier",
|
|
4058
|
-
"name": "label"
|
|
4059
|
-
},
|
|
4060
|
-
"annotation": {
|
|
4061
|
-
"type": "keyword",
|
|
4062
|
-
"value": "string"
|
|
4063
|
-
},
|
|
4064
|
-
"computed": false
|
|
4065
|
-
},
|
|
4066
|
-
{
|
|
4067
|
-
"type": "propertySignature",
|
|
4068
|
-
"key": {
|
|
4069
|
-
"type": "identifier",
|
|
4070
|
-
"name": "value"
|
|
4071
|
-
},
|
|
4072
|
-
"annotation": {
|
|
4073
|
-
"type": "keyword",
|
|
4074
|
-
"value": "any"
|
|
4075
|
-
},
|
|
4076
|
-
"computed": false
|
|
4077
|
-
},
|
|
4078
|
-
{
|
|
4079
|
-
"type": "indexSignature",
|
|
4080
|
-
"parameter": {
|
|
4081
|
-
"type": "identifier",
|
|
4082
|
-
"name": "key",
|
|
4083
|
-
"annotation": {
|
|
4084
|
-
"type": "keyword",
|
|
4085
|
-
"value": "string"
|
|
4086
|
-
}
|
|
4087
|
-
},
|
|
4088
|
-
"annotation": {
|
|
4089
|
-
"type": "keyword",
|
|
4090
|
-
"value": "any"
|
|
4091
|
-
}
|
|
4092
|
-
}
|
|
4093
|
-
]
|
|
4094
|
-
},
|
|
4095
|
-
"computed": false
|
|
4096
|
-
},
|
|
4097
|
-
{
|
|
4098
|
-
"type": "propertySignature",
|
|
4099
|
-
"key": {
|
|
4100
|
-
"type": "identifier",
|
|
4101
|
-
"name": "name"
|
|
4102
|
-
},
|
|
4103
|
-
"annotation": {
|
|
4104
|
-
"type": "keyword",
|
|
4105
|
-
"value": "string"
|
|
4106
|
-
},
|
|
4107
|
-
"computed": false
|
|
4108
|
-
}
|
|
4109
|
-
]
|
|
4110
|
-
}
|
|
4111
|
-
}
|
|
4112
|
-
}
|
|
4113
|
-
],
|
|
4114
|
-
"methods": [],
|
|
4115
|
-
"types": [
|
|
4116
|
-
{
|
|
4117
|
-
"type": "typeAlias",
|
|
4118
|
-
"name": "GeneralOption",
|
|
4119
|
-
"annotation": {
|
|
4120
|
-
"type": "union",
|
|
4121
|
-
"types": [
|
|
4122
|
-
{
|
|
4123
|
-
"type": "keyword",
|
|
4124
|
-
"value": "string"
|
|
4125
|
-
},
|
|
4126
|
-
{
|
|
4127
|
-
"type": "keyword",
|
|
4128
|
-
"value": "number"
|
|
4129
|
-
},
|
|
4130
|
-
{
|
|
4131
|
-
"type": "keyword",
|
|
4132
|
-
"value": "boolean"
|
|
4133
|
-
},
|
|
4134
|
-
{
|
|
4135
|
-
"type": "reference",
|
|
4136
|
-
"typeName": {
|
|
4137
|
-
"type": "identifier",
|
|
4138
|
-
"name": "GeneralComplexOption"
|
|
4139
|
-
}
|
|
4140
|
-
},
|
|
4141
|
-
{
|
|
4408
|
+
"type": "array",
|
|
4409
|
+
"elementType": {
|
|
4142
4410
|
"type": "reference",
|
|
4143
4411
|
"typeName": {
|
|
4144
4412
|
"type": "identifier",
|
|
4145
|
-
"name": "
|
|
4146
|
-
},
|
|
4147
|
-
"typeParameters": {
|
|
4148
|
-
"type": "typeParameterInstantiation",
|
|
4149
|
-
"params": [
|
|
4150
|
-
{
|
|
4151
|
-
"type": "keyword",
|
|
4152
|
-
"value": "string"
|
|
4153
|
-
},
|
|
4154
|
-
{
|
|
4155
|
-
"type": "keyword",
|
|
4156
|
-
"value": "any"
|
|
4157
|
-
}
|
|
4158
|
-
]
|
|
4159
|
-
}
|
|
4160
|
-
}
|
|
4161
|
-
]
|
|
4162
|
-
}
|
|
4163
|
-
},
|
|
4164
|
-
{
|
|
4165
|
-
"type": "interface",
|
|
4166
|
-
"name": "GeneralComplexOption",
|
|
4167
|
-
"typeParameters": {
|
|
4168
|
-
"type": "typeParameterDeclaration",
|
|
4169
|
-
"params": [
|
|
4170
|
-
{
|
|
4171
|
-
"type": "typeParameter",
|
|
4172
|
-
"name": "T",
|
|
4173
|
-
"default": {
|
|
4174
|
-
"type": "union",
|
|
4175
|
-
"types": [
|
|
4176
|
-
{
|
|
4177
|
-
"type": "keyword",
|
|
4178
|
-
"value": "string"
|
|
4179
|
-
},
|
|
4180
|
-
{
|
|
4181
|
-
"type": "keyword",
|
|
4182
|
-
"value": "number"
|
|
4183
|
-
},
|
|
4184
|
-
{
|
|
4185
|
-
"type": "keyword",
|
|
4186
|
-
"value": "boolean"
|
|
4187
|
-
}
|
|
4188
|
-
]
|
|
4413
|
+
"name": "ImageData"
|
|
4189
4414
|
}
|
|
4190
4415
|
}
|
|
4191
|
-
|
|
4192
|
-
}
|
|
4416
|
+
}
|
|
4417
|
+
}
|
|
4418
|
+
}
|
|
4419
|
+
],
|
|
4420
|
+
"methods": [],
|
|
4421
|
+
"types": [
|
|
4422
|
+
{
|
|
4423
|
+
"type": "interface",
|
|
4424
|
+
"name": "ImageData",
|
|
4193
4425
|
"body": [
|
|
4194
4426
|
{
|
|
4195
4427
|
"type": "propertySignature",
|
|
4196
4428
|
"key": {
|
|
4197
4429
|
"type": "identifier",
|
|
4198
|
-
"name": "
|
|
4430
|
+
"name": "url"
|
|
4199
4431
|
},
|
|
4200
4432
|
"annotation": {
|
|
4201
4433
|
"type": "keyword",
|
|
4202
4434
|
"value": "string"
|
|
4203
4435
|
},
|
|
4436
|
+
"optional": true,
|
|
4204
4437
|
"computed": false
|
|
4205
|
-
}
|
|
4206
|
-
|
|
4207
|
-
|
|
4208
|
-
"key": {
|
|
4209
|
-
"type": "identifier",
|
|
4210
|
-
"name": "value"
|
|
4211
|
-
},
|
|
4212
|
-
"annotation": {
|
|
4213
|
-
"type": "reference",
|
|
4214
|
-
"typeName": {
|
|
4215
|
-
"type": "identifier",
|
|
4216
|
-
"name": "T"
|
|
4217
|
-
}
|
|
4218
|
-
},
|
|
4219
|
-
"computed": false
|
|
4220
|
-
},
|
|
4438
|
+
}
|
|
4439
|
+
],
|
|
4440
|
+
"extends": [
|
|
4221
4441
|
{
|
|
4222
|
-
"type": "
|
|
4223
|
-
"
|
|
4442
|
+
"type": "expressionWithTypeArguments",
|
|
4443
|
+
"expression": {
|
|
4224
4444
|
"type": "identifier",
|
|
4225
|
-
"name": "
|
|
4226
|
-
"annotation": {
|
|
4227
|
-
"type": "keyword",
|
|
4228
|
-
"value": "string"
|
|
4229
|
-
}
|
|
4230
|
-
},
|
|
4231
|
-
"annotation": {
|
|
4232
|
-
"type": "keyword",
|
|
4233
|
-
"value": "any"
|
|
4445
|
+
"name": "FileData"
|
|
4234
4446
|
}
|
|
4235
4447
|
}
|
|
4236
4448
|
]
|
|
4237
|
-
},
|
|
4238
|
-
{
|
|
4239
|
-
"type": "typeAlias",
|
|
4240
|
-
"name": "RadioType",
|
|
4241
|
-
"annotation": {
|
|
4242
|
-
"type": "union",
|
|
4243
|
-
"types": [
|
|
4244
|
-
{
|
|
4245
|
-
"type": "jsLiteral",
|
|
4246
|
-
"value": "button"
|
|
4247
|
-
},
|
|
4248
|
-
{
|
|
4249
|
-
"type": "jsLiteral",
|
|
4250
|
-
"value": "default"
|
|
4251
|
-
},
|
|
4252
|
-
{
|
|
4253
|
-
"type": "jsLiteral",
|
|
4254
|
-
"value": "icon"
|
|
4255
|
-
},
|
|
4256
|
-
{
|
|
4257
|
-
"type": "jsLiteral",
|
|
4258
|
-
"value": "icon-circle"
|
|
4259
|
-
},
|
|
4260
|
-
{
|
|
4261
|
-
"type": "jsLiteral",
|
|
4262
|
-
"value": "icon-square"
|
|
4263
|
-
},
|
|
4264
|
-
{
|
|
4265
|
-
"type": "jsLiteral",
|
|
4266
|
-
"value": "custom"
|
|
4267
|
-
}
|
|
4268
|
-
]
|
|
4269
|
-
}
|
|
4270
|
-
},
|
|
4271
|
-
{
|
|
4272
|
-
"type": "typeAlias",
|
|
4273
|
-
"name": "UIType",
|
|
4274
|
-
"annotation": {
|
|
4275
|
-
"type": "union",
|
|
4276
|
-
"types": [
|
|
4277
|
-
{
|
|
4278
|
-
"type": "jsLiteral",
|
|
4279
|
-
"value": "default"
|
|
4280
|
-
},
|
|
4281
|
-
{
|
|
4282
|
-
"type": "jsLiteral",
|
|
4283
|
-
"value": "dashboard"
|
|
4284
|
-
}
|
|
4285
|
-
]
|
|
4286
|
-
}
|
|
4287
|
-
},
|
|
4288
|
-
{
|
|
4289
|
-
"type": "typeAlias",
|
|
4290
|
-
"name": "ComponentSize",
|
|
4291
|
-
"annotation": {
|
|
4292
|
-
"type": "union",
|
|
4293
|
-
"types": [
|
|
4294
|
-
{
|
|
4295
|
-
"type": "jsLiteral",
|
|
4296
|
-
"value": "large"
|
|
4297
|
-
},
|
|
4298
|
-
{
|
|
4299
|
-
"type": "jsLiteral",
|
|
4300
|
-
"value": "medium"
|
|
4301
|
-
},
|
|
4302
|
-
{
|
|
4303
|
-
"type": "jsLiteral",
|
|
4304
|
-
"value": "small"
|
|
4305
|
-
},
|
|
4306
|
-
{
|
|
4307
|
-
"type": "jsLiteral",
|
|
4308
|
-
"value": "xs"
|
|
4309
|
-
}
|
|
4310
|
-
]
|
|
4311
|
-
}
|
|
4312
4449
|
}
|
|
4313
4450
|
]
|
|
4314
4451
|
},
|
|
@@ -4664,143 +4801,6 @@
|
|
|
4664
4801
|
}
|
|
4665
4802
|
]
|
|
4666
4803
|
},
|
|
4667
|
-
"eo-upload-image": {
|
|
4668
|
-
"properties": [
|
|
4669
|
-
{
|
|
4670
|
-
"name": "name",
|
|
4671
|
-
"annotation": {
|
|
4672
|
-
"type": "keyword",
|
|
4673
|
-
"value": "string"
|
|
4674
|
-
}
|
|
4675
|
-
},
|
|
4676
|
-
{
|
|
4677
|
-
"name": "label",
|
|
4678
|
-
"annotation": {
|
|
4679
|
-
"type": "keyword",
|
|
4680
|
-
"value": "string"
|
|
4681
|
-
}
|
|
4682
|
-
},
|
|
4683
|
-
{
|
|
4684
|
-
"name": "value",
|
|
4685
|
-
"annotation": {
|
|
4686
|
-
"type": "array",
|
|
4687
|
-
"elementType": {
|
|
4688
|
-
"type": "reference",
|
|
4689
|
-
"typeName": {
|
|
4690
|
-
"type": "identifier",
|
|
4691
|
-
"name": "ImageData"
|
|
4692
|
-
}
|
|
4693
|
-
}
|
|
4694
|
-
}
|
|
4695
|
-
},
|
|
4696
|
-
{
|
|
4697
|
-
"name": "bucketName",
|
|
4698
|
-
"annotation": {
|
|
4699
|
-
"type": "keyword",
|
|
4700
|
-
"value": "string"
|
|
4701
|
-
}
|
|
4702
|
-
},
|
|
4703
|
-
{
|
|
4704
|
-
"name": "maxCount",
|
|
4705
|
-
"annotation": {
|
|
4706
|
-
"type": "keyword",
|
|
4707
|
-
"value": "number"
|
|
4708
|
-
}
|
|
4709
|
-
},
|
|
4710
|
-
{
|
|
4711
|
-
"name": "multiple",
|
|
4712
|
-
"annotation": {
|
|
4713
|
-
"type": "keyword",
|
|
4714
|
-
"value": "boolean"
|
|
4715
|
-
}
|
|
4716
|
-
},
|
|
4717
|
-
{
|
|
4718
|
-
"name": "limitSize",
|
|
4719
|
-
"annotation": {
|
|
4720
|
-
"type": "keyword",
|
|
4721
|
-
"value": "number"
|
|
4722
|
-
}
|
|
4723
|
-
},
|
|
4724
|
-
{
|
|
4725
|
-
"name": "required",
|
|
4726
|
-
"annotation": {
|
|
4727
|
-
"type": "keyword",
|
|
4728
|
-
"value": "boolean"
|
|
4729
|
-
}
|
|
4730
|
-
},
|
|
4731
|
-
{
|
|
4732
|
-
"name": "message",
|
|
4733
|
-
"annotation": {
|
|
4734
|
-
"type": "reference",
|
|
4735
|
-
"typeName": {
|
|
4736
|
-
"type": "identifier",
|
|
4737
|
-
"name": "Record"
|
|
4738
|
-
},
|
|
4739
|
-
"typeParameters": {
|
|
4740
|
-
"type": "typeParameterInstantiation",
|
|
4741
|
-
"params": [
|
|
4742
|
-
{
|
|
4743
|
-
"type": "keyword",
|
|
4744
|
-
"value": "string"
|
|
4745
|
-
},
|
|
4746
|
-
{
|
|
4747
|
-
"type": "keyword",
|
|
4748
|
-
"value": "string"
|
|
4749
|
-
}
|
|
4750
|
-
]
|
|
4751
|
-
}
|
|
4752
|
-
}
|
|
4753
|
-
}
|
|
4754
|
-
],
|
|
4755
|
-
"events": [
|
|
4756
|
-
{
|
|
4757
|
-
"name": "change",
|
|
4758
|
-
"detail": {
|
|
4759
|
-
"annotation": {
|
|
4760
|
-
"type": "array",
|
|
4761
|
-
"elementType": {
|
|
4762
|
-
"type": "reference",
|
|
4763
|
-
"typeName": {
|
|
4764
|
-
"type": "identifier",
|
|
4765
|
-
"name": "ImageData"
|
|
4766
|
-
}
|
|
4767
|
-
}
|
|
4768
|
-
}
|
|
4769
|
-
}
|
|
4770
|
-
}
|
|
4771
|
-
],
|
|
4772
|
-
"methods": [],
|
|
4773
|
-
"types": [
|
|
4774
|
-
{
|
|
4775
|
-
"type": "interface",
|
|
4776
|
-
"name": "ImageData",
|
|
4777
|
-
"body": [
|
|
4778
|
-
{
|
|
4779
|
-
"type": "propertySignature",
|
|
4780
|
-
"key": {
|
|
4781
|
-
"type": "identifier",
|
|
4782
|
-
"name": "url"
|
|
4783
|
-
},
|
|
4784
|
-
"annotation": {
|
|
4785
|
-
"type": "keyword",
|
|
4786
|
-
"value": "string"
|
|
4787
|
-
},
|
|
4788
|
-
"optional": true,
|
|
4789
|
-
"computed": false
|
|
4790
|
-
}
|
|
4791
|
-
],
|
|
4792
|
-
"extends": [
|
|
4793
|
-
{
|
|
4794
|
-
"type": "expressionWithTypeArguments",
|
|
4795
|
-
"expression": {
|
|
4796
|
-
"type": "identifier",
|
|
4797
|
-
"name": "FileData"
|
|
4798
|
-
}
|
|
4799
|
-
}
|
|
4800
|
-
]
|
|
4801
|
-
}
|
|
4802
|
-
]
|
|
4803
|
-
},
|
|
4804
4804
|
"eo-form-item": {
|
|
4805
4805
|
"properties": [
|
|
4806
4806
|
{
|