@next-bricks/form 1.9.17 → 1.9.18
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 +18 -18
- package/dist/chunks/{9259.50431057.js → 9259.a05a1683.js} +3 -3
- package/dist/chunks/9259.a05a1683.js.map +1 -0
- package/dist/chunks/eo-time-range-picker.03addb00.js +2 -0
- package/dist/chunks/eo-time-range-picker.03addb00.js.map +1 -0
- package/dist/chunks/{main.eb12b802.js → main.85c7a145.js} +2 -2
- package/dist/chunks/{main.eb12b802.js.map → main.85c7a145.js.map} +1 -1
- package/dist/examples.json +9 -9
- package/dist/index.7ddd51cc.js +2 -0
- package/dist/{index.e69891d7.js.map → index.7ddd51cc.js.map} +1 -1
- package/dist/manifest.json +360 -360
- package/dist/types.json +1486 -1486
- package/dist-types/time-range-picker/index.d.ts +1 -1
- package/package.json +2 -2
- package/dist/chunks/9259.50431057.js.map +0 -1
- package/dist/chunks/eo-time-range-picker.b2ca48cf.js +0 -2
- package/dist/chunks/eo-time-range-picker.b2ca48cf.js.map +0 -1
- package/dist/index.e69891d7.js +0 -2
- /package/dist/chunks/{9259.50431057.js.LICENSE.txt → 9259.a05a1683.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -818,7 +818,7 @@
|
|
|
818
818
|
}
|
|
819
819
|
]
|
|
820
820
|
},
|
|
821
|
-
"eo-
|
|
821
|
+
"eo-select": {
|
|
822
822
|
"properties": [
|
|
823
823
|
{
|
|
824
824
|
"name": "name",
|
|
@@ -828,23 +828,17 @@
|
|
|
828
828
|
}
|
|
829
829
|
},
|
|
830
830
|
{
|
|
831
|
-
"name": "
|
|
831
|
+
"name": "placeholder",
|
|
832
832
|
"annotation": {
|
|
833
833
|
"type": "keyword",
|
|
834
834
|
"value": "string"
|
|
835
835
|
}
|
|
836
836
|
},
|
|
837
837
|
{
|
|
838
|
-
"name": "
|
|
838
|
+
"name": "label",
|
|
839
839
|
"annotation": {
|
|
840
|
-
"type": "
|
|
841
|
-
"
|
|
842
|
-
"type": "reference",
|
|
843
|
-
"typeName": {
|
|
844
|
-
"type": "identifier",
|
|
845
|
-
"name": "CheckboxValueType"
|
|
846
|
-
}
|
|
847
|
-
}
|
|
840
|
+
"type": "keyword",
|
|
841
|
+
"value": "string"
|
|
848
842
|
}
|
|
849
843
|
},
|
|
850
844
|
{
|
|
@@ -855,33 +849,16 @@
|
|
|
855
849
|
"type": "reference",
|
|
856
850
|
"typeName": {
|
|
857
851
|
"type": "identifier",
|
|
858
|
-
"name": "
|
|
852
|
+
"name": "GeneralComplexOption"
|
|
859
853
|
}
|
|
860
854
|
}
|
|
861
855
|
}
|
|
862
856
|
},
|
|
863
857
|
{
|
|
864
|
-
"name": "
|
|
865
|
-
"annotation": {
|
|
866
|
-
"type": "reference",
|
|
867
|
-
"typeName": {
|
|
868
|
-
"type": "identifier",
|
|
869
|
-
"name": "CheckboxType"
|
|
870
|
-
}
|
|
871
|
-
}
|
|
872
|
-
},
|
|
873
|
-
{
|
|
874
|
-
"name": "disabled",
|
|
875
|
-
"annotation": {
|
|
876
|
-
"type": "keyword",
|
|
877
|
-
"value": "boolean"
|
|
878
|
-
}
|
|
879
|
-
},
|
|
880
|
-
{
|
|
881
|
-
"name": "isCustom",
|
|
858
|
+
"name": "value",
|
|
882
859
|
"annotation": {
|
|
883
860
|
"type": "keyword",
|
|
884
|
-
"value": "
|
|
861
|
+
"value": "any"
|
|
885
862
|
}
|
|
886
863
|
},
|
|
887
864
|
{
|
|
@@ -915,48 +892,182 @@
|
|
|
915
892
|
}
|
|
916
893
|
},
|
|
917
894
|
{
|
|
918
|
-
"name": "
|
|
895
|
+
"name": "disabled",
|
|
919
896
|
"annotation": {
|
|
920
897
|
"type": "keyword",
|
|
921
898
|
"value": "boolean"
|
|
922
899
|
}
|
|
923
900
|
},
|
|
924
901
|
{
|
|
925
|
-
"name": "
|
|
902
|
+
"name": "mode",
|
|
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",
|
|
926
919
|
"annotation": {
|
|
927
920
|
"type": "array",
|
|
928
921
|
"elementType": {
|
|
929
|
-
"type": "
|
|
930
|
-
"
|
|
931
|
-
"type": "identifier",
|
|
932
|
-
"name": "OptionGroup"
|
|
933
|
-
}
|
|
922
|
+
"type": "keyword",
|
|
923
|
+
"value": "string"
|
|
934
924
|
}
|
|
935
925
|
}
|
|
936
|
-
}
|
|
937
|
-
],
|
|
938
|
-
"events": [
|
|
926
|
+
},
|
|
939
927
|
{
|
|
940
|
-
"name": "
|
|
941
|
-
"
|
|
942
|
-
"
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
928
|
+
"name": "maxTagCount",
|
|
929
|
+
"annotation": {
|
|
930
|
+
"type": "keyword",
|
|
931
|
+
"value": "number"
|
|
932
|
+
}
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"name": "groupBy",
|
|
936
|
+
"annotation": {
|
|
937
|
+
"type": "keyword",
|
|
938
|
+
"value": "string"
|
|
939
|
+
}
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"name": "suffix",
|
|
943
|
+
"annotation": {
|
|
944
|
+
"type": "typeLiteral",
|
|
945
|
+
"members": [
|
|
946
|
+
{
|
|
947
|
+
"type": "propertySignature",
|
|
948
|
+
"key": {
|
|
947
949
|
"type": "identifier",
|
|
948
|
-
"name": "
|
|
949
|
-
}
|
|
950
|
+
"name": "useBrick"
|
|
951
|
+
},
|
|
952
|
+
"annotation": {
|
|
953
|
+
"type": "reference",
|
|
954
|
+
"typeName": {
|
|
955
|
+
"type": "identifier",
|
|
956
|
+
"name": "UseSingleBrickConf"
|
|
957
|
+
}
|
|
958
|
+
},
|
|
959
|
+
"computed": false
|
|
960
|
+
}
|
|
961
|
+
]
|
|
962
|
+
}
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"name": "clearable",
|
|
966
|
+
"annotation": {
|
|
967
|
+
"type": "keyword",
|
|
968
|
+
"value": "boolean"
|
|
969
|
+
}
|
|
970
|
+
},
|
|
971
|
+
{
|
|
972
|
+
"name": "fields",
|
|
973
|
+
"annotation": {
|
|
974
|
+
"type": "typeLiteral",
|
|
975
|
+
"members": [
|
|
976
|
+
{
|
|
977
|
+
"type": "propertySignature",
|
|
978
|
+
"key": {
|
|
979
|
+
"type": "identifier",
|
|
980
|
+
"name": "label"
|
|
981
|
+
},
|
|
982
|
+
"annotation": {
|
|
983
|
+
"type": "keyword",
|
|
984
|
+
"value": "string"
|
|
985
|
+
},
|
|
986
|
+
"optional": true,
|
|
987
|
+
"computed": false
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"type": "propertySignature",
|
|
991
|
+
"key": {
|
|
992
|
+
"type": "identifier",
|
|
993
|
+
"name": "value"
|
|
994
|
+
},
|
|
995
|
+
"annotation": {
|
|
996
|
+
"type": "keyword",
|
|
997
|
+
"value": "string"
|
|
998
|
+
},
|
|
999
|
+
"optional": true,
|
|
1000
|
+
"computed": false
|
|
950
1001
|
}
|
|
1002
|
+
]
|
|
1003
|
+
}
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"name": "useBackend",
|
|
1007
|
+
"annotation": {
|
|
1008
|
+
"type": "reference",
|
|
1009
|
+
"typeName": {
|
|
1010
|
+
"type": "identifier",
|
|
1011
|
+
"name": "UseBackendConf"
|
|
951
1012
|
}
|
|
952
1013
|
}
|
|
953
1014
|
},
|
|
954
1015
|
{
|
|
955
|
-
"name": "
|
|
1016
|
+
"name": "debounceSearchDelay",
|
|
1017
|
+
"annotation": {
|
|
1018
|
+
"type": "keyword",
|
|
1019
|
+
"value": "number"
|
|
1020
|
+
}
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
"name": "inputStyle",
|
|
1024
|
+
"annotation": {
|
|
1025
|
+
"type": "reference",
|
|
1026
|
+
"typeName": {
|
|
1027
|
+
"type": "qualifiedName",
|
|
1028
|
+
"left": {
|
|
1029
|
+
"type": "identifier",
|
|
1030
|
+
"name": "React"
|
|
1031
|
+
},
|
|
1032
|
+
"right": {
|
|
1033
|
+
"type": "identifier",
|
|
1034
|
+
"name": "CSSProperties"
|
|
1035
|
+
}
|
|
1036
|
+
}
|
|
1037
|
+
}
|
|
1038
|
+
}
|
|
1039
|
+
],
|
|
1040
|
+
"events": [
|
|
1041
|
+
{
|
|
1042
|
+
"name": "change",
|
|
956
1043
|
"detail": {
|
|
957
1044
|
"annotation": {
|
|
958
1045
|
"type": "typeLiteral",
|
|
959
1046
|
"members": [
|
|
1047
|
+
{
|
|
1048
|
+
"type": "propertySignature",
|
|
1049
|
+
"key": {
|
|
1050
|
+
"type": "identifier",
|
|
1051
|
+
"name": "value"
|
|
1052
|
+
},
|
|
1053
|
+
"annotation": {
|
|
1054
|
+
"type": "union",
|
|
1055
|
+
"types": [
|
|
1056
|
+
{
|
|
1057
|
+
"type": "keyword",
|
|
1058
|
+
"value": "string"
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"type": "array",
|
|
1062
|
+
"elementType": {
|
|
1063
|
+
"type": "keyword",
|
|
1064
|
+
"value": "string"
|
|
1065
|
+
}
|
|
1066
|
+
}
|
|
1067
|
+
]
|
|
1068
|
+
},
|
|
1069
|
+
"computed": false
|
|
1070
|
+
},
|
|
960
1071
|
{
|
|
961
1072
|
"type": "propertySignature",
|
|
962
1073
|
"key": {
|
|
@@ -969,17 +1080,27 @@
|
|
|
969
1080
|
"type": "reference",
|
|
970
1081
|
"typeName": {
|
|
971
1082
|
"type": "identifier",
|
|
972
|
-
"name": "
|
|
1083
|
+
"name": "GeneralComplexOption"
|
|
973
1084
|
}
|
|
974
1085
|
}
|
|
975
1086
|
},
|
|
976
1087
|
"computed": false
|
|
977
|
-
}
|
|
1088
|
+
}
|
|
1089
|
+
]
|
|
1090
|
+
}
|
|
1091
|
+
}
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
"name": "search",
|
|
1095
|
+
"detail": {
|
|
1096
|
+
"annotation": {
|
|
1097
|
+
"type": "typeLiteral",
|
|
1098
|
+
"members": [
|
|
978
1099
|
{
|
|
979
1100
|
"type": "propertySignature",
|
|
980
1101
|
"key": {
|
|
981
1102
|
"type": "identifier",
|
|
982
|
-
"name": "
|
|
1103
|
+
"name": "value"
|
|
983
1104
|
},
|
|
984
1105
|
"annotation": {
|
|
985
1106
|
"type": "keyword",
|
|
@@ -990,66 +1111,132 @@
|
|
|
990
1111
|
]
|
|
991
1112
|
}
|
|
992
1113
|
}
|
|
993
|
-
}
|
|
994
|
-
],
|
|
995
|
-
"methods": [],
|
|
996
|
-
"types": [
|
|
997
|
-
{
|
|
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
|
-
]
|
|
1016
|
-
}
|
|
1017
1114
|
},
|
|
1018
1115
|
{
|
|
1019
|
-
"
|
|
1020
|
-
"
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
"
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1116
|
+
"name": "focus",
|
|
1117
|
+
"detail": {
|
|
1118
|
+
"annotation": {
|
|
1119
|
+
"type": "keyword",
|
|
1120
|
+
"value": "void"
|
|
1121
|
+
}
|
|
1122
|
+
}
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"name": "options.change",
|
|
1126
|
+
"detail": {
|
|
1127
|
+
"annotation": {
|
|
1128
|
+
"type": "typeLiteral",
|
|
1129
|
+
"members": [
|
|
1130
|
+
{
|
|
1131
|
+
"type": "propertySignature",
|
|
1132
|
+
"key": {
|
|
1033
1133
|
"type": "identifier",
|
|
1034
|
-
"name": "
|
|
1134
|
+
"name": "options"
|
|
1035
1135
|
},
|
|
1036
|
-
"
|
|
1136
|
+
"annotation": {
|
|
1137
|
+
"type": "typeLiteral",
|
|
1138
|
+
"members": [
|
|
1139
|
+
{
|
|
1140
|
+
"type": "propertySignature",
|
|
1141
|
+
"key": {
|
|
1142
|
+
"type": "identifier",
|
|
1143
|
+
"name": "label"
|
|
1144
|
+
},
|
|
1145
|
+
"annotation": {
|
|
1146
|
+
"type": "keyword",
|
|
1147
|
+
"value": "string"
|
|
1148
|
+
},
|
|
1149
|
+
"computed": false
|
|
1150
|
+
},
|
|
1151
|
+
{
|
|
1152
|
+
"type": "propertySignature",
|
|
1153
|
+
"key": {
|
|
1154
|
+
"type": "identifier",
|
|
1155
|
+
"name": "value"
|
|
1156
|
+
},
|
|
1157
|
+
"annotation": {
|
|
1158
|
+
"type": "keyword",
|
|
1159
|
+
"value": "any"
|
|
1160
|
+
},
|
|
1161
|
+
"computed": false
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
"type": "indexSignature",
|
|
1165
|
+
"parameter": {
|
|
1166
|
+
"type": "identifier",
|
|
1167
|
+
"name": "key",
|
|
1168
|
+
"annotation": {
|
|
1169
|
+
"type": "keyword",
|
|
1170
|
+
"value": "string"
|
|
1171
|
+
}
|
|
1172
|
+
},
|
|
1173
|
+
"annotation": {
|
|
1174
|
+
"type": "keyword",
|
|
1175
|
+
"value": "any"
|
|
1176
|
+
}
|
|
1177
|
+
}
|
|
1178
|
+
]
|
|
1179
|
+
},
|
|
1180
|
+
"computed": false
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"type": "propertySignature",
|
|
1184
|
+
"key": {
|
|
1037
1185
|
"type": "identifier",
|
|
1038
|
-
"name": "
|
|
1039
|
-
}
|
|
1186
|
+
"name": "name"
|
|
1187
|
+
},
|
|
1188
|
+
"annotation": {
|
|
1189
|
+
"type": "keyword",
|
|
1190
|
+
"value": "string"
|
|
1191
|
+
},
|
|
1192
|
+
"computed": false
|
|
1040
1193
|
}
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1194
|
+
]
|
|
1195
|
+
}
|
|
1196
|
+
}
|
|
1197
|
+
}
|
|
1198
|
+
],
|
|
1199
|
+
"methods": [],
|
|
1200
|
+
"types": [
|
|
1201
|
+
{
|
|
1202
|
+
"type": "interface",
|
|
1203
|
+
"name": "GeneralComplexOption",
|
|
1204
|
+
"typeParameters": {
|
|
1205
|
+
"type": "typeParameterDeclaration",
|
|
1206
|
+
"params": [
|
|
1207
|
+
{
|
|
1208
|
+
"type": "typeParameter",
|
|
1209
|
+
"name": "T",
|
|
1210
|
+
"default": {
|
|
1211
|
+
"type": "union",
|
|
1212
|
+
"types": [
|
|
1213
|
+
{
|
|
1214
|
+
"type": "keyword",
|
|
1215
|
+
"value": "string"
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
"type": "keyword",
|
|
1219
|
+
"value": "number"
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
"type": "keyword",
|
|
1223
|
+
"value": "boolean"
|
|
1224
|
+
}
|
|
1225
|
+
]
|
|
1226
|
+
}
|
|
1227
|
+
}
|
|
1228
|
+
]
|
|
1229
|
+
},
|
|
1230
|
+
"body": [
|
|
1044
1231
|
{
|
|
1045
1232
|
"type": "propertySignature",
|
|
1046
1233
|
"key": {
|
|
1047
1234
|
"type": "identifier",
|
|
1048
|
-
"name": "
|
|
1235
|
+
"name": "label"
|
|
1049
1236
|
},
|
|
1050
1237
|
"annotation": {
|
|
1051
1238
|
"type": "keyword",
|
|
1052
|
-
"value": "
|
|
1239
|
+
"value": "string"
|
|
1053
1240
|
},
|
|
1054
1241
|
"computed": false
|
|
1055
1242
|
},
|
|
@@ -1057,56 +1244,22 @@
|
|
|
1057
1244
|
"type": "propertySignature",
|
|
1058
1245
|
"key": {
|
|
1059
1246
|
"type": "identifier",
|
|
1060
|
-
"name": "
|
|
1247
|
+
"name": "value"
|
|
1061
1248
|
},
|
|
1062
1249
|
"annotation": {
|
|
1063
1250
|
"type": "reference",
|
|
1064
1251
|
"typeName": {
|
|
1065
|
-
"type": "
|
|
1066
|
-
"
|
|
1067
|
-
"type": "identifier",
|
|
1068
|
-
"name": "React"
|
|
1069
|
-
},
|
|
1070
|
-
"right": {
|
|
1071
|
-
"type": "identifier",
|
|
1072
|
-
"name": "CSSProperties"
|
|
1073
|
-
}
|
|
1252
|
+
"type": "identifier",
|
|
1253
|
+
"name": "T"
|
|
1074
1254
|
}
|
|
1075
1255
|
},
|
|
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,
|
|
1103
1256
|
"computed": false
|
|
1104
1257
|
},
|
|
1105
1258
|
{
|
|
1106
1259
|
"type": "indexSignature",
|
|
1107
1260
|
"parameter": {
|
|
1108
1261
|
"type": "identifier",
|
|
1109
|
-
"name": "
|
|
1262
|
+
"name": "key",
|
|
1110
1263
|
"annotation": {
|
|
1111
1264
|
"type": "keyword",
|
|
1112
1265
|
"value": "string"
|
|
@@ -1119,32 +1272,15 @@
|
|
|
1119
1272
|
}
|
|
1120
1273
|
]
|
|
1121
1274
|
},
|
|
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
|
-
},
|
|
1139
1275
|
{
|
|
1140
1276
|
"type": "interface",
|
|
1141
|
-
"name": "
|
|
1277
|
+
"name": "UseBackendConf",
|
|
1142
1278
|
"body": [
|
|
1143
1279
|
{
|
|
1144
1280
|
"type": "propertySignature",
|
|
1145
1281
|
"key": {
|
|
1146
1282
|
"type": "identifier",
|
|
1147
|
-
"name": "
|
|
1283
|
+
"name": "provider"
|
|
1148
1284
|
},
|
|
1149
1285
|
"annotation": {
|
|
1150
1286
|
"type": "keyword",
|
|
@@ -1156,11 +1292,48 @@
|
|
|
1156
1292
|
"type": "propertySignature",
|
|
1157
1293
|
"key": {
|
|
1158
1294
|
"type": "identifier",
|
|
1159
|
-
"name": "
|
|
1295
|
+
"name": "args"
|
|
1160
1296
|
},
|
|
1161
1297
|
"annotation": {
|
|
1162
|
-
"type": "
|
|
1163
|
-
"
|
|
1298
|
+
"type": "union",
|
|
1299
|
+
"types": [
|
|
1300
|
+
{
|
|
1301
|
+
"type": "array",
|
|
1302
|
+
"elementType": {
|
|
1303
|
+
"type": "keyword",
|
|
1304
|
+
"value": "any"
|
|
1305
|
+
}
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"type": "parenthesizedType",
|
|
1309
|
+
"annotation": {
|
|
1310
|
+
"type": "function",
|
|
1311
|
+
"parameters": [
|
|
1312
|
+
{
|
|
1313
|
+
"type": "restElement",
|
|
1314
|
+
"argument": {
|
|
1315
|
+
"type": "identifier",
|
|
1316
|
+
"name": "args"
|
|
1317
|
+
},
|
|
1318
|
+
"annotation": {
|
|
1319
|
+
"type": "array",
|
|
1320
|
+
"elementType": {
|
|
1321
|
+
"type": "keyword",
|
|
1322
|
+
"value": "any"
|
|
1323
|
+
}
|
|
1324
|
+
}
|
|
1325
|
+
}
|
|
1326
|
+
],
|
|
1327
|
+
"annotation": {
|
|
1328
|
+
"type": "array",
|
|
1329
|
+
"elementType": {
|
|
1330
|
+
"type": "keyword",
|
|
1331
|
+
"value": "any"
|
|
1332
|
+
}
|
|
1333
|
+
}
|
|
1334
|
+
}
|
|
1335
|
+
}
|
|
1336
|
+
]
|
|
1164
1337
|
},
|
|
1165
1338
|
"computed": false
|
|
1166
1339
|
},
|
|
@@ -1168,125 +1341,96 @@
|
|
|
1168
1341
|
"type": "propertySignature",
|
|
1169
1342
|
"key": {
|
|
1170
1343
|
"type": "identifier",
|
|
1171
|
-
"name": "
|
|
1344
|
+
"name": "transform"
|
|
1172
1345
|
},
|
|
1173
1346
|
"annotation": {
|
|
1174
|
-
"type": "
|
|
1175
|
-
"
|
|
1176
|
-
|
|
1177
|
-
"typeName": {
|
|
1347
|
+
"type": "function",
|
|
1348
|
+
"parameters": [
|
|
1349
|
+
{
|
|
1178
1350
|
"type": "identifier",
|
|
1179
|
-
"name": "
|
|
1351
|
+
"name": "data",
|
|
1352
|
+
"annotation": {
|
|
1353
|
+
"type": "keyword",
|
|
1354
|
+
"value": "any"
|
|
1355
|
+
}
|
|
1180
1356
|
}
|
|
1181
|
-
|
|
1182
|
-
|
|
1357
|
+
],
|
|
1358
|
+
"annotation": {
|
|
1359
|
+
"type": "keyword",
|
|
1360
|
+
"value": "void"
|
|
1361
|
+
}
|
|
1362
|
+
},
|
|
1363
|
+
"optional": true,
|
|
1183
1364
|
"computed": false
|
|
1184
1365
|
}
|
|
1185
1366
|
]
|
|
1186
1367
|
}
|
|
1187
1368
|
]
|
|
1188
1369
|
},
|
|
1189
|
-
"eo-
|
|
1370
|
+
"eo-checkbox": {
|
|
1190
1371
|
"properties": [
|
|
1191
1372
|
{
|
|
1192
|
-
"name": "
|
|
1373
|
+
"name": "name",
|
|
1193
1374
|
"annotation": {
|
|
1194
1375
|
"type": "keyword",
|
|
1195
1376
|
"value": "string"
|
|
1196
1377
|
}
|
|
1197
1378
|
},
|
|
1198
1379
|
{
|
|
1199
|
-
"name": "
|
|
1380
|
+
"name": "label",
|
|
1200
1381
|
"annotation": {
|
|
1201
1382
|
"type": "keyword",
|
|
1202
1383
|
"value": "string"
|
|
1203
1384
|
}
|
|
1204
1385
|
},
|
|
1205
1386
|
{
|
|
1206
|
-
"name": "
|
|
1207
|
-
"annotation": {
|
|
1208
|
-
"type": "keyword",
|
|
1209
|
-
"value": "boolean"
|
|
1210
|
-
}
|
|
1211
|
-
},
|
|
1212
|
-
{
|
|
1213
|
-
"name": "clearable",
|
|
1214
|
-
"annotation": {
|
|
1215
|
-
"type": "keyword",
|
|
1216
|
-
"value": "boolean"
|
|
1217
|
-
}
|
|
1218
|
-
},
|
|
1219
|
-
{
|
|
1220
|
-
"name": "trim",
|
|
1387
|
+
"name": "value",
|
|
1221
1388
|
"annotation": {
|
|
1222
|
-
"type": "
|
|
1223
|
-
"
|
|
1389
|
+
"type": "array",
|
|
1390
|
+
"elementType": {
|
|
1391
|
+
"type": "reference",
|
|
1392
|
+
"typeName": {
|
|
1393
|
+
"type": "identifier",
|
|
1394
|
+
"name": "CheckboxValueType"
|
|
1395
|
+
}
|
|
1396
|
+
}
|
|
1224
1397
|
}
|
|
1225
1398
|
},
|
|
1226
1399
|
{
|
|
1227
|
-
"name": "
|
|
1400
|
+
"name": "options",
|
|
1228
1401
|
"annotation": {
|
|
1229
|
-
"type": "
|
|
1230
|
-
"
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
"name": "change",
|
|
1237
|
-
"detail": {
|
|
1238
|
-
"annotation": {
|
|
1239
|
-
"type": "keyword",
|
|
1240
|
-
"value": "string"
|
|
1402
|
+
"type": "array",
|
|
1403
|
+
"elementType": {
|
|
1404
|
+
"type": "reference",
|
|
1405
|
+
"typeName": {
|
|
1406
|
+
"type": "identifier",
|
|
1407
|
+
"name": "CheckboxOptionType"
|
|
1408
|
+
}
|
|
1241
1409
|
}
|
|
1242
1410
|
}
|
|
1243
1411
|
},
|
|
1244
1412
|
{
|
|
1245
|
-
"name": "
|
|
1246
|
-
"detail": {
|
|
1247
|
-
"annotation": {
|
|
1248
|
-
"type": "keyword",
|
|
1249
|
-
"value": "string"
|
|
1250
|
-
}
|
|
1251
|
-
}
|
|
1252
|
-
}
|
|
1253
|
-
],
|
|
1254
|
-
"methods": []
|
|
1255
|
-
},
|
|
1256
|
-
"eo-radio": {
|
|
1257
|
-
"properties": [
|
|
1258
|
-
{
|
|
1259
|
-
"name": "name",
|
|
1413
|
+
"name": "type",
|
|
1260
1414
|
"annotation": {
|
|
1261
|
-
"type": "
|
|
1262
|
-
"
|
|
1415
|
+
"type": "reference",
|
|
1416
|
+
"typeName": {
|
|
1417
|
+
"type": "identifier",
|
|
1418
|
+
"name": "CheckboxType"
|
|
1419
|
+
}
|
|
1263
1420
|
}
|
|
1264
1421
|
},
|
|
1265
1422
|
{
|
|
1266
|
-
"name": "
|
|
1423
|
+
"name": "disabled",
|
|
1267
1424
|
"annotation": {
|
|
1268
1425
|
"type": "keyword",
|
|
1269
|
-
"value": "
|
|
1270
|
-
}
|
|
1271
|
-
},
|
|
1272
|
-
{
|
|
1273
|
-
"name": "options",
|
|
1274
|
-
"annotation": {
|
|
1275
|
-
"type": "array",
|
|
1276
|
-
"elementType": {
|
|
1277
|
-
"type": "reference",
|
|
1278
|
-
"typeName": {
|
|
1279
|
-
"type": "identifier",
|
|
1280
|
-
"name": "GeneralOption"
|
|
1281
|
-
}
|
|
1282
|
-
}
|
|
1426
|
+
"value": "boolean"
|
|
1283
1427
|
}
|
|
1284
1428
|
},
|
|
1285
1429
|
{
|
|
1286
|
-
"name": "
|
|
1430
|
+
"name": "isCustom",
|
|
1287
1431
|
"annotation": {
|
|
1288
1432
|
"type": "keyword",
|
|
1289
|
-
"value": "
|
|
1433
|
+
"value": "boolean"
|
|
1290
1434
|
}
|
|
1291
1435
|
},
|
|
1292
1436
|
{
|
|
@@ -1320,68 +1464,24 @@
|
|
|
1320
1464
|
}
|
|
1321
1465
|
},
|
|
1322
1466
|
{
|
|
1323
|
-
"name": "
|
|
1467
|
+
"name": "isGroup",
|
|
1324
1468
|
"annotation": {
|
|
1325
1469
|
"type": "keyword",
|
|
1326
1470
|
"value": "boolean"
|
|
1327
1471
|
}
|
|
1328
1472
|
},
|
|
1329
1473
|
{
|
|
1330
|
-
"name": "
|
|
1331
|
-
"annotation": {
|
|
1332
|
-
"type": "reference",
|
|
1333
|
-
"typeName": {
|
|
1334
|
-
"type": "identifier",
|
|
1335
|
-
"name": "RadioType"
|
|
1336
|
-
}
|
|
1337
|
-
}
|
|
1338
|
-
},
|
|
1339
|
-
{
|
|
1340
|
-
"name": "ui",
|
|
1341
|
-
"annotation": {
|
|
1342
|
-
"type": "reference",
|
|
1343
|
-
"typeName": {
|
|
1344
|
-
"type": "identifier",
|
|
1345
|
-
"name": "UIType"
|
|
1346
|
-
}
|
|
1347
|
-
}
|
|
1348
|
-
},
|
|
1349
|
-
{
|
|
1350
|
-
"name": "size",
|
|
1351
|
-
"annotation": {
|
|
1352
|
-
"type": "reference",
|
|
1353
|
-
"typeName": {
|
|
1354
|
-
"type": "identifier",
|
|
1355
|
-
"name": "ComponentSize"
|
|
1356
|
-
}
|
|
1357
|
-
}
|
|
1358
|
-
},
|
|
1359
|
-
{
|
|
1360
|
-
"name": "customStyle",
|
|
1474
|
+
"name": "optionGroups",
|
|
1361
1475
|
"annotation": {
|
|
1362
|
-
"type": "
|
|
1363
|
-
"
|
|
1364
|
-
"type": "
|
|
1365
|
-
"
|
|
1366
|
-
"type": "identifier",
|
|
1367
|
-
"name": "React"
|
|
1368
|
-
},
|
|
1369
|
-
"right": {
|
|
1476
|
+
"type": "array",
|
|
1477
|
+
"elementType": {
|
|
1478
|
+
"type": "reference",
|
|
1479
|
+
"typeName": {
|
|
1370
1480
|
"type": "identifier",
|
|
1371
|
-
"name": "
|
|
1481
|
+
"name": "OptionGroup"
|
|
1372
1482
|
}
|
|
1373
1483
|
}
|
|
1374
1484
|
}
|
|
1375
|
-
},
|
|
1376
|
-
{
|
|
1377
|
-
"name": "useBrick",
|
|
1378
|
-
"annotation": {
|
|
1379
|
-
"type": "reference",
|
|
1380
|
-
"typeName": {
|
|
1381
|
-
"type": "identifier",
|
|
1382
|
-
"name": "UseSingleBrickConf"
|
|
1383
|
-
}
|
|
1384
|
-
}
|
|
1385
1485
|
}
|
|
1386
1486
|
],
|
|
1387
1487
|
"events": [
|
|
@@ -1389,20 +1489,14 @@
|
|
|
1389
1489
|
"name": "change",
|
|
1390
1490
|
"detail": {
|
|
1391
1491
|
"annotation": {
|
|
1392
|
-
"type": "
|
|
1393
|
-
"
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
"
|
|
1397
|
-
|
|
1398
|
-
"name": "GeneralComplexOption"
|
|
1399
|
-
}
|
|
1400
|
-
},
|
|
1401
|
-
{
|
|
1402
|
-
"type": "keyword",
|
|
1403
|
-
"value": "undefined"
|
|
1492
|
+
"type": "array",
|
|
1493
|
+
"elementType": {
|
|
1494
|
+
"type": "reference",
|
|
1495
|
+
"typeName": {
|
|
1496
|
+
"type": "identifier",
|
|
1497
|
+
"name": "CheckboxOptionType"
|
|
1404
1498
|
}
|
|
1405
|
-
|
|
1499
|
+
}
|
|
1406
1500
|
}
|
|
1407
1501
|
}
|
|
1408
1502
|
},
|
|
@@ -1419,48 +1513,14 @@
|
|
|
1419
1513
|
"name": "options"
|
|
1420
1514
|
},
|
|
1421
1515
|
"annotation": {
|
|
1422
|
-
"type": "
|
|
1423
|
-
"
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
"
|
|
1427
|
-
|
|
1428
|
-
"name": "label"
|
|
1429
|
-
},
|
|
1430
|
-
"annotation": {
|
|
1431
|
-
"type": "keyword",
|
|
1432
|
-
"value": "string"
|
|
1433
|
-
},
|
|
1434
|
-
"computed": false
|
|
1435
|
-
},
|
|
1436
|
-
{
|
|
1437
|
-
"type": "propertySignature",
|
|
1438
|
-
"key": {
|
|
1439
|
-
"type": "identifier",
|
|
1440
|
-
"name": "value"
|
|
1441
|
-
},
|
|
1442
|
-
"annotation": {
|
|
1443
|
-
"type": "keyword",
|
|
1444
|
-
"value": "any"
|
|
1445
|
-
},
|
|
1446
|
-
"computed": false
|
|
1447
|
-
},
|
|
1448
|
-
{
|
|
1449
|
-
"type": "indexSignature",
|
|
1450
|
-
"parameter": {
|
|
1451
|
-
"type": "identifier",
|
|
1452
|
-
"name": "key",
|
|
1453
|
-
"annotation": {
|
|
1454
|
-
"type": "keyword",
|
|
1455
|
-
"value": "string"
|
|
1456
|
-
}
|
|
1457
|
-
},
|
|
1458
|
-
"annotation": {
|
|
1459
|
-
"type": "keyword",
|
|
1460
|
-
"value": "any"
|
|
1461
|
-
}
|
|
1516
|
+
"type": "array",
|
|
1517
|
+
"elementType": {
|
|
1518
|
+
"type": "reference",
|
|
1519
|
+
"typeName": {
|
|
1520
|
+
"type": "identifier",
|
|
1521
|
+
"name": "CheckboxOptionType"
|
|
1462
1522
|
}
|
|
1463
|
-
|
|
1523
|
+
}
|
|
1464
1524
|
},
|
|
1465
1525
|
"computed": false
|
|
1466
1526
|
},
|
|
@@ -1485,7 +1545,7 @@
|
|
|
1485
1545
|
"types": [
|
|
1486
1546
|
{
|
|
1487
1547
|
"type": "typeAlias",
|
|
1488
|
-
"name": "
|
|
1548
|
+
"name": "CheckboxValueType",
|
|
1489
1549
|
"annotation": {
|
|
1490
1550
|
"type": "union",
|
|
1491
1551
|
"types": [
|
|
@@ -1500,76 +1560,45 @@
|
|
|
1500
1560
|
{
|
|
1501
1561
|
"type": "keyword",
|
|
1502
1562
|
"value": "boolean"
|
|
1563
|
+
}
|
|
1564
|
+
]
|
|
1565
|
+
}
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
"type": "interface",
|
|
1569
|
+
"name": "CheckboxOptionType",
|
|
1570
|
+
"body": [
|
|
1571
|
+
{
|
|
1572
|
+
"type": "propertySignature",
|
|
1573
|
+
"key": {
|
|
1574
|
+
"type": "identifier",
|
|
1575
|
+
"name": "label"
|
|
1503
1576
|
},
|
|
1504
|
-
{
|
|
1505
|
-
"type": "reference",
|
|
1506
|
-
"typeName": {
|
|
1507
|
-
"type": "identifier",
|
|
1508
|
-
"name": "GeneralComplexOption"
|
|
1509
|
-
}
|
|
1510
|
-
},
|
|
1511
|
-
{
|
|
1577
|
+
"annotation": {
|
|
1512
1578
|
"type": "reference",
|
|
1513
1579
|
"typeName": {
|
|
1514
|
-
"type": "
|
|
1515
|
-
"
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
"
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
},
|
|
1524
|
-
{
|
|
1525
|
-
"type": "keyword",
|
|
1526
|
-
"value": "any"
|
|
1527
|
-
}
|
|
1528
|
-
]
|
|
1529
|
-
}
|
|
1530
|
-
}
|
|
1531
|
-
]
|
|
1532
|
-
}
|
|
1533
|
-
},
|
|
1534
|
-
{
|
|
1535
|
-
"type": "interface",
|
|
1536
|
-
"name": "GeneralComplexOption",
|
|
1537
|
-
"typeParameters": {
|
|
1538
|
-
"type": "typeParameterDeclaration",
|
|
1539
|
-
"params": [
|
|
1540
|
-
{
|
|
1541
|
-
"type": "typeParameter",
|
|
1542
|
-
"name": "T",
|
|
1543
|
-
"default": {
|
|
1544
|
-
"type": "union",
|
|
1545
|
-
"types": [
|
|
1546
|
-
{
|
|
1547
|
-
"type": "keyword",
|
|
1548
|
-
"value": "string"
|
|
1549
|
-
},
|
|
1550
|
-
{
|
|
1551
|
-
"type": "keyword",
|
|
1552
|
-
"value": "number"
|
|
1553
|
-
},
|
|
1554
|
-
{
|
|
1555
|
-
"type": "keyword",
|
|
1556
|
-
"value": "boolean"
|
|
1557
|
-
}
|
|
1558
|
-
]
|
|
1580
|
+
"type": "qualifiedName",
|
|
1581
|
+
"left": {
|
|
1582
|
+
"type": "identifier",
|
|
1583
|
+
"name": "React"
|
|
1584
|
+
},
|
|
1585
|
+
"right": {
|
|
1586
|
+
"type": "identifier",
|
|
1587
|
+
"name": "ReactNode"
|
|
1588
|
+
}
|
|
1559
1589
|
}
|
|
1560
|
-
}
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
"body": [
|
|
1590
|
+
},
|
|
1591
|
+
"computed": false
|
|
1592
|
+
},
|
|
1564
1593
|
{
|
|
1565
1594
|
"type": "propertySignature",
|
|
1566
1595
|
"key": {
|
|
1567
1596
|
"type": "identifier",
|
|
1568
|
-
"name": "
|
|
1597
|
+
"name": "value"
|
|
1569
1598
|
},
|
|
1570
1599
|
"annotation": {
|
|
1571
1600
|
"type": "keyword",
|
|
1572
|
-
"value": "
|
|
1601
|
+
"value": "any"
|
|
1573
1602
|
},
|
|
1574
1603
|
"computed": false
|
|
1575
1604
|
},
|
|
@@ -1577,22 +1606,56 @@
|
|
|
1577
1606
|
"type": "propertySignature",
|
|
1578
1607
|
"key": {
|
|
1579
1608
|
"type": "identifier",
|
|
1580
|
-
"name": "
|
|
1609
|
+
"name": "style"
|
|
1581
1610
|
},
|
|
1582
1611
|
"annotation": {
|
|
1583
1612
|
"type": "reference",
|
|
1584
1613
|
"typeName": {
|
|
1585
|
-
"type": "
|
|
1586
|
-
"
|
|
1614
|
+
"type": "qualifiedName",
|
|
1615
|
+
"left": {
|
|
1616
|
+
"type": "identifier",
|
|
1617
|
+
"name": "React"
|
|
1618
|
+
},
|
|
1619
|
+
"right": {
|
|
1620
|
+
"type": "identifier",
|
|
1621
|
+
"name": "CSSProperties"
|
|
1622
|
+
}
|
|
1587
1623
|
}
|
|
1588
1624
|
},
|
|
1625
|
+
"optional": true,
|
|
1626
|
+
"computed": false
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"type": "propertySignature",
|
|
1630
|
+
"key": {
|
|
1631
|
+
"type": "identifier",
|
|
1632
|
+
"name": "disabled"
|
|
1633
|
+
},
|
|
1634
|
+
"annotation": {
|
|
1635
|
+
"type": "keyword",
|
|
1636
|
+
"value": "boolean"
|
|
1637
|
+
},
|
|
1638
|
+
"optional": true,
|
|
1639
|
+
"computed": false
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"type": "propertySignature",
|
|
1643
|
+
"key": {
|
|
1644
|
+
"type": "identifier",
|
|
1645
|
+
"name": "checkboxColor"
|
|
1646
|
+
},
|
|
1647
|
+
"annotation": {
|
|
1648
|
+
"type": "keyword",
|
|
1649
|
+
"value": "string"
|
|
1650
|
+
},
|
|
1651
|
+
"optional": true,
|
|
1589
1652
|
"computed": false
|
|
1590
1653
|
},
|
|
1591
1654
|
{
|
|
1592
1655
|
"type": "indexSignature",
|
|
1593
1656
|
"parameter": {
|
|
1594
1657
|
"type": "identifier",
|
|
1595
|
-
"name": "
|
|
1658
|
+
"name": "propName",
|
|
1596
1659
|
"annotation": {
|
|
1597
1660
|
"type": "keyword",
|
|
1598
1661
|
"value": "string"
|
|
@@ -1607,14 +1670,10 @@
|
|
|
1607
1670
|
},
|
|
1608
1671
|
{
|
|
1609
1672
|
"type": "typeAlias",
|
|
1610
|
-
"name": "
|
|
1673
|
+
"name": "CheckboxType",
|
|
1611
1674
|
"annotation": {
|
|
1612
1675
|
"type": "union",
|
|
1613
1676
|
"types": [
|
|
1614
|
-
{
|
|
1615
|
-
"type": "jsLiteral",
|
|
1616
|
-
"value": "button"
|
|
1617
|
-
},
|
|
1618
1677
|
{
|
|
1619
1678
|
"type": "jsLiteral",
|
|
1620
1679
|
"value": "default"
|
|
@@ -1622,70 +1681,64 @@
|
|
|
1622
1681
|
{
|
|
1623
1682
|
"type": "jsLiteral",
|
|
1624
1683
|
"value": "icon"
|
|
1625
|
-
},
|
|
1626
|
-
{
|
|
1627
|
-
"type": "jsLiteral",
|
|
1628
|
-
"value": "icon-circle"
|
|
1629
|
-
},
|
|
1630
|
-
{
|
|
1631
|
-
"type": "jsLiteral",
|
|
1632
|
-
"value": "icon-square"
|
|
1633
|
-
},
|
|
1634
|
-
{
|
|
1635
|
-
"type": "jsLiteral",
|
|
1636
|
-
"value": "custom"
|
|
1637
1684
|
}
|
|
1638
1685
|
]
|
|
1639
1686
|
}
|
|
1640
1687
|
},
|
|
1641
1688
|
{
|
|
1642
|
-
"type": "
|
|
1643
|
-
"name": "
|
|
1644
|
-
"
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
{
|
|
1648
|
-
"type": "
|
|
1649
|
-
"
|
|
1689
|
+
"type": "interface",
|
|
1690
|
+
"name": "OptionGroup",
|
|
1691
|
+
"body": [
|
|
1692
|
+
{
|
|
1693
|
+
"type": "propertySignature",
|
|
1694
|
+
"key": {
|
|
1695
|
+
"type": "identifier",
|
|
1696
|
+
"name": "name"
|
|
1650
1697
|
},
|
|
1651
|
-
{
|
|
1652
|
-
"type": "
|
|
1653
|
-
"value": "
|
|
1654
|
-
}
|
|
1655
|
-
]
|
|
1656
|
-
}
|
|
1657
|
-
},
|
|
1658
|
-
{
|
|
1659
|
-
"type": "typeAlias",
|
|
1660
|
-
"name": "ComponentSize",
|
|
1661
|
-
"annotation": {
|
|
1662
|
-
"type": "union",
|
|
1663
|
-
"types": [
|
|
1664
|
-
{
|
|
1665
|
-
"type": "jsLiteral",
|
|
1666
|
-
"value": "large"
|
|
1698
|
+
"annotation": {
|
|
1699
|
+
"type": "keyword",
|
|
1700
|
+
"value": "string"
|
|
1667
1701
|
},
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1702
|
+
"computed": false
|
|
1703
|
+
},
|
|
1704
|
+
{
|
|
1705
|
+
"type": "propertySignature",
|
|
1706
|
+
"key": {
|
|
1707
|
+
"type": "identifier",
|
|
1708
|
+
"name": "key"
|
|
1671
1709
|
},
|
|
1672
|
-
{
|
|
1673
|
-
"type": "
|
|
1674
|
-
"value": "
|
|
1710
|
+
"annotation": {
|
|
1711
|
+
"type": "keyword",
|
|
1712
|
+
"value": "string"
|
|
1675
1713
|
},
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1714
|
+
"computed": false
|
|
1715
|
+
},
|
|
1716
|
+
{
|
|
1717
|
+
"type": "propertySignature",
|
|
1718
|
+
"key": {
|
|
1719
|
+
"type": "identifier",
|
|
1720
|
+
"name": "options"
|
|
1721
|
+
},
|
|
1722
|
+
"annotation": {
|
|
1723
|
+
"type": "array",
|
|
1724
|
+
"elementType": {
|
|
1725
|
+
"type": "reference",
|
|
1726
|
+
"typeName": {
|
|
1727
|
+
"type": "identifier",
|
|
1728
|
+
"name": "CheckboxOptionType"
|
|
1729
|
+
}
|
|
1730
|
+
}
|
|
1731
|
+
},
|
|
1732
|
+
"computed": false
|
|
1733
|
+
}
|
|
1734
|
+
]
|
|
1682
1735
|
}
|
|
1683
1736
|
]
|
|
1684
1737
|
},
|
|
1685
|
-
"eo-
|
|
1738
|
+
"eo-search": {
|
|
1686
1739
|
"properties": [
|
|
1687
1740
|
{
|
|
1688
|
-
"name": "
|
|
1741
|
+
"name": "value",
|
|
1689
1742
|
"annotation": {
|
|
1690
1743
|
"type": "keyword",
|
|
1691
1744
|
"value": "string"
|
|
@@ -1699,62 +1752,129 @@
|
|
|
1699
1752
|
}
|
|
1700
1753
|
},
|
|
1701
1754
|
{
|
|
1702
|
-
"name": "
|
|
1755
|
+
"name": "autoFocus",
|
|
1703
1756
|
"annotation": {
|
|
1704
1757
|
"type": "keyword",
|
|
1705
|
-
"value": "
|
|
1706
|
-
}
|
|
1707
|
-
},
|
|
1708
|
-
{
|
|
1709
|
-
"name": "inputStyle",
|
|
1710
|
-
"annotation": {
|
|
1711
|
-
"type": "reference",
|
|
1712
|
-
"typeName": {
|
|
1713
|
-
"type": "qualifiedName",
|
|
1714
|
-
"left": {
|
|
1715
|
-
"type": "identifier",
|
|
1716
|
-
"name": "React"
|
|
1717
|
-
},
|
|
1718
|
-
"right": {
|
|
1719
|
-
"type": "identifier",
|
|
1720
|
-
"name": "CSSProperties"
|
|
1721
|
-
}
|
|
1722
|
-
}
|
|
1758
|
+
"value": "boolean"
|
|
1723
1759
|
}
|
|
1724
1760
|
},
|
|
1725
1761
|
{
|
|
1726
|
-
"name": "
|
|
1762
|
+
"name": "clearable",
|
|
1727
1763
|
"annotation": {
|
|
1728
1764
|
"type": "keyword",
|
|
1729
1765
|
"value": "boolean"
|
|
1730
1766
|
}
|
|
1731
1767
|
},
|
|
1732
1768
|
{
|
|
1733
|
-
"name": "
|
|
1769
|
+
"name": "trim",
|
|
1734
1770
|
"annotation": {
|
|
1735
1771
|
"type": "keyword",
|
|
1736
1772
|
"value": "boolean"
|
|
1737
1773
|
}
|
|
1738
1774
|
},
|
|
1739
1775
|
{
|
|
1740
|
-
"name": "
|
|
1776
|
+
"name": "debounceTime",
|
|
1741
1777
|
"annotation": {
|
|
1742
1778
|
"type": "keyword",
|
|
1743
|
-
"value": "
|
|
1779
|
+
"value": "number"
|
|
1780
|
+
}
|
|
1781
|
+
}
|
|
1782
|
+
],
|
|
1783
|
+
"events": [
|
|
1784
|
+
{
|
|
1785
|
+
"name": "change",
|
|
1786
|
+
"detail": {
|
|
1787
|
+
"annotation": {
|
|
1788
|
+
"type": "keyword",
|
|
1789
|
+
"value": "string"
|
|
1790
|
+
}
|
|
1744
1791
|
}
|
|
1745
1792
|
},
|
|
1746
1793
|
{
|
|
1747
|
-
"name": "
|
|
1748
|
-
"
|
|
1749
|
-
"
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1794
|
+
"name": "search",
|
|
1795
|
+
"detail": {
|
|
1796
|
+
"annotation": {
|
|
1797
|
+
"type": "keyword",
|
|
1798
|
+
"value": "string"
|
|
1799
|
+
}
|
|
1800
|
+
}
|
|
1801
|
+
}
|
|
1802
|
+
],
|
|
1803
|
+
"methods": []
|
|
1804
|
+
},
|
|
1805
|
+
"eo-auto-complete": {
|
|
1806
|
+
"properties": [
|
|
1807
|
+
{
|
|
1808
|
+
"name": "name",
|
|
1809
|
+
"annotation": {
|
|
1810
|
+
"type": "keyword",
|
|
1811
|
+
"value": "string"
|
|
1812
|
+
}
|
|
1813
|
+
},
|
|
1814
|
+
{
|
|
1815
|
+
"name": "placeholder",
|
|
1816
|
+
"annotation": {
|
|
1817
|
+
"type": "keyword",
|
|
1818
|
+
"value": "string"
|
|
1819
|
+
}
|
|
1820
|
+
},
|
|
1821
|
+
{
|
|
1822
|
+
"name": "label",
|
|
1823
|
+
"annotation": {
|
|
1824
|
+
"type": "keyword",
|
|
1825
|
+
"value": "string"
|
|
1826
|
+
}
|
|
1827
|
+
},
|
|
1828
|
+
{
|
|
1829
|
+
"name": "inputStyle",
|
|
1830
|
+
"annotation": {
|
|
1831
|
+
"type": "reference",
|
|
1832
|
+
"typeName": {
|
|
1833
|
+
"type": "qualifiedName",
|
|
1834
|
+
"left": {
|
|
1835
|
+
"type": "identifier",
|
|
1836
|
+
"name": "React"
|
|
1837
|
+
},
|
|
1838
|
+
"right": {
|
|
1839
|
+
"type": "identifier",
|
|
1840
|
+
"name": "CSSProperties"
|
|
1841
|
+
}
|
|
1842
|
+
}
|
|
1843
|
+
}
|
|
1844
|
+
},
|
|
1845
|
+
{
|
|
1846
|
+
"name": "disabled",
|
|
1847
|
+
"annotation": {
|
|
1848
|
+
"type": "keyword",
|
|
1849
|
+
"value": "boolean"
|
|
1850
|
+
}
|
|
1851
|
+
},
|
|
1852
|
+
{
|
|
1853
|
+
"name": "required",
|
|
1854
|
+
"annotation": {
|
|
1855
|
+
"type": "keyword",
|
|
1856
|
+
"value": "boolean"
|
|
1857
|
+
}
|
|
1858
|
+
},
|
|
1859
|
+
{
|
|
1860
|
+
"name": "value",
|
|
1861
|
+
"annotation": {
|
|
1862
|
+
"type": "keyword",
|
|
1863
|
+
"value": "string"
|
|
1864
|
+
}
|
|
1865
|
+
},
|
|
1866
|
+
{
|
|
1867
|
+
"name": "options",
|
|
1868
|
+
"annotation": {
|
|
1869
|
+
"type": "union",
|
|
1870
|
+
"types": [
|
|
1871
|
+
{
|
|
1872
|
+
"type": "array",
|
|
1873
|
+
"elementType": {
|
|
1874
|
+
"type": "keyword",
|
|
1875
|
+
"value": "string"
|
|
1876
|
+
}
|
|
1877
|
+
},
|
|
1758
1878
|
{
|
|
1759
1879
|
"type": "array",
|
|
1760
1880
|
"elementType": {
|
|
@@ -1959,372 +2079,38 @@
|
|
|
1959
2079
|
}
|
|
1960
2080
|
},
|
|
1961
2081
|
{
|
|
1962
|
-
"name": "label",
|
|
1963
|
-
"annotation": {
|
|
1964
|
-
"type": "keyword",
|
|
1965
|
-
"value": "string"
|
|
1966
|
-
}
|
|
1967
|
-
},
|
|
1968
|
-
{
|
|
1969
|
-
"name": "required",
|
|
1970
|
-
"annotation": {
|
|
1971
|
-
"type": "keyword",
|
|
1972
|
-
"value": "boolean"
|
|
1973
|
-
}
|
|
1974
|
-
},
|
|
1975
|
-
{
|
|
1976
|
-
"name": "pattern",
|
|
1977
|
-
"annotation": {
|
|
1978
|
-
"type": "keyword",
|
|
1979
|
-
"value": "string"
|
|
1980
|
-
}
|
|
1981
|
-
},
|
|
1982
|
-
{
|
|
1983
|
-
"name": "max",
|
|
1984
|
-
"annotation": {
|
|
1985
|
-
"type": "keyword",
|
|
1986
|
-
"value": "number"
|
|
1987
|
-
}
|
|
1988
|
-
},
|
|
1989
|
-
{
|
|
1990
|
-
"name": "min",
|
|
1991
|
-
"annotation": {
|
|
1992
|
-
"type": "keyword",
|
|
1993
|
-
"value": "number"
|
|
1994
|
-
}
|
|
1995
|
-
},
|
|
1996
|
-
{
|
|
1997
|
-
"name": "message",
|
|
1998
|
-
"annotation": {
|
|
1999
|
-
"type": "reference",
|
|
2000
|
-
"typeName": {
|
|
2001
|
-
"type": "identifier",
|
|
2002
|
-
"name": "Record"
|
|
2003
|
-
},
|
|
2004
|
-
"typeParameters": {
|
|
2005
|
-
"type": "typeParameterInstantiation",
|
|
2006
|
-
"params": [
|
|
2007
|
-
{
|
|
2008
|
-
"type": "keyword",
|
|
2009
|
-
"value": "string"
|
|
2010
|
-
},
|
|
2011
|
-
{
|
|
2012
|
-
"type": "keyword",
|
|
2013
|
-
"value": "string"
|
|
2014
|
-
}
|
|
2015
|
-
]
|
|
2016
|
-
}
|
|
2017
|
-
}
|
|
2018
|
-
},
|
|
2019
|
-
{
|
|
2020
|
-
"name": "value",
|
|
2021
|
-
"annotation": {
|
|
2022
|
-
"type": "keyword",
|
|
2023
|
-
"value": "string"
|
|
2024
|
-
}
|
|
2025
|
-
},
|
|
2026
|
-
{
|
|
2027
|
-
"name": "placeholder",
|
|
2028
|
-
"annotation": {
|
|
2029
|
-
"type": "keyword",
|
|
2030
|
-
"value": "string"
|
|
2031
|
-
}
|
|
2032
|
-
},
|
|
2033
|
-
{
|
|
2034
|
-
"name": "disabled",
|
|
2035
|
-
"annotation": {
|
|
2036
|
-
"type": "keyword",
|
|
2037
|
-
"value": "boolean"
|
|
2038
|
-
}
|
|
2039
|
-
},
|
|
2040
|
-
{
|
|
2041
|
-
"name": "readonly",
|
|
2042
|
-
"annotation": {
|
|
2043
|
-
"type": "keyword",
|
|
2044
|
-
"value": "boolean"
|
|
2045
|
-
}
|
|
2046
|
-
},
|
|
2047
|
-
{
|
|
2048
|
-
"name": "clearable",
|
|
2049
|
-
"annotation": {
|
|
2050
|
-
"type": "keyword",
|
|
2051
|
-
"value": "boolean"
|
|
2052
|
-
}
|
|
2053
|
-
},
|
|
2054
|
-
{
|
|
2055
|
-
"name": "autoFocus",
|
|
2056
|
-
"annotation": {
|
|
2057
|
-
"type": "keyword",
|
|
2058
|
-
"value": "boolean"
|
|
2059
|
-
}
|
|
2060
|
-
},
|
|
2061
|
-
{
|
|
2062
|
-
"name": "type",
|
|
2063
|
-
"annotation": {
|
|
2064
|
-
"type": "reference",
|
|
2065
|
-
"typeName": {
|
|
2066
|
-
"type": "identifier",
|
|
2067
|
-
"name": "InputType"
|
|
2068
|
-
}
|
|
2069
|
-
}
|
|
2070
|
-
},
|
|
2071
|
-
{
|
|
2072
|
-
"name": "size",
|
|
2073
|
-
"annotation": {
|
|
2074
|
-
"type": "reference",
|
|
2075
|
-
"typeName": {
|
|
2076
|
-
"type": "identifier",
|
|
2077
|
-
"name": "ComponentSize"
|
|
2078
|
-
}
|
|
2079
|
-
}
|
|
2080
|
-
},
|
|
2081
|
-
{
|
|
2082
|
-
"name": "minLength",
|
|
2083
|
-
"annotation": {
|
|
2084
|
-
"type": "keyword",
|
|
2085
|
-
"value": "number"
|
|
2086
|
-
}
|
|
2087
|
-
},
|
|
2088
|
-
{
|
|
2089
|
-
"name": "maxLength",
|
|
2090
|
-
"annotation": {
|
|
2091
|
-
"type": "keyword",
|
|
2092
|
-
"value": "number"
|
|
2093
|
-
}
|
|
2094
|
-
},
|
|
2095
|
-
{
|
|
2096
|
-
"name": "inputStyle",
|
|
2097
|
-
"annotation": {
|
|
2098
|
-
"type": "reference",
|
|
2099
|
-
"typeName": {
|
|
2100
|
-
"type": "qualifiedName",
|
|
2101
|
-
"left": {
|
|
2102
|
-
"type": "identifier",
|
|
2103
|
-
"name": "React"
|
|
2104
|
-
},
|
|
2105
|
-
"right": {
|
|
2106
|
-
"type": "identifier",
|
|
2107
|
-
"name": "CSSProperties"
|
|
2108
|
-
}
|
|
2109
|
-
}
|
|
2110
|
-
}
|
|
2111
|
-
},
|
|
2112
|
-
{
|
|
2113
|
-
"name": "validator",
|
|
2114
|
-
"annotation": {
|
|
2115
|
-
"type": "parenthesizedType",
|
|
2116
|
-
"annotation": {
|
|
2117
|
-
"type": "function",
|
|
2118
|
-
"parameters": [
|
|
2119
|
-
{
|
|
2120
|
-
"type": "identifier",
|
|
2121
|
-
"name": "value",
|
|
2122
|
-
"annotation": {
|
|
2123
|
-
"type": "keyword",
|
|
2124
|
-
"value": "any"
|
|
2125
|
-
}
|
|
2126
|
-
}
|
|
2127
|
-
],
|
|
2128
|
-
"annotation": {
|
|
2129
|
-
"type": "reference",
|
|
2130
|
-
"typeName": {
|
|
2131
|
-
"type": "identifier",
|
|
2132
|
-
"name": "MessageBody"
|
|
2133
|
-
}
|
|
2134
|
-
}
|
|
2135
|
-
}
|
|
2136
|
-
}
|
|
2137
|
-
}
|
|
2138
|
-
],
|
|
2139
|
-
"events": [
|
|
2140
|
-
{
|
|
2141
|
-
"name": "change",
|
|
2142
|
-
"detail": {
|
|
2143
|
-
"annotation": {
|
|
2144
|
-
"type": "keyword",
|
|
2145
|
-
"value": "string"
|
|
2146
|
-
}
|
|
2147
|
-
}
|
|
2148
|
-
}
|
|
2149
|
-
],
|
|
2150
|
-
"methods": [
|
|
2151
|
-
{
|
|
2152
|
-
"name": "focusInput",
|
|
2153
|
-
"params": [],
|
|
2154
|
-
"returns": {}
|
|
2155
|
-
},
|
|
2156
|
-
{
|
|
2157
|
-
"name": "blurInput",
|
|
2158
|
-
"params": [],
|
|
2159
|
-
"returns": {}
|
|
2160
|
-
}
|
|
2161
|
-
],
|
|
2162
|
-
"types": [
|
|
2163
|
-
{
|
|
2164
|
-
"type": "typeAlias",
|
|
2165
|
-
"name": "InputType",
|
|
2166
|
-
"annotation": {
|
|
2167
|
-
"type": "union",
|
|
2168
|
-
"types": [
|
|
2169
|
-
{
|
|
2170
|
-
"type": "jsLiteral",
|
|
2171
|
-
"value": "button"
|
|
2172
|
-
},
|
|
2173
|
-
{
|
|
2174
|
-
"type": "jsLiteral",
|
|
2175
|
-
"value": "checkbox"
|
|
2176
|
-
},
|
|
2177
|
-
{
|
|
2178
|
-
"type": "jsLiteral",
|
|
2179
|
-
"value": "color"
|
|
2180
|
-
},
|
|
2181
|
-
{
|
|
2182
|
-
"type": "jsLiteral",
|
|
2183
|
-
"value": "date"
|
|
2184
|
-
},
|
|
2185
|
-
{
|
|
2186
|
-
"type": "jsLiteral",
|
|
2187
|
-
"value": "datetime-local"
|
|
2188
|
-
},
|
|
2189
|
-
{
|
|
2190
|
-
"type": "jsLiteral",
|
|
2191
|
-
"value": "email"
|
|
2192
|
-
},
|
|
2193
|
-
{
|
|
2194
|
-
"type": "jsLiteral",
|
|
2195
|
-
"value": "file"
|
|
2196
|
-
},
|
|
2197
|
-
{
|
|
2198
|
-
"type": "jsLiteral",
|
|
2199
|
-
"value": "hidden"
|
|
2200
|
-
},
|
|
2201
|
-
{
|
|
2202
|
-
"type": "jsLiteral",
|
|
2203
|
-
"value": "image"
|
|
2204
|
-
},
|
|
2205
|
-
{
|
|
2206
|
-
"type": "jsLiteral",
|
|
2207
|
-
"value": "month"
|
|
2208
|
-
},
|
|
2209
|
-
{
|
|
2210
|
-
"type": "jsLiteral",
|
|
2211
|
-
"value": "number"
|
|
2212
|
-
},
|
|
2213
|
-
{
|
|
2214
|
-
"type": "jsLiteral",
|
|
2215
|
-
"value": "password"
|
|
2216
|
-
},
|
|
2217
|
-
{
|
|
2218
|
-
"type": "jsLiteral",
|
|
2219
|
-
"value": "radio"
|
|
2220
|
-
},
|
|
2221
|
-
{
|
|
2222
|
-
"type": "jsLiteral",
|
|
2223
|
-
"value": "range"
|
|
2224
|
-
},
|
|
2225
|
-
{
|
|
2226
|
-
"type": "jsLiteral",
|
|
2227
|
-
"value": "reset"
|
|
2228
|
-
},
|
|
2229
|
-
{
|
|
2230
|
-
"type": "jsLiteral",
|
|
2231
|
-
"value": "search"
|
|
2232
|
-
},
|
|
2233
|
-
{
|
|
2234
|
-
"type": "jsLiteral",
|
|
2235
|
-
"value": "submit"
|
|
2236
|
-
},
|
|
2237
|
-
{
|
|
2238
|
-
"type": "jsLiteral",
|
|
2239
|
-
"value": "tel"
|
|
2240
|
-
},
|
|
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"
|
|
2256
|
-
}
|
|
2257
|
-
]
|
|
2258
|
-
}
|
|
2259
|
-
},
|
|
2260
|
-
{
|
|
2261
|
-
"type": "typeAlias",
|
|
2262
|
-
"name": "ComponentSize",
|
|
2263
|
-
"annotation": {
|
|
2264
|
-
"type": "union",
|
|
2265
|
-
"types": [
|
|
2266
|
-
{
|
|
2267
|
-
"type": "jsLiteral",
|
|
2268
|
-
"value": "large"
|
|
2269
|
-
},
|
|
2270
|
-
{
|
|
2271
|
-
"type": "jsLiteral",
|
|
2272
|
-
"value": "medium"
|
|
2273
|
-
},
|
|
2274
|
-
{
|
|
2275
|
-
"type": "jsLiteral",
|
|
2276
|
-
"value": "small"
|
|
2277
|
-
},
|
|
2278
|
-
{
|
|
2279
|
-
"type": "jsLiteral",
|
|
2280
|
-
"value": "xs"
|
|
2281
|
-
}
|
|
2282
|
-
]
|
|
2283
|
-
}
|
|
2284
|
-
}
|
|
2285
|
-
]
|
|
2286
|
-
},
|
|
2287
|
-
"eo-form-item": {
|
|
2288
|
-
"properties": [
|
|
2289
|
-
{
|
|
2290
|
-
"name": "formElement",
|
|
2082
|
+
"name": "label",
|
|
2291
2083
|
"annotation": {
|
|
2292
|
-
"type": "
|
|
2293
|
-
"
|
|
2294
|
-
"type": "identifier",
|
|
2295
|
-
"name": "Form"
|
|
2296
|
-
}
|
|
2084
|
+
"type": "keyword",
|
|
2085
|
+
"value": "string"
|
|
2297
2086
|
}
|
|
2298
2087
|
},
|
|
2299
2088
|
{
|
|
2300
|
-
"name": "
|
|
2089
|
+
"name": "required",
|
|
2301
2090
|
"annotation": {
|
|
2302
|
-
"type": "
|
|
2303
|
-
"
|
|
2304
|
-
"type": "identifier",
|
|
2305
|
-
"name": "HTMLElement"
|
|
2306
|
-
}
|
|
2091
|
+
"type": "keyword",
|
|
2092
|
+
"value": "boolean"
|
|
2307
2093
|
}
|
|
2308
2094
|
},
|
|
2309
2095
|
{
|
|
2310
|
-
"name": "
|
|
2096
|
+
"name": "pattern",
|
|
2311
2097
|
"annotation": {
|
|
2312
2098
|
"type": "keyword",
|
|
2313
2099
|
"value": "string"
|
|
2314
2100
|
}
|
|
2315
2101
|
},
|
|
2316
2102
|
{
|
|
2317
|
-
"name": "
|
|
2103
|
+
"name": "max",
|
|
2318
2104
|
"annotation": {
|
|
2319
2105
|
"type": "keyword",
|
|
2320
|
-
"value": "
|
|
2106
|
+
"value": "number"
|
|
2321
2107
|
}
|
|
2322
2108
|
},
|
|
2323
2109
|
{
|
|
2324
|
-
"name": "
|
|
2110
|
+
"name": "min",
|
|
2325
2111
|
"annotation": {
|
|
2326
2112
|
"type": "keyword",
|
|
2327
|
-
"value": "
|
|
2113
|
+
"value": "number"
|
|
2328
2114
|
}
|
|
2329
2115
|
},
|
|
2330
2116
|
{
|
|
@@ -2351,47 +2137,54 @@
|
|
|
2351
2137
|
}
|
|
2352
2138
|
},
|
|
2353
2139
|
{
|
|
2354
|
-
"name": "
|
|
2140
|
+
"name": "value",
|
|
2355
2141
|
"annotation": {
|
|
2356
2142
|
"type": "keyword",
|
|
2357
|
-
"value": "
|
|
2143
|
+
"value": "string"
|
|
2358
2144
|
}
|
|
2359
2145
|
},
|
|
2360
2146
|
{
|
|
2361
|
-
"name": "
|
|
2147
|
+
"name": "placeholder",
|
|
2362
2148
|
"annotation": {
|
|
2363
2149
|
"type": "keyword",
|
|
2364
|
-
"value": "
|
|
2150
|
+
"value": "string"
|
|
2365
2151
|
}
|
|
2366
2152
|
},
|
|
2367
2153
|
{
|
|
2368
|
-
"name": "
|
|
2154
|
+
"name": "disabled",
|
|
2369
2155
|
"annotation": {
|
|
2370
2156
|
"type": "keyword",
|
|
2371
2157
|
"value": "boolean"
|
|
2372
2158
|
}
|
|
2373
2159
|
},
|
|
2374
2160
|
{
|
|
2375
|
-
"name": "
|
|
2161
|
+
"name": "readonly",
|
|
2376
2162
|
"annotation": {
|
|
2377
2163
|
"type": "keyword",
|
|
2378
|
-
"value": "
|
|
2164
|
+
"value": "boolean"
|
|
2379
2165
|
}
|
|
2380
2166
|
},
|
|
2381
2167
|
{
|
|
2382
|
-
"name": "
|
|
2168
|
+
"name": "clearable",
|
|
2383
2169
|
"annotation": {
|
|
2384
2170
|
"type": "keyword",
|
|
2385
|
-
"value": "
|
|
2171
|
+
"value": "boolean"
|
|
2386
2172
|
}
|
|
2387
2173
|
},
|
|
2388
2174
|
{
|
|
2389
|
-
"name": "
|
|
2175
|
+
"name": "autoFocus",
|
|
2176
|
+
"annotation": {
|
|
2177
|
+
"type": "keyword",
|
|
2178
|
+
"value": "boolean"
|
|
2179
|
+
}
|
|
2180
|
+
},
|
|
2181
|
+
{
|
|
2182
|
+
"name": "type",
|
|
2390
2183
|
"annotation": {
|
|
2391
2184
|
"type": "reference",
|
|
2392
2185
|
"typeName": {
|
|
2393
2186
|
"type": "identifier",
|
|
2394
|
-
"name": "
|
|
2187
|
+
"name": "InputType"
|
|
2395
2188
|
}
|
|
2396
2189
|
}
|
|
2397
2190
|
},
|
|
@@ -2406,17 +2199,34 @@
|
|
|
2406
2199
|
}
|
|
2407
2200
|
},
|
|
2408
2201
|
{
|
|
2409
|
-
"name": "
|
|
2202
|
+
"name": "minLength",
|
|
2410
2203
|
"annotation": {
|
|
2411
2204
|
"type": "keyword",
|
|
2412
|
-
"value": "
|
|
2205
|
+
"value": "number"
|
|
2413
2206
|
}
|
|
2414
2207
|
},
|
|
2415
2208
|
{
|
|
2416
|
-
"name": "
|
|
2209
|
+
"name": "maxLength",
|
|
2417
2210
|
"annotation": {
|
|
2418
2211
|
"type": "keyword",
|
|
2419
|
-
"value": "
|
|
2212
|
+
"value": "number"
|
|
2213
|
+
}
|
|
2214
|
+
},
|
|
2215
|
+
{
|
|
2216
|
+
"name": "inputStyle",
|
|
2217
|
+
"annotation": {
|
|
2218
|
+
"type": "reference",
|
|
2219
|
+
"typeName": {
|
|
2220
|
+
"type": "qualifiedName",
|
|
2221
|
+
"left": {
|
|
2222
|
+
"type": "identifier",
|
|
2223
|
+
"name": "React"
|
|
2224
|
+
},
|
|
2225
|
+
"right": {
|
|
2226
|
+
"type": "identifier",
|
|
2227
|
+
"name": "CSSProperties"
|
|
2228
|
+
}
|
|
2229
|
+
}
|
|
2420
2230
|
}
|
|
2421
2231
|
},
|
|
2422
2232
|
{
|
|
@@ -2444,35 +2254,125 @@
|
|
|
2444
2254
|
}
|
|
2445
2255
|
}
|
|
2446
2256
|
}
|
|
2447
|
-
}
|
|
2257
|
+
}
|
|
2258
|
+
],
|
|
2259
|
+
"events": [
|
|
2448
2260
|
{
|
|
2449
|
-
"name": "
|
|
2450
|
-
"
|
|
2451
|
-
"
|
|
2452
|
-
|
|
2261
|
+
"name": "change",
|
|
2262
|
+
"detail": {
|
|
2263
|
+
"annotation": {
|
|
2264
|
+
"type": "keyword",
|
|
2265
|
+
"value": "string"
|
|
2266
|
+
}
|
|
2453
2267
|
}
|
|
2454
2268
|
}
|
|
2455
2269
|
],
|
|
2456
|
-
"
|
|
2457
|
-
|
|
2270
|
+
"methods": [
|
|
2271
|
+
{
|
|
2272
|
+
"name": "focusInput",
|
|
2273
|
+
"params": [],
|
|
2274
|
+
"returns": {}
|
|
2275
|
+
},
|
|
2276
|
+
{
|
|
2277
|
+
"name": "blurInput",
|
|
2278
|
+
"params": [],
|
|
2279
|
+
"returns": {}
|
|
2280
|
+
}
|
|
2281
|
+
],
|
|
2458
2282
|
"types": [
|
|
2459
2283
|
{
|
|
2460
2284
|
"type": "typeAlias",
|
|
2461
|
-
"name": "
|
|
2285
|
+
"name": "InputType",
|
|
2462
2286
|
"annotation": {
|
|
2463
2287
|
"type": "union",
|
|
2464
2288
|
"types": [
|
|
2465
2289
|
{
|
|
2466
2290
|
"type": "jsLiteral",
|
|
2467
|
-
"value": "
|
|
2291
|
+
"value": "button"
|
|
2468
2292
|
},
|
|
2469
2293
|
{
|
|
2470
2294
|
"type": "jsLiteral",
|
|
2471
|
-
"value": "
|
|
2295
|
+
"value": "checkbox"
|
|
2472
2296
|
},
|
|
2473
2297
|
{
|
|
2474
2298
|
"type": "jsLiteral",
|
|
2475
|
-
"value": "
|
|
2299
|
+
"value": "color"
|
|
2300
|
+
},
|
|
2301
|
+
{
|
|
2302
|
+
"type": "jsLiteral",
|
|
2303
|
+
"value": "date"
|
|
2304
|
+
},
|
|
2305
|
+
{
|
|
2306
|
+
"type": "jsLiteral",
|
|
2307
|
+
"value": "datetime-local"
|
|
2308
|
+
},
|
|
2309
|
+
{
|
|
2310
|
+
"type": "jsLiteral",
|
|
2311
|
+
"value": "email"
|
|
2312
|
+
},
|
|
2313
|
+
{
|
|
2314
|
+
"type": "jsLiteral",
|
|
2315
|
+
"value": "file"
|
|
2316
|
+
},
|
|
2317
|
+
{
|
|
2318
|
+
"type": "jsLiteral",
|
|
2319
|
+
"value": "hidden"
|
|
2320
|
+
},
|
|
2321
|
+
{
|
|
2322
|
+
"type": "jsLiteral",
|
|
2323
|
+
"value": "image"
|
|
2324
|
+
},
|
|
2325
|
+
{
|
|
2326
|
+
"type": "jsLiteral",
|
|
2327
|
+
"value": "month"
|
|
2328
|
+
},
|
|
2329
|
+
{
|
|
2330
|
+
"type": "jsLiteral",
|
|
2331
|
+
"value": "number"
|
|
2332
|
+
},
|
|
2333
|
+
{
|
|
2334
|
+
"type": "jsLiteral",
|
|
2335
|
+
"value": "password"
|
|
2336
|
+
},
|
|
2337
|
+
{
|
|
2338
|
+
"type": "jsLiteral",
|
|
2339
|
+
"value": "radio"
|
|
2340
|
+
},
|
|
2341
|
+
{
|
|
2342
|
+
"type": "jsLiteral",
|
|
2343
|
+
"value": "range"
|
|
2344
|
+
},
|
|
2345
|
+
{
|
|
2346
|
+
"type": "jsLiteral",
|
|
2347
|
+
"value": "reset"
|
|
2348
|
+
},
|
|
2349
|
+
{
|
|
2350
|
+
"type": "jsLiteral",
|
|
2351
|
+
"value": "search"
|
|
2352
|
+
},
|
|
2353
|
+
{
|
|
2354
|
+
"type": "jsLiteral",
|
|
2355
|
+
"value": "submit"
|
|
2356
|
+
},
|
|
2357
|
+
{
|
|
2358
|
+
"type": "jsLiteral",
|
|
2359
|
+
"value": "tel"
|
|
2360
|
+
},
|
|
2361
|
+
{
|
|
2362
|
+
"type": "jsLiteral",
|
|
2363
|
+
"value": "text"
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
"type": "jsLiteral",
|
|
2367
|
+
"value": "time"
|
|
2368
|
+
},
|
|
2369
|
+
{
|
|
2370
|
+
"type": "jsLiteral",
|
|
2371
|
+
"value": "url"
|
|
2372
|
+
},
|
|
2373
|
+
{
|
|
2374
|
+
"type": "jsLiteral",
|
|
2375
|
+
"value": "week"
|
|
2476
2376
|
}
|
|
2477
2377
|
]
|
|
2478
2378
|
}
|
|
@@ -3079,136 +2979,231 @@
|
|
|
3079
2979
|
},
|
|
3080
2980
|
"computed": false
|
|
3081
2981
|
}
|
|
3082
|
-
]
|
|
3083
|
-
}
|
|
3084
|
-
]
|
|
3085
|
-
},
|
|
3086
|
-
"eo-
|
|
3087
|
-
"properties": [
|
|
2982
|
+
]
|
|
2983
|
+
}
|
|
2984
|
+
]
|
|
2985
|
+
},
|
|
2986
|
+
"eo-form-item": {
|
|
2987
|
+
"properties": [
|
|
2988
|
+
{
|
|
2989
|
+
"name": "formElement",
|
|
2990
|
+
"annotation": {
|
|
2991
|
+
"type": "reference",
|
|
2992
|
+
"typeName": {
|
|
2993
|
+
"type": "identifier",
|
|
2994
|
+
"name": "Form"
|
|
2995
|
+
}
|
|
2996
|
+
}
|
|
2997
|
+
},
|
|
2998
|
+
{
|
|
2999
|
+
"name": "curElement",
|
|
3000
|
+
"annotation": {
|
|
3001
|
+
"type": "reference",
|
|
3002
|
+
"typeName": {
|
|
3003
|
+
"type": "identifier",
|
|
3004
|
+
"name": "HTMLElement"
|
|
3005
|
+
}
|
|
3006
|
+
}
|
|
3007
|
+
},
|
|
3008
|
+
{
|
|
3009
|
+
"name": "name",
|
|
3010
|
+
"annotation": {
|
|
3011
|
+
"type": "keyword",
|
|
3012
|
+
"value": "string"
|
|
3013
|
+
}
|
|
3014
|
+
},
|
|
3015
|
+
{
|
|
3016
|
+
"name": "label",
|
|
3017
|
+
"annotation": {
|
|
3018
|
+
"type": "keyword",
|
|
3019
|
+
"value": "string"
|
|
3020
|
+
}
|
|
3021
|
+
},
|
|
3022
|
+
{
|
|
3023
|
+
"name": "pattern",
|
|
3024
|
+
"annotation": {
|
|
3025
|
+
"type": "keyword",
|
|
3026
|
+
"value": "string"
|
|
3027
|
+
}
|
|
3028
|
+
},
|
|
3029
|
+
{
|
|
3030
|
+
"name": "message",
|
|
3031
|
+
"annotation": {
|
|
3032
|
+
"type": "reference",
|
|
3033
|
+
"typeName": {
|
|
3034
|
+
"type": "identifier",
|
|
3035
|
+
"name": "Record"
|
|
3036
|
+
},
|
|
3037
|
+
"typeParameters": {
|
|
3038
|
+
"type": "typeParameterInstantiation",
|
|
3039
|
+
"params": [
|
|
3040
|
+
{
|
|
3041
|
+
"type": "keyword",
|
|
3042
|
+
"value": "string"
|
|
3043
|
+
},
|
|
3044
|
+
{
|
|
3045
|
+
"type": "keyword",
|
|
3046
|
+
"value": "string"
|
|
3047
|
+
}
|
|
3048
|
+
]
|
|
3049
|
+
}
|
|
3050
|
+
}
|
|
3051
|
+
},
|
|
3088
3052
|
{
|
|
3089
|
-
"name": "
|
|
3053
|
+
"name": "max",
|
|
3054
|
+
"annotation": {
|
|
3055
|
+
"type": "keyword",
|
|
3056
|
+
"value": "number"
|
|
3057
|
+
}
|
|
3058
|
+
},
|
|
3059
|
+
{
|
|
3060
|
+
"name": "min",
|
|
3061
|
+
"annotation": {
|
|
3062
|
+
"type": "keyword",
|
|
3063
|
+
"value": "number"
|
|
3064
|
+
}
|
|
3065
|
+
},
|
|
3066
|
+
{
|
|
3067
|
+
"name": "required",
|
|
3068
|
+
"annotation": {
|
|
3069
|
+
"type": "keyword",
|
|
3070
|
+
"value": "boolean"
|
|
3071
|
+
}
|
|
3072
|
+
},
|
|
3073
|
+
{
|
|
3074
|
+
"name": "value",
|
|
3090
3075
|
"annotation": {
|
|
3091
3076
|
"type": "keyword",
|
|
3092
3077
|
"value": "string"
|
|
3093
3078
|
}
|
|
3094
3079
|
},
|
|
3095
3080
|
{
|
|
3096
|
-
"name": "
|
|
3081
|
+
"name": "valuePropsName",
|
|
3097
3082
|
"annotation": {
|
|
3098
3083
|
"type": "keyword",
|
|
3099
3084
|
"value": "string"
|
|
3100
3085
|
}
|
|
3101
3086
|
},
|
|
3102
3087
|
{
|
|
3103
|
-
"name": "
|
|
3088
|
+
"name": "layout",
|
|
3104
3089
|
"annotation": {
|
|
3105
3090
|
"type": "reference",
|
|
3106
3091
|
"typeName": {
|
|
3107
3092
|
"type": "identifier",
|
|
3108
|
-
"name": "
|
|
3093
|
+
"name": "Layout"
|
|
3109
3094
|
}
|
|
3110
3095
|
}
|
|
3111
3096
|
},
|
|
3112
3097
|
{
|
|
3113
|
-
"name": "
|
|
3098
|
+
"name": "size",
|
|
3114
3099
|
"annotation": {
|
|
3115
|
-
"type": "
|
|
3116
|
-
"
|
|
3100
|
+
"type": "reference",
|
|
3101
|
+
"typeName": {
|
|
3102
|
+
"type": "identifier",
|
|
3103
|
+
"name": "ComponentSize"
|
|
3104
|
+
}
|
|
3117
3105
|
}
|
|
3118
3106
|
},
|
|
3119
3107
|
{
|
|
3120
|
-
"name": "
|
|
3108
|
+
"name": "trim",
|
|
3121
3109
|
"annotation": {
|
|
3122
3110
|
"type": "keyword",
|
|
3123
3111
|
"value": "boolean"
|
|
3124
3112
|
}
|
|
3125
3113
|
},
|
|
3126
3114
|
{
|
|
3127
|
-
"name": "
|
|
3115
|
+
"name": "trigger",
|
|
3128
3116
|
"annotation": {
|
|
3129
|
-
"type": "
|
|
3130
|
-
"
|
|
3131
|
-
"type": "identifier",
|
|
3132
|
-
"name": "Record"
|
|
3133
|
-
},
|
|
3134
|
-
"typeParameters": {
|
|
3135
|
-
"type": "typeParameterInstantiation",
|
|
3136
|
-
"params": [
|
|
3137
|
-
{
|
|
3138
|
-
"type": "keyword",
|
|
3139
|
-
"value": "string"
|
|
3140
|
-
},
|
|
3141
|
-
{
|
|
3142
|
-
"type": "keyword",
|
|
3143
|
-
"value": "string"
|
|
3144
|
-
}
|
|
3145
|
-
]
|
|
3146
|
-
}
|
|
3117
|
+
"type": "keyword",
|
|
3118
|
+
"value": "string"
|
|
3147
3119
|
}
|
|
3148
|
-
}
|
|
3149
|
-
],
|
|
3150
|
-
"events": [
|
|
3120
|
+
},
|
|
3151
3121
|
{
|
|
3152
|
-
"name": "
|
|
3153
|
-
"
|
|
3122
|
+
"name": "validator",
|
|
3123
|
+
"annotation": {
|
|
3124
|
+
"type": "parenthesizedType",
|
|
3154
3125
|
"annotation": {
|
|
3155
|
-
"type": "
|
|
3156
|
-
"
|
|
3126
|
+
"type": "function",
|
|
3127
|
+
"parameters": [
|
|
3157
3128
|
{
|
|
3158
|
-
"type": "
|
|
3159
|
-
"
|
|
3160
|
-
|
|
3161
|
-
"
|
|
3129
|
+
"type": "identifier",
|
|
3130
|
+
"name": "value",
|
|
3131
|
+
"annotation": {
|
|
3132
|
+
"type": "keyword",
|
|
3133
|
+
"value": "any"
|
|
3162
3134
|
}
|
|
3163
|
-
},
|
|
3164
|
-
{
|
|
3165
|
-
"type": "keyword",
|
|
3166
|
-
"value": "undefined"
|
|
3167
3135
|
}
|
|
3168
|
-
]
|
|
3136
|
+
],
|
|
3137
|
+
"annotation": {
|
|
3138
|
+
"type": "reference",
|
|
3139
|
+
"typeName": {
|
|
3140
|
+
"type": "identifier",
|
|
3141
|
+
"name": "MessageBody"
|
|
3142
|
+
}
|
|
3143
|
+
}
|
|
3169
3144
|
}
|
|
3170
3145
|
}
|
|
3146
|
+
},
|
|
3147
|
+
{
|
|
3148
|
+
"name": "needValidate",
|
|
3149
|
+
"annotation": {
|
|
3150
|
+
"type": "keyword",
|
|
3151
|
+
"value": "boolean"
|
|
3152
|
+
}
|
|
3171
3153
|
}
|
|
3172
3154
|
],
|
|
3155
|
+
"events": [],
|
|
3173
3156
|
"methods": [],
|
|
3174
3157
|
"types": [
|
|
3175
3158
|
{
|
|
3176
3159
|
"type": "typeAlias",
|
|
3177
|
-
"name": "
|
|
3160
|
+
"name": "Layout",
|
|
3178
3161
|
"annotation": {
|
|
3179
|
-
"type": "
|
|
3162
|
+
"type": "union",
|
|
3180
3163
|
"types": [
|
|
3181
3164
|
{
|
|
3182
|
-
"type": "
|
|
3183
|
-
"
|
|
3184
|
-
"type": "identifier",
|
|
3185
|
-
"name": "LibIconProps"
|
|
3186
|
-
}
|
|
3165
|
+
"type": "jsLiteral",
|
|
3166
|
+
"value": "horizontal"
|
|
3187
3167
|
},
|
|
3188
3168
|
{
|
|
3189
|
-
"type": "
|
|
3190
|
-
"
|
|
3191
|
-
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
|
|
3204
|
-
|
|
3169
|
+
"type": "jsLiteral",
|
|
3170
|
+
"value": "vertical"
|
|
3171
|
+
},
|
|
3172
|
+
{
|
|
3173
|
+
"type": "jsLiteral",
|
|
3174
|
+
"value": "inline"
|
|
3175
|
+
}
|
|
3176
|
+
]
|
|
3177
|
+
}
|
|
3178
|
+
},
|
|
3179
|
+
{
|
|
3180
|
+
"type": "typeAlias",
|
|
3181
|
+
"name": "ComponentSize",
|
|
3182
|
+
"annotation": {
|
|
3183
|
+
"type": "union",
|
|
3184
|
+
"types": [
|
|
3185
|
+
{
|
|
3186
|
+
"type": "jsLiteral",
|
|
3187
|
+
"value": "large"
|
|
3188
|
+
},
|
|
3189
|
+
{
|
|
3190
|
+
"type": "jsLiteral",
|
|
3191
|
+
"value": "medium"
|
|
3192
|
+
},
|
|
3193
|
+
{
|
|
3194
|
+
"type": "jsLiteral",
|
|
3195
|
+
"value": "small"
|
|
3196
|
+
},
|
|
3197
|
+
{
|
|
3198
|
+
"type": "jsLiteral",
|
|
3199
|
+
"value": "xs"
|
|
3205
3200
|
}
|
|
3206
3201
|
]
|
|
3207
3202
|
}
|
|
3208
3203
|
}
|
|
3209
3204
|
]
|
|
3210
3205
|
},
|
|
3211
|
-
"eo-
|
|
3206
|
+
"eo-icon-select": {
|
|
3212
3207
|
"properties": [
|
|
3213
3208
|
{
|
|
3214
3209
|
"name": "name",
|
|
@@ -3230,86 +3225,44 @@
|
|
|
3230
3225
|
"type": "reference",
|
|
3231
3226
|
"typeName": {
|
|
3232
3227
|
"type": "identifier",
|
|
3233
|
-
"name": "
|
|
3228
|
+
"name": "Icon"
|
|
3234
3229
|
}
|
|
3235
3230
|
}
|
|
3236
3231
|
},
|
|
3237
3232
|
{
|
|
3238
|
-
"name": "
|
|
3233
|
+
"name": "disabled",
|
|
3239
3234
|
"annotation": {
|
|
3240
3235
|
"type": "keyword",
|
|
3241
3236
|
"value": "boolean"
|
|
3242
3237
|
}
|
|
3243
3238
|
},
|
|
3244
3239
|
{
|
|
3245
|
-
"name": "
|
|
3246
|
-
"annotation": {
|
|
3247
|
-
"type": "reference",
|
|
3248
|
-
"typeName": {
|
|
3249
|
-
"type": "identifier",
|
|
3250
|
-
"name": "RangeType"
|
|
3251
|
-
}
|
|
3252
|
-
}
|
|
3253
|
-
},
|
|
3254
|
-
{
|
|
3255
|
-
"name": "selectNearDays",
|
|
3256
|
-
"annotation": {
|
|
3257
|
-
"type": "keyword",
|
|
3258
|
-
"value": "number"
|
|
3259
|
-
}
|
|
3260
|
-
},
|
|
3261
|
-
{
|
|
3262
|
-
"name": "emitChangeOnInit",
|
|
3240
|
+
"name": "required",
|
|
3263
3241
|
"annotation": {
|
|
3264
3242
|
"type": "keyword",
|
|
3265
3243
|
"value": "boolean"
|
|
3266
3244
|
}
|
|
3267
3245
|
},
|
|
3268
3246
|
{
|
|
3269
|
-
"name": "
|
|
3270
|
-
"annotation": {
|
|
3271
|
-
"type": "array",
|
|
3272
|
-
"elementType": {
|
|
3273
|
-
"type": "reference",
|
|
3274
|
-
"typeName": {
|
|
3275
|
-
"type": "identifier",
|
|
3276
|
-
"name": "presetRangeType"
|
|
3277
|
-
}
|
|
3278
|
-
}
|
|
3279
|
-
}
|
|
3280
|
-
},
|
|
3281
|
-
{
|
|
3282
|
-
"name": "validator",
|
|
3247
|
+
"name": "message",
|
|
3283
3248
|
"annotation": {
|
|
3284
|
-
"type": "
|
|
3285
|
-
"
|
|
3286
|
-
"type": "
|
|
3287
|
-
"
|
|
3249
|
+
"type": "reference",
|
|
3250
|
+
"typeName": {
|
|
3251
|
+
"type": "identifier",
|
|
3252
|
+
"name": "Record"
|
|
3253
|
+
},
|
|
3254
|
+
"typeParameters": {
|
|
3255
|
+
"type": "typeParameterInstantiation",
|
|
3256
|
+
"params": [
|
|
3288
3257
|
{
|
|
3289
|
-
"type": "
|
|
3290
|
-
"
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
}
|
|
3296
|
-
]
|
|
3297
|
-
"annotation": {
|
|
3298
|
-
"type": "union",
|
|
3299
|
-
"types": [
|
|
3300
|
-
{
|
|
3301
|
-
"type": "reference",
|
|
3302
|
-
"typeName": {
|
|
3303
|
-
"type": "identifier",
|
|
3304
|
-
"name": "MessageBody"
|
|
3305
|
-
}
|
|
3306
|
-
},
|
|
3307
|
-
{
|
|
3308
|
-
"type": "keyword",
|
|
3309
|
-
"value": "string"
|
|
3310
|
-
}
|
|
3311
|
-
]
|
|
3312
|
-
}
|
|
3258
|
+
"type": "keyword",
|
|
3259
|
+
"value": "string"
|
|
3260
|
+
},
|
|
3261
|
+
{
|
|
3262
|
+
"type": "keyword",
|
|
3263
|
+
"value": "string"
|
|
3264
|
+
}
|
|
3265
|
+
]
|
|
3313
3266
|
}
|
|
3314
3267
|
}
|
|
3315
3268
|
}
|
|
@@ -3319,50 +3272,29 @@
|
|
|
3319
3272
|
"name": "change",
|
|
3320
3273
|
"detail": {
|
|
3321
3274
|
"annotation": {
|
|
3322
|
-
"type": "
|
|
3323
|
-
"
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
|
|
3275
|
+
"type": "union",
|
|
3276
|
+
"types": [
|
|
3277
|
+
{
|
|
3278
|
+
"type": "reference",
|
|
3279
|
+
"typeName": {
|
|
3280
|
+
"type": "identifier",
|
|
3281
|
+
"name": "Icon"
|
|
3282
|
+
}
|
|
3283
|
+
},
|
|
3284
|
+
{
|
|
3285
|
+
"type": "keyword",
|
|
3286
|
+
"value": "undefined"
|
|
3287
|
+
}
|
|
3288
|
+
]
|
|
3327
3289
|
}
|
|
3328
3290
|
}
|
|
3329
3291
|
}
|
|
3330
3292
|
],
|
|
3331
3293
|
"methods": [],
|
|
3332
3294
|
"types": [
|
|
3333
|
-
{
|
|
3334
|
-
"type": "interface",
|
|
3335
|
-
"name": "TimeRange",
|
|
3336
|
-
"body": [
|
|
3337
|
-
{
|
|
3338
|
-
"type": "propertySignature",
|
|
3339
|
-
"key": {
|
|
3340
|
-
"type": "identifier",
|
|
3341
|
-
"name": "startTime"
|
|
3342
|
-
},
|
|
3343
|
-
"annotation": {
|
|
3344
|
-
"type": "keyword",
|
|
3345
|
-
"value": "string"
|
|
3346
|
-
},
|
|
3347
|
-
"computed": false
|
|
3348
|
-
},
|
|
3349
|
-
{
|
|
3350
|
-
"type": "propertySignature",
|
|
3351
|
-
"key": {
|
|
3352
|
-
"type": "identifier",
|
|
3353
|
-
"name": "endTime"
|
|
3354
|
-
},
|
|
3355
|
-
"annotation": {
|
|
3356
|
-
"type": "keyword",
|
|
3357
|
-
"value": "string"
|
|
3358
|
-
},
|
|
3359
|
-
"computed": false
|
|
3360
|
-
}
|
|
3361
|
-
]
|
|
3362
|
-
},
|
|
3363
3295
|
{
|
|
3364
3296
|
"type": "typeAlias",
|
|
3365
|
-
"name": "
|
|
3297
|
+
"name": "Icon",
|
|
3366
3298
|
"annotation": {
|
|
3367
3299
|
"type": "intersection",
|
|
3368
3300
|
"types": [
|
|
@@ -3370,129 +3302,29 @@
|
|
|
3370
3302
|
"type": "reference",
|
|
3371
3303
|
"typeName": {
|
|
3372
3304
|
"type": "identifier",
|
|
3373
|
-
"name": "
|
|
3374
|
-
}
|
|
3375
|
-
},
|
|
3376
|
-
{
|
|
3377
|
-
"type": "reference",
|
|
3378
|
-
"typeName": {
|
|
3379
|
-
"type": "identifier",
|
|
3380
|
-
"name": "OtherPickerType"
|
|
3305
|
+
"name": "LibIconProps"
|
|
3381
3306
|
}
|
|
3382
|
-
}
|
|
3383
|
-
]
|
|
3384
|
-
}
|
|
3385
|
-
},
|
|
3386
|
-
{
|
|
3387
|
-
"type": "typeAlias",
|
|
3388
|
-
"name": "PickerType",
|
|
3389
|
-
"annotation": {
|
|
3390
|
-
"type": "union",
|
|
3391
|
-
"types": [
|
|
3392
|
-
{
|
|
3393
|
-
"type": "jsLiteral",
|
|
3394
|
-
"value": "date"
|
|
3395
|
-
},
|
|
3396
|
-
{
|
|
3397
|
-
"type": "jsLiteral",
|
|
3398
|
-
"value": "week"
|
|
3399
|
-
},
|
|
3400
|
-
{
|
|
3401
|
-
"type": "jsLiteral",
|
|
3402
|
-
"value": "month"
|
|
3403
|
-
},
|
|
3404
|
-
{
|
|
3405
|
-
"type": "jsLiteral",
|
|
3406
|
-
"value": "quarter"
|
|
3407
|
-
},
|
|
3408
|
-
{
|
|
3409
|
-
"type": "jsLiteral",
|
|
3410
|
-
"value": "year"
|
|
3411
|
-
}
|
|
3412
|
-
]
|
|
3413
|
-
}
|
|
3414
|
-
},
|
|
3415
|
-
{
|
|
3416
|
-
"type": "typeAlias",
|
|
3417
|
-
"name": "OtherPickerType",
|
|
3418
|
-
"annotation": {
|
|
3419
|
-
"type": "union",
|
|
3420
|
-
"types": [
|
|
3421
|
-
{
|
|
3422
|
-
"type": "jsLiteral",
|
|
3423
|
-
"value": "dateTime"
|
|
3424
|
-
},
|
|
3425
|
-
{
|
|
3426
|
-
"type": "jsLiteral",
|
|
3427
|
-
"value": "hmTime"
|
|
3428
3307
|
},
|
|
3429
3308
|
{
|
|
3430
|
-
"type": "
|
|
3431
|
-
"
|
|
3309
|
+
"type": "typeLiteral",
|
|
3310
|
+
"members": [
|
|
3311
|
+
{
|
|
3312
|
+
"type": "propertySignature",
|
|
3313
|
+
"key": {
|
|
3314
|
+
"type": "identifier",
|
|
3315
|
+
"name": "color"
|
|
3316
|
+
},
|
|
3317
|
+
"annotation": {
|
|
3318
|
+
"type": "keyword",
|
|
3319
|
+
"value": "string"
|
|
3320
|
+
},
|
|
3321
|
+
"optional": true,
|
|
3322
|
+
"computed": false
|
|
3323
|
+
}
|
|
3324
|
+
]
|
|
3432
3325
|
}
|
|
3433
3326
|
]
|
|
3434
3327
|
}
|
|
3435
|
-
},
|
|
3436
|
-
{
|
|
3437
|
-
"type": "enum",
|
|
3438
|
-
"name": "presetRangeType",
|
|
3439
|
-
"members": [
|
|
3440
|
-
{
|
|
3441
|
-
"type": "enumMember",
|
|
3442
|
-
"id": {
|
|
3443
|
-
"type": "identifier",
|
|
3444
|
-
"name": "Today"
|
|
3445
|
-
},
|
|
3446
|
-
"initializer": {
|
|
3447
|
-
"type": "jsLiteral",
|
|
3448
|
-
"value": "今天"
|
|
3449
|
-
}
|
|
3450
|
-
},
|
|
3451
|
-
{
|
|
3452
|
-
"type": "enumMember",
|
|
3453
|
-
"id": {
|
|
3454
|
-
"type": "identifier",
|
|
3455
|
-
"name": "ThisWeek"
|
|
3456
|
-
},
|
|
3457
|
-
"initializer": {
|
|
3458
|
-
"type": "jsLiteral",
|
|
3459
|
-
"value": "本周"
|
|
3460
|
-
}
|
|
3461
|
-
},
|
|
3462
|
-
{
|
|
3463
|
-
"type": "enumMember",
|
|
3464
|
-
"id": {
|
|
3465
|
-
"type": "identifier",
|
|
3466
|
-
"name": "ThisMonth"
|
|
3467
|
-
},
|
|
3468
|
-
"initializer": {
|
|
3469
|
-
"type": "jsLiteral",
|
|
3470
|
-
"value": "本月"
|
|
3471
|
-
}
|
|
3472
|
-
},
|
|
3473
|
-
{
|
|
3474
|
-
"type": "enumMember",
|
|
3475
|
-
"id": {
|
|
3476
|
-
"type": "identifier",
|
|
3477
|
-
"name": "ThisQuarter"
|
|
3478
|
-
},
|
|
3479
|
-
"initializer": {
|
|
3480
|
-
"type": "jsLiteral",
|
|
3481
|
-
"value": "本季度"
|
|
3482
|
-
}
|
|
3483
|
-
},
|
|
3484
|
-
{
|
|
3485
|
-
"type": "enumMember",
|
|
3486
|
-
"id": {
|
|
3487
|
-
"type": "identifier",
|
|
3488
|
-
"name": "ThisYear"
|
|
3489
|
-
},
|
|
3490
|
-
"initializer": {
|
|
3491
|
-
"type": "jsLiteral",
|
|
3492
|
-
"value": "今年"
|
|
3493
|
-
}
|
|
3494
|
-
}
|
|
3495
|
-
]
|
|
3496
3328
|
}
|
|
3497
3329
|
]
|
|
3498
3330
|
},
|
|
@@ -3707,7 +3539,73 @@
|
|
|
3707
3539
|
"type": "propertySignature",
|
|
3708
3540
|
"key": {
|
|
3709
3541
|
"type": "identifier",
|
|
3710
|
-
"name": "second"
|
|
3542
|
+
"name": "second"
|
|
3543
|
+
},
|
|
3544
|
+
"annotation": {
|
|
3545
|
+
"type": "union",
|
|
3546
|
+
"types": [
|
|
3547
|
+
{
|
|
3548
|
+
"type": "keyword",
|
|
3549
|
+
"value": "string"
|
|
3550
|
+
},
|
|
3551
|
+
{
|
|
3552
|
+
"type": "keyword",
|
|
3553
|
+
"value": "number"
|
|
3554
|
+
}
|
|
3555
|
+
]
|
|
3556
|
+
},
|
|
3557
|
+
"optional": true,
|
|
3558
|
+
"computed": false
|
|
3559
|
+
},
|
|
3560
|
+
{
|
|
3561
|
+
"type": "propertySignature",
|
|
3562
|
+
"key": {
|
|
3563
|
+
"type": "identifier",
|
|
3564
|
+
"name": "minute"
|
|
3565
|
+
},
|
|
3566
|
+
"annotation": {
|
|
3567
|
+
"type": "union",
|
|
3568
|
+
"types": [
|
|
3569
|
+
{
|
|
3570
|
+
"type": "keyword",
|
|
3571
|
+
"value": "string"
|
|
3572
|
+
},
|
|
3573
|
+
{
|
|
3574
|
+
"type": "keyword",
|
|
3575
|
+
"value": "number"
|
|
3576
|
+
}
|
|
3577
|
+
]
|
|
3578
|
+
},
|
|
3579
|
+
"optional": true,
|
|
3580
|
+
"computed": false
|
|
3581
|
+
},
|
|
3582
|
+
{
|
|
3583
|
+
"type": "propertySignature",
|
|
3584
|
+
"key": {
|
|
3585
|
+
"type": "identifier",
|
|
3586
|
+
"name": "hour"
|
|
3587
|
+
},
|
|
3588
|
+
"annotation": {
|
|
3589
|
+
"type": "union",
|
|
3590
|
+
"types": [
|
|
3591
|
+
{
|
|
3592
|
+
"type": "keyword",
|
|
3593
|
+
"value": "string"
|
|
3594
|
+
},
|
|
3595
|
+
{
|
|
3596
|
+
"type": "keyword",
|
|
3597
|
+
"value": "number"
|
|
3598
|
+
}
|
|
3599
|
+
]
|
|
3600
|
+
},
|
|
3601
|
+
"optional": true,
|
|
3602
|
+
"computed": false
|
|
3603
|
+
},
|
|
3604
|
+
{
|
|
3605
|
+
"type": "propertySignature",
|
|
3606
|
+
"key": {
|
|
3607
|
+
"type": "identifier",
|
|
3608
|
+
"name": "date"
|
|
3711
3609
|
},
|
|
3712
3610
|
"annotation": {
|
|
3713
3611
|
"type": "union",
|
|
@@ -3729,7 +3627,7 @@
|
|
|
3729
3627
|
"type": "propertySignature",
|
|
3730
3628
|
"key": {
|
|
3731
3629
|
"type": "identifier",
|
|
3732
|
-
"name": "
|
|
3630
|
+
"name": "month"
|
|
3733
3631
|
},
|
|
3734
3632
|
"annotation": {
|
|
3735
3633
|
"type": "union",
|
|
@@ -3751,7 +3649,7 @@
|
|
|
3751
3649
|
"type": "propertySignature",
|
|
3752
3650
|
"key": {
|
|
3753
3651
|
"type": "identifier",
|
|
3754
|
-
"name": "
|
|
3652
|
+
"name": "year"
|
|
3755
3653
|
},
|
|
3756
3654
|
"annotation": {
|
|
3757
3655
|
"type": "union",
|
|
@@ -3773,7 +3671,7 @@
|
|
|
3773
3671
|
"type": "propertySignature",
|
|
3774
3672
|
"key": {
|
|
3775
3673
|
"type": "identifier",
|
|
3776
|
-
"name": "
|
|
3674
|
+
"name": "weekday"
|
|
3777
3675
|
},
|
|
3778
3676
|
"annotation": {
|
|
3779
3677
|
"type": "union",
|
|
@@ -3790,78 +3688,300 @@
|
|
|
3790
3688
|
},
|
|
3791
3689
|
"optional": true,
|
|
3792
3690
|
"computed": false
|
|
3793
|
-
}
|
|
3794
|
-
|
|
3795
|
-
|
|
3796
|
-
|
|
3691
|
+
}
|
|
3692
|
+
]
|
|
3693
|
+
}
|
|
3694
|
+
]
|
|
3695
|
+
},
|
|
3696
|
+
"eo-time-range-picker": {
|
|
3697
|
+
"properties": [
|
|
3698
|
+
{
|
|
3699
|
+
"name": "name",
|
|
3700
|
+
"annotation": {
|
|
3701
|
+
"type": "keyword",
|
|
3702
|
+
"value": "string"
|
|
3703
|
+
}
|
|
3704
|
+
},
|
|
3705
|
+
{
|
|
3706
|
+
"name": "label",
|
|
3707
|
+
"annotation": {
|
|
3708
|
+
"type": "keyword",
|
|
3709
|
+
"value": "string"
|
|
3710
|
+
}
|
|
3711
|
+
},
|
|
3712
|
+
{
|
|
3713
|
+
"name": "value",
|
|
3714
|
+
"annotation": {
|
|
3715
|
+
"type": "reference",
|
|
3716
|
+
"typeName": {
|
|
3717
|
+
"type": "identifier",
|
|
3718
|
+
"name": "TimeRange"
|
|
3719
|
+
}
|
|
3720
|
+
}
|
|
3721
|
+
},
|
|
3722
|
+
{
|
|
3723
|
+
"name": "required",
|
|
3724
|
+
"annotation": {
|
|
3725
|
+
"type": "keyword",
|
|
3726
|
+
"value": "boolean"
|
|
3727
|
+
}
|
|
3728
|
+
},
|
|
3729
|
+
{
|
|
3730
|
+
"name": "rangeType",
|
|
3731
|
+
"annotation": {
|
|
3732
|
+
"type": "reference",
|
|
3733
|
+
"typeName": {
|
|
3734
|
+
"type": "identifier",
|
|
3735
|
+
"name": "RangeType"
|
|
3736
|
+
}
|
|
3737
|
+
}
|
|
3738
|
+
},
|
|
3739
|
+
{
|
|
3740
|
+
"name": "selectNearDays",
|
|
3741
|
+
"annotation": {
|
|
3742
|
+
"type": "keyword",
|
|
3743
|
+
"value": "number"
|
|
3744
|
+
}
|
|
3745
|
+
},
|
|
3746
|
+
{
|
|
3747
|
+
"name": "emitChangeOnInit",
|
|
3748
|
+
"annotation": {
|
|
3749
|
+
"type": "keyword",
|
|
3750
|
+
"value": "boolean"
|
|
3751
|
+
}
|
|
3752
|
+
},
|
|
3753
|
+
{
|
|
3754
|
+
"name": "presetRanges",
|
|
3755
|
+
"annotation": {
|
|
3756
|
+
"type": "array",
|
|
3757
|
+
"elementType": {
|
|
3758
|
+
"type": "reference",
|
|
3759
|
+
"typeName": {
|
|
3797
3760
|
"type": "identifier",
|
|
3798
|
-
"name": "
|
|
3799
|
-
}
|
|
3761
|
+
"name": "presetRangeType"
|
|
3762
|
+
}
|
|
3763
|
+
}
|
|
3764
|
+
}
|
|
3765
|
+
},
|
|
3766
|
+
{
|
|
3767
|
+
"name": "validator",
|
|
3768
|
+
"annotation": {
|
|
3769
|
+
"type": "parenthesizedType",
|
|
3770
|
+
"annotation": {
|
|
3771
|
+
"type": "function",
|
|
3772
|
+
"parameters": [
|
|
3773
|
+
{
|
|
3774
|
+
"type": "identifier",
|
|
3775
|
+
"name": "value",
|
|
3776
|
+
"annotation": {
|
|
3777
|
+
"type": "keyword",
|
|
3778
|
+
"value": "any"
|
|
3779
|
+
}
|
|
3780
|
+
}
|
|
3781
|
+
],
|
|
3800
3782
|
"annotation": {
|
|
3801
3783
|
"type": "union",
|
|
3802
3784
|
"types": [
|
|
3803
3785
|
{
|
|
3804
|
-
"type": "
|
|
3805
|
-
"
|
|
3786
|
+
"type": "reference",
|
|
3787
|
+
"typeName": {
|
|
3788
|
+
"type": "identifier",
|
|
3789
|
+
"name": "MessageBody"
|
|
3790
|
+
}
|
|
3806
3791
|
},
|
|
3807
3792
|
{
|
|
3808
3793
|
"type": "keyword",
|
|
3809
|
-
"value": "
|
|
3794
|
+
"value": "string"
|
|
3810
3795
|
}
|
|
3811
3796
|
]
|
|
3797
|
+
}
|
|
3798
|
+
}
|
|
3799
|
+
}
|
|
3800
|
+
}
|
|
3801
|
+
],
|
|
3802
|
+
"events": [
|
|
3803
|
+
{
|
|
3804
|
+
"name": "change",
|
|
3805
|
+
"detail": {
|
|
3806
|
+
"annotation": {
|
|
3807
|
+
"type": "reference",
|
|
3808
|
+
"typeName": {
|
|
3809
|
+
"type": "identifier",
|
|
3810
|
+
"name": "TimeRange"
|
|
3811
|
+
}
|
|
3812
|
+
}
|
|
3813
|
+
}
|
|
3814
|
+
}
|
|
3815
|
+
],
|
|
3816
|
+
"methods": [],
|
|
3817
|
+
"types": [
|
|
3818
|
+
{
|
|
3819
|
+
"type": "interface",
|
|
3820
|
+
"name": "TimeRange",
|
|
3821
|
+
"body": [
|
|
3822
|
+
{
|
|
3823
|
+
"type": "propertySignature",
|
|
3824
|
+
"key": {
|
|
3825
|
+
"type": "identifier",
|
|
3826
|
+
"name": "startTime"
|
|
3827
|
+
},
|
|
3828
|
+
"annotation": {
|
|
3829
|
+
"type": "keyword",
|
|
3830
|
+
"value": "string"
|
|
3831
|
+
},
|
|
3832
|
+
"computed": false
|
|
3833
|
+
},
|
|
3834
|
+
{
|
|
3835
|
+
"type": "propertySignature",
|
|
3836
|
+
"key": {
|
|
3837
|
+
"type": "identifier",
|
|
3838
|
+
"name": "endTime"
|
|
3839
|
+
},
|
|
3840
|
+
"annotation": {
|
|
3841
|
+
"type": "keyword",
|
|
3842
|
+
"value": "string"
|
|
3812
3843
|
},
|
|
3813
|
-
"optional": true,
|
|
3814
3844
|
"computed": false
|
|
3845
|
+
}
|
|
3846
|
+
]
|
|
3847
|
+
},
|
|
3848
|
+
{
|
|
3849
|
+
"type": "typeAlias",
|
|
3850
|
+
"name": "RangeType",
|
|
3851
|
+
"annotation": {
|
|
3852
|
+
"type": "intersection",
|
|
3853
|
+
"types": [
|
|
3854
|
+
{
|
|
3855
|
+
"type": "reference",
|
|
3856
|
+
"typeName": {
|
|
3857
|
+
"type": "identifier",
|
|
3858
|
+
"name": "PickerType"
|
|
3859
|
+
}
|
|
3860
|
+
},
|
|
3861
|
+
{
|
|
3862
|
+
"type": "reference",
|
|
3863
|
+
"typeName": {
|
|
3864
|
+
"type": "identifier",
|
|
3865
|
+
"name": "OtherPickerType"
|
|
3866
|
+
}
|
|
3867
|
+
}
|
|
3868
|
+
]
|
|
3869
|
+
}
|
|
3870
|
+
},
|
|
3871
|
+
{
|
|
3872
|
+
"type": "typeAlias",
|
|
3873
|
+
"name": "PickerType",
|
|
3874
|
+
"annotation": {
|
|
3875
|
+
"type": "union",
|
|
3876
|
+
"types": [
|
|
3877
|
+
{
|
|
3878
|
+
"type": "jsLiteral",
|
|
3879
|
+
"value": "date"
|
|
3880
|
+
},
|
|
3881
|
+
{
|
|
3882
|
+
"type": "jsLiteral",
|
|
3883
|
+
"value": "week"
|
|
3884
|
+
},
|
|
3885
|
+
{
|
|
3886
|
+
"type": "jsLiteral",
|
|
3887
|
+
"value": "month"
|
|
3888
|
+
},
|
|
3889
|
+
{
|
|
3890
|
+
"type": "jsLiteral",
|
|
3891
|
+
"value": "quarter"
|
|
3892
|
+
},
|
|
3893
|
+
{
|
|
3894
|
+
"type": "jsLiteral",
|
|
3895
|
+
"value": "year"
|
|
3896
|
+
}
|
|
3897
|
+
]
|
|
3898
|
+
}
|
|
3899
|
+
},
|
|
3900
|
+
{
|
|
3901
|
+
"type": "typeAlias",
|
|
3902
|
+
"name": "OtherPickerType",
|
|
3903
|
+
"annotation": {
|
|
3904
|
+
"type": "union",
|
|
3905
|
+
"types": [
|
|
3906
|
+
{
|
|
3907
|
+
"type": "jsLiteral",
|
|
3908
|
+
"value": "dateTime"
|
|
3909
|
+
},
|
|
3910
|
+
{
|
|
3911
|
+
"type": "jsLiteral",
|
|
3912
|
+
"value": "hmTime"
|
|
3913
|
+
},
|
|
3914
|
+
{
|
|
3915
|
+
"type": "jsLiteral",
|
|
3916
|
+
"value": "time"
|
|
3917
|
+
}
|
|
3918
|
+
]
|
|
3919
|
+
}
|
|
3920
|
+
},
|
|
3921
|
+
{
|
|
3922
|
+
"type": "enum",
|
|
3923
|
+
"name": "presetRangeType",
|
|
3924
|
+
"members": [
|
|
3925
|
+
{
|
|
3926
|
+
"type": "enumMember",
|
|
3927
|
+
"id": {
|
|
3928
|
+
"type": "identifier",
|
|
3929
|
+
"name": "Today"
|
|
3930
|
+
},
|
|
3931
|
+
"initializer": {
|
|
3932
|
+
"type": "jsLiteral",
|
|
3933
|
+
"value": "今天"
|
|
3934
|
+
}
|
|
3935
|
+
},
|
|
3936
|
+
{
|
|
3937
|
+
"type": "enumMember",
|
|
3938
|
+
"id": {
|
|
3939
|
+
"type": "identifier",
|
|
3940
|
+
"name": "ThisWeek"
|
|
3941
|
+
},
|
|
3942
|
+
"initializer": {
|
|
3943
|
+
"type": "jsLiteral",
|
|
3944
|
+
"value": "本周"
|
|
3945
|
+
}
|
|
3815
3946
|
},
|
|
3816
3947
|
{
|
|
3817
|
-
"type": "
|
|
3818
|
-
"
|
|
3948
|
+
"type": "enumMember",
|
|
3949
|
+
"id": {
|
|
3819
3950
|
"type": "identifier",
|
|
3820
|
-
"name": "
|
|
3821
|
-
},
|
|
3822
|
-
"annotation": {
|
|
3823
|
-
"type": "union",
|
|
3824
|
-
"types": [
|
|
3825
|
-
{
|
|
3826
|
-
"type": "keyword",
|
|
3827
|
-
"value": "string"
|
|
3828
|
-
},
|
|
3829
|
-
{
|
|
3830
|
-
"type": "keyword",
|
|
3831
|
-
"value": "number"
|
|
3832
|
-
}
|
|
3833
|
-
]
|
|
3951
|
+
"name": "ThisMonth"
|
|
3834
3952
|
},
|
|
3835
|
-
"
|
|
3836
|
-
|
|
3953
|
+
"initializer": {
|
|
3954
|
+
"type": "jsLiteral",
|
|
3955
|
+
"value": "本月"
|
|
3956
|
+
}
|
|
3837
3957
|
},
|
|
3838
3958
|
{
|
|
3839
|
-
"type": "
|
|
3840
|
-
"
|
|
3959
|
+
"type": "enumMember",
|
|
3960
|
+
"id": {
|
|
3841
3961
|
"type": "identifier",
|
|
3842
|
-
"name": "
|
|
3962
|
+
"name": "ThisQuarter"
|
|
3843
3963
|
},
|
|
3844
|
-
"
|
|
3845
|
-
"type": "
|
|
3846
|
-
"
|
|
3847
|
-
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
|
|
3854
|
-
}
|
|
3855
|
-
]
|
|
3964
|
+
"initializer": {
|
|
3965
|
+
"type": "jsLiteral",
|
|
3966
|
+
"value": "本季度"
|
|
3967
|
+
}
|
|
3968
|
+
},
|
|
3969
|
+
{
|
|
3970
|
+
"type": "enumMember",
|
|
3971
|
+
"id": {
|
|
3972
|
+
"type": "identifier",
|
|
3973
|
+
"name": "ThisYear"
|
|
3856
3974
|
},
|
|
3857
|
-
"
|
|
3858
|
-
|
|
3975
|
+
"initializer": {
|
|
3976
|
+
"type": "jsLiteral",
|
|
3977
|
+
"value": "今年"
|
|
3978
|
+
}
|
|
3859
3979
|
}
|
|
3860
3980
|
]
|
|
3861
3981
|
}
|
|
3862
3982
|
]
|
|
3863
3983
|
},
|
|
3864
|
-
"eo-
|
|
3984
|
+
"eo-radio": {
|
|
3865
3985
|
"properties": [
|
|
3866
3986
|
{
|
|
3867
3987
|
"name": "name",
|
|
@@ -3870,13 +3990,6 @@
|
|
|
3870
3990
|
"value": "string"
|
|
3871
3991
|
}
|
|
3872
3992
|
},
|
|
3873
|
-
{
|
|
3874
|
-
"name": "placeholder",
|
|
3875
|
-
"annotation": {
|
|
3876
|
-
"type": "keyword",
|
|
3877
|
-
"value": "string"
|
|
3878
|
-
}
|
|
3879
|
-
},
|
|
3880
3993
|
{
|
|
3881
3994
|
"name": "label",
|
|
3882
3995
|
"annotation": {
|
|
@@ -3892,7 +4005,7 @@
|
|
|
3892
4005
|
"type": "reference",
|
|
3893
4006
|
"typeName": {
|
|
3894
4007
|
"type": "identifier",
|
|
3895
|
-
"name": "
|
|
4008
|
+
"name": "GeneralOption"
|
|
3896
4009
|
}
|
|
3897
4010
|
}
|
|
3898
4011
|
}
|
|
@@ -3942,228 +4055,85 @@
|
|
|
3942
4055
|
}
|
|
3943
4056
|
},
|
|
3944
4057
|
{
|
|
3945
|
-
"name": "
|
|
3946
|
-
"annotation": {
|
|
3947
|
-
"type": "union",
|
|
3948
|
-
"types": [
|
|
3949
|
-
{
|
|
3950
|
-
"type": "jsLiteral",
|
|
3951
|
-
"value": "tags"
|
|
3952
|
-
},
|
|
3953
|
-
{
|
|
3954
|
-
"type": "jsLiteral",
|
|
3955
|
-
"value": "multiple"
|
|
3956
|
-
}
|
|
3957
|
-
]
|
|
3958
|
-
}
|
|
3959
|
-
},
|
|
3960
|
-
{
|
|
3961
|
-
"name": "tokenSeparators",
|
|
4058
|
+
"name": "type",
|
|
3962
4059
|
"annotation": {
|
|
3963
|
-
"type": "
|
|
3964
|
-
"
|
|
3965
|
-
"type": "
|
|
3966
|
-
"
|
|
4060
|
+
"type": "reference",
|
|
4061
|
+
"typeName": {
|
|
4062
|
+
"type": "identifier",
|
|
4063
|
+
"name": "RadioType"
|
|
3967
4064
|
}
|
|
3968
4065
|
}
|
|
3969
4066
|
},
|
|
3970
4067
|
{
|
|
3971
|
-
"name": "
|
|
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",
|
|
4068
|
+
"name": "ui",
|
|
4050
4069
|
"annotation": {
|
|
4051
4070
|
"type": "reference",
|
|
4052
4071
|
"typeName": {
|
|
4053
4072
|
"type": "identifier",
|
|
4054
|
-
"name": "
|
|
4073
|
+
"name": "UIType"
|
|
4055
4074
|
}
|
|
4056
4075
|
}
|
|
4057
4076
|
},
|
|
4058
4077
|
{
|
|
4059
|
-
"name": "
|
|
4060
|
-
"annotation": {
|
|
4061
|
-
"type": "keyword",
|
|
4062
|
-
"value": "number"
|
|
4063
|
-
}
|
|
4064
|
-
},
|
|
4065
|
-
{
|
|
4066
|
-
"name": "inputStyle",
|
|
4078
|
+
"name": "size",
|
|
4067
4079
|
"annotation": {
|
|
4068
4080
|
"type": "reference",
|
|
4069
4081
|
"typeName": {
|
|
4070
|
-
"type": "
|
|
4071
|
-
"
|
|
4072
|
-
"type": "identifier",
|
|
4073
|
-
"name": "React"
|
|
4074
|
-
},
|
|
4075
|
-
"right": {
|
|
4076
|
-
"type": "identifier",
|
|
4077
|
-
"name": "CSSProperties"
|
|
4078
|
-
}
|
|
4082
|
+
"type": "identifier",
|
|
4083
|
+
"name": "ComponentSize"
|
|
4079
4084
|
}
|
|
4080
4085
|
}
|
|
4081
|
-
}
|
|
4082
|
-
],
|
|
4083
|
-
"events": [
|
|
4086
|
+
},
|
|
4084
4087
|
{
|
|
4085
|
-
"name": "
|
|
4086
|
-
"
|
|
4087
|
-
"
|
|
4088
|
-
|
|
4089
|
-
"
|
|
4090
|
-
|
|
4091
|
-
|
|
4092
|
-
|
|
4093
|
-
|
|
4094
|
-
|
|
4095
|
-
|
|
4096
|
-
|
|
4097
|
-
|
|
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
|
-
]
|
|
4088
|
+
"name": "customStyle",
|
|
4089
|
+
"annotation": {
|
|
4090
|
+
"type": "reference",
|
|
4091
|
+
"typeName": {
|
|
4092
|
+
"type": "qualifiedName",
|
|
4093
|
+
"left": {
|
|
4094
|
+
"type": "identifier",
|
|
4095
|
+
"name": "React"
|
|
4096
|
+
},
|
|
4097
|
+
"right": {
|
|
4098
|
+
"type": "identifier",
|
|
4099
|
+
"name": "CSSProperties"
|
|
4100
|
+
}
|
|
4133
4101
|
}
|
|
4134
4102
|
}
|
|
4135
4103
|
},
|
|
4136
4104
|
{
|
|
4137
|
-
"name": "
|
|
4105
|
+
"name": "useBrick",
|
|
4106
|
+
"annotation": {
|
|
4107
|
+
"type": "reference",
|
|
4108
|
+
"typeName": {
|
|
4109
|
+
"type": "identifier",
|
|
4110
|
+
"name": "UseSingleBrickConf"
|
|
4111
|
+
}
|
|
4112
|
+
}
|
|
4113
|
+
}
|
|
4114
|
+
],
|
|
4115
|
+
"events": [
|
|
4116
|
+
{
|
|
4117
|
+
"name": "change",
|
|
4138
4118
|
"detail": {
|
|
4139
4119
|
"annotation": {
|
|
4140
|
-
"type": "
|
|
4141
|
-
"
|
|
4120
|
+
"type": "union",
|
|
4121
|
+
"types": [
|
|
4142
4122
|
{
|
|
4143
|
-
"type": "
|
|
4144
|
-
"
|
|
4123
|
+
"type": "reference",
|
|
4124
|
+
"typeName": {
|
|
4145
4125
|
"type": "identifier",
|
|
4146
|
-
"name": "
|
|
4147
|
-
}
|
|
4148
|
-
|
|
4149
|
-
|
|
4150
|
-
|
|
4151
|
-
|
|
4152
|
-
"computed": false
|
|
4126
|
+
"name": "GeneralComplexOption"
|
|
4127
|
+
}
|
|
4128
|
+
},
|
|
4129
|
+
{
|
|
4130
|
+
"type": "keyword",
|
|
4131
|
+
"value": "undefined"
|
|
4153
4132
|
}
|
|
4154
4133
|
]
|
|
4155
4134
|
}
|
|
4156
4135
|
}
|
|
4157
4136
|
},
|
|
4158
|
-
{
|
|
4159
|
-
"name": "focus",
|
|
4160
|
-
"detail": {
|
|
4161
|
-
"annotation": {
|
|
4162
|
-
"type": "keyword",
|
|
4163
|
-
"value": "void"
|
|
4164
|
-
}
|
|
4165
|
-
}
|
|
4166
|
-
},
|
|
4167
4137
|
{
|
|
4168
4138
|
"name": "options.change",
|
|
4169
4139
|
"detail": {
|
|
@@ -4241,6 +4211,54 @@
|
|
|
4241
4211
|
],
|
|
4242
4212
|
"methods": [],
|
|
4243
4213
|
"types": [
|
|
4214
|
+
{
|
|
4215
|
+
"type": "typeAlias",
|
|
4216
|
+
"name": "GeneralOption",
|
|
4217
|
+
"annotation": {
|
|
4218
|
+
"type": "union",
|
|
4219
|
+
"types": [
|
|
4220
|
+
{
|
|
4221
|
+
"type": "keyword",
|
|
4222
|
+
"value": "string"
|
|
4223
|
+
},
|
|
4224
|
+
{
|
|
4225
|
+
"type": "keyword",
|
|
4226
|
+
"value": "number"
|
|
4227
|
+
},
|
|
4228
|
+
{
|
|
4229
|
+
"type": "keyword",
|
|
4230
|
+
"value": "boolean"
|
|
4231
|
+
},
|
|
4232
|
+
{
|
|
4233
|
+
"type": "reference",
|
|
4234
|
+
"typeName": {
|
|
4235
|
+
"type": "identifier",
|
|
4236
|
+
"name": "GeneralComplexOption"
|
|
4237
|
+
}
|
|
4238
|
+
},
|
|
4239
|
+
{
|
|
4240
|
+
"type": "reference",
|
|
4241
|
+
"typeName": {
|
|
4242
|
+
"type": "identifier",
|
|
4243
|
+
"name": "Record"
|
|
4244
|
+
},
|
|
4245
|
+
"typeParameters": {
|
|
4246
|
+
"type": "typeParameterInstantiation",
|
|
4247
|
+
"params": [
|
|
4248
|
+
{
|
|
4249
|
+
"type": "keyword",
|
|
4250
|
+
"value": "string"
|
|
4251
|
+
},
|
|
4252
|
+
{
|
|
4253
|
+
"type": "keyword",
|
|
4254
|
+
"value": "any"
|
|
4255
|
+
}
|
|
4256
|
+
]
|
|
4257
|
+
}
|
|
4258
|
+
}
|
|
4259
|
+
]
|
|
4260
|
+
}
|
|
4261
|
+
},
|
|
4244
4262
|
{
|
|
4245
4263
|
"type": "interface",
|
|
4246
4264
|
"name": "GeneralComplexOption",
|
|
@@ -4316,97 +4334,79 @@
|
|
|
4316
4334
|
]
|
|
4317
4335
|
},
|
|
4318
4336
|
{
|
|
4319
|
-
"type": "
|
|
4320
|
-
"name": "
|
|
4321
|
-
"
|
|
4322
|
-
|
|
4323
|
-
|
|
4324
|
-
|
|
4325
|
-
"type": "
|
|
4326
|
-
"
|
|
4337
|
+
"type": "typeAlias",
|
|
4338
|
+
"name": "RadioType",
|
|
4339
|
+
"annotation": {
|
|
4340
|
+
"type": "union",
|
|
4341
|
+
"types": [
|
|
4342
|
+
{
|
|
4343
|
+
"type": "jsLiteral",
|
|
4344
|
+
"value": "button"
|
|
4327
4345
|
},
|
|
4328
|
-
|
|
4329
|
-
"type": "
|
|
4330
|
-
"value": "
|
|
4346
|
+
{
|
|
4347
|
+
"type": "jsLiteral",
|
|
4348
|
+
"value": "default"
|
|
4331
4349
|
},
|
|
4332
|
-
|
|
4333
|
-
|
|
4334
|
-
|
|
4335
|
-
"type": "propertySignature",
|
|
4336
|
-
"key": {
|
|
4337
|
-
"type": "identifier",
|
|
4338
|
-
"name": "args"
|
|
4350
|
+
{
|
|
4351
|
+
"type": "jsLiteral",
|
|
4352
|
+
"value": "icon"
|
|
4339
4353
|
},
|
|
4340
|
-
|
|
4341
|
-
"type": "
|
|
4342
|
-
"
|
|
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
|
-
]
|
|
4354
|
+
{
|
|
4355
|
+
"type": "jsLiteral",
|
|
4356
|
+
"value": "icon-circle"
|
|
4380
4357
|
},
|
|
4381
|
-
|
|
4382
|
-
|
|
4383
|
-
|
|
4384
|
-
"type": "propertySignature",
|
|
4385
|
-
"key": {
|
|
4386
|
-
"type": "identifier",
|
|
4387
|
-
"name": "transform"
|
|
4358
|
+
{
|
|
4359
|
+
"type": "jsLiteral",
|
|
4360
|
+
"value": "icon-square"
|
|
4388
4361
|
},
|
|
4389
|
-
|
|
4390
|
-
"type": "
|
|
4391
|
-
"
|
|
4392
|
-
|
|
4393
|
-
|
|
4394
|
-
|
|
4395
|
-
|
|
4396
|
-
|
|
4397
|
-
|
|
4398
|
-
|
|
4399
|
-
|
|
4400
|
-
|
|
4401
|
-
|
|
4402
|
-
|
|
4403
|
-
|
|
4404
|
-
|
|
4362
|
+
{
|
|
4363
|
+
"type": "jsLiteral",
|
|
4364
|
+
"value": "custom"
|
|
4365
|
+
}
|
|
4366
|
+
]
|
|
4367
|
+
}
|
|
4368
|
+
},
|
|
4369
|
+
{
|
|
4370
|
+
"type": "typeAlias",
|
|
4371
|
+
"name": "UIType",
|
|
4372
|
+
"annotation": {
|
|
4373
|
+
"type": "union",
|
|
4374
|
+
"types": [
|
|
4375
|
+
{
|
|
4376
|
+
"type": "jsLiteral",
|
|
4377
|
+
"value": "default"
|
|
4405
4378
|
},
|
|
4406
|
-
|
|
4407
|
-
|
|
4408
|
-
|
|
4409
|
-
|
|
4379
|
+
{
|
|
4380
|
+
"type": "jsLiteral",
|
|
4381
|
+
"value": "dashboard"
|
|
4382
|
+
}
|
|
4383
|
+
]
|
|
4384
|
+
}
|
|
4385
|
+
},
|
|
4386
|
+
{
|
|
4387
|
+
"type": "typeAlias",
|
|
4388
|
+
"name": "ComponentSize",
|
|
4389
|
+
"annotation": {
|
|
4390
|
+
"type": "union",
|
|
4391
|
+
"types": [
|
|
4392
|
+
{
|
|
4393
|
+
"type": "jsLiteral",
|
|
4394
|
+
"value": "large"
|
|
4395
|
+
},
|
|
4396
|
+
{
|
|
4397
|
+
"type": "jsLiteral",
|
|
4398
|
+
"value": "medium"
|
|
4399
|
+
},
|
|
4400
|
+
{
|
|
4401
|
+
"type": "jsLiteral",
|
|
4402
|
+
"value": "small"
|
|
4403
|
+
},
|
|
4404
|
+
{
|
|
4405
|
+
"type": "jsLiteral",
|
|
4406
|
+
"value": "xs"
|
|
4407
|
+
}
|
|
4408
|
+
]
|
|
4409
|
+
}
|
|
4410
4410
|
}
|
|
4411
4411
|
]
|
|
4412
4412
|
},
|