@next-bricks/form 1.18.2 → 1.18.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +21 -21
- package/dist/chunks/8653.4d55aa0d.js +3 -0
- package/dist/chunks/8653.4d55aa0d.js.map +1 -0
- package/dist/chunks/eo-select.d0135454.js +3 -0
- package/dist/chunks/eo-select.d0135454.js.map +1 -0
- package/dist/chunks/{main.30bbad6a.js → main.8142a5fd.js} +2 -2
- package/dist/chunks/{main.30bbad6a.js.map → main.8142a5fd.js.map} +1 -1
- package/dist/examples.json +9 -9
- package/dist/{index.e0fd7478.js → index.1fbeb411.js} +2 -2
- package/dist/{index.e0fd7478.js.map → index.1fbeb411.js.map} +1 -1
- package/dist/manifest.json +401 -401
- package/dist/types.json +1525 -1525
- package/package.json +2 -2
- package/dist/chunks/8653.b8216d4a.js +0 -3
- package/dist/chunks/8653.b8216d4a.js.map +0 -1
- package/dist/chunks/eo-select.8501dea3.js +0 -3
- package/dist/chunks/eo-select.8501dea3.js.map +0 -1
- /package/dist/chunks/{8653.b8216d4a.js.LICENSE.txt → 8653.4d55aa0d.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-select.8501dea3.js.LICENSE.txt → eo-select.d0135454.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,4 +1,128 @@
|
|
|
1
1
|
{
|
|
2
|
+
"eo-submit-buttons": {
|
|
3
|
+
"properties": [
|
|
4
|
+
{
|
|
5
|
+
"name": "submitText",
|
|
6
|
+
"annotation": {
|
|
7
|
+
"type": "keyword",
|
|
8
|
+
"value": "string"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"name": "cancelText",
|
|
13
|
+
"annotation": {
|
|
14
|
+
"type": "keyword",
|
|
15
|
+
"value": "string"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "disableAfterClick",
|
|
20
|
+
"annotation": {
|
|
21
|
+
"type": "keyword",
|
|
22
|
+
"value": "boolean"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "submitDisabled",
|
|
27
|
+
"annotation": {
|
|
28
|
+
"type": "keyword",
|
|
29
|
+
"value": "boolean"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "submitType",
|
|
34
|
+
"annotation": {
|
|
35
|
+
"type": "reference",
|
|
36
|
+
"typeName": {
|
|
37
|
+
"type": "identifier",
|
|
38
|
+
"name": "ButtonType"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "cancelType",
|
|
44
|
+
"annotation": {
|
|
45
|
+
"type": "reference",
|
|
46
|
+
"typeName": {
|
|
47
|
+
"type": "identifier",
|
|
48
|
+
"name": "ButtonType"
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "themeVariant",
|
|
54
|
+
"annotation": {
|
|
55
|
+
"type": "union",
|
|
56
|
+
"types": [
|
|
57
|
+
{
|
|
58
|
+
"type": "jsLiteral",
|
|
59
|
+
"value": "default"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"type": "jsLiteral",
|
|
63
|
+
"value": "elevo"
|
|
64
|
+
}
|
|
65
|
+
]
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
],
|
|
69
|
+
"events": [
|
|
70
|
+
{
|
|
71
|
+
"name": "submit",
|
|
72
|
+
"detail": {
|
|
73
|
+
"annotation": {
|
|
74
|
+
"type": "keyword",
|
|
75
|
+
"value": "void"
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "cancel",
|
|
81
|
+
"detail": {
|
|
82
|
+
"annotation": {
|
|
83
|
+
"type": "keyword",
|
|
84
|
+
"value": "void"
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
"methods": [],
|
|
90
|
+
"types": [
|
|
91
|
+
{
|
|
92
|
+
"type": "typeAlias",
|
|
93
|
+
"name": "ButtonType",
|
|
94
|
+
"annotation": {
|
|
95
|
+
"type": "union",
|
|
96
|
+
"types": [
|
|
97
|
+
{
|
|
98
|
+
"type": "jsLiteral",
|
|
99
|
+
"value": "primary"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"type": "jsLiteral",
|
|
103
|
+
"value": "default"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"type": "jsLiteral",
|
|
107
|
+
"value": "dashed"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"type": "jsLiteral",
|
|
111
|
+
"value": "ghost"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"type": "jsLiteral",
|
|
115
|
+
"value": "link"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"type": "jsLiteral",
|
|
119
|
+
"value": "text"
|
|
120
|
+
}
|
|
121
|
+
]
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
]
|
|
125
|
+
},
|
|
2
126
|
"eo-textarea": {
|
|
3
127
|
"properties": [
|
|
4
128
|
{
|
|
@@ -203,130 +327,6 @@
|
|
|
203
327
|
}
|
|
204
328
|
]
|
|
205
329
|
},
|
|
206
|
-
"eo-submit-buttons": {
|
|
207
|
-
"properties": [
|
|
208
|
-
{
|
|
209
|
-
"name": "submitText",
|
|
210
|
-
"annotation": {
|
|
211
|
-
"type": "keyword",
|
|
212
|
-
"value": "string"
|
|
213
|
-
}
|
|
214
|
-
},
|
|
215
|
-
{
|
|
216
|
-
"name": "cancelText",
|
|
217
|
-
"annotation": {
|
|
218
|
-
"type": "keyword",
|
|
219
|
-
"value": "string"
|
|
220
|
-
}
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"name": "disableAfterClick",
|
|
224
|
-
"annotation": {
|
|
225
|
-
"type": "keyword",
|
|
226
|
-
"value": "boolean"
|
|
227
|
-
}
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"name": "submitDisabled",
|
|
231
|
-
"annotation": {
|
|
232
|
-
"type": "keyword",
|
|
233
|
-
"value": "boolean"
|
|
234
|
-
}
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
"name": "submitType",
|
|
238
|
-
"annotation": {
|
|
239
|
-
"type": "reference",
|
|
240
|
-
"typeName": {
|
|
241
|
-
"type": "identifier",
|
|
242
|
-
"name": "ButtonType"
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
"name": "cancelType",
|
|
248
|
-
"annotation": {
|
|
249
|
-
"type": "reference",
|
|
250
|
-
"typeName": {
|
|
251
|
-
"type": "identifier",
|
|
252
|
-
"name": "ButtonType"
|
|
253
|
-
}
|
|
254
|
-
}
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
"name": "themeVariant",
|
|
258
|
-
"annotation": {
|
|
259
|
-
"type": "union",
|
|
260
|
-
"types": [
|
|
261
|
-
{
|
|
262
|
-
"type": "jsLiteral",
|
|
263
|
-
"value": "default"
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
"type": "jsLiteral",
|
|
267
|
-
"value": "elevo"
|
|
268
|
-
}
|
|
269
|
-
]
|
|
270
|
-
}
|
|
271
|
-
}
|
|
272
|
-
],
|
|
273
|
-
"events": [
|
|
274
|
-
{
|
|
275
|
-
"name": "submit",
|
|
276
|
-
"detail": {
|
|
277
|
-
"annotation": {
|
|
278
|
-
"type": "keyword",
|
|
279
|
-
"value": "void"
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
"name": "cancel",
|
|
285
|
-
"detail": {
|
|
286
|
-
"annotation": {
|
|
287
|
-
"type": "keyword",
|
|
288
|
-
"value": "void"
|
|
289
|
-
}
|
|
290
|
-
}
|
|
291
|
-
}
|
|
292
|
-
],
|
|
293
|
-
"methods": [],
|
|
294
|
-
"types": [
|
|
295
|
-
{
|
|
296
|
-
"type": "typeAlias",
|
|
297
|
-
"name": "ButtonType",
|
|
298
|
-
"annotation": {
|
|
299
|
-
"type": "union",
|
|
300
|
-
"types": [
|
|
301
|
-
{
|
|
302
|
-
"type": "jsLiteral",
|
|
303
|
-
"value": "primary"
|
|
304
|
-
},
|
|
305
|
-
{
|
|
306
|
-
"type": "jsLiteral",
|
|
307
|
-
"value": "default"
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
"type": "jsLiteral",
|
|
311
|
-
"value": "dashed"
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
"type": "jsLiteral",
|
|
315
|
-
"value": "ghost"
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"type": "jsLiteral",
|
|
319
|
-
"value": "link"
|
|
320
|
-
},
|
|
321
|
-
{
|
|
322
|
-
"type": "jsLiteral",
|
|
323
|
-
"value": "text"
|
|
324
|
-
}
|
|
325
|
-
]
|
|
326
|
-
}
|
|
327
|
-
}
|
|
328
|
-
]
|
|
329
|
-
},
|
|
330
330
|
"eo-search": {
|
|
331
331
|
"properties": [
|
|
332
332
|
{
|
|
@@ -827,7 +827,7 @@
|
|
|
827
827
|
],
|
|
828
828
|
"methods": []
|
|
829
829
|
},
|
|
830
|
-
"eo-
|
|
830
|
+
"eo-checkbox": {
|
|
831
831
|
"properties": [
|
|
832
832
|
{
|
|
833
833
|
"name": "name",
|
|
@@ -837,17 +837,23 @@
|
|
|
837
837
|
}
|
|
838
838
|
},
|
|
839
839
|
{
|
|
840
|
-
"name": "
|
|
840
|
+
"name": "label",
|
|
841
841
|
"annotation": {
|
|
842
842
|
"type": "keyword",
|
|
843
843
|
"value": "string"
|
|
844
844
|
}
|
|
845
845
|
},
|
|
846
846
|
{
|
|
847
|
-
"name": "
|
|
847
|
+
"name": "value",
|
|
848
848
|
"annotation": {
|
|
849
|
-
"type": "
|
|
850
|
-
"
|
|
849
|
+
"type": "array",
|
|
850
|
+
"elementType": {
|
|
851
|
+
"type": "reference",
|
|
852
|
+
"typeName": {
|
|
853
|
+
"type": "identifier",
|
|
854
|
+
"name": "CheckboxValueType"
|
|
855
|
+
}
|
|
856
|
+
}
|
|
851
857
|
}
|
|
852
858
|
},
|
|
853
859
|
{
|
|
@@ -858,16 +864,33 @@
|
|
|
858
864
|
"type": "reference",
|
|
859
865
|
"typeName": {
|
|
860
866
|
"type": "identifier",
|
|
861
|
-
"name": "
|
|
867
|
+
"name": "CheckboxOptionType"
|
|
862
868
|
}
|
|
863
869
|
}
|
|
864
870
|
}
|
|
865
871
|
},
|
|
866
872
|
{
|
|
867
|
-
"name": "
|
|
873
|
+
"name": "type",
|
|
874
|
+
"annotation": {
|
|
875
|
+
"type": "reference",
|
|
876
|
+
"typeName": {
|
|
877
|
+
"type": "identifier",
|
|
878
|
+
"name": "CheckboxType"
|
|
879
|
+
}
|
|
880
|
+
}
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"name": "disabled",
|
|
868
884
|
"annotation": {
|
|
869
885
|
"type": "keyword",
|
|
870
|
-
"value": "
|
|
886
|
+
"value": "boolean"
|
|
887
|
+
}
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
"name": "isCustom",
|
|
891
|
+
"annotation": {
|
|
892
|
+
"type": "keyword",
|
|
893
|
+
"value": "boolean"
|
|
871
894
|
}
|
|
872
895
|
},
|
|
873
896
|
{
|
|
@@ -901,174 +924,25 @@
|
|
|
901
924
|
}
|
|
902
925
|
},
|
|
903
926
|
{
|
|
904
|
-
"name": "
|
|
927
|
+
"name": "isGroup",
|
|
905
928
|
"annotation": {
|
|
906
929
|
"type": "keyword",
|
|
907
930
|
"value": "boolean"
|
|
908
931
|
}
|
|
909
932
|
},
|
|
910
933
|
{
|
|
911
|
-
"name": "
|
|
912
|
-
"annotation": {
|
|
913
|
-
"type": "union",
|
|
914
|
-
"types": [
|
|
915
|
-
{
|
|
916
|
-
"type": "jsLiteral",
|
|
917
|
-
"value": "tags"
|
|
918
|
-
},
|
|
919
|
-
{
|
|
920
|
-
"type": "jsLiteral",
|
|
921
|
-
"value": "multiple"
|
|
922
|
-
}
|
|
923
|
-
]
|
|
924
|
-
}
|
|
925
|
-
},
|
|
926
|
-
{
|
|
927
|
-
"name": "tokenSeparators",
|
|
934
|
+
"name": "optionGroups",
|
|
928
935
|
"annotation": {
|
|
929
936
|
"type": "array",
|
|
930
937
|
"elementType": {
|
|
931
|
-
"type": "
|
|
932
|
-
"
|
|
933
|
-
}
|
|
934
|
-
}
|
|
935
|
-
},
|
|
936
|
-
{
|
|
937
|
-
"name": "maxTagCount",
|
|
938
|
-
"annotation": {
|
|
939
|
-
"type": "keyword",
|
|
940
|
-
"value": "number"
|
|
941
|
-
}
|
|
942
|
-
},
|
|
943
|
-
{
|
|
944
|
-
"name": "groupBy",
|
|
945
|
-
"annotation": {
|
|
946
|
-
"type": "keyword",
|
|
947
|
-
"value": "string"
|
|
948
|
-
}
|
|
949
|
-
},
|
|
950
|
-
{
|
|
951
|
-
"name": "suffix",
|
|
952
|
-
"annotation": {
|
|
953
|
-
"type": "typeLiteral",
|
|
954
|
-
"members": [
|
|
955
|
-
{
|
|
956
|
-
"type": "propertySignature",
|
|
957
|
-
"key": {
|
|
958
|
-
"type": "identifier",
|
|
959
|
-
"name": "useBrick"
|
|
960
|
-
},
|
|
961
|
-
"annotation": {
|
|
962
|
-
"type": "reference",
|
|
963
|
-
"typeName": {
|
|
964
|
-
"type": "identifier",
|
|
965
|
-
"name": "UseSingleBrickConf"
|
|
966
|
-
}
|
|
967
|
-
},
|
|
968
|
-
"computed": false
|
|
969
|
-
}
|
|
970
|
-
]
|
|
971
|
-
}
|
|
972
|
-
},
|
|
973
|
-
{
|
|
974
|
-
"name": "clearable",
|
|
975
|
-
"annotation": {
|
|
976
|
-
"type": "keyword",
|
|
977
|
-
"value": "boolean"
|
|
978
|
-
}
|
|
979
|
-
},
|
|
980
|
-
{
|
|
981
|
-
"name": "fields",
|
|
982
|
-
"annotation": {
|
|
983
|
-
"type": "typeLiteral",
|
|
984
|
-
"members": [
|
|
985
|
-
{
|
|
986
|
-
"type": "propertySignature",
|
|
987
|
-
"key": {
|
|
988
|
-
"type": "identifier",
|
|
989
|
-
"name": "label"
|
|
990
|
-
},
|
|
991
|
-
"annotation": {
|
|
992
|
-
"type": "keyword",
|
|
993
|
-
"value": "string"
|
|
994
|
-
},
|
|
995
|
-
"optional": true,
|
|
996
|
-
"computed": false
|
|
997
|
-
},
|
|
998
|
-
{
|
|
999
|
-
"type": "propertySignature",
|
|
1000
|
-
"key": {
|
|
1001
|
-
"type": "identifier",
|
|
1002
|
-
"name": "value"
|
|
1003
|
-
},
|
|
1004
|
-
"annotation": {
|
|
1005
|
-
"type": "keyword",
|
|
1006
|
-
"value": "string"
|
|
1007
|
-
},
|
|
1008
|
-
"optional": true,
|
|
1009
|
-
"computed": false
|
|
1010
|
-
}
|
|
1011
|
-
]
|
|
1012
|
-
}
|
|
1013
|
-
},
|
|
1014
|
-
{
|
|
1015
|
-
"name": "useBackend",
|
|
1016
|
-
"annotation": {
|
|
1017
|
-
"type": "reference",
|
|
1018
|
-
"typeName": {
|
|
1019
|
-
"type": "identifier",
|
|
1020
|
-
"name": "UseBackendConf"
|
|
1021
|
-
}
|
|
1022
|
-
}
|
|
1023
|
-
},
|
|
1024
|
-
{
|
|
1025
|
-
"name": "debounceSearchDelay",
|
|
1026
|
-
"annotation": {
|
|
1027
|
-
"type": "keyword",
|
|
1028
|
-
"value": "number"
|
|
1029
|
-
}
|
|
1030
|
-
},
|
|
1031
|
-
{
|
|
1032
|
-
"name": "inputStyle",
|
|
1033
|
-
"annotation": {
|
|
1034
|
-
"type": "reference",
|
|
1035
|
-
"typeName": {
|
|
1036
|
-
"type": "qualifiedName",
|
|
1037
|
-
"left": {
|
|
1038
|
-
"type": "identifier",
|
|
1039
|
-
"name": "React"
|
|
1040
|
-
},
|
|
1041
|
-
"right": {
|
|
1042
|
-
"type": "identifier",
|
|
1043
|
-
"name": "CSSProperties"
|
|
1044
|
-
}
|
|
1045
|
-
}
|
|
1046
|
-
}
|
|
1047
|
-
},
|
|
1048
|
-
{
|
|
1049
|
-
"name": "dropdownStyle",
|
|
1050
|
-
"annotation": {
|
|
1051
|
-
"type": "reference",
|
|
1052
|
-
"typeName": {
|
|
1053
|
-
"type": "qualifiedName",
|
|
1054
|
-
"left": {
|
|
1055
|
-
"type": "identifier",
|
|
1056
|
-
"name": "React"
|
|
1057
|
-
},
|
|
1058
|
-
"right": {
|
|
938
|
+
"type": "reference",
|
|
939
|
+
"typeName": {
|
|
1059
940
|
"type": "identifier",
|
|
1060
|
-
"name": "
|
|
941
|
+
"name": "OptionGroup"
|
|
1061
942
|
}
|
|
1062
943
|
}
|
|
1063
944
|
}
|
|
1064
945
|
},
|
|
1065
|
-
{
|
|
1066
|
-
"name": "dropdownHoist",
|
|
1067
|
-
"annotation": {
|
|
1068
|
-
"type": "keyword",
|
|
1069
|
-
"value": "boolean"
|
|
1070
|
-
}
|
|
1071
|
-
},
|
|
1072
946
|
{
|
|
1073
947
|
"name": "themeVariant",
|
|
1074
948
|
"annotation": {
|
|
@@ -1089,34 +963,25 @@
|
|
|
1089
963
|
"events": [
|
|
1090
964
|
{
|
|
1091
965
|
"name": "change",
|
|
966
|
+
"detail": {
|
|
967
|
+
"annotation": {
|
|
968
|
+
"type": "array",
|
|
969
|
+
"elementType": {
|
|
970
|
+
"type": "reference",
|
|
971
|
+
"typeName": {
|
|
972
|
+
"type": "identifier",
|
|
973
|
+
"name": "CheckboxOptionType"
|
|
974
|
+
}
|
|
975
|
+
}
|
|
976
|
+
}
|
|
977
|
+
}
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"name": "options.change",
|
|
1092
981
|
"detail": {
|
|
1093
982
|
"annotation": {
|
|
1094
983
|
"type": "typeLiteral",
|
|
1095
984
|
"members": [
|
|
1096
|
-
{
|
|
1097
|
-
"type": "propertySignature",
|
|
1098
|
-
"key": {
|
|
1099
|
-
"type": "identifier",
|
|
1100
|
-
"name": "value"
|
|
1101
|
-
},
|
|
1102
|
-
"annotation": {
|
|
1103
|
-
"type": "union",
|
|
1104
|
-
"types": [
|
|
1105
|
-
{
|
|
1106
|
-
"type": "keyword",
|
|
1107
|
-
"value": "string"
|
|
1108
|
-
},
|
|
1109
|
-
{
|
|
1110
|
-
"type": "array",
|
|
1111
|
-
"elementType": {
|
|
1112
|
-
"type": "keyword",
|
|
1113
|
-
"value": "string"
|
|
1114
|
-
}
|
|
1115
|
-
}
|
|
1116
|
-
]
|
|
1117
|
-
},
|
|
1118
|
-
"computed": false
|
|
1119
|
-
},
|
|
1120
985
|
{
|
|
1121
986
|
"type": "propertySignature",
|
|
1122
987
|
"key": {
|
|
@@ -1129,137 +994,23 @@
|
|
|
1129
994
|
"type": "reference",
|
|
1130
995
|
"typeName": {
|
|
1131
996
|
"type": "identifier",
|
|
1132
|
-
"name": "
|
|
997
|
+
"name": "CheckboxOptionType"
|
|
1133
998
|
}
|
|
1134
999
|
}
|
|
1135
1000
|
},
|
|
1136
1001
|
"computed": false
|
|
1137
|
-
}
|
|
1138
|
-
]
|
|
1139
|
-
}
|
|
1140
|
-
}
|
|
1141
|
-
},
|
|
1142
|
-
{
|
|
1143
|
-
"name": "change.v2",
|
|
1144
|
-
"detail": {
|
|
1145
|
-
"annotation": {
|
|
1146
|
-
"type": "union",
|
|
1147
|
-
"types": [
|
|
1148
|
-
{
|
|
1149
|
-
"type": "keyword",
|
|
1150
|
-
"value": "string"
|
|
1151
1002
|
},
|
|
1152
1003
|
{
|
|
1153
|
-
"type": "
|
|
1154
|
-
"
|
|
1004
|
+
"type": "propertySignature",
|
|
1005
|
+
"key": {
|
|
1006
|
+
"type": "identifier",
|
|
1007
|
+
"name": "name"
|
|
1008
|
+
},
|
|
1009
|
+
"annotation": {
|
|
1155
1010
|
"type": "keyword",
|
|
1156
1011
|
"value": "string"
|
|
1157
|
-
}
|
|
1158
|
-
|
|
1159
|
-
]
|
|
1160
|
-
}
|
|
1161
|
-
}
|
|
1162
|
-
},
|
|
1163
|
-
{
|
|
1164
|
-
"name": "search",
|
|
1165
|
-
"detail": {
|
|
1166
|
-
"annotation": {
|
|
1167
|
-
"type": "typeLiteral",
|
|
1168
|
-
"members": [
|
|
1169
|
-
{
|
|
1170
|
-
"type": "propertySignature",
|
|
1171
|
-
"key": {
|
|
1172
|
-
"type": "identifier",
|
|
1173
|
-
"name": "value"
|
|
1174
|
-
},
|
|
1175
|
-
"annotation": {
|
|
1176
|
-
"type": "keyword",
|
|
1177
|
-
"value": "string"
|
|
1178
|
-
},
|
|
1179
|
-
"computed": false
|
|
1180
|
-
}
|
|
1181
|
-
]
|
|
1182
|
-
}
|
|
1183
|
-
}
|
|
1184
|
-
},
|
|
1185
|
-
{
|
|
1186
|
-
"name": "select.focus",
|
|
1187
|
-
"detail": {
|
|
1188
|
-
"annotation": {
|
|
1189
|
-
"type": "keyword",
|
|
1190
|
-
"value": "void"
|
|
1191
|
-
}
|
|
1192
|
-
}
|
|
1193
|
-
},
|
|
1194
|
-
{
|
|
1195
|
-
"name": "options.change",
|
|
1196
|
-
"detail": {
|
|
1197
|
-
"annotation": {
|
|
1198
|
-
"type": "typeLiteral",
|
|
1199
|
-
"members": [
|
|
1200
|
-
{
|
|
1201
|
-
"type": "propertySignature",
|
|
1202
|
-
"key": {
|
|
1203
|
-
"type": "identifier",
|
|
1204
|
-
"name": "options"
|
|
1205
|
-
},
|
|
1206
|
-
"annotation": {
|
|
1207
|
-
"type": "typeLiteral",
|
|
1208
|
-
"members": [
|
|
1209
|
-
{
|
|
1210
|
-
"type": "propertySignature",
|
|
1211
|
-
"key": {
|
|
1212
|
-
"type": "identifier",
|
|
1213
|
-
"name": "label"
|
|
1214
|
-
},
|
|
1215
|
-
"annotation": {
|
|
1216
|
-
"type": "keyword",
|
|
1217
|
-
"value": "string"
|
|
1218
|
-
},
|
|
1219
|
-
"computed": false
|
|
1220
|
-
},
|
|
1221
|
-
{
|
|
1222
|
-
"type": "propertySignature",
|
|
1223
|
-
"key": {
|
|
1224
|
-
"type": "identifier",
|
|
1225
|
-
"name": "value"
|
|
1226
|
-
},
|
|
1227
|
-
"annotation": {
|
|
1228
|
-
"type": "keyword",
|
|
1229
|
-
"value": "any"
|
|
1230
|
-
},
|
|
1231
|
-
"computed": false
|
|
1232
|
-
},
|
|
1233
|
-
{
|
|
1234
|
-
"type": "indexSignature",
|
|
1235
|
-
"parameter": {
|
|
1236
|
-
"type": "identifier",
|
|
1237
|
-
"name": "key",
|
|
1238
|
-
"annotation": {
|
|
1239
|
-
"type": "keyword",
|
|
1240
|
-
"value": "string"
|
|
1241
|
-
}
|
|
1242
|
-
},
|
|
1243
|
-
"annotation": {
|
|
1244
|
-
"type": "keyword",
|
|
1245
|
-
"value": "any"
|
|
1246
|
-
}
|
|
1247
|
-
}
|
|
1248
|
-
]
|
|
1249
|
-
},
|
|
1250
|
-
"computed": false
|
|
1251
|
-
},
|
|
1252
|
-
{
|
|
1253
|
-
"type": "propertySignature",
|
|
1254
|
-
"key": {
|
|
1255
|
-
"type": "identifier",
|
|
1256
|
-
"name": "name"
|
|
1257
|
-
},
|
|
1258
|
-
"annotation": {
|
|
1259
|
-
"type": "keyword",
|
|
1260
|
-
"value": "string"
|
|
1261
|
-
},
|
|
1262
|
-
"computed": false
|
|
1012
|
+
},
|
|
1013
|
+
"computed": false
|
|
1263
1014
|
}
|
|
1264
1015
|
]
|
|
1265
1016
|
}
|
|
@@ -1269,34 +1020,29 @@
|
|
|
1269
1020
|
"methods": [],
|
|
1270
1021
|
"types": [
|
|
1271
1022
|
{
|
|
1272
|
-
"type": "
|
|
1273
|
-
"name": "
|
|
1274
|
-
"
|
|
1275
|
-
"type": "
|
|
1276
|
-
"
|
|
1023
|
+
"type": "typeAlias",
|
|
1024
|
+
"name": "CheckboxValueType",
|
|
1025
|
+
"annotation": {
|
|
1026
|
+
"type": "union",
|
|
1027
|
+
"types": [
|
|
1277
1028
|
{
|
|
1278
|
-
"type": "
|
|
1279
|
-
"
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
"type": "keyword",
|
|
1289
|
-
"value": "number"
|
|
1290
|
-
},
|
|
1291
|
-
{
|
|
1292
|
-
"type": "keyword",
|
|
1293
|
-
"value": "boolean"
|
|
1294
|
-
}
|
|
1295
|
-
]
|
|
1296
|
-
}
|
|
1029
|
+
"type": "keyword",
|
|
1030
|
+
"value": "string"
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"type": "keyword",
|
|
1034
|
+
"value": "number"
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
"type": "keyword",
|
|
1038
|
+
"value": "boolean"
|
|
1297
1039
|
}
|
|
1298
1040
|
]
|
|
1299
|
-
}
|
|
1041
|
+
}
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"type": "interface",
|
|
1045
|
+
"name": "CheckboxOptionType",
|
|
1300
1046
|
"body": [
|
|
1301
1047
|
{
|
|
1302
1048
|
"type": "propertySignature",
|
|
@@ -1305,8 +1051,18 @@
|
|
|
1305
1051
|
"name": "label"
|
|
1306
1052
|
},
|
|
1307
1053
|
"annotation": {
|
|
1308
|
-
"type": "
|
|
1309
|
-
"
|
|
1054
|
+
"type": "reference",
|
|
1055
|
+
"typeName": {
|
|
1056
|
+
"type": "qualifiedName",
|
|
1057
|
+
"left": {
|
|
1058
|
+
"type": "identifier",
|
|
1059
|
+
"name": "React"
|
|
1060
|
+
},
|
|
1061
|
+
"right": {
|
|
1062
|
+
"type": "identifier",
|
|
1063
|
+
"name": "ReactNode"
|
|
1064
|
+
}
|
|
1065
|
+
}
|
|
1310
1066
|
},
|
|
1311
1067
|
"computed": false
|
|
1312
1068
|
},
|
|
@@ -1316,20 +1072,53 @@
|
|
|
1316
1072
|
"type": "identifier",
|
|
1317
1073
|
"name": "value"
|
|
1318
1074
|
},
|
|
1075
|
+
"annotation": {
|
|
1076
|
+
"type": "keyword",
|
|
1077
|
+
"value": "any"
|
|
1078
|
+
},
|
|
1079
|
+
"computed": false
|
|
1080
|
+
},
|
|
1081
|
+
{
|
|
1082
|
+
"type": "propertySignature",
|
|
1083
|
+
"key": {
|
|
1084
|
+
"type": "identifier",
|
|
1085
|
+
"name": "style"
|
|
1086
|
+
},
|
|
1319
1087
|
"annotation": {
|
|
1320
1088
|
"type": "reference",
|
|
1321
1089
|
"typeName": {
|
|
1322
|
-
"type": "
|
|
1323
|
-
"
|
|
1090
|
+
"type": "qualifiedName",
|
|
1091
|
+
"left": {
|
|
1092
|
+
"type": "identifier",
|
|
1093
|
+
"name": "React"
|
|
1094
|
+
},
|
|
1095
|
+
"right": {
|
|
1096
|
+
"type": "identifier",
|
|
1097
|
+
"name": "CSSProperties"
|
|
1098
|
+
}
|
|
1324
1099
|
}
|
|
1325
1100
|
},
|
|
1101
|
+
"optional": true,
|
|
1326
1102
|
"computed": false
|
|
1327
1103
|
},
|
|
1328
1104
|
{
|
|
1329
1105
|
"type": "propertySignature",
|
|
1330
1106
|
"key": {
|
|
1331
1107
|
"type": "identifier",
|
|
1332
|
-
"name": "
|
|
1108
|
+
"name": "disabled"
|
|
1109
|
+
},
|
|
1110
|
+
"annotation": {
|
|
1111
|
+
"type": "keyword",
|
|
1112
|
+
"value": "boolean"
|
|
1113
|
+
},
|
|
1114
|
+
"optional": true,
|
|
1115
|
+
"computed": false
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"type": "propertySignature",
|
|
1119
|
+
"key": {
|
|
1120
|
+
"type": "identifier",
|
|
1121
|
+
"name": "checkboxColor"
|
|
1333
1122
|
},
|
|
1334
1123
|
"annotation": {
|
|
1335
1124
|
"type": "keyword",
|
|
@@ -1342,7 +1131,7 @@
|
|
|
1342
1131
|
"type": "indexSignature",
|
|
1343
1132
|
"parameter": {
|
|
1344
1133
|
"type": "identifier",
|
|
1345
|
-
"name": "
|
|
1134
|
+
"name": "propName",
|
|
1346
1135
|
"annotation": {
|
|
1347
1136
|
"type": "keyword",
|
|
1348
1137
|
"value": "string"
|
|
@@ -1355,15 +1144,32 @@
|
|
|
1355
1144
|
}
|
|
1356
1145
|
]
|
|
1357
1146
|
},
|
|
1147
|
+
{
|
|
1148
|
+
"type": "typeAlias",
|
|
1149
|
+
"name": "CheckboxType",
|
|
1150
|
+
"annotation": {
|
|
1151
|
+
"type": "union",
|
|
1152
|
+
"types": [
|
|
1153
|
+
{
|
|
1154
|
+
"type": "jsLiteral",
|
|
1155
|
+
"value": "default"
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"type": "jsLiteral",
|
|
1159
|
+
"value": "icon"
|
|
1160
|
+
}
|
|
1161
|
+
]
|
|
1162
|
+
}
|
|
1163
|
+
},
|
|
1358
1164
|
{
|
|
1359
1165
|
"type": "interface",
|
|
1360
|
-
"name": "
|
|
1166
|
+
"name": "OptionGroup",
|
|
1361
1167
|
"body": [
|
|
1362
1168
|
{
|
|
1363
1169
|
"type": "propertySignature",
|
|
1364
1170
|
"key": {
|
|
1365
1171
|
"type": "identifier",
|
|
1366
|
-
"name": "
|
|
1172
|
+
"name": "name"
|
|
1367
1173
|
},
|
|
1368
1174
|
"annotation": {
|
|
1369
1175
|
"type": "keyword",
|
|
@@ -1375,48 +1181,11 @@
|
|
|
1375
1181
|
"type": "propertySignature",
|
|
1376
1182
|
"key": {
|
|
1377
1183
|
"type": "identifier",
|
|
1378
|
-
"name": "
|
|
1184
|
+
"name": "key"
|
|
1379
1185
|
},
|
|
1380
1186
|
"annotation": {
|
|
1381
|
-
"type": "
|
|
1382
|
-
"
|
|
1383
|
-
{
|
|
1384
|
-
"type": "array",
|
|
1385
|
-
"elementType": {
|
|
1386
|
-
"type": "keyword",
|
|
1387
|
-
"value": "any"
|
|
1388
|
-
}
|
|
1389
|
-
},
|
|
1390
|
-
{
|
|
1391
|
-
"type": "parenthesizedType",
|
|
1392
|
-
"annotation": {
|
|
1393
|
-
"type": "function",
|
|
1394
|
-
"parameters": [
|
|
1395
|
-
{
|
|
1396
|
-
"type": "restElement",
|
|
1397
|
-
"argument": {
|
|
1398
|
-
"type": "identifier",
|
|
1399
|
-
"name": "args"
|
|
1400
|
-
},
|
|
1401
|
-
"annotation": {
|
|
1402
|
-
"type": "array",
|
|
1403
|
-
"elementType": {
|
|
1404
|
-
"type": "keyword",
|
|
1405
|
-
"value": "any"
|
|
1406
|
-
}
|
|
1407
|
-
}
|
|
1408
|
-
}
|
|
1409
|
-
],
|
|
1410
|
-
"annotation": {
|
|
1411
|
-
"type": "array",
|
|
1412
|
-
"elementType": {
|
|
1413
|
-
"type": "keyword",
|
|
1414
|
-
"value": "any"
|
|
1415
|
-
}
|
|
1416
|
-
}
|
|
1417
|
-
}
|
|
1418
|
-
}
|
|
1419
|
-
]
|
|
1187
|
+
"type": "keyword",
|
|
1188
|
+
"value": "string"
|
|
1420
1189
|
},
|
|
1421
1190
|
"computed": false
|
|
1422
1191
|
},
|
|
@@ -1424,33 +1193,25 @@
|
|
|
1424
1193
|
"type": "propertySignature",
|
|
1425
1194
|
"key": {
|
|
1426
1195
|
"type": "identifier",
|
|
1427
|
-
"name": "
|
|
1196
|
+
"name": "options"
|
|
1428
1197
|
},
|
|
1429
1198
|
"annotation": {
|
|
1430
|
-
"type": "
|
|
1431
|
-
"
|
|
1432
|
-
|
|
1199
|
+
"type": "array",
|
|
1200
|
+
"elementType": {
|
|
1201
|
+
"type": "reference",
|
|
1202
|
+
"typeName": {
|
|
1433
1203
|
"type": "identifier",
|
|
1434
|
-
"name": "
|
|
1435
|
-
"annotation": {
|
|
1436
|
-
"type": "keyword",
|
|
1437
|
-
"value": "any"
|
|
1438
|
-
}
|
|
1204
|
+
"name": "CheckboxOptionType"
|
|
1439
1205
|
}
|
|
1440
|
-
],
|
|
1441
|
-
"annotation": {
|
|
1442
|
-
"type": "keyword",
|
|
1443
|
-
"value": "void"
|
|
1444
1206
|
}
|
|
1445
1207
|
},
|
|
1446
|
-
"optional": true,
|
|
1447
1208
|
"computed": false
|
|
1448
1209
|
}
|
|
1449
1210
|
]
|
|
1450
1211
|
}
|
|
1451
1212
|
]
|
|
1452
1213
|
},
|
|
1453
|
-
"eo-
|
|
1214
|
+
"eo-radio": {
|
|
1454
1215
|
"properties": [
|
|
1455
1216
|
{
|
|
1456
1217
|
"name": "name",
|
|
@@ -1466,19 +1227,6 @@
|
|
|
1466
1227
|
"value": "string"
|
|
1467
1228
|
}
|
|
1468
1229
|
},
|
|
1469
|
-
{
|
|
1470
|
-
"name": "value",
|
|
1471
|
-
"annotation": {
|
|
1472
|
-
"type": "array",
|
|
1473
|
-
"elementType": {
|
|
1474
|
-
"type": "reference",
|
|
1475
|
-
"typeName": {
|
|
1476
|
-
"type": "identifier",
|
|
1477
|
-
"name": "CheckboxValueType"
|
|
1478
|
-
}
|
|
1479
|
-
}
|
|
1480
|
-
}
|
|
1481
|
-
},
|
|
1482
1230
|
{
|
|
1483
1231
|
"name": "options",
|
|
1484
1232
|
"annotation": {
|
|
@@ -1487,33 +1235,16 @@
|
|
|
1487
1235
|
"type": "reference",
|
|
1488
1236
|
"typeName": {
|
|
1489
1237
|
"type": "identifier",
|
|
1490
|
-
"name": "
|
|
1238
|
+
"name": "GeneralOption"
|
|
1491
1239
|
}
|
|
1492
1240
|
}
|
|
1493
1241
|
}
|
|
1494
1242
|
},
|
|
1495
1243
|
{
|
|
1496
|
-
"name": "
|
|
1497
|
-
"annotation": {
|
|
1498
|
-
"type": "reference",
|
|
1499
|
-
"typeName": {
|
|
1500
|
-
"type": "identifier",
|
|
1501
|
-
"name": "CheckboxType"
|
|
1502
|
-
}
|
|
1503
|
-
}
|
|
1504
|
-
},
|
|
1505
|
-
{
|
|
1506
|
-
"name": "disabled",
|
|
1507
|
-
"annotation": {
|
|
1508
|
-
"type": "keyword",
|
|
1509
|
-
"value": "boolean"
|
|
1510
|
-
}
|
|
1511
|
-
},
|
|
1512
|
-
{
|
|
1513
|
-
"name": "isCustom",
|
|
1244
|
+
"name": "value",
|
|
1514
1245
|
"annotation": {
|
|
1515
1246
|
"type": "keyword",
|
|
1516
|
-
"value": "
|
|
1247
|
+
"value": "any"
|
|
1517
1248
|
}
|
|
1518
1249
|
},
|
|
1519
1250
|
{
|
|
@@ -1547,25 +1278,69 @@
|
|
|
1547
1278
|
}
|
|
1548
1279
|
},
|
|
1549
1280
|
{
|
|
1550
|
-
"name": "
|
|
1281
|
+
"name": "disabled",
|
|
1551
1282
|
"annotation": {
|
|
1552
1283
|
"type": "keyword",
|
|
1553
1284
|
"value": "boolean"
|
|
1554
1285
|
}
|
|
1555
1286
|
},
|
|
1556
1287
|
{
|
|
1557
|
-
"name": "
|
|
1288
|
+
"name": "type",
|
|
1558
1289
|
"annotation": {
|
|
1559
|
-
"type": "
|
|
1560
|
-
"
|
|
1561
|
-
"type": "
|
|
1562
|
-
"
|
|
1290
|
+
"type": "reference",
|
|
1291
|
+
"typeName": {
|
|
1292
|
+
"type": "identifier",
|
|
1293
|
+
"name": "RadioType"
|
|
1294
|
+
}
|
|
1295
|
+
}
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
"name": "ui",
|
|
1299
|
+
"annotation": {
|
|
1300
|
+
"type": "reference",
|
|
1301
|
+
"typeName": {
|
|
1302
|
+
"type": "identifier",
|
|
1303
|
+
"name": "UIType"
|
|
1304
|
+
}
|
|
1305
|
+
}
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"name": "size",
|
|
1309
|
+
"annotation": {
|
|
1310
|
+
"type": "reference",
|
|
1311
|
+
"typeName": {
|
|
1312
|
+
"type": "identifier",
|
|
1313
|
+
"name": "ComponentSize"
|
|
1314
|
+
}
|
|
1315
|
+
}
|
|
1316
|
+
},
|
|
1317
|
+
{
|
|
1318
|
+
"name": "customStyle",
|
|
1319
|
+
"annotation": {
|
|
1320
|
+
"type": "reference",
|
|
1321
|
+
"typeName": {
|
|
1322
|
+
"type": "qualifiedName",
|
|
1323
|
+
"left": {
|
|
1563
1324
|
"type": "identifier",
|
|
1564
|
-
"name": "
|
|
1325
|
+
"name": "React"
|
|
1326
|
+
},
|
|
1327
|
+
"right": {
|
|
1328
|
+
"type": "identifier",
|
|
1329
|
+
"name": "CSSProperties"
|
|
1565
1330
|
}
|
|
1566
1331
|
}
|
|
1567
1332
|
}
|
|
1568
1333
|
},
|
|
1334
|
+
{
|
|
1335
|
+
"name": "useBrick",
|
|
1336
|
+
"annotation": {
|
|
1337
|
+
"type": "reference",
|
|
1338
|
+
"typeName": {
|
|
1339
|
+
"type": "identifier",
|
|
1340
|
+
"name": "UseSingleBrickConf"
|
|
1341
|
+
}
|
|
1342
|
+
}
|
|
1343
|
+
},
|
|
1569
1344
|
{
|
|
1570
1345
|
"name": "themeVariant",
|
|
1571
1346
|
"annotation": {
|
|
@@ -1588,14 +1363,20 @@
|
|
|
1588
1363
|
"name": "change",
|
|
1589
1364
|
"detail": {
|
|
1590
1365
|
"annotation": {
|
|
1591
|
-
"type": "
|
|
1592
|
-
"
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
"
|
|
1596
|
-
|
|
1366
|
+
"type": "union",
|
|
1367
|
+
"types": [
|
|
1368
|
+
{
|
|
1369
|
+
"type": "reference",
|
|
1370
|
+
"typeName": {
|
|
1371
|
+
"type": "identifier",
|
|
1372
|
+
"name": "GeneralComplexOption"
|
|
1373
|
+
}
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
"type": "keyword",
|
|
1377
|
+
"value": "undefined"
|
|
1597
1378
|
}
|
|
1598
|
-
|
|
1379
|
+
]
|
|
1599
1380
|
}
|
|
1600
1381
|
}
|
|
1601
1382
|
},
|
|
@@ -1612,14 +1393,48 @@
|
|
|
1612
1393
|
"name": "options"
|
|
1613
1394
|
},
|
|
1614
1395
|
"annotation": {
|
|
1615
|
-
"type": "
|
|
1616
|
-
"
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
"
|
|
1620
|
-
|
|
1396
|
+
"type": "typeLiteral",
|
|
1397
|
+
"members": [
|
|
1398
|
+
{
|
|
1399
|
+
"type": "propertySignature",
|
|
1400
|
+
"key": {
|
|
1401
|
+
"type": "identifier",
|
|
1402
|
+
"name": "label"
|
|
1403
|
+
},
|
|
1404
|
+
"annotation": {
|
|
1405
|
+
"type": "keyword",
|
|
1406
|
+
"value": "string"
|
|
1407
|
+
},
|
|
1408
|
+
"computed": false
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
"type": "propertySignature",
|
|
1412
|
+
"key": {
|
|
1413
|
+
"type": "identifier",
|
|
1414
|
+
"name": "value"
|
|
1415
|
+
},
|
|
1416
|
+
"annotation": {
|
|
1417
|
+
"type": "keyword",
|
|
1418
|
+
"value": "any"
|
|
1419
|
+
},
|
|
1420
|
+
"computed": false
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"type": "indexSignature",
|
|
1424
|
+
"parameter": {
|
|
1425
|
+
"type": "identifier",
|
|
1426
|
+
"name": "key",
|
|
1427
|
+
"annotation": {
|
|
1428
|
+
"type": "keyword",
|
|
1429
|
+
"value": "string"
|
|
1430
|
+
}
|
|
1431
|
+
},
|
|
1432
|
+
"annotation": {
|
|
1433
|
+
"type": "keyword",
|
|
1434
|
+
"value": "any"
|
|
1435
|
+
}
|
|
1621
1436
|
}
|
|
1622
|
-
|
|
1437
|
+
]
|
|
1623
1438
|
},
|
|
1624
1439
|
"computed": false
|
|
1625
1440
|
},
|
|
@@ -1644,7 +1459,7 @@
|
|
|
1644
1459
|
"types": [
|
|
1645
1460
|
{
|
|
1646
1461
|
"type": "typeAlias",
|
|
1647
|
-
"name": "
|
|
1462
|
+
"name": "GeneralOption",
|
|
1648
1463
|
"annotation": {
|
|
1649
1464
|
"type": "union",
|
|
1650
1465
|
"types": [
|
|
@@ -1659,13 +1474,66 @@
|
|
|
1659
1474
|
{
|
|
1660
1475
|
"type": "keyword",
|
|
1661
1476
|
"value": "boolean"
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
"type": "reference",
|
|
1480
|
+
"typeName": {
|
|
1481
|
+
"type": "identifier",
|
|
1482
|
+
"name": "GeneralComplexOption"
|
|
1483
|
+
}
|
|
1484
|
+
},
|
|
1485
|
+
{
|
|
1486
|
+
"type": "reference",
|
|
1487
|
+
"typeName": {
|
|
1488
|
+
"type": "identifier",
|
|
1489
|
+
"name": "Record"
|
|
1490
|
+
},
|
|
1491
|
+
"typeParameters": {
|
|
1492
|
+
"type": "typeParameterInstantiation",
|
|
1493
|
+
"params": [
|
|
1494
|
+
{
|
|
1495
|
+
"type": "keyword",
|
|
1496
|
+
"value": "string"
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
"type": "keyword",
|
|
1500
|
+
"value": "any"
|
|
1501
|
+
}
|
|
1502
|
+
]
|
|
1503
|
+
}
|
|
1662
1504
|
}
|
|
1663
1505
|
]
|
|
1664
1506
|
}
|
|
1665
1507
|
},
|
|
1666
1508
|
{
|
|
1667
1509
|
"type": "interface",
|
|
1668
|
-
"name": "
|
|
1510
|
+
"name": "GeneralComplexOption",
|
|
1511
|
+
"typeParameters": {
|
|
1512
|
+
"type": "typeParameterDeclaration",
|
|
1513
|
+
"params": [
|
|
1514
|
+
{
|
|
1515
|
+
"type": "typeParameter",
|
|
1516
|
+
"name": "T",
|
|
1517
|
+
"default": {
|
|
1518
|
+
"type": "union",
|
|
1519
|
+
"types": [
|
|
1520
|
+
{
|
|
1521
|
+
"type": "keyword",
|
|
1522
|
+
"value": "string"
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"type": "keyword",
|
|
1526
|
+
"value": "number"
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
"type": "keyword",
|
|
1530
|
+
"value": "boolean"
|
|
1531
|
+
}
|
|
1532
|
+
]
|
|
1533
|
+
}
|
|
1534
|
+
}
|
|
1535
|
+
]
|
|
1536
|
+
},
|
|
1669
1537
|
"body": [
|
|
1670
1538
|
{
|
|
1671
1539
|
"type": "propertySignature",
|
|
@@ -1673,31 +1541,9 @@
|
|
|
1673
1541
|
"type": "identifier",
|
|
1674
1542
|
"name": "label"
|
|
1675
1543
|
},
|
|
1676
|
-
"annotation": {
|
|
1677
|
-
"type": "reference",
|
|
1678
|
-
"typeName": {
|
|
1679
|
-
"type": "qualifiedName",
|
|
1680
|
-
"left": {
|
|
1681
|
-
"type": "identifier",
|
|
1682
|
-
"name": "React"
|
|
1683
|
-
},
|
|
1684
|
-
"right": {
|
|
1685
|
-
"type": "identifier",
|
|
1686
|
-
"name": "ReactNode"
|
|
1687
|
-
}
|
|
1688
|
-
}
|
|
1689
|
-
},
|
|
1690
|
-
"computed": false
|
|
1691
|
-
},
|
|
1692
|
-
{
|
|
1693
|
-
"type": "propertySignature",
|
|
1694
|
-
"key": {
|
|
1695
|
-
"type": "identifier",
|
|
1696
|
-
"name": "value"
|
|
1697
|
-
},
|
|
1698
1544
|
"annotation": {
|
|
1699
1545
|
"type": "keyword",
|
|
1700
|
-
"value": "
|
|
1546
|
+
"value": "string"
|
|
1701
1547
|
},
|
|
1702
1548
|
"computed": false
|
|
1703
1549
|
},
|
|
@@ -1705,43 +1551,22 @@
|
|
|
1705
1551
|
"type": "propertySignature",
|
|
1706
1552
|
"key": {
|
|
1707
1553
|
"type": "identifier",
|
|
1708
|
-
"name": "
|
|
1554
|
+
"name": "value"
|
|
1709
1555
|
},
|
|
1710
1556
|
"annotation": {
|
|
1711
1557
|
"type": "reference",
|
|
1712
1558
|
"typeName": {
|
|
1713
|
-
"type": "
|
|
1714
|
-
"
|
|
1715
|
-
"type": "identifier",
|
|
1716
|
-
"name": "React"
|
|
1717
|
-
},
|
|
1718
|
-
"right": {
|
|
1719
|
-
"type": "identifier",
|
|
1720
|
-
"name": "CSSProperties"
|
|
1721
|
-
}
|
|
1559
|
+
"type": "identifier",
|
|
1560
|
+
"name": "T"
|
|
1722
1561
|
}
|
|
1723
1562
|
},
|
|
1724
|
-
"optional": true,
|
|
1725
|
-
"computed": false
|
|
1726
|
-
},
|
|
1727
|
-
{
|
|
1728
|
-
"type": "propertySignature",
|
|
1729
|
-
"key": {
|
|
1730
|
-
"type": "identifier",
|
|
1731
|
-
"name": "disabled"
|
|
1732
|
-
},
|
|
1733
|
-
"annotation": {
|
|
1734
|
-
"type": "keyword",
|
|
1735
|
-
"value": "boolean"
|
|
1736
|
-
},
|
|
1737
|
-
"optional": true,
|
|
1738
1563
|
"computed": false
|
|
1739
1564
|
},
|
|
1740
1565
|
{
|
|
1741
1566
|
"type": "propertySignature",
|
|
1742
1567
|
"key": {
|
|
1743
1568
|
"type": "identifier",
|
|
1744
|
-
"name": "
|
|
1569
|
+
"name": "caption"
|
|
1745
1570
|
},
|
|
1746
1571
|
"annotation": {
|
|
1747
1572
|
"type": "keyword",
|
|
@@ -1754,7 +1579,7 @@
|
|
|
1754
1579
|
"type": "indexSignature",
|
|
1755
1580
|
"parameter": {
|
|
1756
1581
|
"type": "identifier",
|
|
1757
|
-
"name": "
|
|
1582
|
+
"name": "key",
|
|
1758
1583
|
"annotation": {
|
|
1759
1584
|
"type": "keyword",
|
|
1760
1585
|
"value": "string"
|
|
@@ -1769,10 +1594,14 @@
|
|
|
1769
1594
|
},
|
|
1770
1595
|
{
|
|
1771
1596
|
"type": "typeAlias",
|
|
1772
|
-
"name": "
|
|
1597
|
+
"name": "RadioType",
|
|
1773
1598
|
"annotation": {
|
|
1774
1599
|
"type": "union",
|
|
1775
1600
|
"types": [
|
|
1601
|
+
{
|
|
1602
|
+
"type": "jsLiteral",
|
|
1603
|
+
"value": "button"
|
|
1604
|
+
},
|
|
1776
1605
|
{
|
|
1777
1606
|
"type": "jsLiteral",
|
|
1778
1607
|
"value": "default"
|
|
@@ -1780,57 +1609,63 @@
|
|
|
1780
1609
|
{
|
|
1781
1610
|
"type": "jsLiteral",
|
|
1782
1611
|
"value": "icon"
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
"type": "jsLiteral",
|
|
1615
|
+
"value": "icon-circle"
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"type": "jsLiteral",
|
|
1619
|
+
"value": "icon-square"
|
|
1620
|
+
},
|
|
1621
|
+
{
|
|
1622
|
+
"type": "jsLiteral",
|
|
1623
|
+
"value": "custom"
|
|
1783
1624
|
}
|
|
1784
1625
|
]
|
|
1785
1626
|
}
|
|
1786
1627
|
},
|
|
1787
1628
|
{
|
|
1788
|
-
"type": "
|
|
1789
|
-
"name": "
|
|
1790
|
-
"
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
"type": "
|
|
1795
|
-
"
|
|
1796
|
-
},
|
|
1797
|
-
"annotation": {
|
|
1798
|
-
"type": "keyword",
|
|
1799
|
-
"value": "string"
|
|
1800
|
-
},
|
|
1801
|
-
"computed": false
|
|
1802
|
-
},
|
|
1803
|
-
{
|
|
1804
|
-
"type": "propertySignature",
|
|
1805
|
-
"key": {
|
|
1806
|
-
"type": "identifier",
|
|
1807
|
-
"name": "key"
|
|
1629
|
+
"type": "typeAlias",
|
|
1630
|
+
"name": "UIType",
|
|
1631
|
+
"annotation": {
|
|
1632
|
+
"type": "union",
|
|
1633
|
+
"types": [
|
|
1634
|
+
{
|
|
1635
|
+
"type": "jsLiteral",
|
|
1636
|
+
"value": "default"
|
|
1808
1637
|
},
|
|
1809
|
-
|
|
1810
|
-
"type": "
|
|
1811
|
-
"value": "
|
|
1638
|
+
{
|
|
1639
|
+
"type": "jsLiteral",
|
|
1640
|
+
"value": "dashboard"
|
|
1641
|
+
}
|
|
1642
|
+
]
|
|
1643
|
+
}
|
|
1644
|
+
},
|
|
1645
|
+
{
|
|
1646
|
+
"type": "typeAlias",
|
|
1647
|
+
"name": "ComponentSize",
|
|
1648
|
+
"annotation": {
|
|
1649
|
+
"type": "union",
|
|
1650
|
+
"types": [
|
|
1651
|
+
{
|
|
1652
|
+
"type": "jsLiteral",
|
|
1653
|
+
"value": "large"
|
|
1812
1654
|
},
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
"type": "propertySignature",
|
|
1817
|
-
"key": {
|
|
1818
|
-
"type": "identifier",
|
|
1819
|
-
"name": "options"
|
|
1655
|
+
{
|
|
1656
|
+
"type": "jsLiteral",
|
|
1657
|
+
"value": "medium"
|
|
1820
1658
|
},
|
|
1821
|
-
|
|
1822
|
-
"type": "
|
|
1823
|
-
"
|
|
1824
|
-
"type": "reference",
|
|
1825
|
-
"typeName": {
|
|
1826
|
-
"type": "identifier",
|
|
1827
|
-
"name": "CheckboxOptionType"
|
|
1828
|
-
}
|
|
1829
|
-
}
|
|
1659
|
+
{
|
|
1660
|
+
"type": "jsLiteral",
|
|
1661
|
+
"value": "small"
|
|
1830
1662
|
},
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1663
|
+
{
|
|
1664
|
+
"type": "jsLiteral",
|
|
1665
|
+
"value": "xs"
|
|
1666
|
+
}
|
|
1667
|
+
]
|
|
1668
|
+
}
|
|
1834
1669
|
}
|
|
1835
1670
|
]
|
|
1836
1671
|
},
|
|
@@ -2101,229 +1936,367 @@
|
|
|
2101
1936
|
}
|
|
2102
1937
|
]
|
|
2103
1938
|
},
|
|
2104
|
-
"eo-form": {
|
|
1939
|
+
"eo-dynamic-form-item": {
|
|
2105
1940
|
"properties": [
|
|
2106
1941
|
{
|
|
2107
|
-
"name": "
|
|
1942
|
+
"name": "name",
|
|
2108
1943
|
"annotation": {
|
|
2109
|
-
"type": "
|
|
2110
|
-
"
|
|
2111
|
-
"type": "identifier",
|
|
2112
|
-
"name": "Record"
|
|
2113
|
-
},
|
|
2114
|
-
"typeParameters": {
|
|
2115
|
-
"type": "typeParameterInstantiation",
|
|
2116
|
-
"params": [
|
|
2117
|
-
{
|
|
2118
|
-
"type": "keyword",
|
|
2119
|
-
"value": "string"
|
|
2120
|
-
},
|
|
2121
|
-
{
|
|
2122
|
-
"type": "keyword",
|
|
2123
|
-
"value": "unknown"
|
|
2124
|
-
}
|
|
2125
|
-
]
|
|
2126
|
-
}
|
|
1944
|
+
"type": "keyword",
|
|
1945
|
+
"value": "string"
|
|
2127
1946
|
}
|
|
2128
1947
|
},
|
|
2129
1948
|
{
|
|
2130
|
-
"name": "
|
|
1949
|
+
"name": "label",
|
|
2131
1950
|
"annotation": {
|
|
2132
|
-
"type": "
|
|
2133
|
-
"
|
|
2134
|
-
"type": "identifier",
|
|
2135
|
-
"name": "Layout"
|
|
2136
|
-
}
|
|
1951
|
+
"type": "keyword",
|
|
1952
|
+
"value": "string"
|
|
2137
1953
|
}
|
|
2138
1954
|
},
|
|
2139
1955
|
{
|
|
2140
|
-
"name": "
|
|
1956
|
+
"name": "required",
|
|
2141
1957
|
"annotation": {
|
|
2142
|
-
"type": "
|
|
2143
|
-
"
|
|
2144
|
-
"type": "identifier",
|
|
2145
|
-
"name": "ComponentSize"
|
|
2146
|
-
}
|
|
1958
|
+
"type": "keyword",
|
|
1959
|
+
"value": "boolean"
|
|
2147
1960
|
}
|
|
2148
1961
|
},
|
|
2149
1962
|
{
|
|
2150
|
-
"name": "
|
|
1963
|
+
"name": "value",
|
|
2151
1964
|
"annotation": {
|
|
2152
|
-
"type": "
|
|
2153
|
-
"
|
|
2154
|
-
"type": "
|
|
2155
|
-
"
|
|
1965
|
+
"type": "array",
|
|
1966
|
+
"elementType": {
|
|
1967
|
+
"type": "reference",
|
|
1968
|
+
"typeName": {
|
|
1969
|
+
"type": "identifier",
|
|
1970
|
+
"name": "DynamicFormValuesItem"
|
|
1971
|
+
}
|
|
2156
1972
|
}
|
|
2157
1973
|
}
|
|
2158
1974
|
},
|
|
2159
1975
|
{
|
|
2160
|
-
"name": "
|
|
1976
|
+
"name": "message",
|
|
2161
1977
|
"annotation": {
|
|
2162
1978
|
"type": "reference",
|
|
2163
1979
|
"typeName": {
|
|
2164
1980
|
"type": "identifier",
|
|
2165
|
-
"name": "
|
|
1981
|
+
"name": "Record"
|
|
1982
|
+
},
|
|
1983
|
+
"typeParameters": {
|
|
1984
|
+
"type": "typeParameterInstantiation",
|
|
1985
|
+
"params": [
|
|
1986
|
+
{
|
|
1987
|
+
"type": "keyword",
|
|
1988
|
+
"value": "string"
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
"type": "keyword",
|
|
1992
|
+
"value": "string"
|
|
1993
|
+
}
|
|
1994
|
+
]
|
|
2166
1995
|
}
|
|
2167
1996
|
}
|
|
2168
1997
|
},
|
|
2169
1998
|
{
|
|
2170
|
-
"name": "
|
|
1999
|
+
"name": "hideRemoveButton",
|
|
2171
2000
|
"annotation": {
|
|
2172
|
-
"type": "
|
|
2173
|
-
"
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
"
|
|
2177
|
-
"name": "React"
|
|
2001
|
+
"type": "union",
|
|
2002
|
+
"types": [
|
|
2003
|
+
{
|
|
2004
|
+
"type": "keyword",
|
|
2005
|
+
"value": "boolean"
|
|
2178
2006
|
},
|
|
2179
|
-
|
|
2180
|
-
"type": "
|
|
2181
|
-
"
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2007
|
+
{
|
|
2008
|
+
"type": "parenthesizedType",
|
|
2009
|
+
"annotation": {
|
|
2010
|
+
"type": "function",
|
|
2011
|
+
"parameters": [
|
|
2012
|
+
{
|
|
2013
|
+
"type": "identifier",
|
|
2014
|
+
"name": "row",
|
|
2015
|
+
"annotation": {
|
|
2016
|
+
"type": "reference",
|
|
2017
|
+
"typeName": {
|
|
2018
|
+
"type": "identifier",
|
|
2019
|
+
"name": "Record"
|
|
2020
|
+
},
|
|
2021
|
+
"typeParameters": {
|
|
2022
|
+
"type": "typeParameterInstantiation",
|
|
2023
|
+
"params": [
|
|
2024
|
+
{
|
|
2025
|
+
"type": "keyword",
|
|
2026
|
+
"value": "string"
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
"type": "keyword",
|
|
2030
|
+
"value": "any"
|
|
2031
|
+
}
|
|
2032
|
+
]
|
|
2033
|
+
}
|
|
2034
|
+
}
|
|
2035
|
+
},
|
|
2036
|
+
{
|
|
2037
|
+
"type": "identifier",
|
|
2038
|
+
"name": "index",
|
|
2039
|
+
"annotation": {
|
|
2040
|
+
"type": "keyword",
|
|
2041
|
+
"value": "number"
|
|
2042
|
+
}
|
|
2043
|
+
}
|
|
2044
|
+
],
|
|
2045
|
+
"annotation": {
|
|
2212
2046
|
"type": "keyword",
|
|
2213
|
-
"value": "
|
|
2047
|
+
"value": "boolean"
|
|
2214
2048
|
}
|
|
2215
|
-
|
|
2049
|
+
}
|
|
2216
2050
|
}
|
|
2217
|
-
|
|
2051
|
+
]
|
|
2218
2052
|
}
|
|
2219
2053
|
},
|
|
2220
2054
|
{
|
|
2221
|
-
"name": "
|
|
2222
|
-
"
|
|
2223
|
-
"
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
"type": "
|
|
2227
|
-
"
|
|
2055
|
+
"name": "disabledRemoveButton",
|
|
2056
|
+
"annotation": {
|
|
2057
|
+
"type": "union",
|
|
2058
|
+
"types": [
|
|
2059
|
+
{
|
|
2060
|
+
"type": "keyword",
|
|
2061
|
+
"value": "boolean"
|
|
2228
2062
|
},
|
|
2229
|
-
|
|
2230
|
-
"type": "
|
|
2231
|
-
"
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2063
|
+
{
|
|
2064
|
+
"type": "parenthesizedType",
|
|
2065
|
+
"annotation": {
|
|
2066
|
+
"type": "function",
|
|
2067
|
+
"parameters": [
|
|
2068
|
+
{
|
|
2069
|
+
"type": "identifier",
|
|
2070
|
+
"name": "row",
|
|
2071
|
+
"annotation": {
|
|
2072
|
+
"type": "reference",
|
|
2073
|
+
"typeName": {
|
|
2074
|
+
"type": "identifier",
|
|
2075
|
+
"name": "Record"
|
|
2076
|
+
},
|
|
2077
|
+
"typeParameters": {
|
|
2078
|
+
"type": "typeParameterInstantiation",
|
|
2079
|
+
"params": [
|
|
2080
|
+
{
|
|
2081
|
+
"type": "keyword",
|
|
2082
|
+
"value": "string"
|
|
2083
|
+
},
|
|
2084
|
+
{
|
|
2085
|
+
"type": "keyword",
|
|
2086
|
+
"value": "any"
|
|
2087
|
+
}
|
|
2088
|
+
]
|
|
2089
|
+
}
|
|
2090
|
+
}
|
|
2091
|
+
},
|
|
2092
|
+
{
|
|
2093
|
+
"type": "identifier",
|
|
2094
|
+
"name": "index",
|
|
2095
|
+
"annotation": {
|
|
2096
|
+
"type": "keyword",
|
|
2097
|
+
"value": "number"
|
|
2098
|
+
}
|
|
2099
|
+
}
|
|
2100
|
+
],
|
|
2101
|
+
"annotation": {
|
|
2237
2102
|
"type": "keyword",
|
|
2238
|
-
"value": "
|
|
2103
|
+
"value": "boolean"
|
|
2239
2104
|
}
|
|
2240
|
-
|
|
2105
|
+
}
|
|
2241
2106
|
}
|
|
2242
|
-
|
|
2107
|
+
]
|
|
2243
2108
|
}
|
|
2244
2109
|
},
|
|
2245
2110
|
{
|
|
2246
|
-
"name": "
|
|
2247
|
-
"
|
|
2248
|
-
"
|
|
2249
|
-
|
|
2250
|
-
|
|
2111
|
+
"name": "hideAddButton",
|
|
2112
|
+
"annotation": {
|
|
2113
|
+
"type": "union",
|
|
2114
|
+
"types": [
|
|
2115
|
+
{
|
|
2116
|
+
"type": "keyword",
|
|
2117
|
+
"value": "boolean"
|
|
2118
|
+
},
|
|
2119
|
+
{
|
|
2251
2120
|
"type": "parenthesizedType",
|
|
2252
2121
|
"annotation": {
|
|
2253
|
-
"type": "
|
|
2254
|
-
"
|
|
2122
|
+
"type": "function",
|
|
2123
|
+
"parameters": [
|
|
2255
2124
|
{
|
|
2256
|
-
"type": "
|
|
2257
|
-
"
|
|
2258
|
-
|
|
2259
|
-
"
|
|
2125
|
+
"type": "identifier",
|
|
2126
|
+
"name": "value",
|
|
2127
|
+
"annotation": {
|
|
2128
|
+
"type": "array",
|
|
2129
|
+
"elementType": {
|
|
2130
|
+
"type": "reference",
|
|
2131
|
+
"typeName": {
|
|
2132
|
+
"type": "identifier",
|
|
2133
|
+
"name": "Record"
|
|
2134
|
+
},
|
|
2135
|
+
"typeParameters": {
|
|
2136
|
+
"type": "typeParameterInstantiation",
|
|
2137
|
+
"params": [
|
|
2138
|
+
{
|
|
2139
|
+
"type": "keyword",
|
|
2140
|
+
"value": "string"
|
|
2141
|
+
},
|
|
2142
|
+
{
|
|
2143
|
+
"type": "keyword",
|
|
2144
|
+
"value": "any"
|
|
2145
|
+
}
|
|
2146
|
+
]
|
|
2147
|
+
}
|
|
2148
|
+
}
|
|
2260
2149
|
}
|
|
2261
|
-
}
|
|
2150
|
+
}
|
|
2151
|
+
],
|
|
2152
|
+
"annotation": {
|
|
2153
|
+
"type": "keyword",
|
|
2154
|
+
"value": "boolean"
|
|
2155
|
+
}
|
|
2156
|
+
}
|
|
2157
|
+
}
|
|
2158
|
+
]
|
|
2159
|
+
}
|
|
2160
|
+
},
|
|
2161
|
+
{
|
|
2162
|
+
"name": "disabledAddButton",
|
|
2163
|
+
"annotation": {
|
|
2164
|
+
"type": "union",
|
|
2165
|
+
"types": [
|
|
2166
|
+
{
|
|
2167
|
+
"type": "keyword",
|
|
2168
|
+
"value": "boolean"
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"type": "parenthesizedType",
|
|
2172
|
+
"annotation": {
|
|
2173
|
+
"type": "function",
|
|
2174
|
+
"parameters": [
|
|
2262
2175
|
{
|
|
2263
|
-
"type": "
|
|
2264
|
-
"
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2176
|
+
"type": "identifier",
|
|
2177
|
+
"name": "value",
|
|
2178
|
+
"annotation": {
|
|
2179
|
+
"type": "array",
|
|
2180
|
+
"elementType": {
|
|
2181
|
+
"type": "reference",
|
|
2182
|
+
"typeName": {
|
|
2268
2183
|
"type": "identifier",
|
|
2269
|
-
"name": "
|
|
2270
|
-
},
|
|
2271
|
-
"annotation": {
|
|
2272
|
-
"type": "keyword",
|
|
2273
|
-
"value": "string"
|
|
2184
|
+
"name": "Record"
|
|
2274
2185
|
},
|
|
2275
|
-
"
|
|
2186
|
+
"typeParameters": {
|
|
2187
|
+
"type": "typeParameterInstantiation",
|
|
2188
|
+
"params": [
|
|
2189
|
+
{
|
|
2190
|
+
"type": "keyword",
|
|
2191
|
+
"value": "string"
|
|
2192
|
+
},
|
|
2193
|
+
{
|
|
2194
|
+
"type": "keyword",
|
|
2195
|
+
"value": "any"
|
|
2196
|
+
}
|
|
2197
|
+
]
|
|
2198
|
+
}
|
|
2276
2199
|
}
|
|
2277
|
-
|
|
2200
|
+
}
|
|
2278
2201
|
}
|
|
2279
|
-
]
|
|
2202
|
+
],
|
|
2203
|
+
"annotation": {
|
|
2204
|
+
"type": "keyword",
|
|
2205
|
+
"value": "boolean"
|
|
2206
|
+
}
|
|
2280
2207
|
}
|
|
2281
2208
|
}
|
|
2209
|
+
]
|
|
2210
|
+
}
|
|
2211
|
+
},
|
|
2212
|
+
{
|
|
2213
|
+
"name": "useBrick",
|
|
2214
|
+
"annotation": {
|
|
2215
|
+
"type": "reference",
|
|
2216
|
+
"typeName": {
|
|
2217
|
+
"type": "identifier",
|
|
2218
|
+
"name": "UseBrickConf"
|
|
2282
2219
|
}
|
|
2283
2220
|
}
|
|
2284
2221
|
}
|
|
2285
2222
|
],
|
|
2286
|
-
"
|
|
2223
|
+
"events": [
|
|
2287
2224
|
{
|
|
2288
|
-
"name": "
|
|
2289
|
-
"
|
|
2290
|
-
"returns": {
|
|
2225
|
+
"name": "change",
|
|
2226
|
+
"detail": {
|
|
2291
2227
|
"annotation": {
|
|
2292
|
-
"type": "
|
|
2293
|
-
"
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
"
|
|
2228
|
+
"type": "array",
|
|
2229
|
+
"elementType": {
|
|
2230
|
+
"type": "reference",
|
|
2231
|
+
"typeName": {
|
|
2232
|
+
"type": "identifier",
|
|
2233
|
+
"name": "DynamicFormValuesItem"
|
|
2234
|
+
}
|
|
2235
|
+
}
|
|
2236
|
+
}
|
|
2237
|
+
}
|
|
2238
|
+
},
|
|
2239
|
+
{
|
|
2240
|
+
"name": "row.add",
|
|
2241
|
+
"detail": {
|
|
2242
|
+
"annotation": {
|
|
2243
|
+
"type": "reference",
|
|
2244
|
+
"typeName": {
|
|
2245
|
+
"type": "identifier",
|
|
2246
|
+
"name": "rowDataType"
|
|
2247
|
+
}
|
|
2248
|
+
}
|
|
2249
|
+
}
|
|
2250
|
+
},
|
|
2251
|
+
{
|
|
2252
|
+
"name": "row.remove",
|
|
2253
|
+
"detail": {
|
|
2254
|
+
"annotation": {
|
|
2255
|
+
"type": "reference",
|
|
2256
|
+
"typeName": {
|
|
2257
|
+
"type": "identifier",
|
|
2258
|
+
"name": "rowDataType"
|
|
2259
|
+
}
|
|
2260
|
+
}
|
|
2261
|
+
}
|
|
2262
|
+
}
|
|
2263
|
+
],
|
|
2264
|
+
"methods": [],
|
|
2265
|
+
"types": [
|
|
2266
|
+
{
|
|
2267
|
+
"type": "typeAlias",
|
|
2268
|
+
"name": "DynamicFormValuesItem",
|
|
2269
|
+
"annotation": {
|
|
2270
|
+
"type": "reference",
|
|
2271
|
+
"typeName": {
|
|
2272
|
+
"type": "identifier",
|
|
2273
|
+
"name": "Record"
|
|
2274
|
+
},
|
|
2275
|
+
"typeParameters": {
|
|
2276
|
+
"type": "typeParameterInstantiation",
|
|
2277
|
+
"params": [
|
|
2278
|
+
{
|
|
2279
|
+
"type": "keyword",
|
|
2280
|
+
"value": "string"
|
|
2297
2281
|
},
|
|
2298
2282
|
{
|
|
2299
|
-
"type": "
|
|
2300
|
-
"
|
|
2301
|
-
"type": "identifier",
|
|
2302
|
-
"name": "Record"
|
|
2303
|
-
},
|
|
2304
|
-
"typeParameters": {
|
|
2305
|
-
"type": "typeParameterInstantiation",
|
|
2306
|
-
"params": [
|
|
2307
|
-
{
|
|
2308
|
-
"type": "keyword",
|
|
2309
|
-
"value": "string"
|
|
2310
|
-
},
|
|
2311
|
-
{
|
|
2312
|
-
"type": "keyword",
|
|
2313
|
-
"value": "unknown"
|
|
2314
|
-
}
|
|
2315
|
-
]
|
|
2316
|
-
}
|
|
2283
|
+
"type": "keyword",
|
|
2284
|
+
"value": "any"
|
|
2317
2285
|
}
|
|
2318
2286
|
]
|
|
2319
2287
|
}
|
|
2320
2288
|
}
|
|
2321
2289
|
},
|
|
2322
2290
|
{
|
|
2323
|
-
"
|
|
2324
|
-
"
|
|
2291
|
+
"type": "interface",
|
|
2292
|
+
"name": "rowDataType",
|
|
2293
|
+
"body": [
|
|
2325
2294
|
{
|
|
2326
|
-
"
|
|
2295
|
+
"type": "propertySignature",
|
|
2296
|
+
"key": {
|
|
2297
|
+
"type": "identifier",
|
|
2298
|
+
"name": "detail"
|
|
2299
|
+
},
|
|
2327
2300
|
"annotation": {
|
|
2328
2301
|
"type": "reference",
|
|
2329
2302
|
"typeName": {
|
|
@@ -2339,473 +2312,446 @@
|
|
|
2339
2312
|
},
|
|
2340
2313
|
{
|
|
2341
2314
|
"type": "keyword",
|
|
2342
|
-
"value": "
|
|
2315
|
+
"value": "any"
|
|
2343
2316
|
}
|
|
2344
2317
|
]
|
|
2345
2318
|
}
|
|
2346
|
-
}
|
|
2319
|
+
},
|
|
2320
|
+
"computed": false
|
|
2347
2321
|
},
|
|
2348
2322
|
{
|
|
2349
|
-
"
|
|
2323
|
+
"type": "propertySignature",
|
|
2324
|
+
"key": {
|
|
2325
|
+
"type": "identifier",
|
|
2326
|
+
"name": "index"
|
|
2327
|
+
},
|
|
2350
2328
|
"annotation": {
|
|
2351
|
-
"type": "
|
|
2352
|
-
"
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
"key": {
|
|
2356
|
-
"type": "identifier",
|
|
2357
|
-
"name": "runInMacrotask"
|
|
2358
|
-
},
|
|
2359
|
-
"annotation": {
|
|
2360
|
-
"type": "keyword",
|
|
2361
|
-
"value": "boolean"
|
|
2362
|
-
},
|
|
2363
|
-
"optional": true,
|
|
2364
|
-
"computed": false
|
|
2365
|
-
},
|
|
2366
|
-
{
|
|
2367
|
-
"type": "propertySignature",
|
|
2368
|
-
"key": {
|
|
2369
|
-
"type": "identifier",
|
|
2370
|
-
"name": "runInMicrotask"
|
|
2371
|
-
},
|
|
2372
|
-
"annotation": {
|
|
2373
|
-
"type": "keyword",
|
|
2374
|
-
"value": "boolean"
|
|
2375
|
-
},
|
|
2376
|
-
"optional": true,
|
|
2377
|
-
"computed": false
|
|
2378
|
-
}
|
|
2379
|
-
]
|
|
2380
|
-
}
|
|
2329
|
+
"type": "keyword",
|
|
2330
|
+
"value": "number"
|
|
2331
|
+
},
|
|
2332
|
+
"computed": false
|
|
2381
2333
|
}
|
|
2382
|
-
]
|
|
2383
|
-
|
|
2334
|
+
]
|
|
2335
|
+
}
|
|
2336
|
+
]
|
|
2337
|
+
},
|
|
2338
|
+
"eo-form": {
|
|
2339
|
+
"properties": [
|
|
2340
|
+
{
|
|
2341
|
+
"name": "staticValues",
|
|
2342
|
+
"annotation": {
|
|
2343
|
+
"type": "reference",
|
|
2344
|
+
"typeName": {
|
|
2345
|
+
"type": "identifier",
|
|
2346
|
+
"name": "Record"
|
|
2347
|
+
},
|
|
2348
|
+
"typeParameters": {
|
|
2349
|
+
"type": "typeParameterInstantiation",
|
|
2350
|
+
"params": [
|
|
2351
|
+
{
|
|
2352
|
+
"type": "keyword",
|
|
2353
|
+
"value": "string"
|
|
2354
|
+
},
|
|
2355
|
+
{
|
|
2356
|
+
"type": "keyword",
|
|
2357
|
+
"value": "unknown"
|
|
2358
|
+
}
|
|
2359
|
+
]
|
|
2360
|
+
}
|
|
2361
|
+
}
|
|
2384
2362
|
},
|
|
2385
2363
|
{
|
|
2386
|
-
"name": "
|
|
2387
|
-
"
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
"
|
|
2391
|
-
|
|
2392
|
-
"value": "string"
|
|
2393
|
-
}
|
|
2364
|
+
"name": "layout",
|
|
2365
|
+
"annotation": {
|
|
2366
|
+
"type": "reference",
|
|
2367
|
+
"typeName": {
|
|
2368
|
+
"type": "identifier",
|
|
2369
|
+
"name": "Layout"
|
|
2394
2370
|
}
|
|
2395
|
-
|
|
2396
|
-
"returns": {}
|
|
2371
|
+
}
|
|
2397
2372
|
},
|
|
2398
2373
|
{
|
|
2399
|
-
"name": "
|
|
2400
|
-
"
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
"
|
|
2404
|
-
|
|
2405
|
-
"value": "string"
|
|
2406
|
-
}
|
|
2374
|
+
"name": "size",
|
|
2375
|
+
"annotation": {
|
|
2376
|
+
"type": "reference",
|
|
2377
|
+
"typeName": {
|
|
2378
|
+
"type": "identifier",
|
|
2379
|
+
"name": "ComponentSize"
|
|
2407
2380
|
}
|
|
2408
|
-
|
|
2409
|
-
"returns": {}
|
|
2381
|
+
}
|
|
2410
2382
|
},
|
|
2411
2383
|
{
|
|
2412
|
-
"name": "
|
|
2413
|
-
"
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
"
|
|
2417
|
-
|
|
2418
|
-
"value": "string"
|
|
2419
|
-
}
|
|
2384
|
+
"name": "labelCol",
|
|
2385
|
+
"annotation": {
|
|
2386
|
+
"type": "reference",
|
|
2387
|
+
"typeName": {
|
|
2388
|
+
"type": "identifier",
|
|
2389
|
+
"name": "ColProps"
|
|
2420
2390
|
}
|
|
2421
|
-
|
|
2422
|
-
"returns": {}
|
|
2391
|
+
}
|
|
2423
2392
|
},
|
|
2424
2393
|
{
|
|
2425
|
-
"name": "
|
|
2426
|
-
"
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2394
|
+
"name": "wrapperCol",
|
|
2395
|
+
"annotation": {
|
|
2396
|
+
"type": "reference",
|
|
2397
|
+
"typeName": {
|
|
2398
|
+
"type": "identifier",
|
|
2399
|
+
"name": "ColProps"
|
|
2400
|
+
}
|
|
2401
|
+
}
|
|
2402
|
+
},
|
|
2431
2403
|
{
|
|
2432
|
-
"
|
|
2433
|
-
"name": "Layout",
|
|
2404
|
+
"name": "formStyle",
|
|
2434
2405
|
"annotation": {
|
|
2435
|
-
"type": "
|
|
2436
|
-
"
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
"
|
|
2440
|
-
|
|
2441
|
-
{
|
|
2442
|
-
"type": "jsLiteral",
|
|
2443
|
-
"value": "vertical"
|
|
2406
|
+
"type": "reference",
|
|
2407
|
+
"typeName": {
|
|
2408
|
+
"type": "qualifiedName",
|
|
2409
|
+
"left": {
|
|
2410
|
+
"type": "identifier",
|
|
2411
|
+
"name": "React"
|
|
2444
2412
|
},
|
|
2445
|
-
{
|
|
2446
|
-
"type": "
|
|
2447
|
-
"
|
|
2413
|
+
"right": {
|
|
2414
|
+
"type": "identifier",
|
|
2415
|
+
"name": "CSSProperties"
|
|
2448
2416
|
}
|
|
2449
|
-
|
|
2417
|
+
}
|
|
2450
2418
|
}
|
|
2451
2419
|
},
|
|
2452
2420
|
{
|
|
2453
|
-
"
|
|
2454
|
-
"name": "ComponentSize",
|
|
2455
|
-
"annotation": {
|
|
2456
|
-
"type": "union",
|
|
2457
|
-
"types": [
|
|
2458
|
-
{
|
|
2459
|
-
"type": "jsLiteral",
|
|
2460
|
-
"value": "large"
|
|
2461
|
-
},
|
|
2462
|
-
{
|
|
2463
|
-
"type": "jsLiteral",
|
|
2464
|
-
"value": "medium"
|
|
2465
|
-
},
|
|
2466
|
-
{
|
|
2467
|
-
"type": "jsLiteral",
|
|
2468
|
-
"value": "small"
|
|
2469
|
-
},
|
|
2470
|
-
{
|
|
2471
|
-
"type": "jsLiteral",
|
|
2472
|
-
"value": "xs"
|
|
2473
|
-
}
|
|
2474
|
-
]
|
|
2475
|
-
}
|
|
2476
|
-
}
|
|
2477
|
-
]
|
|
2478
|
-
},
|
|
2479
|
-
"eo-dynamic-form-item": {
|
|
2480
|
-
"properties": [
|
|
2481
|
-
{
|
|
2482
|
-
"name": "name",
|
|
2483
|
-
"annotation": {
|
|
2484
|
-
"type": "keyword",
|
|
2485
|
-
"value": "string"
|
|
2486
|
-
}
|
|
2487
|
-
},
|
|
2488
|
-
{
|
|
2489
|
-
"name": "label",
|
|
2421
|
+
"name": "textContent",
|
|
2490
2422
|
"annotation": {
|
|
2491
2423
|
"type": "keyword",
|
|
2492
2424
|
"value": "string"
|
|
2493
2425
|
}
|
|
2494
|
-
}
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
"annotation": {
|
|
2498
|
-
"type": "keyword",
|
|
2499
|
-
"value": "boolean"
|
|
2500
|
-
}
|
|
2501
|
-
},
|
|
2426
|
+
}
|
|
2427
|
+
],
|
|
2428
|
+
"events": [
|
|
2502
2429
|
{
|
|
2503
|
-
"name": "
|
|
2504
|
-
"
|
|
2505
|
-
"
|
|
2506
|
-
"elementType": {
|
|
2430
|
+
"name": "values.change",
|
|
2431
|
+
"detail": {
|
|
2432
|
+
"annotation": {
|
|
2507
2433
|
"type": "reference",
|
|
2508
2434
|
"typeName": {
|
|
2509
2435
|
"type": "identifier",
|
|
2510
|
-
"name": "
|
|
2436
|
+
"name": "Record"
|
|
2437
|
+
},
|
|
2438
|
+
"typeParameters": {
|
|
2439
|
+
"type": "typeParameterInstantiation",
|
|
2440
|
+
"params": [
|
|
2441
|
+
{
|
|
2442
|
+
"type": "keyword",
|
|
2443
|
+
"value": "string"
|
|
2444
|
+
},
|
|
2445
|
+
{
|
|
2446
|
+
"type": "keyword",
|
|
2447
|
+
"value": "unknown"
|
|
2448
|
+
}
|
|
2449
|
+
]
|
|
2511
2450
|
}
|
|
2512
2451
|
}
|
|
2513
2452
|
}
|
|
2514
2453
|
},
|
|
2515
2454
|
{
|
|
2516
|
-
"name": "
|
|
2517
|
-
"
|
|
2518
|
-
"
|
|
2519
|
-
|
|
2520
|
-
"
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
"
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2455
|
+
"name": "validate.success",
|
|
2456
|
+
"detail": {
|
|
2457
|
+
"annotation": {
|
|
2458
|
+
"type": "reference",
|
|
2459
|
+
"typeName": {
|
|
2460
|
+
"type": "identifier",
|
|
2461
|
+
"name": "Record"
|
|
2462
|
+
},
|
|
2463
|
+
"typeParameters": {
|
|
2464
|
+
"type": "typeParameterInstantiation",
|
|
2465
|
+
"params": [
|
|
2466
|
+
{
|
|
2467
|
+
"type": "keyword",
|
|
2468
|
+
"value": "string"
|
|
2469
|
+
},
|
|
2470
|
+
{
|
|
2471
|
+
"type": "keyword",
|
|
2472
|
+
"value": "unknown"
|
|
2473
|
+
}
|
|
2474
|
+
]
|
|
2475
|
+
}
|
|
2535
2476
|
}
|
|
2536
2477
|
}
|
|
2537
2478
|
},
|
|
2538
2479
|
{
|
|
2539
|
-
"name": "
|
|
2540
|
-
"
|
|
2541
|
-
"
|
|
2542
|
-
|
|
2543
|
-
{
|
|
2544
|
-
"type": "keyword",
|
|
2545
|
-
"value": "boolean"
|
|
2546
|
-
},
|
|
2547
|
-
{
|
|
2480
|
+
"name": "validate.error",
|
|
2481
|
+
"detail": {
|
|
2482
|
+
"annotation": {
|
|
2483
|
+
"type": "array",
|
|
2484
|
+
"elementType": {
|
|
2548
2485
|
"type": "parenthesizedType",
|
|
2549
2486
|
"annotation": {
|
|
2550
|
-
"type": "
|
|
2551
|
-
"
|
|
2487
|
+
"type": "intersection",
|
|
2488
|
+
"types": [
|
|
2552
2489
|
{
|
|
2553
|
-
"type": "
|
|
2554
|
-
"
|
|
2555
|
-
|
|
2556
|
-
"
|
|
2557
|
-
"typeName": {
|
|
2558
|
-
"type": "identifier",
|
|
2559
|
-
"name": "Record"
|
|
2560
|
-
},
|
|
2561
|
-
"typeParameters": {
|
|
2562
|
-
"type": "typeParameterInstantiation",
|
|
2563
|
-
"params": [
|
|
2564
|
-
{
|
|
2565
|
-
"type": "keyword",
|
|
2566
|
-
"value": "string"
|
|
2567
|
-
},
|
|
2568
|
-
{
|
|
2569
|
-
"type": "keyword",
|
|
2570
|
-
"value": "any"
|
|
2571
|
-
}
|
|
2572
|
-
]
|
|
2573
|
-
}
|
|
2490
|
+
"type": "reference",
|
|
2491
|
+
"typeName": {
|
|
2492
|
+
"type": "identifier",
|
|
2493
|
+
"name": "MessageBody"
|
|
2574
2494
|
}
|
|
2575
2495
|
},
|
|
2576
2496
|
{
|
|
2577
|
-
"type": "
|
|
2578
|
-
"
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2497
|
+
"type": "typeLiteral",
|
|
2498
|
+
"members": [
|
|
2499
|
+
{
|
|
2500
|
+
"type": "propertySignature",
|
|
2501
|
+
"key": {
|
|
2502
|
+
"type": "identifier",
|
|
2503
|
+
"name": "name"
|
|
2504
|
+
},
|
|
2505
|
+
"annotation": {
|
|
2506
|
+
"type": "keyword",
|
|
2507
|
+
"value": "string"
|
|
2508
|
+
},
|
|
2509
|
+
"computed": false
|
|
2510
|
+
}
|
|
2511
|
+
]
|
|
2583
2512
|
}
|
|
2584
|
-
]
|
|
2585
|
-
"annotation": {
|
|
2586
|
-
"type": "keyword",
|
|
2587
|
-
"value": "boolean"
|
|
2588
|
-
}
|
|
2513
|
+
]
|
|
2589
2514
|
}
|
|
2590
2515
|
}
|
|
2591
|
-
|
|
2516
|
+
}
|
|
2592
2517
|
}
|
|
2593
|
-
}
|
|
2518
|
+
}
|
|
2519
|
+
],
|
|
2520
|
+
"methods": [
|
|
2594
2521
|
{
|
|
2595
|
-
"name": "
|
|
2596
|
-
"
|
|
2597
|
-
|
|
2598
|
-
"
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
"type": "
|
|
2607
|
-
"
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
"name": "Record"
|
|
2616
|
-
},
|
|
2617
|
-
"typeParameters": {
|
|
2618
|
-
"type": "typeParameterInstantiation",
|
|
2619
|
-
"params": [
|
|
2620
|
-
{
|
|
2621
|
-
"type": "keyword",
|
|
2622
|
-
"value": "string"
|
|
2623
|
-
},
|
|
2624
|
-
{
|
|
2625
|
-
"type": "keyword",
|
|
2626
|
-
"value": "any"
|
|
2627
|
-
}
|
|
2628
|
-
]
|
|
2629
|
-
}
|
|
2630
|
-
}
|
|
2631
|
-
},
|
|
2632
|
-
{
|
|
2633
|
-
"type": "identifier",
|
|
2634
|
-
"name": "index",
|
|
2635
|
-
"annotation": {
|
|
2522
|
+
"name": "validate",
|
|
2523
|
+
"params": [],
|
|
2524
|
+
"returns": {
|
|
2525
|
+
"annotation": {
|
|
2526
|
+
"type": "union",
|
|
2527
|
+
"types": [
|
|
2528
|
+
{
|
|
2529
|
+
"type": "keyword",
|
|
2530
|
+
"value": "boolean"
|
|
2531
|
+
},
|
|
2532
|
+
{
|
|
2533
|
+
"type": "reference",
|
|
2534
|
+
"typeName": {
|
|
2535
|
+
"type": "identifier",
|
|
2536
|
+
"name": "Record"
|
|
2537
|
+
},
|
|
2538
|
+
"typeParameters": {
|
|
2539
|
+
"type": "typeParameterInstantiation",
|
|
2540
|
+
"params": [
|
|
2541
|
+
{
|
|
2636
2542
|
"type": "keyword",
|
|
2637
|
-
"value": "
|
|
2543
|
+
"value": "string"
|
|
2544
|
+
},
|
|
2545
|
+
{
|
|
2546
|
+
"type": "keyword",
|
|
2547
|
+
"value": "unknown"
|
|
2638
2548
|
}
|
|
2639
|
-
|
|
2640
|
-
],
|
|
2641
|
-
"annotation": {
|
|
2642
|
-
"type": "keyword",
|
|
2643
|
-
"value": "boolean"
|
|
2549
|
+
]
|
|
2644
2550
|
}
|
|
2645
2551
|
}
|
|
2646
|
-
|
|
2647
|
-
|
|
2552
|
+
]
|
|
2553
|
+
}
|
|
2648
2554
|
}
|
|
2649
2555
|
},
|
|
2650
2556
|
{
|
|
2651
|
-
"name": "
|
|
2557
|
+
"name": "setInitValue",
|
|
2558
|
+
"params": [
|
|
2559
|
+
{
|
|
2560
|
+
"name": "values",
|
|
2561
|
+
"annotation": {
|
|
2562
|
+
"type": "reference",
|
|
2563
|
+
"typeName": {
|
|
2564
|
+
"type": "identifier",
|
|
2565
|
+
"name": "Record"
|
|
2566
|
+
},
|
|
2567
|
+
"typeParameters": {
|
|
2568
|
+
"type": "typeParameterInstantiation",
|
|
2569
|
+
"params": [
|
|
2570
|
+
{
|
|
2571
|
+
"type": "keyword",
|
|
2572
|
+
"value": "string"
|
|
2573
|
+
},
|
|
2574
|
+
{
|
|
2575
|
+
"type": "keyword",
|
|
2576
|
+
"value": "unknown"
|
|
2577
|
+
}
|
|
2578
|
+
]
|
|
2579
|
+
}
|
|
2580
|
+
}
|
|
2581
|
+
},
|
|
2582
|
+
{
|
|
2583
|
+
"name": "options",
|
|
2584
|
+
"annotation": {
|
|
2585
|
+
"type": "typeLiteral",
|
|
2586
|
+
"members": [
|
|
2587
|
+
{
|
|
2588
|
+
"type": "propertySignature",
|
|
2589
|
+
"key": {
|
|
2590
|
+
"type": "identifier",
|
|
2591
|
+
"name": "runInMacrotask"
|
|
2592
|
+
},
|
|
2593
|
+
"annotation": {
|
|
2594
|
+
"type": "keyword",
|
|
2595
|
+
"value": "boolean"
|
|
2596
|
+
},
|
|
2597
|
+
"optional": true,
|
|
2598
|
+
"computed": false
|
|
2599
|
+
},
|
|
2600
|
+
{
|
|
2601
|
+
"type": "propertySignature",
|
|
2602
|
+
"key": {
|
|
2603
|
+
"type": "identifier",
|
|
2604
|
+
"name": "runInMicrotask"
|
|
2605
|
+
},
|
|
2606
|
+
"annotation": {
|
|
2607
|
+
"type": "keyword",
|
|
2608
|
+
"value": "boolean"
|
|
2609
|
+
},
|
|
2610
|
+
"optional": true,
|
|
2611
|
+
"computed": false
|
|
2612
|
+
}
|
|
2613
|
+
]
|
|
2614
|
+
}
|
|
2615
|
+
}
|
|
2616
|
+
],
|
|
2617
|
+
"returns": {}
|
|
2618
|
+
},
|
|
2619
|
+
{
|
|
2620
|
+
"name": "resetFields",
|
|
2621
|
+
"params": [
|
|
2622
|
+
{
|
|
2623
|
+
"name": "name",
|
|
2624
|
+
"annotation": {
|
|
2625
|
+
"type": "keyword",
|
|
2626
|
+
"value": "string"
|
|
2627
|
+
}
|
|
2628
|
+
}
|
|
2629
|
+
],
|
|
2630
|
+
"returns": {}
|
|
2631
|
+
},
|
|
2632
|
+
{
|
|
2633
|
+
"name": "getFieldsValue",
|
|
2634
|
+
"params": [
|
|
2635
|
+
{
|
|
2636
|
+
"name": "name",
|
|
2637
|
+
"annotation": {
|
|
2638
|
+
"type": "keyword",
|
|
2639
|
+
"value": "string"
|
|
2640
|
+
}
|
|
2641
|
+
}
|
|
2642
|
+
],
|
|
2643
|
+
"returns": {}
|
|
2644
|
+
},
|
|
2645
|
+
{
|
|
2646
|
+
"name": "validateField",
|
|
2647
|
+
"params": [
|
|
2648
|
+
{
|
|
2649
|
+
"name": "name",
|
|
2650
|
+
"annotation": {
|
|
2651
|
+
"type": "keyword",
|
|
2652
|
+
"value": "string"
|
|
2653
|
+
}
|
|
2654
|
+
}
|
|
2655
|
+
],
|
|
2656
|
+
"returns": {}
|
|
2657
|
+
},
|
|
2658
|
+
{
|
|
2659
|
+
"name": "resetValidateState",
|
|
2660
|
+
"params": [],
|
|
2661
|
+
"returns": {}
|
|
2662
|
+
}
|
|
2663
|
+
],
|
|
2664
|
+
"types": [
|
|
2665
|
+
{
|
|
2666
|
+
"type": "typeAlias",
|
|
2667
|
+
"name": "Layout",
|
|
2652
2668
|
"annotation": {
|
|
2653
2669
|
"type": "union",
|
|
2654
2670
|
"types": [
|
|
2655
2671
|
{
|
|
2656
|
-
"type": "
|
|
2657
|
-
"value": "
|
|
2672
|
+
"type": "jsLiteral",
|
|
2673
|
+
"value": "horizontal"
|
|
2658
2674
|
},
|
|
2659
2675
|
{
|
|
2660
|
-
"type": "
|
|
2661
|
-
"
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
"name": "value",
|
|
2667
|
-
"annotation": {
|
|
2668
|
-
"type": "array",
|
|
2669
|
-
"elementType": {
|
|
2670
|
-
"type": "reference",
|
|
2671
|
-
"typeName": {
|
|
2672
|
-
"type": "identifier",
|
|
2673
|
-
"name": "Record"
|
|
2674
|
-
},
|
|
2675
|
-
"typeParameters": {
|
|
2676
|
-
"type": "typeParameterInstantiation",
|
|
2677
|
-
"params": [
|
|
2678
|
-
{
|
|
2679
|
-
"type": "keyword",
|
|
2680
|
-
"value": "string"
|
|
2681
|
-
},
|
|
2682
|
-
{
|
|
2683
|
-
"type": "keyword",
|
|
2684
|
-
"value": "any"
|
|
2685
|
-
}
|
|
2686
|
-
]
|
|
2687
|
-
}
|
|
2688
|
-
}
|
|
2689
|
-
}
|
|
2690
|
-
}
|
|
2691
|
-
],
|
|
2692
|
-
"annotation": {
|
|
2693
|
-
"type": "keyword",
|
|
2694
|
-
"value": "boolean"
|
|
2695
|
-
}
|
|
2696
|
-
}
|
|
2676
|
+
"type": "jsLiteral",
|
|
2677
|
+
"value": "vertical"
|
|
2678
|
+
},
|
|
2679
|
+
{
|
|
2680
|
+
"type": "jsLiteral",
|
|
2681
|
+
"value": "inline"
|
|
2697
2682
|
}
|
|
2698
2683
|
]
|
|
2699
2684
|
}
|
|
2700
2685
|
},
|
|
2701
2686
|
{
|
|
2702
|
-
"
|
|
2687
|
+
"type": "typeAlias",
|
|
2688
|
+
"name": "ComponentSize",
|
|
2703
2689
|
"annotation": {
|
|
2704
2690
|
"type": "union",
|
|
2705
2691
|
"types": [
|
|
2706
2692
|
{
|
|
2707
|
-
"type": "
|
|
2708
|
-
"value": "
|
|
2693
|
+
"type": "jsLiteral",
|
|
2694
|
+
"value": "large"
|
|
2709
2695
|
},
|
|
2710
2696
|
{
|
|
2711
|
-
"type": "
|
|
2712
|
-
"
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
"type": "reference",
|
|
2722
|
-
"typeName": {
|
|
2723
|
-
"type": "identifier",
|
|
2724
|
-
"name": "Record"
|
|
2725
|
-
},
|
|
2726
|
-
"typeParameters": {
|
|
2727
|
-
"type": "typeParameterInstantiation",
|
|
2728
|
-
"params": [
|
|
2729
|
-
{
|
|
2730
|
-
"type": "keyword",
|
|
2731
|
-
"value": "string"
|
|
2732
|
-
},
|
|
2733
|
-
{
|
|
2734
|
-
"type": "keyword",
|
|
2735
|
-
"value": "any"
|
|
2736
|
-
}
|
|
2737
|
-
]
|
|
2738
|
-
}
|
|
2739
|
-
}
|
|
2740
|
-
}
|
|
2741
|
-
}
|
|
2742
|
-
],
|
|
2743
|
-
"annotation": {
|
|
2744
|
-
"type": "keyword",
|
|
2745
|
-
"value": "boolean"
|
|
2746
|
-
}
|
|
2747
|
-
}
|
|
2697
|
+
"type": "jsLiteral",
|
|
2698
|
+
"value": "medium"
|
|
2699
|
+
},
|
|
2700
|
+
{
|
|
2701
|
+
"type": "jsLiteral",
|
|
2702
|
+
"value": "small"
|
|
2703
|
+
},
|
|
2704
|
+
{
|
|
2705
|
+
"type": "jsLiteral",
|
|
2706
|
+
"value": "xs"
|
|
2748
2707
|
}
|
|
2749
2708
|
]
|
|
2750
2709
|
}
|
|
2710
|
+
}
|
|
2711
|
+
]
|
|
2712
|
+
},
|
|
2713
|
+
"eo-icon-select": {
|
|
2714
|
+
"properties": [
|
|
2715
|
+
{
|
|
2716
|
+
"name": "name",
|
|
2717
|
+
"annotation": {
|
|
2718
|
+
"type": "keyword",
|
|
2719
|
+
"value": "string"
|
|
2720
|
+
}
|
|
2751
2721
|
},
|
|
2752
2722
|
{
|
|
2753
|
-
"name": "
|
|
2723
|
+
"name": "label",
|
|
2724
|
+
"annotation": {
|
|
2725
|
+
"type": "keyword",
|
|
2726
|
+
"value": "string"
|
|
2727
|
+
}
|
|
2728
|
+
},
|
|
2729
|
+
{
|
|
2730
|
+
"name": "value",
|
|
2754
2731
|
"annotation": {
|
|
2755
2732
|
"type": "reference",
|
|
2756
2733
|
"typeName": {
|
|
2757
2734
|
"type": "identifier",
|
|
2758
|
-
"name": "
|
|
2759
|
-
}
|
|
2760
|
-
}
|
|
2761
|
-
}
|
|
2762
|
-
],
|
|
2763
|
-
"events": [
|
|
2764
|
-
{
|
|
2765
|
-
"name": "change",
|
|
2766
|
-
"detail": {
|
|
2767
|
-
"annotation": {
|
|
2768
|
-
"type": "array",
|
|
2769
|
-
"elementType": {
|
|
2770
|
-
"type": "reference",
|
|
2771
|
-
"typeName": {
|
|
2772
|
-
"type": "identifier",
|
|
2773
|
-
"name": "DynamicFormValuesItem"
|
|
2774
|
-
}
|
|
2775
|
-
}
|
|
2735
|
+
"name": "Icon"
|
|
2776
2736
|
}
|
|
2777
2737
|
}
|
|
2778
2738
|
},
|
|
2779
2739
|
{
|
|
2780
|
-
"name": "
|
|
2781
|
-
"
|
|
2782
|
-
"
|
|
2783
|
-
|
|
2784
|
-
"typeName": {
|
|
2785
|
-
"type": "identifier",
|
|
2786
|
-
"name": "rowDataType"
|
|
2787
|
-
}
|
|
2788
|
-
}
|
|
2740
|
+
"name": "disabled",
|
|
2741
|
+
"annotation": {
|
|
2742
|
+
"type": "keyword",
|
|
2743
|
+
"value": "boolean"
|
|
2789
2744
|
}
|
|
2790
2745
|
},
|
|
2791
2746
|
{
|
|
2792
|
-
"name": "
|
|
2793
|
-
"
|
|
2794
|
-
"
|
|
2795
|
-
|
|
2796
|
-
"typeName": {
|
|
2797
|
-
"type": "identifier",
|
|
2798
|
-
"name": "rowDataType"
|
|
2799
|
-
}
|
|
2800
|
-
}
|
|
2747
|
+
"name": "required",
|
|
2748
|
+
"annotation": {
|
|
2749
|
+
"type": "keyword",
|
|
2750
|
+
"value": "boolean"
|
|
2801
2751
|
}
|
|
2802
|
-
}
|
|
2803
|
-
],
|
|
2804
|
-
"methods": [],
|
|
2805
|
-
"types": [
|
|
2752
|
+
},
|
|
2806
2753
|
{
|
|
2807
|
-
"
|
|
2808
|
-
"name": "DynamicFormValuesItem",
|
|
2754
|
+
"name": "message",
|
|
2809
2755
|
"annotation": {
|
|
2810
2756
|
"type": "reference",
|
|
2811
2757
|
"typeName": {
|
|
@@ -2821,57 +2767,71 @@
|
|
|
2821
2767
|
},
|
|
2822
2768
|
{
|
|
2823
2769
|
"type": "keyword",
|
|
2824
|
-
"value": "
|
|
2770
|
+
"value": "string"
|
|
2825
2771
|
}
|
|
2826
2772
|
]
|
|
2827
2773
|
}
|
|
2828
2774
|
}
|
|
2829
|
-
}
|
|
2775
|
+
}
|
|
2776
|
+
],
|
|
2777
|
+
"events": [
|
|
2830
2778
|
{
|
|
2831
|
-
"
|
|
2832
|
-
"
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
"
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2779
|
+
"name": "change",
|
|
2780
|
+
"detail": {
|
|
2781
|
+
"annotation": {
|
|
2782
|
+
"type": "union",
|
|
2783
|
+
"types": [
|
|
2784
|
+
{
|
|
2785
|
+
"type": "reference",
|
|
2786
|
+
"typeName": {
|
|
2787
|
+
"type": "identifier",
|
|
2788
|
+
"name": "Icon"
|
|
2789
|
+
}
|
|
2790
|
+
},
|
|
2791
|
+
{
|
|
2792
|
+
"type": "keyword",
|
|
2793
|
+
"value": "undefined"
|
|
2794
|
+
}
|
|
2795
|
+
]
|
|
2796
|
+
}
|
|
2797
|
+
}
|
|
2798
|
+
}
|
|
2799
|
+
],
|
|
2800
|
+
"methods": [],
|
|
2801
|
+
"types": [
|
|
2802
|
+
{
|
|
2803
|
+
"type": "typeAlias",
|
|
2804
|
+
"name": "Icon",
|
|
2805
|
+
"annotation": {
|
|
2806
|
+
"type": "intersection",
|
|
2807
|
+
"types": [
|
|
2808
|
+
{
|
|
2841
2809
|
"type": "reference",
|
|
2842
2810
|
"typeName": {
|
|
2843
2811
|
"type": "identifier",
|
|
2844
|
-
"name": "
|
|
2845
|
-
}
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2812
|
+
"name": "LibIconProps"
|
|
2813
|
+
}
|
|
2814
|
+
},
|
|
2815
|
+
{
|
|
2816
|
+
"type": "typeLiteral",
|
|
2817
|
+
"members": [
|
|
2818
|
+
{
|
|
2819
|
+
"type": "propertySignature",
|
|
2820
|
+
"key": {
|
|
2821
|
+
"type": "identifier",
|
|
2822
|
+
"name": "color"
|
|
2823
|
+
},
|
|
2824
|
+
"annotation": {
|
|
2850
2825
|
"type": "keyword",
|
|
2851
2826
|
"value": "string"
|
|
2852
2827
|
},
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
"computed": false
|
|
2861
|
-
},
|
|
2862
|
-
{
|
|
2863
|
-
"type": "propertySignature",
|
|
2864
|
-
"key": {
|
|
2865
|
-
"type": "identifier",
|
|
2866
|
-
"name": "index"
|
|
2867
|
-
},
|
|
2868
|
-
"annotation": {
|
|
2869
|
-
"type": "keyword",
|
|
2870
|
-
"value": "number"
|
|
2871
|
-
},
|
|
2872
|
-
"computed": false
|
|
2873
|
-
}
|
|
2874
|
-
]
|
|
2828
|
+
"optional": true,
|
|
2829
|
+
"computed": false
|
|
2830
|
+
}
|
|
2831
|
+
]
|
|
2832
|
+
}
|
|
2833
|
+
]
|
|
2834
|
+
}
|
|
2875
2835
|
}
|
|
2876
2836
|
]
|
|
2877
2837
|
},
|
|
@@ -3921,7 +3881,7 @@
|
|
|
3921
3881
|
}
|
|
3922
3882
|
]
|
|
3923
3883
|
},
|
|
3924
|
-
"eo-
|
|
3884
|
+
"eo-select": {
|
|
3925
3885
|
"properties": [
|
|
3926
3886
|
{
|
|
3927
3887
|
"name": "name",
|
|
@@ -3930,6 +3890,13 @@
|
|
|
3930
3890
|
"value": "string"
|
|
3931
3891
|
}
|
|
3932
3892
|
},
|
|
3893
|
+
{
|
|
3894
|
+
"name": "placeholder",
|
|
3895
|
+
"annotation": {
|
|
3896
|
+
"type": "keyword",
|
|
3897
|
+
"value": "string"
|
|
3898
|
+
}
|
|
3899
|
+
},
|
|
3933
3900
|
{
|
|
3934
3901
|
"name": "label",
|
|
3935
3902
|
"annotation": {
|
|
@@ -3945,7 +3912,7 @@
|
|
|
3945
3912
|
"type": "reference",
|
|
3946
3913
|
"typeName": {
|
|
3947
3914
|
"type": "identifier",
|
|
3948
|
-
"name": "
|
|
3915
|
+
"name": "GeneralComplexOption"
|
|
3949
3916
|
}
|
|
3950
3917
|
}
|
|
3951
3918
|
}
|
|
@@ -3995,101 +3962,289 @@
|
|
|
3995
3962
|
}
|
|
3996
3963
|
},
|
|
3997
3964
|
{
|
|
3998
|
-
"name": "
|
|
3965
|
+
"name": "mode",
|
|
3999
3966
|
"annotation": {
|
|
4000
|
-
"type": "
|
|
4001
|
-
"
|
|
4002
|
-
|
|
4003
|
-
|
|
4004
|
-
|
|
3967
|
+
"type": "union",
|
|
3968
|
+
"types": [
|
|
3969
|
+
{
|
|
3970
|
+
"type": "jsLiteral",
|
|
3971
|
+
"value": "tags"
|
|
3972
|
+
},
|
|
3973
|
+
{
|
|
3974
|
+
"type": "jsLiteral",
|
|
3975
|
+
"value": "multiple"
|
|
3976
|
+
}
|
|
3977
|
+
]
|
|
4005
3978
|
}
|
|
4006
3979
|
},
|
|
4007
3980
|
{
|
|
4008
|
-
"name": "
|
|
3981
|
+
"name": "tokenSeparators",
|
|
4009
3982
|
"annotation": {
|
|
4010
|
-
"type": "
|
|
4011
|
-
"
|
|
4012
|
-
"type": "
|
|
4013
|
-
"
|
|
3983
|
+
"type": "array",
|
|
3984
|
+
"elementType": {
|
|
3985
|
+
"type": "keyword",
|
|
3986
|
+
"value": "string"
|
|
4014
3987
|
}
|
|
4015
3988
|
}
|
|
4016
3989
|
},
|
|
4017
3990
|
{
|
|
4018
|
-
"name": "
|
|
3991
|
+
"name": "maxTagCount",
|
|
4019
3992
|
"annotation": {
|
|
4020
|
-
"type": "
|
|
4021
|
-
"
|
|
4022
|
-
"type": "identifier",
|
|
4023
|
-
"name": "ComponentSize"
|
|
4024
|
-
}
|
|
3993
|
+
"type": "keyword",
|
|
3994
|
+
"value": "number"
|
|
4025
3995
|
}
|
|
4026
3996
|
},
|
|
4027
3997
|
{
|
|
4028
|
-
"name": "
|
|
3998
|
+
"name": "groupBy",
|
|
4029
3999
|
"annotation": {
|
|
4030
|
-
"type": "
|
|
4031
|
-
"
|
|
4032
|
-
|
|
4033
|
-
|
|
4034
|
-
|
|
4035
|
-
|
|
4036
|
-
|
|
4037
|
-
|
|
4038
|
-
|
|
4039
|
-
|
|
4000
|
+
"type": "keyword",
|
|
4001
|
+
"value": "string"
|
|
4002
|
+
}
|
|
4003
|
+
},
|
|
4004
|
+
{
|
|
4005
|
+
"name": "suffix",
|
|
4006
|
+
"annotation": {
|
|
4007
|
+
"type": "typeLiteral",
|
|
4008
|
+
"members": [
|
|
4009
|
+
{
|
|
4010
|
+
"type": "propertySignature",
|
|
4011
|
+
"key": {
|
|
4012
|
+
"type": "identifier",
|
|
4013
|
+
"name": "useBrick"
|
|
4014
|
+
},
|
|
4015
|
+
"annotation": {
|
|
4016
|
+
"type": "reference",
|
|
4017
|
+
"typeName": {
|
|
4018
|
+
"type": "identifier",
|
|
4019
|
+
"name": "UseSingleBrickConf"
|
|
4020
|
+
}
|
|
4021
|
+
},
|
|
4022
|
+
"computed": false
|
|
4040
4023
|
}
|
|
4041
|
-
|
|
4024
|
+
]
|
|
4042
4025
|
}
|
|
4043
4026
|
},
|
|
4044
4027
|
{
|
|
4045
|
-
"name": "
|
|
4028
|
+
"name": "clearable",
|
|
4046
4029
|
"annotation": {
|
|
4047
|
-
"type": "
|
|
4048
|
-
"
|
|
4049
|
-
"type": "identifier",
|
|
4050
|
-
"name": "UseSingleBrickConf"
|
|
4051
|
-
}
|
|
4030
|
+
"type": "keyword",
|
|
4031
|
+
"value": "boolean"
|
|
4052
4032
|
}
|
|
4053
4033
|
},
|
|
4054
4034
|
{
|
|
4055
|
-
"name": "
|
|
4035
|
+
"name": "fields",
|
|
4056
4036
|
"annotation": {
|
|
4057
|
-
"type": "
|
|
4058
|
-
"
|
|
4037
|
+
"type": "typeLiteral",
|
|
4038
|
+
"members": [
|
|
4059
4039
|
{
|
|
4060
|
-
"type": "
|
|
4061
|
-
"
|
|
4040
|
+
"type": "propertySignature",
|
|
4041
|
+
"key": {
|
|
4042
|
+
"type": "identifier",
|
|
4043
|
+
"name": "label"
|
|
4044
|
+
},
|
|
4045
|
+
"annotation": {
|
|
4046
|
+
"type": "keyword",
|
|
4047
|
+
"value": "string"
|
|
4048
|
+
},
|
|
4049
|
+
"optional": true,
|
|
4050
|
+
"computed": false
|
|
4062
4051
|
},
|
|
4063
4052
|
{
|
|
4064
|
-
"type": "
|
|
4065
|
-
"
|
|
4053
|
+
"type": "propertySignature",
|
|
4054
|
+
"key": {
|
|
4055
|
+
"type": "identifier",
|
|
4056
|
+
"name": "value"
|
|
4057
|
+
},
|
|
4058
|
+
"annotation": {
|
|
4059
|
+
"type": "keyword",
|
|
4060
|
+
"value": "string"
|
|
4061
|
+
},
|
|
4062
|
+
"optional": true,
|
|
4063
|
+
"computed": false
|
|
4066
4064
|
}
|
|
4067
4065
|
]
|
|
4068
4066
|
}
|
|
4069
|
-
}
|
|
4070
|
-
|
|
4067
|
+
},
|
|
4068
|
+
{
|
|
4069
|
+
"name": "useBackend",
|
|
4070
|
+
"annotation": {
|
|
4071
|
+
"type": "reference",
|
|
4072
|
+
"typeName": {
|
|
4073
|
+
"type": "identifier",
|
|
4074
|
+
"name": "UseBackendConf"
|
|
4075
|
+
}
|
|
4076
|
+
}
|
|
4077
|
+
},
|
|
4078
|
+
{
|
|
4079
|
+
"name": "debounceSearchDelay",
|
|
4080
|
+
"annotation": {
|
|
4081
|
+
"type": "keyword",
|
|
4082
|
+
"value": "number"
|
|
4083
|
+
}
|
|
4084
|
+
},
|
|
4085
|
+
{
|
|
4086
|
+
"name": "inputStyle",
|
|
4087
|
+
"annotation": {
|
|
4088
|
+
"type": "reference",
|
|
4089
|
+
"typeName": {
|
|
4090
|
+
"type": "qualifiedName",
|
|
4091
|
+
"left": {
|
|
4092
|
+
"type": "identifier",
|
|
4093
|
+
"name": "React"
|
|
4094
|
+
},
|
|
4095
|
+
"right": {
|
|
4096
|
+
"type": "identifier",
|
|
4097
|
+
"name": "CSSProperties"
|
|
4098
|
+
}
|
|
4099
|
+
}
|
|
4100
|
+
}
|
|
4101
|
+
},
|
|
4102
|
+
{
|
|
4103
|
+
"name": "dropdownStyle",
|
|
4104
|
+
"annotation": {
|
|
4105
|
+
"type": "reference",
|
|
4106
|
+
"typeName": {
|
|
4107
|
+
"type": "qualifiedName",
|
|
4108
|
+
"left": {
|
|
4109
|
+
"type": "identifier",
|
|
4110
|
+
"name": "React"
|
|
4111
|
+
},
|
|
4112
|
+
"right": {
|
|
4113
|
+
"type": "identifier",
|
|
4114
|
+
"name": "CSSProperties"
|
|
4115
|
+
}
|
|
4116
|
+
}
|
|
4117
|
+
}
|
|
4118
|
+
},
|
|
4119
|
+
{
|
|
4120
|
+
"name": "dropdownHoist",
|
|
4121
|
+
"annotation": {
|
|
4122
|
+
"type": "keyword",
|
|
4123
|
+
"value": "boolean"
|
|
4124
|
+
}
|
|
4125
|
+
},
|
|
4126
|
+
{
|
|
4127
|
+
"name": "themeVariant",
|
|
4128
|
+
"annotation": {
|
|
4129
|
+
"type": "union",
|
|
4130
|
+
"types": [
|
|
4131
|
+
{
|
|
4132
|
+
"type": "jsLiteral",
|
|
4133
|
+
"value": "default"
|
|
4134
|
+
},
|
|
4135
|
+
{
|
|
4136
|
+
"type": "jsLiteral",
|
|
4137
|
+
"value": "elevo"
|
|
4138
|
+
}
|
|
4139
|
+
]
|
|
4140
|
+
}
|
|
4141
|
+
}
|
|
4142
|
+
],
|
|
4071
4143
|
"events": [
|
|
4072
4144
|
{
|
|
4073
4145
|
"name": "change",
|
|
4074
4146
|
"detail": {
|
|
4075
4147
|
"annotation": {
|
|
4076
|
-
"type": "
|
|
4077
|
-
"
|
|
4148
|
+
"type": "typeLiteral",
|
|
4149
|
+
"members": [
|
|
4078
4150
|
{
|
|
4079
|
-
"type": "
|
|
4080
|
-
"
|
|
4151
|
+
"type": "propertySignature",
|
|
4152
|
+
"key": {
|
|
4081
4153
|
"type": "identifier",
|
|
4082
|
-
"name": "
|
|
4083
|
-
}
|
|
4154
|
+
"name": "value"
|
|
4155
|
+
},
|
|
4156
|
+
"annotation": {
|
|
4157
|
+
"type": "union",
|
|
4158
|
+
"types": [
|
|
4159
|
+
{
|
|
4160
|
+
"type": "keyword",
|
|
4161
|
+
"value": "string"
|
|
4162
|
+
},
|
|
4163
|
+
{
|
|
4164
|
+
"type": "array",
|
|
4165
|
+
"elementType": {
|
|
4166
|
+
"type": "keyword",
|
|
4167
|
+
"value": "string"
|
|
4168
|
+
}
|
|
4169
|
+
}
|
|
4170
|
+
]
|
|
4171
|
+
},
|
|
4172
|
+
"computed": false
|
|
4084
4173
|
},
|
|
4174
|
+
{
|
|
4175
|
+
"type": "propertySignature",
|
|
4176
|
+
"key": {
|
|
4177
|
+
"type": "identifier",
|
|
4178
|
+
"name": "options"
|
|
4179
|
+
},
|
|
4180
|
+
"annotation": {
|
|
4181
|
+
"type": "array",
|
|
4182
|
+
"elementType": {
|
|
4183
|
+
"type": "reference",
|
|
4184
|
+
"typeName": {
|
|
4185
|
+
"type": "identifier",
|
|
4186
|
+
"name": "GeneralComplexOption"
|
|
4187
|
+
}
|
|
4188
|
+
}
|
|
4189
|
+
},
|
|
4190
|
+
"computed": false
|
|
4191
|
+
}
|
|
4192
|
+
]
|
|
4193
|
+
}
|
|
4194
|
+
}
|
|
4195
|
+
},
|
|
4196
|
+
{
|
|
4197
|
+
"name": "change.v2",
|
|
4198
|
+
"detail": {
|
|
4199
|
+
"annotation": {
|
|
4200
|
+
"type": "union",
|
|
4201
|
+
"types": [
|
|
4085
4202
|
{
|
|
4086
4203
|
"type": "keyword",
|
|
4087
|
-
"value": "
|
|
4204
|
+
"value": "string"
|
|
4205
|
+
},
|
|
4206
|
+
{
|
|
4207
|
+
"type": "array",
|
|
4208
|
+
"elementType": {
|
|
4209
|
+
"type": "keyword",
|
|
4210
|
+
"value": "string"
|
|
4211
|
+
}
|
|
4088
4212
|
}
|
|
4089
4213
|
]
|
|
4090
4214
|
}
|
|
4091
4215
|
}
|
|
4092
4216
|
},
|
|
4217
|
+
{
|
|
4218
|
+
"name": "search",
|
|
4219
|
+
"detail": {
|
|
4220
|
+
"annotation": {
|
|
4221
|
+
"type": "typeLiteral",
|
|
4222
|
+
"members": [
|
|
4223
|
+
{
|
|
4224
|
+
"type": "propertySignature",
|
|
4225
|
+
"key": {
|
|
4226
|
+
"type": "identifier",
|
|
4227
|
+
"name": "value"
|
|
4228
|
+
},
|
|
4229
|
+
"annotation": {
|
|
4230
|
+
"type": "keyword",
|
|
4231
|
+
"value": "string"
|
|
4232
|
+
},
|
|
4233
|
+
"computed": false
|
|
4234
|
+
}
|
|
4235
|
+
]
|
|
4236
|
+
}
|
|
4237
|
+
}
|
|
4238
|
+
},
|
|
4239
|
+
{
|
|
4240
|
+
"name": "select.focus",
|
|
4241
|
+
"detail": {
|
|
4242
|
+
"annotation": {
|
|
4243
|
+
"type": "keyword",
|
|
4244
|
+
"value": "void"
|
|
4245
|
+
}
|
|
4246
|
+
}
|
|
4247
|
+
},
|
|
4093
4248
|
{
|
|
4094
4249
|
"name": "options.change",
|
|
4095
4250
|
"detail": {
|
|
@@ -4167,54 +4322,6 @@
|
|
|
4167
4322
|
],
|
|
4168
4323
|
"methods": [],
|
|
4169
4324
|
"types": [
|
|
4170
|
-
{
|
|
4171
|
-
"type": "typeAlias",
|
|
4172
|
-
"name": "GeneralOption",
|
|
4173
|
-
"annotation": {
|
|
4174
|
-
"type": "union",
|
|
4175
|
-
"types": [
|
|
4176
|
-
{
|
|
4177
|
-
"type": "keyword",
|
|
4178
|
-
"value": "string"
|
|
4179
|
-
},
|
|
4180
|
-
{
|
|
4181
|
-
"type": "keyword",
|
|
4182
|
-
"value": "number"
|
|
4183
|
-
},
|
|
4184
|
-
{
|
|
4185
|
-
"type": "keyword",
|
|
4186
|
-
"value": "boolean"
|
|
4187
|
-
},
|
|
4188
|
-
{
|
|
4189
|
-
"type": "reference",
|
|
4190
|
-
"typeName": {
|
|
4191
|
-
"type": "identifier",
|
|
4192
|
-
"name": "GeneralComplexOption"
|
|
4193
|
-
}
|
|
4194
|
-
},
|
|
4195
|
-
{
|
|
4196
|
-
"type": "reference",
|
|
4197
|
-
"typeName": {
|
|
4198
|
-
"type": "identifier",
|
|
4199
|
-
"name": "Record"
|
|
4200
|
-
},
|
|
4201
|
-
"typeParameters": {
|
|
4202
|
-
"type": "typeParameterInstantiation",
|
|
4203
|
-
"params": [
|
|
4204
|
-
{
|
|
4205
|
-
"type": "keyword",
|
|
4206
|
-
"value": "string"
|
|
4207
|
-
},
|
|
4208
|
-
{
|
|
4209
|
-
"type": "keyword",
|
|
4210
|
-
"value": "any"
|
|
4211
|
-
}
|
|
4212
|
-
]
|
|
4213
|
-
}
|
|
4214
|
-
}
|
|
4215
|
-
]
|
|
4216
|
-
}
|
|
4217
|
-
},
|
|
4218
4325
|
{
|
|
4219
4326
|
"type": "interface",
|
|
4220
4327
|
"name": "GeneralComplexOption",
|
|
@@ -4303,204 +4410,97 @@
|
|
|
4303
4410
|
]
|
|
4304
4411
|
},
|
|
4305
4412
|
{
|
|
4306
|
-
"type": "
|
|
4307
|
-
"name": "
|
|
4308
|
-
"
|
|
4309
|
-
|
|
4310
|
-
|
|
4311
|
-
{
|
|
4312
|
-
"type": "
|
|
4313
|
-
"
|
|
4314
|
-
},
|
|
4315
|
-
{
|
|
4316
|
-
"type": "jsLiteral",
|
|
4317
|
-
"value": "default"
|
|
4318
|
-
},
|
|
4319
|
-
{
|
|
4320
|
-
"type": "jsLiteral",
|
|
4321
|
-
"value": "icon"
|
|
4322
|
-
},
|
|
4323
|
-
{
|
|
4324
|
-
"type": "jsLiteral",
|
|
4325
|
-
"value": "icon-circle"
|
|
4326
|
-
},
|
|
4327
|
-
{
|
|
4328
|
-
"type": "jsLiteral",
|
|
4329
|
-
"value": "icon-square"
|
|
4330
|
-
},
|
|
4331
|
-
{
|
|
4332
|
-
"type": "jsLiteral",
|
|
4333
|
-
"value": "custom"
|
|
4334
|
-
}
|
|
4335
|
-
]
|
|
4336
|
-
}
|
|
4337
|
-
},
|
|
4338
|
-
{
|
|
4339
|
-
"type": "typeAlias",
|
|
4340
|
-
"name": "UIType",
|
|
4341
|
-
"annotation": {
|
|
4342
|
-
"type": "union",
|
|
4343
|
-
"types": [
|
|
4344
|
-
{
|
|
4345
|
-
"type": "jsLiteral",
|
|
4346
|
-
"value": "default"
|
|
4413
|
+
"type": "interface",
|
|
4414
|
+
"name": "UseBackendConf",
|
|
4415
|
+
"body": [
|
|
4416
|
+
{
|
|
4417
|
+
"type": "propertySignature",
|
|
4418
|
+
"key": {
|
|
4419
|
+
"type": "identifier",
|
|
4420
|
+
"name": "provider"
|
|
4347
4421
|
},
|
|
4348
|
-
{
|
|
4349
|
-
"type": "
|
|
4350
|
-
"value": "
|
|
4351
|
-
}
|
|
4352
|
-
]
|
|
4353
|
-
}
|
|
4354
|
-
},
|
|
4355
|
-
{
|
|
4356
|
-
"type": "typeAlias",
|
|
4357
|
-
"name": "ComponentSize",
|
|
4358
|
-
"annotation": {
|
|
4359
|
-
"type": "union",
|
|
4360
|
-
"types": [
|
|
4361
|
-
{
|
|
4362
|
-
"type": "jsLiteral",
|
|
4363
|
-
"value": "large"
|
|
4422
|
+
"annotation": {
|
|
4423
|
+
"type": "keyword",
|
|
4424
|
+
"value": "string"
|
|
4364
4425
|
},
|
|
4365
|
-
|
|
4366
|
-
|
|
4367
|
-
|
|
4426
|
+
"computed": false
|
|
4427
|
+
},
|
|
4428
|
+
{
|
|
4429
|
+
"type": "propertySignature",
|
|
4430
|
+
"key": {
|
|
4431
|
+
"type": "identifier",
|
|
4432
|
+
"name": "args"
|
|
4368
4433
|
},
|
|
4369
|
-
{
|
|
4370
|
-
"type": "
|
|
4371
|
-
"
|
|
4434
|
+
"annotation": {
|
|
4435
|
+
"type": "union",
|
|
4436
|
+
"types": [
|
|
4437
|
+
{
|
|
4438
|
+
"type": "array",
|
|
4439
|
+
"elementType": {
|
|
4440
|
+
"type": "keyword",
|
|
4441
|
+
"value": "any"
|
|
4442
|
+
}
|
|
4443
|
+
},
|
|
4444
|
+
{
|
|
4445
|
+
"type": "parenthesizedType",
|
|
4446
|
+
"annotation": {
|
|
4447
|
+
"type": "function",
|
|
4448
|
+
"parameters": [
|
|
4449
|
+
{
|
|
4450
|
+
"type": "restElement",
|
|
4451
|
+
"argument": {
|
|
4452
|
+
"type": "identifier",
|
|
4453
|
+
"name": "args"
|
|
4454
|
+
},
|
|
4455
|
+
"annotation": {
|
|
4456
|
+
"type": "array",
|
|
4457
|
+
"elementType": {
|
|
4458
|
+
"type": "keyword",
|
|
4459
|
+
"value": "any"
|
|
4460
|
+
}
|
|
4461
|
+
}
|
|
4462
|
+
}
|
|
4463
|
+
],
|
|
4464
|
+
"annotation": {
|
|
4465
|
+
"type": "array",
|
|
4466
|
+
"elementType": {
|
|
4467
|
+
"type": "keyword",
|
|
4468
|
+
"value": "any"
|
|
4469
|
+
}
|
|
4470
|
+
}
|
|
4471
|
+
}
|
|
4472
|
+
}
|
|
4473
|
+
]
|
|
4372
4474
|
},
|
|
4373
|
-
|
|
4374
|
-
"type": "jsLiteral",
|
|
4375
|
-
"value": "xs"
|
|
4376
|
-
}
|
|
4377
|
-
]
|
|
4378
|
-
}
|
|
4379
|
-
}
|
|
4380
|
-
]
|
|
4381
|
-
},
|
|
4382
|
-
"eo-icon-select": {
|
|
4383
|
-
"properties": [
|
|
4384
|
-
{
|
|
4385
|
-
"name": "name",
|
|
4386
|
-
"annotation": {
|
|
4387
|
-
"type": "keyword",
|
|
4388
|
-
"value": "string"
|
|
4389
|
-
}
|
|
4390
|
-
},
|
|
4391
|
-
{
|
|
4392
|
-
"name": "label",
|
|
4393
|
-
"annotation": {
|
|
4394
|
-
"type": "keyword",
|
|
4395
|
-
"value": "string"
|
|
4396
|
-
}
|
|
4397
|
-
},
|
|
4398
|
-
{
|
|
4399
|
-
"name": "value",
|
|
4400
|
-
"annotation": {
|
|
4401
|
-
"type": "reference",
|
|
4402
|
-
"typeName": {
|
|
4403
|
-
"type": "identifier",
|
|
4404
|
-
"name": "Icon"
|
|
4405
|
-
}
|
|
4406
|
-
}
|
|
4407
|
-
},
|
|
4408
|
-
{
|
|
4409
|
-
"name": "disabled",
|
|
4410
|
-
"annotation": {
|
|
4411
|
-
"type": "keyword",
|
|
4412
|
-
"value": "boolean"
|
|
4413
|
-
}
|
|
4414
|
-
},
|
|
4415
|
-
{
|
|
4416
|
-
"name": "required",
|
|
4417
|
-
"annotation": {
|
|
4418
|
-
"type": "keyword",
|
|
4419
|
-
"value": "boolean"
|
|
4420
|
-
}
|
|
4421
|
-
},
|
|
4422
|
-
{
|
|
4423
|
-
"name": "message",
|
|
4424
|
-
"annotation": {
|
|
4425
|
-
"type": "reference",
|
|
4426
|
-
"typeName": {
|
|
4427
|
-
"type": "identifier",
|
|
4428
|
-
"name": "Record"
|
|
4475
|
+
"computed": false
|
|
4429
4476
|
},
|
|
4430
|
-
|
|
4431
|
-
"type": "
|
|
4432
|
-
"
|
|
4433
|
-
|
|
4434
|
-
|
|
4435
|
-
"value": "string"
|
|
4436
|
-
},
|
|
4437
|
-
{
|
|
4438
|
-
"type": "keyword",
|
|
4439
|
-
"value": "string"
|
|
4440
|
-
}
|
|
4441
|
-
]
|
|
4442
|
-
}
|
|
4443
|
-
}
|
|
4444
|
-
}
|
|
4445
|
-
],
|
|
4446
|
-
"events": [
|
|
4447
|
-
{
|
|
4448
|
-
"name": "change",
|
|
4449
|
-
"detail": {
|
|
4450
|
-
"annotation": {
|
|
4451
|
-
"type": "union",
|
|
4452
|
-
"types": [
|
|
4453
|
-
{
|
|
4454
|
-
"type": "reference",
|
|
4455
|
-
"typeName": {
|
|
4456
|
-
"type": "identifier",
|
|
4457
|
-
"name": "Icon"
|
|
4458
|
-
}
|
|
4459
|
-
},
|
|
4460
|
-
{
|
|
4461
|
-
"type": "keyword",
|
|
4462
|
-
"value": "undefined"
|
|
4463
|
-
}
|
|
4464
|
-
]
|
|
4465
|
-
}
|
|
4466
|
-
}
|
|
4467
|
-
}
|
|
4468
|
-
],
|
|
4469
|
-
"methods": [],
|
|
4470
|
-
"types": [
|
|
4471
|
-
{
|
|
4472
|
-
"type": "typeAlias",
|
|
4473
|
-
"name": "Icon",
|
|
4474
|
-
"annotation": {
|
|
4475
|
-
"type": "intersection",
|
|
4476
|
-
"types": [
|
|
4477
|
-
{
|
|
4478
|
-
"type": "reference",
|
|
4479
|
-
"typeName": {
|
|
4480
|
-
"type": "identifier",
|
|
4481
|
-
"name": "LibIconProps"
|
|
4482
|
-
}
|
|
4477
|
+
{
|
|
4478
|
+
"type": "propertySignature",
|
|
4479
|
+
"key": {
|
|
4480
|
+
"type": "identifier",
|
|
4481
|
+
"name": "transform"
|
|
4483
4482
|
},
|
|
4484
|
-
{
|
|
4485
|
-
"type": "
|
|
4486
|
-
"
|
|
4483
|
+
"annotation": {
|
|
4484
|
+
"type": "function",
|
|
4485
|
+
"parameters": [
|
|
4487
4486
|
{
|
|
4488
|
-
"type": "
|
|
4489
|
-
"
|
|
4490
|
-
"type": "identifier",
|
|
4491
|
-
"name": "color"
|
|
4492
|
-
},
|
|
4487
|
+
"type": "identifier",
|
|
4488
|
+
"name": "data",
|
|
4493
4489
|
"annotation": {
|
|
4494
4490
|
"type": "keyword",
|
|
4495
|
-
"value": "
|
|
4496
|
-
}
|
|
4497
|
-
"optional": true,
|
|
4498
|
-
"computed": false
|
|
4491
|
+
"value": "any"
|
|
4492
|
+
}
|
|
4499
4493
|
}
|
|
4500
|
-
]
|
|
4501
|
-
|
|
4502
|
-
|
|
4503
|
-
|
|
4494
|
+
],
|
|
4495
|
+
"annotation": {
|
|
4496
|
+
"type": "keyword",
|
|
4497
|
+
"value": "void"
|
|
4498
|
+
}
|
|
4499
|
+
},
|
|
4500
|
+
"optional": true,
|
|
4501
|
+
"computed": false
|
|
4502
|
+
}
|
|
4503
|
+
]
|
|
4504
4504
|
}
|
|
4505
4505
|
]
|
|
4506
4506
|
},
|