@next-bricks/form 1.9.11 → 1.9.12
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 +21 -21
- package/dist/chunks/{1889.004f20a1.js → 1889.df57ce6f.js} +2 -2
- package/dist/chunks/{1889.004f20a1.js.map → 1889.df57ce6f.js.map} +1 -1
- package/dist/chunks/9259.f789387c.js +3 -0
- package/dist/chunks/9259.f789387c.js.map +1 -0
- package/dist/chunks/eo-select.e02eae32.js +3 -0
- package/dist/chunks/eo-select.e02eae32.js.map +1 -0
- package/dist/chunks/{main.09e70605.js → main.4ad0fd74.js} +2 -2
- package/dist/chunks/{main.09e70605.js.map → main.4ad0fd74.js.map} +1 -1
- package/dist/examples.json +7 -7
- package/dist/{index.67cc1f25.js → index.ed713f1f.js} +2 -2
- package/dist/{index.67cc1f25.js.map → index.ed713f1f.js.map} +1 -1
- package/dist/manifest.json +244 -244
- package/dist/types.json +927 -914
- package/dist-types/select/index.d.ts +6 -2
- package/docs/eo-select.md +9 -7
- package/package.json +2 -2
- package/dist/chunks/9259.c83980a7.js +0 -3
- package/dist/chunks/9259.c83980a7.js.map +0 -1
- package/dist/chunks/eo-select.a0b5bb30.js +0 -3
- package/dist/chunks/eo-select.a0b5bb30.js.map +0 -1
- /package/dist/chunks/{9259.c83980a7.js.LICENSE.txt → 9259.f789387c.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-select.a0b5bb30.js.LICENSE.txt → eo-select.e02eae32.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -818,7 +818,7 @@
|
|
|
818
818
|
}
|
|
819
819
|
]
|
|
820
820
|
},
|
|
821
|
-
"eo-
|
|
821
|
+
"eo-checkbox": {
|
|
822
822
|
"properties": [
|
|
823
823
|
{
|
|
824
824
|
"name": "name",
|
|
@@ -827,13 +827,6 @@
|
|
|
827
827
|
"value": "string"
|
|
828
828
|
}
|
|
829
829
|
},
|
|
830
|
-
{
|
|
831
|
-
"name": "placeholder",
|
|
832
|
-
"annotation": {
|
|
833
|
-
"type": "keyword",
|
|
834
|
-
"value": "string"
|
|
835
|
-
}
|
|
836
|
-
},
|
|
837
830
|
{
|
|
838
831
|
"name": "label",
|
|
839
832
|
"annotation": {
|
|
@@ -842,52 +835,38 @@
|
|
|
842
835
|
}
|
|
843
836
|
},
|
|
844
837
|
{
|
|
845
|
-
"name": "
|
|
838
|
+
"name": "value",
|
|
846
839
|
"annotation": {
|
|
847
840
|
"type": "array",
|
|
848
841
|
"elementType": {
|
|
849
842
|
"type": "reference",
|
|
850
843
|
"typeName": {
|
|
851
844
|
"type": "identifier",
|
|
852
|
-
"name": "
|
|
845
|
+
"name": "CheckboxValueType"
|
|
853
846
|
}
|
|
854
847
|
}
|
|
855
848
|
}
|
|
856
849
|
},
|
|
857
850
|
{
|
|
858
|
-
"name": "
|
|
859
|
-
"annotation": {
|
|
860
|
-
"type": "keyword",
|
|
861
|
-
"value": "any"
|
|
862
|
-
}
|
|
863
|
-
},
|
|
864
|
-
{
|
|
865
|
-
"name": "required",
|
|
851
|
+
"name": "options",
|
|
866
852
|
"annotation": {
|
|
867
|
-
"type": "
|
|
868
|
-
"
|
|
853
|
+
"type": "array",
|
|
854
|
+
"elementType": {
|
|
855
|
+
"type": "reference",
|
|
856
|
+
"typeName": {
|
|
857
|
+
"type": "identifier",
|
|
858
|
+
"name": "CheckboxOptionType"
|
|
859
|
+
}
|
|
860
|
+
}
|
|
869
861
|
}
|
|
870
862
|
},
|
|
871
863
|
{
|
|
872
|
-
"name": "
|
|
864
|
+
"name": "type",
|
|
873
865
|
"annotation": {
|
|
874
866
|
"type": "reference",
|
|
875
867
|
"typeName": {
|
|
876
868
|
"type": "identifier",
|
|
877
|
-
"name": "
|
|
878
|
-
},
|
|
879
|
-
"typeParameters": {
|
|
880
|
-
"type": "typeParameterInstantiation",
|
|
881
|
-
"params": [
|
|
882
|
-
{
|
|
883
|
-
"type": "keyword",
|
|
884
|
-
"value": "string"
|
|
885
|
-
},
|
|
886
|
-
{
|
|
887
|
-
"type": "keyword",
|
|
888
|
-
"value": "string"
|
|
889
|
-
}
|
|
890
|
-
]
|
|
869
|
+
"name": "CheckboxType"
|
|
891
870
|
}
|
|
892
871
|
}
|
|
893
872
|
},
|
|
@@ -899,126 +878,58 @@
|
|
|
899
878
|
}
|
|
900
879
|
},
|
|
901
880
|
{
|
|
902
|
-
"name": "
|
|
903
|
-
"annotation": {
|
|
904
|
-
"type": "union",
|
|
905
|
-
"types": [
|
|
906
|
-
{
|
|
907
|
-
"type": "jsLiteral",
|
|
908
|
-
"value": "tags"
|
|
909
|
-
},
|
|
910
|
-
{
|
|
911
|
-
"type": "jsLiteral",
|
|
912
|
-
"value": "multiple"
|
|
913
|
-
}
|
|
914
|
-
]
|
|
915
|
-
}
|
|
916
|
-
},
|
|
917
|
-
{
|
|
918
|
-
"name": "tokenSeparators",
|
|
919
|
-
"annotation": {
|
|
920
|
-
"type": "array",
|
|
921
|
-
"elementType": {
|
|
922
|
-
"type": "keyword",
|
|
923
|
-
"value": "string"
|
|
924
|
-
}
|
|
925
|
-
}
|
|
926
|
-
},
|
|
927
|
-
{
|
|
928
|
-
"name": "maxTagCount",
|
|
881
|
+
"name": "isCustom",
|
|
929
882
|
"annotation": {
|
|
930
883
|
"type": "keyword",
|
|
931
|
-
"value": "
|
|
884
|
+
"value": "boolean"
|
|
932
885
|
}
|
|
933
886
|
},
|
|
934
887
|
{
|
|
935
|
-
"name": "
|
|
888
|
+
"name": "required",
|
|
936
889
|
"annotation": {
|
|
937
890
|
"type": "keyword",
|
|
938
|
-
"value": "
|
|
891
|
+
"value": "boolean"
|
|
939
892
|
}
|
|
940
893
|
},
|
|
941
894
|
{
|
|
942
|
-
"name": "
|
|
895
|
+
"name": "message",
|
|
943
896
|
"annotation": {
|
|
944
897
|
"type": "reference",
|
|
945
898
|
"typeName": {
|
|
946
899
|
"type": "identifier",
|
|
947
|
-
"name": "
|
|
948
|
-
}
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
"annotation": {
|
|
954
|
-
"type": "keyword",
|
|
955
|
-
"value": "boolean"
|
|
956
|
-
}
|
|
957
|
-
},
|
|
958
|
-
{
|
|
959
|
-
"name": "fields",
|
|
960
|
-
"annotation": {
|
|
961
|
-
"type": "typeLiteral",
|
|
962
|
-
"members": [
|
|
963
|
-
{
|
|
964
|
-
"type": "propertySignature",
|
|
965
|
-
"key": {
|
|
966
|
-
"type": "identifier",
|
|
967
|
-
"name": "label"
|
|
968
|
-
},
|
|
969
|
-
"annotation": {
|
|
900
|
+
"name": "Record"
|
|
901
|
+
},
|
|
902
|
+
"typeParameters": {
|
|
903
|
+
"type": "typeParameterInstantiation",
|
|
904
|
+
"params": [
|
|
905
|
+
{
|
|
970
906
|
"type": "keyword",
|
|
971
907
|
"value": "string"
|
|
972
908
|
},
|
|
973
|
-
|
|
974
|
-
"computed": false
|
|
975
|
-
},
|
|
976
|
-
{
|
|
977
|
-
"type": "propertySignature",
|
|
978
|
-
"key": {
|
|
979
|
-
"type": "identifier",
|
|
980
|
-
"name": "value"
|
|
981
|
-
},
|
|
982
|
-
"annotation": {
|
|
909
|
+
{
|
|
983
910
|
"type": "keyword",
|
|
984
911
|
"value": "string"
|
|
985
|
-
}
|
|
986
|
-
|
|
987
|
-
"computed": false
|
|
988
|
-
}
|
|
989
|
-
]
|
|
990
|
-
}
|
|
991
|
-
},
|
|
992
|
-
{
|
|
993
|
-
"name": "useBackend",
|
|
994
|
-
"annotation": {
|
|
995
|
-
"type": "reference",
|
|
996
|
-
"typeName": {
|
|
997
|
-
"type": "identifier",
|
|
998
|
-
"name": "UseBackendConf"
|
|
912
|
+
}
|
|
913
|
+
]
|
|
999
914
|
}
|
|
1000
915
|
}
|
|
1001
916
|
},
|
|
1002
917
|
{
|
|
1003
|
-
"name": "
|
|
918
|
+
"name": "isGroup",
|
|
1004
919
|
"annotation": {
|
|
1005
920
|
"type": "keyword",
|
|
1006
|
-
"value": "
|
|
921
|
+
"value": "boolean"
|
|
1007
922
|
}
|
|
1008
923
|
},
|
|
1009
924
|
{
|
|
1010
|
-
"name": "
|
|
925
|
+
"name": "optionGroups",
|
|
1011
926
|
"annotation": {
|
|
1012
|
-
"type": "
|
|
1013
|
-
"
|
|
1014
|
-
"type": "
|
|
1015
|
-
"
|
|
1016
|
-
"type": "identifier",
|
|
1017
|
-
"name": "React"
|
|
1018
|
-
},
|
|
1019
|
-
"right": {
|
|
927
|
+
"type": "array",
|
|
928
|
+
"elementType": {
|
|
929
|
+
"type": "reference",
|
|
930
|
+
"typeName": {
|
|
1020
931
|
"type": "identifier",
|
|
1021
|
-
"name": "
|
|
932
|
+
"name": "OptionGroup"
|
|
1022
933
|
}
|
|
1023
934
|
}
|
|
1024
935
|
}
|
|
@@ -1027,34 +938,25 @@
|
|
|
1027
938
|
"events": [
|
|
1028
939
|
{
|
|
1029
940
|
"name": "change",
|
|
941
|
+
"detail": {
|
|
942
|
+
"annotation": {
|
|
943
|
+
"type": "array",
|
|
944
|
+
"elementType": {
|
|
945
|
+
"type": "reference",
|
|
946
|
+
"typeName": {
|
|
947
|
+
"type": "identifier",
|
|
948
|
+
"name": "CheckboxOptionType"
|
|
949
|
+
}
|
|
950
|
+
}
|
|
951
|
+
}
|
|
952
|
+
}
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"name": "options.change",
|
|
1030
956
|
"detail": {
|
|
1031
957
|
"annotation": {
|
|
1032
958
|
"type": "typeLiteral",
|
|
1033
959
|
"members": [
|
|
1034
|
-
{
|
|
1035
|
-
"type": "propertySignature",
|
|
1036
|
-
"key": {
|
|
1037
|
-
"type": "identifier",
|
|
1038
|
-
"name": "value"
|
|
1039
|
-
},
|
|
1040
|
-
"annotation": {
|
|
1041
|
-
"type": "union",
|
|
1042
|
-
"types": [
|
|
1043
|
-
{
|
|
1044
|
-
"type": "keyword",
|
|
1045
|
-
"value": "string"
|
|
1046
|
-
},
|
|
1047
|
-
{
|
|
1048
|
-
"type": "array",
|
|
1049
|
-
"elementType": {
|
|
1050
|
-
"type": "keyword",
|
|
1051
|
-
"value": "string"
|
|
1052
|
-
}
|
|
1053
|
-
}
|
|
1054
|
-
]
|
|
1055
|
-
},
|
|
1056
|
-
"computed": false
|
|
1057
|
-
},
|
|
1058
960
|
{
|
|
1059
961
|
"type": "propertySignature",
|
|
1060
962
|
"key": {
|
|
@@ -1067,27 +969,17 @@
|
|
|
1067
969
|
"type": "reference",
|
|
1068
970
|
"typeName": {
|
|
1069
971
|
"type": "identifier",
|
|
1070
|
-
"name": "
|
|
972
|
+
"name": "CheckboxOptionType"
|
|
1071
973
|
}
|
|
1072
974
|
}
|
|
1073
975
|
},
|
|
1074
976
|
"computed": false
|
|
1075
|
-
}
|
|
1076
|
-
]
|
|
1077
|
-
}
|
|
1078
|
-
}
|
|
1079
|
-
},
|
|
1080
|
-
{
|
|
1081
|
-
"name": "search",
|
|
1082
|
-
"detail": {
|
|
1083
|
-
"annotation": {
|
|
1084
|
-
"type": "typeLiteral",
|
|
1085
|
-
"members": [
|
|
977
|
+
},
|
|
1086
978
|
{
|
|
1087
979
|
"type": "propertySignature",
|
|
1088
980
|
"key": {
|
|
1089
981
|
"type": "identifier",
|
|
1090
|
-
"name": "
|
|
982
|
+
"name": "name"
|
|
1091
983
|
},
|
|
1092
984
|
"annotation": {
|
|
1093
985
|
"type": "keyword",
|
|
@@ -1098,122 +990,34 @@
|
|
|
1098
990
|
]
|
|
1099
991
|
}
|
|
1100
992
|
}
|
|
1101
|
-
}
|
|
993
|
+
}
|
|
994
|
+
],
|
|
995
|
+
"methods": [],
|
|
996
|
+
"types": [
|
|
1102
997
|
{
|
|
1103
|
-
"
|
|
1104
|
-
"
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
998
|
+
"type": "typeAlias",
|
|
999
|
+
"name": "CheckboxValueType",
|
|
1000
|
+
"annotation": {
|
|
1001
|
+
"type": "union",
|
|
1002
|
+
"types": [
|
|
1003
|
+
{
|
|
1004
|
+
"type": "keyword",
|
|
1005
|
+
"value": "string"
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"type": "keyword",
|
|
1009
|
+
"value": "number"
|
|
1010
|
+
},
|
|
1011
|
+
{
|
|
1012
|
+
"type": "keyword",
|
|
1013
|
+
"value": "boolean"
|
|
1014
|
+
}
|
|
1015
|
+
]
|
|
1109
1016
|
}
|
|
1110
1017
|
},
|
|
1111
|
-
{
|
|
1112
|
-
"name": "options.change",
|
|
1113
|
-
"detail": {
|
|
1114
|
-
"annotation": {
|
|
1115
|
-
"type": "typeLiteral",
|
|
1116
|
-
"members": [
|
|
1117
|
-
{
|
|
1118
|
-
"type": "propertySignature",
|
|
1119
|
-
"key": {
|
|
1120
|
-
"type": "identifier",
|
|
1121
|
-
"name": "options"
|
|
1122
|
-
},
|
|
1123
|
-
"annotation": {
|
|
1124
|
-
"type": "typeLiteral",
|
|
1125
|
-
"members": [
|
|
1126
|
-
{
|
|
1127
|
-
"type": "propertySignature",
|
|
1128
|
-
"key": {
|
|
1129
|
-
"type": "identifier",
|
|
1130
|
-
"name": "label"
|
|
1131
|
-
},
|
|
1132
|
-
"annotation": {
|
|
1133
|
-
"type": "keyword",
|
|
1134
|
-
"value": "string"
|
|
1135
|
-
},
|
|
1136
|
-
"computed": false
|
|
1137
|
-
},
|
|
1138
|
-
{
|
|
1139
|
-
"type": "propertySignature",
|
|
1140
|
-
"key": {
|
|
1141
|
-
"type": "identifier",
|
|
1142
|
-
"name": "value"
|
|
1143
|
-
},
|
|
1144
|
-
"annotation": {
|
|
1145
|
-
"type": "keyword",
|
|
1146
|
-
"value": "any"
|
|
1147
|
-
},
|
|
1148
|
-
"computed": false
|
|
1149
|
-
},
|
|
1150
|
-
{
|
|
1151
|
-
"type": "indexSignature",
|
|
1152
|
-
"parameter": {
|
|
1153
|
-
"type": "identifier",
|
|
1154
|
-
"name": "key",
|
|
1155
|
-
"annotation": {
|
|
1156
|
-
"type": "keyword",
|
|
1157
|
-
"value": "string"
|
|
1158
|
-
}
|
|
1159
|
-
},
|
|
1160
|
-
"annotation": {
|
|
1161
|
-
"type": "keyword",
|
|
1162
|
-
"value": "any"
|
|
1163
|
-
}
|
|
1164
|
-
}
|
|
1165
|
-
]
|
|
1166
|
-
},
|
|
1167
|
-
"computed": false
|
|
1168
|
-
},
|
|
1169
|
-
{
|
|
1170
|
-
"type": "propertySignature",
|
|
1171
|
-
"key": {
|
|
1172
|
-
"type": "identifier",
|
|
1173
|
-
"name": "name"
|
|
1174
|
-
},
|
|
1175
|
-
"annotation": {
|
|
1176
|
-
"type": "keyword",
|
|
1177
|
-
"value": "string"
|
|
1178
|
-
},
|
|
1179
|
-
"computed": false
|
|
1180
|
-
}
|
|
1181
|
-
]
|
|
1182
|
-
}
|
|
1183
|
-
}
|
|
1184
|
-
}
|
|
1185
|
-
],
|
|
1186
|
-
"methods": [],
|
|
1187
|
-
"types": [
|
|
1188
1018
|
{
|
|
1189
1019
|
"type": "interface",
|
|
1190
|
-
"name": "
|
|
1191
|
-
"typeParameters": {
|
|
1192
|
-
"type": "typeParameterDeclaration",
|
|
1193
|
-
"params": [
|
|
1194
|
-
{
|
|
1195
|
-
"type": "typeParameter",
|
|
1196
|
-
"name": "T",
|
|
1197
|
-
"default": {
|
|
1198
|
-
"type": "union",
|
|
1199
|
-
"types": [
|
|
1200
|
-
{
|
|
1201
|
-
"type": "keyword",
|
|
1202
|
-
"value": "string"
|
|
1203
|
-
},
|
|
1204
|
-
{
|
|
1205
|
-
"type": "keyword",
|
|
1206
|
-
"value": "number"
|
|
1207
|
-
},
|
|
1208
|
-
{
|
|
1209
|
-
"type": "keyword",
|
|
1210
|
-
"value": "boolean"
|
|
1211
|
-
}
|
|
1212
|
-
]
|
|
1213
|
-
}
|
|
1214
|
-
}
|
|
1215
|
-
]
|
|
1216
|
-
},
|
|
1020
|
+
"name": "CheckboxOptionType",
|
|
1217
1021
|
"body": [
|
|
1218
1022
|
{
|
|
1219
1023
|
"type": "propertySignature",
|
|
@@ -1222,8 +1026,18 @@
|
|
|
1222
1026
|
"name": "label"
|
|
1223
1027
|
},
|
|
1224
1028
|
"annotation": {
|
|
1225
|
-
"type": "
|
|
1226
|
-
"
|
|
1029
|
+
"type": "reference",
|
|
1030
|
+
"typeName": {
|
|
1031
|
+
"type": "qualifiedName",
|
|
1032
|
+
"left": {
|
|
1033
|
+
"type": "identifier",
|
|
1034
|
+
"name": "React"
|
|
1035
|
+
},
|
|
1036
|
+
"right": {
|
|
1037
|
+
"type": "identifier",
|
|
1038
|
+
"name": "ReactNode"
|
|
1039
|
+
}
|
|
1040
|
+
}
|
|
1227
1041
|
},
|
|
1228
1042
|
"computed": false
|
|
1229
1043
|
},
|
|
@@ -1233,20 +1047,66 @@
|
|
|
1233
1047
|
"type": "identifier",
|
|
1234
1048
|
"name": "value"
|
|
1235
1049
|
},
|
|
1050
|
+
"annotation": {
|
|
1051
|
+
"type": "keyword",
|
|
1052
|
+
"value": "any"
|
|
1053
|
+
},
|
|
1054
|
+
"computed": false
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
"type": "propertySignature",
|
|
1058
|
+
"key": {
|
|
1059
|
+
"type": "identifier",
|
|
1060
|
+
"name": "style"
|
|
1061
|
+
},
|
|
1236
1062
|
"annotation": {
|
|
1237
1063
|
"type": "reference",
|
|
1238
1064
|
"typeName": {
|
|
1239
|
-
"type": "
|
|
1240
|
-
"
|
|
1065
|
+
"type": "qualifiedName",
|
|
1066
|
+
"left": {
|
|
1067
|
+
"type": "identifier",
|
|
1068
|
+
"name": "React"
|
|
1069
|
+
},
|
|
1070
|
+
"right": {
|
|
1071
|
+
"type": "identifier",
|
|
1072
|
+
"name": "CSSProperties"
|
|
1073
|
+
}
|
|
1241
1074
|
}
|
|
1242
1075
|
},
|
|
1076
|
+
"optional": true,
|
|
1077
|
+
"computed": false
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
"type": "propertySignature",
|
|
1081
|
+
"key": {
|
|
1082
|
+
"type": "identifier",
|
|
1083
|
+
"name": "disabled"
|
|
1084
|
+
},
|
|
1085
|
+
"annotation": {
|
|
1086
|
+
"type": "keyword",
|
|
1087
|
+
"value": "boolean"
|
|
1088
|
+
},
|
|
1089
|
+
"optional": true,
|
|
1090
|
+
"computed": false
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"type": "propertySignature",
|
|
1094
|
+
"key": {
|
|
1095
|
+
"type": "identifier",
|
|
1096
|
+
"name": "checkboxColor"
|
|
1097
|
+
},
|
|
1098
|
+
"annotation": {
|
|
1099
|
+
"type": "keyword",
|
|
1100
|
+
"value": "string"
|
|
1101
|
+
},
|
|
1102
|
+
"optional": true,
|
|
1243
1103
|
"computed": false
|
|
1244
1104
|
},
|
|
1245
1105
|
{
|
|
1246
1106
|
"type": "indexSignature",
|
|
1247
1107
|
"parameter": {
|
|
1248
1108
|
"type": "identifier",
|
|
1249
|
-
"name": "
|
|
1109
|
+
"name": "propName",
|
|
1250
1110
|
"annotation": {
|
|
1251
1111
|
"type": "keyword",
|
|
1252
1112
|
"value": "string"
|
|
@@ -1259,15 +1119,32 @@
|
|
|
1259
1119
|
}
|
|
1260
1120
|
]
|
|
1261
1121
|
},
|
|
1122
|
+
{
|
|
1123
|
+
"type": "typeAlias",
|
|
1124
|
+
"name": "CheckboxType",
|
|
1125
|
+
"annotation": {
|
|
1126
|
+
"type": "union",
|
|
1127
|
+
"types": [
|
|
1128
|
+
{
|
|
1129
|
+
"type": "jsLiteral",
|
|
1130
|
+
"value": "default"
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"type": "jsLiteral",
|
|
1134
|
+
"value": "icon"
|
|
1135
|
+
}
|
|
1136
|
+
]
|
|
1137
|
+
}
|
|
1138
|
+
},
|
|
1262
1139
|
{
|
|
1263
1140
|
"type": "interface",
|
|
1264
|
-
"name": "
|
|
1141
|
+
"name": "OptionGroup",
|
|
1265
1142
|
"body": [
|
|
1266
1143
|
{
|
|
1267
1144
|
"type": "propertySignature",
|
|
1268
1145
|
"key": {
|
|
1269
1146
|
"type": "identifier",
|
|
1270
|
-
"name": "
|
|
1147
|
+
"name": "name"
|
|
1271
1148
|
},
|
|
1272
1149
|
"annotation": {
|
|
1273
1150
|
"type": "keyword",
|
|
@@ -1279,48 +1156,11 @@
|
|
|
1279
1156
|
"type": "propertySignature",
|
|
1280
1157
|
"key": {
|
|
1281
1158
|
"type": "identifier",
|
|
1282
|
-
"name": "
|
|
1159
|
+
"name": "key"
|
|
1283
1160
|
},
|
|
1284
1161
|
"annotation": {
|
|
1285
|
-
"type": "
|
|
1286
|
-
"
|
|
1287
|
-
{
|
|
1288
|
-
"type": "array",
|
|
1289
|
-
"elementType": {
|
|
1290
|
-
"type": "keyword",
|
|
1291
|
-
"value": "any"
|
|
1292
|
-
}
|
|
1293
|
-
},
|
|
1294
|
-
{
|
|
1295
|
-
"type": "parenthesizedType",
|
|
1296
|
-
"annotation": {
|
|
1297
|
-
"type": "function",
|
|
1298
|
-
"parameters": [
|
|
1299
|
-
{
|
|
1300
|
-
"type": "restElement",
|
|
1301
|
-
"argument": {
|
|
1302
|
-
"type": "identifier",
|
|
1303
|
-
"name": "args"
|
|
1304
|
-
},
|
|
1305
|
-
"annotation": {
|
|
1306
|
-
"type": "array",
|
|
1307
|
-
"elementType": {
|
|
1308
|
-
"type": "keyword",
|
|
1309
|
-
"value": "any"
|
|
1310
|
-
}
|
|
1311
|
-
}
|
|
1312
|
-
}
|
|
1313
|
-
],
|
|
1314
|
-
"annotation": {
|
|
1315
|
-
"type": "array",
|
|
1316
|
-
"elementType": {
|
|
1317
|
-
"type": "keyword",
|
|
1318
|
-
"value": "any"
|
|
1319
|
-
}
|
|
1320
|
-
}
|
|
1321
|
-
}
|
|
1322
|
-
}
|
|
1323
|
-
]
|
|
1162
|
+
"type": "keyword",
|
|
1163
|
+
"value": "string"
|
|
1324
1164
|
},
|
|
1325
1165
|
"computed": false
|
|
1326
1166
|
},
|
|
@@ -1328,33 +1168,25 @@
|
|
|
1328
1168
|
"type": "propertySignature",
|
|
1329
1169
|
"key": {
|
|
1330
1170
|
"type": "identifier",
|
|
1331
|
-
"name": "
|
|
1171
|
+
"name": "options"
|
|
1332
1172
|
},
|
|
1333
1173
|
"annotation": {
|
|
1334
|
-
"type": "
|
|
1335
|
-
"
|
|
1336
|
-
|
|
1174
|
+
"type": "array",
|
|
1175
|
+
"elementType": {
|
|
1176
|
+
"type": "reference",
|
|
1177
|
+
"typeName": {
|
|
1337
1178
|
"type": "identifier",
|
|
1338
|
-
"name": "
|
|
1339
|
-
"annotation": {
|
|
1340
|
-
"type": "keyword",
|
|
1341
|
-
"value": "any"
|
|
1342
|
-
}
|
|
1179
|
+
"name": "CheckboxOptionType"
|
|
1343
1180
|
}
|
|
1344
|
-
],
|
|
1345
|
-
"annotation": {
|
|
1346
|
-
"type": "keyword",
|
|
1347
|
-
"value": "void"
|
|
1348
1181
|
}
|
|
1349
1182
|
},
|
|
1350
|
-
"optional": true,
|
|
1351
1183
|
"computed": false
|
|
1352
1184
|
}
|
|
1353
1185
|
]
|
|
1354
1186
|
}
|
|
1355
1187
|
]
|
|
1356
1188
|
},
|
|
1357
|
-
"eo-
|
|
1189
|
+
"eo-radio": {
|
|
1358
1190
|
"properties": [
|
|
1359
1191
|
{
|
|
1360
1192
|
"name": "name",
|
|
@@ -1371,38 +1203,52 @@
|
|
|
1371
1203
|
}
|
|
1372
1204
|
},
|
|
1373
1205
|
{
|
|
1374
|
-
"name": "
|
|
1206
|
+
"name": "options",
|
|
1375
1207
|
"annotation": {
|
|
1376
1208
|
"type": "array",
|
|
1377
1209
|
"elementType": {
|
|
1378
1210
|
"type": "reference",
|
|
1379
1211
|
"typeName": {
|
|
1380
1212
|
"type": "identifier",
|
|
1381
|
-
"name": "
|
|
1213
|
+
"name": "GeneralOption"
|
|
1382
1214
|
}
|
|
1383
1215
|
}
|
|
1384
1216
|
}
|
|
1385
1217
|
},
|
|
1386
1218
|
{
|
|
1387
|
-
"name": "
|
|
1219
|
+
"name": "value",
|
|
1388
1220
|
"annotation": {
|
|
1389
|
-
"type": "
|
|
1390
|
-
"
|
|
1391
|
-
"type": "reference",
|
|
1392
|
-
"typeName": {
|
|
1393
|
-
"type": "identifier",
|
|
1394
|
-
"name": "CheckboxOptionType"
|
|
1395
|
-
}
|
|
1396
|
-
}
|
|
1221
|
+
"type": "keyword",
|
|
1222
|
+
"value": "any"
|
|
1397
1223
|
}
|
|
1398
1224
|
},
|
|
1399
1225
|
{
|
|
1400
|
-
"name": "
|
|
1226
|
+
"name": "required",
|
|
1227
|
+
"annotation": {
|
|
1228
|
+
"type": "keyword",
|
|
1229
|
+
"value": "boolean"
|
|
1230
|
+
}
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
"name": "message",
|
|
1401
1234
|
"annotation": {
|
|
1402
1235
|
"type": "reference",
|
|
1403
1236
|
"typeName": {
|
|
1404
1237
|
"type": "identifier",
|
|
1405
|
-
"name": "
|
|
1238
|
+
"name": "Record"
|
|
1239
|
+
},
|
|
1240
|
+
"typeParameters": {
|
|
1241
|
+
"type": "typeParameterInstantiation",
|
|
1242
|
+
"params": [
|
|
1243
|
+
{
|
|
1244
|
+
"type": "keyword",
|
|
1245
|
+
"value": "string"
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
"type": "keyword",
|
|
1249
|
+
"value": "string"
|
|
1250
|
+
}
|
|
1251
|
+
]
|
|
1406
1252
|
}
|
|
1407
1253
|
}
|
|
1408
1254
|
},
|
|
@@ -1414,59 +1260,59 @@
|
|
|
1414
1260
|
}
|
|
1415
1261
|
},
|
|
1416
1262
|
{
|
|
1417
|
-
"name": "
|
|
1263
|
+
"name": "type",
|
|
1418
1264
|
"annotation": {
|
|
1419
|
-
"type": "
|
|
1420
|
-
"
|
|
1265
|
+
"type": "reference",
|
|
1266
|
+
"typeName": {
|
|
1267
|
+
"type": "identifier",
|
|
1268
|
+
"name": "RadioType"
|
|
1269
|
+
}
|
|
1421
1270
|
}
|
|
1422
1271
|
},
|
|
1423
1272
|
{
|
|
1424
|
-
"name": "
|
|
1273
|
+
"name": "ui",
|
|
1425
1274
|
"annotation": {
|
|
1426
|
-
"type": "
|
|
1427
|
-
"
|
|
1275
|
+
"type": "reference",
|
|
1276
|
+
"typeName": {
|
|
1277
|
+
"type": "identifier",
|
|
1278
|
+
"name": "UIType"
|
|
1279
|
+
}
|
|
1428
1280
|
}
|
|
1429
1281
|
},
|
|
1430
1282
|
{
|
|
1431
|
-
"name": "
|
|
1283
|
+
"name": "size",
|
|
1432
1284
|
"annotation": {
|
|
1433
1285
|
"type": "reference",
|
|
1434
1286
|
"typeName": {
|
|
1435
1287
|
"type": "identifier",
|
|
1436
|
-
"name": "
|
|
1437
|
-
},
|
|
1438
|
-
"typeParameters": {
|
|
1439
|
-
"type": "typeParameterInstantiation",
|
|
1440
|
-
"params": [
|
|
1441
|
-
{
|
|
1442
|
-
"type": "keyword",
|
|
1443
|
-
"value": "string"
|
|
1444
|
-
},
|
|
1445
|
-
{
|
|
1446
|
-
"type": "keyword",
|
|
1447
|
-
"value": "string"
|
|
1448
|
-
}
|
|
1449
|
-
]
|
|
1288
|
+
"name": "ComponentSize"
|
|
1450
1289
|
}
|
|
1451
1290
|
}
|
|
1452
1291
|
},
|
|
1453
1292
|
{
|
|
1454
|
-
"name": "
|
|
1293
|
+
"name": "customStyle",
|
|
1455
1294
|
"annotation": {
|
|
1456
|
-
"type": "
|
|
1457
|
-
"
|
|
1295
|
+
"type": "reference",
|
|
1296
|
+
"typeName": {
|
|
1297
|
+
"type": "qualifiedName",
|
|
1298
|
+
"left": {
|
|
1299
|
+
"type": "identifier",
|
|
1300
|
+
"name": "React"
|
|
1301
|
+
},
|
|
1302
|
+
"right": {
|
|
1303
|
+
"type": "identifier",
|
|
1304
|
+
"name": "CSSProperties"
|
|
1305
|
+
}
|
|
1306
|
+
}
|
|
1458
1307
|
}
|
|
1459
1308
|
},
|
|
1460
1309
|
{
|
|
1461
|
-
"name": "
|
|
1310
|
+
"name": "useBrick",
|
|
1462
1311
|
"annotation": {
|
|
1463
|
-
"type": "
|
|
1464
|
-
"
|
|
1465
|
-
"type": "
|
|
1466
|
-
"
|
|
1467
|
-
"type": "identifier",
|
|
1468
|
-
"name": "OptionGroup"
|
|
1469
|
-
}
|
|
1312
|
+
"type": "reference",
|
|
1313
|
+
"typeName": {
|
|
1314
|
+
"type": "identifier",
|
|
1315
|
+
"name": "UseSingleBrickConf"
|
|
1470
1316
|
}
|
|
1471
1317
|
}
|
|
1472
1318
|
}
|
|
@@ -1476,14 +1322,20 @@
|
|
|
1476
1322
|
"name": "change",
|
|
1477
1323
|
"detail": {
|
|
1478
1324
|
"annotation": {
|
|
1479
|
-
"type": "
|
|
1480
|
-
"
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
"
|
|
1484
|
-
|
|
1325
|
+
"type": "union",
|
|
1326
|
+
"types": [
|
|
1327
|
+
{
|
|
1328
|
+
"type": "reference",
|
|
1329
|
+
"typeName": {
|
|
1330
|
+
"type": "identifier",
|
|
1331
|
+
"name": "GeneralComplexOption"
|
|
1332
|
+
}
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"type": "keyword",
|
|
1336
|
+
"value": "undefined"
|
|
1485
1337
|
}
|
|
1486
|
-
|
|
1338
|
+
]
|
|
1487
1339
|
}
|
|
1488
1340
|
}
|
|
1489
1341
|
},
|
|
@@ -1500,14 +1352,48 @@
|
|
|
1500
1352
|
"name": "options"
|
|
1501
1353
|
},
|
|
1502
1354
|
"annotation": {
|
|
1503
|
-
"type": "
|
|
1504
|
-
"
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
"
|
|
1508
|
-
|
|
1355
|
+
"type": "typeLiteral",
|
|
1356
|
+
"members": [
|
|
1357
|
+
{
|
|
1358
|
+
"type": "propertySignature",
|
|
1359
|
+
"key": {
|
|
1360
|
+
"type": "identifier",
|
|
1361
|
+
"name": "label"
|
|
1362
|
+
},
|
|
1363
|
+
"annotation": {
|
|
1364
|
+
"type": "keyword",
|
|
1365
|
+
"value": "string"
|
|
1366
|
+
},
|
|
1367
|
+
"computed": false
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
"type": "propertySignature",
|
|
1371
|
+
"key": {
|
|
1372
|
+
"type": "identifier",
|
|
1373
|
+
"name": "value"
|
|
1374
|
+
},
|
|
1375
|
+
"annotation": {
|
|
1376
|
+
"type": "keyword",
|
|
1377
|
+
"value": "any"
|
|
1378
|
+
},
|
|
1379
|
+
"computed": false
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"type": "indexSignature",
|
|
1383
|
+
"parameter": {
|
|
1384
|
+
"type": "identifier",
|
|
1385
|
+
"name": "key",
|
|
1386
|
+
"annotation": {
|
|
1387
|
+
"type": "keyword",
|
|
1388
|
+
"value": "string"
|
|
1389
|
+
}
|
|
1390
|
+
},
|
|
1391
|
+
"annotation": {
|
|
1392
|
+
"type": "keyword",
|
|
1393
|
+
"value": "any"
|
|
1394
|
+
}
|
|
1509
1395
|
}
|
|
1510
|
-
|
|
1396
|
+
]
|
|
1511
1397
|
},
|
|
1512
1398
|
"computed": false
|
|
1513
1399
|
},
|
|
@@ -1532,7 +1418,7 @@
|
|
|
1532
1418
|
"types": [
|
|
1533
1419
|
{
|
|
1534
1420
|
"type": "typeAlias",
|
|
1535
|
-
"name": "
|
|
1421
|
+
"name": "GeneralOption",
|
|
1536
1422
|
"annotation": {
|
|
1537
1423
|
"type": "union",
|
|
1538
1424
|
"types": [
|
|
@@ -1547,13 +1433,66 @@
|
|
|
1547
1433
|
{
|
|
1548
1434
|
"type": "keyword",
|
|
1549
1435
|
"value": "boolean"
|
|
1436
|
+
},
|
|
1437
|
+
{
|
|
1438
|
+
"type": "reference",
|
|
1439
|
+
"typeName": {
|
|
1440
|
+
"type": "identifier",
|
|
1441
|
+
"name": "GeneralComplexOption"
|
|
1442
|
+
}
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
"type": "reference",
|
|
1446
|
+
"typeName": {
|
|
1447
|
+
"type": "identifier",
|
|
1448
|
+
"name": "Record"
|
|
1449
|
+
},
|
|
1450
|
+
"typeParameters": {
|
|
1451
|
+
"type": "typeParameterInstantiation",
|
|
1452
|
+
"params": [
|
|
1453
|
+
{
|
|
1454
|
+
"type": "keyword",
|
|
1455
|
+
"value": "string"
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
"type": "keyword",
|
|
1459
|
+
"value": "any"
|
|
1460
|
+
}
|
|
1461
|
+
]
|
|
1462
|
+
}
|
|
1550
1463
|
}
|
|
1551
1464
|
]
|
|
1552
1465
|
}
|
|
1553
1466
|
},
|
|
1554
1467
|
{
|
|
1555
1468
|
"type": "interface",
|
|
1556
|
-
"name": "
|
|
1469
|
+
"name": "GeneralComplexOption",
|
|
1470
|
+
"typeParameters": {
|
|
1471
|
+
"type": "typeParameterDeclaration",
|
|
1472
|
+
"params": [
|
|
1473
|
+
{
|
|
1474
|
+
"type": "typeParameter",
|
|
1475
|
+
"name": "T",
|
|
1476
|
+
"default": {
|
|
1477
|
+
"type": "union",
|
|
1478
|
+
"types": [
|
|
1479
|
+
{
|
|
1480
|
+
"type": "keyword",
|
|
1481
|
+
"value": "string"
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
"type": "keyword",
|
|
1485
|
+
"value": "number"
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
"type": "keyword",
|
|
1489
|
+
"value": "boolean"
|
|
1490
|
+
}
|
|
1491
|
+
]
|
|
1492
|
+
}
|
|
1493
|
+
}
|
|
1494
|
+
]
|
|
1495
|
+
},
|
|
1557
1496
|
"body": [
|
|
1558
1497
|
{
|
|
1559
1498
|
"type": "propertySignature",
|
|
@@ -1561,31 +1500,9 @@
|
|
|
1561
1500
|
"type": "identifier",
|
|
1562
1501
|
"name": "label"
|
|
1563
1502
|
},
|
|
1564
|
-
"annotation": {
|
|
1565
|
-
"type": "reference",
|
|
1566
|
-
"typeName": {
|
|
1567
|
-
"type": "qualifiedName",
|
|
1568
|
-
"left": {
|
|
1569
|
-
"type": "identifier",
|
|
1570
|
-
"name": "React"
|
|
1571
|
-
},
|
|
1572
|
-
"right": {
|
|
1573
|
-
"type": "identifier",
|
|
1574
|
-
"name": "ReactNode"
|
|
1575
|
-
}
|
|
1576
|
-
}
|
|
1577
|
-
},
|
|
1578
|
-
"computed": false
|
|
1579
|
-
},
|
|
1580
|
-
{
|
|
1581
|
-
"type": "propertySignature",
|
|
1582
|
-
"key": {
|
|
1583
|
-
"type": "identifier",
|
|
1584
|
-
"name": "value"
|
|
1585
|
-
},
|
|
1586
1503
|
"annotation": {
|
|
1587
1504
|
"type": "keyword",
|
|
1588
|
-
"value": "
|
|
1505
|
+
"value": "string"
|
|
1589
1506
|
},
|
|
1590
1507
|
"computed": false
|
|
1591
1508
|
},
|
|
@@ -1593,71 +1510,70 @@
|
|
|
1593
1510
|
"type": "propertySignature",
|
|
1594
1511
|
"key": {
|
|
1595
1512
|
"type": "identifier",
|
|
1596
|
-
"name": "
|
|
1513
|
+
"name": "value"
|
|
1597
1514
|
},
|
|
1598
1515
|
"annotation": {
|
|
1599
1516
|
"type": "reference",
|
|
1600
1517
|
"typeName": {
|
|
1601
|
-
"type": "
|
|
1602
|
-
"
|
|
1603
|
-
"type": "identifier",
|
|
1604
|
-
"name": "React"
|
|
1605
|
-
},
|
|
1606
|
-
"right": {
|
|
1607
|
-
"type": "identifier",
|
|
1608
|
-
"name": "CSSProperties"
|
|
1609
|
-
}
|
|
1518
|
+
"type": "identifier",
|
|
1519
|
+
"name": "T"
|
|
1610
1520
|
}
|
|
1611
1521
|
},
|
|
1612
|
-
"optional": true,
|
|
1613
1522
|
"computed": false
|
|
1614
1523
|
},
|
|
1615
1524
|
{
|
|
1616
|
-
"type": "
|
|
1617
|
-
"
|
|
1525
|
+
"type": "indexSignature",
|
|
1526
|
+
"parameter": {
|
|
1618
1527
|
"type": "identifier",
|
|
1619
|
-
"name": "
|
|
1528
|
+
"name": "key",
|
|
1529
|
+
"annotation": {
|
|
1530
|
+
"type": "keyword",
|
|
1531
|
+
"value": "string"
|
|
1532
|
+
}
|
|
1620
1533
|
},
|
|
1621
1534
|
"annotation": {
|
|
1622
1535
|
"type": "keyword",
|
|
1623
|
-
"value": "
|
|
1536
|
+
"value": "any"
|
|
1537
|
+
}
|
|
1538
|
+
}
|
|
1539
|
+
]
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
"type": "typeAlias",
|
|
1543
|
+
"name": "RadioType",
|
|
1544
|
+
"annotation": {
|
|
1545
|
+
"type": "union",
|
|
1546
|
+
"types": [
|
|
1547
|
+
{
|
|
1548
|
+
"type": "jsLiteral",
|
|
1549
|
+
"value": "button"
|
|
1624
1550
|
},
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
{
|
|
1629
|
-
"type": "propertySignature",
|
|
1630
|
-
"key": {
|
|
1631
|
-
"type": "identifier",
|
|
1632
|
-
"name": "checkboxColor"
|
|
1551
|
+
{
|
|
1552
|
+
"type": "jsLiteral",
|
|
1553
|
+
"value": "default"
|
|
1633
1554
|
},
|
|
1634
|
-
|
|
1635
|
-
"type": "
|
|
1636
|
-
"value": "
|
|
1555
|
+
{
|
|
1556
|
+
"type": "jsLiteral",
|
|
1557
|
+
"value": "icon"
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"type": "jsLiteral",
|
|
1561
|
+
"value": "icon-circle"
|
|
1637
1562
|
},
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
{
|
|
1642
|
-
"type": "indexSignature",
|
|
1643
|
-
"parameter": {
|
|
1644
|
-
"type": "identifier",
|
|
1645
|
-
"name": "propName",
|
|
1646
|
-
"annotation": {
|
|
1647
|
-
"type": "keyword",
|
|
1648
|
-
"value": "string"
|
|
1649
|
-
}
|
|
1563
|
+
{
|
|
1564
|
+
"type": "jsLiteral",
|
|
1565
|
+
"value": "icon-square"
|
|
1650
1566
|
},
|
|
1651
|
-
|
|
1652
|
-
"type": "
|
|
1653
|
-
"value": "
|
|
1567
|
+
{
|
|
1568
|
+
"type": "jsLiteral",
|
|
1569
|
+
"value": "custom"
|
|
1654
1570
|
}
|
|
1655
|
-
|
|
1656
|
-
|
|
1571
|
+
]
|
|
1572
|
+
}
|
|
1657
1573
|
},
|
|
1658
1574
|
{
|
|
1659
1575
|
"type": "typeAlias",
|
|
1660
|
-
"name": "
|
|
1576
|
+
"name": "UIType",
|
|
1661
1577
|
"annotation": {
|
|
1662
1578
|
"type": "union",
|
|
1663
1579
|
"types": [
|
|
@@ -1667,58 +1583,35 @@
|
|
|
1667
1583
|
},
|
|
1668
1584
|
{
|
|
1669
1585
|
"type": "jsLiteral",
|
|
1670
|
-
"value": "
|
|
1586
|
+
"value": "dashboard"
|
|
1671
1587
|
}
|
|
1672
1588
|
]
|
|
1673
1589
|
}
|
|
1674
1590
|
},
|
|
1675
1591
|
{
|
|
1676
|
-
"type": "
|
|
1677
|
-
"name": "
|
|
1678
|
-
"
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
"type": "
|
|
1683
|
-
"
|
|
1684
|
-
},
|
|
1685
|
-
"annotation": {
|
|
1686
|
-
"type": "keyword",
|
|
1687
|
-
"value": "string"
|
|
1688
|
-
},
|
|
1689
|
-
"computed": false
|
|
1690
|
-
},
|
|
1691
|
-
{
|
|
1692
|
-
"type": "propertySignature",
|
|
1693
|
-
"key": {
|
|
1694
|
-
"type": "identifier",
|
|
1695
|
-
"name": "key"
|
|
1696
|
-
},
|
|
1697
|
-
"annotation": {
|
|
1698
|
-
"type": "keyword",
|
|
1699
|
-
"value": "string"
|
|
1592
|
+
"type": "typeAlias",
|
|
1593
|
+
"name": "ComponentSize",
|
|
1594
|
+
"annotation": {
|
|
1595
|
+
"type": "union",
|
|
1596
|
+
"types": [
|
|
1597
|
+
{
|
|
1598
|
+
"type": "jsLiteral",
|
|
1599
|
+
"value": "large"
|
|
1700
1600
|
},
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
"type": "propertySignature",
|
|
1705
|
-
"key": {
|
|
1706
|
-
"type": "identifier",
|
|
1707
|
-
"name": "options"
|
|
1601
|
+
{
|
|
1602
|
+
"type": "jsLiteral",
|
|
1603
|
+
"value": "medium"
|
|
1708
1604
|
},
|
|
1709
|
-
|
|
1710
|
-
"type": "
|
|
1711
|
-
"
|
|
1712
|
-
"type": "reference",
|
|
1713
|
-
"typeName": {
|
|
1714
|
-
"type": "identifier",
|
|
1715
|
-
"name": "CheckboxOptionType"
|
|
1716
|
-
}
|
|
1717
|
-
}
|
|
1605
|
+
{
|
|
1606
|
+
"type": "jsLiteral",
|
|
1607
|
+
"value": "small"
|
|
1718
1608
|
},
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1609
|
+
{
|
|
1610
|
+
"type": "jsLiteral",
|
|
1611
|
+
"value": "xs"
|
|
1612
|
+
}
|
|
1613
|
+
]
|
|
1614
|
+
}
|
|
1722
1615
|
}
|
|
1723
1616
|
]
|
|
1724
1617
|
},
|
|
@@ -2341,230 +2234,50 @@
|
|
|
2341
2234
|
"type": "jsLiteral",
|
|
2342
2235
|
"value": "submit"
|
|
2343
2236
|
},
|
|
2344
|
-
{
|
|
2345
|
-
"type": "jsLiteral",
|
|
2346
|
-
"value": "tel"
|
|
2347
|
-
},
|
|
2348
|
-
{
|
|
2349
|
-
"type": "jsLiteral",
|
|
2350
|
-
"value": "text"
|
|
2351
|
-
},
|
|
2352
|
-
{
|
|
2353
|
-
"type": "jsLiteral",
|
|
2354
|
-
"value": "time"
|
|
2355
|
-
},
|
|
2356
|
-
{
|
|
2357
|
-
"type": "jsLiteral",
|
|
2358
|
-
"value": "url"
|
|
2359
|
-
},
|
|
2360
|
-
{
|
|
2361
|
-
"type": "jsLiteral",
|
|
2362
|
-
"value": "week"
|
|
2363
|
-
}
|
|
2364
|
-
]
|
|
2365
|
-
}
|
|
2366
|
-
},
|
|
2367
|
-
{
|
|
2368
|
-
"type": "typeAlias",
|
|
2369
|
-
"name": "ComponentSize",
|
|
2370
|
-
"annotation": {
|
|
2371
|
-
"type": "union",
|
|
2372
|
-
"types": [
|
|
2373
|
-
{
|
|
2374
|
-
"type": "jsLiteral",
|
|
2375
|
-
"value": "large"
|
|
2376
|
-
},
|
|
2377
|
-
{
|
|
2378
|
-
"type": "jsLiteral",
|
|
2379
|
-
"value": "medium"
|
|
2380
|
-
},
|
|
2381
|
-
{
|
|
2382
|
-
"type": "jsLiteral",
|
|
2383
|
-
"value": "small"
|
|
2384
|
-
},
|
|
2385
|
-
{
|
|
2386
|
-
"type": "jsLiteral",
|
|
2387
|
-
"value": "xs"
|
|
2388
|
-
}
|
|
2389
|
-
]
|
|
2390
|
-
}
|
|
2391
|
-
}
|
|
2392
|
-
]
|
|
2393
|
-
},
|
|
2394
|
-
"eo-textarea": {
|
|
2395
|
-
"properties": [
|
|
2396
|
-
{
|
|
2397
|
-
"name": "name",
|
|
2398
|
-
"annotation": {
|
|
2399
|
-
"type": "keyword",
|
|
2400
|
-
"value": "string"
|
|
2401
|
-
}
|
|
2402
|
-
},
|
|
2403
|
-
{
|
|
2404
|
-
"name": "label",
|
|
2405
|
-
"annotation": {
|
|
2406
|
-
"type": "keyword",
|
|
2407
|
-
"value": "string"
|
|
2408
|
-
}
|
|
2409
|
-
},
|
|
2410
|
-
{
|
|
2411
|
-
"name": "value",
|
|
2412
|
-
"annotation": {
|
|
2413
|
-
"type": "keyword",
|
|
2414
|
-
"value": "string"
|
|
2415
|
-
}
|
|
2416
|
-
},
|
|
2417
|
-
{
|
|
2418
|
-
"name": "placeholder",
|
|
2419
|
-
"annotation": {
|
|
2420
|
-
"type": "keyword",
|
|
2421
|
-
"value": "string"
|
|
2422
|
-
}
|
|
2423
|
-
},
|
|
2424
|
-
{
|
|
2425
|
-
"name": "disabled",
|
|
2426
|
-
"annotation": {
|
|
2427
|
-
"type": "keyword",
|
|
2428
|
-
"value": "boolean"
|
|
2429
|
-
}
|
|
2430
|
-
},
|
|
2431
|
-
{
|
|
2432
|
-
"name": "minLength",
|
|
2433
|
-
"annotation": {
|
|
2434
|
-
"type": "keyword",
|
|
2435
|
-
"value": "number"
|
|
2436
|
-
}
|
|
2437
|
-
},
|
|
2438
|
-
{
|
|
2439
|
-
"name": "maxLength",
|
|
2440
|
-
"annotation": {
|
|
2441
|
-
"type": "keyword",
|
|
2442
|
-
"value": "number"
|
|
2443
|
-
}
|
|
2444
|
-
},
|
|
2445
|
-
{
|
|
2446
|
-
"name": "autoSize",
|
|
2447
|
-
"annotation": {
|
|
2448
|
-
"type": "reference",
|
|
2449
|
-
"typeName": {
|
|
2450
|
-
"type": "identifier",
|
|
2451
|
-
"name": "AutoSize"
|
|
2452
|
-
}
|
|
2453
|
-
}
|
|
2454
|
-
},
|
|
2455
|
-
{
|
|
2456
|
-
"name": "required",
|
|
2457
|
-
"annotation": {
|
|
2458
|
-
"type": "keyword",
|
|
2459
|
-
"value": "boolean"
|
|
2460
|
-
}
|
|
2461
|
-
},
|
|
2462
|
-
{
|
|
2463
|
-
"name": "max",
|
|
2464
|
-
"annotation": {
|
|
2465
|
-
"type": "keyword",
|
|
2466
|
-
"value": "number"
|
|
2467
|
-
}
|
|
2468
|
-
},
|
|
2469
|
-
{
|
|
2470
|
-
"name": "min",
|
|
2471
|
-
"annotation": {
|
|
2472
|
-
"type": "keyword",
|
|
2473
|
-
"value": "number"
|
|
2474
|
-
}
|
|
2475
|
-
},
|
|
2476
|
-
{
|
|
2477
|
-
"name": "message",
|
|
2478
|
-
"annotation": {
|
|
2479
|
-
"type": "reference",
|
|
2480
|
-
"typeName": {
|
|
2481
|
-
"type": "identifier",
|
|
2482
|
-
"name": "Record"
|
|
2483
|
-
},
|
|
2484
|
-
"typeParameters": {
|
|
2485
|
-
"type": "typeParameterInstantiation",
|
|
2486
|
-
"params": [
|
|
2487
|
-
{
|
|
2488
|
-
"type": "keyword",
|
|
2489
|
-
"value": "string"
|
|
2490
|
-
},
|
|
2491
|
-
{
|
|
2492
|
-
"type": "keyword",
|
|
2493
|
-
"value": "string"
|
|
2494
|
-
}
|
|
2495
|
-
]
|
|
2496
|
-
}
|
|
2497
|
-
}
|
|
2498
|
-
},
|
|
2499
|
-
{
|
|
2500
|
-
"name": "textareaStyle",
|
|
2501
|
-
"annotation": {
|
|
2502
|
-
"type": "reference",
|
|
2503
|
-
"typeName": {
|
|
2504
|
-
"type": "qualifiedName",
|
|
2505
|
-
"left": {
|
|
2506
|
-
"type": "identifier",
|
|
2507
|
-
"name": "React"
|
|
2237
|
+
{
|
|
2238
|
+
"type": "jsLiteral",
|
|
2239
|
+
"value": "tel"
|
|
2508
2240
|
},
|
|
2509
|
-
|
|
2510
|
-
"type": "
|
|
2511
|
-
"
|
|
2241
|
+
{
|
|
2242
|
+
"type": "jsLiteral",
|
|
2243
|
+
"value": "text"
|
|
2244
|
+
},
|
|
2245
|
+
{
|
|
2246
|
+
"type": "jsLiteral",
|
|
2247
|
+
"value": "time"
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
"type": "jsLiteral",
|
|
2251
|
+
"value": "url"
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
"type": "jsLiteral",
|
|
2255
|
+
"value": "week"
|
|
2512
2256
|
}
|
|
2513
|
-
|
|
2514
|
-
}
|
|
2515
|
-
}
|
|
2516
|
-
],
|
|
2517
|
-
"events": [
|
|
2518
|
-
{
|
|
2519
|
-
"name": "change",
|
|
2520
|
-
"detail": {
|
|
2521
|
-
"annotation": {
|
|
2522
|
-
"type": "keyword",
|
|
2523
|
-
"value": "string"
|
|
2524
|
-
}
|
|
2257
|
+
]
|
|
2525
2258
|
}
|
|
2526
|
-
}
|
|
2527
|
-
],
|
|
2528
|
-
"methods": [],
|
|
2529
|
-
"types": [
|
|
2259
|
+
},
|
|
2530
2260
|
{
|
|
2531
2261
|
"type": "typeAlias",
|
|
2532
|
-
"name": "
|
|
2262
|
+
"name": "ComponentSize",
|
|
2533
2263
|
"annotation": {
|
|
2534
2264
|
"type": "union",
|
|
2535
2265
|
"types": [
|
|
2536
2266
|
{
|
|
2537
|
-
"type": "
|
|
2538
|
-
"value": "
|
|
2267
|
+
"type": "jsLiteral",
|
|
2268
|
+
"value": "large"
|
|
2539
2269
|
},
|
|
2540
2270
|
{
|
|
2541
|
-
"type": "
|
|
2542
|
-
"
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
"value": "number"
|
|
2552
|
-
},
|
|
2553
|
-
"computed": false
|
|
2554
|
-
},
|
|
2555
|
-
{
|
|
2556
|
-
"type": "propertySignature",
|
|
2557
|
-
"key": {
|
|
2558
|
-
"type": "identifier",
|
|
2559
|
-
"name": "maxRows"
|
|
2560
|
-
},
|
|
2561
|
-
"annotation": {
|
|
2562
|
-
"type": "keyword",
|
|
2563
|
-
"value": "number"
|
|
2564
|
-
},
|
|
2565
|
-
"computed": false
|
|
2566
|
-
}
|
|
2567
|
-
]
|
|
2271
|
+
"type": "jsLiteral",
|
|
2272
|
+
"value": "medium"
|
|
2273
|
+
},
|
|
2274
|
+
{
|
|
2275
|
+
"type": "jsLiteral",
|
|
2276
|
+
"value": "small"
|
|
2277
|
+
},
|
|
2278
|
+
{
|
|
2279
|
+
"type": "jsLiteral",
|
|
2280
|
+
"value": "xs"
|
|
2568
2281
|
}
|
|
2569
2282
|
]
|
|
2570
2283
|
}
|
|
@@ -2731,60 +2444,240 @@
|
|
|
2731
2444
|
}
|
|
2732
2445
|
}
|
|
2733
2446
|
}
|
|
2734
|
-
},
|
|
2447
|
+
},
|
|
2448
|
+
{
|
|
2449
|
+
"name": "needValidate",
|
|
2450
|
+
"annotation": {
|
|
2451
|
+
"type": "keyword",
|
|
2452
|
+
"value": "boolean"
|
|
2453
|
+
}
|
|
2454
|
+
}
|
|
2455
|
+
],
|
|
2456
|
+
"events": [],
|
|
2457
|
+
"methods": [],
|
|
2458
|
+
"types": [
|
|
2459
|
+
{
|
|
2460
|
+
"type": "typeAlias",
|
|
2461
|
+
"name": "Layout",
|
|
2462
|
+
"annotation": {
|
|
2463
|
+
"type": "union",
|
|
2464
|
+
"types": [
|
|
2465
|
+
{
|
|
2466
|
+
"type": "jsLiteral",
|
|
2467
|
+
"value": "horizontal"
|
|
2468
|
+
},
|
|
2469
|
+
{
|
|
2470
|
+
"type": "jsLiteral",
|
|
2471
|
+
"value": "vertical"
|
|
2472
|
+
},
|
|
2473
|
+
{
|
|
2474
|
+
"type": "jsLiteral",
|
|
2475
|
+
"value": "inline"
|
|
2476
|
+
}
|
|
2477
|
+
]
|
|
2478
|
+
}
|
|
2479
|
+
},
|
|
2480
|
+
{
|
|
2481
|
+
"type": "typeAlias",
|
|
2482
|
+
"name": "ComponentSize",
|
|
2483
|
+
"annotation": {
|
|
2484
|
+
"type": "union",
|
|
2485
|
+
"types": [
|
|
2486
|
+
{
|
|
2487
|
+
"type": "jsLiteral",
|
|
2488
|
+
"value": "large"
|
|
2489
|
+
},
|
|
2490
|
+
{
|
|
2491
|
+
"type": "jsLiteral",
|
|
2492
|
+
"value": "medium"
|
|
2493
|
+
},
|
|
2494
|
+
{
|
|
2495
|
+
"type": "jsLiteral",
|
|
2496
|
+
"value": "small"
|
|
2497
|
+
},
|
|
2498
|
+
{
|
|
2499
|
+
"type": "jsLiteral",
|
|
2500
|
+
"value": "xs"
|
|
2501
|
+
}
|
|
2502
|
+
]
|
|
2503
|
+
}
|
|
2504
|
+
}
|
|
2505
|
+
]
|
|
2506
|
+
},
|
|
2507
|
+
"eo-textarea": {
|
|
2508
|
+
"properties": [
|
|
2509
|
+
{
|
|
2510
|
+
"name": "name",
|
|
2511
|
+
"annotation": {
|
|
2512
|
+
"type": "keyword",
|
|
2513
|
+
"value": "string"
|
|
2514
|
+
}
|
|
2515
|
+
},
|
|
2516
|
+
{
|
|
2517
|
+
"name": "label",
|
|
2518
|
+
"annotation": {
|
|
2519
|
+
"type": "keyword",
|
|
2520
|
+
"value": "string"
|
|
2521
|
+
}
|
|
2522
|
+
},
|
|
2523
|
+
{
|
|
2524
|
+
"name": "value",
|
|
2525
|
+
"annotation": {
|
|
2526
|
+
"type": "keyword",
|
|
2527
|
+
"value": "string"
|
|
2528
|
+
}
|
|
2529
|
+
},
|
|
2530
|
+
{
|
|
2531
|
+
"name": "placeholder",
|
|
2532
|
+
"annotation": {
|
|
2533
|
+
"type": "keyword",
|
|
2534
|
+
"value": "string"
|
|
2535
|
+
}
|
|
2536
|
+
},
|
|
2537
|
+
{
|
|
2538
|
+
"name": "disabled",
|
|
2539
|
+
"annotation": {
|
|
2540
|
+
"type": "keyword",
|
|
2541
|
+
"value": "boolean"
|
|
2542
|
+
}
|
|
2543
|
+
},
|
|
2544
|
+
{
|
|
2545
|
+
"name": "minLength",
|
|
2546
|
+
"annotation": {
|
|
2547
|
+
"type": "keyword",
|
|
2548
|
+
"value": "number"
|
|
2549
|
+
}
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
"name": "maxLength",
|
|
2553
|
+
"annotation": {
|
|
2554
|
+
"type": "keyword",
|
|
2555
|
+
"value": "number"
|
|
2556
|
+
}
|
|
2557
|
+
},
|
|
2558
|
+
{
|
|
2559
|
+
"name": "autoSize",
|
|
2560
|
+
"annotation": {
|
|
2561
|
+
"type": "reference",
|
|
2562
|
+
"typeName": {
|
|
2563
|
+
"type": "identifier",
|
|
2564
|
+
"name": "AutoSize"
|
|
2565
|
+
}
|
|
2566
|
+
}
|
|
2567
|
+
},
|
|
2568
|
+
{
|
|
2569
|
+
"name": "required",
|
|
2570
|
+
"annotation": {
|
|
2571
|
+
"type": "keyword",
|
|
2572
|
+
"value": "boolean"
|
|
2573
|
+
}
|
|
2574
|
+
},
|
|
2575
|
+
{
|
|
2576
|
+
"name": "max",
|
|
2577
|
+
"annotation": {
|
|
2578
|
+
"type": "keyword",
|
|
2579
|
+
"value": "number"
|
|
2580
|
+
}
|
|
2581
|
+
},
|
|
2582
|
+
{
|
|
2583
|
+
"name": "min",
|
|
2584
|
+
"annotation": {
|
|
2585
|
+
"type": "keyword",
|
|
2586
|
+
"value": "number"
|
|
2587
|
+
}
|
|
2588
|
+
},
|
|
2589
|
+
{
|
|
2590
|
+
"name": "message",
|
|
2591
|
+
"annotation": {
|
|
2592
|
+
"type": "reference",
|
|
2593
|
+
"typeName": {
|
|
2594
|
+
"type": "identifier",
|
|
2595
|
+
"name": "Record"
|
|
2596
|
+
},
|
|
2597
|
+
"typeParameters": {
|
|
2598
|
+
"type": "typeParameterInstantiation",
|
|
2599
|
+
"params": [
|
|
2600
|
+
{
|
|
2601
|
+
"type": "keyword",
|
|
2602
|
+
"value": "string"
|
|
2603
|
+
},
|
|
2604
|
+
{
|
|
2605
|
+
"type": "keyword",
|
|
2606
|
+
"value": "string"
|
|
2607
|
+
}
|
|
2608
|
+
]
|
|
2609
|
+
}
|
|
2610
|
+
}
|
|
2611
|
+
},
|
|
2612
|
+
{
|
|
2613
|
+
"name": "textareaStyle",
|
|
2614
|
+
"annotation": {
|
|
2615
|
+
"type": "reference",
|
|
2616
|
+
"typeName": {
|
|
2617
|
+
"type": "qualifiedName",
|
|
2618
|
+
"left": {
|
|
2619
|
+
"type": "identifier",
|
|
2620
|
+
"name": "React"
|
|
2621
|
+
},
|
|
2622
|
+
"right": {
|
|
2623
|
+
"type": "identifier",
|
|
2624
|
+
"name": "CSSProperties"
|
|
2625
|
+
}
|
|
2626
|
+
}
|
|
2627
|
+
}
|
|
2628
|
+
}
|
|
2629
|
+
],
|
|
2630
|
+
"events": [
|
|
2735
2631
|
{
|
|
2736
|
-
"name": "
|
|
2737
|
-
"
|
|
2738
|
-
"
|
|
2739
|
-
|
|
2632
|
+
"name": "change",
|
|
2633
|
+
"detail": {
|
|
2634
|
+
"annotation": {
|
|
2635
|
+
"type": "keyword",
|
|
2636
|
+
"value": "string"
|
|
2637
|
+
}
|
|
2740
2638
|
}
|
|
2741
2639
|
}
|
|
2742
2640
|
],
|
|
2743
|
-
"events": [],
|
|
2744
2641
|
"methods": [],
|
|
2745
2642
|
"types": [
|
|
2746
2643
|
{
|
|
2747
2644
|
"type": "typeAlias",
|
|
2748
|
-
"name": "
|
|
2749
|
-
"annotation": {
|
|
2750
|
-
"type": "union",
|
|
2751
|
-
"types": [
|
|
2752
|
-
{
|
|
2753
|
-
"type": "jsLiteral",
|
|
2754
|
-
"value": "horizontal"
|
|
2755
|
-
},
|
|
2756
|
-
{
|
|
2757
|
-
"type": "jsLiteral",
|
|
2758
|
-
"value": "vertical"
|
|
2759
|
-
},
|
|
2760
|
-
{
|
|
2761
|
-
"type": "jsLiteral",
|
|
2762
|
-
"value": "inline"
|
|
2763
|
-
}
|
|
2764
|
-
]
|
|
2765
|
-
}
|
|
2766
|
-
},
|
|
2767
|
-
{
|
|
2768
|
-
"type": "typeAlias",
|
|
2769
|
-
"name": "ComponentSize",
|
|
2645
|
+
"name": "AutoSize",
|
|
2770
2646
|
"annotation": {
|
|
2771
2647
|
"type": "union",
|
|
2772
2648
|
"types": [
|
|
2773
2649
|
{
|
|
2774
|
-
"type": "
|
|
2775
|
-
"value": "
|
|
2776
|
-
},
|
|
2777
|
-
{
|
|
2778
|
-
"type": "jsLiteral",
|
|
2779
|
-
"value": "medium"
|
|
2780
|
-
},
|
|
2781
|
-
{
|
|
2782
|
-
"type": "jsLiteral",
|
|
2783
|
-
"value": "small"
|
|
2650
|
+
"type": "keyword",
|
|
2651
|
+
"value": "boolean"
|
|
2784
2652
|
},
|
|
2785
2653
|
{
|
|
2786
|
-
"type": "
|
|
2787
|
-
"
|
|
2654
|
+
"type": "typeLiteral",
|
|
2655
|
+
"members": [
|
|
2656
|
+
{
|
|
2657
|
+
"type": "propertySignature",
|
|
2658
|
+
"key": {
|
|
2659
|
+
"type": "identifier",
|
|
2660
|
+
"name": "minRows"
|
|
2661
|
+
},
|
|
2662
|
+
"annotation": {
|
|
2663
|
+
"type": "keyword",
|
|
2664
|
+
"value": "number"
|
|
2665
|
+
},
|
|
2666
|
+
"computed": false
|
|
2667
|
+
},
|
|
2668
|
+
{
|
|
2669
|
+
"type": "propertySignature",
|
|
2670
|
+
"key": {
|
|
2671
|
+
"type": "identifier",
|
|
2672
|
+
"name": "maxRows"
|
|
2673
|
+
},
|
|
2674
|
+
"annotation": {
|
|
2675
|
+
"type": "keyword",
|
|
2676
|
+
"value": "number"
|
|
2677
|
+
},
|
|
2678
|
+
"computed": false
|
|
2679
|
+
}
|
|
2680
|
+
]
|
|
2788
2681
|
}
|
|
2789
2682
|
]
|
|
2790
2683
|
}
|
|
@@ -3968,7 +3861,7 @@
|
|
|
3968
3861
|
}
|
|
3969
3862
|
]
|
|
3970
3863
|
},
|
|
3971
|
-
"eo-
|
|
3864
|
+
"eo-select": {
|
|
3972
3865
|
"properties": [
|
|
3973
3866
|
{
|
|
3974
3867
|
"name": "name",
|
|
@@ -3977,6 +3870,13 @@
|
|
|
3977
3870
|
"value": "string"
|
|
3978
3871
|
}
|
|
3979
3872
|
},
|
|
3873
|
+
{
|
|
3874
|
+
"name": "placeholder",
|
|
3875
|
+
"annotation": {
|
|
3876
|
+
"type": "keyword",
|
|
3877
|
+
"value": "string"
|
|
3878
|
+
}
|
|
3879
|
+
},
|
|
3980
3880
|
{
|
|
3981
3881
|
"name": "label",
|
|
3982
3882
|
"annotation": {
|
|
@@ -3992,7 +3892,7 @@
|
|
|
3992
3892
|
"type": "reference",
|
|
3993
3893
|
"typeName": {
|
|
3994
3894
|
"type": "identifier",
|
|
3995
|
-
"name": "
|
|
3895
|
+
"name": "GeneralComplexOption"
|
|
3996
3896
|
}
|
|
3997
3897
|
}
|
|
3998
3898
|
}
|
|
@@ -4042,37 +3942,128 @@
|
|
|
4042
3942
|
}
|
|
4043
3943
|
},
|
|
4044
3944
|
{
|
|
4045
|
-
"name": "
|
|
3945
|
+
"name": "mode",
|
|
4046
3946
|
"annotation": {
|
|
4047
|
-
"type": "
|
|
4048
|
-
"
|
|
4049
|
-
|
|
4050
|
-
|
|
4051
|
-
|
|
3947
|
+
"type": "union",
|
|
3948
|
+
"types": [
|
|
3949
|
+
{
|
|
3950
|
+
"type": "jsLiteral",
|
|
3951
|
+
"value": "tags"
|
|
3952
|
+
},
|
|
3953
|
+
{
|
|
3954
|
+
"type": "jsLiteral",
|
|
3955
|
+
"value": "multiple"
|
|
3956
|
+
}
|
|
3957
|
+
]
|
|
4052
3958
|
}
|
|
4053
3959
|
},
|
|
4054
3960
|
{
|
|
4055
|
-
"name": "
|
|
3961
|
+
"name": "tokenSeparators",
|
|
4056
3962
|
"annotation": {
|
|
4057
|
-
"type": "
|
|
4058
|
-
"
|
|
4059
|
-
"type": "
|
|
4060
|
-
"
|
|
3963
|
+
"type": "array",
|
|
3964
|
+
"elementType": {
|
|
3965
|
+
"type": "keyword",
|
|
3966
|
+
"value": "string"
|
|
4061
3967
|
}
|
|
4062
3968
|
}
|
|
4063
3969
|
},
|
|
4064
3970
|
{
|
|
4065
|
-
"name": "
|
|
3971
|
+
"name": "maxTagCount",
|
|
3972
|
+
"annotation": {
|
|
3973
|
+
"type": "keyword",
|
|
3974
|
+
"value": "number"
|
|
3975
|
+
}
|
|
3976
|
+
},
|
|
3977
|
+
{
|
|
3978
|
+
"name": "groupBy",
|
|
3979
|
+
"annotation": {
|
|
3980
|
+
"type": "keyword",
|
|
3981
|
+
"value": "string"
|
|
3982
|
+
}
|
|
3983
|
+
},
|
|
3984
|
+
{
|
|
3985
|
+
"name": "suffix",
|
|
3986
|
+
"annotation": {
|
|
3987
|
+
"type": "typeLiteral",
|
|
3988
|
+
"members": [
|
|
3989
|
+
{
|
|
3990
|
+
"type": "propertySignature",
|
|
3991
|
+
"key": {
|
|
3992
|
+
"type": "identifier",
|
|
3993
|
+
"name": "useBrick"
|
|
3994
|
+
},
|
|
3995
|
+
"annotation": {
|
|
3996
|
+
"type": "reference",
|
|
3997
|
+
"typeName": {
|
|
3998
|
+
"type": "identifier",
|
|
3999
|
+
"name": "UseSingleBrickConf"
|
|
4000
|
+
}
|
|
4001
|
+
},
|
|
4002
|
+
"computed": false
|
|
4003
|
+
}
|
|
4004
|
+
]
|
|
4005
|
+
}
|
|
4006
|
+
},
|
|
4007
|
+
{
|
|
4008
|
+
"name": "clearable",
|
|
4009
|
+
"annotation": {
|
|
4010
|
+
"type": "keyword",
|
|
4011
|
+
"value": "boolean"
|
|
4012
|
+
}
|
|
4013
|
+
},
|
|
4014
|
+
{
|
|
4015
|
+
"name": "fields",
|
|
4016
|
+
"annotation": {
|
|
4017
|
+
"type": "typeLiteral",
|
|
4018
|
+
"members": [
|
|
4019
|
+
{
|
|
4020
|
+
"type": "propertySignature",
|
|
4021
|
+
"key": {
|
|
4022
|
+
"type": "identifier",
|
|
4023
|
+
"name": "label"
|
|
4024
|
+
},
|
|
4025
|
+
"annotation": {
|
|
4026
|
+
"type": "keyword",
|
|
4027
|
+
"value": "string"
|
|
4028
|
+
},
|
|
4029
|
+
"optional": true,
|
|
4030
|
+
"computed": false
|
|
4031
|
+
},
|
|
4032
|
+
{
|
|
4033
|
+
"type": "propertySignature",
|
|
4034
|
+
"key": {
|
|
4035
|
+
"type": "identifier",
|
|
4036
|
+
"name": "value"
|
|
4037
|
+
},
|
|
4038
|
+
"annotation": {
|
|
4039
|
+
"type": "keyword",
|
|
4040
|
+
"value": "string"
|
|
4041
|
+
},
|
|
4042
|
+
"optional": true,
|
|
4043
|
+
"computed": false
|
|
4044
|
+
}
|
|
4045
|
+
]
|
|
4046
|
+
}
|
|
4047
|
+
},
|
|
4048
|
+
{
|
|
4049
|
+
"name": "useBackend",
|
|
4066
4050
|
"annotation": {
|
|
4067
4051
|
"type": "reference",
|
|
4068
4052
|
"typeName": {
|
|
4069
4053
|
"type": "identifier",
|
|
4070
|
-
"name": "
|
|
4054
|
+
"name": "UseBackendConf"
|
|
4071
4055
|
}
|
|
4072
4056
|
}
|
|
4073
4057
|
},
|
|
4074
4058
|
{
|
|
4075
|
-
"name": "
|
|
4059
|
+
"name": "debounceSearchDelay",
|
|
4060
|
+
"annotation": {
|
|
4061
|
+
"type": "keyword",
|
|
4062
|
+
"value": "number"
|
|
4063
|
+
}
|
|
4064
|
+
},
|
|
4065
|
+
{
|
|
4066
|
+
"name": "inputStyle",
|
|
4076
4067
|
"annotation": {
|
|
4077
4068
|
"type": "reference",
|
|
4078
4069
|
"typeName": {
|
|
@@ -4087,40 +4078,92 @@
|
|
|
4087
4078
|
}
|
|
4088
4079
|
}
|
|
4089
4080
|
}
|
|
4081
|
+
}
|
|
4082
|
+
],
|
|
4083
|
+
"events": [
|
|
4084
|
+
{
|
|
4085
|
+
"name": "change",
|
|
4086
|
+
"detail": {
|
|
4087
|
+
"annotation": {
|
|
4088
|
+
"type": "typeLiteral",
|
|
4089
|
+
"members": [
|
|
4090
|
+
{
|
|
4091
|
+
"type": "propertySignature",
|
|
4092
|
+
"key": {
|
|
4093
|
+
"type": "identifier",
|
|
4094
|
+
"name": "value"
|
|
4095
|
+
},
|
|
4096
|
+
"annotation": {
|
|
4097
|
+
"type": "union",
|
|
4098
|
+
"types": [
|
|
4099
|
+
{
|
|
4100
|
+
"type": "keyword",
|
|
4101
|
+
"value": "string"
|
|
4102
|
+
},
|
|
4103
|
+
{
|
|
4104
|
+
"type": "array",
|
|
4105
|
+
"elementType": {
|
|
4106
|
+
"type": "keyword",
|
|
4107
|
+
"value": "string"
|
|
4108
|
+
}
|
|
4109
|
+
}
|
|
4110
|
+
]
|
|
4111
|
+
},
|
|
4112
|
+
"computed": false
|
|
4113
|
+
},
|
|
4114
|
+
{
|
|
4115
|
+
"type": "propertySignature",
|
|
4116
|
+
"key": {
|
|
4117
|
+
"type": "identifier",
|
|
4118
|
+
"name": "options"
|
|
4119
|
+
},
|
|
4120
|
+
"annotation": {
|
|
4121
|
+
"type": "array",
|
|
4122
|
+
"elementType": {
|
|
4123
|
+
"type": "reference",
|
|
4124
|
+
"typeName": {
|
|
4125
|
+
"type": "identifier",
|
|
4126
|
+
"name": "GeneralComplexOption"
|
|
4127
|
+
}
|
|
4128
|
+
}
|
|
4129
|
+
},
|
|
4130
|
+
"computed": false
|
|
4131
|
+
}
|
|
4132
|
+
]
|
|
4133
|
+
}
|
|
4134
|
+
}
|
|
4090
4135
|
},
|
|
4091
4136
|
{
|
|
4092
|
-
"name": "
|
|
4093
|
-
"annotation": {
|
|
4094
|
-
"type": "reference",
|
|
4095
|
-
"typeName": {
|
|
4096
|
-
"type": "identifier",
|
|
4097
|
-
"name": "UseSingleBrickConf"
|
|
4098
|
-
}
|
|
4099
|
-
}
|
|
4100
|
-
}
|
|
4101
|
-
],
|
|
4102
|
-
"events": [
|
|
4103
|
-
{
|
|
4104
|
-
"name": "change",
|
|
4137
|
+
"name": "search",
|
|
4105
4138
|
"detail": {
|
|
4106
4139
|
"annotation": {
|
|
4107
|
-
"type": "
|
|
4108
|
-
"
|
|
4140
|
+
"type": "typeLiteral",
|
|
4141
|
+
"members": [
|
|
4109
4142
|
{
|
|
4110
|
-
"type": "
|
|
4111
|
-
"
|
|
4143
|
+
"type": "propertySignature",
|
|
4144
|
+
"key": {
|
|
4112
4145
|
"type": "identifier",
|
|
4113
|
-
"name": "
|
|
4114
|
-
}
|
|
4115
|
-
|
|
4116
|
-
|
|
4117
|
-
|
|
4118
|
-
|
|
4146
|
+
"name": "value"
|
|
4147
|
+
},
|
|
4148
|
+
"annotation": {
|
|
4149
|
+
"type": "keyword",
|
|
4150
|
+
"value": "string"
|
|
4151
|
+
},
|
|
4152
|
+
"computed": false
|
|
4119
4153
|
}
|
|
4120
4154
|
]
|
|
4121
4155
|
}
|
|
4122
4156
|
}
|
|
4123
4157
|
},
|
|
4158
|
+
{
|
|
4159
|
+
"name": "focus",
|
|
4160
|
+
"detail": {
|
|
4161
|
+
"annotation": {
|
|
4162
|
+
"type": "keyword",
|
|
4163
|
+
"value": "void"
|
|
4164
|
+
}
|
|
4165
|
+
}
|
|
4166
|
+
},
|
|
4124
4167
|
{
|
|
4125
4168
|
"name": "options.change",
|
|
4126
4169
|
"detail": {
|
|
@@ -4198,54 +4241,6 @@
|
|
|
4198
4241
|
],
|
|
4199
4242
|
"methods": [],
|
|
4200
4243
|
"types": [
|
|
4201
|
-
{
|
|
4202
|
-
"type": "typeAlias",
|
|
4203
|
-
"name": "GeneralOption",
|
|
4204
|
-
"annotation": {
|
|
4205
|
-
"type": "union",
|
|
4206
|
-
"types": [
|
|
4207
|
-
{
|
|
4208
|
-
"type": "keyword",
|
|
4209
|
-
"value": "string"
|
|
4210
|
-
},
|
|
4211
|
-
{
|
|
4212
|
-
"type": "keyword",
|
|
4213
|
-
"value": "number"
|
|
4214
|
-
},
|
|
4215
|
-
{
|
|
4216
|
-
"type": "keyword",
|
|
4217
|
-
"value": "boolean"
|
|
4218
|
-
},
|
|
4219
|
-
{
|
|
4220
|
-
"type": "reference",
|
|
4221
|
-
"typeName": {
|
|
4222
|
-
"type": "identifier",
|
|
4223
|
-
"name": "GeneralComplexOption"
|
|
4224
|
-
}
|
|
4225
|
-
},
|
|
4226
|
-
{
|
|
4227
|
-
"type": "reference",
|
|
4228
|
-
"typeName": {
|
|
4229
|
-
"type": "identifier",
|
|
4230
|
-
"name": "Record"
|
|
4231
|
-
},
|
|
4232
|
-
"typeParameters": {
|
|
4233
|
-
"type": "typeParameterInstantiation",
|
|
4234
|
-
"params": [
|
|
4235
|
-
{
|
|
4236
|
-
"type": "keyword",
|
|
4237
|
-
"value": "string"
|
|
4238
|
-
},
|
|
4239
|
-
{
|
|
4240
|
-
"type": "keyword",
|
|
4241
|
-
"value": "any"
|
|
4242
|
-
}
|
|
4243
|
-
]
|
|
4244
|
-
}
|
|
4245
|
-
}
|
|
4246
|
-
]
|
|
4247
|
-
}
|
|
4248
|
-
},
|
|
4249
4244
|
{
|
|
4250
4245
|
"type": "interface",
|
|
4251
4246
|
"name": "GeneralComplexOption",
|
|
@@ -4321,79 +4316,97 @@
|
|
|
4321
4316
|
]
|
|
4322
4317
|
},
|
|
4323
4318
|
{
|
|
4324
|
-
"type": "
|
|
4325
|
-
"name": "
|
|
4326
|
-
"
|
|
4327
|
-
|
|
4328
|
-
|
|
4329
|
-
{
|
|
4330
|
-
"type": "
|
|
4331
|
-
"
|
|
4332
|
-
},
|
|
4333
|
-
{
|
|
4334
|
-
"type": "jsLiteral",
|
|
4335
|
-
"value": "default"
|
|
4336
|
-
},
|
|
4337
|
-
{
|
|
4338
|
-
"type": "jsLiteral",
|
|
4339
|
-
"value": "icon"
|
|
4340
|
-
},
|
|
4341
|
-
{
|
|
4342
|
-
"type": "jsLiteral",
|
|
4343
|
-
"value": "icon-circle"
|
|
4319
|
+
"type": "interface",
|
|
4320
|
+
"name": "UseBackendConf",
|
|
4321
|
+
"body": [
|
|
4322
|
+
{
|
|
4323
|
+
"type": "propertySignature",
|
|
4324
|
+
"key": {
|
|
4325
|
+
"type": "identifier",
|
|
4326
|
+
"name": "provider"
|
|
4344
4327
|
},
|
|
4345
|
-
{
|
|
4346
|
-
"type": "
|
|
4347
|
-
"value": "
|
|
4328
|
+
"annotation": {
|
|
4329
|
+
"type": "keyword",
|
|
4330
|
+
"value": "string"
|
|
4348
4331
|
},
|
|
4349
|
-
|
|
4350
|
-
|
|
4351
|
-
|
|
4352
|
-
|
|
4353
|
-
|
|
4354
|
-
|
|
4355
|
-
|
|
4356
|
-
{
|
|
4357
|
-
"type": "typeAlias",
|
|
4358
|
-
"name": "UIType",
|
|
4359
|
-
"annotation": {
|
|
4360
|
-
"type": "union",
|
|
4361
|
-
"types": [
|
|
4362
|
-
{
|
|
4363
|
-
"type": "jsLiteral",
|
|
4364
|
-
"value": "default"
|
|
4332
|
+
"computed": false
|
|
4333
|
+
},
|
|
4334
|
+
{
|
|
4335
|
+
"type": "propertySignature",
|
|
4336
|
+
"key": {
|
|
4337
|
+
"type": "identifier",
|
|
4338
|
+
"name": "args"
|
|
4365
4339
|
},
|
|
4366
|
-
{
|
|
4367
|
-
"type": "
|
|
4368
|
-
"
|
|
4369
|
-
|
|
4370
|
-
|
|
4371
|
-
|
|
4372
|
-
|
|
4373
|
-
|
|
4374
|
-
|
|
4375
|
-
|
|
4376
|
-
|
|
4377
|
-
|
|
4378
|
-
|
|
4379
|
-
|
|
4380
|
-
|
|
4381
|
-
|
|
4340
|
+
"annotation": {
|
|
4341
|
+
"type": "union",
|
|
4342
|
+
"types": [
|
|
4343
|
+
{
|
|
4344
|
+
"type": "array",
|
|
4345
|
+
"elementType": {
|
|
4346
|
+
"type": "keyword",
|
|
4347
|
+
"value": "any"
|
|
4348
|
+
}
|
|
4349
|
+
},
|
|
4350
|
+
{
|
|
4351
|
+
"type": "parenthesizedType",
|
|
4352
|
+
"annotation": {
|
|
4353
|
+
"type": "function",
|
|
4354
|
+
"parameters": [
|
|
4355
|
+
{
|
|
4356
|
+
"type": "restElement",
|
|
4357
|
+
"argument": {
|
|
4358
|
+
"type": "identifier",
|
|
4359
|
+
"name": "args"
|
|
4360
|
+
},
|
|
4361
|
+
"annotation": {
|
|
4362
|
+
"type": "array",
|
|
4363
|
+
"elementType": {
|
|
4364
|
+
"type": "keyword",
|
|
4365
|
+
"value": "any"
|
|
4366
|
+
}
|
|
4367
|
+
}
|
|
4368
|
+
}
|
|
4369
|
+
],
|
|
4370
|
+
"annotation": {
|
|
4371
|
+
"type": "array",
|
|
4372
|
+
"elementType": {
|
|
4373
|
+
"type": "keyword",
|
|
4374
|
+
"value": "any"
|
|
4375
|
+
}
|
|
4376
|
+
}
|
|
4377
|
+
}
|
|
4378
|
+
}
|
|
4379
|
+
]
|
|
4382
4380
|
},
|
|
4383
|
-
|
|
4384
|
-
|
|
4385
|
-
|
|
4381
|
+
"computed": false
|
|
4382
|
+
},
|
|
4383
|
+
{
|
|
4384
|
+
"type": "propertySignature",
|
|
4385
|
+
"key": {
|
|
4386
|
+
"type": "identifier",
|
|
4387
|
+
"name": "transform"
|
|
4386
4388
|
},
|
|
4387
|
-
{
|
|
4388
|
-
"type": "
|
|
4389
|
-
"
|
|
4389
|
+
"annotation": {
|
|
4390
|
+
"type": "function",
|
|
4391
|
+
"parameters": [
|
|
4392
|
+
{
|
|
4393
|
+
"type": "identifier",
|
|
4394
|
+
"name": "data",
|
|
4395
|
+
"annotation": {
|
|
4396
|
+
"type": "keyword",
|
|
4397
|
+
"value": "any"
|
|
4398
|
+
}
|
|
4399
|
+
}
|
|
4400
|
+
],
|
|
4401
|
+
"annotation": {
|
|
4402
|
+
"type": "keyword",
|
|
4403
|
+
"value": "void"
|
|
4404
|
+
}
|
|
4390
4405
|
},
|
|
4391
|
-
|
|
4392
|
-
|
|
4393
|
-
|
|
4394
|
-
|
|
4395
|
-
]
|
|
4396
|
-
}
|
|
4406
|
+
"optional": true,
|
|
4407
|
+
"computed": false
|
|
4408
|
+
}
|
|
4409
|
+
]
|
|
4397
4410
|
}
|
|
4398
4411
|
]
|
|
4399
4412
|
},
|