@next-bricks/form 1.18.6 → 1.18.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +33 -33
- package/dist/chunks/1418.14c518c8.js +3 -0
- package/dist/chunks/1418.14c518c8.js.map +1 -0
- package/dist/chunks/eo-icon-select.7e1b98a9.js +3 -0
- package/dist/chunks/eo-icon-select.7e1b98a9.js.map +1 -0
- package/dist/chunks/eo-upload-file.04ac63ee.js +3 -0
- package/dist/chunks/eo-upload-file.04ac63ee.js.map +1 -0
- package/dist/chunks/eo-upload-image.863b4bb0.js +3 -0
- package/dist/chunks/eo-upload-image.863b4bb0.js.map +1 -0
- package/dist/chunks/{main.6fd1e346.js → main.cc796669.js} +2 -2
- package/dist/chunks/{main.6fd1e346.js.map → main.cc796669.js.map} +1 -1
- package/dist/examples.json +11 -11
- package/dist/{index.1ca743c9.js → index.db61fd9f.js} +2 -2
- package/dist/{index.1ca743c9.js.map → index.db61fd9f.js.map} +1 -1
- package/dist/manifest.json +382 -367
- package/dist/types.json +1375 -1327
- package/dist-types/icon-select/index.d.ts +3 -0
- package/dist-types/upload/Upload.d.ts +1 -0
- package/dist-types/upload/upload-image/index.d.ts +6 -0
- package/package.json +2 -2
- package/dist/chunks/1418.de8ee716.js +0 -3
- package/dist/chunks/1418.de8ee716.js.map +0 -1
- package/dist/chunks/eo-icon-select.55cc1eec.js +0 -3
- package/dist/chunks/eo-icon-select.55cc1eec.js.map +0 -1
- package/dist/chunks/eo-upload-file.fbd3dc1f.js +0 -3
- package/dist/chunks/eo-upload-file.fbd3dc1f.js.map +0 -1
- package/dist/chunks/eo-upload-image.5bd2ef86.js +0 -3
- package/dist/chunks/eo-upload-image.5bd2ef86.js.map +0 -1
- /package/dist/chunks/{1418.de8ee716.js.LICENSE.txt → 1418.14c518c8.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-icon-select.55cc1eec.js.LICENSE.txt → eo-icon-select.7e1b98a9.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-upload-file.fbd3dc1f.js.LICENSE.txt → eo-upload-file.04ac63ee.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-upload-image.5bd2ef86.js.LICENSE.txt → eo-upload-image.863b4bb0.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,128 +1,4 @@
|
|
|
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
|
-
},
|
|
126
2
|
"eo-textarea": {
|
|
127
3
|
"properties": [
|
|
128
4
|
{
|
|
@@ -327,6 +203,130 @@
|
|
|
327
203
|
}
|
|
328
204
|
]
|
|
329
205
|
},
|
|
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-radio": {
|
|
831
831
|
"properties": [
|
|
832
832
|
{
|
|
833
833
|
"name": "name",
|
|
@@ -844,53 +844,23 @@
|
|
|
844
844
|
}
|
|
845
845
|
},
|
|
846
846
|
{
|
|
847
|
-
"name": "
|
|
847
|
+
"name": "options",
|
|
848
848
|
"annotation": {
|
|
849
849
|
"type": "array",
|
|
850
850
|
"elementType": {
|
|
851
851
|
"type": "reference",
|
|
852
852
|
"typeName": {
|
|
853
853
|
"type": "identifier",
|
|
854
|
-
"name": "
|
|
854
|
+
"name": "GeneralOption"
|
|
855
855
|
}
|
|
856
856
|
}
|
|
857
857
|
}
|
|
858
858
|
},
|
|
859
859
|
{
|
|
860
|
-
"name": "
|
|
861
|
-
"annotation": {
|
|
862
|
-
"type": "array",
|
|
863
|
-
"elementType": {
|
|
864
|
-
"type": "reference",
|
|
865
|
-
"typeName": {
|
|
866
|
-
"type": "identifier",
|
|
867
|
-
"name": "CheckboxOptionType"
|
|
868
|
-
}
|
|
869
|
-
}
|
|
870
|
-
}
|
|
871
|
-
},
|
|
872
|
-
{
|
|
873
|
-
"name": "type",
|
|
874
|
-
"annotation": {
|
|
875
|
-
"type": "reference",
|
|
876
|
-
"typeName": {
|
|
877
|
-
"type": "identifier",
|
|
878
|
-
"name": "CheckboxType"
|
|
879
|
-
}
|
|
880
|
-
}
|
|
881
|
-
},
|
|
882
|
-
{
|
|
883
|
-
"name": "disabled",
|
|
884
|
-
"annotation": {
|
|
885
|
-
"type": "keyword",
|
|
886
|
-
"value": "boolean"
|
|
887
|
-
}
|
|
888
|
-
},
|
|
889
|
-
{
|
|
890
|
-
"name": "isCustom",
|
|
860
|
+
"name": "value",
|
|
891
861
|
"annotation": {
|
|
892
862
|
"type": "keyword",
|
|
893
|
-
"value": "
|
|
863
|
+
"value": "any"
|
|
894
864
|
}
|
|
895
865
|
},
|
|
896
866
|
{
|
|
@@ -924,25 +894,69 @@
|
|
|
924
894
|
}
|
|
925
895
|
},
|
|
926
896
|
{
|
|
927
|
-
"name": "
|
|
897
|
+
"name": "disabled",
|
|
928
898
|
"annotation": {
|
|
929
899
|
"type": "keyword",
|
|
930
900
|
"value": "boolean"
|
|
931
901
|
}
|
|
932
902
|
},
|
|
933
903
|
{
|
|
934
|
-
"name": "
|
|
904
|
+
"name": "type",
|
|
935
905
|
"annotation": {
|
|
936
|
-
"type": "
|
|
937
|
-
"
|
|
938
|
-
"type": "
|
|
939
|
-
"
|
|
906
|
+
"type": "reference",
|
|
907
|
+
"typeName": {
|
|
908
|
+
"type": "identifier",
|
|
909
|
+
"name": "RadioType"
|
|
910
|
+
}
|
|
911
|
+
}
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"name": "ui",
|
|
915
|
+
"annotation": {
|
|
916
|
+
"type": "reference",
|
|
917
|
+
"typeName": {
|
|
918
|
+
"type": "identifier",
|
|
919
|
+
"name": "UIType"
|
|
920
|
+
}
|
|
921
|
+
}
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"name": "size",
|
|
925
|
+
"annotation": {
|
|
926
|
+
"type": "reference",
|
|
927
|
+
"typeName": {
|
|
928
|
+
"type": "identifier",
|
|
929
|
+
"name": "ComponentSize"
|
|
930
|
+
}
|
|
931
|
+
}
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"name": "customStyle",
|
|
935
|
+
"annotation": {
|
|
936
|
+
"type": "reference",
|
|
937
|
+
"typeName": {
|
|
938
|
+
"type": "qualifiedName",
|
|
939
|
+
"left": {
|
|
940
940
|
"type": "identifier",
|
|
941
|
-
"name": "
|
|
941
|
+
"name": "React"
|
|
942
|
+
},
|
|
943
|
+
"right": {
|
|
944
|
+
"type": "identifier",
|
|
945
|
+
"name": "CSSProperties"
|
|
942
946
|
}
|
|
943
947
|
}
|
|
944
948
|
}
|
|
945
949
|
},
|
|
950
|
+
{
|
|
951
|
+
"name": "useBrick",
|
|
952
|
+
"annotation": {
|
|
953
|
+
"type": "reference",
|
|
954
|
+
"typeName": {
|
|
955
|
+
"type": "identifier",
|
|
956
|
+
"name": "UseSingleBrickConf"
|
|
957
|
+
}
|
|
958
|
+
}
|
|
959
|
+
},
|
|
946
960
|
{
|
|
947
961
|
"name": "themeVariant",
|
|
948
962
|
"annotation": {
|
|
@@ -965,14 +979,20 @@
|
|
|
965
979
|
"name": "change",
|
|
966
980
|
"detail": {
|
|
967
981
|
"annotation": {
|
|
968
|
-
"type": "
|
|
969
|
-
"
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
"
|
|
973
|
-
|
|
982
|
+
"type": "union",
|
|
983
|
+
"types": [
|
|
984
|
+
{
|
|
985
|
+
"type": "reference",
|
|
986
|
+
"typeName": {
|
|
987
|
+
"type": "identifier",
|
|
988
|
+
"name": "GeneralComplexOption"
|
|
989
|
+
}
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
"type": "keyword",
|
|
993
|
+
"value": "undefined"
|
|
974
994
|
}
|
|
975
|
-
|
|
995
|
+
]
|
|
976
996
|
}
|
|
977
997
|
}
|
|
978
998
|
},
|
|
@@ -989,14 +1009,48 @@
|
|
|
989
1009
|
"name": "options"
|
|
990
1010
|
},
|
|
991
1011
|
"annotation": {
|
|
992
|
-
"type": "
|
|
993
|
-
"
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
"
|
|
997
|
-
|
|
1012
|
+
"type": "typeLiteral",
|
|
1013
|
+
"members": [
|
|
1014
|
+
{
|
|
1015
|
+
"type": "propertySignature",
|
|
1016
|
+
"key": {
|
|
1017
|
+
"type": "identifier",
|
|
1018
|
+
"name": "label"
|
|
1019
|
+
},
|
|
1020
|
+
"annotation": {
|
|
1021
|
+
"type": "keyword",
|
|
1022
|
+
"value": "string"
|
|
1023
|
+
},
|
|
1024
|
+
"computed": false
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"type": "propertySignature",
|
|
1028
|
+
"key": {
|
|
1029
|
+
"type": "identifier",
|
|
1030
|
+
"name": "value"
|
|
1031
|
+
},
|
|
1032
|
+
"annotation": {
|
|
1033
|
+
"type": "keyword",
|
|
1034
|
+
"value": "any"
|
|
1035
|
+
},
|
|
1036
|
+
"computed": false
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"type": "indexSignature",
|
|
1040
|
+
"parameter": {
|
|
1041
|
+
"type": "identifier",
|
|
1042
|
+
"name": "key",
|
|
1043
|
+
"annotation": {
|
|
1044
|
+
"type": "keyword",
|
|
1045
|
+
"value": "string"
|
|
1046
|
+
}
|
|
1047
|
+
},
|
|
1048
|
+
"annotation": {
|
|
1049
|
+
"type": "keyword",
|
|
1050
|
+
"value": "any"
|
|
1051
|
+
}
|
|
998
1052
|
}
|
|
999
|
-
|
|
1053
|
+
]
|
|
1000
1054
|
},
|
|
1001
1055
|
"computed": false
|
|
1002
1056
|
},
|
|
@@ -1021,7 +1075,7 @@
|
|
|
1021
1075
|
"types": [
|
|
1022
1076
|
{
|
|
1023
1077
|
"type": "typeAlias",
|
|
1024
|
-
"name": "
|
|
1078
|
+
"name": "GeneralOption",
|
|
1025
1079
|
"annotation": {
|
|
1026
1080
|
"type": "union",
|
|
1027
1081
|
"types": [
|
|
@@ -1036,13 +1090,66 @@
|
|
|
1036
1090
|
{
|
|
1037
1091
|
"type": "keyword",
|
|
1038
1092
|
"value": "boolean"
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"type": "reference",
|
|
1096
|
+
"typeName": {
|
|
1097
|
+
"type": "identifier",
|
|
1098
|
+
"name": "GeneralComplexOption"
|
|
1099
|
+
}
|
|
1100
|
+
},
|
|
1101
|
+
{
|
|
1102
|
+
"type": "reference",
|
|
1103
|
+
"typeName": {
|
|
1104
|
+
"type": "identifier",
|
|
1105
|
+
"name": "Record"
|
|
1106
|
+
},
|
|
1107
|
+
"typeParameters": {
|
|
1108
|
+
"type": "typeParameterInstantiation",
|
|
1109
|
+
"params": [
|
|
1110
|
+
{
|
|
1111
|
+
"type": "keyword",
|
|
1112
|
+
"value": "string"
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"type": "keyword",
|
|
1116
|
+
"value": "any"
|
|
1117
|
+
}
|
|
1118
|
+
]
|
|
1119
|
+
}
|
|
1039
1120
|
}
|
|
1040
1121
|
]
|
|
1041
1122
|
}
|
|
1042
1123
|
},
|
|
1043
1124
|
{
|
|
1044
1125
|
"type": "interface",
|
|
1045
|
-
"name": "
|
|
1126
|
+
"name": "GeneralComplexOption",
|
|
1127
|
+
"typeParameters": {
|
|
1128
|
+
"type": "typeParameterDeclaration",
|
|
1129
|
+
"params": [
|
|
1130
|
+
{
|
|
1131
|
+
"type": "typeParameter",
|
|
1132
|
+
"name": "T",
|
|
1133
|
+
"default": {
|
|
1134
|
+
"type": "union",
|
|
1135
|
+
"types": [
|
|
1136
|
+
{
|
|
1137
|
+
"type": "keyword",
|
|
1138
|
+
"value": "string"
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
"type": "keyword",
|
|
1142
|
+
"value": "number"
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"type": "keyword",
|
|
1146
|
+
"value": "boolean"
|
|
1147
|
+
}
|
|
1148
|
+
]
|
|
1149
|
+
}
|
|
1150
|
+
}
|
|
1151
|
+
]
|
|
1152
|
+
},
|
|
1046
1153
|
"body": [
|
|
1047
1154
|
{
|
|
1048
1155
|
"type": "propertySignature",
|
|
@@ -1051,18 +1158,8 @@
|
|
|
1051
1158
|
"name": "label"
|
|
1052
1159
|
},
|
|
1053
1160
|
"annotation": {
|
|
1054
|
-
"type": "
|
|
1055
|
-
"
|
|
1056
|
-
"type": "qualifiedName",
|
|
1057
|
-
"left": {
|
|
1058
|
-
"type": "identifier",
|
|
1059
|
-
"name": "React"
|
|
1060
|
-
},
|
|
1061
|
-
"right": {
|
|
1062
|
-
"type": "identifier",
|
|
1063
|
-
"name": "ReactNode"
|
|
1064
|
-
}
|
|
1065
|
-
}
|
|
1161
|
+
"type": "keyword",
|
|
1162
|
+
"value": "string"
|
|
1066
1163
|
},
|
|
1067
1164
|
"computed": false
|
|
1068
1165
|
},
|
|
@@ -1073,8 +1170,11 @@
|
|
|
1073
1170
|
"name": "value"
|
|
1074
1171
|
},
|
|
1075
1172
|
"annotation": {
|
|
1076
|
-
"type": "
|
|
1077
|
-
"
|
|
1173
|
+
"type": "reference",
|
|
1174
|
+
"typeName": {
|
|
1175
|
+
"type": "identifier",
|
|
1176
|
+
"name": "T"
|
|
1177
|
+
}
|
|
1078
1178
|
},
|
|
1079
1179
|
"computed": false
|
|
1080
1180
|
},
|
|
@@ -1082,21 +1182,11 @@
|
|
|
1082
1182
|
"type": "propertySignature",
|
|
1083
1183
|
"key": {
|
|
1084
1184
|
"type": "identifier",
|
|
1085
|
-
"name": "
|
|
1185
|
+
"name": "caption"
|
|
1086
1186
|
},
|
|
1087
1187
|
"annotation": {
|
|
1088
|
-
"type": "
|
|
1089
|
-
"
|
|
1090
|
-
"type": "qualifiedName",
|
|
1091
|
-
"left": {
|
|
1092
|
-
"type": "identifier",
|
|
1093
|
-
"name": "React"
|
|
1094
|
-
},
|
|
1095
|
-
"right": {
|
|
1096
|
-
"type": "identifier",
|
|
1097
|
-
"name": "CSSProperties"
|
|
1098
|
-
}
|
|
1099
|
-
}
|
|
1188
|
+
"type": "keyword",
|
|
1189
|
+
"value": "string"
|
|
1100
1190
|
},
|
|
1101
1191
|
"optional": true,
|
|
1102
1192
|
"computed": false
|
|
@@ -1105,24 +1195,11 @@
|
|
|
1105
1195
|
"type": "propertySignature",
|
|
1106
1196
|
"key": {
|
|
1107
1197
|
"type": "identifier",
|
|
1108
|
-
"name": "
|
|
1198
|
+
"name": "emoji"
|
|
1109
1199
|
},
|
|
1110
1200
|
"annotation": {
|
|
1111
1201
|
"type": "keyword",
|
|
1112
|
-
"value": "
|
|
1113
|
-
},
|
|
1114
|
-
"optional": true,
|
|
1115
|
-
"computed": false
|
|
1116
|
-
},
|
|
1117
|
-
{
|
|
1118
|
-
"type": "propertySignature",
|
|
1119
|
-
"key": {
|
|
1120
|
-
"type": "identifier",
|
|
1121
|
-
"name": "checkboxColor"
|
|
1122
|
-
},
|
|
1123
|
-
"annotation": {
|
|
1124
|
-
"type": "keyword",
|
|
1125
|
-
"value": "string"
|
|
1202
|
+
"value": "string"
|
|
1126
1203
|
},
|
|
1127
1204
|
"optional": true,
|
|
1128
1205
|
"computed": false
|
|
@@ -1131,7 +1208,7 @@
|
|
|
1131
1208
|
"type": "indexSignature",
|
|
1132
1209
|
"parameter": {
|
|
1133
1210
|
"type": "identifier",
|
|
1134
|
-
"name": "
|
|
1211
|
+
"name": "key",
|
|
1135
1212
|
"annotation": {
|
|
1136
1213
|
"type": "keyword",
|
|
1137
1214
|
"value": "string"
|
|
@@ -1146,10 +1223,14 @@
|
|
|
1146
1223
|
},
|
|
1147
1224
|
{
|
|
1148
1225
|
"type": "typeAlias",
|
|
1149
|
-
"name": "
|
|
1226
|
+
"name": "RadioType",
|
|
1150
1227
|
"annotation": {
|
|
1151
1228
|
"type": "union",
|
|
1152
1229
|
"types": [
|
|
1230
|
+
{
|
|
1231
|
+
"type": "jsLiteral",
|
|
1232
|
+
"value": "button"
|
|
1233
|
+
},
|
|
1153
1234
|
{
|
|
1154
1235
|
"type": "jsLiteral",
|
|
1155
1236
|
"value": "default"
|
|
@@ -1157,57 +1238,63 @@
|
|
|
1157
1238
|
{
|
|
1158
1239
|
"type": "jsLiteral",
|
|
1159
1240
|
"value": "icon"
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
"type": "jsLiteral",
|
|
1244
|
+
"value": "icon-circle"
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
"type": "jsLiteral",
|
|
1248
|
+
"value": "icon-square"
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"type": "jsLiteral",
|
|
1252
|
+
"value": "custom"
|
|
1160
1253
|
}
|
|
1161
1254
|
]
|
|
1162
1255
|
}
|
|
1163
1256
|
},
|
|
1164
1257
|
{
|
|
1165
|
-
"type": "
|
|
1166
|
-
"name": "
|
|
1167
|
-
"
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
"type": "
|
|
1172
|
-
"
|
|
1173
|
-
},
|
|
1174
|
-
"annotation": {
|
|
1175
|
-
"type": "keyword",
|
|
1176
|
-
"value": "string"
|
|
1177
|
-
},
|
|
1178
|
-
"computed": false
|
|
1179
|
-
},
|
|
1180
|
-
{
|
|
1181
|
-
"type": "propertySignature",
|
|
1182
|
-
"key": {
|
|
1183
|
-
"type": "identifier",
|
|
1184
|
-
"name": "key"
|
|
1258
|
+
"type": "typeAlias",
|
|
1259
|
+
"name": "UIType",
|
|
1260
|
+
"annotation": {
|
|
1261
|
+
"type": "union",
|
|
1262
|
+
"types": [
|
|
1263
|
+
{
|
|
1264
|
+
"type": "jsLiteral",
|
|
1265
|
+
"value": "default"
|
|
1185
1266
|
},
|
|
1186
|
-
|
|
1187
|
-
"type": "
|
|
1188
|
-
"value": "
|
|
1267
|
+
{
|
|
1268
|
+
"type": "jsLiteral",
|
|
1269
|
+
"value": "dashboard"
|
|
1270
|
+
}
|
|
1271
|
+
]
|
|
1272
|
+
}
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"type": "typeAlias",
|
|
1276
|
+
"name": "ComponentSize",
|
|
1277
|
+
"annotation": {
|
|
1278
|
+
"type": "union",
|
|
1279
|
+
"types": [
|
|
1280
|
+
{
|
|
1281
|
+
"type": "jsLiteral",
|
|
1282
|
+
"value": "large"
|
|
1189
1283
|
},
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
"type": "propertySignature",
|
|
1194
|
-
"key": {
|
|
1195
|
-
"type": "identifier",
|
|
1196
|
-
"name": "options"
|
|
1284
|
+
{
|
|
1285
|
+
"type": "jsLiteral",
|
|
1286
|
+
"value": "medium"
|
|
1197
1287
|
},
|
|
1198
|
-
|
|
1199
|
-
"type": "
|
|
1200
|
-
"
|
|
1201
|
-
"type": "reference",
|
|
1202
|
-
"typeName": {
|
|
1203
|
-
"type": "identifier",
|
|
1204
|
-
"name": "CheckboxOptionType"
|
|
1205
|
-
}
|
|
1206
|
-
}
|
|
1288
|
+
{
|
|
1289
|
+
"type": "jsLiteral",
|
|
1290
|
+
"value": "small"
|
|
1207
1291
|
},
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1292
|
+
{
|
|
1293
|
+
"type": "jsLiteral",
|
|
1294
|
+
"value": "xs"
|
|
1295
|
+
}
|
|
1296
|
+
]
|
|
1297
|
+
}
|
|
1211
1298
|
}
|
|
1212
1299
|
]
|
|
1213
1300
|
},
|
|
@@ -2950,6 +3037,22 @@
|
|
|
2950
3037
|
]
|
|
2951
3038
|
}
|
|
2952
3039
|
}
|
|
3040
|
+
},
|
|
3041
|
+
{
|
|
3042
|
+
"name": "themeVariant",
|
|
3043
|
+
"annotation": {
|
|
3044
|
+
"type": "union",
|
|
3045
|
+
"types": [
|
|
3046
|
+
{
|
|
3047
|
+
"type": "jsLiteral",
|
|
3048
|
+
"value": "default"
|
|
3049
|
+
},
|
|
3050
|
+
{
|
|
3051
|
+
"type": "jsLiteral",
|
|
3052
|
+
"value": "elevo"
|
|
3053
|
+
}
|
|
3054
|
+
]
|
|
3055
|
+
}
|
|
2953
3056
|
}
|
|
2954
3057
|
],
|
|
2955
3058
|
"events": [
|
|
@@ -3378,7 +3481,7 @@
|
|
|
3378
3481
|
}
|
|
3379
3482
|
]
|
|
3380
3483
|
},
|
|
3381
|
-
"eo-
|
|
3484
|
+
"eo-input": {
|
|
3382
3485
|
"properties": [
|
|
3383
3486
|
{
|
|
3384
3487
|
"name": "name",
|
|
@@ -3395,219 +3498,257 @@
|
|
|
3395
3498
|
}
|
|
3396
3499
|
},
|
|
3397
3500
|
{
|
|
3398
|
-
"name": "
|
|
3501
|
+
"name": "required",
|
|
3399
3502
|
"annotation": {
|
|
3400
|
-
"type": "
|
|
3401
|
-
"
|
|
3402
|
-
"type": "identifier",
|
|
3403
|
-
"name": "TimeRange"
|
|
3404
|
-
}
|
|
3503
|
+
"type": "keyword",
|
|
3504
|
+
"value": "boolean"
|
|
3405
3505
|
}
|
|
3406
3506
|
},
|
|
3407
3507
|
{
|
|
3408
|
-
"name": "
|
|
3508
|
+
"name": "pattern",
|
|
3409
3509
|
"annotation": {
|
|
3410
3510
|
"type": "keyword",
|
|
3411
|
-
"value": "
|
|
3511
|
+
"value": "string"
|
|
3412
3512
|
}
|
|
3413
3513
|
},
|
|
3414
3514
|
{
|
|
3415
|
-
"name": "
|
|
3515
|
+
"name": "max",
|
|
3516
|
+
"annotation": {
|
|
3517
|
+
"type": "keyword",
|
|
3518
|
+
"value": "number"
|
|
3519
|
+
}
|
|
3520
|
+
},
|
|
3521
|
+
{
|
|
3522
|
+
"name": "min",
|
|
3523
|
+
"annotation": {
|
|
3524
|
+
"type": "keyword",
|
|
3525
|
+
"value": "number"
|
|
3526
|
+
}
|
|
3527
|
+
},
|
|
3528
|
+
{
|
|
3529
|
+
"name": "message",
|
|
3416
3530
|
"annotation": {
|
|
3417
3531
|
"type": "reference",
|
|
3418
3532
|
"typeName": {
|
|
3419
3533
|
"type": "identifier",
|
|
3420
|
-
"name": "
|
|
3534
|
+
"name": "Record"
|
|
3535
|
+
},
|
|
3536
|
+
"typeParameters": {
|
|
3537
|
+
"type": "typeParameterInstantiation",
|
|
3538
|
+
"params": [
|
|
3539
|
+
{
|
|
3540
|
+
"type": "keyword",
|
|
3541
|
+
"value": "string"
|
|
3542
|
+
},
|
|
3543
|
+
{
|
|
3544
|
+
"type": "keyword",
|
|
3545
|
+
"value": "string"
|
|
3546
|
+
}
|
|
3547
|
+
]
|
|
3421
3548
|
}
|
|
3422
3549
|
}
|
|
3423
3550
|
},
|
|
3551
|
+
{
|
|
3552
|
+
"name": "value",
|
|
3553
|
+
"annotation": {
|
|
3554
|
+
"type": "keyword",
|
|
3555
|
+
"value": "string"
|
|
3556
|
+
}
|
|
3557
|
+
},
|
|
3424
3558
|
{
|
|
3425
3559
|
"name": "placeholder",
|
|
3426
3560
|
"annotation": {
|
|
3427
|
-
"type": "
|
|
3428
|
-
"
|
|
3429
|
-
{
|
|
3430
|
-
"type": "keyword",
|
|
3431
|
-
"value": "string"
|
|
3432
|
-
},
|
|
3433
|
-
{
|
|
3434
|
-
"type": "tuple",
|
|
3435
|
-
"elementTypes": [
|
|
3436
|
-
{
|
|
3437
|
-
"type": "keyword",
|
|
3438
|
-
"value": "string"
|
|
3439
|
-
},
|
|
3440
|
-
{
|
|
3441
|
-
"type": "keyword",
|
|
3442
|
-
"value": "string"
|
|
3443
|
-
}
|
|
3444
|
-
]
|
|
3445
|
-
}
|
|
3446
|
-
]
|
|
3561
|
+
"type": "keyword",
|
|
3562
|
+
"value": "string"
|
|
3447
3563
|
}
|
|
3448
3564
|
},
|
|
3449
3565
|
{
|
|
3450
|
-
"name": "
|
|
3566
|
+
"name": "disabled",
|
|
3451
3567
|
"annotation": {
|
|
3452
|
-
"type": "
|
|
3453
|
-
"
|
|
3454
|
-
"type": "qualifiedName",
|
|
3455
|
-
"left": {
|
|
3456
|
-
"type": "identifier",
|
|
3457
|
-
"name": "React"
|
|
3458
|
-
},
|
|
3459
|
-
"right": {
|
|
3460
|
-
"type": "identifier",
|
|
3461
|
-
"name": "CSSProperties"
|
|
3462
|
-
}
|
|
3463
|
-
}
|
|
3568
|
+
"type": "keyword",
|
|
3569
|
+
"value": "boolean"
|
|
3464
3570
|
}
|
|
3465
3571
|
},
|
|
3466
3572
|
{
|
|
3467
|
-
"name": "
|
|
3573
|
+
"name": "readonly",
|
|
3468
3574
|
"annotation": {
|
|
3469
3575
|
"type": "keyword",
|
|
3470
|
-
"value": "
|
|
3576
|
+
"value": "boolean"
|
|
3471
3577
|
}
|
|
3472
3578
|
},
|
|
3473
3579
|
{
|
|
3474
|
-
"name": "
|
|
3580
|
+
"name": "clearable",
|
|
3475
3581
|
"annotation": {
|
|
3476
3582
|
"type": "keyword",
|
|
3477
3583
|
"value": "boolean"
|
|
3478
3584
|
}
|
|
3479
3585
|
},
|
|
3480
3586
|
{
|
|
3481
|
-
"name": "
|
|
3587
|
+
"name": "autoFocus",
|
|
3482
3588
|
"annotation": {
|
|
3483
|
-
"type": "
|
|
3484
|
-
"
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3589
|
+
"type": "keyword",
|
|
3590
|
+
"value": "boolean"
|
|
3591
|
+
}
|
|
3592
|
+
},
|
|
3593
|
+
{
|
|
3594
|
+
"name": "type",
|
|
3595
|
+
"annotation": {
|
|
3596
|
+
"type": "reference",
|
|
3597
|
+
"typeName": {
|
|
3598
|
+
"type": "identifier",
|
|
3599
|
+
"name": "InputType"
|
|
3490
3600
|
}
|
|
3491
3601
|
}
|
|
3492
3602
|
},
|
|
3493
3603
|
{
|
|
3494
|
-
"name": "
|
|
3604
|
+
"name": "size",
|
|
3495
3605
|
"annotation": {
|
|
3496
|
-
"type": "
|
|
3497
|
-
"
|
|
3498
|
-
"type": "
|
|
3499
|
-
"
|
|
3500
|
-
{
|
|
3501
|
-
"type": "identifier",
|
|
3502
|
-
"name": "value",
|
|
3503
|
-
"annotation": {
|
|
3504
|
-
"type": "keyword",
|
|
3505
|
-
"value": "any"
|
|
3506
|
-
}
|
|
3507
|
-
}
|
|
3508
|
-
],
|
|
3509
|
-
"annotation": {
|
|
3510
|
-
"type": "union",
|
|
3511
|
-
"types": [
|
|
3512
|
-
{
|
|
3513
|
-
"type": "reference",
|
|
3514
|
-
"typeName": {
|
|
3515
|
-
"type": "identifier",
|
|
3516
|
-
"name": "MessageBody"
|
|
3517
|
-
}
|
|
3518
|
-
},
|
|
3519
|
-
{
|
|
3520
|
-
"type": "keyword",
|
|
3521
|
-
"value": "string"
|
|
3522
|
-
}
|
|
3523
|
-
]
|
|
3524
|
-
}
|
|
3606
|
+
"type": "reference",
|
|
3607
|
+
"typeName": {
|
|
3608
|
+
"type": "identifier",
|
|
3609
|
+
"name": "ComponentSize"
|
|
3525
3610
|
}
|
|
3526
3611
|
}
|
|
3527
|
-
}
|
|
3528
|
-
],
|
|
3529
|
-
"events": [
|
|
3612
|
+
},
|
|
3530
3613
|
{
|
|
3531
|
-
"name": "
|
|
3532
|
-
"
|
|
3533
|
-
"
|
|
3534
|
-
|
|
3535
|
-
"typeName": {
|
|
3536
|
-
"type": "identifier",
|
|
3537
|
-
"name": "TimeRange"
|
|
3538
|
-
}
|
|
3539
|
-
}
|
|
3614
|
+
"name": "minLength",
|
|
3615
|
+
"annotation": {
|
|
3616
|
+
"type": "keyword",
|
|
3617
|
+
"value": "number"
|
|
3540
3618
|
}
|
|
3541
|
-
}
|
|
3542
|
-
],
|
|
3543
|
-
"methods": [],
|
|
3544
|
-
"types": [
|
|
3619
|
+
},
|
|
3545
3620
|
{
|
|
3546
|
-
"
|
|
3547
|
-
"
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
|
|
3621
|
+
"name": "maxLength",
|
|
3622
|
+
"annotation": {
|
|
3623
|
+
"type": "keyword",
|
|
3624
|
+
"value": "number"
|
|
3625
|
+
}
|
|
3626
|
+
},
|
|
3627
|
+
{
|
|
3628
|
+
"name": "inputStyle",
|
|
3629
|
+
"annotation": {
|
|
3630
|
+
"type": "reference",
|
|
3631
|
+
"typeName": {
|
|
3632
|
+
"type": "qualifiedName",
|
|
3633
|
+
"left": {
|
|
3552
3634
|
"type": "identifier",
|
|
3553
|
-
"name": "
|
|
3554
|
-
},
|
|
3555
|
-
"annotation": {
|
|
3556
|
-
"type": "keyword",
|
|
3557
|
-
"value": "string"
|
|
3635
|
+
"name": "React"
|
|
3558
3636
|
},
|
|
3559
|
-
"
|
|
3560
|
-
},
|
|
3561
|
-
{
|
|
3562
|
-
"type": "propertySignature",
|
|
3563
|
-
"key": {
|
|
3637
|
+
"right": {
|
|
3564
3638
|
"type": "identifier",
|
|
3565
|
-
"name": "
|
|
3566
|
-
}
|
|
3567
|
-
"annotation": {
|
|
3568
|
-
"type": "keyword",
|
|
3569
|
-
"value": "string"
|
|
3570
|
-
},
|
|
3571
|
-
"computed": false
|
|
3639
|
+
"name": "CSSProperties"
|
|
3640
|
+
}
|
|
3572
3641
|
}
|
|
3573
|
-
|
|
3642
|
+
}
|
|
3574
3643
|
},
|
|
3575
3644
|
{
|
|
3576
|
-
"
|
|
3577
|
-
"name": "RangeType",
|
|
3645
|
+
"name": "themeVariant",
|
|
3578
3646
|
"annotation": {
|
|
3579
|
-
"type": "
|
|
3647
|
+
"type": "union",
|
|
3580
3648
|
"types": [
|
|
3581
3649
|
{
|
|
3582
|
-
"type": "
|
|
3583
|
-
"
|
|
3584
|
-
"type": "identifier",
|
|
3585
|
-
"name": "PickerType"
|
|
3586
|
-
}
|
|
3650
|
+
"type": "jsLiteral",
|
|
3651
|
+
"value": "default"
|
|
3587
3652
|
},
|
|
3588
3653
|
{
|
|
3654
|
+
"type": "jsLiteral",
|
|
3655
|
+
"value": "elevo"
|
|
3656
|
+
}
|
|
3657
|
+
]
|
|
3658
|
+
}
|
|
3659
|
+
},
|
|
3660
|
+
{
|
|
3661
|
+
"name": "validator",
|
|
3662
|
+
"annotation": {
|
|
3663
|
+
"type": "parenthesizedType",
|
|
3664
|
+
"annotation": {
|
|
3665
|
+
"type": "function",
|
|
3666
|
+
"parameters": [
|
|
3667
|
+
{
|
|
3668
|
+
"type": "identifier",
|
|
3669
|
+
"name": "value",
|
|
3670
|
+
"annotation": {
|
|
3671
|
+
"type": "keyword",
|
|
3672
|
+
"value": "any"
|
|
3673
|
+
}
|
|
3674
|
+
}
|
|
3675
|
+
],
|
|
3676
|
+
"annotation": {
|
|
3589
3677
|
"type": "reference",
|
|
3590
3678
|
"typeName": {
|
|
3591
3679
|
"type": "identifier",
|
|
3592
|
-
"name": "
|
|
3680
|
+
"name": "MessageBody"
|
|
3593
3681
|
}
|
|
3594
3682
|
}
|
|
3595
|
-
|
|
3683
|
+
}
|
|
3684
|
+
}
|
|
3685
|
+
}
|
|
3686
|
+
],
|
|
3687
|
+
"events": [
|
|
3688
|
+
{
|
|
3689
|
+
"name": "change",
|
|
3690
|
+
"detail": {
|
|
3691
|
+
"annotation": {
|
|
3692
|
+
"type": "keyword",
|
|
3693
|
+
"value": "string"
|
|
3694
|
+
}
|
|
3596
3695
|
}
|
|
3696
|
+
}
|
|
3697
|
+
],
|
|
3698
|
+
"methods": [
|
|
3699
|
+
{
|
|
3700
|
+
"name": "focusInput",
|
|
3701
|
+
"params": [],
|
|
3702
|
+
"returns": {}
|
|
3597
3703
|
},
|
|
3704
|
+
{
|
|
3705
|
+
"name": "blurInput",
|
|
3706
|
+
"params": [],
|
|
3707
|
+
"returns": {}
|
|
3708
|
+
}
|
|
3709
|
+
],
|
|
3710
|
+
"types": [
|
|
3598
3711
|
{
|
|
3599
3712
|
"type": "typeAlias",
|
|
3600
|
-
"name": "
|
|
3713
|
+
"name": "InputType",
|
|
3601
3714
|
"annotation": {
|
|
3602
3715
|
"type": "union",
|
|
3603
3716
|
"types": [
|
|
3717
|
+
{
|
|
3718
|
+
"type": "jsLiteral",
|
|
3719
|
+
"value": "button"
|
|
3720
|
+
},
|
|
3721
|
+
{
|
|
3722
|
+
"type": "jsLiteral",
|
|
3723
|
+
"value": "checkbox"
|
|
3724
|
+
},
|
|
3725
|
+
{
|
|
3726
|
+
"type": "jsLiteral",
|
|
3727
|
+
"value": "color"
|
|
3728
|
+
},
|
|
3604
3729
|
{
|
|
3605
3730
|
"type": "jsLiteral",
|
|
3606
3731
|
"value": "date"
|
|
3607
3732
|
},
|
|
3608
3733
|
{
|
|
3609
3734
|
"type": "jsLiteral",
|
|
3610
|
-
"value": "
|
|
3735
|
+
"value": "datetime-local"
|
|
3736
|
+
},
|
|
3737
|
+
{
|
|
3738
|
+
"type": "jsLiteral",
|
|
3739
|
+
"value": "email"
|
|
3740
|
+
},
|
|
3741
|
+
{
|
|
3742
|
+
"type": "jsLiteral",
|
|
3743
|
+
"value": "file"
|
|
3744
|
+
},
|
|
3745
|
+
{
|
|
3746
|
+
"type": "jsLiteral",
|
|
3747
|
+
"value": "hidden"
|
|
3748
|
+
},
|
|
3749
|
+
{
|
|
3750
|
+
"type": "jsLiteral",
|
|
3751
|
+
"value": "image"
|
|
3611
3752
|
},
|
|
3612
3753
|
{
|
|
3613
3754
|
"type": "jsLiteral",
|
|
@@ -3615,141 +3756,153 @@
|
|
|
3615
3756
|
},
|
|
3616
3757
|
{
|
|
3617
3758
|
"type": "jsLiteral",
|
|
3618
|
-
"value": "
|
|
3759
|
+
"value": "number"
|
|
3619
3760
|
},
|
|
3620
3761
|
{
|
|
3621
3762
|
"type": "jsLiteral",
|
|
3622
|
-
"value": "
|
|
3763
|
+
"value": "password"
|
|
3764
|
+
},
|
|
3765
|
+
{
|
|
3766
|
+
"type": "jsLiteral",
|
|
3767
|
+
"value": "radio"
|
|
3768
|
+
},
|
|
3769
|
+
{
|
|
3770
|
+
"type": "jsLiteral",
|
|
3771
|
+
"value": "range"
|
|
3772
|
+
},
|
|
3773
|
+
{
|
|
3774
|
+
"type": "jsLiteral",
|
|
3775
|
+
"value": "reset"
|
|
3776
|
+
},
|
|
3777
|
+
{
|
|
3778
|
+
"type": "jsLiteral",
|
|
3779
|
+
"value": "search"
|
|
3780
|
+
},
|
|
3781
|
+
{
|
|
3782
|
+
"type": "jsLiteral",
|
|
3783
|
+
"value": "submit"
|
|
3784
|
+
},
|
|
3785
|
+
{
|
|
3786
|
+
"type": "jsLiteral",
|
|
3787
|
+
"value": "tel"
|
|
3788
|
+
},
|
|
3789
|
+
{
|
|
3790
|
+
"type": "jsLiteral",
|
|
3791
|
+
"value": "text"
|
|
3792
|
+
},
|
|
3793
|
+
{
|
|
3794
|
+
"type": "jsLiteral",
|
|
3795
|
+
"value": "time"
|
|
3796
|
+
},
|
|
3797
|
+
{
|
|
3798
|
+
"type": "jsLiteral",
|
|
3799
|
+
"value": "url"
|
|
3800
|
+
},
|
|
3801
|
+
{
|
|
3802
|
+
"type": "jsLiteral",
|
|
3803
|
+
"value": "week"
|
|
3623
3804
|
}
|
|
3624
3805
|
]
|
|
3625
3806
|
}
|
|
3626
3807
|
},
|
|
3627
3808
|
{
|
|
3628
3809
|
"type": "typeAlias",
|
|
3629
|
-
"name": "
|
|
3810
|
+
"name": "ComponentSize",
|
|
3630
3811
|
"annotation": {
|
|
3631
3812
|
"type": "union",
|
|
3632
3813
|
"types": [
|
|
3633
3814
|
{
|
|
3634
3815
|
"type": "jsLiteral",
|
|
3635
|
-
"value": "
|
|
3816
|
+
"value": "large"
|
|
3636
3817
|
},
|
|
3637
3818
|
{
|
|
3638
3819
|
"type": "jsLiteral",
|
|
3639
|
-
"value": "
|
|
3820
|
+
"value": "medium"
|
|
3640
3821
|
},
|
|
3641
3822
|
{
|
|
3642
3823
|
"type": "jsLiteral",
|
|
3643
|
-
"value": "
|
|
3824
|
+
"value": "small"
|
|
3825
|
+
},
|
|
3826
|
+
{
|
|
3827
|
+
"type": "jsLiteral",
|
|
3828
|
+
"value": "xs"
|
|
3644
3829
|
}
|
|
3645
3830
|
]
|
|
3646
3831
|
}
|
|
3832
|
+
}
|
|
3833
|
+
]
|
|
3834
|
+
},
|
|
3835
|
+
"eo-checkbox": {
|
|
3836
|
+
"properties": [
|
|
3837
|
+
{
|
|
3838
|
+
"name": "name",
|
|
3839
|
+
"annotation": {
|
|
3840
|
+
"type": "keyword",
|
|
3841
|
+
"value": "string"
|
|
3842
|
+
}
|
|
3647
3843
|
},
|
|
3648
3844
|
{
|
|
3649
|
-
"
|
|
3650
|
-
"name": "presetRangeType",
|
|
3651
|
-
"members": [
|
|
3652
|
-
{
|
|
3653
|
-
"type": "enumMember",
|
|
3654
|
-
"id": {
|
|
3655
|
-
"type": "identifier",
|
|
3656
|
-
"name": "Today"
|
|
3657
|
-
},
|
|
3658
|
-
"initializer": {
|
|
3659
|
-
"type": "jsLiteral",
|
|
3660
|
-
"value": "今天"
|
|
3661
|
-
}
|
|
3662
|
-
},
|
|
3663
|
-
{
|
|
3664
|
-
"type": "enumMember",
|
|
3665
|
-
"id": {
|
|
3666
|
-
"type": "identifier",
|
|
3667
|
-
"name": "ThisWeek"
|
|
3668
|
-
},
|
|
3669
|
-
"initializer": {
|
|
3670
|
-
"type": "jsLiteral",
|
|
3671
|
-
"value": "本周"
|
|
3672
|
-
}
|
|
3673
|
-
},
|
|
3674
|
-
{
|
|
3675
|
-
"type": "enumMember",
|
|
3676
|
-
"id": {
|
|
3677
|
-
"type": "identifier",
|
|
3678
|
-
"name": "ThisMonth"
|
|
3679
|
-
},
|
|
3680
|
-
"initializer": {
|
|
3681
|
-
"type": "jsLiteral",
|
|
3682
|
-
"value": "本月"
|
|
3683
|
-
}
|
|
3684
|
-
},
|
|
3685
|
-
{
|
|
3686
|
-
"type": "enumMember",
|
|
3687
|
-
"id": {
|
|
3688
|
-
"type": "identifier",
|
|
3689
|
-
"name": "ThisQuarter"
|
|
3690
|
-
},
|
|
3691
|
-
"initializer": {
|
|
3692
|
-
"type": "jsLiteral",
|
|
3693
|
-
"value": "本季度"
|
|
3694
|
-
}
|
|
3695
|
-
},
|
|
3696
|
-
{
|
|
3697
|
-
"type": "enumMember",
|
|
3698
|
-
"id": {
|
|
3699
|
-
"type": "identifier",
|
|
3700
|
-
"name": "ThisYear"
|
|
3701
|
-
},
|
|
3702
|
-
"initializer": {
|
|
3703
|
-
"type": "jsLiteral",
|
|
3704
|
-
"value": "今年"
|
|
3705
|
-
}
|
|
3706
|
-
}
|
|
3707
|
-
]
|
|
3708
|
-
}
|
|
3709
|
-
]
|
|
3710
|
-
},
|
|
3711
|
-
"eo-input": {
|
|
3712
|
-
"properties": [
|
|
3713
|
-
{
|
|
3714
|
-
"name": "name",
|
|
3845
|
+
"name": "label",
|
|
3715
3846
|
"annotation": {
|
|
3716
3847
|
"type": "keyword",
|
|
3717
3848
|
"value": "string"
|
|
3718
3849
|
}
|
|
3719
3850
|
},
|
|
3720
3851
|
{
|
|
3721
|
-
"name": "
|
|
3852
|
+
"name": "value",
|
|
3722
3853
|
"annotation": {
|
|
3723
|
-
"type": "
|
|
3724
|
-
"
|
|
3854
|
+
"type": "array",
|
|
3855
|
+
"elementType": {
|
|
3856
|
+
"type": "reference",
|
|
3857
|
+
"typeName": {
|
|
3858
|
+
"type": "identifier",
|
|
3859
|
+
"name": "CheckboxValueType"
|
|
3860
|
+
}
|
|
3861
|
+
}
|
|
3725
3862
|
}
|
|
3726
3863
|
},
|
|
3727
3864
|
{
|
|
3728
|
-
"name": "
|
|
3865
|
+
"name": "options",
|
|
3729
3866
|
"annotation": {
|
|
3730
|
-
"type": "
|
|
3731
|
-
"
|
|
3867
|
+
"type": "array",
|
|
3868
|
+
"elementType": {
|
|
3869
|
+
"type": "reference",
|
|
3870
|
+
"typeName": {
|
|
3871
|
+
"type": "identifier",
|
|
3872
|
+
"name": "CheckboxOptionType"
|
|
3873
|
+
}
|
|
3874
|
+
}
|
|
3732
3875
|
}
|
|
3733
3876
|
},
|
|
3734
3877
|
{
|
|
3735
|
-
"name": "
|
|
3878
|
+
"name": "type",
|
|
3879
|
+
"annotation": {
|
|
3880
|
+
"type": "reference",
|
|
3881
|
+
"typeName": {
|
|
3882
|
+
"type": "identifier",
|
|
3883
|
+
"name": "CheckboxType"
|
|
3884
|
+
}
|
|
3885
|
+
}
|
|
3886
|
+
},
|
|
3887
|
+
{
|
|
3888
|
+
"name": "disabled",
|
|
3736
3889
|
"annotation": {
|
|
3737
3890
|
"type": "keyword",
|
|
3738
|
-
"value": "
|
|
3891
|
+
"value": "boolean"
|
|
3739
3892
|
}
|
|
3740
3893
|
},
|
|
3741
3894
|
{
|
|
3742
|
-
"name": "
|
|
3895
|
+
"name": "isCustom",
|
|
3743
3896
|
"annotation": {
|
|
3744
3897
|
"type": "keyword",
|
|
3745
|
-
"value": "
|
|
3898
|
+
"value": "boolean"
|
|
3746
3899
|
}
|
|
3747
3900
|
},
|
|
3748
3901
|
{
|
|
3749
|
-
"name": "
|
|
3902
|
+
"name": "required",
|
|
3750
3903
|
"annotation": {
|
|
3751
3904
|
"type": "keyword",
|
|
3752
|
-
"value": "
|
|
3905
|
+
"value": "boolean"
|
|
3753
3906
|
}
|
|
3754
3907
|
},
|
|
3755
3908
|
{
|
|
@@ -3776,94 +3929,21 @@
|
|
|
3776
3929
|
}
|
|
3777
3930
|
},
|
|
3778
3931
|
{
|
|
3779
|
-
"name": "
|
|
3780
|
-
"annotation": {
|
|
3781
|
-
"type": "keyword",
|
|
3782
|
-
"value": "string"
|
|
3783
|
-
}
|
|
3784
|
-
},
|
|
3785
|
-
{
|
|
3786
|
-
"name": "placeholder",
|
|
3787
|
-
"annotation": {
|
|
3788
|
-
"type": "keyword",
|
|
3789
|
-
"value": "string"
|
|
3790
|
-
}
|
|
3791
|
-
},
|
|
3792
|
-
{
|
|
3793
|
-
"name": "disabled",
|
|
3794
|
-
"annotation": {
|
|
3795
|
-
"type": "keyword",
|
|
3796
|
-
"value": "boolean"
|
|
3797
|
-
}
|
|
3798
|
-
},
|
|
3799
|
-
{
|
|
3800
|
-
"name": "readonly",
|
|
3801
|
-
"annotation": {
|
|
3802
|
-
"type": "keyword",
|
|
3803
|
-
"value": "boolean"
|
|
3804
|
-
}
|
|
3805
|
-
},
|
|
3806
|
-
{
|
|
3807
|
-
"name": "clearable",
|
|
3808
|
-
"annotation": {
|
|
3809
|
-
"type": "keyword",
|
|
3810
|
-
"value": "boolean"
|
|
3811
|
-
}
|
|
3812
|
-
},
|
|
3813
|
-
{
|
|
3814
|
-
"name": "autoFocus",
|
|
3932
|
+
"name": "isGroup",
|
|
3815
3933
|
"annotation": {
|
|
3816
3934
|
"type": "keyword",
|
|
3817
3935
|
"value": "boolean"
|
|
3818
3936
|
}
|
|
3819
3937
|
},
|
|
3820
3938
|
{
|
|
3821
|
-
"name": "
|
|
3822
|
-
"annotation": {
|
|
3823
|
-
"type": "reference",
|
|
3824
|
-
"typeName": {
|
|
3825
|
-
"type": "identifier",
|
|
3826
|
-
"name": "InputType"
|
|
3827
|
-
}
|
|
3828
|
-
}
|
|
3829
|
-
},
|
|
3830
|
-
{
|
|
3831
|
-
"name": "size",
|
|
3832
|
-
"annotation": {
|
|
3833
|
-
"type": "reference",
|
|
3834
|
-
"typeName": {
|
|
3835
|
-
"type": "identifier",
|
|
3836
|
-
"name": "ComponentSize"
|
|
3837
|
-
}
|
|
3838
|
-
}
|
|
3839
|
-
},
|
|
3840
|
-
{
|
|
3841
|
-
"name": "minLength",
|
|
3842
|
-
"annotation": {
|
|
3843
|
-
"type": "keyword",
|
|
3844
|
-
"value": "number"
|
|
3845
|
-
}
|
|
3846
|
-
},
|
|
3847
|
-
{
|
|
3848
|
-
"name": "maxLength",
|
|
3849
|
-
"annotation": {
|
|
3850
|
-
"type": "keyword",
|
|
3851
|
-
"value": "number"
|
|
3852
|
-
}
|
|
3853
|
-
},
|
|
3854
|
-
{
|
|
3855
|
-
"name": "inputStyle",
|
|
3939
|
+
"name": "optionGroups",
|
|
3856
3940
|
"annotation": {
|
|
3857
|
-
"type": "
|
|
3858
|
-
"
|
|
3859
|
-
"type": "
|
|
3860
|
-
"
|
|
3861
|
-
"type": "identifier",
|
|
3862
|
-
"name": "React"
|
|
3863
|
-
},
|
|
3864
|
-
"right": {
|
|
3941
|
+
"type": "array",
|
|
3942
|
+
"elementType": {
|
|
3943
|
+
"type": "reference",
|
|
3944
|
+
"typeName": {
|
|
3865
3945
|
"type": "identifier",
|
|
3866
|
-
"name": "
|
|
3946
|
+
"name": "OptionGroup"
|
|
3867
3947
|
}
|
|
3868
3948
|
}
|
|
3869
3949
|
}
|
|
@@ -3883,353 +3963,26 @@
|
|
|
3883
3963
|
}
|
|
3884
3964
|
]
|
|
3885
3965
|
}
|
|
3886
|
-
}
|
|
3966
|
+
}
|
|
3967
|
+
],
|
|
3968
|
+
"events": [
|
|
3887
3969
|
{
|
|
3888
|
-
"name": "
|
|
3889
|
-
"
|
|
3890
|
-
"type": "parenthesizedType",
|
|
3970
|
+
"name": "change",
|
|
3971
|
+
"detail": {
|
|
3891
3972
|
"annotation": {
|
|
3892
|
-
"type": "
|
|
3893
|
-
"
|
|
3894
|
-
{
|
|
3895
|
-
"type": "identifier",
|
|
3896
|
-
"name": "value",
|
|
3897
|
-
"annotation": {
|
|
3898
|
-
"type": "keyword",
|
|
3899
|
-
"value": "any"
|
|
3900
|
-
}
|
|
3901
|
-
}
|
|
3902
|
-
],
|
|
3903
|
-
"annotation": {
|
|
3973
|
+
"type": "array",
|
|
3974
|
+
"elementType": {
|
|
3904
3975
|
"type": "reference",
|
|
3905
3976
|
"typeName": {
|
|
3906
3977
|
"type": "identifier",
|
|
3907
|
-
"name": "
|
|
3978
|
+
"name": "CheckboxOptionType"
|
|
3908
3979
|
}
|
|
3909
3980
|
}
|
|
3910
3981
|
}
|
|
3911
3982
|
}
|
|
3912
|
-
}
|
|
3913
|
-
],
|
|
3914
|
-
"events": [
|
|
3983
|
+
},
|
|
3915
3984
|
{
|
|
3916
|
-
"name": "change",
|
|
3917
|
-
"detail": {
|
|
3918
|
-
"annotation": {
|
|
3919
|
-
"type": "keyword",
|
|
3920
|
-
"value": "string"
|
|
3921
|
-
}
|
|
3922
|
-
}
|
|
3923
|
-
}
|
|
3924
|
-
],
|
|
3925
|
-
"methods": [
|
|
3926
|
-
{
|
|
3927
|
-
"name": "focusInput",
|
|
3928
|
-
"params": [],
|
|
3929
|
-
"returns": {}
|
|
3930
|
-
},
|
|
3931
|
-
{
|
|
3932
|
-
"name": "blurInput",
|
|
3933
|
-
"params": [],
|
|
3934
|
-
"returns": {}
|
|
3935
|
-
}
|
|
3936
|
-
],
|
|
3937
|
-
"types": [
|
|
3938
|
-
{
|
|
3939
|
-
"type": "typeAlias",
|
|
3940
|
-
"name": "InputType",
|
|
3941
|
-
"annotation": {
|
|
3942
|
-
"type": "union",
|
|
3943
|
-
"types": [
|
|
3944
|
-
{
|
|
3945
|
-
"type": "jsLiteral",
|
|
3946
|
-
"value": "button"
|
|
3947
|
-
},
|
|
3948
|
-
{
|
|
3949
|
-
"type": "jsLiteral",
|
|
3950
|
-
"value": "checkbox"
|
|
3951
|
-
},
|
|
3952
|
-
{
|
|
3953
|
-
"type": "jsLiteral",
|
|
3954
|
-
"value": "color"
|
|
3955
|
-
},
|
|
3956
|
-
{
|
|
3957
|
-
"type": "jsLiteral",
|
|
3958
|
-
"value": "date"
|
|
3959
|
-
},
|
|
3960
|
-
{
|
|
3961
|
-
"type": "jsLiteral",
|
|
3962
|
-
"value": "datetime-local"
|
|
3963
|
-
},
|
|
3964
|
-
{
|
|
3965
|
-
"type": "jsLiteral",
|
|
3966
|
-
"value": "email"
|
|
3967
|
-
},
|
|
3968
|
-
{
|
|
3969
|
-
"type": "jsLiteral",
|
|
3970
|
-
"value": "file"
|
|
3971
|
-
},
|
|
3972
|
-
{
|
|
3973
|
-
"type": "jsLiteral",
|
|
3974
|
-
"value": "hidden"
|
|
3975
|
-
},
|
|
3976
|
-
{
|
|
3977
|
-
"type": "jsLiteral",
|
|
3978
|
-
"value": "image"
|
|
3979
|
-
},
|
|
3980
|
-
{
|
|
3981
|
-
"type": "jsLiteral",
|
|
3982
|
-
"value": "month"
|
|
3983
|
-
},
|
|
3984
|
-
{
|
|
3985
|
-
"type": "jsLiteral",
|
|
3986
|
-
"value": "number"
|
|
3987
|
-
},
|
|
3988
|
-
{
|
|
3989
|
-
"type": "jsLiteral",
|
|
3990
|
-
"value": "password"
|
|
3991
|
-
},
|
|
3992
|
-
{
|
|
3993
|
-
"type": "jsLiteral",
|
|
3994
|
-
"value": "radio"
|
|
3995
|
-
},
|
|
3996
|
-
{
|
|
3997
|
-
"type": "jsLiteral",
|
|
3998
|
-
"value": "range"
|
|
3999
|
-
},
|
|
4000
|
-
{
|
|
4001
|
-
"type": "jsLiteral",
|
|
4002
|
-
"value": "reset"
|
|
4003
|
-
},
|
|
4004
|
-
{
|
|
4005
|
-
"type": "jsLiteral",
|
|
4006
|
-
"value": "search"
|
|
4007
|
-
},
|
|
4008
|
-
{
|
|
4009
|
-
"type": "jsLiteral",
|
|
4010
|
-
"value": "submit"
|
|
4011
|
-
},
|
|
4012
|
-
{
|
|
4013
|
-
"type": "jsLiteral",
|
|
4014
|
-
"value": "tel"
|
|
4015
|
-
},
|
|
4016
|
-
{
|
|
4017
|
-
"type": "jsLiteral",
|
|
4018
|
-
"value": "text"
|
|
4019
|
-
},
|
|
4020
|
-
{
|
|
4021
|
-
"type": "jsLiteral",
|
|
4022
|
-
"value": "time"
|
|
4023
|
-
},
|
|
4024
|
-
{
|
|
4025
|
-
"type": "jsLiteral",
|
|
4026
|
-
"value": "url"
|
|
4027
|
-
},
|
|
4028
|
-
{
|
|
4029
|
-
"type": "jsLiteral",
|
|
4030
|
-
"value": "week"
|
|
4031
|
-
}
|
|
4032
|
-
]
|
|
4033
|
-
}
|
|
4034
|
-
},
|
|
4035
|
-
{
|
|
4036
|
-
"type": "typeAlias",
|
|
4037
|
-
"name": "ComponentSize",
|
|
4038
|
-
"annotation": {
|
|
4039
|
-
"type": "union",
|
|
4040
|
-
"types": [
|
|
4041
|
-
{
|
|
4042
|
-
"type": "jsLiteral",
|
|
4043
|
-
"value": "large"
|
|
4044
|
-
},
|
|
4045
|
-
{
|
|
4046
|
-
"type": "jsLiteral",
|
|
4047
|
-
"value": "medium"
|
|
4048
|
-
},
|
|
4049
|
-
{
|
|
4050
|
-
"type": "jsLiteral",
|
|
4051
|
-
"value": "small"
|
|
4052
|
-
},
|
|
4053
|
-
{
|
|
4054
|
-
"type": "jsLiteral",
|
|
4055
|
-
"value": "xs"
|
|
4056
|
-
}
|
|
4057
|
-
]
|
|
4058
|
-
}
|
|
4059
|
-
}
|
|
4060
|
-
]
|
|
4061
|
-
},
|
|
4062
|
-
"eo-radio": {
|
|
4063
|
-
"properties": [
|
|
4064
|
-
{
|
|
4065
|
-
"name": "name",
|
|
4066
|
-
"annotation": {
|
|
4067
|
-
"type": "keyword",
|
|
4068
|
-
"value": "string"
|
|
4069
|
-
}
|
|
4070
|
-
},
|
|
4071
|
-
{
|
|
4072
|
-
"name": "label",
|
|
4073
|
-
"annotation": {
|
|
4074
|
-
"type": "keyword",
|
|
4075
|
-
"value": "string"
|
|
4076
|
-
}
|
|
4077
|
-
},
|
|
4078
|
-
{
|
|
4079
|
-
"name": "options",
|
|
4080
|
-
"annotation": {
|
|
4081
|
-
"type": "array",
|
|
4082
|
-
"elementType": {
|
|
4083
|
-
"type": "reference",
|
|
4084
|
-
"typeName": {
|
|
4085
|
-
"type": "identifier",
|
|
4086
|
-
"name": "GeneralOption"
|
|
4087
|
-
}
|
|
4088
|
-
}
|
|
4089
|
-
}
|
|
4090
|
-
},
|
|
4091
|
-
{
|
|
4092
|
-
"name": "value",
|
|
4093
|
-
"annotation": {
|
|
4094
|
-
"type": "keyword",
|
|
4095
|
-
"value": "any"
|
|
4096
|
-
}
|
|
4097
|
-
},
|
|
4098
|
-
{
|
|
4099
|
-
"name": "required",
|
|
4100
|
-
"annotation": {
|
|
4101
|
-
"type": "keyword",
|
|
4102
|
-
"value": "boolean"
|
|
4103
|
-
}
|
|
4104
|
-
},
|
|
4105
|
-
{
|
|
4106
|
-
"name": "message",
|
|
4107
|
-
"annotation": {
|
|
4108
|
-
"type": "reference",
|
|
4109
|
-
"typeName": {
|
|
4110
|
-
"type": "identifier",
|
|
4111
|
-
"name": "Record"
|
|
4112
|
-
},
|
|
4113
|
-
"typeParameters": {
|
|
4114
|
-
"type": "typeParameterInstantiation",
|
|
4115
|
-
"params": [
|
|
4116
|
-
{
|
|
4117
|
-
"type": "keyword",
|
|
4118
|
-
"value": "string"
|
|
4119
|
-
},
|
|
4120
|
-
{
|
|
4121
|
-
"type": "keyword",
|
|
4122
|
-
"value": "string"
|
|
4123
|
-
}
|
|
4124
|
-
]
|
|
4125
|
-
}
|
|
4126
|
-
}
|
|
4127
|
-
},
|
|
4128
|
-
{
|
|
4129
|
-
"name": "disabled",
|
|
4130
|
-
"annotation": {
|
|
4131
|
-
"type": "keyword",
|
|
4132
|
-
"value": "boolean"
|
|
4133
|
-
}
|
|
4134
|
-
},
|
|
4135
|
-
{
|
|
4136
|
-
"name": "type",
|
|
4137
|
-
"annotation": {
|
|
4138
|
-
"type": "reference",
|
|
4139
|
-
"typeName": {
|
|
4140
|
-
"type": "identifier",
|
|
4141
|
-
"name": "RadioType"
|
|
4142
|
-
}
|
|
4143
|
-
}
|
|
4144
|
-
},
|
|
4145
|
-
{
|
|
4146
|
-
"name": "ui",
|
|
4147
|
-
"annotation": {
|
|
4148
|
-
"type": "reference",
|
|
4149
|
-
"typeName": {
|
|
4150
|
-
"type": "identifier",
|
|
4151
|
-
"name": "UIType"
|
|
4152
|
-
}
|
|
4153
|
-
}
|
|
4154
|
-
},
|
|
4155
|
-
{
|
|
4156
|
-
"name": "size",
|
|
4157
|
-
"annotation": {
|
|
4158
|
-
"type": "reference",
|
|
4159
|
-
"typeName": {
|
|
4160
|
-
"type": "identifier",
|
|
4161
|
-
"name": "ComponentSize"
|
|
4162
|
-
}
|
|
4163
|
-
}
|
|
4164
|
-
},
|
|
4165
|
-
{
|
|
4166
|
-
"name": "customStyle",
|
|
4167
|
-
"annotation": {
|
|
4168
|
-
"type": "reference",
|
|
4169
|
-
"typeName": {
|
|
4170
|
-
"type": "qualifiedName",
|
|
4171
|
-
"left": {
|
|
4172
|
-
"type": "identifier",
|
|
4173
|
-
"name": "React"
|
|
4174
|
-
},
|
|
4175
|
-
"right": {
|
|
4176
|
-
"type": "identifier",
|
|
4177
|
-
"name": "CSSProperties"
|
|
4178
|
-
}
|
|
4179
|
-
}
|
|
4180
|
-
}
|
|
4181
|
-
},
|
|
4182
|
-
{
|
|
4183
|
-
"name": "useBrick",
|
|
4184
|
-
"annotation": {
|
|
4185
|
-
"type": "reference",
|
|
4186
|
-
"typeName": {
|
|
4187
|
-
"type": "identifier",
|
|
4188
|
-
"name": "UseSingleBrickConf"
|
|
4189
|
-
}
|
|
4190
|
-
}
|
|
4191
|
-
},
|
|
4192
|
-
{
|
|
4193
|
-
"name": "themeVariant",
|
|
4194
|
-
"annotation": {
|
|
4195
|
-
"type": "union",
|
|
4196
|
-
"types": [
|
|
4197
|
-
{
|
|
4198
|
-
"type": "jsLiteral",
|
|
4199
|
-
"value": "default"
|
|
4200
|
-
},
|
|
4201
|
-
{
|
|
4202
|
-
"type": "jsLiteral",
|
|
4203
|
-
"value": "elevo"
|
|
4204
|
-
}
|
|
4205
|
-
]
|
|
4206
|
-
}
|
|
4207
|
-
}
|
|
4208
|
-
],
|
|
4209
|
-
"events": [
|
|
4210
|
-
{
|
|
4211
|
-
"name": "change",
|
|
4212
|
-
"detail": {
|
|
4213
|
-
"annotation": {
|
|
4214
|
-
"type": "union",
|
|
4215
|
-
"types": [
|
|
4216
|
-
{
|
|
4217
|
-
"type": "reference",
|
|
4218
|
-
"typeName": {
|
|
4219
|
-
"type": "identifier",
|
|
4220
|
-
"name": "GeneralComplexOption"
|
|
4221
|
-
}
|
|
4222
|
-
},
|
|
4223
|
-
{
|
|
4224
|
-
"type": "keyword",
|
|
4225
|
-
"value": "undefined"
|
|
4226
|
-
}
|
|
4227
|
-
]
|
|
4228
|
-
}
|
|
4229
|
-
}
|
|
4230
|
-
},
|
|
4231
|
-
{
|
|
4232
|
-
"name": "options.change",
|
|
3985
|
+
"name": "options.change",
|
|
4233
3986
|
"detail": {
|
|
4234
3987
|
"annotation": {
|
|
4235
3988
|
"type": "typeLiteral",
|
|
@@ -4241,48 +3994,14 @@
|
|
|
4241
3994
|
"name": "options"
|
|
4242
3995
|
},
|
|
4243
3996
|
"annotation": {
|
|
4244
|
-
"type": "
|
|
4245
|
-
"
|
|
4246
|
-
|
|
4247
|
-
|
|
4248
|
-
"
|
|
4249
|
-
|
|
4250
|
-
"name": "label"
|
|
4251
|
-
},
|
|
4252
|
-
"annotation": {
|
|
4253
|
-
"type": "keyword",
|
|
4254
|
-
"value": "string"
|
|
4255
|
-
},
|
|
4256
|
-
"computed": false
|
|
4257
|
-
},
|
|
4258
|
-
{
|
|
4259
|
-
"type": "propertySignature",
|
|
4260
|
-
"key": {
|
|
4261
|
-
"type": "identifier",
|
|
4262
|
-
"name": "value"
|
|
4263
|
-
},
|
|
4264
|
-
"annotation": {
|
|
4265
|
-
"type": "keyword",
|
|
4266
|
-
"value": "any"
|
|
4267
|
-
},
|
|
4268
|
-
"computed": false
|
|
4269
|
-
},
|
|
4270
|
-
{
|
|
4271
|
-
"type": "indexSignature",
|
|
4272
|
-
"parameter": {
|
|
4273
|
-
"type": "identifier",
|
|
4274
|
-
"name": "key",
|
|
4275
|
-
"annotation": {
|
|
4276
|
-
"type": "keyword",
|
|
4277
|
-
"value": "string"
|
|
4278
|
-
}
|
|
4279
|
-
},
|
|
4280
|
-
"annotation": {
|
|
4281
|
-
"type": "keyword",
|
|
4282
|
-
"value": "any"
|
|
4283
|
-
}
|
|
3997
|
+
"type": "array",
|
|
3998
|
+
"elementType": {
|
|
3999
|
+
"type": "reference",
|
|
4000
|
+
"typeName": {
|
|
4001
|
+
"type": "identifier",
|
|
4002
|
+
"name": "CheckboxOptionType"
|
|
4284
4003
|
}
|
|
4285
|
-
|
|
4004
|
+
}
|
|
4286
4005
|
},
|
|
4287
4006
|
"computed": false
|
|
4288
4007
|
},
|
|
@@ -4307,7 +4026,7 @@
|
|
|
4307
4026
|
"types": [
|
|
4308
4027
|
{
|
|
4309
4028
|
"type": "typeAlias",
|
|
4310
|
-
"name": "
|
|
4029
|
+
"name": "CheckboxValueType",
|
|
4311
4030
|
"annotation": {
|
|
4312
4031
|
"type": "union",
|
|
4313
4032
|
"types": [
|
|
@@ -4318,70 +4037,17 @@
|
|
|
4318
4037
|
{
|
|
4319
4038
|
"type": "keyword",
|
|
4320
4039
|
"value": "number"
|
|
4321
|
-
},
|
|
4322
|
-
{
|
|
4323
|
-
"type": "keyword",
|
|
4324
|
-
"value": "boolean"
|
|
4325
|
-
},
|
|
4326
|
-
{
|
|
4327
|
-
"type": "reference",
|
|
4328
|
-
"typeName": {
|
|
4329
|
-
"type": "identifier",
|
|
4330
|
-
"name": "GeneralComplexOption"
|
|
4331
|
-
}
|
|
4332
|
-
},
|
|
4333
|
-
{
|
|
4334
|
-
"type": "reference",
|
|
4335
|
-
"typeName": {
|
|
4336
|
-
"type": "identifier",
|
|
4337
|
-
"name": "Record"
|
|
4338
|
-
},
|
|
4339
|
-
"typeParameters": {
|
|
4340
|
-
"type": "typeParameterInstantiation",
|
|
4341
|
-
"params": [
|
|
4342
|
-
{
|
|
4343
|
-
"type": "keyword",
|
|
4344
|
-
"value": "string"
|
|
4345
|
-
},
|
|
4346
|
-
{
|
|
4347
|
-
"type": "keyword",
|
|
4348
|
-
"value": "any"
|
|
4349
|
-
}
|
|
4350
|
-
]
|
|
4351
|
-
}
|
|
4352
|
-
}
|
|
4353
|
-
]
|
|
4354
|
-
}
|
|
4355
|
-
},
|
|
4356
|
-
{
|
|
4357
|
-
"type": "interface",
|
|
4358
|
-
"name": "GeneralComplexOption",
|
|
4359
|
-
"typeParameters": {
|
|
4360
|
-
"type": "typeParameterDeclaration",
|
|
4361
|
-
"params": [
|
|
4362
|
-
{
|
|
4363
|
-
"type": "typeParameter",
|
|
4364
|
-
"name": "T",
|
|
4365
|
-
"default": {
|
|
4366
|
-
"type": "union",
|
|
4367
|
-
"types": [
|
|
4368
|
-
{
|
|
4369
|
-
"type": "keyword",
|
|
4370
|
-
"value": "string"
|
|
4371
|
-
},
|
|
4372
|
-
{
|
|
4373
|
-
"type": "keyword",
|
|
4374
|
-
"value": "number"
|
|
4375
|
-
},
|
|
4376
|
-
{
|
|
4377
|
-
"type": "keyword",
|
|
4378
|
-
"value": "boolean"
|
|
4379
|
-
}
|
|
4380
|
-
]
|
|
4381
|
-
}
|
|
4040
|
+
},
|
|
4041
|
+
{
|
|
4042
|
+
"type": "keyword",
|
|
4043
|
+
"value": "boolean"
|
|
4382
4044
|
}
|
|
4383
4045
|
]
|
|
4384
|
-
}
|
|
4046
|
+
}
|
|
4047
|
+
},
|
|
4048
|
+
{
|
|
4049
|
+
"type": "interface",
|
|
4050
|
+
"name": "CheckboxOptionType",
|
|
4385
4051
|
"body": [
|
|
4386
4052
|
{
|
|
4387
4053
|
"type": "propertySignature",
|
|
@@ -4390,8 +4056,18 @@
|
|
|
4390
4056
|
"name": "label"
|
|
4391
4057
|
},
|
|
4392
4058
|
"annotation": {
|
|
4393
|
-
"type": "
|
|
4394
|
-
"
|
|
4059
|
+
"type": "reference",
|
|
4060
|
+
"typeName": {
|
|
4061
|
+
"type": "qualifiedName",
|
|
4062
|
+
"left": {
|
|
4063
|
+
"type": "identifier",
|
|
4064
|
+
"name": "React"
|
|
4065
|
+
},
|
|
4066
|
+
"right": {
|
|
4067
|
+
"type": "identifier",
|
|
4068
|
+
"name": "ReactNode"
|
|
4069
|
+
}
|
|
4070
|
+
}
|
|
4395
4071
|
},
|
|
4396
4072
|
"computed": false
|
|
4397
4073
|
},
|
|
@@ -4401,24 +4077,44 @@
|
|
|
4401
4077
|
"type": "identifier",
|
|
4402
4078
|
"name": "value"
|
|
4403
4079
|
},
|
|
4080
|
+
"annotation": {
|
|
4081
|
+
"type": "keyword",
|
|
4082
|
+
"value": "any"
|
|
4083
|
+
},
|
|
4084
|
+
"computed": false
|
|
4085
|
+
},
|
|
4086
|
+
{
|
|
4087
|
+
"type": "propertySignature",
|
|
4088
|
+
"key": {
|
|
4089
|
+
"type": "identifier",
|
|
4090
|
+
"name": "style"
|
|
4091
|
+
},
|
|
4404
4092
|
"annotation": {
|
|
4405
4093
|
"type": "reference",
|
|
4406
4094
|
"typeName": {
|
|
4407
|
-
"type": "
|
|
4408
|
-
"
|
|
4095
|
+
"type": "qualifiedName",
|
|
4096
|
+
"left": {
|
|
4097
|
+
"type": "identifier",
|
|
4098
|
+
"name": "React"
|
|
4099
|
+
},
|
|
4100
|
+
"right": {
|
|
4101
|
+
"type": "identifier",
|
|
4102
|
+
"name": "CSSProperties"
|
|
4103
|
+
}
|
|
4409
4104
|
}
|
|
4410
4105
|
},
|
|
4106
|
+
"optional": true,
|
|
4411
4107
|
"computed": false
|
|
4412
4108
|
},
|
|
4413
4109
|
{
|
|
4414
4110
|
"type": "propertySignature",
|
|
4415
4111
|
"key": {
|
|
4416
4112
|
"type": "identifier",
|
|
4417
|
-
"name": "
|
|
4113
|
+
"name": "disabled"
|
|
4418
4114
|
},
|
|
4419
4115
|
"annotation": {
|
|
4420
4116
|
"type": "keyword",
|
|
4421
|
-
"value": "
|
|
4117
|
+
"value": "boolean"
|
|
4422
4118
|
},
|
|
4423
4119
|
"optional": true,
|
|
4424
4120
|
"computed": false
|
|
@@ -4427,7 +4123,7 @@
|
|
|
4427
4123
|
"type": "propertySignature",
|
|
4428
4124
|
"key": {
|
|
4429
4125
|
"type": "identifier",
|
|
4430
|
-
"name": "
|
|
4126
|
+
"name": "checkboxColor"
|
|
4431
4127
|
},
|
|
4432
4128
|
"annotation": {
|
|
4433
4129
|
"type": "keyword",
|
|
@@ -4440,7 +4136,7 @@
|
|
|
4440
4136
|
"type": "indexSignature",
|
|
4441
4137
|
"parameter": {
|
|
4442
4138
|
"type": "identifier",
|
|
4443
|
-
"name": "
|
|
4139
|
+
"name": "propName",
|
|
4444
4140
|
"annotation": {
|
|
4445
4141
|
"type": "keyword",
|
|
4446
4142
|
"value": "string"
|
|
@@ -4455,14 +4151,10 @@
|
|
|
4455
4151
|
},
|
|
4456
4152
|
{
|
|
4457
4153
|
"type": "typeAlias",
|
|
4458
|
-
"name": "
|
|
4154
|
+
"name": "CheckboxType",
|
|
4459
4155
|
"annotation": {
|
|
4460
4156
|
"type": "union",
|
|
4461
4157
|
"types": [
|
|
4462
|
-
{
|
|
4463
|
-
"type": "jsLiteral",
|
|
4464
|
-
"value": "button"
|
|
4465
|
-
},
|
|
4466
4158
|
{
|
|
4467
4159
|
"type": "jsLiteral",
|
|
4468
4160
|
"value": "default"
|
|
@@ -4470,25 +4162,149 @@
|
|
|
4470
4162
|
{
|
|
4471
4163
|
"type": "jsLiteral",
|
|
4472
4164
|
"value": "icon"
|
|
4165
|
+
}
|
|
4166
|
+
]
|
|
4167
|
+
}
|
|
4168
|
+
},
|
|
4169
|
+
{
|
|
4170
|
+
"type": "interface",
|
|
4171
|
+
"name": "OptionGroup",
|
|
4172
|
+
"body": [
|
|
4173
|
+
{
|
|
4174
|
+
"type": "propertySignature",
|
|
4175
|
+
"key": {
|
|
4176
|
+
"type": "identifier",
|
|
4177
|
+
"name": "name"
|
|
4473
4178
|
},
|
|
4474
|
-
{
|
|
4475
|
-
"type": "
|
|
4476
|
-
"value": "
|
|
4179
|
+
"annotation": {
|
|
4180
|
+
"type": "keyword",
|
|
4181
|
+
"value": "string"
|
|
4477
4182
|
},
|
|
4478
|
-
|
|
4479
|
-
|
|
4480
|
-
|
|
4183
|
+
"computed": false
|
|
4184
|
+
},
|
|
4185
|
+
{
|
|
4186
|
+
"type": "propertySignature",
|
|
4187
|
+
"key": {
|
|
4188
|
+
"type": "identifier",
|
|
4189
|
+
"name": "key"
|
|
4481
4190
|
},
|
|
4482
|
-
{
|
|
4483
|
-
"type": "
|
|
4484
|
-
"value": "
|
|
4191
|
+
"annotation": {
|
|
4192
|
+
"type": "keyword",
|
|
4193
|
+
"value": "string"
|
|
4194
|
+
},
|
|
4195
|
+
"computed": false
|
|
4196
|
+
},
|
|
4197
|
+
{
|
|
4198
|
+
"type": "propertySignature",
|
|
4199
|
+
"key": {
|
|
4200
|
+
"type": "identifier",
|
|
4201
|
+
"name": "options"
|
|
4202
|
+
},
|
|
4203
|
+
"annotation": {
|
|
4204
|
+
"type": "array",
|
|
4205
|
+
"elementType": {
|
|
4206
|
+
"type": "reference",
|
|
4207
|
+
"typeName": {
|
|
4208
|
+
"type": "identifier",
|
|
4209
|
+
"name": "CheckboxOptionType"
|
|
4210
|
+
}
|
|
4211
|
+
}
|
|
4212
|
+
},
|
|
4213
|
+
"computed": false
|
|
4214
|
+
}
|
|
4215
|
+
]
|
|
4216
|
+
}
|
|
4217
|
+
]
|
|
4218
|
+
},
|
|
4219
|
+
"eo-upload-image": {
|
|
4220
|
+
"properties": [
|
|
4221
|
+
{
|
|
4222
|
+
"name": "name",
|
|
4223
|
+
"annotation": {
|
|
4224
|
+
"type": "keyword",
|
|
4225
|
+
"value": "string"
|
|
4226
|
+
}
|
|
4227
|
+
},
|
|
4228
|
+
{
|
|
4229
|
+
"name": "label",
|
|
4230
|
+
"annotation": {
|
|
4231
|
+
"type": "keyword",
|
|
4232
|
+
"value": "string"
|
|
4233
|
+
}
|
|
4234
|
+
},
|
|
4235
|
+
{
|
|
4236
|
+
"name": "value",
|
|
4237
|
+
"annotation": {
|
|
4238
|
+
"type": "array",
|
|
4239
|
+
"elementType": {
|
|
4240
|
+
"type": "reference",
|
|
4241
|
+
"typeName": {
|
|
4242
|
+
"type": "identifier",
|
|
4243
|
+
"name": "ImageData"
|
|
4485
4244
|
}
|
|
4486
|
-
|
|
4245
|
+
}
|
|
4487
4246
|
}
|
|
4488
4247
|
},
|
|
4489
4248
|
{
|
|
4490
|
-
"
|
|
4491
|
-
"
|
|
4249
|
+
"name": "bucketName",
|
|
4250
|
+
"annotation": {
|
|
4251
|
+
"type": "keyword",
|
|
4252
|
+
"value": "string"
|
|
4253
|
+
}
|
|
4254
|
+
},
|
|
4255
|
+
{
|
|
4256
|
+
"name": "maxCount",
|
|
4257
|
+
"annotation": {
|
|
4258
|
+
"type": "keyword",
|
|
4259
|
+
"value": "number"
|
|
4260
|
+
}
|
|
4261
|
+
},
|
|
4262
|
+
{
|
|
4263
|
+
"name": "multiple",
|
|
4264
|
+
"annotation": {
|
|
4265
|
+
"type": "keyword",
|
|
4266
|
+
"value": "boolean"
|
|
4267
|
+
}
|
|
4268
|
+
},
|
|
4269
|
+
{
|
|
4270
|
+
"name": "limitSize",
|
|
4271
|
+
"annotation": {
|
|
4272
|
+
"type": "keyword",
|
|
4273
|
+
"value": "number"
|
|
4274
|
+
}
|
|
4275
|
+
},
|
|
4276
|
+
{
|
|
4277
|
+
"name": "required",
|
|
4278
|
+
"annotation": {
|
|
4279
|
+
"type": "keyword",
|
|
4280
|
+
"value": "boolean"
|
|
4281
|
+
}
|
|
4282
|
+
},
|
|
4283
|
+
{
|
|
4284
|
+
"name": "message",
|
|
4285
|
+
"annotation": {
|
|
4286
|
+
"type": "reference",
|
|
4287
|
+
"typeName": {
|
|
4288
|
+
"type": "identifier",
|
|
4289
|
+
"name": "Record"
|
|
4290
|
+
},
|
|
4291
|
+
"typeParameters": {
|
|
4292
|
+
"type": "typeParameterInstantiation",
|
|
4293
|
+
"params": [
|
|
4294
|
+
{
|
|
4295
|
+
"type": "keyword",
|
|
4296
|
+
"value": "string"
|
|
4297
|
+
},
|
|
4298
|
+
{
|
|
4299
|
+
"type": "keyword",
|
|
4300
|
+
"value": "string"
|
|
4301
|
+
}
|
|
4302
|
+
]
|
|
4303
|
+
}
|
|
4304
|
+
}
|
|
4305
|
+
},
|
|
4306
|
+
{
|
|
4307
|
+
"name": "variant",
|
|
4492
4308
|
"annotation": {
|
|
4493
4309
|
"type": "union",
|
|
4494
4310
|
"types": [
|
|
@@ -4498,54 +4314,123 @@
|
|
|
4498
4314
|
},
|
|
4499
4315
|
{
|
|
4500
4316
|
"type": "jsLiteral",
|
|
4501
|
-
"value": "
|
|
4317
|
+
"value": "avatar"
|
|
4502
4318
|
}
|
|
4503
4319
|
]
|
|
4504
4320
|
}
|
|
4505
4321
|
},
|
|
4506
4322
|
{
|
|
4507
|
-
"
|
|
4508
|
-
"name": "ComponentSize",
|
|
4323
|
+
"name": "themeVariant",
|
|
4509
4324
|
"annotation": {
|
|
4510
4325
|
"type": "union",
|
|
4511
4326
|
"types": [
|
|
4512
4327
|
{
|
|
4513
4328
|
"type": "jsLiteral",
|
|
4514
|
-
"value": "
|
|
4329
|
+
"value": "default"
|
|
4515
4330
|
},
|
|
4516
4331
|
{
|
|
4517
4332
|
"type": "jsLiteral",
|
|
4518
|
-
"value": "
|
|
4333
|
+
"value": "elevo"
|
|
4334
|
+
}
|
|
4335
|
+
]
|
|
4336
|
+
}
|
|
4337
|
+
}
|
|
4338
|
+
],
|
|
4339
|
+
"events": [
|
|
4340
|
+
{
|
|
4341
|
+
"name": "change",
|
|
4342
|
+
"detail": {
|
|
4343
|
+
"annotation": {
|
|
4344
|
+
"type": "array",
|
|
4345
|
+
"elementType": {
|
|
4346
|
+
"type": "reference",
|
|
4347
|
+
"typeName": {
|
|
4348
|
+
"type": "identifier",
|
|
4349
|
+
"name": "ImageData"
|
|
4350
|
+
}
|
|
4351
|
+
}
|
|
4352
|
+
}
|
|
4353
|
+
}
|
|
4354
|
+
}
|
|
4355
|
+
],
|
|
4356
|
+
"methods": [],
|
|
4357
|
+
"types": [
|
|
4358
|
+
{
|
|
4359
|
+
"type": "interface",
|
|
4360
|
+
"name": "ImageData",
|
|
4361
|
+
"body": [
|
|
4362
|
+
{
|
|
4363
|
+
"type": "propertySignature",
|
|
4364
|
+
"key": {
|
|
4365
|
+
"type": "identifier",
|
|
4366
|
+
"name": "url"
|
|
4519
4367
|
},
|
|
4520
|
-
{
|
|
4521
|
-
"type": "
|
|
4522
|
-
"value": "
|
|
4368
|
+
"annotation": {
|
|
4369
|
+
"type": "keyword",
|
|
4370
|
+
"value": "string"
|
|
4523
4371
|
},
|
|
4524
|
-
|
|
4525
|
-
|
|
4526
|
-
|
|
4372
|
+
"optional": true,
|
|
4373
|
+
"computed": false
|
|
4374
|
+
}
|
|
4375
|
+
],
|
|
4376
|
+
"extends": [
|
|
4377
|
+
{
|
|
4378
|
+
"type": "expressionWithTypeArguments",
|
|
4379
|
+
"expression": {
|
|
4380
|
+
"type": "identifier",
|
|
4381
|
+
"name": "FileData"
|
|
4527
4382
|
}
|
|
4528
|
-
|
|
4529
|
-
|
|
4383
|
+
}
|
|
4384
|
+
]
|
|
4530
4385
|
}
|
|
4531
4386
|
]
|
|
4532
4387
|
},
|
|
4533
|
-
"eo-upload-
|
|
4388
|
+
"eo-upload-file": {
|
|
4534
4389
|
"properties": [
|
|
4535
4390
|
{
|
|
4536
|
-
"name": "
|
|
4391
|
+
"name": "label",
|
|
4537
4392
|
"annotation": {
|
|
4538
4393
|
"type": "keyword",
|
|
4539
4394
|
"value": "string"
|
|
4540
4395
|
}
|
|
4541
4396
|
},
|
|
4542
4397
|
{
|
|
4543
|
-
"name": "
|
|
4398
|
+
"name": "name",
|
|
4544
4399
|
"annotation": {
|
|
4545
4400
|
"type": "keyword",
|
|
4546
4401
|
"value": "string"
|
|
4547
4402
|
}
|
|
4548
4403
|
},
|
|
4404
|
+
{
|
|
4405
|
+
"name": "required",
|
|
4406
|
+
"annotation": {
|
|
4407
|
+
"type": "keyword",
|
|
4408
|
+
"value": "boolean"
|
|
4409
|
+
}
|
|
4410
|
+
},
|
|
4411
|
+
{
|
|
4412
|
+
"name": "message",
|
|
4413
|
+
"annotation": {
|
|
4414
|
+
"type": "reference",
|
|
4415
|
+
"typeName": {
|
|
4416
|
+
"type": "identifier",
|
|
4417
|
+
"name": "Record"
|
|
4418
|
+
},
|
|
4419
|
+
"typeParameters": {
|
|
4420
|
+
"type": "typeParameterInstantiation",
|
|
4421
|
+
"params": [
|
|
4422
|
+
{
|
|
4423
|
+
"type": "keyword",
|
|
4424
|
+
"value": "string"
|
|
4425
|
+
},
|
|
4426
|
+
{
|
|
4427
|
+
"type": "keyword",
|
|
4428
|
+
"value": "string"
|
|
4429
|
+
}
|
|
4430
|
+
]
|
|
4431
|
+
}
|
|
4432
|
+
}
|
|
4433
|
+
},
|
|
4549
4434
|
{
|
|
4550
4435
|
"name": "value",
|
|
4551
4436
|
"annotation": {
|
|
@@ -4554,30 +4439,30 @@
|
|
|
4554
4439
|
"type": "reference",
|
|
4555
4440
|
"typeName": {
|
|
4556
4441
|
"type": "identifier",
|
|
4557
|
-
"name": "
|
|
4442
|
+
"name": "FileData"
|
|
4558
4443
|
}
|
|
4559
4444
|
}
|
|
4560
4445
|
}
|
|
4561
4446
|
},
|
|
4562
4447
|
{
|
|
4563
|
-
"name": "
|
|
4448
|
+
"name": "multiple",
|
|
4564
4449
|
"annotation": {
|
|
4565
4450
|
"type": "keyword",
|
|
4566
|
-
"value": "
|
|
4451
|
+
"value": "boolean"
|
|
4567
4452
|
}
|
|
4568
4453
|
},
|
|
4569
4454
|
{
|
|
4570
|
-
"name": "
|
|
4455
|
+
"name": "accept",
|
|
4571
4456
|
"annotation": {
|
|
4572
4457
|
"type": "keyword",
|
|
4573
|
-
"value": "
|
|
4458
|
+
"value": "string"
|
|
4574
4459
|
}
|
|
4575
4460
|
},
|
|
4576
4461
|
{
|
|
4577
|
-
"name": "
|
|
4462
|
+
"name": "maxCount",
|
|
4578
4463
|
"annotation": {
|
|
4579
4464
|
"type": "keyword",
|
|
4580
|
-
"value": "
|
|
4465
|
+
"value": "number"
|
|
4581
4466
|
}
|
|
4582
4467
|
},
|
|
4583
4468
|
{
|
|
@@ -4588,94 +4473,272 @@
|
|
|
4588
4473
|
}
|
|
4589
4474
|
},
|
|
4590
4475
|
{
|
|
4591
|
-
"name": "
|
|
4476
|
+
"name": "buttonText",
|
|
4592
4477
|
"annotation": {
|
|
4593
4478
|
"type": "keyword",
|
|
4594
|
-
"value": "
|
|
4479
|
+
"value": "string"
|
|
4595
4480
|
}
|
|
4596
4481
|
},
|
|
4597
4482
|
{
|
|
4598
|
-
"name": "
|
|
4483
|
+
"name": "buttonType",
|
|
4484
|
+
"annotation": {
|
|
4485
|
+
"type": "indexedAccess",
|
|
4486
|
+
"objectType": {
|
|
4487
|
+
"type": "reference",
|
|
4488
|
+
"typeName": {
|
|
4489
|
+
"type": "identifier",
|
|
4490
|
+
"name": "ButtonProps"
|
|
4491
|
+
}
|
|
4492
|
+
},
|
|
4493
|
+
"indexType": {
|
|
4494
|
+
"type": "jsLiteral",
|
|
4495
|
+
"value": "type"
|
|
4496
|
+
}
|
|
4497
|
+
}
|
|
4498
|
+
},
|
|
4499
|
+
{
|
|
4500
|
+
"name": "buttonIcon",
|
|
4599
4501
|
"annotation": {
|
|
4600
4502
|
"type": "reference",
|
|
4601
4503
|
"typeName": {
|
|
4602
4504
|
"type": "identifier",
|
|
4603
|
-
"name": "
|
|
4505
|
+
"name": "GeneralIconProps"
|
|
4506
|
+
}
|
|
4507
|
+
}
|
|
4508
|
+
},
|
|
4509
|
+
{
|
|
4510
|
+
"name": "overMaxCountMode",
|
|
4511
|
+
"annotation": {
|
|
4512
|
+
"type": "union",
|
|
4513
|
+
"types": [
|
|
4514
|
+
{
|
|
4515
|
+
"type": "jsLiteral",
|
|
4516
|
+
"value": "ignore"
|
|
4517
|
+
},
|
|
4518
|
+
{
|
|
4519
|
+
"type": "jsLiteral",
|
|
4520
|
+
"value": "replace"
|
|
4521
|
+
}
|
|
4522
|
+
]
|
|
4523
|
+
}
|
|
4524
|
+
},
|
|
4525
|
+
{
|
|
4526
|
+
"name": "uploadDraggable",
|
|
4527
|
+
"annotation": {
|
|
4528
|
+
"type": "keyword",
|
|
4529
|
+
"value": "boolean"
|
|
4530
|
+
}
|
|
4531
|
+
},
|
|
4532
|
+
{
|
|
4533
|
+
"name": "draggableUploadTip",
|
|
4534
|
+
"annotation": {
|
|
4535
|
+
"type": "keyword",
|
|
4536
|
+
"value": "string"
|
|
4537
|
+
}
|
|
4538
|
+
},
|
|
4539
|
+
{
|
|
4540
|
+
"name": "autoUpload",
|
|
4541
|
+
"annotation": {
|
|
4542
|
+
"type": "keyword",
|
|
4543
|
+
"value": "boolean"
|
|
4544
|
+
}
|
|
4545
|
+
},
|
|
4546
|
+
{
|
|
4547
|
+
"name": "url",
|
|
4548
|
+
"annotation": {
|
|
4549
|
+
"type": "keyword",
|
|
4550
|
+
"value": "string"
|
|
4551
|
+
}
|
|
4552
|
+
},
|
|
4553
|
+
{
|
|
4554
|
+
"name": "method",
|
|
4555
|
+
"annotation": {
|
|
4556
|
+
"type": "keyword",
|
|
4557
|
+
"value": "string"
|
|
4558
|
+
}
|
|
4559
|
+
},
|
|
4560
|
+
{
|
|
4561
|
+
"name": "uploadName",
|
|
4562
|
+
"annotation": {
|
|
4563
|
+
"type": "keyword",
|
|
4564
|
+
"value": "string"
|
|
4565
|
+
}
|
|
4566
|
+
}
|
|
4567
|
+
],
|
|
4568
|
+
"events": [
|
|
4569
|
+
{
|
|
4570
|
+
"name": "change",
|
|
4571
|
+
"detail": {
|
|
4572
|
+
"annotation": {
|
|
4573
|
+
"type": "array",
|
|
4574
|
+
"elementType": {
|
|
4575
|
+
"type": "reference",
|
|
4576
|
+
"typeName": {
|
|
4577
|
+
"type": "identifier",
|
|
4578
|
+
"name": "FileData"
|
|
4579
|
+
}
|
|
4580
|
+
}
|
|
4581
|
+
}
|
|
4582
|
+
}
|
|
4583
|
+
}
|
|
4584
|
+
],
|
|
4585
|
+
"methods": [],
|
|
4586
|
+
"types": [
|
|
4587
|
+
{
|
|
4588
|
+
"type": "interface",
|
|
4589
|
+
"name": "FileData",
|
|
4590
|
+
"body": [
|
|
4591
|
+
{
|
|
4592
|
+
"type": "propertySignature",
|
|
4593
|
+
"key": {
|
|
4594
|
+
"type": "identifier",
|
|
4595
|
+
"name": "uid"
|
|
4596
|
+
},
|
|
4597
|
+
"annotation": {
|
|
4598
|
+
"type": "keyword",
|
|
4599
|
+
"value": "string"
|
|
4600
|
+
},
|
|
4601
|
+
"computed": false
|
|
4602
|
+
},
|
|
4603
|
+
{
|
|
4604
|
+
"type": "propertySignature",
|
|
4605
|
+
"key": {
|
|
4606
|
+
"type": "identifier",
|
|
4607
|
+
"name": "name"
|
|
4608
|
+
},
|
|
4609
|
+
"annotation": {
|
|
4610
|
+
"type": "keyword",
|
|
4611
|
+
"value": "string"
|
|
4612
|
+
},
|
|
4613
|
+
"computed": false
|
|
4614
|
+
},
|
|
4615
|
+
{
|
|
4616
|
+
"type": "propertySignature",
|
|
4617
|
+
"key": {
|
|
4618
|
+
"type": "identifier",
|
|
4619
|
+
"name": "file"
|
|
4620
|
+
},
|
|
4621
|
+
"annotation": {
|
|
4622
|
+
"type": "intersection",
|
|
4623
|
+
"types": [
|
|
4624
|
+
{
|
|
4625
|
+
"type": "reference",
|
|
4626
|
+
"typeName": {
|
|
4627
|
+
"type": "identifier",
|
|
4628
|
+
"name": "File"
|
|
4629
|
+
}
|
|
4630
|
+
},
|
|
4631
|
+
{
|
|
4632
|
+
"type": "typeLiteral",
|
|
4633
|
+
"members": [
|
|
4634
|
+
{
|
|
4635
|
+
"type": "propertySignature",
|
|
4636
|
+
"key": {
|
|
4637
|
+
"type": "identifier",
|
|
4638
|
+
"name": "uid"
|
|
4639
|
+
},
|
|
4640
|
+
"annotation": {
|
|
4641
|
+
"type": "keyword",
|
|
4642
|
+
"value": "string"
|
|
4643
|
+
},
|
|
4644
|
+
"optional": true,
|
|
4645
|
+
"computed": false
|
|
4646
|
+
}
|
|
4647
|
+
]
|
|
4648
|
+
}
|
|
4649
|
+
]
|
|
4650
|
+
},
|
|
4651
|
+
"optional": true,
|
|
4652
|
+
"computed": false
|
|
4653
|
+
},
|
|
4654
|
+
{
|
|
4655
|
+
"type": "propertySignature",
|
|
4656
|
+
"key": {
|
|
4657
|
+
"type": "identifier",
|
|
4658
|
+
"name": "response"
|
|
4659
|
+
},
|
|
4660
|
+
"annotation": {
|
|
4661
|
+
"type": "keyword",
|
|
4662
|
+
"value": "any"
|
|
4663
|
+
},
|
|
4664
|
+
"optional": true,
|
|
4665
|
+
"computed": false
|
|
4666
|
+
},
|
|
4667
|
+
{
|
|
4668
|
+
"type": "propertySignature",
|
|
4669
|
+
"key": {
|
|
4670
|
+
"type": "identifier",
|
|
4671
|
+
"name": "userData"
|
|
4672
|
+
},
|
|
4673
|
+
"annotation": {
|
|
4674
|
+
"type": "keyword",
|
|
4675
|
+
"value": "any"
|
|
4676
|
+
},
|
|
4677
|
+
"optional": true,
|
|
4678
|
+
"computed": false
|
|
4604
4679
|
},
|
|
4605
|
-
|
|
4606
|
-
"type": "
|
|
4607
|
-
"
|
|
4608
|
-
|
|
4609
|
-
|
|
4610
|
-
|
|
4611
|
-
|
|
4612
|
-
{
|
|
4613
|
-
"type": "keyword",
|
|
4614
|
-
"value": "string"
|
|
4615
|
-
}
|
|
4616
|
-
]
|
|
4617
|
-
}
|
|
4618
|
-
}
|
|
4619
|
-
}
|
|
4620
|
-
],
|
|
4621
|
-
"events": [
|
|
4622
|
-
{
|
|
4623
|
-
"name": "change",
|
|
4624
|
-
"detail": {
|
|
4625
|
-
"annotation": {
|
|
4626
|
-
"type": "array",
|
|
4627
|
-
"elementType": {
|
|
4680
|
+
{
|
|
4681
|
+
"type": "propertySignature",
|
|
4682
|
+
"key": {
|
|
4683
|
+
"type": "identifier",
|
|
4684
|
+
"name": "status"
|
|
4685
|
+
},
|
|
4686
|
+
"annotation": {
|
|
4628
4687
|
"type": "reference",
|
|
4629
4688
|
"typeName": {
|
|
4630
4689
|
"type": "identifier",
|
|
4631
|
-
"name": "
|
|
4690
|
+
"name": "UploadStatus"
|
|
4632
4691
|
}
|
|
4633
|
-
}
|
|
4634
|
-
|
|
4635
|
-
|
|
4636
|
-
|
|
4637
|
-
],
|
|
4638
|
-
"methods": [],
|
|
4639
|
-
"types": [
|
|
4640
|
-
{
|
|
4641
|
-
"type": "interface",
|
|
4642
|
-
"name": "ImageData",
|
|
4643
|
-
"body": [
|
|
4692
|
+
},
|
|
4693
|
+
"optional": true,
|
|
4694
|
+
"computed": false
|
|
4695
|
+
},
|
|
4644
4696
|
{
|
|
4645
4697
|
"type": "propertySignature",
|
|
4646
4698
|
"key": {
|
|
4647
4699
|
"type": "identifier",
|
|
4648
|
-
"name": "
|
|
4700
|
+
"name": "errors"
|
|
4649
4701
|
},
|
|
4650
4702
|
"annotation": {
|
|
4651
|
-
"type": "
|
|
4652
|
-
"
|
|
4703
|
+
"type": "array",
|
|
4704
|
+
"elementType": {
|
|
4705
|
+
"type": "reference",
|
|
4706
|
+
"typeName": {
|
|
4707
|
+
"type": "identifier",
|
|
4708
|
+
"name": "Error"
|
|
4709
|
+
}
|
|
4710
|
+
}
|
|
4653
4711
|
},
|
|
4654
4712
|
"optional": true,
|
|
4655
4713
|
"computed": false
|
|
4656
4714
|
}
|
|
4657
|
-
],
|
|
4658
|
-
"extends": [
|
|
4659
|
-
{
|
|
4660
|
-
"type": "expressionWithTypeArguments",
|
|
4661
|
-
"expression": {
|
|
4662
|
-
"type": "identifier",
|
|
4663
|
-
"name": "FileData"
|
|
4664
|
-
}
|
|
4665
|
-
}
|
|
4666
4715
|
]
|
|
4716
|
+
},
|
|
4717
|
+
{
|
|
4718
|
+
"type": "typeAlias",
|
|
4719
|
+
"name": "UploadStatus",
|
|
4720
|
+
"annotation": {
|
|
4721
|
+
"type": "union",
|
|
4722
|
+
"types": [
|
|
4723
|
+
{
|
|
4724
|
+
"type": "jsLiteral",
|
|
4725
|
+
"value": "uploading"
|
|
4726
|
+
},
|
|
4727
|
+
{
|
|
4728
|
+
"type": "jsLiteral",
|
|
4729
|
+
"value": "done"
|
|
4730
|
+
},
|
|
4731
|
+
{
|
|
4732
|
+
"type": "jsLiteral",
|
|
4733
|
+
"value": "error"
|
|
4734
|
+
}
|
|
4735
|
+
]
|
|
4736
|
+
}
|
|
4667
4737
|
}
|
|
4668
4738
|
]
|
|
4669
4739
|
},
|
|
4670
|
-
"eo-
|
|
4740
|
+
"eo-time-range-picker": {
|
|
4671
4741
|
"properties": [
|
|
4672
|
-
{
|
|
4673
|
-
"name": "label",
|
|
4674
|
-
"annotation": {
|
|
4675
|
-
"type": "keyword",
|
|
4676
|
-
"value": "string"
|
|
4677
|
-
}
|
|
4678
|
-
},
|
|
4679
4742
|
{
|
|
4680
4743
|
"name": "name",
|
|
4681
4744
|
"annotation": {
|
|
@@ -4684,166 +4747,141 @@
|
|
|
4684
4747
|
}
|
|
4685
4748
|
},
|
|
4686
4749
|
{
|
|
4687
|
-
"name": "
|
|
4750
|
+
"name": "label",
|
|
4688
4751
|
"annotation": {
|
|
4689
4752
|
"type": "keyword",
|
|
4690
|
-
"value": "
|
|
4753
|
+
"value": "string"
|
|
4691
4754
|
}
|
|
4692
4755
|
},
|
|
4693
4756
|
{
|
|
4694
|
-
"name": "
|
|
4757
|
+
"name": "value",
|
|
4695
4758
|
"annotation": {
|
|
4696
4759
|
"type": "reference",
|
|
4697
4760
|
"typeName": {
|
|
4698
4761
|
"type": "identifier",
|
|
4699
|
-
"name": "
|
|
4700
|
-
},
|
|
4701
|
-
"typeParameters": {
|
|
4702
|
-
"type": "typeParameterInstantiation",
|
|
4703
|
-
"params": [
|
|
4704
|
-
{
|
|
4705
|
-
"type": "keyword",
|
|
4706
|
-
"value": "string"
|
|
4707
|
-
},
|
|
4708
|
-
{
|
|
4709
|
-
"type": "keyword",
|
|
4710
|
-
"value": "string"
|
|
4711
|
-
}
|
|
4712
|
-
]
|
|
4713
|
-
}
|
|
4714
|
-
}
|
|
4715
|
-
},
|
|
4716
|
-
{
|
|
4717
|
-
"name": "value",
|
|
4718
|
-
"annotation": {
|
|
4719
|
-
"type": "array",
|
|
4720
|
-
"elementType": {
|
|
4721
|
-
"type": "reference",
|
|
4722
|
-
"typeName": {
|
|
4723
|
-
"type": "identifier",
|
|
4724
|
-
"name": "FileData"
|
|
4725
|
-
}
|
|
4762
|
+
"name": "TimeRange"
|
|
4726
4763
|
}
|
|
4727
4764
|
}
|
|
4728
4765
|
},
|
|
4729
4766
|
{
|
|
4730
|
-
"name": "
|
|
4767
|
+
"name": "required",
|
|
4731
4768
|
"annotation": {
|
|
4732
4769
|
"type": "keyword",
|
|
4733
4770
|
"value": "boolean"
|
|
4734
4771
|
}
|
|
4735
4772
|
},
|
|
4736
4773
|
{
|
|
4737
|
-
"name": "
|
|
4738
|
-
"annotation": {
|
|
4739
|
-
"type": "keyword",
|
|
4740
|
-
"value": "string"
|
|
4741
|
-
}
|
|
4742
|
-
},
|
|
4743
|
-
{
|
|
4744
|
-
"name": "maxCount",
|
|
4745
|
-
"annotation": {
|
|
4746
|
-
"type": "keyword",
|
|
4747
|
-
"value": "number"
|
|
4748
|
-
}
|
|
4749
|
-
},
|
|
4750
|
-
{
|
|
4751
|
-
"name": "limitSize",
|
|
4752
|
-
"annotation": {
|
|
4753
|
-
"type": "keyword",
|
|
4754
|
-
"value": "number"
|
|
4755
|
-
}
|
|
4756
|
-
},
|
|
4757
|
-
{
|
|
4758
|
-
"name": "buttonText",
|
|
4759
|
-
"annotation": {
|
|
4760
|
-
"type": "keyword",
|
|
4761
|
-
"value": "string"
|
|
4762
|
-
}
|
|
4763
|
-
},
|
|
4764
|
-
{
|
|
4765
|
-
"name": "buttonType",
|
|
4766
|
-
"annotation": {
|
|
4767
|
-
"type": "indexedAccess",
|
|
4768
|
-
"objectType": {
|
|
4769
|
-
"type": "reference",
|
|
4770
|
-
"typeName": {
|
|
4771
|
-
"type": "identifier",
|
|
4772
|
-
"name": "ButtonProps"
|
|
4773
|
-
}
|
|
4774
|
-
},
|
|
4775
|
-
"indexType": {
|
|
4776
|
-
"type": "jsLiteral",
|
|
4777
|
-
"value": "type"
|
|
4778
|
-
}
|
|
4779
|
-
}
|
|
4780
|
-
},
|
|
4781
|
-
{
|
|
4782
|
-
"name": "buttonIcon",
|
|
4774
|
+
"name": "rangeType",
|
|
4783
4775
|
"annotation": {
|
|
4784
4776
|
"type": "reference",
|
|
4785
4777
|
"typeName": {
|
|
4786
4778
|
"type": "identifier",
|
|
4787
|
-
"name": "
|
|
4779
|
+
"name": "RangeType"
|
|
4788
4780
|
}
|
|
4789
4781
|
}
|
|
4790
4782
|
},
|
|
4791
4783
|
{
|
|
4792
|
-
"name": "
|
|
4784
|
+
"name": "placeholder",
|
|
4793
4785
|
"annotation": {
|
|
4794
4786
|
"type": "union",
|
|
4795
4787
|
"types": [
|
|
4796
4788
|
{
|
|
4797
|
-
"type": "
|
|
4798
|
-
"value": "
|
|
4789
|
+
"type": "keyword",
|
|
4790
|
+
"value": "string"
|
|
4799
4791
|
},
|
|
4800
4792
|
{
|
|
4801
|
-
"type": "
|
|
4802
|
-
"
|
|
4793
|
+
"type": "tuple",
|
|
4794
|
+
"elementTypes": [
|
|
4795
|
+
{
|
|
4796
|
+
"type": "keyword",
|
|
4797
|
+
"value": "string"
|
|
4798
|
+
},
|
|
4799
|
+
{
|
|
4800
|
+
"type": "keyword",
|
|
4801
|
+
"value": "string"
|
|
4802
|
+
}
|
|
4803
|
+
]
|
|
4803
4804
|
}
|
|
4804
4805
|
]
|
|
4805
4806
|
}
|
|
4806
4807
|
},
|
|
4807
4808
|
{
|
|
4808
|
-
"name": "
|
|
4809
|
+
"name": "inputStyle",
|
|
4809
4810
|
"annotation": {
|
|
4810
|
-
"type": "
|
|
4811
|
-
"
|
|
4811
|
+
"type": "reference",
|
|
4812
|
+
"typeName": {
|
|
4813
|
+
"type": "qualifiedName",
|
|
4814
|
+
"left": {
|
|
4815
|
+
"type": "identifier",
|
|
4816
|
+
"name": "React"
|
|
4817
|
+
},
|
|
4818
|
+
"right": {
|
|
4819
|
+
"type": "identifier",
|
|
4820
|
+
"name": "CSSProperties"
|
|
4821
|
+
}
|
|
4822
|
+
}
|
|
4812
4823
|
}
|
|
4813
4824
|
},
|
|
4814
4825
|
{
|
|
4815
|
-
"name": "
|
|
4826
|
+
"name": "selectNearDays",
|
|
4816
4827
|
"annotation": {
|
|
4817
4828
|
"type": "keyword",
|
|
4818
|
-
"value": "
|
|
4829
|
+
"value": "number"
|
|
4819
4830
|
}
|
|
4820
4831
|
},
|
|
4821
4832
|
{
|
|
4822
|
-
"name": "
|
|
4833
|
+
"name": "emitChangeOnInit",
|
|
4823
4834
|
"annotation": {
|
|
4824
4835
|
"type": "keyword",
|
|
4825
4836
|
"value": "boolean"
|
|
4826
4837
|
}
|
|
4827
4838
|
},
|
|
4828
4839
|
{
|
|
4829
|
-
"name": "
|
|
4830
|
-
"annotation": {
|
|
4831
|
-
"type": "keyword",
|
|
4832
|
-
"value": "string"
|
|
4833
|
-
}
|
|
4834
|
-
},
|
|
4835
|
-
{
|
|
4836
|
-
"name": "method",
|
|
4840
|
+
"name": "presetRanges",
|
|
4837
4841
|
"annotation": {
|
|
4838
|
-
"type": "
|
|
4839
|
-
"
|
|
4842
|
+
"type": "array",
|
|
4843
|
+
"elementType": {
|
|
4844
|
+
"type": "reference",
|
|
4845
|
+
"typeName": {
|
|
4846
|
+
"type": "identifier",
|
|
4847
|
+
"name": "presetRangeType"
|
|
4848
|
+
}
|
|
4849
|
+
}
|
|
4840
4850
|
}
|
|
4841
4851
|
},
|
|
4842
4852
|
{
|
|
4843
|
-
"name": "
|
|
4853
|
+
"name": "validator",
|
|
4844
4854
|
"annotation": {
|
|
4845
|
-
"type": "
|
|
4846
|
-
"
|
|
4855
|
+
"type": "parenthesizedType",
|
|
4856
|
+
"annotation": {
|
|
4857
|
+
"type": "function",
|
|
4858
|
+
"parameters": [
|
|
4859
|
+
{
|
|
4860
|
+
"type": "identifier",
|
|
4861
|
+
"name": "value",
|
|
4862
|
+
"annotation": {
|
|
4863
|
+
"type": "keyword",
|
|
4864
|
+
"value": "any"
|
|
4865
|
+
}
|
|
4866
|
+
}
|
|
4867
|
+
],
|
|
4868
|
+
"annotation": {
|
|
4869
|
+
"type": "union",
|
|
4870
|
+
"types": [
|
|
4871
|
+
{
|
|
4872
|
+
"type": "reference",
|
|
4873
|
+
"typeName": {
|
|
4874
|
+
"type": "identifier",
|
|
4875
|
+
"name": "MessageBody"
|
|
4876
|
+
}
|
|
4877
|
+
},
|
|
4878
|
+
{
|
|
4879
|
+
"type": "keyword",
|
|
4880
|
+
"value": "string"
|
|
4881
|
+
}
|
|
4882
|
+
]
|
|
4883
|
+
}
|
|
4884
|
+
}
|
|
4847
4885
|
}
|
|
4848
4886
|
}
|
|
4849
4887
|
],
|
|
@@ -4852,13 +4890,10 @@
|
|
|
4852
4890
|
"name": "change",
|
|
4853
4891
|
"detail": {
|
|
4854
4892
|
"annotation": {
|
|
4855
|
-
"type": "
|
|
4856
|
-
"
|
|
4857
|
-
"type": "
|
|
4858
|
-
"
|
|
4859
|
-
"type": "identifier",
|
|
4860
|
-
"name": "FileData"
|
|
4861
|
-
}
|
|
4893
|
+
"type": "reference",
|
|
4894
|
+
"typeName": {
|
|
4895
|
+
"type": "identifier",
|
|
4896
|
+
"name": "TimeRange"
|
|
4862
4897
|
}
|
|
4863
4898
|
}
|
|
4864
4899
|
}
|
|
@@ -4868,13 +4903,13 @@
|
|
|
4868
4903
|
"types": [
|
|
4869
4904
|
{
|
|
4870
4905
|
"type": "interface",
|
|
4871
|
-
"name": "
|
|
4906
|
+
"name": "TimeRange",
|
|
4872
4907
|
"body": [
|
|
4873
4908
|
{
|
|
4874
4909
|
"type": "propertySignature",
|
|
4875
4910
|
"key": {
|
|
4876
4911
|
"type": "identifier",
|
|
4877
|
-
"name": "
|
|
4912
|
+
"name": "startTime"
|
|
4878
4913
|
},
|
|
4879
4914
|
"annotation": {
|
|
4880
4915
|
"type": "keyword",
|
|
@@ -4886,136 +4921,149 @@
|
|
|
4886
4921
|
"type": "propertySignature",
|
|
4887
4922
|
"key": {
|
|
4888
4923
|
"type": "identifier",
|
|
4889
|
-
"name": "
|
|
4924
|
+
"name": "endTime"
|
|
4890
4925
|
},
|
|
4891
4926
|
"annotation": {
|
|
4892
4927
|
"type": "keyword",
|
|
4893
4928
|
"value": "string"
|
|
4894
4929
|
},
|
|
4895
4930
|
"computed": false
|
|
4896
|
-
}
|
|
4897
|
-
|
|
4898
|
-
|
|
4899
|
-
|
|
4900
|
-
|
|
4901
|
-
|
|
4902
|
-
|
|
4903
|
-
|
|
4904
|
-
|
|
4905
|
-
|
|
4906
|
-
|
|
4907
|
-
|
|
4908
|
-
|
|
4909
|
-
|
|
4910
|
-
|
|
4911
|
-
}
|
|
4912
|
-
},
|
|
4913
|
-
{
|
|
4914
|
-
"type": "typeLiteral",
|
|
4915
|
-
"members": [
|
|
4916
|
-
{
|
|
4917
|
-
"type": "propertySignature",
|
|
4918
|
-
"key": {
|
|
4919
|
-
"type": "identifier",
|
|
4920
|
-
"name": "uid"
|
|
4921
|
-
},
|
|
4922
|
-
"annotation": {
|
|
4923
|
-
"type": "keyword",
|
|
4924
|
-
"value": "string"
|
|
4925
|
-
},
|
|
4926
|
-
"optional": true,
|
|
4927
|
-
"computed": false
|
|
4928
|
-
}
|
|
4929
|
-
]
|
|
4930
|
-
}
|
|
4931
|
-
]
|
|
4932
|
-
},
|
|
4933
|
-
"optional": true,
|
|
4934
|
-
"computed": false
|
|
4935
|
-
},
|
|
4936
|
-
{
|
|
4937
|
-
"type": "propertySignature",
|
|
4938
|
-
"key": {
|
|
4939
|
-
"type": "identifier",
|
|
4940
|
-
"name": "response"
|
|
4941
|
-
},
|
|
4942
|
-
"annotation": {
|
|
4943
|
-
"type": "keyword",
|
|
4944
|
-
"value": "any"
|
|
4945
|
-
},
|
|
4946
|
-
"optional": true,
|
|
4947
|
-
"computed": false
|
|
4948
|
-
},
|
|
4949
|
-
{
|
|
4950
|
-
"type": "propertySignature",
|
|
4951
|
-
"key": {
|
|
4952
|
-
"type": "identifier",
|
|
4953
|
-
"name": "userData"
|
|
4954
|
-
},
|
|
4955
|
-
"annotation": {
|
|
4956
|
-
"type": "keyword",
|
|
4957
|
-
"value": "any"
|
|
4958
|
-
},
|
|
4959
|
-
"optional": true,
|
|
4960
|
-
"computed": false
|
|
4961
|
-
},
|
|
4962
|
-
{
|
|
4963
|
-
"type": "propertySignature",
|
|
4964
|
-
"key": {
|
|
4965
|
-
"type": "identifier",
|
|
4966
|
-
"name": "status"
|
|
4931
|
+
}
|
|
4932
|
+
]
|
|
4933
|
+
},
|
|
4934
|
+
{
|
|
4935
|
+
"type": "typeAlias",
|
|
4936
|
+
"name": "RangeType",
|
|
4937
|
+
"annotation": {
|
|
4938
|
+
"type": "intersection",
|
|
4939
|
+
"types": [
|
|
4940
|
+
{
|
|
4941
|
+
"type": "reference",
|
|
4942
|
+
"typeName": {
|
|
4943
|
+
"type": "identifier",
|
|
4944
|
+
"name": "PickerType"
|
|
4945
|
+
}
|
|
4967
4946
|
},
|
|
4968
|
-
|
|
4947
|
+
{
|
|
4969
4948
|
"type": "reference",
|
|
4970
4949
|
"typeName": {
|
|
4971
4950
|
"type": "identifier",
|
|
4972
|
-
"name": "
|
|
4951
|
+
"name": "OtherPickerType"
|
|
4973
4952
|
}
|
|
4953
|
+
}
|
|
4954
|
+
]
|
|
4955
|
+
}
|
|
4956
|
+
},
|
|
4957
|
+
{
|
|
4958
|
+
"type": "typeAlias",
|
|
4959
|
+
"name": "PickerType",
|
|
4960
|
+
"annotation": {
|
|
4961
|
+
"type": "union",
|
|
4962
|
+
"types": [
|
|
4963
|
+
{
|
|
4964
|
+
"type": "jsLiteral",
|
|
4965
|
+
"value": "date"
|
|
4974
4966
|
},
|
|
4975
|
-
|
|
4976
|
-
|
|
4977
|
-
|
|
4978
|
-
{
|
|
4979
|
-
"type": "propertySignature",
|
|
4980
|
-
"key": {
|
|
4981
|
-
"type": "identifier",
|
|
4982
|
-
"name": "errors"
|
|
4967
|
+
{
|
|
4968
|
+
"type": "jsLiteral",
|
|
4969
|
+
"value": "week"
|
|
4983
4970
|
},
|
|
4984
|
-
|
|
4985
|
-
"type": "
|
|
4986
|
-
"
|
|
4987
|
-
"type": "reference",
|
|
4988
|
-
"typeName": {
|
|
4989
|
-
"type": "identifier",
|
|
4990
|
-
"name": "Error"
|
|
4991
|
-
}
|
|
4992
|
-
}
|
|
4971
|
+
{
|
|
4972
|
+
"type": "jsLiteral",
|
|
4973
|
+
"value": "month"
|
|
4993
4974
|
},
|
|
4994
|
-
|
|
4995
|
-
|
|
4996
|
-
|
|
4997
|
-
|
|
4975
|
+
{
|
|
4976
|
+
"type": "jsLiteral",
|
|
4977
|
+
"value": "quarter"
|
|
4978
|
+
},
|
|
4979
|
+
{
|
|
4980
|
+
"type": "jsLiteral",
|
|
4981
|
+
"value": "year"
|
|
4982
|
+
}
|
|
4983
|
+
]
|
|
4984
|
+
}
|
|
4998
4985
|
},
|
|
4999
4986
|
{
|
|
5000
4987
|
"type": "typeAlias",
|
|
5001
|
-
"name": "
|
|
4988
|
+
"name": "OtherPickerType",
|
|
5002
4989
|
"annotation": {
|
|
5003
4990
|
"type": "union",
|
|
5004
4991
|
"types": [
|
|
5005
4992
|
{
|
|
5006
4993
|
"type": "jsLiteral",
|
|
5007
|
-
"value": "
|
|
4994
|
+
"value": "dateTime"
|
|
5008
4995
|
},
|
|
5009
4996
|
{
|
|
5010
4997
|
"type": "jsLiteral",
|
|
5011
|
-
"value": "
|
|
4998
|
+
"value": "hmTime"
|
|
5012
4999
|
},
|
|
5013
5000
|
{
|
|
5014
5001
|
"type": "jsLiteral",
|
|
5015
|
-
"value": "
|
|
5002
|
+
"value": "time"
|
|
5016
5003
|
}
|
|
5017
5004
|
]
|
|
5018
5005
|
}
|
|
5006
|
+
},
|
|
5007
|
+
{
|
|
5008
|
+
"type": "enum",
|
|
5009
|
+
"name": "presetRangeType",
|
|
5010
|
+
"members": [
|
|
5011
|
+
{
|
|
5012
|
+
"type": "enumMember",
|
|
5013
|
+
"id": {
|
|
5014
|
+
"type": "identifier",
|
|
5015
|
+
"name": "Today"
|
|
5016
|
+
},
|
|
5017
|
+
"initializer": {
|
|
5018
|
+
"type": "jsLiteral",
|
|
5019
|
+
"value": "今天"
|
|
5020
|
+
}
|
|
5021
|
+
},
|
|
5022
|
+
{
|
|
5023
|
+
"type": "enumMember",
|
|
5024
|
+
"id": {
|
|
5025
|
+
"type": "identifier",
|
|
5026
|
+
"name": "ThisWeek"
|
|
5027
|
+
},
|
|
5028
|
+
"initializer": {
|
|
5029
|
+
"type": "jsLiteral",
|
|
5030
|
+
"value": "本周"
|
|
5031
|
+
}
|
|
5032
|
+
},
|
|
5033
|
+
{
|
|
5034
|
+
"type": "enumMember",
|
|
5035
|
+
"id": {
|
|
5036
|
+
"type": "identifier",
|
|
5037
|
+
"name": "ThisMonth"
|
|
5038
|
+
},
|
|
5039
|
+
"initializer": {
|
|
5040
|
+
"type": "jsLiteral",
|
|
5041
|
+
"value": "本月"
|
|
5042
|
+
}
|
|
5043
|
+
},
|
|
5044
|
+
{
|
|
5045
|
+
"type": "enumMember",
|
|
5046
|
+
"id": {
|
|
5047
|
+
"type": "identifier",
|
|
5048
|
+
"name": "ThisQuarter"
|
|
5049
|
+
},
|
|
5050
|
+
"initializer": {
|
|
5051
|
+
"type": "jsLiteral",
|
|
5052
|
+
"value": "本季度"
|
|
5053
|
+
}
|
|
5054
|
+
},
|
|
5055
|
+
{
|
|
5056
|
+
"type": "enumMember",
|
|
5057
|
+
"id": {
|
|
5058
|
+
"type": "identifier",
|
|
5059
|
+
"name": "ThisYear"
|
|
5060
|
+
},
|
|
5061
|
+
"initializer": {
|
|
5062
|
+
"type": "jsLiteral",
|
|
5063
|
+
"value": "今年"
|
|
5064
|
+
}
|
|
5065
|
+
}
|
|
5066
|
+
]
|
|
5019
5067
|
}
|
|
5020
5068
|
]
|
|
5021
5069
|
},
|