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