@next-bricks/form 1.5.0 → 1.5.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/dist/bricks.json +26 -26
- package/dist/chunks/4036.c15cefd1.js +2 -0
- package/dist/chunks/4036.c15cefd1.js.map +1 -0
- package/dist/chunks/eo-textarea.d6733bd8.js +3 -0
- package/dist/chunks/eo-textarea.d6733bd8.js.map +1 -0
- package/dist/chunks/{main.62e4dc26.js → main.6be2388a.js} +2 -2
- package/dist/chunks/{main.62e4dc26.js.map → main.6be2388a.js.map} +1 -1
- package/dist/examples.json +9 -9
- package/dist/{index.361b3bf3.js → index.cb8a3748.js} +2 -2
- package/dist/{index.361b3bf3.js.map → index.cb8a3748.js.map} +1 -1
- package/dist/manifest.json +320 -320
- package/dist/types.json +775 -775
- package/package.json +2 -2
- package/dist/chunks/4036.a2a3ee17.js +0 -2
- package/dist/chunks/4036.a2a3ee17.js.map +0 -1
- package/dist/chunks/eo-textarea.c632fed0.js +0 -3
- package/dist/chunks/eo-textarea.c632fed0.js.map +0 -1
- /package/dist/chunks/{eo-textarea.c632fed0.js.LICENSE.txt → eo-textarea.d6733bd8.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -784,7 +784,7 @@
|
|
|
784
784
|
}
|
|
785
785
|
]
|
|
786
786
|
},
|
|
787
|
-
"eo-
|
|
787
|
+
"eo-checkbox": {
|
|
788
788
|
"properties": [
|
|
789
789
|
{
|
|
790
790
|
"name": "name",
|
|
@@ -793,13 +793,6 @@
|
|
|
793
793
|
"value": "string"
|
|
794
794
|
}
|
|
795
795
|
},
|
|
796
|
-
{
|
|
797
|
-
"name": "placeholder",
|
|
798
|
-
"annotation": {
|
|
799
|
-
"type": "keyword",
|
|
800
|
-
"value": "string"
|
|
801
|
-
}
|
|
802
|
-
},
|
|
803
796
|
{
|
|
804
797
|
"name": "label",
|
|
805
798
|
"annotation": {
|
|
@@ -808,52 +801,38 @@
|
|
|
808
801
|
}
|
|
809
802
|
},
|
|
810
803
|
{
|
|
811
|
-
"name": "
|
|
804
|
+
"name": "value",
|
|
812
805
|
"annotation": {
|
|
813
806
|
"type": "array",
|
|
814
807
|
"elementType": {
|
|
815
808
|
"type": "reference",
|
|
816
809
|
"typeName": {
|
|
817
810
|
"type": "identifier",
|
|
818
|
-
"name": "
|
|
811
|
+
"name": "CheckboxValueType"
|
|
819
812
|
}
|
|
820
813
|
}
|
|
821
814
|
}
|
|
822
815
|
},
|
|
823
816
|
{
|
|
824
|
-
"name": "
|
|
825
|
-
"annotation": {
|
|
826
|
-
"type": "keyword",
|
|
827
|
-
"value": "any"
|
|
828
|
-
}
|
|
829
|
-
},
|
|
830
|
-
{
|
|
831
|
-
"name": "required",
|
|
817
|
+
"name": "options",
|
|
832
818
|
"annotation": {
|
|
833
|
-
"type": "
|
|
834
|
-
"
|
|
819
|
+
"type": "array",
|
|
820
|
+
"elementType": {
|
|
821
|
+
"type": "reference",
|
|
822
|
+
"typeName": {
|
|
823
|
+
"type": "identifier",
|
|
824
|
+
"name": "CheckboxOptionType"
|
|
825
|
+
}
|
|
826
|
+
}
|
|
835
827
|
}
|
|
836
828
|
},
|
|
837
829
|
{
|
|
838
|
-
"name": "
|
|
830
|
+
"name": "type",
|
|
839
831
|
"annotation": {
|
|
840
832
|
"type": "reference",
|
|
841
833
|
"typeName": {
|
|
842
834
|
"type": "identifier",
|
|
843
|
-
"name": "
|
|
844
|
-
},
|
|
845
|
-
"typeParameters": {
|
|
846
|
-
"type": "typeParameterInstantiation",
|
|
847
|
-
"params": [
|
|
848
|
-
{
|
|
849
|
-
"type": "keyword",
|
|
850
|
-
"value": "string"
|
|
851
|
-
},
|
|
852
|
-
{
|
|
853
|
-
"type": "keyword",
|
|
854
|
-
"value": "string"
|
|
855
|
-
}
|
|
856
|
-
]
|
|
835
|
+
"name": "CheckboxType"
|
|
857
836
|
}
|
|
858
837
|
}
|
|
859
838
|
},
|
|
@@ -865,126 +844,58 @@
|
|
|
865
844
|
}
|
|
866
845
|
},
|
|
867
846
|
{
|
|
868
|
-
"name": "
|
|
869
|
-
"annotation": {
|
|
870
|
-
"type": "union",
|
|
871
|
-
"types": [
|
|
872
|
-
{
|
|
873
|
-
"type": "jsLiteral",
|
|
874
|
-
"value": "tags"
|
|
875
|
-
},
|
|
876
|
-
{
|
|
877
|
-
"type": "jsLiteral",
|
|
878
|
-
"value": "multiple"
|
|
879
|
-
}
|
|
880
|
-
]
|
|
881
|
-
}
|
|
882
|
-
},
|
|
883
|
-
{
|
|
884
|
-
"name": "tokenSeparators",
|
|
885
|
-
"annotation": {
|
|
886
|
-
"type": "array",
|
|
887
|
-
"elementType": {
|
|
888
|
-
"type": "keyword",
|
|
889
|
-
"value": "string"
|
|
890
|
-
}
|
|
891
|
-
}
|
|
892
|
-
},
|
|
893
|
-
{
|
|
894
|
-
"name": "maxTagCount",
|
|
847
|
+
"name": "isCustom",
|
|
895
848
|
"annotation": {
|
|
896
849
|
"type": "keyword",
|
|
897
|
-
"value": "
|
|
850
|
+
"value": "boolean"
|
|
898
851
|
}
|
|
899
852
|
},
|
|
900
853
|
{
|
|
901
|
-
"name": "
|
|
854
|
+
"name": "required",
|
|
902
855
|
"annotation": {
|
|
903
856
|
"type": "keyword",
|
|
904
|
-
"value": "
|
|
857
|
+
"value": "boolean"
|
|
905
858
|
}
|
|
906
859
|
},
|
|
907
860
|
{
|
|
908
|
-
"name": "
|
|
861
|
+
"name": "message",
|
|
909
862
|
"annotation": {
|
|
910
863
|
"type": "reference",
|
|
911
864
|
"typeName": {
|
|
912
865
|
"type": "identifier",
|
|
913
|
-
"name": "
|
|
914
|
-
}
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
"annotation": {
|
|
920
|
-
"type": "keyword",
|
|
921
|
-
"value": "boolean"
|
|
922
|
-
}
|
|
923
|
-
},
|
|
924
|
-
{
|
|
925
|
-
"name": "fields",
|
|
926
|
-
"annotation": {
|
|
927
|
-
"type": "typeLiteral",
|
|
928
|
-
"members": [
|
|
929
|
-
{
|
|
930
|
-
"type": "propertySignature",
|
|
931
|
-
"key": {
|
|
932
|
-
"type": "identifier",
|
|
933
|
-
"name": "label"
|
|
934
|
-
},
|
|
935
|
-
"annotation": {
|
|
866
|
+
"name": "Record"
|
|
867
|
+
},
|
|
868
|
+
"typeParameters": {
|
|
869
|
+
"type": "typeParameterInstantiation",
|
|
870
|
+
"params": [
|
|
871
|
+
{
|
|
936
872
|
"type": "keyword",
|
|
937
873
|
"value": "string"
|
|
938
874
|
},
|
|
939
|
-
|
|
940
|
-
"computed": false
|
|
941
|
-
},
|
|
942
|
-
{
|
|
943
|
-
"type": "propertySignature",
|
|
944
|
-
"key": {
|
|
945
|
-
"type": "identifier",
|
|
946
|
-
"name": "value"
|
|
947
|
-
},
|
|
948
|
-
"annotation": {
|
|
875
|
+
{
|
|
949
876
|
"type": "keyword",
|
|
950
877
|
"value": "string"
|
|
951
|
-
}
|
|
952
|
-
|
|
953
|
-
"computed": false
|
|
954
|
-
}
|
|
955
|
-
]
|
|
956
|
-
}
|
|
957
|
-
},
|
|
958
|
-
{
|
|
959
|
-
"name": "useBackend",
|
|
960
|
-
"annotation": {
|
|
961
|
-
"type": "reference",
|
|
962
|
-
"typeName": {
|
|
963
|
-
"type": "identifier",
|
|
964
|
-
"name": "UseBackendConf"
|
|
878
|
+
}
|
|
879
|
+
]
|
|
965
880
|
}
|
|
966
881
|
}
|
|
967
882
|
},
|
|
968
883
|
{
|
|
969
|
-
"name": "
|
|
884
|
+
"name": "isGroup",
|
|
970
885
|
"annotation": {
|
|
971
886
|
"type": "keyword",
|
|
972
|
-
"value": "
|
|
887
|
+
"value": "boolean"
|
|
973
888
|
}
|
|
974
889
|
},
|
|
975
890
|
{
|
|
976
|
-
"name": "
|
|
891
|
+
"name": "optionGroups",
|
|
977
892
|
"annotation": {
|
|
978
|
-
"type": "
|
|
979
|
-
"
|
|
980
|
-
"type": "
|
|
981
|
-
"
|
|
982
|
-
"type": "identifier",
|
|
983
|
-
"name": "React"
|
|
984
|
-
},
|
|
985
|
-
"right": {
|
|
893
|
+
"type": "array",
|
|
894
|
+
"elementType": {
|
|
895
|
+
"type": "reference",
|
|
896
|
+
"typeName": {
|
|
986
897
|
"type": "identifier",
|
|
987
|
-
"name": "
|
|
898
|
+
"name": "OptionGroup"
|
|
988
899
|
}
|
|
989
900
|
}
|
|
990
901
|
}
|
|
@@ -993,34 +904,25 @@
|
|
|
993
904
|
"events": [
|
|
994
905
|
{
|
|
995
906
|
"name": "change",
|
|
907
|
+
"detail": {
|
|
908
|
+
"annotation": {
|
|
909
|
+
"type": "array",
|
|
910
|
+
"elementType": {
|
|
911
|
+
"type": "reference",
|
|
912
|
+
"typeName": {
|
|
913
|
+
"type": "identifier",
|
|
914
|
+
"name": "CheckboxOptionType"
|
|
915
|
+
}
|
|
916
|
+
}
|
|
917
|
+
}
|
|
918
|
+
}
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"name": "options.change",
|
|
996
922
|
"detail": {
|
|
997
923
|
"annotation": {
|
|
998
924
|
"type": "typeLiteral",
|
|
999
925
|
"members": [
|
|
1000
|
-
{
|
|
1001
|
-
"type": "propertySignature",
|
|
1002
|
-
"key": {
|
|
1003
|
-
"type": "identifier",
|
|
1004
|
-
"name": "value"
|
|
1005
|
-
},
|
|
1006
|
-
"annotation": {
|
|
1007
|
-
"type": "union",
|
|
1008
|
-
"types": [
|
|
1009
|
-
{
|
|
1010
|
-
"type": "keyword",
|
|
1011
|
-
"value": "string"
|
|
1012
|
-
},
|
|
1013
|
-
{
|
|
1014
|
-
"type": "array",
|
|
1015
|
-
"elementType": {
|
|
1016
|
-
"type": "keyword",
|
|
1017
|
-
"value": "string"
|
|
1018
|
-
}
|
|
1019
|
-
}
|
|
1020
|
-
]
|
|
1021
|
-
},
|
|
1022
|
-
"computed": false
|
|
1023
|
-
},
|
|
1024
926
|
{
|
|
1025
927
|
"type": "propertySignature",
|
|
1026
928
|
"key": {
|
|
@@ -1033,27 +935,17 @@
|
|
|
1033
935
|
"type": "reference",
|
|
1034
936
|
"typeName": {
|
|
1035
937
|
"type": "identifier",
|
|
1036
|
-
"name": "
|
|
938
|
+
"name": "CheckboxOptionType"
|
|
1037
939
|
}
|
|
1038
940
|
}
|
|
1039
941
|
},
|
|
1040
942
|
"computed": false
|
|
1041
|
-
}
|
|
1042
|
-
]
|
|
1043
|
-
}
|
|
1044
|
-
}
|
|
1045
|
-
},
|
|
1046
|
-
{
|
|
1047
|
-
"name": "search",
|
|
1048
|
-
"detail": {
|
|
1049
|
-
"annotation": {
|
|
1050
|
-
"type": "typeLiteral",
|
|
1051
|
-
"members": [
|
|
943
|
+
},
|
|
1052
944
|
{
|
|
1053
945
|
"type": "propertySignature",
|
|
1054
946
|
"key": {
|
|
1055
947
|
"type": "identifier",
|
|
1056
|
-
"name": "
|
|
948
|
+
"name": "name"
|
|
1057
949
|
},
|
|
1058
950
|
"annotation": {
|
|
1059
951
|
"type": "keyword",
|
|
@@ -1064,122 +956,34 @@
|
|
|
1064
956
|
]
|
|
1065
957
|
}
|
|
1066
958
|
}
|
|
1067
|
-
}
|
|
959
|
+
}
|
|
960
|
+
],
|
|
961
|
+
"methods": [],
|
|
962
|
+
"types": [
|
|
1068
963
|
{
|
|
1069
|
-
"
|
|
1070
|
-
"
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
964
|
+
"type": "typeAlias",
|
|
965
|
+
"name": "CheckboxValueType",
|
|
966
|
+
"annotation": {
|
|
967
|
+
"type": "union",
|
|
968
|
+
"types": [
|
|
969
|
+
{
|
|
970
|
+
"type": "keyword",
|
|
971
|
+
"value": "string"
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"type": "keyword",
|
|
975
|
+
"value": "number"
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
"type": "keyword",
|
|
979
|
+
"value": "boolean"
|
|
980
|
+
}
|
|
981
|
+
]
|
|
1075
982
|
}
|
|
1076
983
|
},
|
|
1077
|
-
{
|
|
1078
|
-
"name": "options.change",
|
|
1079
|
-
"detail": {
|
|
1080
|
-
"annotation": {
|
|
1081
|
-
"type": "typeLiteral",
|
|
1082
|
-
"members": [
|
|
1083
|
-
{
|
|
1084
|
-
"type": "propertySignature",
|
|
1085
|
-
"key": {
|
|
1086
|
-
"type": "identifier",
|
|
1087
|
-
"name": "options"
|
|
1088
|
-
},
|
|
1089
|
-
"annotation": {
|
|
1090
|
-
"type": "typeLiteral",
|
|
1091
|
-
"members": [
|
|
1092
|
-
{
|
|
1093
|
-
"type": "propertySignature",
|
|
1094
|
-
"key": {
|
|
1095
|
-
"type": "identifier",
|
|
1096
|
-
"name": "label"
|
|
1097
|
-
},
|
|
1098
|
-
"annotation": {
|
|
1099
|
-
"type": "keyword",
|
|
1100
|
-
"value": "string"
|
|
1101
|
-
},
|
|
1102
|
-
"computed": false
|
|
1103
|
-
},
|
|
1104
|
-
{
|
|
1105
|
-
"type": "propertySignature",
|
|
1106
|
-
"key": {
|
|
1107
|
-
"type": "identifier",
|
|
1108
|
-
"name": "value"
|
|
1109
|
-
},
|
|
1110
|
-
"annotation": {
|
|
1111
|
-
"type": "keyword",
|
|
1112
|
-
"value": "any"
|
|
1113
|
-
},
|
|
1114
|
-
"computed": false
|
|
1115
|
-
},
|
|
1116
|
-
{
|
|
1117
|
-
"type": "indexSignature",
|
|
1118
|
-
"parameter": {
|
|
1119
|
-
"type": "identifier",
|
|
1120
|
-
"name": "key",
|
|
1121
|
-
"annotation": {
|
|
1122
|
-
"type": "keyword",
|
|
1123
|
-
"value": "string"
|
|
1124
|
-
}
|
|
1125
|
-
},
|
|
1126
|
-
"annotation": {
|
|
1127
|
-
"type": "keyword",
|
|
1128
|
-
"value": "any"
|
|
1129
|
-
}
|
|
1130
|
-
}
|
|
1131
|
-
]
|
|
1132
|
-
},
|
|
1133
|
-
"computed": false
|
|
1134
|
-
},
|
|
1135
|
-
{
|
|
1136
|
-
"type": "propertySignature",
|
|
1137
|
-
"key": {
|
|
1138
|
-
"type": "identifier",
|
|
1139
|
-
"name": "name"
|
|
1140
|
-
},
|
|
1141
|
-
"annotation": {
|
|
1142
|
-
"type": "keyword",
|
|
1143
|
-
"value": "string"
|
|
1144
|
-
},
|
|
1145
|
-
"computed": false
|
|
1146
|
-
}
|
|
1147
|
-
]
|
|
1148
|
-
}
|
|
1149
|
-
}
|
|
1150
|
-
}
|
|
1151
|
-
],
|
|
1152
|
-
"methods": [],
|
|
1153
|
-
"types": [
|
|
1154
984
|
{
|
|
1155
985
|
"type": "interface",
|
|
1156
|
-
"name": "
|
|
1157
|
-
"typeParameters": {
|
|
1158
|
-
"type": "typeParameterDeclaration",
|
|
1159
|
-
"params": [
|
|
1160
|
-
{
|
|
1161
|
-
"type": "typeParameter",
|
|
1162
|
-
"name": "T",
|
|
1163
|
-
"default": {
|
|
1164
|
-
"type": "union",
|
|
1165
|
-
"types": [
|
|
1166
|
-
{
|
|
1167
|
-
"type": "keyword",
|
|
1168
|
-
"value": "string"
|
|
1169
|
-
},
|
|
1170
|
-
{
|
|
1171
|
-
"type": "keyword",
|
|
1172
|
-
"value": "number"
|
|
1173
|
-
},
|
|
1174
|
-
{
|
|
1175
|
-
"type": "keyword",
|
|
1176
|
-
"value": "boolean"
|
|
1177
|
-
}
|
|
1178
|
-
]
|
|
1179
|
-
}
|
|
1180
|
-
}
|
|
1181
|
-
]
|
|
1182
|
-
},
|
|
986
|
+
"name": "CheckboxOptionType",
|
|
1183
987
|
"body": [
|
|
1184
988
|
{
|
|
1185
989
|
"type": "propertySignature",
|
|
@@ -1188,8 +992,18 @@
|
|
|
1188
992
|
"name": "label"
|
|
1189
993
|
},
|
|
1190
994
|
"annotation": {
|
|
1191
|
-
"type": "
|
|
1192
|
-
"
|
|
995
|
+
"type": "reference",
|
|
996
|
+
"typeName": {
|
|
997
|
+
"type": "qualifiedName",
|
|
998
|
+
"left": {
|
|
999
|
+
"type": "identifier",
|
|
1000
|
+
"name": "React"
|
|
1001
|
+
},
|
|
1002
|
+
"right": {
|
|
1003
|
+
"type": "identifier",
|
|
1004
|
+
"name": "ReactNode"
|
|
1005
|
+
}
|
|
1006
|
+
}
|
|
1193
1007
|
},
|
|
1194
1008
|
"computed": false
|
|
1195
1009
|
},
|
|
@@ -1199,20 +1013,66 @@
|
|
|
1199
1013
|
"type": "identifier",
|
|
1200
1014
|
"name": "value"
|
|
1201
1015
|
},
|
|
1016
|
+
"annotation": {
|
|
1017
|
+
"type": "keyword",
|
|
1018
|
+
"value": "any"
|
|
1019
|
+
},
|
|
1020
|
+
"computed": false
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
"type": "propertySignature",
|
|
1024
|
+
"key": {
|
|
1025
|
+
"type": "identifier",
|
|
1026
|
+
"name": "style"
|
|
1027
|
+
},
|
|
1202
1028
|
"annotation": {
|
|
1203
1029
|
"type": "reference",
|
|
1204
1030
|
"typeName": {
|
|
1205
|
-
"type": "
|
|
1206
|
-
"
|
|
1031
|
+
"type": "qualifiedName",
|
|
1032
|
+
"left": {
|
|
1033
|
+
"type": "identifier",
|
|
1034
|
+
"name": "React"
|
|
1035
|
+
},
|
|
1036
|
+
"right": {
|
|
1037
|
+
"type": "identifier",
|
|
1038
|
+
"name": "CSSProperties"
|
|
1039
|
+
}
|
|
1207
1040
|
}
|
|
1208
1041
|
},
|
|
1042
|
+
"optional": true,
|
|
1043
|
+
"computed": false
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"type": "propertySignature",
|
|
1047
|
+
"key": {
|
|
1048
|
+
"type": "identifier",
|
|
1049
|
+
"name": "disabled"
|
|
1050
|
+
},
|
|
1051
|
+
"annotation": {
|
|
1052
|
+
"type": "keyword",
|
|
1053
|
+
"value": "boolean"
|
|
1054
|
+
},
|
|
1055
|
+
"optional": true,
|
|
1056
|
+
"computed": false
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"type": "propertySignature",
|
|
1060
|
+
"key": {
|
|
1061
|
+
"type": "identifier",
|
|
1062
|
+
"name": "checkboxColor"
|
|
1063
|
+
},
|
|
1064
|
+
"annotation": {
|
|
1065
|
+
"type": "keyword",
|
|
1066
|
+
"value": "string"
|
|
1067
|
+
},
|
|
1068
|
+
"optional": true,
|
|
1209
1069
|
"computed": false
|
|
1210
1070
|
},
|
|
1211
1071
|
{
|
|
1212
1072
|
"type": "indexSignature",
|
|
1213
1073
|
"parameter": {
|
|
1214
1074
|
"type": "identifier",
|
|
1215
|
-
"name": "
|
|
1075
|
+
"name": "propName",
|
|
1216
1076
|
"annotation": {
|
|
1217
1077
|
"type": "keyword",
|
|
1218
1078
|
"value": "string"
|
|
@@ -1225,15 +1085,32 @@
|
|
|
1225
1085
|
}
|
|
1226
1086
|
]
|
|
1227
1087
|
},
|
|
1088
|
+
{
|
|
1089
|
+
"type": "typeAlias",
|
|
1090
|
+
"name": "CheckboxType",
|
|
1091
|
+
"annotation": {
|
|
1092
|
+
"type": "union",
|
|
1093
|
+
"types": [
|
|
1094
|
+
{
|
|
1095
|
+
"type": "jsLiteral",
|
|
1096
|
+
"value": "default"
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"type": "jsLiteral",
|
|
1100
|
+
"value": "icon"
|
|
1101
|
+
}
|
|
1102
|
+
]
|
|
1103
|
+
}
|
|
1104
|
+
},
|
|
1228
1105
|
{
|
|
1229
1106
|
"type": "interface",
|
|
1230
|
-
"name": "
|
|
1107
|
+
"name": "OptionGroup",
|
|
1231
1108
|
"body": [
|
|
1232
1109
|
{
|
|
1233
1110
|
"type": "propertySignature",
|
|
1234
1111
|
"key": {
|
|
1235
1112
|
"type": "identifier",
|
|
1236
|
-
"name": "
|
|
1113
|
+
"name": "name"
|
|
1237
1114
|
},
|
|
1238
1115
|
"annotation": {
|
|
1239
1116
|
"type": "keyword",
|
|
@@ -1245,48 +1122,11 @@
|
|
|
1245
1122
|
"type": "propertySignature",
|
|
1246
1123
|
"key": {
|
|
1247
1124
|
"type": "identifier",
|
|
1248
|
-
"name": "
|
|
1125
|
+
"name": "key"
|
|
1249
1126
|
},
|
|
1250
1127
|
"annotation": {
|
|
1251
|
-
"type": "
|
|
1252
|
-
"
|
|
1253
|
-
{
|
|
1254
|
-
"type": "array",
|
|
1255
|
-
"elementType": {
|
|
1256
|
-
"type": "keyword",
|
|
1257
|
-
"value": "any"
|
|
1258
|
-
}
|
|
1259
|
-
},
|
|
1260
|
-
{
|
|
1261
|
-
"type": "parenthesizedType",
|
|
1262
|
-
"annotation": {
|
|
1263
|
-
"type": "function",
|
|
1264
|
-
"parameters": [
|
|
1265
|
-
{
|
|
1266
|
-
"type": "restElement",
|
|
1267
|
-
"argument": {
|
|
1268
|
-
"type": "identifier",
|
|
1269
|
-
"name": "args"
|
|
1270
|
-
},
|
|
1271
|
-
"annotation": {
|
|
1272
|
-
"type": "array",
|
|
1273
|
-
"elementType": {
|
|
1274
|
-
"type": "keyword",
|
|
1275
|
-
"value": "any"
|
|
1276
|
-
}
|
|
1277
|
-
}
|
|
1278
|
-
}
|
|
1279
|
-
],
|
|
1280
|
-
"annotation": {
|
|
1281
|
-
"type": "array",
|
|
1282
|
-
"elementType": {
|
|
1283
|
-
"type": "keyword",
|
|
1284
|
-
"value": "any"
|
|
1285
|
-
}
|
|
1286
|
-
}
|
|
1287
|
-
}
|
|
1288
|
-
}
|
|
1289
|
-
]
|
|
1128
|
+
"type": "keyword",
|
|
1129
|
+
"value": "string"
|
|
1290
1130
|
},
|
|
1291
1131
|
"computed": false
|
|
1292
1132
|
},
|
|
@@ -1294,61 +1134,114 @@
|
|
|
1294
1134
|
"type": "propertySignature",
|
|
1295
1135
|
"key": {
|
|
1296
1136
|
"type": "identifier",
|
|
1297
|
-
"name": "
|
|
1137
|
+
"name": "options"
|
|
1298
1138
|
},
|
|
1299
1139
|
"annotation": {
|
|
1300
|
-
"type": "
|
|
1301
|
-
"
|
|
1302
|
-
|
|
1140
|
+
"type": "array",
|
|
1141
|
+
"elementType": {
|
|
1142
|
+
"type": "reference",
|
|
1143
|
+
"typeName": {
|
|
1303
1144
|
"type": "identifier",
|
|
1304
|
-
"name": "
|
|
1305
|
-
"annotation": {
|
|
1306
|
-
"type": "keyword",
|
|
1307
|
-
"value": "any"
|
|
1308
|
-
}
|
|
1145
|
+
"name": "CheckboxOptionType"
|
|
1309
1146
|
}
|
|
1310
|
-
],
|
|
1311
|
-
"annotation": {
|
|
1312
|
-
"type": "keyword",
|
|
1313
|
-
"value": "void"
|
|
1314
1147
|
}
|
|
1315
1148
|
},
|
|
1316
|
-
"optional": true,
|
|
1317
1149
|
"computed": false
|
|
1318
1150
|
}
|
|
1319
1151
|
]
|
|
1320
1152
|
}
|
|
1321
1153
|
]
|
|
1322
1154
|
},
|
|
1323
|
-
"eo-
|
|
1155
|
+
"eo-search": {
|
|
1324
1156
|
"properties": [
|
|
1325
1157
|
{
|
|
1326
|
-
"name": "
|
|
1158
|
+
"name": "value",
|
|
1327
1159
|
"annotation": {
|
|
1328
1160
|
"type": "keyword",
|
|
1329
1161
|
"value": "string"
|
|
1330
1162
|
}
|
|
1331
1163
|
},
|
|
1332
1164
|
{
|
|
1333
|
-
"name": "
|
|
1165
|
+
"name": "placeholder",
|
|
1334
1166
|
"annotation": {
|
|
1335
1167
|
"type": "keyword",
|
|
1336
1168
|
"value": "string"
|
|
1337
1169
|
}
|
|
1338
1170
|
},
|
|
1339
1171
|
{
|
|
1340
|
-
"name": "
|
|
1172
|
+
"name": "autoFocus",
|
|
1341
1173
|
"annotation": {
|
|
1342
|
-
"type": "
|
|
1343
|
-
"
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1174
|
+
"type": "keyword",
|
|
1175
|
+
"value": "boolean"
|
|
1176
|
+
}
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"name": "clearable",
|
|
1180
|
+
"annotation": {
|
|
1181
|
+
"type": "keyword",
|
|
1182
|
+
"value": "boolean"
|
|
1183
|
+
}
|
|
1184
|
+
},
|
|
1185
|
+
{
|
|
1186
|
+
"name": "trim",
|
|
1187
|
+
"annotation": {
|
|
1188
|
+
"type": "keyword",
|
|
1189
|
+
"value": "boolean"
|
|
1190
|
+
}
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"name": "debounceTime",
|
|
1194
|
+
"annotation": {
|
|
1195
|
+
"type": "keyword",
|
|
1196
|
+
"value": "number"
|
|
1197
|
+
}
|
|
1198
|
+
}
|
|
1199
|
+
],
|
|
1200
|
+
"events": [
|
|
1201
|
+
{
|
|
1202
|
+
"name": "change",
|
|
1203
|
+
"detail": {
|
|
1204
|
+
"annotation": {
|
|
1205
|
+
"type": "keyword",
|
|
1206
|
+
"value": "string"
|
|
1349
1207
|
}
|
|
1350
1208
|
}
|
|
1351
1209
|
},
|
|
1210
|
+
{
|
|
1211
|
+
"name": "search",
|
|
1212
|
+
"detail": {
|
|
1213
|
+
"annotation": {
|
|
1214
|
+
"type": "keyword",
|
|
1215
|
+
"value": "string"
|
|
1216
|
+
}
|
|
1217
|
+
}
|
|
1218
|
+
}
|
|
1219
|
+
],
|
|
1220
|
+
"methods": []
|
|
1221
|
+
},
|
|
1222
|
+
"eo-select": {
|
|
1223
|
+
"properties": [
|
|
1224
|
+
{
|
|
1225
|
+
"name": "name",
|
|
1226
|
+
"annotation": {
|
|
1227
|
+
"type": "keyword",
|
|
1228
|
+
"value": "string"
|
|
1229
|
+
}
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
"name": "placeholder",
|
|
1233
|
+
"annotation": {
|
|
1234
|
+
"type": "keyword",
|
|
1235
|
+
"value": "string"
|
|
1236
|
+
}
|
|
1237
|
+
},
|
|
1238
|
+
{
|
|
1239
|
+
"name": "label",
|
|
1240
|
+
"annotation": {
|
|
1241
|
+
"type": "keyword",
|
|
1242
|
+
"value": "string"
|
|
1243
|
+
}
|
|
1244
|
+
},
|
|
1352
1245
|
{
|
|
1353
1246
|
"name": "options",
|
|
1354
1247
|
"annotation": {
|
|
@@ -1357,18 +1250,45 @@
|
|
|
1357
1250
|
"type": "reference",
|
|
1358
1251
|
"typeName": {
|
|
1359
1252
|
"type": "identifier",
|
|
1360
|
-
"name": "
|
|
1253
|
+
"name": "GeneralComplexOption"
|
|
1361
1254
|
}
|
|
1362
1255
|
}
|
|
1363
1256
|
}
|
|
1364
1257
|
},
|
|
1365
1258
|
{
|
|
1366
|
-
"name": "
|
|
1259
|
+
"name": "value",
|
|
1260
|
+
"annotation": {
|
|
1261
|
+
"type": "keyword",
|
|
1262
|
+
"value": "any"
|
|
1263
|
+
}
|
|
1264
|
+
},
|
|
1265
|
+
{
|
|
1266
|
+
"name": "required",
|
|
1267
|
+
"annotation": {
|
|
1268
|
+
"type": "keyword",
|
|
1269
|
+
"value": "boolean"
|
|
1270
|
+
}
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"name": "message",
|
|
1367
1274
|
"annotation": {
|
|
1368
1275
|
"type": "reference",
|
|
1369
1276
|
"typeName": {
|
|
1370
1277
|
"type": "identifier",
|
|
1371
|
-
"name": "
|
|
1278
|
+
"name": "Record"
|
|
1279
|
+
},
|
|
1280
|
+
"typeParameters": {
|
|
1281
|
+
"type": "typeParameterInstantiation",
|
|
1282
|
+
"params": [
|
|
1283
|
+
{
|
|
1284
|
+
"type": "keyword",
|
|
1285
|
+
"value": "string"
|
|
1286
|
+
},
|
|
1287
|
+
{
|
|
1288
|
+
"type": "keyword",
|
|
1289
|
+
"value": "string"
|
|
1290
|
+
}
|
|
1291
|
+
]
|
|
1372
1292
|
}
|
|
1373
1293
|
}
|
|
1374
1294
|
},
|
|
@@ -1380,76 +1300,212 @@
|
|
|
1380
1300
|
}
|
|
1381
1301
|
},
|
|
1382
1302
|
{
|
|
1383
|
-
"name": "
|
|
1303
|
+
"name": "mode",
|
|
1304
|
+
"annotation": {
|
|
1305
|
+
"type": "union",
|
|
1306
|
+
"types": [
|
|
1307
|
+
{
|
|
1308
|
+
"type": "jsLiteral",
|
|
1309
|
+
"value": "tags"
|
|
1310
|
+
},
|
|
1311
|
+
{
|
|
1312
|
+
"type": "jsLiteral",
|
|
1313
|
+
"value": "multiple"
|
|
1314
|
+
}
|
|
1315
|
+
]
|
|
1316
|
+
}
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"name": "tokenSeparators",
|
|
1320
|
+
"annotation": {
|
|
1321
|
+
"type": "array",
|
|
1322
|
+
"elementType": {
|
|
1323
|
+
"type": "keyword",
|
|
1324
|
+
"value": "string"
|
|
1325
|
+
}
|
|
1326
|
+
}
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
"name": "maxTagCount",
|
|
1384
1330
|
"annotation": {
|
|
1385
1331
|
"type": "keyword",
|
|
1386
|
-
"value": "
|
|
1332
|
+
"value": "number"
|
|
1387
1333
|
}
|
|
1388
1334
|
},
|
|
1389
1335
|
{
|
|
1390
|
-
"name": "
|
|
1336
|
+
"name": "groupBy",
|
|
1391
1337
|
"annotation": {
|
|
1392
1338
|
"type": "keyword",
|
|
1393
|
-
"value": "
|
|
1339
|
+
"value": "string"
|
|
1394
1340
|
}
|
|
1395
1341
|
},
|
|
1396
1342
|
{
|
|
1397
|
-
"name": "
|
|
1343
|
+
"name": "suffix",
|
|
1398
1344
|
"annotation": {
|
|
1399
1345
|
"type": "reference",
|
|
1400
1346
|
"typeName": {
|
|
1401
1347
|
"type": "identifier",
|
|
1402
|
-
"name": "
|
|
1403
|
-
}
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1348
|
+
"name": "UseSingleBrickConf"
|
|
1349
|
+
}
|
|
1350
|
+
}
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"name": "clearable",
|
|
1354
|
+
"annotation": {
|
|
1355
|
+
"type": "keyword",
|
|
1356
|
+
"value": "boolean"
|
|
1357
|
+
}
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"name": "fields",
|
|
1361
|
+
"annotation": {
|
|
1362
|
+
"type": "typeLiteral",
|
|
1363
|
+
"members": [
|
|
1364
|
+
{
|
|
1365
|
+
"type": "propertySignature",
|
|
1366
|
+
"key": {
|
|
1367
|
+
"type": "identifier",
|
|
1368
|
+
"name": "label"
|
|
1369
|
+
},
|
|
1370
|
+
"annotation": {
|
|
1408
1371
|
"type": "keyword",
|
|
1409
1372
|
"value": "string"
|
|
1410
1373
|
},
|
|
1411
|
-
|
|
1374
|
+
"optional": true,
|
|
1375
|
+
"computed": false
|
|
1376
|
+
},
|
|
1377
|
+
{
|
|
1378
|
+
"type": "propertySignature",
|
|
1379
|
+
"key": {
|
|
1380
|
+
"type": "identifier",
|
|
1381
|
+
"name": "value"
|
|
1382
|
+
},
|
|
1383
|
+
"annotation": {
|
|
1412
1384
|
"type": "keyword",
|
|
1413
1385
|
"value": "string"
|
|
1414
|
-
}
|
|
1415
|
-
|
|
1386
|
+
},
|
|
1387
|
+
"optional": true,
|
|
1388
|
+
"computed": false
|
|
1389
|
+
}
|
|
1390
|
+
]
|
|
1391
|
+
}
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
"name": "useBackend",
|
|
1395
|
+
"annotation": {
|
|
1396
|
+
"type": "reference",
|
|
1397
|
+
"typeName": {
|
|
1398
|
+
"type": "identifier",
|
|
1399
|
+
"name": "UseBackendConf"
|
|
1416
1400
|
}
|
|
1417
1401
|
}
|
|
1418
1402
|
},
|
|
1419
1403
|
{
|
|
1420
|
-
"name": "
|
|
1404
|
+
"name": "debounceSearchDelay",
|
|
1421
1405
|
"annotation": {
|
|
1422
1406
|
"type": "keyword",
|
|
1423
|
-
"value": "
|
|
1407
|
+
"value": "number"
|
|
1408
|
+
}
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
"name": "inputStyle",
|
|
1412
|
+
"annotation": {
|
|
1413
|
+
"type": "reference",
|
|
1414
|
+
"typeName": {
|
|
1415
|
+
"type": "qualifiedName",
|
|
1416
|
+
"left": {
|
|
1417
|
+
"type": "identifier",
|
|
1418
|
+
"name": "React"
|
|
1419
|
+
},
|
|
1420
|
+
"right": {
|
|
1421
|
+
"type": "identifier",
|
|
1422
|
+
"name": "CSSProperties"
|
|
1423
|
+
}
|
|
1424
|
+
}
|
|
1425
|
+
}
|
|
1426
|
+
}
|
|
1427
|
+
],
|
|
1428
|
+
"events": [
|
|
1429
|
+
{
|
|
1430
|
+
"name": "change",
|
|
1431
|
+
"detail": {
|
|
1432
|
+
"annotation": {
|
|
1433
|
+
"type": "typeLiteral",
|
|
1434
|
+
"members": [
|
|
1435
|
+
{
|
|
1436
|
+
"type": "propertySignature",
|
|
1437
|
+
"key": {
|
|
1438
|
+
"type": "identifier",
|
|
1439
|
+
"name": "value"
|
|
1440
|
+
},
|
|
1441
|
+
"annotation": {
|
|
1442
|
+
"type": "union",
|
|
1443
|
+
"types": [
|
|
1444
|
+
{
|
|
1445
|
+
"type": "keyword",
|
|
1446
|
+
"value": "string"
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
"type": "array",
|
|
1450
|
+
"elementType": {
|
|
1451
|
+
"type": "keyword",
|
|
1452
|
+
"value": "string"
|
|
1453
|
+
}
|
|
1454
|
+
}
|
|
1455
|
+
]
|
|
1456
|
+
},
|
|
1457
|
+
"computed": false
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
"type": "propertySignature",
|
|
1461
|
+
"key": {
|
|
1462
|
+
"type": "identifier",
|
|
1463
|
+
"name": "options"
|
|
1464
|
+
},
|
|
1465
|
+
"annotation": {
|
|
1466
|
+
"type": "array",
|
|
1467
|
+
"elementType": {
|
|
1468
|
+
"type": "reference",
|
|
1469
|
+
"typeName": {
|
|
1470
|
+
"type": "identifier",
|
|
1471
|
+
"name": "GeneralComplexOption"
|
|
1472
|
+
}
|
|
1473
|
+
}
|
|
1474
|
+
},
|
|
1475
|
+
"computed": false
|
|
1476
|
+
}
|
|
1477
|
+
]
|
|
1478
|
+
}
|
|
1424
1479
|
}
|
|
1425
1480
|
},
|
|
1426
1481
|
{
|
|
1427
|
-
"name": "
|
|
1428
|
-
"
|
|
1429
|
-
"
|
|
1430
|
-
|
|
1431
|
-
"
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1482
|
+
"name": "search",
|
|
1483
|
+
"detail": {
|
|
1484
|
+
"annotation": {
|
|
1485
|
+
"type": "typeLiteral",
|
|
1486
|
+
"members": [
|
|
1487
|
+
{
|
|
1488
|
+
"type": "propertySignature",
|
|
1489
|
+
"key": {
|
|
1490
|
+
"type": "identifier",
|
|
1491
|
+
"name": "value"
|
|
1492
|
+
},
|
|
1493
|
+
"annotation": {
|
|
1494
|
+
"type": "keyword",
|
|
1495
|
+
"value": "string"
|
|
1496
|
+
},
|
|
1497
|
+
"computed": false
|
|
1498
|
+
}
|
|
1499
|
+
]
|
|
1436
1500
|
}
|
|
1437
1501
|
}
|
|
1438
|
-
}
|
|
1439
|
-
],
|
|
1440
|
-
"events": [
|
|
1502
|
+
},
|
|
1441
1503
|
{
|
|
1442
|
-
"name": "
|
|
1504
|
+
"name": "focus",
|
|
1443
1505
|
"detail": {
|
|
1444
1506
|
"annotation": {
|
|
1445
|
-
"type": "
|
|
1446
|
-
"
|
|
1447
|
-
"type": "reference",
|
|
1448
|
-
"typeName": {
|
|
1449
|
-
"type": "identifier",
|
|
1450
|
-
"name": "CheckboxOptionType"
|
|
1451
|
-
}
|
|
1452
|
-
}
|
|
1507
|
+
"type": "keyword",
|
|
1508
|
+
"value": "void"
|
|
1453
1509
|
}
|
|
1454
1510
|
}
|
|
1455
1511
|
},
|
|
@@ -1466,14 +1522,48 @@
|
|
|
1466
1522
|
"name": "options"
|
|
1467
1523
|
},
|
|
1468
1524
|
"annotation": {
|
|
1469
|
-
"type": "
|
|
1470
|
-
"
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
"
|
|
1474
|
-
|
|
1525
|
+
"type": "typeLiteral",
|
|
1526
|
+
"members": [
|
|
1527
|
+
{
|
|
1528
|
+
"type": "propertySignature",
|
|
1529
|
+
"key": {
|
|
1530
|
+
"type": "identifier",
|
|
1531
|
+
"name": "label"
|
|
1532
|
+
},
|
|
1533
|
+
"annotation": {
|
|
1534
|
+
"type": "keyword",
|
|
1535
|
+
"value": "string"
|
|
1536
|
+
},
|
|
1537
|
+
"computed": false
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"type": "propertySignature",
|
|
1541
|
+
"key": {
|
|
1542
|
+
"type": "identifier",
|
|
1543
|
+
"name": "value"
|
|
1544
|
+
},
|
|
1545
|
+
"annotation": {
|
|
1546
|
+
"type": "keyword",
|
|
1547
|
+
"value": "any"
|
|
1548
|
+
},
|
|
1549
|
+
"computed": false
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
"type": "indexSignature",
|
|
1553
|
+
"parameter": {
|
|
1554
|
+
"type": "identifier",
|
|
1555
|
+
"name": "key",
|
|
1556
|
+
"annotation": {
|
|
1557
|
+
"type": "keyword",
|
|
1558
|
+
"value": "string"
|
|
1559
|
+
}
|
|
1560
|
+
},
|
|
1561
|
+
"annotation": {
|
|
1562
|
+
"type": "keyword",
|
|
1563
|
+
"value": "any"
|
|
1564
|
+
}
|
|
1475
1565
|
}
|
|
1476
|
-
|
|
1566
|
+
]
|
|
1477
1567
|
},
|
|
1478
1568
|
"computed": false
|
|
1479
1569
|
},
|
|
@@ -1497,29 +1587,34 @@
|
|
|
1497
1587
|
"methods": [],
|
|
1498
1588
|
"types": [
|
|
1499
1589
|
{
|
|
1500
|
-
"type": "
|
|
1501
|
-
"name": "
|
|
1502
|
-
"
|
|
1503
|
-
"type": "
|
|
1504
|
-
"
|
|
1505
|
-
{
|
|
1506
|
-
"type": "keyword",
|
|
1507
|
-
"value": "string"
|
|
1508
|
-
},
|
|
1509
|
-
{
|
|
1510
|
-
"type": "keyword",
|
|
1511
|
-
"value": "number"
|
|
1512
|
-
},
|
|
1590
|
+
"type": "interface",
|
|
1591
|
+
"name": "GeneralComplexOption",
|
|
1592
|
+
"typeParameters": {
|
|
1593
|
+
"type": "typeParameterDeclaration",
|
|
1594
|
+
"params": [
|
|
1513
1595
|
{
|
|
1514
|
-
"type": "
|
|
1515
|
-
"
|
|
1596
|
+
"type": "typeParameter",
|
|
1597
|
+
"name": "T",
|
|
1598
|
+
"default": {
|
|
1599
|
+
"type": "union",
|
|
1600
|
+
"types": [
|
|
1601
|
+
{
|
|
1602
|
+
"type": "keyword",
|
|
1603
|
+
"value": "string"
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"type": "keyword",
|
|
1607
|
+
"value": "number"
|
|
1608
|
+
},
|
|
1609
|
+
{
|
|
1610
|
+
"type": "keyword",
|
|
1611
|
+
"value": "boolean"
|
|
1612
|
+
}
|
|
1613
|
+
]
|
|
1614
|
+
}
|
|
1516
1615
|
}
|
|
1517
1616
|
]
|
|
1518
|
-
}
|
|
1519
|
-
},
|
|
1520
|
-
{
|
|
1521
|
-
"type": "interface",
|
|
1522
|
-
"name": "CheckboxOptionType",
|
|
1617
|
+
},
|
|
1523
1618
|
"body": [
|
|
1524
1619
|
{
|
|
1525
1620
|
"type": "propertySignature",
|
|
@@ -1527,31 +1622,9 @@
|
|
|
1527
1622
|
"type": "identifier",
|
|
1528
1623
|
"name": "label"
|
|
1529
1624
|
},
|
|
1530
|
-
"annotation": {
|
|
1531
|
-
"type": "reference",
|
|
1532
|
-
"typeName": {
|
|
1533
|
-
"type": "qualifiedName",
|
|
1534
|
-
"left": {
|
|
1535
|
-
"type": "identifier",
|
|
1536
|
-
"name": "React"
|
|
1537
|
-
},
|
|
1538
|
-
"right": {
|
|
1539
|
-
"type": "identifier",
|
|
1540
|
-
"name": "ReactNode"
|
|
1541
|
-
}
|
|
1542
|
-
}
|
|
1543
|
-
},
|
|
1544
|
-
"computed": false
|
|
1545
|
-
},
|
|
1546
|
-
{
|
|
1547
|
-
"type": "propertySignature",
|
|
1548
|
-
"key": {
|
|
1549
|
-
"type": "identifier",
|
|
1550
|
-
"name": "value"
|
|
1551
|
-
},
|
|
1552
1625
|
"annotation": {
|
|
1553
1626
|
"type": "keyword",
|
|
1554
|
-
"value": "
|
|
1627
|
+
"value": "string"
|
|
1555
1628
|
},
|
|
1556
1629
|
"computed": false
|
|
1557
1630
|
},
|
|
@@ -1559,56 +1632,22 @@
|
|
|
1559
1632
|
"type": "propertySignature",
|
|
1560
1633
|
"key": {
|
|
1561
1634
|
"type": "identifier",
|
|
1562
|
-
"name": "
|
|
1635
|
+
"name": "value"
|
|
1563
1636
|
},
|
|
1564
1637
|
"annotation": {
|
|
1565
1638
|
"type": "reference",
|
|
1566
1639
|
"typeName": {
|
|
1567
|
-
"type": "
|
|
1568
|
-
"
|
|
1569
|
-
"type": "identifier",
|
|
1570
|
-
"name": "React"
|
|
1571
|
-
},
|
|
1572
|
-
"right": {
|
|
1573
|
-
"type": "identifier",
|
|
1574
|
-
"name": "CSSProperties"
|
|
1575
|
-
}
|
|
1640
|
+
"type": "identifier",
|
|
1641
|
+
"name": "T"
|
|
1576
1642
|
}
|
|
1577
1643
|
},
|
|
1578
|
-
"optional": true,
|
|
1579
|
-
"computed": false
|
|
1580
|
-
},
|
|
1581
|
-
{
|
|
1582
|
-
"type": "propertySignature",
|
|
1583
|
-
"key": {
|
|
1584
|
-
"type": "identifier",
|
|
1585
|
-
"name": "disabled"
|
|
1586
|
-
},
|
|
1587
|
-
"annotation": {
|
|
1588
|
-
"type": "keyword",
|
|
1589
|
-
"value": "boolean"
|
|
1590
|
-
},
|
|
1591
|
-
"optional": true,
|
|
1592
|
-
"computed": false
|
|
1593
|
-
},
|
|
1594
|
-
{
|
|
1595
|
-
"type": "propertySignature",
|
|
1596
|
-
"key": {
|
|
1597
|
-
"type": "identifier",
|
|
1598
|
-
"name": "checkboxColor"
|
|
1599
|
-
},
|
|
1600
|
-
"annotation": {
|
|
1601
|
-
"type": "keyword",
|
|
1602
|
-
"value": "string"
|
|
1603
|
-
},
|
|
1604
|
-
"optional": true,
|
|
1605
1644
|
"computed": false
|
|
1606
1645
|
},
|
|
1607
1646
|
{
|
|
1608
1647
|
"type": "indexSignature",
|
|
1609
1648
|
"parameter": {
|
|
1610
1649
|
"type": "identifier",
|
|
1611
|
-
"name": "
|
|
1650
|
+
"name": "key",
|
|
1612
1651
|
"annotation": {
|
|
1613
1652
|
"type": "keyword",
|
|
1614
1653
|
"value": "string"
|
|
@@ -1621,32 +1660,15 @@
|
|
|
1621
1660
|
}
|
|
1622
1661
|
]
|
|
1623
1662
|
},
|
|
1624
|
-
{
|
|
1625
|
-
"type": "typeAlias",
|
|
1626
|
-
"name": "CheckboxType",
|
|
1627
|
-
"annotation": {
|
|
1628
|
-
"type": "union",
|
|
1629
|
-
"types": [
|
|
1630
|
-
{
|
|
1631
|
-
"type": "jsLiteral",
|
|
1632
|
-
"value": "default"
|
|
1633
|
-
},
|
|
1634
|
-
{
|
|
1635
|
-
"type": "jsLiteral",
|
|
1636
|
-
"value": "icon"
|
|
1637
|
-
}
|
|
1638
|
-
]
|
|
1639
|
-
}
|
|
1640
|
-
},
|
|
1641
1663
|
{
|
|
1642
1664
|
"type": "interface",
|
|
1643
|
-
"name": "
|
|
1665
|
+
"name": "UseBackendConf",
|
|
1644
1666
|
"body": [
|
|
1645
1667
|
{
|
|
1646
1668
|
"type": "propertySignature",
|
|
1647
1669
|
"key": {
|
|
1648
1670
|
"type": "identifier",
|
|
1649
|
-
"name": "
|
|
1671
|
+
"name": "provider"
|
|
1650
1672
|
},
|
|
1651
1673
|
"annotation": {
|
|
1652
1674
|
"type": "keyword",
|
|
@@ -1658,11 +1680,48 @@
|
|
|
1658
1680
|
"type": "propertySignature",
|
|
1659
1681
|
"key": {
|
|
1660
1682
|
"type": "identifier",
|
|
1661
|
-
"name": "
|
|
1683
|
+
"name": "args"
|
|
1662
1684
|
},
|
|
1663
1685
|
"annotation": {
|
|
1664
|
-
"type": "
|
|
1665
|
-
"
|
|
1686
|
+
"type": "union",
|
|
1687
|
+
"types": [
|
|
1688
|
+
{
|
|
1689
|
+
"type": "array",
|
|
1690
|
+
"elementType": {
|
|
1691
|
+
"type": "keyword",
|
|
1692
|
+
"value": "any"
|
|
1693
|
+
}
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"type": "parenthesizedType",
|
|
1697
|
+
"annotation": {
|
|
1698
|
+
"type": "function",
|
|
1699
|
+
"parameters": [
|
|
1700
|
+
{
|
|
1701
|
+
"type": "restElement",
|
|
1702
|
+
"argument": {
|
|
1703
|
+
"type": "identifier",
|
|
1704
|
+
"name": "args"
|
|
1705
|
+
},
|
|
1706
|
+
"annotation": {
|
|
1707
|
+
"type": "array",
|
|
1708
|
+
"elementType": {
|
|
1709
|
+
"type": "keyword",
|
|
1710
|
+
"value": "any"
|
|
1711
|
+
}
|
|
1712
|
+
}
|
|
1713
|
+
}
|
|
1714
|
+
],
|
|
1715
|
+
"annotation": {
|
|
1716
|
+
"type": "array",
|
|
1717
|
+
"elementType": {
|
|
1718
|
+
"type": "keyword",
|
|
1719
|
+
"value": "any"
|
|
1720
|
+
}
|
|
1721
|
+
}
|
|
1722
|
+
}
|
|
1723
|
+
}
|
|
1724
|
+
]
|
|
1666
1725
|
},
|
|
1667
1726
|
"computed": false
|
|
1668
1727
|
},
|
|
@@ -1670,91 +1729,32 @@
|
|
|
1670
1729
|
"type": "propertySignature",
|
|
1671
1730
|
"key": {
|
|
1672
1731
|
"type": "identifier",
|
|
1673
|
-
"name": "
|
|
1732
|
+
"name": "transform"
|
|
1674
1733
|
},
|
|
1675
1734
|
"annotation": {
|
|
1676
|
-
"type": "
|
|
1677
|
-
"
|
|
1678
|
-
|
|
1679
|
-
"typeName": {
|
|
1735
|
+
"type": "function",
|
|
1736
|
+
"parameters": [
|
|
1737
|
+
{
|
|
1680
1738
|
"type": "identifier",
|
|
1681
|
-
"name": "
|
|
1739
|
+
"name": "data",
|
|
1740
|
+
"annotation": {
|
|
1741
|
+
"type": "keyword",
|
|
1742
|
+
"value": "any"
|
|
1743
|
+
}
|
|
1682
1744
|
}
|
|
1745
|
+
],
|
|
1746
|
+
"annotation": {
|
|
1747
|
+
"type": "keyword",
|
|
1748
|
+
"value": "void"
|
|
1683
1749
|
}
|
|
1684
1750
|
},
|
|
1751
|
+
"optional": true,
|
|
1685
1752
|
"computed": false
|
|
1686
1753
|
}
|
|
1687
1754
|
]
|
|
1688
1755
|
}
|
|
1689
1756
|
]
|
|
1690
1757
|
},
|
|
1691
|
-
"eo-search": {
|
|
1692
|
-
"properties": [
|
|
1693
|
-
{
|
|
1694
|
-
"name": "value",
|
|
1695
|
-
"annotation": {
|
|
1696
|
-
"type": "keyword",
|
|
1697
|
-
"value": "string"
|
|
1698
|
-
}
|
|
1699
|
-
},
|
|
1700
|
-
{
|
|
1701
|
-
"name": "placeholder",
|
|
1702
|
-
"annotation": {
|
|
1703
|
-
"type": "keyword",
|
|
1704
|
-
"value": "string"
|
|
1705
|
-
}
|
|
1706
|
-
},
|
|
1707
|
-
{
|
|
1708
|
-
"name": "autoFocus",
|
|
1709
|
-
"annotation": {
|
|
1710
|
-
"type": "keyword",
|
|
1711
|
-
"value": "boolean"
|
|
1712
|
-
}
|
|
1713
|
-
},
|
|
1714
|
-
{
|
|
1715
|
-
"name": "clearable",
|
|
1716
|
-
"annotation": {
|
|
1717
|
-
"type": "keyword",
|
|
1718
|
-
"value": "boolean"
|
|
1719
|
-
}
|
|
1720
|
-
},
|
|
1721
|
-
{
|
|
1722
|
-
"name": "trim",
|
|
1723
|
-
"annotation": {
|
|
1724
|
-
"type": "keyword",
|
|
1725
|
-
"value": "boolean"
|
|
1726
|
-
}
|
|
1727
|
-
},
|
|
1728
|
-
{
|
|
1729
|
-
"name": "debounceTime",
|
|
1730
|
-
"annotation": {
|
|
1731
|
-
"type": "keyword",
|
|
1732
|
-
"value": "number"
|
|
1733
|
-
}
|
|
1734
|
-
}
|
|
1735
|
-
],
|
|
1736
|
-
"events": [
|
|
1737
|
-
{
|
|
1738
|
-
"name": "change",
|
|
1739
|
-
"detail": {
|
|
1740
|
-
"annotation": {
|
|
1741
|
-
"type": "keyword",
|
|
1742
|
-
"value": "string"
|
|
1743
|
-
}
|
|
1744
|
-
}
|
|
1745
|
-
},
|
|
1746
|
-
{
|
|
1747
|
-
"name": "search",
|
|
1748
|
-
"detail": {
|
|
1749
|
-
"annotation": {
|
|
1750
|
-
"type": "keyword",
|
|
1751
|
-
"value": "string"
|
|
1752
|
-
}
|
|
1753
|
-
}
|
|
1754
|
-
}
|
|
1755
|
-
],
|
|
1756
|
-
"methods": []
|
|
1757
|
-
},
|
|
1758
1758
|
"eo-auto-complete": {
|
|
1759
1759
|
"properties": [
|
|
1760
1760
|
{
|
|
@@ -2313,224 +2313,44 @@
|
|
|
2313
2313
|
},
|
|
2314
2314
|
{
|
|
2315
2315
|
"type": "jsLiteral",
|
|
2316
|
-
"value": "text"
|
|
2317
|
-
},
|
|
2318
|
-
{
|
|
2319
|
-
"type": "jsLiteral",
|
|
2320
|
-
"value": "time"
|
|
2321
|
-
},
|
|
2322
|
-
{
|
|
2323
|
-
"type": "jsLiteral",
|
|
2324
|
-
"value": "url"
|
|
2325
|
-
},
|
|
2326
|
-
{
|
|
2327
|
-
"type": "jsLiteral",
|
|
2328
|
-
"value": "week"
|
|
2329
|
-
}
|
|
2330
|
-
]
|
|
2331
|
-
}
|
|
2332
|
-
},
|
|
2333
|
-
{
|
|
2334
|
-
"type": "typeAlias",
|
|
2335
|
-
"name": "ComponentSize",
|
|
2336
|
-
"annotation": {
|
|
2337
|
-
"type": "union",
|
|
2338
|
-
"types": [
|
|
2339
|
-
{
|
|
2340
|
-
"type": "jsLiteral",
|
|
2341
|
-
"value": "large"
|
|
2342
|
-
},
|
|
2343
|
-
{
|
|
2344
|
-
"type": "jsLiteral",
|
|
2345
|
-
"value": "medium"
|
|
2346
|
-
},
|
|
2347
|
-
{
|
|
2348
|
-
"type": "jsLiteral",
|
|
2349
|
-
"value": "small"
|
|
2350
|
-
},
|
|
2351
|
-
{
|
|
2352
|
-
"type": "jsLiteral",
|
|
2353
|
-
"value": "xs"
|
|
2354
|
-
}
|
|
2355
|
-
]
|
|
2356
|
-
}
|
|
2357
|
-
}
|
|
2358
|
-
]
|
|
2359
|
-
},
|
|
2360
|
-
"eo-textarea": {
|
|
2361
|
-
"properties": [
|
|
2362
|
-
{
|
|
2363
|
-
"name": "name",
|
|
2364
|
-
"annotation": {
|
|
2365
|
-
"type": "keyword",
|
|
2366
|
-
"value": "string"
|
|
2367
|
-
}
|
|
2368
|
-
},
|
|
2369
|
-
{
|
|
2370
|
-
"name": "label",
|
|
2371
|
-
"annotation": {
|
|
2372
|
-
"type": "keyword",
|
|
2373
|
-
"value": "string"
|
|
2374
|
-
}
|
|
2375
|
-
},
|
|
2376
|
-
{
|
|
2377
|
-
"name": "value",
|
|
2378
|
-
"annotation": {
|
|
2379
|
-
"type": "keyword",
|
|
2380
|
-
"value": "string"
|
|
2381
|
-
}
|
|
2382
|
-
},
|
|
2383
|
-
{
|
|
2384
|
-
"name": "placeholder",
|
|
2385
|
-
"annotation": {
|
|
2386
|
-
"type": "keyword",
|
|
2387
|
-
"value": "string"
|
|
2388
|
-
}
|
|
2389
|
-
},
|
|
2390
|
-
{
|
|
2391
|
-
"name": "disabled",
|
|
2392
|
-
"annotation": {
|
|
2393
|
-
"type": "keyword",
|
|
2394
|
-
"value": "boolean"
|
|
2395
|
-
}
|
|
2396
|
-
},
|
|
2397
|
-
{
|
|
2398
|
-
"name": "minLength",
|
|
2399
|
-
"annotation": {
|
|
2400
|
-
"type": "keyword",
|
|
2401
|
-
"value": "number"
|
|
2402
|
-
}
|
|
2403
|
-
},
|
|
2404
|
-
{
|
|
2405
|
-
"name": "maxLength",
|
|
2406
|
-
"annotation": {
|
|
2407
|
-
"type": "keyword",
|
|
2408
|
-
"value": "number"
|
|
2409
|
-
}
|
|
2410
|
-
},
|
|
2411
|
-
{
|
|
2412
|
-
"name": "autoSize",
|
|
2413
|
-
"annotation": {
|
|
2414
|
-
"type": "reference",
|
|
2415
|
-
"typeName": {
|
|
2416
|
-
"type": "identifier",
|
|
2417
|
-
"name": "AutoSize"
|
|
2418
|
-
}
|
|
2419
|
-
}
|
|
2420
|
-
},
|
|
2421
|
-
{
|
|
2422
|
-
"name": "required",
|
|
2423
|
-
"annotation": {
|
|
2424
|
-
"type": "keyword",
|
|
2425
|
-
"value": "boolean"
|
|
2426
|
-
}
|
|
2427
|
-
},
|
|
2428
|
-
{
|
|
2429
|
-
"name": "max",
|
|
2430
|
-
"annotation": {
|
|
2431
|
-
"type": "keyword",
|
|
2432
|
-
"value": "number"
|
|
2433
|
-
}
|
|
2434
|
-
},
|
|
2435
|
-
{
|
|
2436
|
-
"name": "min",
|
|
2437
|
-
"annotation": {
|
|
2438
|
-
"type": "keyword",
|
|
2439
|
-
"value": "number"
|
|
2440
|
-
}
|
|
2441
|
-
},
|
|
2442
|
-
{
|
|
2443
|
-
"name": "message",
|
|
2444
|
-
"annotation": {
|
|
2445
|
-
"type": "reference",
|
|
2446
|
-
"typeName": {
|
|
2447
|
-
"type": "identifier",
|
|
2448
|
-
"name": "Record"
|
|
2449
|
-
},
|
|
2450
|
-
"typeParameters": {
|
|
2451
|
-
"type": "typeParameterInstantiation",
|
|
2452
|
-
"params": [
|
|
2453
|
-
{
|
|
2454
|
-
"type": "keyword",
|
|
2455
|
-
"value": "string"
|
|
2456
|
-
},
|
|
2457
|
-
{
|
|
2458
|
-
"type": "keyword",
|
|
2459
|
-
"value": "string"
|
|
2460
|
-
}
|
|
2461
|
-
]
|
|
2462
|
-
}
|
|
2463
|
-
}
|
|
2464
|
-
},
|
|
2465
|
-
{
|
|
2466
|
-
"name": "textareaStyle",
|
|
2467
|
-
"annotation": {
|
|
2468
|
-
"type": "reference",
|
|
2469
|
-
"typeName": {
|
|
2470
|
-
"type": "qualifiedName",
|
|
2471
|
-
"left": {
|
|
2472
|
-
"type": "identifier",
|
|
2473
|
-
"name": "React"
|
|
2316
|
+
"value": "text"
|
|
2474
2317
|
},
|
|
2475
|
-
|
|
2476
|
-
"type": "
|
|
2477
|
-
"
|
|
2318
|
+
{
|
|
2319
|
+
"type": "jsLiteral",
|
|
2320
|
+
"value": "time"
|
|
2321
|
+
},
|
|
2322
|
+
{
|
|
2323
|
+
"type": "jsLiteral",
|
|
2324
|
+
"value": "url"
|
|
2325
|
+
},
|
|
2326
|
+
{
|
|
2327
|
+
"type": "jsLiteral",
|
|
2328
|
+
"value": "week"
|
|
2478
2329
|
}
|
|
2479
|
-
|
|
2480
|
-
}
|
|
2481
|
-
}
|
|
2482
|
-
],
|
|
2483
|
-
"events": [
|
|
2484
|
-
{
|
|
2485
|
-
"name": "change",
|
|
2486
|
-
"detail": {
|
|
2487
|
-
"annotation": {
|
|
2488
|
-
"type": "keyword",
|
|
2489
|
-
"value": "string"
|
|
2490
|
-
}
|
|
2330
|
+
]
|
|
2491
2331
|
}
|
|
2492
|
-
}
|
|
2493
|
-
],
|
|
2494
|
-
"methods": [],
|
|
2495
|
-
"types": [
|
|
2332
|
+
},
|
|
2496
2333
|
{
|
|
2497
2334
|
"type": "typeAlias",
|
|
2498
|
-
"name": "
|
|
2335
|
+
"name": "ComponentSize",
|
|
2499
2336
|
"annotation": {
|
|
2500
2337
|
"type": "union",
|
|
2501
2338
|
"types": [
|
|
2502
2339
|
{
|
|
2503
|
-
"type": "
|
|
2504
|
-
"value": "
|
|
2340
|
+
"type": "jsLiteral",
|
|
2341
|
+
"value": "large"
|
|
2505
2342
|
},
|
|
2506
2343
|
{
|
|
2507
|
-
"type": "
|
|
2508
|
-
"
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
"value": "number"
|
|
2518
|
-
},
|
|
2519
|
-
"computed": false
|
|
2520
|
-
},
|
|
2521
|
-
{
|
|
2522
|
-
"type": "propertySignature",
|
|
2523
|
-
"key": {
|
|
2524
|
-
"type": "identifier",
|
|
2525
|
-
"name": "maxRows"
|
|
2526
|
-
},
|
|
2527
|
-
"annotation": {
|
|
2528
|
-
"type": "keyword",
|
|
2529
|
-
"value": "number"
|
|
2530
|
-
},
|
|
2531
|
-
"computed": false
|
|
2532
|
-
}
|
|
2533
|
-
]
|
|
2344
|
+
"type": "jsLiteral",
|
|
2345
|
+
"value": "medium"
|
|
2346
|
+
},
|
|
2347
|
+
{
|
|
2348
|
+
"type": "jsLiteral",
|
|
2349
|
+
"value": "small"
|
|
2350
|
+
},
|
|
2351
|
+
{
|
|
2352
|
+
"type": "jsLiteral",
|
|
2353
|
+
"value": "xs"
|
|
2534
2354
|
}
|
|
2535
2355
|
]
|
|
2536
2356
|
}
|
|
@@ -2757,6 +2577,186 @@
|
|
|
2757
2577
|
}
|
|
2758
2578
|
]
|
|
2759
2579
|
},
|
|
2580
|
+
"eo-textarea": {
|
|
2581
|
+
"properties": [
|
|
2582
|
+
{
|
|
2583
|
+
"name": "name",
|
|
2584
|
+
"annotation": {
|
|
2585
|
+
"type": "keyword",
|
|
2586
|
+
"value": "string"
|
|
2587
|
+
}
|
|
2588
|
+
},
|
|
2589
|
+
{
|
|
2590
|
+
"name": "label",
|
|
2591
|
+
"annotation": {
|
|
2592
|
+
"type": "keyword",
|
|
2593
|
+
"value": "string"
|
|
2594
|
+
}
|
|
2595
|
+
},
|
|
2596
|
+
{
|
|
2597
|
+
"name": "value",
|
|
2598
|
+
"annotation": {
|
|
2599
|
+
"type": "keyword",
|
|
2600
|
+
"value": "string"
|
|
2601
|
+
}
|
|
2602
|
+
},
|
|
2603
|
+
{
|
|
2604
|
+
"name": "placeholder",
|
|
2605
|
+
"annotation": {
|
|
2606
|
+
"type": "keyword",
|
|
2607
|
+
"value": "string"
|
|
2608
|
+
}
|
|
2609
|
+
},
|
|
2610
|
+
{
|
|
2611
|
+
"name": "disabled",
|
|
2612
|
+
"annotation": {
|
|
2613
|
+
"type": "keyword",
|
|
2614
|
+
"value": "boolean"
|
|
2615
|
+
}
|
|
2616
|
+
},
|
|
2617
|
+
{
|
|
2618
|
+
"name": "minLength",
|
|
2619
|
+
"annotation": {
|
|
2620
|
+
"type": "keyword",
|
|
2621
|
+
"value": "number"
|
|
2622
|
+
}
|
|
2623
|
+
},
|
|
2624
|
+
{
|
|
2625
|
+
"name": "maxLength",
|
|
2626
|
+
"annotation": {
|
|
2627
|
+
"type": "keyword",
|
|
2628
|
+
"value": "number"
|
|
2629
|
+
}
|
|
2630
|
+
},
|
|
2631
|
+
{
|
|
2632
|
+
"name": "autoSize",
|
|
2633
|
+
"annotation": {
|
|
2634
|
+
"type": "reference",
|
|
2635
|
+
"typeName": {
|
|
2636
|
+
"type": "identifier",
|
|
2637
|
+
"name": "AutoSize"
|
|
2638
|
+
}
|
|
2639
|
+
}
|
|
2640
|
+
},
|
|
2641
|
+
{
|
|
2642
|
+
"name": "required",
|
|
2643
|
+
"annotation": {
|
|
2644
|
+
"type": "keyword",
|
|
2645
|
+
"value": "boolean"
|
|
2646
|
+
}
|
|
2647
|
+
},
|
|
2648
|
+
{
|
|
2649
|
+
"name": "max",
|
|
2650
|
+
"annotation": {
|
|
2651
|
+
"type": "keyword",
|
|
2652
|
+
"value": "number"
|
|
2653
|
+
}
|
|
2654
|
+
},
|
|
2655
|
+
{
|
|
2656
|
+
"name": "min",
|
|
2657
|
+
"annotation": {
|
|
2658
|
+
"type": "keyword",
|
|
2659
|
+
"value": "number"
|
|
2660
|
+
}
|
|
2661
|
+
},
|
|
2662
|
+
{
|
|
2663
|
+
"name": "message",
|
|
2664
|
+
"annotation": {
|
|
2665
|
+
"type": "reference",
|
|
2666
|
+
"typeName": {
|
|
2667
|
+
"type": "identifier",
|
|
2668
|
+
"name": "Record"
|
|
2669
|
+
},
|
|
2670
|
+
"typeParameters": {
|
|
2671
|
+
"type": "typeParameterInstantiation",
|
|
2672
|
+
"params": [
|
|
2673
|
+
{
|
|
2674
|
+
"type": "keyword",
|
|
2675
|
+
"value": "string"
|
|
2676
|
+
},
|
|
2677
|
+
{
|
|
2678
|
+
"type": "keyword",
|
|
2679
|
+
"value": "string"
|
|
2680
|
+
}
|
|
2681
|
+
]
|
|
2682
|
+
}
|
|
2683
|
+
}
|
|
2684
|
+
},
|
|
2685
|
+
{
|
|
2686
|
+
"name": "textareaStyle",
|
|
2687
|
+
"annotation": {
|
|
2688
|
+
"type": "reference",
|
|
2689
|
+
"typeName": {
|
|
2690
|
+
"type": "qualifiedName",
|
|
2691
|
+
"left": {
|
|
2692
|
+
"type": "identifier",
|
|
2693
|
+
"name": "React"
|
|
2694
|
+
},
|
|
2695
|
+
"right": {
|
|
2696
|
+
"type": "identifier",
|
|
2697
|
+
"name": "CSSProperties"
|
|
2698
|
+
}
|
|
2699
|
+
}
|
|
2700
|
+
}
|
|
2701
|
+
}
|
|
2702
|
+
],
|
|
2703
|
+
"events": [
|
|
2704
|
+
{
|
|
2705
|
+
"name": "change",
|
|
2706
|
+
"detail": {
|
|
2707
|
+
"annotation": {
|
|
2708
|
+
"type": "keyword",
|
|
2709
|
+
"value": "string"
|
|
2710
|
+
}
|
|
2711
|
+
}
|
|
2712
|
+
}
|
|
2713
|
+
],
|
|
2714
|
+
"methods": [],
|
|
2715
|
+
"types": [
|
|
2716
|
+
{
|
|
2717
|
+
"type": "typeAlias",
|
|
2718
|
+
"name": "AutoSize",
|
|
2719
|
+
"annotation": {
|
|
2720
|
+
"type": "union",
|
|
2721
|
+
"types": [
|
|
2722
|
+
{
|
|
2723
|
+
"type": "keyword",
|
|
2724
|
+
"value": "boolean"
|
|
2725
|
+
},
|
|
2726
|
+
{
|
|
2727
|
+
"type": "typeLiteral",
|
|
2728
|
+
"members": [
|
|
2729
|
+
{
|
|
2730
|
+
"type": "propertySignature",
|
|
2731
|
+
"key": {
|
|
2732
|
+
"type": "identifier",
|
|
2733
|
+
"name": "minRows"
|
|
2734
|
+
},
|
|
2735
|
+
"annotation": {
|
|
2736
|
+
"type": "keyword",
|
|
2737
|
+
"value": "number"
|
|
2738
|
+
},
|
|
2739
|
+
"computed": false
|
|
2740
|
+
},
|
|
2741
|
+
{
|
|
2742
|
+
"type": "propertySignature",
|
|
2743
|
+
"key": {
|
|
2744
|
+
"type": "identifier",
|
|
2745
|
+
"name": "maxRows"
|
|
2746
|
+
},
|
|
2747
|
+
"annotation": {
|
|
2748
|
+
"type": "keyword",
|
|
2749
|
+
"value": "number"
|
|
2750
|
+
},
|
|
2751
|
+
"computed": false
|
|
2752
|
+
}
|
|
2753
|
+
]
|
|
2754
|
+
}
|
|
2755
|
+
]
|
|
2756
|
+
}
|
|
2757
|
+
}
|
|
2758
|
+
]
|
|
2759
|
+
},
|
|
2760
2760
|
"eo-dynamic-form-item": {
|
|
2761
2761
|
"properties": [
|
|
2762
2762
|
{
|