@next-bricks/form 1.20.0 → 1.20.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 +33 -33
- package/dist/chunks/1225.9ddafbd7.js +3 -0
- package/dist/chunks/1225.9ddafbd7.js.map +1 -0
- package/dist/chunks/{eo-textarea.271d45e2.js → eo-textarea.4650c5fa.js} +3 -3
- package/dist/chunks/eo-textarea.4650c5fa.js.map +1 -0
- package/dist/chunks/{main.86c437b4.js → main.a864cfbd.js} +2 -2
- package/dist/chunks/{main.86c437b4.js.map → main.a864cfbd.js.map} +1 -1
- package/dist/examples.json +10 -10
- package/dist/{index.bf336f12.js → index.ee686eae.js} +2 -2
- package/dist/{index.bf336f12.js.map → index.ee686eae.js.map} +1 -1
- package/dist/manifest.json +380 -380
- package/dist/types.json +1197 -1197
- package/package.json +2 -2
- package/dist/chunks/1225.1cb4bdb2.js +0 -3
- package/dist/chunks/1225.1cb4bdb2.js.map +0 -1
- package/dist/chunks/eo-textarea.271d45e2.js.map +0 -1
- /package/dist/chunks/{1225.1cb4bdb2.js.LICENSE.txt → 1225.9ddafbd7.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-textarea.271d45e2.js.LICENSE.txt → eo-textarea.4650c5fa.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -843,7 +843,7 @@
|
|
|
843
843
|
],
|
|
844
844
|
"methods": []
|
|
845
845
|
},
|
|
846
|
-
"eo-
|
|
846
|
+
"eo-radio": {
|
|
847
847
|
"properties": [
|
|
848
848
|
{
|
|
849
849
|
"name": "name",
|
|
@@ -859,19 +859,6 @@
|
|
|
859
859
|
"value": "string"
|
|
860
860
|
}
|
|
861
861
|
},
|
|
862
|
-
{
|
|
863
|
-
"name": "value",
|
|
864
|
-
"annotation": {
|
|
865
|
-
"type": "array",
|
|
866
|
-
"elementType": {
|
|
867
|
-
"type": "reference",
|
|
868
|
-
"typeName": {
|
|
869
|
-
"type": "identifier",
|
|
870
|
-
"name": "CheckboxValueType"
|
|
871
|
-
}
|
|
872
|
-
}
|
|
873
|
-
}
|
|
874
|
-
},
|
|
875
862
|
{
|
|
876
863
|
"name": "options",
|
|
877
864
|
"annotation": {
|
|
@@ -880,33 +867,16 @@
|
|
|
880
867
|
"type": "reference",
|
|
881
868
|
"typeName": {
|
|
882
869
|
"type": "identifier",
|
|
883
|
-
"name": "
|
|
870
|
+
"name": "GeneralOption"
|
|
884
871
|
}
|
|
885
872
|
}
|
|
886
873
|
}
|
|
887
874
|
},
|
|
888
875
|
{
|
|
889
|
-
"name": "
|
|
890
|
-
"annotation": {
|
|
891
|
-
"type": "reference",
|
|
892
|
-
"typeName": {
|
|
893
|
-
"type": "identifier",
|
|
894
|
-
"name": "CheckboxType"
|
|
895
|
-
}
|
|
896
|
-
}
|
|
897
|
-
},
|
|
898
|
-
{
|
|
899
|
-
"name": "disabled",
|
|
900
|
-
"annotation": {
|
|
901
|
-
"type": "keyword",
|
|
902
|
-
"value": "boolean"
|
|
903
|
-
}
|
|
904
|
-
},
|
|
905
|
-
{
|
|
906
|
-
"name": "isCustom",
|
|
876
|
+
"name": "value",
|
|
907
877
|
"annotation": {
|
|
908
878
|
"type": "keyword",
|
|
909
|
-
"value": "
|
|
879
|
+
"value": "any"
|
|
910
880
|
}
|
|
911
881
|
},
|
|
912
882
|
{
|
|
@@ -940,25 +910,69 @@
|
|
|
940
910
|
}
|
|
941
911
|
},
|
|
942
912
|
{
|
|
943
|
-
"name": "
|
|
913
|
+
"name": "disabled",
|
|
944
914
|
"annotation": {
|
|
945
915
|
"type": "keyword",
|
|
946
916
|
"value": "boolean"
|
|
947
917
|
}
|
|
948
918
|
},
|
|
949
919
|
{
|
|
950
|
-
"name": "
|
|
920
|
+
"name": "type",
|
|
951
921
|
"annotation": {
|
|
952
|
-
"type": "
|
|
953
|
-
"
|
|
954
|
-
"type": "
|
|
955
|
-
"
|
|
922
|
+
"type": "reference",
|
|
923
|
+
"typeName": {
|
|
924
|
+
"type": "identifier",
|
|
925
|
+
"name": "RadioType"
|
|
926
|
+
}
|
|
927
|
+
}
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"name": "ui",
|
|
931
|
+
"annotation": {
|
|
932
|
+
"type": "reference",
|
|
933
|
+
"typeName": {
|
|
934
|
+
"type": "identifier",
|
|
935
|
+
"name": "UIType"
|
|
936
|
+
}
|
|
937
|
+
}
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
"name": "size",
|
|
941
|
+
"annotation": {
|
|
942
|
+
"type": "reference",
|
|
943
|
+
"typeName": {
|
|
944
|
+
"type": "identifier",
|
|
945
|
+
"name": "ComponentSize"
|
|
946
|
+
}
|
|
947
|
+
}
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"name": "customStyle",
|
|
951
|
+
"annotation": {
|
|
952
|
+
"type": "reference",
|
|
953
|
+
"typeName": {
|
|
954
|
+
"type": "qualifiedName",
|
|
955
|
+
"left": {
|
|
956
956
|
"type": "identifier",
|
|
957
|
-
"name": "
|
|
957
|
+
"name": "React"
|
|
958
|
+
},
|
|
959
|
+
"right": {
|
|
960
|
+
"type": "identifier",
|
|
961
|
+
"name": "CSSProperties"
|
|
958
962
|
}
|
|
959
963
|
}
|
|
960
964
|
}
|
|
961
965
|
},
|
|
966
|
+
{
|
|
967
|
+
"name": "useBrick",
|
|
968
|
+
"annotation": {
|
|
969
|
+
"type": "reference",
|
|
970
|
+
"typeName": {
|
|
971
|
+
"type": "identifier",
|
|
972
|
+
"name": "UseSingleBrickConf"
|
|
973
|
+
}
|
|
974
|
+
}
|
|
975
|
+
},
|
|
962
976
|
{
|
|
963
977
|
"name": "themeVariant",
|
|
964
978
|
"annotation": {
|
|
@@ -981,14 +995,20 @@
|
|
|
981
995
|
"name": "change",
|
|
982
996
|
"detail": {
|
|
983
997
|
"annotation": {
|
|
984
|
-
"type": "
|
|
985
|
-
"
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
"
|
|
989
|
-
|
|
998
|
+
"type": "union",
|
|
999
|
+
"types": [
|
|
1000
|
+
{
|
|
1001
|
+
"type": "reference",
|
|
1002
|
+
"typeName": {
|
|
1003
|
+
"type": "identifier",
|
|
1004
|
+
"name": "GeneralComplexOption"
|
|
1005
|
+
}
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"type": "keyword",
|
|
1009
|
+
"value": "undefined"
|
|
990
1010
|
}
|
|
991
|
-
|
|
1011
|
+
]
|
|
992
1012
|
}
|
|
993
1013
|
}
|
|
994
1014
|
},
|
|
@@ -1005,14 +1025,48 @@
|
|
|
1005
1025
|
"name": "options"
|
|
1006
1026
|
},
|
|
1007
1027
|
"annotation": {
|
|
1008
|
-
"type": "
|
|
1009
|
-
"
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
"
|
|
1013
|
-
|
|
1028
|
+
"type": "typeLiteral",
|
|
1029
|
+
"members": [
|
|
1030
|
+
{
|
|
1031
|
+
"type": "propertySignature",
|
|
1032
|
+
"key": {
|
|
1033
|
+
"type": "identifier",
|
|
1034
|
+
"name": "label"
|
|
1035
|
+
},
|
|
1036
|
+
"annotation": {
|
|
1037
|
+
"type": "keyword",
|
|
1038
|
+
"value": "string"
|
|
1039
|
+
},
|
|
1040
|
+
"computed": false
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"type": "propertySignature",
|
|
1044
|
+
"key": {
|
|
1045
|
+
"type": "identifier",
|
|
1046
|
+
"name": "value"
|
|
1047
|
+
},
|
|
1048
|
+
"annotation": {
|
|
1049
|
+
"type": "keyword",
|
|
1050
|
+
"value": "any"
|
|
1051
|
+
},
|
|
1052
|
+
"computed": false
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"type": "indexSignature",
|
|
1056
|
+
"parameter": {
|
|
1057
|
+
"type": "identifier",
|
|
1058
|
+
"name": "key",
|
|
1059
|
+
"annotation": {
|
|
1060
|
+
"type": "keyword",
|
|
1061
|
+
"value": "string"
|
|
1062
|
+
}
|
|
1063
|
+
},
|
|
1064
|
+
"annotation": {
|
|
1065
|
+
"type": "keyword",
|
|
1066
|
+
"value": "any"
|
|
1067
|
+
}
|
|
1014
1068
|
}
|
|
1015
|
-
|
|
1069
|
+
]
|
|
1016
1070
|
},
|
|
1017
1071
|
"computed": false
|
|
1018
1072
|
},
|
|
@@ -1037,7 +1091,7 @@
|
|
|
1037
1091
|
"types": [
|
|
1038
1092
|
{
|
|
1039
1093
|
"type": "typeAlias",
|
|
1040
|
-
"name": "
|
|
1094
|
+
"name": "GeneralOption",
|
|
1041
1095
|
"annotation": {
|
|
1042
1096
|
"type": "union",
|
|
1043
1097
|
"types": [
|
|
@@ -1052,13 +1106,66 @@
|
|
|
1052
1106
|
{
|
|
1053
1107
|
"type": "keyword",
|
|
1054
1108
|
"value": "boolean"
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"type": "reference",
|
|
1112
|
+
"typeName": {
|
|
1113
|
+
"type": "identifier",
|
|
1114
|
+
"name": "GeneralComplexOption"
|
|
1115
|
+
}
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"type": "reference",
|
|
1119
|
+
"typeName": {
|
|
1120
|
+
"type": "identifier",
|
|
1121
|
+
"name": "Record"
|
|
1122
|
+
},
|
|
1123
|
+
"typeParameters": {
|
|
1124
|
+
"type": "typeParameterInstantiation",
|
|
1125
|
+
"params": [
|
|
1126
|
+
{
|
|
1127
|
+
"type": "keyword",
|
|
1128
|
+
"value": "string"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"type": "keyword",
|
|
1132
|
+
"value": "any"
|
|
1133
|
+
}
|
|
1134
|
+
]
|
|
1135
|
+
}
|
|
1055
1136
|
}
|
|
1056
1137
|
]
|
|
1057
1138
|
}
|
|
1058
1139
|
},
|
|
1059
1140
|
{
|
|
1060
1141
|
"type": "interface",
|
|
1061
|
-
"name": "
|
|
1142
|
+
"name": "GeneralComplexOption",
|
|
1143
|
+
"typeParameters": {
|
|
1144
|
+
"type": "typeParameterDeclaration",
|
|
1145
|
+
"params": [
|
|
1146
|
+
{
|
|
1147
|
+
"type": "typeParameter",
|
|
1148
|
+
"name": "T",
|
|
1149
|
+
"default": {
|
|
1150
|
+
"type": "union",
|
|
1151
|
+
"types": [
|
|
1152
|
+
{
|
|
1153
|
+
"type": "keyword",
|
|
1154
|
+
"value": "string"
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
"type": "keyword",
|
|
1158
|
+
"value": "number"
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
"type": "keyword",
|
|
1162
|
+
"value": "boolean"
|
|
1163
|
+
}
|
|
1164
|
+
]
|
|
1165
|
+
}
|
|
1166
|
+
}
|
|
1167
|
+
]
|
|
1168
|
+
},
|
|
1062
1169
|
"body": [
|
|
1063
1170
|
{
|
|
1064
1171
|
"type": "propertySignature",
|
|
@@ -1066,18 +1173,23 @@
|
|
|
1066
1173
|
"type": "identifier",
|
|
1067
1174
|
"name": "label"
|
|
1068
1175
|
},
|
|
1176
|
+
"annotation": {
|
|
1177
|
+
"type": "keyword",
|
|
1178
|
+
"value": "string"
|
|
1179
|
+
},
|
|
1180
|
+
"computed": false
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"type": "propertySignature",
|
|
1184
|
+
"key": {
|
|
1185
|
+
"type": "identifier",
|
|
1186
|
+
"name": "value"
|
|
1187
|
+
},
|
|
1069
1188
|
"annotation": {
|
|
1070
1189
|
"type": "reference",
|
|
1071
1190
|
"typeName": {
|
|
1072
|
-
"type": "
|
|
1073
|
-
"
|
|
1074
|
-
"type": "identifier",
|
|
1075
|
-
"name": "React"
|
|
1076
|
-
},
|
|
1077
|
-
"right": {
|
|
1078
|
-
"type": "identifier",
|
|
1079
|
-
"name": "ReactNode"
|
|
1080
|
-
}
|
|
1191
|
+
"type": "identifier",
|
|
1192
|
+
"name": "T"
|
|
1081
1193
|
}
|
|
1082
1194
|
},
|
|
1083
1195
|
"computed": false
|
|
@@ -1086,55 +1198,20 @@
|
|
|
1086
1198
|
"type": "propertySignature",
|
|
1087
1199
|
"key": {
|
|
1088
1200
|
"type": "identifier",
|
|
1089
|
-
"name": "
|
|
1201
|
+
"name": "caption"
|
|
1090
1202
|
},
|
|
1091
1203
|
"annotation": {
|
|
1092
1204
|
"type": "keyword",
|
|
1093
|
-
"value": "
|
|
1205
|
+
"value": "string"
|
|
1094
1206
|
},
|
|
1207
|
+
"optional": true,
|
|
1095
1208
|
"computed": false
|
|
1096
1209
|
},
|
|
1097
1210
|
{
|
|
1098
1211
|
"type": "propertySignature",
|
|
1099
1212
|
"key": {
|
|
1100
1213
|
"type": "identifier",
|
|
1101
|
-
"name": "
|
|
1102
|
-
},
|
|
1103
|
-
"annotation": {
|
|
1104
|
-
"type": "reference",
|
|
1105
|
-
"typeName": {
|
|
1106
|
-
"type": "qualifiedName",
|
|
1107
|
-
"left": {
|
|
1108
|
-
"type": "identifier",
|
|
1109
|
-
"name": "React"
|
|
1110
|
-
},
|
|
1111
|
-
"right": {
|
|
1112
|
-
"type": "identifier",
|
|
1113
|
-
"name": "CSSProperties"
|
|
1114
|
-
}
|
|
1115
|
-
}
|
|
1116
|
-
},
|
|
1117
|
-
"optional": true,
|
|
1118
|
-
"computed": false
|
|
1119
|
-
},
|
|
1120
|
-
{
|
|
1121
|
-
"type": "propertySignature",
|
|
1122
|
-
"key": {
|
|
1123
|
-
"type": "identifier",
|
|
1124
|
-
"name": "disabled"
|
|
1125
|
-
},
|
|
1126
|
-
"annotation": {
|
|
1127
|
-
"type": "keyword",
|
|
1128
|
-
"value": "boolean"
|
|
1129
|
-
},
|
|
1130
|
-
"optional": true,
|
|
1131
|
-
"computed": false
|
|
1132
|
-
},
|
|
1133
|
-
{
|
|
1134
|
-
"type": "propertySignature",
|
|
1135
|
-
"key": {
|
|
1136
|
-
"type": "identifier",
|
|
1137
|
-
"name": "checkboxColor"
|
|
1214
|
+
"name": "emoji"
|
|
1138
1215
|
},
|
|
1139
1216
|
"annotation": {
|
|
1140
1217
|
"type": "keyword",
|
|
@@ -1147,7 +1224,7 @@
|
|
|
1147
1224
|
"type": "indexSignature",
|
|
1148
1225
|
"parameter": {
|
|
1149
1226
|
"type": "identifier",
|
|
1150
|
-
"name": "
|
|
1227
|
+
"name": "key",
|
|
1151
1228
|
"annotation": {
|
|
1152
1229
|
"type": "keyword",
|
|
1153
1230
|
"value": "string"
|
|
@@ -1162,10 +1239,14 @@
|
|
|
1162
1239
|
},
|
|
1163
1240
|
{
|
|
1164
1241
|
"type": "typeAlias",
|
|
1165
|
-
"name": "
|
|
1242
|
+
"name": "RadioType",
|
|
1166
1243
|
"annotation": {
|
|
1167
1244
|
"type": "union",
|
|
1168
1245
|
"types": [
|
|
1246
|
+
{
|
|
1247
|
+
"type": "jsLiteral",
|
|
1248
|
+
"value": "button"
|
|
1249
|
+
},
|
|
1169
1250
|
{
|
|
1170
1251
|
"type": "jsLiteral",
|
|
1171
1252
|
"value": "default"
|
|
@@ -1173,61 +1254,67 @@
|
|
|
1173
1254
|
{
|
|
1174
1255
|
"type": "jsLiteral",
|
|
1175
1256
|
"value": "icon"
|
|
1257
|
+
},
|
|
1258
|
+
{
|
|
1259
|
+
"type": "jsLiteral",
|
|
1260
|
+
"value": "icon-circle"
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
"type": "jsLiteral",
|
|
1264
|
+
"value": "icon-square"
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"type": "jsLiteral",
|
|
1268
|
+
"value": "custom"
|
|
1176
1269
|
}
|
|
1177
1270
|
]
|
|
1178
1271
|
}
|
|
1179
1272
|
},
|
|
1180
1273
|
{
|
|
1181
|
-
"type": "
|
|
1182
|
-
"name": "
|
|
1183
|
-
"
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
"type": "
|
|
1188
|
-
"
|
|
1189
|
-
},
|
|
1190
|
-
"annotation": {
|
|
1191
|
-
"type": "keyword",
|
|
1192
|
-
"value": "string"
|
|
1193
|
-
},
|
|
1194
|
-
"computed": false
|
|
1195
|
-
},
|
|
1196
|
-
{
|
|
1197
|
-
"type": "propertySignature",
|
|
1198
|
-
"key": {
|
|
1199
|
-
"type": "identifier",
|
|
1200
|
-
"name": "key"
|
|
1274
|
+
"type": "typeAlias",
|
|
1275
|
+
"name": "UIType",
|
|
1276
|
+
"annotation": {
|
|
1277
|
+
"type": "union",
|
|
1278
|
+
"types": [
|
|
1279
|
+
{
|
|
1280
|
+
"type": "jsLiteral",
|
|
1281
|
+
"value": "default"
|
|
1201
1282
|
},
|
|
1202
|
-
|
|
1203
|
-
"type": "
|
|
1204
|
-
"value": "
|
|
1283
|
+
{
|
|
1284
|
+
"type": "jsLiteral",
|
|
1285
|
+
"value": "dashboard"
|
|
1286
|
+
}
|
|
1287
|
+
]
|
|
1288
|
+
}
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
"type": "typeAlias",
|
|
1292
|
+
"name": "ComponentSize",
|
|
1293
|
+
"annotation": {
|
|
1294
|
+
"type": "union",
|
|
1295
|
+
"types": [
|
|
1296
|
+
{
|
|
1297
|
+
"type": "jsLiteral",
|
|
1298
|
+
"value": "large"
|
|
1205
1299
|
},
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
"type": "propertySignature",
|
|
1210
|
-
"key": {
|
|
1211
|
-
"type": "identifier",
|
|
1212
|
-
"name": "options"
|
|
1300
|
+
{
|
|
1301
|
+
"type": "jsLiteral",
|
|
1302
|
+
"value": "medium"
|
|
1213
1303
|
},
|
|
1214
|
-
|
|
1215
|
-
"type": "
|
|
1216
|
-
"
|
|
1217
|
-
"type": "reference",
|
|
1218
|
-
"typeName": {
|
|
1219
|
-
"type": "identifier",
|
|
1220
|
-
"name": "CheckboxOptionType"
|
|
1221
|
-
}
|
|
1222
|
-
}
|
|
1304
|
+
{
|
|
1305
|
+
"type": "jsLiteral",
|
|
1306
|
+
"value": "small"
|
|
1223
1307
|
},
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1308
|
+
{
|
|
1309
|
+
"type": "jsLiteral",
|
|
1310
|
+
"value": "xs"
|
|
1311
|
+
}
|
|
1312
|
+
]
|
|
1313
|
+
}
|
|
1227
1314
|
}
|
|
1228
1315
|
]
|
|
1229
1316
|
},
|
|
1230
|
-
"eo-
|
|
1317
|
+
"eo-checkbox": {
|
|
1231
1318
|
"properties": [
|
|
1232
1319
|
{
|
|
1233
1320
|
"name": "name",
|
|
@@ -1236,13 +1323,6 @@
|
|
|
1236
1323
|
"value": "string"
|
|
1237
1324
|
}
|
|
1238
1325
|
},
|
|
1239
|
-
{
|
|
1240
|
-
"name": "placeholder",
|
|
1241
|
-
"annotation": {
|
|
1242
|
-
"type": "keyword",
|
|
1243
|
-
"value": "string"
|
|
1244
|
-
}
|
|
1245
|
-
},
|
|
1246
1326
|
{
|
|
1247
1327
|
"name": "label",
|
|
1248
1328
|
"annotation": {
|
|
@@ -1251,106 +1331,60 @@
|
|
|
1251
1331
|
}
|
|
1252
1332
|
},
|
|
1253
1333
|
{
|
|
1254
|
-
"name": "
|
|
1334
|
+
"name": "value",
|
|
1255
1335
|
"annotation": {
|
|
1256
|
-
"type": "
|
|
1257
|
-
"
|
|
1258
|
-
"type": "
|
|
1259
|
-
"
|
|
1260
|
-
"type": "identifier",
|
|
1261
|
-
"name": "React"
|
|
1262
|
-
},
|
|
1263
|
-
"right": {
|
|
1336
|
+
"type": "array",
|
|
1337
|
+
"elementType": {
|
|
1338
|
+
"type": "reference",
|
|
1339
|
+
"typeName": {
|
|
1264
1340
|
"type": "identifier",
|
|
1265
|
-
"name": "
|
|
1341
|
+
"name": "CheckboxValueType"
|
|
1266
1342
|
}
|
|
1267
1343
|
}
|
|
1268
1344
|
}
|
|
1269
1345
|
},
|
|
1270
1346
|
{
|
|
1271
|
-
"name": "
|
|
1347
|
+
"name": "options",
|
|
1272
1348
|
"annotation": {
|
|
1273
|
-
"type": "
|
|
1274
|
-
"
|
|
1349
|
+
"type": "array",
|
|
1350
|
+
"elementType": {
|
|
1351
|
+
"type": "reference",
|
|
1352
|
+
"typeName": {
|
|
1353
|
+
"type": "identifier",
|
|
1354
|
+
"name": "CheckboxOptionType"
|
|
1355
|
+
}
|
|
1356
|
+
}
|
|
1275
1357
|
}
|
|
1276
1358
|
},
|
|
1277
1359
|
{
|
|
1278
|
-
"name": "
|
|
1360
|
+
"name": "type",
|
|
1279
1361
|
"annotation": {
|
|
1280
|
-
"type": "
|
|
1281
|
-
"
|
|
1362
|
+
"type": "reference",
|
|
1363
|
+
"typeName": {
|
|
1364
|
+
"type": "identifier",
|
|
1365
|
+
"name": "CheckboxType"
|
|
1366
|
+
}
|
|
1282
1367
|
}
|
|
1283
1368
|
},
|
|
1284
1369
|
{
|
|
1285
|
-
"name": "
|
|
1370
|
+
"name": "disabled",
|
|
1286
1371
|
"annotation": {
|
|
1287
1372
|
"type": "keyword",
|
|
1288
|
-
"value": "
|
|
1289
|
-
}
|
|
1290
|
-
},
|
|
1291
|
-
{
|
|
1292
|
-
"name": "options",
|
|
1293
|
-
"annotation": {
|
|
1294
|
-
"type": "union",
|
|
1295
|
-
"types": [
|
|
1296
|
-
{
|
|
1297
|
-
"type": "array",
|
|
1298
|
-
"elementType": {
|
|
1299
|
-
"type": "keyword",
|
|
1300
|
-
"value": "string"
|
|
1301
|
-
}
|
|
1302
|
-
},
|
|
1303
|
-
{
|
|
1304
|
-
"type": "array",
|
|
1305
|
-
"elementType": {
|
|
1306
|
-
"type": "reference",
|
|
1307
|
-
"typeName": {
|
|
1308
|
-
"type": "identifier",
|
|
1309
|
-
"name": "OptionType"
|
|
1310
|
-
}
|
|
1311
|
-
}
|
|
1312
|
-
}
|
|
1313
|
-
]
|
|
1373
|
+
"value": "boolean"
|
|
1314
1374
|
}
|
|
1315
1375
|
},
|
|
1316
1376
|
{
|
|
1317
|
-
"name": "
|
|
1377
|
+
"name": "isCustom",
|
|
1318
1378
|
"annotation": {
|
|
1319
1379
|
"type": "keyword",
|
|
1320
1380
|
"value": "boolean"
|
|
1321
1381
|
}
|
|
1322
1382
|
},
|
|
1323
1383
|
{
|
|
1324
|
-
"name": "
|
|
1325
|
-
"annotation": {
|
|
1326
|
-
"type": "parenthesizedType",
|
|
1327
|
-
"annotation": {
|
|
1328
|
-
"type": "function",
|
|
1329
|
-
"parameters": [
|
|
1330
|
-
{
|
|
1331
|
-
"type": "identifier",
|
|
1332
|
-
"name": "value",
|
|
1333
|
-
"annotation": {
|
|
1334
|
-
"type": "keyword",
|
|
1335
|
-
"value": "any"
|
|
1336
|
-
}
|
|
1337
|
-
}
|
|
1338
|
-
],
|
|
1339
|
-
"annotation": {
|
|
1340
|
-
"type": "reference",
|
|
1341
|
-
"typeName": {
|
|
1342
|
-
"type": "identifier",
|
|
1343
|
-
"name": "MessageBody"
|
|
1344
|
-
}
|
|
1345
|
-
}
|
|
1346
|
-
}
|
|
1347
|
-
}
|
|
1348
|
-
},
|
|
1349
|
-
{
|
|
1350
|
-
"name": "pattern",
|
|
1384
|
+
"name": "required",
|
|
1351
1385
|
"annotation": {
|
|
1352
1386
|
"type": "keyword",
|
|
1353
|
-
"value": "
|
|
1387
|
+
"value": "boolean"
|
|
1354
1388
|
}
|
|
1355
1389
|
},
|
|
1356
1390
|
{
|
|
@@ -1375,47 +1409,127 @@
|
|
|
1375
1409
|
]
|
|
1376
1410
|
}
|
|
1377
1411
|
}
|
|
1378
|
-
}
|
|
1379
|
-
],
|
|
1380
|
-
"events": [
|
|
1412
|
+
},
|
|
1381
1413
|
{
|
|
1382
|
-
"name": "
|
|
1383
|
-
"
|
|
1384
|
-
"
|
|
1385
|
-
|
|
1386
|
-
"value": "string"
|
|
1387
|
-
}
|
|
1414
|
+
"name": "isGroup",
|
|
1415
|
+
"annotation": {
|
|
1416
|
+
"type": "keyword",
|
|
1417
|
+
"value": "boolean"
|
|
1388
1418
|
}
|
|
1389
|
-
}
|
|
1390
|
-
],
|
|
1391
|
-
"methods": [],
|
|
1392
|
-
"types": [
|
|
1419
|
+
},
|
|
1393
1420
|
{
|
|
1394
|
-
"
|
|
1395
|
-
"
|
|
1421
|
+
"name": "optionGroups",
|
|
1422
|
+
"annotation": {
|
|
1423
|
+
"type": "array",
|
|
1424
|
+
"elementType": {
|
|
1425
|
+
"type": "reference",
|
|
1426
|
+
"typeName": {
|
|
1427
|
+
"type": "identifier",
|
|
1428
|
+
"name": "OptionGroup"
|
|
1429
|
+
}
|
|
1430
|
+
}
|
|
1431
|
+
}
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
"name": "themeVariant",
|
|
1396
1435
|
"annotation": {
|
|
1397
1436
|
"type": "union",
|
|
1398
1437
|
"types": [
|
|
1399
1438
|
{
|
|
1400
|
-
"type": "
|
|
1401
|
-
"
|
|
1402
|
-
"type": "identifier",
|
|
1403
|
-
"name": "Option"
|
|
1404
|
-
}
|
|
1439
|
+
"type": "jsLiteral",
|
|
1440
|
+
"value": "default"
|
|
1405
1441
|
},
|
|
1406
1442
|
{
|
|
1443
|
+
"type": "jsLiteral",
|
|
1444
|
+
"value": "elevo"
|
|
1445
|
+
}
|
|
1446
|
+
]
|
|
1447
|
+
}
|
|
1448
|
+
}
|
|
1449
|
+
],
|
|
1450
|
+
"events": [
|
|
1451
|
+
{
|
|
1452
|
+
"name": "change",
|
|
1453
|
+
"detail": {
|
|
1454
|
+
"annotation": {
|
|
1455
|
+
"type": "array",
|
|
1456
|
+
"elementType": {
|
|
1407
1457
|
"type": "reference",
|
|
1408
1458
|
"typeName": {
|
|
1409
1459
|
"type": "identifier",
|
|
1410
|
-
"name": "
|
|
1460
|
+
"name": "CheckboxOptionType"
|
|
1461
|
+
}
|
|
1462
|
+
}
|
|
1463
|
+
}
|
|
1464
|
+
}
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
"name": "options.change",
|
|
1468
|
+
"detail": {
|
|
1469
|
+
"annotation": {
|
|
1470
|
+
"type": "typeLiteral",
|
|
1471
|
+
"members": [
|
|
1472
|
+
{
|
|
1473
|
+
"type": "propertySignature",
|
|
1474
|
+
"key": {
|
|
1475
|
+
"type": "identifier",
|
|
1476
|
+
"name": "options"
|
|
1477
|
+
},
|
|
1478
|
+
"annotation": {
|
|
1479
|
+
"type": "array",
|
|
1480
|
+
"elementType": {
|
|
1481
|
+
"type": "reference",
|
|
1482
|
+
"typeName": {
|
|
1483
|
+
"type": "identifier",
|
|
1484
|
+
"name": "CheckboxOptionType"
|
|
1485
|
+
}
|
|
1486
|
+
}
|
|
1487
|
+
},
|
|
1488
|
+
"computed": false
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"type": "propertySignature",
|
|
1492
|
+
"key": {
|
|
1493
|
+
"type": "identifier",
|
|
1494
|
+
"name": "name"
|
|
1495
|
+
},
|
|
1496
|
+
"annotation": {
|
|
1497
|
+
"type": "keyword",
|
|
1498
|
+
"value": "string"
|
|
1499
|
+
},
|
|
1500
|
+
"computed": false
|
|
1411
1501
|
}
|
|
1502
|
+
]
|
|
1503
|
+
}
|
|
1504
|
+
}
|
|
1505
|
+
}
|
|
1506
|
+
],
|
|
1507
|
+
"methods": [],
|
|
1508
|
+
"types": [
|
|
1509
|
+
{
|
|
1510
|
+
"type": "typeAlias",
|
|
1511
|
+
"name": "CheckboxValueType",
|
|
1512
|
+
"annotation": {
|
|
1513
|
+
"type": "union",
|
|
1514
|
+
"types": [
|
|
1515
|
+
{
|
|
1516
|
+
"type": "keyword",
|
|
1517
|
+
"value": "string"
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
"type": "keyword",
|
|
1521
|
+
"value": "number"
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
"type": "keyword",
|
|
1525
|
+
"value": "boolean"
|
|
1412
1526
|
}
|
|
1413
1527
|
]
|
|
1414
1528
|
}
|
|
1415
1529
|
},
|
|
1416
1530
|
{
|
|
1417
1531
|
"type": "interface",
|
|
1418
|
-
"name": "
|
|
1532
|
+
"name": "CheckboxOptionType",
|
|
1419
1533
|
"body": [
|
|
1420
1534
|
{
|
|
1421
1535
|
"type": "propertySignature",
|
|
@@ -1423,9 +1537,31 @@
|
|
|
1423
1537
|
"type": "identifier",
|
|
1424
1538
|
"name": "label"
|
|
1425
1539
|
},
|
|
1540
|
+
"annotation": {
|
|
1541
|
+
"type": "reference",
|
|
1542
|
+
"typeName": {
|
|
1543
|
+
"type": "qualifiedName",
|
|
1544
|
+
"left": {
|
|
1545
|
+
"type": "identifier",
|
|
1546
|
+
"name": "React"
|
|
1547
|
+
},
|
|
1548
|
+
"right": {
|
|
1549
|
+
"type": "identifier",
|
|
1550
|
+
"name": "ReactNode"
|
|
1551
|
+
}
|
|
1552
|
+
}
|
|
1553
|
+
},
|
|
1554
|
+
"computed": false
|
|
1555
|
+
},
|
|
1556
|
+
{
|
|
1557
|
+
"type": "propertySignature",
|
|
1558
|
+
"key": {
|
|
1559
|
+
"type": "identifier",
|
|
1560
|
+
"name": "value"
|
|
1561
|
+
},
|
|
1426
1562
|
"annotation": {
|
|
1427
1563
|
"type": "keyword",
|
|
1428
|
-
"value": "
|
|
1564
|
+
"value": "any"
|
|
1429
1565
|
},
|
|
1430
1566
|
"computed": false
|
|
1431
1567
|
},
|
|
@@ -1433,11 +1569,34 @@
|
|
|
1433
1569
|
"type": "propertySignature",
|
|
1434
1570
|
"key": {
|
|
1435
1571
|
"type": "identifier",
|
|
1436
|
-
"name": "
|
|
1572
|
+
"name": "style"
|
|
1573
|
+
},
|
|
1574
|
+
"annotation": {
|
|
1575
|
+
"type": "reference",
|
|
1576
|
+
"typeName": {
|
|
1577
|
+
"type": "qualifiedName",
|
|
1578
|
+
"left": {
|
|
1579
|
+
"type": "identifier",
|
|
1580
|
+
"name": "React"
|
|
1581
|
+
},
|
|
1582
|
+
"right": {
|
|
1583
|
+
"type": "identifier",
|
|
1584
|
+
"name": "CSSProperties"
|
|
1585
|
+
}
|
|
1586
|
+
}
|
|
1587
|
+
},
|
|
1588
|
+
"optional": true,
|
|
1589
|
+
"computed": false
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
"type": "propertySignature",
|
|
1593
|
+
"key": {
|
|
1594
|
+
"type": "identifier",
|
|
1595
|
+
"name": "disabled"
|
|
1437
1596
|
},
|
|
1438
1597
|
"annotation": {
|
|
1439
1598
|
"type": "keyword",
|
|
1440
|
-
"value": "
|
|
1599
|
+
"value": "boolean"
|
|
1441
1600
|
},
|
|
1442
1601
|
"optional": true,
|
|
1443
1602
|
"computed": false
|
|
@@ -1446,16 +1605,49 @@
|
|
|
1446
1605
|
"type": "propertySignature",
|
|
1447
1606
|
"key": {
|
|
1448
1607
|
"type": "identifier",
|
|
1449
|
-
"name": "
|
|
1608
|
+
"name": "checkboxColor"
|
|
1450
1609
|
},
|
|
1451
1610
|
"annotation": {
|
|
1452
1611
|
"type": "keyword",
|
|
1453
|
-
"value": "
|
|
1612
|
+
"value": "string"
|
|
1454
1613
|
},
|
|
1614
|
+
"optional": true,
|
|
1455
1615
|
"computed": false
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"type": "indexSignature",
|
|
1619
|
+
"parameter": {
|
|
1620
|
+
"type": "identifier",
|
|
1621
|
+
"name": "propName",
|
|
1622
|
+
"annotation": {
|
|
1623
|
+
"type": "keyword",
|
|
1624
|
+
"value": "string"
|
|
1625
|
+
}
|
|
1626
|
+
},
|
|
1627
|
+
"annotation": {
|
|
1628
|
+
"type": "keyword",
|
|
1629
|
+
"value": "any"
|
|
1630
|
+
}
|
|
1456
1631
|
}
|
|
1457
1632
|
]
|
|
1458
1633
|
},
|
|
1634
|
+
{
|
|
1635
|
+
"type": "typeAlias",
|
|
1636
|
+
"name": "CheckboxType",
|
|
1637
|
+
"annotation": {
|
|
1638
|
+
"type": "union",
|
|
1639
|
+
"types": [
|
|
1640
|
+
{
|
|
1641
|
+
"type": "jsLiteral",
|
|
1642
|
+
"value": "default"
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"type": "jsLiteral",
|
|
1646
|
+
"value": "icon"
|
|
1647
|
+
}
|
|
1648
|
+
]
|
|
1649
|
+
}
|
|
1650
|
+
},
|
|
1459
1651
|
{
|
|
1460
1652
|
"type": "interface",
|
|
1461
1653
|
"name": "OptionGroup",
|
|
@@ -1464,7 +1656,19 @@
|
|
|
1464
1656
|
"type": "propertySignature",
|
|
1465
1657
|
"key": {
|
|
1466
1658
|
"type": "identifier",
|
|
1467
|
-
"name": "
|
|
1659
|
+
"name": "name"
|
|
1660
|
+
},
|
|
1661
|
+
"annotation": {
|
|
1662
|
+
"type": "keyword",
|
|
1663
|
+
"value": "string"
|
|
1664
|
+
},
|
|
1665
|
+
"computed": false
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
"type": "propertySignature",
|
|
1669
|
+
"key": {
|
|
1670
|
+
"type": "identifier",
|
|
1671
|
+
"name": "key"
|
|
1468
1672
|
},
|
|
1469
1673
|
"annotation": {
|
|
1470
1674
|
"type": "keyword",
|
|
@@ -1484,7 +1688,7 @@
|
|
|
1484
1688
|
"type": "reference",
|
|
1485
1689
|
"typeName": {
|
|
1486
1690
|
"type": "identifier",
|
|
1487
|
-
"name": "
|
|
1691
|
+
"name": "CheckboxOptionType"
|
|
1488
1692
|
}
|
|
1489
1693
|
}
|
|
1490
1694
|
},
|
|
@@ -1494,73 +1698,31 @@
|
|
|
1494
1698
|
}
|
|
1495
1699
|
]
|
|
1496
1700
|
},
|
|
1497
|
-
"eo-
|
|
1701
|
+
"eo-auto-complete": {
|
|
1498
1702
|
"properties": [
|
|
1499
1703
|
{
|
|
1500
|
-
"name": "
|
|
1704
|
+
"name": "name",
|
|
1501
1705
|
"annotation": {
|
|
1502
|
-
"type": "
|
|
1503
|
-
"
|
|
1504
|
-
"type": "identifier",
|
|
1505
|
-
"name": "Record"
|
|
1506
|
-
},
|
|
1507
|
-
"typeParameters": {
|
|
1508
|
-
"type": "typeParameterInstantiation",
|
|
1509
|
-
"params": [
|
|
1510
|
-
{
|
|
1511
|
-
"type": "keyword",
|
|
1512
|
-
"value": "string"
|
|
1513
|
-
},
|
|
1514
|
-
{
|
|
1515
|
-
"type": "keyword",
|
|
1516
|
-
"value": "unknown"
|
|
1517
|
-
}
|
|
1518
|
-
]
|
|
1519
|
-
}
|
|
1706
|
+
"type": "keyword",
|
|
1707
|
+
"value": "string"
|
|
1520
1708
|
}
|
|
1521
1709
|
},
|
|
1522
1710
|
{
|
|
1523
|
-
"name": "
|
|
1711
|
+
"name": "placeholder",
|
|
1524
1712
|
"annotation": {
|
|
1525
|
-
"type": "
|
|
1526
|
-
"
|
|
1527
|
-
"type": "identifier",
|
|
1528
|
-
"name": "Layout"
|
|
1529
|
-
}
|
|
1713
|
+
"type": "keyword",
|
|
1714
|
+
"value": "string"
|
|
1530
1715
|
}
|
|
1531
1716
|
},
|
|
1532
1717
|
{
|
|
1533
|
-
"name": "
|
|
1718
|
+
"name": "label",
|
|
1534
1719
|
"annotation": {
|
|
1535
|
-
"type": "
|
|
1536
|
-
"
|
|
1537
|
-
"type": "identifier",
|
|
1538
|
-
"name": "ComponentSize"
|
|
1539
|
-
}
|
|
1720
|
+
"type": "keyword",
|
|
1721
|
+
"value": "string"
|
|
1540
1722
|
}
|
|
1541
1723
|
},
|
|
1542
1724
|
{
|
|
1543
|
-
"name": "
|
|
1544
|
-
"annotation": {
|
|
1545
|
-
"type": "reference",
|
|
1546
|
-
"typeName": {
|
|
1547
|
-
"type": "identifier",
|
|
1548
|
-
"name": "ColProps"
|
|
1549
|
-
}
|
|
1550
|
-
}
|
|
1551
|
-
},
|
|
1552
|
-
{
|
|
1553
|
-
"name": "wrapperCol",
|
|
1554
|
-
"annotation": {
|
|
1555
|
-
"type": "reference",
|
|
1556
|
-
"typeName": {
|
|
1557
|
-
"type": "identifier",
|
|
1558
|
-
"name": "ColProps"
|
|
1559
|
-
}
|
|
1560
|
-
}
|
|
1561
|
-
},
|
|
1562
|
-
{
|
|
1563
|
-
"name": "formStyle",
|
|
1725
|
+
"name": "inputStyle",
|
|
1564
1726
|
"annotation": {
|
|
1565
1727
|
"type": "reference",
|
|
1566
1728
|
"typeName": {
|
|
@@ -1577,350 +1739,236 @@
|
|
|
1577
1739
|
}
|
|
1578
1740
|
},
|
|
1579
1741
|
{
|
|
1580
|
-
"name": "
|
|
1742
|
+
"name": "disabled",
|
|
1743
|
+
"annotation": {
|
|
1744
|
+
"type": "keyword",
|
|
1745
|
+
"value": "boolean"
|
|
1746
|
+
}
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"name": "required",
|
|
1750
|
+
"annotation": {
|
|
1751
|
+
"type": "keyword",
|
|
1752
|
+
"value": "boolean"
|
|
1753
|
+
}
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"name": "value",
|
|
1581
1757
|
"annotation": {
|
|
1582
1758
|
"type": "keyword",
|
|
1583
1759
|
"value": "string"
|
|
1584
1760
|
}
|
|
1585
|
-
}
|
|
1586
|
-
],
|
|
1587
|
-
"events": [
|
|
1761
|
+
},
|
|
1588
1762
|
{
|
|
1589
|
-
"name": "
|
|
1590
|
-
"
|
|
1591
|
-
"
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
"type": "
|
|
1595
|
-
"
|
|
1763
|
+
"name": "options",
|
|
1764
|
+
"annotation": {
|
|
1765
|
+
"type": "union",
|
|
1766
|
+
"types": [
|
|
1767
|
+
{
|
|
1768
|
+
"type": "array",
|
|
1769
|
+
"elementType": {
|
|
1770
|
+
"type": "keyword",
|
|
1771
|
+
"value": "string"
|
|
1772
|
+
}
|
|
1596
1773
|
},
|
|
1597
|
-
|
|
1598
|
-
"type": "
|
|
1599
|
-
"
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
"
|
|
1603
|
-
|
|
1604
|
-
{
|
|
1605
|
-
"type": "keyword",
|
|
1606
|
-
"value": "unknown"
|
|
1774
|
+
{
|
|
1775
|
+
"type": "array",
|
|
1776
|
+
"elementType": {
|
|
1777
|
+
"type": "reference",
|
|
1778
|
+
"typeName": {
|
|
1779
|
+
"type": "identifier",
|
|
1780
|
+
"name": "OptionType"
|
|
1607
1781
|
}
|
|
1608
|
-
|
|
1782
|
+
}
|
|
1609
1783
|
}
|
|
1610
|
-
|
|
1784
|
+
]
|
|
1611
1785
|
}
|
|
1612
1786
|
},
|
|
1613
1787
|
{
|
|
1614
|
-
"name": "
|
|
1615
|
-
"
|
|
1788
|
+
"name": "filterByCaption",
|
|
1789
|
+
"annotation": {
|
|
1790
|
+
"type": "keyword",
|
|
1791
|
+
"value": "boolean"
|
|
1792
|
+
}
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
"name": "validator",
|
|
1796
|
+
"annotation": {
|
|
1797
|
+
"type": "parenthesizedType",
|
|
1616
1798
|
"annotation": {
|
|
1617
|
-
"type": "
|
|
1618
|
-
"
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
"type": "typeParameterInstantiation",
|
|
1624
|
-
"params": [
|
|
1625
|
-
{
|
|
1626
|
-
"type": "keyword",
|
|
1627
|
-
"value": "string"
|
|
1628
|
-
},
|
|
1629
|
-
{
|
|
1799
|
+
"type": "function",
|
|
1800
|
+
"parameters": [
|
|
1801
|
+
{
|
|
1802
|
+
"type": "identifier",
|
|
1803
|
+
"name": "value",
|
|
1804
|
+
"annotation": {
|
|
1630
1805
|
"type": "keyword",
|
|
1631
|
-
"value": "
|
|
1806
|
+
"value": "any"
|
|
1632
1807
|
}
|
|
1633
|
-
|
|
1808
|
+
}
|
|
1809
|
+
],
|
|
1810
|
+
"annotation": {
|
|
1811
|
+
"type": "reference",
|
|
1812
|
+
"typeName": {
|
|
1813
|
+
"type": "identifier",
|
|
1814
|
+
"name": "MessageBody"
|
|
1815
|
+
}
|
|
1634
1816
|
}
|
|
1635
1817
|
}
|
|
1636
1818
|
}
|
|
1637
1819
|
},
|
|
1638
1820
|
{
|
|
1639
|
-
"name": "
|
|
1640
|
-
"
|
|
1641
|
-
"
|
|
1642
|
-
|
|
1643
|
-
"elementType": {
|
|
1644
|
-
"type": "parenthesizedType",
|
|
1645
|
-
"annotation": {
|
|
1646
|
-
"type": "intersection",
|
|
1647
|
-
"types": [
|
|
1648
|
-
{
|
|
1649
|
-
"type": "reference",
|
|
1650
|
-
"typeName": {
|
|
1651
|
-
"type": "identifier",
|
|
1652
|
-
"name": "MessageBody"
|
|
1653
|
-
}
|
|
1654
|
-
},
|
|
1655
|
-
{
|
|
1656
|
-
"type": "typeLiteral",
|
|
1657
|
-
"members": [
|
|
1658
|
-
{
|
|
1659
|
-
"type": "propertySignature",
|
|
1660
|
-
"key": {
|
|
1661
|
-
"type": "identifier",
|
|
1662
|
-
"name": "name"
|
|
1663
|
-
},
|
|
1664
|
-
"annotation": {
|
|
1665
|
-
"type": "keyword",
|
|
1666
|
-
"value": "string"
|
|
1667
|
-
},
|
|
1668
|
-
"computed": false
|
|
1669
|
-
}
|
|
1670
|
-
]
|
|
1671
|
-
}
|
|
1672
|
-
]
|
|
1673
|
-
}
|
|
1674
|
-
}
|
|
1675
|
-
}
|
|
1821
|
+
"name": "pattern",
|
|
1822
|
+
"annotation": {
|
|
1823
|
+
"type": "keyword",
|
|
1824
|
+
"value": "string"
|
|
1676
1825
|
}
|
|
1677
|
-
}
|
|
1678
|
-
],
|
|
1679
|
-
"methods": [
|
|
1826
|
+
},
|
|
1680
1827
|
{
|
|
1681
|
-
"name": "
|
|
1682
|
-
"
|
|
1683
|
-
|
|
1684
|
-
"
|
|
1685
|
-
"type": "
|
|
1686
|
-
"
|
|
1828
|
+
"name": "message",
|
|
1829
|
+
"annotation": {
|
|
1830
|
+
"type": "reference",
|
|
1831
|
+
"typeName": {
|
|
1832
|
+
"type": "identifier",
|
|
1833
|
+
"name": "Record"
|
|
1834
|
+
},
|
|
1835
|
+
"typeParameters": {
|
|
1836
|
+
"type": "typeParameterInstantiation",
|
|
1837
|
+
"params": [
|
|
1687
1838
|
{
|
|
1688
1839
|
"type": "keyword",
|
|
1689
|
-
"value": "
|
|
1840
|
+
"value": "string"
|
|
1690
1841
|
},
|
|
1691
1842
|
{
|
|
1692
|
-
"type": "
|
|
1693
|
-
"
|
|
1694
|
-
"type": "identifier",
|
|
1695
|
-
"name": "Record"
|
|
1696
|
-
},
|
|
1697
|
-
"typeParameters": {
|
|
1698
|
-
"type": "typeParameterInstantiation",
|
|
1699
|
-
"params": [
|
|
1700
|
-
{
|
|
1701
|
-
"type": "keyword",
|
|
1702
|
-
"value": "string"
|
|
1703
|
-
},
|
|
1704
|
-
{
|
|
1705
|
-
"type": "keyword",
|
|
1706
|
-
"value": "unknown"
|
|
1707
|
-
}
|
|
1708
|
-
]
|
|
1709
|
-
}
|
|
1843
|
+
"type": "keyword",
|
|
1844
|
+
"value": "string"
|
|
1710
1845
|
}
|
|
1711
1846
|
]
|
|
1712
1847
|
}
|
|
1713
1848
|
}
|
|
1714
|
-
}
|
|
1849
|
+
}
|
|
1850
|
+
],
|
|
1851
|
+
"events": [
|
|
1715
1852
|
{
|
|
1716
|
-
"name": "
|
|
1717
|
-
"
|
|
1718
|
-
{
|
|
1719
|
-
"
|
|
1720
|
-
"
|
|
1853
|
+
"name": "change",
|
|
1854
|
+
"detail": {
|
|
1855
|
+
"annotation": {
|
|
1856
|
+
"type": "keyword",
|
|
1857
|
+
"value": "string"
|
|
1858
|
+
}
|
|
1859
|
+
}
|
|
1860
|
+
}
|
|
1861
|
+
],
|
|
1862
|
+
"methods": [],
|
|
1863
|
+
"types": [
|
|
1864
|
+
{
|
|
1865
|
+
"type": "typeAlias",
|
|
1866
|
+
"name": "OptionType",
|
|
1867
|
+
"annotation": {
|
|
1868
|
+
"type": "union",
|
|
1869
|
+
"types": [
|
|
1870
|
+
{
|
|
1721
1871
|
"type": "reference",
|
|
1722
1872
|
"typeName": {
|
|
1723
1873
|
"type": "identifier",
|
|
1724
|
-
"name": "
|
|
1725
|
-
}
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
},
|
|
1733
|
-
{
|
|
1734
|
-
"type": "keyword",
|
|
1735
|
-
"value": "unknown"
|
|
1736
|
-
}
|
|
1737
|
-
]
|
|
1874
|
+
"name": "Option"
|
|
1875
|
+
}
|
|
1876
|
+
},
|
|
1877
|
+
{
|
|
1878
|
+
"type": "reference",
|
|
1879
|
+
"typeName": {
|
|
1880
|
+
"type": "identifier",
|
|
1881
|
+
"name": "OptionGroup"
|
|
1738
1882
|
}
|
|
1739
1883
|
}
|
|
1740
|
-
|
|
1884
|
+
]
|
|
1885
|
+
}
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
"type": "interface",
|
|
1889
|
+
"name": "Option",
|
|
1890
|
+
"body": [
|
|
1741
1891
|
{
|
|
1742
|
-
"
|
|
1892
|
+
"type": "propertySignature",
|
|
1893
|
+
"key": {
|
|
1894
|
+
"type": "identifier",
|
|
1895
|
+
"name": "label"
|
|
1896
|
+
},
|
|
1743
1897
|
"annotation": {
|
|
1744
|
-
"type": "
|
|
1745
|
-
"
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
"type": "identifier",
|
|
1750
|
-
"name": "runInMacrotask"
|
|
1751
|
-
},
|
|
1752
|
-
"annotation": {
|
|
1753
|
-
"type": "keyword",
|
|
1754
|
-
"value": "boolean"
|
|
1755
|
-
},
|
|
1756
|
-
"optional": true,
|
|
1757
|
-
"computed": false
|
|
1758
|
-
},
|
|
1759
|
-
{
|
|
1760
|
-
"type": "propertySignature",
|
|
1761
|
-
"key": {
|
|
1762
|
-
"type": "identifier",
|
|
1763
|
-
"name": "runInMicrotask"
|
|
1764
|
-
},
|
|
1765
|
-
"annotation": {
|
|
1766
|
-
"type": "keyword",
|
|
1767
|
-
"value": "boolean"
|
|
1768
|
-
},
|
|
1769
|
-
"optional": true,
|
|
1770
|
-
"computed": false
|
|
1771
|
-
}
|
|
1772
|
-
]
|
|
1773
|
-
}
|
|
1774
|
-
}
|
|
1775
|
-
],
|
|
1776
|
-
"returns": {}
|
|
1777
|
-
},
|
|
1778
|
-
{
|
|
1779
|
-
"name": "resetFields",
|
|
1780
|
-
"params": [
|
|
1898
|
+
"type": "keyword",
|
|
1899
|
+
"value": "string"
|
|
1900
|
+
},
|
|
1901
|
+
"computed": false
|
|
1902
|
+
},
|
|
1781
1903
|
{
|
|
1782
|
-
"
|
|
1904
|
+
"type": "propertySignature",
|
|
1905
|
+
"key": {
|
|
1906
|
+
"type": "identifier",
|
|
1907
|
+
"name": "caption"
|
|
1908
|
+
},
|
|
1783
1909
|
"annotation": {
|
|
1784
1910
|
"type": "keyword",
|
|
1785
1911
|
"value": "string"
|
|
1786
|
-
}
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
},
|
|
1791
|
-
{
|
|
1792
|
-
"name": "getFieldsValue",
|
|
1793
|
-
"params": [
|
|
1912
|
+
},
|
|
1913
|
+
"optional": true,
|
|
1914
|
+
"computed": false
|
|
1915
|
+
},
|
|
1794
1916
|
{
|
|
1795
|
-
"
|
|
1917
|
+
"type": "propertySignature",
|
|
1918
|
+
"key": {
|
|
1919
|
+
"type": "identifier",
|
|
1920
|
+
"name": "value"
|
|
1921
|
+
},
|
|
1796
1922
|
"annotation": {
|
|
1797
1923
|
"type": "keyword",
|
|
1798
|
-
"value": "
|
|
1799
|
-
}
|
|
1924
|
+
"value": "any"
|
|
1925
|
+
},
|
|
1926
|
+
"computed": false
|
|
1800
1927
|
}
|
|
1801
|
-
]
|
|
1802
|
-
"returns": {}
|
|
1928
|
+
]
|
|
1803
1929
|
},
|
|
1804
1930
|
{
|
|
1805
|
-
"
|
|
1806
|
-
"
|
|
1931
|
+
"type": "interface",
|
|
1932
|
+
"name": "OptionGroup",
|
|
1933
|
+
"body": [
|
|
1807
1934
|
{
|
|
1808
|
-
"
|
|
1935
|
+
"type": "propertySignature",
|
|
1936
|
+
"key": {
|
|
1937
|
+
"type": "identifier",
|
|
1938
|
+
"name": "label"
|
|
1939
|
+
},
|
|
1809
1940
|
"annotation": {
|
|
1810
1941
|
"type": "keyword",
|
|
1811
1942
|
"value": "string"
|
|
1812
|
-
}
|
|
1813
|
-
}
|
|
1814
|
-
],
|
|
1815
|
-
"returns": {}
|
|
1816
|
-
},
|
|
1817
|
-
{
|
|
1818
|
-
"name": "resetValidateState",
|
|
1819
|
-
"params": [],
|
|
1820
|
-
"returns": {}
|
|
1821
|
-
}
|
|
1822
|
-
],
|
|
1823
|
-
"types": [
|
|
1824
|
-
{
|
|
1825
|
-
"type": "typeAlias",
|
|
1826
|
-
"name": "Layout",
|
|
1827
|
-
"annotation": {
|
|
1828
|
-
"type": "union",
|
|
1829
|
-
"types": [
|
|
1830
|
-
{
|
|
1831
|
-
"type": "jsLiteral",
|
|
1832
|
-
"value": "horizontal"
|
|
1833
|
-
},
|
|
1834
|
-
{
|
|
1835
|
-
"type": "jsLiteral",
|
|
1836
|
-
"value": "vertical"
|
|
1837
|
-
},
|
|
1838
|
-
{
|
|
1839
|
-
"type": "jsLiteral",
|
|
1840
|
-
"value": "inline"
|
|
1841
|
-
}
|
|
1842
|
-
]
|
|
1843
|
-
}
|
|
1844
|
-
},
|
|
1845
|
-
{
|
|
1846
|
-
"type": "typeAlias",
|
|
1847
|
-
"name": "ComponentSize",
|
|
1848
|
-
"annotation": {
|
|
1849
|
-
"type": "union",
|
|
1850
|
-
"types": [
|
|
1851
|
-
{
|
|
1852
|
-
"type": "jsLiteral",
|
|
1853
|
-
"value": "large"
|
|
1854
1943
|
},
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1944
|
+
"computed": false
|
|
1945
|
+
},
|
|
1946
|
+
{
|
|
1947
|
+
"type": "propertySignature",
|
|
1948
|
+
"key": {
|
|
1949
|
+
"type": "identifier",
|
|
1950
|
+
"name": "options"
|
|
1858
1951
|
},
|
|
1859
|
-
{
|
|
1860
|
-
"type": "
|
|
1861
|
-
"
|
|
1952
|
+
"annotation": {
|
|
1953
|
+
"type": "array",
|
|
1954
|
+
"elementType": {
|
|
1955
|
+
"type": "reference",
|
|
1956
|
+
"typeName": {
|
|
1957
|
+
"type": "identifier",
|
|
1958
|
+
"name": "Option"
|
|
1959
|
+
}
|
|
1960
|
+
}
|
|
1862
1961
|
},
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
}
|
|
1867
|
-
]
|
|
1868
|
-
}
|
|
1962
|
+
"computed": false
|
|
1963
|
+
}
|
|
1964
|
+
]
|
|
1869
1965
|
}
|
|
1870
1966
|
]
|
|
1871
1967
|
},
|
|
1872
|
-
"eo-
|
|
1968
|
+
"eo-form": {
|
|
1873
1969
|
"properties": [
|
|
1874
1970
|
{
|
|
1875
|
-
"name": "
|
|
1876
|
-
"annotation": {
|
|
1877
|
-
"type": "keyword",
|
|
1878
|
-
"value": "string"
|
|
1879
|
-
}
|
|
1880
|
-
},
|
|
1881
|
-
{
|
|
1882
|
-
"name": "placeholder",
|
|
1883
|
-
"annotation": {
|
|
1884
|
-
"type": "keyword",
|
|
1885
|
-
"value": "string"
|
|
1886
|
-
}
|
|
1887
|
-
},
|
|
1888
|
-
{
|
|
1889
|
-
"name": "label",
|
|
1890
|
-
"annotation": {
|
|
1891
|
-
"type": "keyword",
|
|
1892
|
-
"value": "string"
|
|
1893
|
-
}
|
|
1894
|
-
},
|
|
1895
|
-
{
|
|
1896
|
-
"name": "options",
|
|
1897
|
-
"annotation": {
|
|
1898
|
-
"type": "array",
|
|
1899
|
-
"elementType": {
|
|
1900
|
-
"type": "reference",
|
|
1901
|
-
"typeName": {
|
|
1902
|
-
"type": "identifier",
|
|
1903
|
-
"name": "GeneralComplexOption"
|
|
1904
|
-
}
|
|
1905
|
-
}
|
|
1906
|
-
}
|
|
1907
|
-
},
|
|
1908
|
-
{
|
|
1909
|
-
"name": "value",
|
|
1910
|
-
"annotation": {
|
|
1911
|
-
"type": "keyword",
|
|
1912
|
-
"value": "any"
|
|
1913
|
-
}
|
|
1914
|
-
},
|
|
1915
|
-
{
|
|
1916
|
-
"name": "required",
|
|
1917
|
-
"annotation": {
|
|
1918
|
-
"type": "keyword",
|
|
1919
|
-
"value": "boolean"
|
|
1920
|
-
}
|
|
1921
|
-
},
|
|
1922
|
-
{
|
|
1923
|
-
"name": "message",
|
|
1971
|
+
"name": "staticValues",
|
|
1924
1972
|
"annotation": {
|
|
1925
1973
|
"type": "reference",
|
|
1926
1974
|
"typeName": {
|
|
@@ -1936,142 +1984,54 @@
|
|
|
1936
1984
|
},
|
|
1937
1985
|
{
|
|
1938
1986
|
"type": "keyword",
|
|
1939
|
-
"value": "
|
|
1987
|
+
"value": "unknown"
|
|
1940
1988
|
}
|
|
1941
1989
|
]
|
|
1942
1990
|
}
|
|
1943
1991
|
}
|
|
1944
1992
|
},
|
|
1945
1993
|
{
|
|
1946
|
-
"name": "
|
|
1994
|
+
"name": "layout",
|
|
1947
1995
|
"annotation": {
|
|
1948
|
-
"type": "
|
|
1949
|
-
"
|
|
1996
|
+
"type": "reference",
|
|
1997
|
+
"typeName": {
|
|
1998
|
+
"type": "identifier",
|
|
1999
|
+
"name": "Layout"
|
|
2000
|
+
}
|
|
1950
2001
|
}
|
|
1951
2002
|
},
|
|
1952
2003
|
{
|
|
1953
|
-
"name": "
|
|
2004
|
+
"name": "size",
|
|
1954
2005
|
"annotation": {
|
|
1955
|
-
"type": "
|
|
1956
|
-
"
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
},
|
|
1961
|
-
{
|
|
1962
|
-
"type": "jsLiteral",
|
|
1963
|
-
"value": "multiple"
|
|
1964
|
-
}
|
|
1965
|
-
]
|
|
2006
|
+
"type": "reference",
|
|
2007
|
+
"typeName": {
|
|
2008
|
+
"type": "identifier",
|
|
2009
|
+
"name": "ComponentSize"
|
|
2010
|
+
}
|
|
1966
2011
|
}
|
|
1967
2012
|
},
|
|
1968
2013
|
{
|
|
1969
|
-
"name": "
|
|
2014
|
+
"name": "labelCol",
|
|
1970
2015
|
"annotation": {
|
|
1971
|
-
"type": "
|
|
1972
|
-
"
|
|
1973
|
-
"type": "
|
|
1974
|
-
"
|
|
2016
|
+
"type": "reference",
|
|
2017
|
+
"typeName": {
|
|
2018
|
+
"type": "identifier",
|
|
2019
|
+
"name": "ColProps"
|
|
1975
2020
|
}
|
|
1976
2021
|
}
|
|
1977
2022
|
},
|
|
1978
2023
|
{
|
|
1979
|
-
"name": "
|
|
1980
|
-
"annotation": {
|
|
1981
|
-
"type": "keyword",
|
|
1982
|
-
"value": "number"
|
|
1983
|
-
}
|
|
1984
|
-
},
|
|
1985
|
-
{
|
|
1986
|
-
"name": "groupBy",
|
|
1987
|
-
"annotation": {
|
|
1988
|
-
"type": "keyword",
|
|
1989
|
-
"value": "string"
|
|
1990
|
-
}
|
|
1991
|
-
},
|
|
1992
|
-
{
|
|
1993
|
-
"name": "suffix",
|
|
1994
|
-
"annotation": {
|
|
1995
|
-
"type": "typeLiteral",
|
|
1996
|
-
"members": [
|
|
1997
|
-
{
|
|
1998
|
-
"type": "propertySignature",
|
|
1999
|
-
"key": {
|
|
2000
|
-
"type": "identifier",
|
|
2001
|
-
"name": "useBrick"
|
|
2002
|
-
},
|
|
2003
|
-
"annotation": {
|
|
2004
|
-
"type": "reference",
|
|
2005
|
-
"typeName": {
|
|
2006
|
-
"type": "identifier",
|
|
2007
|
-
"name": "UseSingleBrickConf"
|
|
2008
|
-
}
|
|
2009
|
-
},
|
|
2010
|
-
"computed": false
|
|
2011
|
-
}
|
|
2012
|
-
]
|
|
2013
|
-
}
|
|
2014
|
-
},
|
|
2015
|
-
{
|
|
2016
|
-
"name": "clearable",
|
|
2017
|
-
"annotation": {
|
|
2018
|
-
"type": "keyword",
|
|
2019
|
-
"value": "boolean"
|
|
2020
|
-
}
|
|
2021
|
-
},
|
|
2022
|
-
{
|
|
2023
|
-
"name": "fields",
|
|
2024
|
-
"annotation": {
|
|
2025
|
-
"type": "typeLiteral",
|
|
2026
|
-
"members": [
|
|
2027
|
-
{
|
|
2028
|
-
"type": "propertySignature",
|
|
2029
|
-
"key": {
|
|
2030
|
-
"type": "identifier",
|
|
2031
|
-
"name": "label"
|
|
2032
|
-
},
|
|
2033
|
-
"annotation": {
|
|
2034
|
-
"type": "keyword",
|
|
2035
|
-
"value": "string"
|
|
2036
|
-
},
|
|
2037
|
-
"optional": true,
|
|
2038
|
-
"computed": false
|
|
2039
|
-
},
|
|
2040
|
-
{
|
|
2041
|
-
"type": "propertySignature",
|
|
2042
|
-
"key": {
|
|
2043
|
-
"type": "identifier",
|
|
2044
|
-
"name": "value"
|
|
2045
|
-
},
|
|
2046
|
-
"annotation": {
|
|
2047
|
-
"type": "keyword",
|
|
2048
|
-
"value": "string"
|
|
2049
|
-
},
|
|
2050
|
-
"optional": true,
|
|
2051
|
-
"computed": false
|
|
2052
|
-
}
|
|
2053
|
-
]
|
|
2054
|
-
}
|
|
2055
|
-
},
|
|
2056
|
-
{
|
|
2057
|
-
"name": "useBackend",
|
|
2024
|
+
"name": "wrapperCol",
|
|
2058
2025
|
"annotation": {
|
|
2059
2026
|
"type": "reference",
|
|
2060
2027
|
"typeName": {
|
|
2061
2028
|
"type": "identifier",
|
|
2062
|
-
"name": "
|
|
2029
|
+
"name": "ColProps"
|
|
2063
2030
|
}
|
|
2064
2031
|
}
|
|
2065
2032
|
},
|
|
2066
2033
|
{
|
|
2067
|
-
"name": "
|
|
2068
|
-
"annotation": {
|
|
2069
|
-
"type": "keyword",
|
|
2070
|
-
"value": "number"
|
|
2071
|
-
}
|
|
2072
|
-
},
|
|
2073
|
-
{
|
|
2074
|
-
"name": "inputStyle",
|
|
2034
|
+
"name": "formStyle",
|
|
2075
2035
|
"annotation": {
|
|
2076
2036
|
"type": "reference",
|
|
2077
2037
|
"typeName": {
|
|
@@ -2088,420 +2048,295 @@
|
|
|
2088
2048
|
}
|
|
2089
2049
|
},
|
|
2090
2050
|
{
|
|
2091
|
-
"name": "
|
|
2051
|
+
"name": "textContent",
|
|
2092
2052
|
"annotation": {
|
|
2093
|
-
"type": "
|
|
2094
|
-
"
|
|
2095
|
-
|
|
2096
|
-
|
|
2053
|
+
"type": "keyword",
|
|
2054
|
+
"value": "string"
|
|
2055
|
+
}
|
|
2056
|
+
}
|
|
2057
|
+
],
|
|
2058
|
+
"events": [
|
|
2059
|
+
{
|
|
2060
|
+
"name": "values.change",
|
|
2061
|
+
"detail": {
|
|
2062
|
+
"annotation": {
|
|
2063
|
+
"type": "reference",
|
|
2064
|
+
"typeName": {
|
|
2097
2065
|
"type": "identifier",
|
|
2098
|
-
"name": "
|
|
2066
|
+
"name": "Record"
|
|
2099
2067
|
},
|
|
2100
|
-
"
|
|
2101
|
-
"type": "
|
|
2102
|
-
"
|
|
2068
|
+
"typeParameters": {
|
|
2069
|
+
"type": "typeParameterInstantiation",
|
|
2070
|
+
"params": [
|
|
2071
|
+
{
|
|
2072
|
+
"type": "keyword",
|
|
2073
|
+
"value": "string"
|
|
2074
|
+
},
|
|
2075
|
+
{
|
|
2076
|
+
"type": "keyword",
|
|
2077
|
+
"value": "unknown"
|
|
2078
|
+
}
|
|
2079
|
+
]
|
|
2103
2080
|
}
|
|
2104
2081
|
}
|
|
2105
2082
|
}
|
|
2106
2083
|
},
|
|
2107
2084
|
{
|
|
2108
|
-
"name": "
|
|
2109
|
-
"
|
|
2110
|
-
"
|
|
2111
|
-
|
|
2085
|
+
"name": "validate.success",
|
|
2086
|
+
"detail": {
|
|
2087
|
+
"annotation": {
|
|
2088
|
+
"type": "reference",
|
|
2089
|
+
"typeName": {
|
|
2090
|
+
"type": "identifier",
|
|
2091
|
+
"name": "Record"
|
|
2092
|
+
},
|
|
2093
|
+
"typeParameters": {
|
|
2094
|
+
"type": "typeParameterInstantiation",
|
|
2095
|
+
"params": [
|
|
2096
|
+
{
|
|
2097
|
+
"type": "keyword",
|
|
2098
|
+
"value": "string"
|
|
2099
|
+
},
|
|
2100
|
+
{
|
|
2101
|
+
"type": "keyword",
|
|
2102
|
+
"value": "unknown"
|
|
2103
|
+
}
|
|
2104
|
+
]
|
|
2105
|
+
}
|
|
2106
|
+
}
|
|
2112
2107
|
}
|
|
2113
2108
|
},
|
|
2114
2109
|
{
|
|
2115
|
-
"name": "
|
|
2116
|
-
"
|
|
2117
|
-
"
|
|
2118
|
-
|
|
2119
|
-
{
|
|
2120
|
-
"type": "
|
|
2121
|
-
"
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2110
|
+
"name": "validate.error",
|
|
2111
|
+
"detail": {
|
|
2112
|
+
"annotation": {
|
|
2113
|
+
"type": "array",
|
|
2114
|
+
"elementType": {
|
|
2115
|
+
"type": "parenthesizedType",
|
|
2116
|
+
"annotation": {
|
|
2117
|
+
"type": "intersection",
|
|
2118
|
+
"types": [
|
|
2119
|
+
{
|
|
2120
|
+
"type": "reference",
|
|
2121
|
+
"typeName": {
|
|
2122
|
+
"type": "identifier",
|
|
2123
|
+
"name": "MessageBody"
|
|
2124
|
+
}
|
|
2125
|
+
},
|
|
2126
|
+
{
|
|
2127
|
+
"type": "typeLiteral",
|
|
2128
|
+
"members": [
|
|
2129
|
+
{
|
|
2130
|
+
"type": "propertySignature",
|
|
2131
|
+
"key": {
|
|
2132
|
+
"type": "identifier",
|
|
2133
|
+
"name": "name"
|
|
2134
|
+
},
|
|
2135
|
+
"annotation": {
|
|
2136
|
+
"type": "keyword",
|
|
2137
|
+
"value": "string"
|
|
2138
|
+
},
|
|
2139
|
+
"computed": false
|
|
2140
|
+
}
|
|
2141
|
+
]
|
|
2142
|
+
}
|
|
2143
|
+
]
|
|
2144
|
+
}
|
|
2126
2145
|
}
|
|
2127
|
-
|
|
2146
|
+
}
|
|
2128
2147
|
}
|
|
2129
2148
|
}
|
|
2130
2149
|
],
|
|
2131
|
-
"
|
|
2150
|
+
"methods": [
|
|
2132
2151
|
{
|
|
2133
|
-
"name": "
|
|
2134
|
-
"
|
|
2152
|
+
"name": "validate",
|
|
2153
|
+
"params": [],
|
|
2154
|
+
"returns": {
|
|
2135
2155
|
"annotation": {
|
|
2136
|
-
"type": "
|
|
2137
|
-
"
|
|
2156
|
+
"type": "union",
|
|
2157
|
+
"types": [
|
|
2138
2158
|
{
|
|
2139
|
-
"type": "
|
|
2140
|
-
"
|
|
2159
|
+
"type": "keyword",
|
|
2160
|
+
"value": "boolean"
|
|
2161
|
+
},
|
|
2162
|
+
{
|
|
2163
|
+
"type": "reference",
|
|
2164
|
+
"typeName": {
|
|
2141
2165
|
"type": "identifier",
|
|
2142
|
-
"name": "
|
|
2166
|
+
"name": "Record"
|
|
2143
2167
|
},
|
|
2144
|
-
"
|
|
2145
|
-
"type": "
|
|
2146
|
-
"
|
|
2168
|
+
"typeParameters": {
|
|
2169
|
+
"type": "typeParameterInstantiation",
|
|
2170
|
+
"params": [
|
|
2147
2171
|
{
|
|
2148
2172
|
"type": "keyword",
|
|
2149
2173
|
"value": "string"
|
|
2150
2174
|
},
|
|
2151
2175
|
{
|
|
2152
|
-
"type": "
|
|
2153
|
-
"
|
|
2154
|
-
"type": "keyword",
|
|
2155
|
-
"value": "string"
|
|
2156
|
-
}
|
|
2176
|
+
"type": "keyword",
|
|
2177
|
+
"value": "unknown"
|
|
2157
2178
|
}
|
|
2158
2179
|
]
|
|
2159
|
-
}
|
|
2160
|
-
"computed": false
|
|
2161
|
-
},
|
|
2162
|
-
{
|
|
2163
|
-
"type": "propertySignature",
|
|
2164
|
-
"key": {
|
|
2165
|
-
"type": "identifier",
|
|
2166
|
-
"name": "options"
|
|
2167
|
-
},
|
|
2168
|
-
"annotation": {
|
|
2169
|
-
"type": "array",
|
|
2170
|
-
"elementType": {
|
|
2171
|
-
"type": "reference",
|
|
2172
|
-
"typeName": {
|
|
2173
|
-
"type": "identifier",
|
|
2174
|
-
"name": "GeneralComplexOption"
|
|
2175
|
-
}
|
|
2176
|
-
}
|
|
2177
|
-
},
|
|
2178
|
-
"computed": false
|
|
2180
|
+
}
|
|
2179
2181
|
}
|
|
2180
2182
|
]
|
|
2181
2183
|
}
|
|
2182
2184
|
}
|
|
2183
2185
|
},
|
|
2184
2186
|
{
|
|
2185
|
-
"name": "
|
|
2186
|
-
"
|
|
2187
|
-
|
|
2188
|
-
"
|
|
2189
|
-
"
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
"
|
|
2193
|
-
|
|
2194
|
-
{
|
|
2195
|
-
"type": "array",
|
|
2196
|
-
"elementType": {
|
|
2197
|
-
"type": "keyword",
|
|
2198
|
-
"value": "string"
|
|
2199
|
-
}
|
|
2200
|
-
}
|
|
2201
|
-
]
|
|
2202
|
-
}
|
|
2203
|
-
}
|
|
2204
|
-
},
|
|
2205
|
-
{
|
|
2206
|
-
"name": "search",
|
|
2207
|
-
"detail": {
|
|
2208
|
-
"annotation": {
|
|
2209
|
-
"type": "typeLiteral",
|
|
2210
|
-
"members": [
|
|
2211
|
-
{
|
|
2212
|
-
"type": "propertySignature",
|
|
2213
|
-
"key": {
|
|
2214
|
-
"type": "identifier",
|
|
2215
|
-
"name": "value"
|
|
2216
|
-
},
|
|
2217
|
-
"annotation": {
|
|
2218
|
-
"type": "keyword",
|
|
2219
|
-
"value": "string"
|
|
2220
|
-
},
|
|
2221
|
-
"computed": false
|
|
2222
|
-
}
|
|
2223
|
-
]
|
|
2224
|
-
}
|
|
2225
|
-
}
|
|
2226
|
-
},
|
|
2227
|
-
{
|
|
2228
|
-
"name": "select.focus",
|
|
2229
|
-
"detail": {
|
|
2230
|
-
"annotation": {
|
|
2231
|
-
"type": "keyword",
|
|
2232
|
-
"value": "void"
|
|
2233
|
-
}
|
|
2234
|
-
}
|
|
2235
|
-
},
|
|
2236
|
-
{
|
|
2237
|
-
"name": "options.change",
|
|
2238
|
-
"detail": {
|
|
2239
|
-
"annotation": {
|
|
2240
|
-
"type": "typeLiteral",
|
|
2241
|
-
"members": [
|
|
2242
|
-
{
|
|
2243
|
-
"type": "propertySignature",
|
|
2244
|
-
"key": {
|
|
2245
|
-
"type": "identifier",
|
|
2246
|
-
"name": "options"
|
|
2247
|
-
},
|
|
2248
|
-
"annotation": {
|
|
2249
|
-
"type": "typeLiteral",
|
|
2250
|
-
"members": [
|
|
2251
|
-
{
|
|
2252
|
-
"type": "propertySignature",
|
|
2253
|
-
"key": {
|
|
2254
|
-
"type": "identifier",
|
|
2255
|
-
"name": "label"
|
|
2256
|
-
},
|
|
2257
|
-
"annotation": {
|
|
2258
|
-
"type": "keyword",
|
|
2259
|
-
"value": "string"
|
|
2260
|
-
},
|
|
2261
|
-
"computed": false
|
|
2262
|
-
},
|
|
2263
|
-
{
|
|
2264
|
-
"type": "propertySignature",
|
|
2265
|
-
"key": {
|
|
2266
|
-
"type": "identifier",
|
|
2267
|
-
"name": "value"
|
|
2268
|
-
},
|
|
2269
|
-
"annotation": {
|
|
2270
|
-
"type": "keyword",
|
|
2271
|
-
"value": "any"
|
|
2272
|
-
},
|
|
2273
|
-
"computed": false
|
|
2274
|
-
},
|
|
2275
|
-
{
|
|
2276
|
-
"type": "indexSignature",
|
|
2277
|
-
"parameter": {
|
|
2278
|
-
"type": "identifier",
|
|
2279
|
-
"name": "key",
|
|
2280
|
-
"annotation": {
|
|
2281
|
-
"type": "keyword",
|
|
2282
|
-
"value": "string"
|
|
2283
|
-
}
|
|
2284
|
-
},
|
|
2285
|
-
"annotation": {
|
|
2286
|
-
"type": "keyword",
|
|
2287
|
-
"value": "any"
|
|
2288
|
-
}
|
|
2289
|
-
}
|
|
2290
|
-
]
|
|
2291
|
-
},
|
|
2292
|
-
"computed": false
|
|
2187
|
+
"name": "setInitValue",
|
|
2188
|
+
"params": [
|
|
2189
|
+
{
|
|
2190
|
+
"name": "values",
|
|
2191
|
+
"annotation": {
|
|
2192
|
+
"type": "reference",
|
|
2193
|
+
"typeName": {
|
|
2194
|
+
"type": "identifier",
|
|
2195
|
+
"name": "Record"
|
|
2293
2196
|
},
|
|
2294
|
-
{
|
|
2295
|
-
"type": "
|
|
2296
|
-
"
|
|
2297
|
-
"type": "identifier",
|
|
2298
|
-
"name": "name"
|
|
2299
|
-
},
|
|
2300
|
-
"annotation": {
|
|
2301
|
-
"type": "keyword",
|
|
2302
|
-
"value": "string"
|
|
2303
|
-
},
|
|
2304
|
-
"computed": false
|
|
2305
|
-
}
|
|
2306
|
-
]
|
|
2307
|
-
}
|
|
2308
|
-
}
|
|
2309
|
-
}
|
|
2310
|
-
],
|
|
2311
|
-
"methods": [],
|
|
2312
|
-
"types": [
|
|
2313
|
-
{
|
|
2314
|
-
"type": "interface",
|
|
2315
|
-
"name": "GeneralComplexOption",
|
|
2316
|
-
"typeParameters": {
|
|
2317
|
-
"type": "typeParameterDeclaration",
|
|
2318
|
-
"params": [
|
|
2319
|
-
{
|
|
2320
|
-
"type": "typeParameter",
|
|
2321
|
-
"name": "T",
|
|
2322
|
-
"default": {
|
|
2323
|
-
"type": "union",
|
|
2324
|
-
"types": [
|
|
2197
|
+
"typeParameters": {
|
|
2198
|
+
"type": "typeParameterInstantiation",
|
|
2199
|
+
"params": [
|
|
2325
2200
|
{
|
|
2326
2201
|
"type": "keyword",
|
|
2327
2202
|
"value": "string"
|
|
2328
2203
|
},
|
|
2329
2204
|
{
|
|
2330
2205
|
"type": "keyword",
|
|
2331
|
-
"value": "
|
|
2332
|
-
},
|
|
2333
|
-
{
|
|
2334
|
-
"type": "keyword",
|
|
2335
|
-
"value": "boolean"
|
|
2206
|
+
"value": "unknown"
|
|
2336
2207
|
}
|
|
2337
2208
|
]
|
|
2338
2209
|
}
|
|
2339
2210
|
}
|
|
2340
|
-
]
|
|
2341
|
-
},
|
|
2342
|
-
"body": [
|
|
2343
|
-
{
|
|
2344
|
-
"type": "propertySignature",
|
|
2345
|
-
"key": {
|
|
2346
|
-
"type": "identifier",
|
|
2347
|
-
"name": "label"
|
|
2348
|
-
},
|
|
2349
|
-
"annotation": {
|
|
2350
|
-
"type": "keyword",
|
|
2351
|
-
"value": "string"
|
|
2352
|
-
},
|
|
2353
|
-
"computed": false
|
|
2354
2211
|
},
|
|
2355
2212
|
{
|
|
2356
|
-
"
|
|
2357
|
-
"key": {
|
|
2358
|
-
"type": "identifier",
|
|
2359
|
-
"name": "value"
|
|
2360
|
-
},
|
|
2213
|
+
"name": "options",
|
|
2361
2214
|
"annotation": {
|
|
2362
|
-
"type": "
|
|
2363
|
-
"
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2215
|
+
"type": "typeLiteral",
|
|
2216
|
+
"members": [
|
|
2217
|
+
{
|
|
2218
|
+
"type": "propertySignature",
|
|
2219
|
+
"key": {
|
|
2220
|
+
"type": "identifier",
|
|
2221
|
+
"name": "runInMacrotask"
|
|
2222
|
+
},
|
|
2223
|
+
"annotation": {
|
|
2224
|
+
"type": "keyword",
|
|
2225
|
+
"value": "boolean"
|
|
2226
|
+
},
|
|
2227
|
+
"optional": true,
|
|
2228
|
+
"computed": false
|
|
2229
|
+
},
|
|
2230
|
+
{
|
|
2231
|
+
"type": "propertySignature",
|
|
2232
|
+
"key": {
|
|
2233
|
+
"type": "identifier",
|
|
2234
|
+
"name": "runInMicrotask"
|
|
2235
|
+
},
|
|
2236
|
+
"annotation": {
|
|
2237
|
+
"type": "keyword",
|
|
2238
|
+
"value": "boolean"
|
|
2239
|
+
},
|
|
2240
|
+
"optional": true,
|
|
2241
|
+
"computed": false
|
|
2242
|
+
}
|
|
2243
|
+
]
|
|
2244
|
+
}
|
|
2245
|
+
}
|
|
2246
|
+
],
|
|
2247
|
+
"returns": {}
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
"name": "resetFields",
|
|
2251
|
+
"params": [
|
|
2370
2252
|
{
|
|
2371
|
-
"
|
|
2372
|
-
"key": {
|
|
2373
|
-
"type": "identifier",
|
|
2374
|
-
"name": "caption"
|
|
2375
|
-
},
|
|
2253
|
+
"name": "name",
|
|
2376
2254
|
"annotation": {
|
|
2377
2255
|
"type": "keyword",
|
|
2378
2256
|
"value": "string"
|
|
2379
|
-
}
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2257
|
+
}
|
|
2258
|
+
}
|
|
2259
|
+
],
|
|
2260
|
+
"returns": {}
|
|
2261
|
+
},
|
|
2262
|
+
{
|
|
2263
|
+
"name": "getFieldsValue",
|
|
2264
|
+
"params": [
|
|
2383
2265
|
{
|
|
2384
|
-
"
|
|
2385
|
-
"key": {
|
|
2386
|
-
"type": "identifier",
|
|
2387
|
-
"name": "emoji"
|
|
2388
|
-
},
|
|
2266
|
+
"name": "name",
|
|
2389
2267
|
"annotation": {
|
|
2390
2268
|
"type": "keyword",
|
|
2391
2269
|
"value": "string"
|
|
2392
|
-
},
|
|
2393
|
-
"optional": true,
|
|
2394
|
-
"computed": false
|
|
2395
|
-
},
|
|
2396
|
-
{
|
|
2397
|
-
"type": "indexSignature",
|
|
2398
|
-
"parameter": {
|
|
2399
|
-
"type": "identifier",
|
|
2400
|
-
"name": "key",
|
|
2401
|
-
"annotation": {
|
|
2402
|
-
"type": "keyword",
|
|
2403
|
-
"value": "string"
|
|
2404
|
-
}
|
|
2405
|
-
},
|
|
2406
|
-
"annotation": {
|
|
2407
|
-
"type": "keyword",
|
|
2408
|
-
"value": "any"
|
|
2409
2270
|
}
|
|
2410
2271
|
}
|
|
2411
|
-
]
|
|
2272
|
+
],
|
|
2273
|
+
"returns": {}
|
|
2412
2274
|
},
|
|
2413
2275
|
{
|
|
2414
|
-
"
|
|
2415
|
-
"
|
|
2416
|
-
"body": [
|
|
2276
|
+
"name": "validateField",
|
|
2277
|
+
"params": [
|
|
2417
2278
|
{
|
|
2418
|
-
"
|
|
2419
|
-
"key": {
|
|
2420
|
-
"type": "identifier",
|
|
2421
|
-
"name": "provider"
|
|
2422
|
-
},
|
|
2279
|
+
"name": "name",
|
|
2423
2280
|
"annotation": {
|
|
2424
2281
|
"type": "keyword",
|
|
2425
2282
|
"value": "string"
|
|
2283
|
+
}
|
|
2284
|
+
}
|
|
2285
|
+
],
|
|
2286
|
+
"returns": {}
|
|
2287
|
+
},
|
|
2288
|
+
{
|
|
2289
|
+
"name": "resetValidateState",
|
|
2290
|
+
"params": [],
|
|
2291
|
+
"returns": {}
|
|
2292
|
+
}
|
|
2293
|
+
],
|
|
2294
|
+
"types": [
|
|
2295
|
+
{
|
|
2296
|
+
"type": "typeAlias",
|
|
2297
|
+
"name": "Layout",
|
|
2298
|
+
"annotation": {
|
|
2299
|
+
"type": "union",
|
|
2300
|
+
"types": [
|
|
2301
|
+
{
|
|
2302
|
+
"type": "jsLiteral",
|
|
2303
|
+
"value": "horizontal"
|
|
2426
2304
|
},
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
"type": "propertySignature",
|
|
2431
|
-
"key": {
|
|
2432
|
-
"type": "identifier",
|
|
2433
|
-
"name": "args"
|
|
2434
|
-
},
|
|
2435
|
-
"annotation": {
|
|
2436
|
-
"type": "union",
|
|
2437
|
-
"types": [
|
|
2438
|
-
{
|
|
2439
|
-
"type": "array",
|
|
2440
|
-
"elementType": {
|
|
2441
|
-
"type": "keyword",
|
|
2442
|
-
"value": "any"
|
|
2443
|
-
}
|
|
2444
|
-
},
|
|
2445
|
-
{
|
|
2446
|
-
"type": "parenthesizedType",
|
|
2447
|
-
"annotation": {
|
|
2448
|
-
"type": "function",
|
|
2449
|
-
"parameters": [
|
|
2450
|
-
{
|
|
2451
|
-
"type": "restElement",
|
|
2452
|
-
"argument": {
|
|
2453
|
-
"type": "identifier",
|
|
2454
|
-
"name": "args"
|
|
2455
|
-
},
|
|
2456
|
-
"annotation": {
|
|
2457
|
-
"type": "array",
|
|
2458
|
-
"elementType": {
|
|
2459
|
-
"type": "keyword",
|
|
2460
|
-
"value": "any"
|
|
2461
|
-
}
|
|
2462
|
-
}
|
|
2463
|
-
}
|
|
2464
|
-
],
|
|
2465
|
-
"annotation": {
|
|
2466
|
-
"type": "array",
|
|
2467
|
-
"elementType": {
|
|
2468
|
-
"type": "keyword",
|
|
2469
|
-
"value": "any"
|
|
2470
|
-
}
|
|
2471
|
-
}
|
|
2472
|
-
}
|
|
2473
|
-
}
|
|
2474
|
-
]
|
|
2305
|
+
{
|
|
2306
|
+
"type": "jsLiteral",
|
|
2307
|
+
"value": "vertical"
|
|
2475
2308
|
},
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2309
|
+
{
|
|
2310
|
+
"type": "jsLiteral",
|
|
2311
|
+
"value": "inline"
|
|
2312
|
+
}
|
|
2313
|
+
]
|
|
2314
|
+
}
|
|
2315
|
+
},
|
|
2316
|
+
{
|
|
2317
|
+
"type": "typeAlias",
|
|
2318
|
+
"name": "ComponentSize",
|
|
2319
|
+
"annotation": {
|
|
2320
|
+
"type": "union",
|
|
2321
|
+
"types": [
|
|
2322
|
+
{
|
|
2323
|
+
"type": "jsLiteral",
|
|
2324
|
+
"value": "large"
|
|
2483
2325
|
},
|
|
2484
|
-
|
|
2485
|
-
"type": "
|
|
2486
|
-
"
|
|
2487
|
-
{
|
|
2488
|
-
"type": "identifier",
|
|
2489
|
-
"name": "data",
|
|
2490
|
-
"annotation": {
|
|
2491
|
-
"type": "keyword",
|
|
2492
|
-
"value": "any"
|
|
2493
|
-
}
|
|
2494
|
-
}
|
|
2495
|
-
],
|
|
2496
|
-
"annotation": {
|
|
2497
|
-
"type": "keyword",
|
|
2498
|
-
"value": "void"
|
|
2499
|
-
}
|
|
2326
|
+
{
|
|
2327
|
+
"type": "jsLiteral",
|
|
2328
|
+
"value": "medium"
|
|
2500
2329
|
},
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2330
|
+
{
|
|
2331
|
+
"type": "jsLiteral",
|
|
2332
|
+
"value": "small"
|
|
2333
|
+
},
|
|
2334
|
+
{
|
|
2335
|
+
"type": "jsLiteral",
|
|
2336
|
+
"value": "xs"
|
|
2337
|
+
}
|
|
2338
|
+
]
|
|
2339
|
+
}
|
|
2505
2340
|
}
|
|
2506
2341
|
]
|
|
2507
2342
|
},
|
|
@@ -4091,7 +3926,7 @@
|
|
|
4091
3926
|
}
|
|
4092
3927
|
]
|
|
4093
3928
|
},
|
|
4094
|
-
"eo-
|
|
3929
|
+
"eo-select": {
|
|
4095
3930
|
"properties": [
|
|
4096
3931
|
{
|
|
4097
3932
|
"name": "name",
|
|
@@ -4100,6 +3935,13 @@
|
|
|
4100
3935
|
"value": "string"
|
|
4101
3936
|
}
|
|
4102
3937
|
},
|
|
3938
|
+
{
|
|
3939
|
+
"name": "placeholder",
|
|
3940
|
+
"annotation": {
|
|
3941
|
+
"type": "keyword",
|
|
3942
|
+
"value": "string"
|
|
3943
|
+
}
|
|
3944
|
+
},
|
|
4103
3945
|
{
|
|
4104
3946
|
"name": "label",
|
|
4105
3947
|
"annotation": {
|
|
@@ -4115,7 +3957,7 @@
|
|
|
4115
3957
|
"type": "reference",
|
|
4116
3958
|
"typeName": {
|
|
4117
3959
|
"type": "identifier",
|
|
4118
|
-
"name": "
|
|
3960
|
+
"name": "GeneralComplexOption"
|
|
4119
3961
|
}
|
|
4120
3962
|
}
|
|
4121
3963
|
}
|
|
@@ -4165,37 +4007,128 @@
|
|
|
4165
4007
|
}
|
|
4166
4008
|
},
|
|
4167
4009
|
{
|
|
4168
|
-
"name": "
|
|
4010
|
+
"name": "mode",
|
|
4169
4011
|
"annotation": {
|
|
4170
|
-
"type": "
|
|
4171
|
-
"
|
|
4172
|
-
|
|
4173
|
-
|
|
4174
|
-
|
|
4012
|
+
"type": "union",
|
|
4013
|
+
"types": [
|
|
4014
|
+
{
|
|
4015
|
+
"type": "jsLiteral",
|
|
4016
|
+
"value": "tags"
|
|
4017
|
+
},
|
|
4018
|
+
{
|
|
4019
|
+
"type": "jsLiteral",
|
|
4020
|
+
"value": "multiple"
|
|
4021
|
+
}
|
|
4022
|
+
]
|
|
4175
4023
|
}
|
|
4176
4024
|
},
|
|
4177
4025
|
{
|
|
4178
|
-
"name": "
|
|
4026
|
+
"name": "tokenSeparators",
|
|
4179
4027
|
"annotation": {
|
|
4180
|
-
"type": "
|
|
4181
|
-
"
|
|
4182
|
-
"type": "
|
|
4183
|
-
"
|
|
4028
|
+
"type": "array",
|
|
4029
|
+
"elementType": {
|
|
4030
|
+
"type": "keyword",
|
|
4031
|
+
"value": "string"
|
|
4184
4032
|
}
|
|
4185
4033
|
}
|
|
4186
4034
|
},
|
|
4187
4035
|
{
|
|
4188
|
-
"name": "
|
|
4036
|
+
"name": "maxTagCount",
|
|
4037
|
+
"annotation": {
|
|
4038
|
+
"type": "keyword",
|
|
4039
|
+
"value": "number"
|
|
4040
|
+
}
|
|
4041
|
+
},
|
|
4042
|
+
{
|
|
4043
|
+
"name": "groupBy",
|
|
4044
|
+
"annotation": {
|
|
4045
|
+
"type": "keyword",
|
|
4046
|
+
"value": "string"
|
|
4047
|
+
}
|
|
4048
|
+
},
|
|
4049
|
+
{
|
|
4050
|
+
"name": "suffix",
|
|
4051
|
+
"annotation": {
|
|
4052
|
+
"type": "typeLiteral",
|
|
4053
|
+
"members": [
|
|
4054
|
+
{
|
|
4055
|
+
"type": "propertySignature",
|
|
4056
|
+
"key": {
|
|
4057
|
+
"type": "identifier",
|
|
4058
|
+
"name": "useBrick"
|
|
4059
|
+
},
|
|
4060
|
+
"annotation": {
|
|
4061
|
+
"type": "reference",
|
|
4062
|
+
"typeName": {
|
|
4063
|
+
"type": "identifier",
|
|
4064
|
+
"name": "UseSingleBrickConf"
|
|
4065
|
+
}
|
|
4066
|
+
},
|
|
4067
|
+
"computed": false
|
|
4068
|
+
}
|
|
4069
|
+
]
|
|
4070
|
+
}
|
|
4071
|
+
},
|
|
4072
|
+
{
|
|
4073
|
+
"name": "clearable",
|
|
4074
|
+
"annotation": {
|
|
4075
|
+
"type": "keyword",
|
|
4076
|
+
"value": "boolean"
|
|
4077
|
+
}
|
|
4078
|
+
},
|
|
4079
|
+
{
|
|
4080
|
+
"name": "fields",
|
|
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
|
+
"optional": true,
|
|
4095
|
+
"computed": false
|
|
4096
|
+
},
|
|
4097
|
+
{
|
|
4098
|
+
"type": "propertySignature",
|
|
4099
|
+
"key": {
|
|
4100
|
+
"type": "identifier",
|
|
4101
|
+
"name": "value"
|
|
4102
|
+
},
|
|
4103
|
+
"annotation": {
|
|
4104
|
+
"type": "keyword",
|
|
4105
|
+
"value": "string"
|
|
4106
|
+
},
|
|
4107
|
+
"optional": true,
|
|
4108
|
+
"computed": false
|
|
4109
|
+
}
|
|
4110
|
+
]
|
|
4111
|
+
}
|
|
4112
|
+
},
|
|
4113
|
+
{
|
|
4114
|
+
"name": "useBackend",
|
|
4189
4115
|
"annotation": {
|
|
4190
4116
|
"type": "reference",
|
|
4191
4117
|
"typeName": {
|
|
4192
4118
|
"type": "identifier",
|
|
4193
|
-
"name": "
|
|
4119
|
+
"name": "UseBackendConf"
|
|
4194
4120
|
}
|
|
4195
4121
|
}
|
|
4196
4122
|
},
|
|
4197
4123
|
{
|
|
4198
|
-
"name": "
|
|
4124
|
+
"name": "debounceSearchDelay",
|
|
4125
|
+
"annotation": {
|
|
4126
|
+
"type": "keyword",
|
|
4127
|
+
"value": "number"
|
|
4128
|
+
}
|
|
4129
|
+
},
|
|
4130
|
+
{
|
|
4131
|
+
"name": "inputStyle",
|
|
4199
4132
|
"annotation": {
|
|
4200
4133
|
"type": "reference",
|
|
4201
4134
|
"typeName": {
|
|
@@ -4212,15 +4145,29 @@
|
|
|
4212
4145
|
}
|
|
4213
4146
|
},
|
|
4214
4147
|
{
|
|
4215
|
-
"name": "
|
|
4148
|
+
"name": "dropdownStyle",
|
|
4216
4149
|
"annotation": {
|
|
4217
4150
|
"type": "reference",
|
|
4218
4151
|
"typeName": {
|
|
4219
|
-
"type": "
|
|
4220
|
-
"
|
|
4152
|
+
"type": "qualifiedName",
|
|
4153
|
+
"left": {
|
|
4154
|
+
"type": "identifier",
|
|
4155
|
+
"name": "React"
|
|
4156
|
+
},
|
|
4157
|
+
"right": {
|
|
4158
|
+
"type": "identifier",
|
|
4159
|
+
"name": "CSSProperties"
|
|
4160
|
+
}
|
|
4221
4161
|
}
|
|
4222
4162
|
}
|
|
4223
4163
|
},
|
|
4164
|
+
{
|
|
4165
|
+
"name": "dropdownHoist",
|
|
4166
|
+
"annotation": {
|
|
4167
|
+
"type": "keyword",
|
|
4168
|
+
"value": "boolean"
|
|
4169
|
+
}
|
|
4170
|
+
},
|
|
4224
4171
|
{
|
|
4225
4172
|
"name": "themeVariant",
|
|
4226
4173
|
"annotation": {
|
|
@@ -4236,30 +4183,113 @@
|
|
|
4236
4183
|
}
|
|
4237
4184
|
]
|
|
4238
4185
|
}
|
|
4239
|
-
}
|
|
4240
|
-
],
|
|
4241
|
-
"events": [
|
|
4186
|
+
}
|
|
4187
|
+
],
|
|
4188
|
+
"events": [
|
|
4189
|
+
{
|
|
4190
|
+
"name": "change",
|
|
4191
|
+
"detail": {
|
|
4192
|
+
"annotation": {
|
|
4193
|
+
"type": "typeLiteral",
|
|
4194
|
+
"members": [
|
|
4195
|
+
{
|
|
4196
|
+
"type": "propertySignature",
|
|
4197
|
+
"key": {
|
|
4198
|
+
"type": "identifier",
|
|
4199
|
+
"name": "value"
|
|
4200
|
+
},
|
|
4201
|
+
"annotation": {
|
|
4202
|
+
"type": "union",
|
|
4203
|
+
"types": [
|
|
4204
|
+
{
|
|
4205
|
+
"type": "keyword",
|
|
4206
|
+
"value": "string"
|
|
4207
|
+
},
|
|
4208
|
+
{
|
|
4209
|
+
"type": "array",
|
|
4210
|
+
"elementType": {
|
|
4211
|
+
"type": "keyword",
|
|
4212
|
+
"value": "string"
|
|
4213
|
+
}
|
|
4214
|
+
}
|
|
4215
|
+
]
|
|
4216
|
+
},
|
|
4217
|
+
"computed": false
|
|
4218
|
+
},
|
|
4219
|
+
{
|
|
4220
|
+
"type": "propertySignature",
|
|
4221
|
+
"key": {
|
|
4222
|
+
"type": "identifier",
|
|
4223
|
+
"name": "options"
|
|
4224
|
+
},
|
|
4225
|
+
"annotation": {
|
|
4226
|
+
"type": "array",
|
|
4227
|
+
"elementType": {
|
|
4228
|
+
"type": "reference",
|
|
4229
|
+
"typeName": {
|
|
4230
|
+
"type": "identifier",
|
|
4231
|
+
"name": "GeneralComplexOption"
|
|
4232
|
+
}
|
|
4233
|
+
}
|
|
4234
|
+
},
|
|
4235
|
+
"computed": false
|
|
4236
|
+
}
|
|
4237
|
+
]
|
|
4238
|
+
}
|
|
4239
|
+
}
|
|
4240
|
+
},
|
|
4242
4241
|
{
|
|
4243
|
-
"name": "change",
|
|
4242
|
+
"name": "change.v2",
|
|
4244
4243
|
"detail": {
|
|
4245
4244
|
"annotation": {
|
|
4246
4245
|
"type": "union",
|
|
4247
4246
|
"types": [
|
|
4248
4247
|
{
|
|
4249
|
-
"type": "
|
|
4250
|
-
"
|
|
4251
|
-
"type": "identifier",
|
|
4252
|
-
"name": "GeneralComplexOption"
|
|
4253
|
-
}
|
|
4248
|
+
"type": "keyword",
|
|
4249
|
+
"value": "string"
|
|
4254
4250
|
},
|
|
4255
4251
|
{
|
|
4256
|
-
"type": "
|
|
4257
|
-
"
|
|
4252
|
+
"type": "array",
|
|
4253
|
+
"elementType": {
|
|
4254
|
+
"type": "keyword",
|
|
4255
|
+
"value": "string"
|
|
4256
|
+
}
|
|
4257
|
+
}
|
|
4258
|
+
]
|
|
4259
|
+
}
|
|
4260
|
+
}
|
|
4261
|
+
},
|
|
4262
|
+
{
|
|
4263
|
+
"name": "search",
|
|
4264
|
+
"detail": {
|
|
4265
|
+
"annotation": {
|
|
4266
|
+
"type": "typeLiteral",
|
|
4267
|
+
"members": [
|
|
4268
|
+
{
|
|
4269
|
+
"type": "propertySignature",
|
|
4270
|
+
"key": {
|
|
4271
|
+
"type": "identifier",
|
|
4272
|
+
"name": "value"
|
|
4273
|
+
},
|
|
4274
|
+
"annotation": {
|
|
4275
|
+
"type": "keyword",
|
|
4276
|
+
"value": "string"
|
|
4277
|
+
},
|
|
4278
|
+
"computed": false
|
|
4258
4279
|
}
|
|
4259
4280
|
]
|
|
4260
4281
|
}
|
|
4261
4282
|
}
|
|
4262
4283
|
},
|
|
4284
|
+
{
|
|
4285
|
+
"name": "select.focus",
|
|
4286
|
+
"detail": {
|
|
4287
|
+
"annotation": {
|
|
4288
|
+
"type": "keyword",
|
|
4289
|
+
"value": "void"
|
|
4290
|
+
}
|
|
4291
|
+
}
|
|
4292
|
+
},
|
|
4263
4293
|
{
|
|
4264
4294
|
"name": "options.change",
|
|
4265
4295
|
"detail": {
|
|
@@ -4337,54 +4367,6 @@
|
|
|
4337
4367
|
],
|
|
4338
4368
|
"methods": [],
|
|
4339
4369
|
"types": [
|
|
4340
|
-
{
|
|
4341
|
-
"type": "typeAlias",
|
|
4342
|
-
"name": "GeneralOption",
|
|
4343
|
-
"annotation": {
|
|
4344
|
-
"type": "union",
|
|
4345
|
-
"types": [
|
|
4346
|
-
{
|
|
4347
|
-
"type": "keyword",
|
|
4348
|
-
"value": "string"
|
|
4349
|
-
},
|
|
4350
|
-
{
|
|
4351
|
-
"type": "keyword",
|
|
4352
|
-
"value": "number"
|
|
4353
|
-
},
|
|
4354
|
-
{
|
|
4355
|
-
"type": "keyword",
|
|
4356
|
-
"value": "boolean"
|
|
4357
|
-
},
|
|
4358
|
-
{
|
|
4359
|
-
"type": "reference",
|
|
4360
|
-
"typeName": {
|
|
4361
|
-
"type": "identifier",
|
|
4362
|
-
"name": "GeneralComplexOption"
|
|
4363
|
-
}
|
|
4364
|
-
},
|
|
4365
|
-
{
|
|
4366
|
-
"type": "reference",
|
|
4367
|
-
"typeName": {
|
|
4368
|
-
"type": "identifier",
|
|
4369
|
-
"name": "Record"
|
|
4370
|
-
},
|
|
4371
|
-
"typeParameters": {
|
|
4372
|
-
"type": "typeParameterInstantiation",
|
|
4373
|
-
"params": [
|
|
4374
|
-
{
|
|
4375
|
-
"type": "keyword",
|
|
4376
|
-
"value": "string"
|
|
4377
|
-
},
|
|
4378
|
-
{
|
|
4379
|
-
"type": "keyword",
|
|
4380
|
-
"value": "any"
|
|
4381
|
-
}
|
|
4382
|
-
]
|
|
4383
|
-
}
|
|
4384
|
-
}
|
|
4385
|
-
]
|
|
4386
|
-
}
|
|
4387
|
-
},
|
|
4388
4370
|
{
|
|
4389
4371
|
"type": "interface",
|
|
4390
4372
|
"name": "GeneralComplexOption",
|
|
@@ -4486,79 +4468,97 @@
|
|
|
4486
4468
|
]
|
|
4487
4469
|
},
|
|
4488
4470
|
{
|
|
4489
|
-
"type": "
|
|
4490
|
-
"name": "
|
|
4491
|
-
"
|
|
4492
|
-
|
|
4493
|
-
|
|
4494
|
-
{
|
|
4495
|
-
"type": "
|
|
4496
|
-
"
|
|
4497
|
-
},
|
|
4498
|
-
{
|
|
4499
|
-
"type": "jsLiteral",
|
|
4500
|
-
"value": "default"
|
|
4501
|
-
},
|
|
4502
|
-
{
|
|
4503
|
-
"type": "jsLiteral",
|
|
4504
|
-
"value": "icon"
|
|
4505
|
-
},
|
|
4506
|
-
{
|
|
4507
|
-
"type": "jsLiteral",
|
|
4508
|
-
"value": "icon-circle"
|
|
4471
|
+
"type": "interface",
|
|
4472
|
+
"name": "UseBackendConf",
|
|
4473
|
+
"body": [
|
|
4474
|
+
{
|
|
4475
|
+
"type": "propertySignature",
|
|
4476
|
+
"key": {
|
|
4477
|
+
"type": "identifier",
|
|
4478
|
+
"name": "provider"
|
|
4509
4479
|
},
|
|
4510
|
-
{
|
|
4511
|
-
"type": "
|
|
4512
|
-
"value": "
|
|
4480
|
+
"annotation": {
|
|
4481
|
+
"type": "keyword",
|
|
4482
|
+
"value": "string"
|
|
4513
4483
|
},
|
|
4514
|
-
|
|
4515
|
-
|
|
4516
|
-
|
|
4517
|
-
|
|
4518
|
-
|
|
4519
|
-
|
|
4520
|
-
|
|
4521
|
-
{
|
|
4522
|
-
"type": "typeAlias",
|
|
4523
|
-
"name": "UIType",
|
|
4524
|
-
"annotation": {
|
|
4525
|
-
"type": "union",
|
|
4526
|
-
"types": [
|
|
4527
|
-
{
|
|
4528
|
-
"type": "jsLiteral",
|
|
4529
|
-
"value": "default"
|
|
4484
|
+
"computed": false
|
|
4485
|
+
},
|
|
4486
|
+
{
|
|
4487
|
+
"type": "propertySignature",
|
|
4488
|
+
"key": {
|
|
4489
|
+
"type": "identifier",
|
|
4490
|
+
"name": "args"
|
|
4530
4491
|
},
|
|
4531
|
-
{
|
|
4532
|
-
"type": "
|
|
4533
|
-
"
|
|
4534
|
-
|
|
4535
|
-
|
|
4536
|
-
|
|
4537
|
-
|
|
4538
|
-
|
|
4539
|
-
|
|
4540
|
-
|
|
4541
|
-
|
|
4542
|
-
|
|
4543
|
-
|
|
4544
|
-
|
|
4545
|
-
|
|
4546
|
-
|
|
4492
|
+
"annotation": {
|
|
4493
|
+
"type": "union",
|
|
4494
|
+
"types": [
|
|
4495
|
+
{
|
|
4496
|
+
"type": "array",
|
|
4497
|
+
"elementType": {
|
|
4498
|
+
"type": "keyword",
|
|
4499
|
+
"value": "any"
|
|
4500
|
+
}
|
|
4501
|
+
},
|
|
4502
|
+
{
|
|
4503
|
+
"type": "parenthesizedType",
|
|
4504
|
+
"annotation": {
|
|
4505
|
+
"type": "function",
|
|
4506
|
+
"parameters": [
|
|
4507
|
+
{
|
|
4508
|
+
"type": "restElement",
|
|
4509
|
+
"argument": {
|
|
4510
|
+
"type": "identifier",
|
|
4511
|
+
"name": "args"
|
|
4512
|
+
},
|
|
4513
|
+
"annotation": {
|
|
4514
|
+
"type": "array",
|
|
4515
|
+
"elementType": {
|
|
4516
|
+
"type": "keyword",
|
|
4517
|
+
"value": "any"
|
|
4518
|
+
}
|
|
4519
|
+
}
|
|
4520
|
+
}
|
|
4521
|
+
],
|
|
4522
|
+
"annotation": {
|
|
4523
|
+
"type": "array",
|
|
4524
|
+
"elementType": {
|
|
4525
|
+
"type": "keyword",
|
|
4526
|
+
"value": "any"
|
|
4527
|
+
}
|
|
4528
|
+
}
|
|
4529
|
+
}
|
|
4530
|
+
}
|
|
4531
|
+
]
|
|
4547
4532
|
},
|
|
4548
|
-
|
|
4549
|
-
|
|
4550
|
-
|
|
4533
|
+
"computed": false
|
|
4534
|
+
},
|
|
4535
|
+
{
|
|
4536
|
+
"type": "propertySignature",
|
|
4537
|
+
"key": {
|
|
4538
|
+
"type": "identifier",
|
|
4539
|
+
"name": "transform"
|
|
4551
4540
|
},
|
|
4552
|
-
{
|
|
4553
|
-
"type": "
|
|
4554
|
-
"
|
|
4541
|
+
"annotation": {
|
|
4542
|
+
"type": "function",
|
|
4543
|
+
"parameters": [
|
|
4544
|
+
{
|
|
4545
|
+
"type": "identifier",
|
|
4546
|
+
"name": "data",
|
|
4547
|
+
"annotation": {
|
|
4548
|
+
"type": "keyword",
|
|
4549
|
+
"value": "any"
|
|
4550
|
+
}
|
|
4551
|
+
}
|
|
4552
|
+
],
|
|
4553
|
+
"annotation": {
|
|
4554
|
+
"type": "keyword",
|
|
4555
|
+
"value": "void"
|
|
4556
|
+
}
|
|
4555
4557
|
},
|
|
4556
|
-
|
|
4557
|
-
|
|
4558
|
-
|
|
4559
|
-
|
|
4560
|
-
]
|
|
4561
|
-
}
|
|
4558
|
+
"optional": true,
|
|
4559
|
+
"computed": false
|
|
4560
|
+
}
|
|
4561
|
+
]
|
|
4562
4562
|
}
|
|
4563
4563
|
]
|
|
4564
4564
|
},
|