@next-bricks/form 0.21.2 → 0.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +2 -1
- package/dist/chunks/{2108.a87ff3a1.js → 2108.cb69ad5c.js} +2 -2
- package/dist/chunks/{2108.a87ff3a1.js.map → 2108.cb69ad5c.js.map} +1 -1
- package/dist/chunks/{3669.ca91bd61.js → 3669.1b525a51.js} +2 -2
- package/dist/chunks/3669.1b525a51.js.map +1 -0
- package/dist/chunks/{5381.0d64e137.js → 5381.6d07e197.js} +2 -2
- package/dist/chunks/{5381.0d64e137.js.map → 5381.6d07e197.js.map} +1 -1
- package/dist/chunks/5716.810c3a88.js +2 -0
- package/dist/chunks/5716.810c3a88.js.map +1 -0
- package/dist/chunks/{5789.d59ac23c.js → 5789.aa34d165.js} +3 -3
- package/dist/chunks/{5789.d59ac23c.js.map → 5789.aa34d165.js.map} +1 -1
- package/dist/chunks/631.552c4aa6.js +2 -0
- package/dist/chunks/631.552c4aa6.js.map +1 -0
- package/dist/chunks/{6660.a6dc1b14.js → 6660.570b466b.js} +2 -2
- package/dist/chunks/{6660.a6dc1b14.js.map → 6660.570b466b.js.map} +1 -1
- package/dist/chunks/{9431.95901c72.js → 9431.671db050.js} +2 -2
- package/dist/chunks/{9431.95901c72.js.map → 9431.671db050.js.map} +1 -1
- package/dist/chunks/{eo-auto-complete.6755dd52.js → eo-auto-complete.97bd590a.js} +3 -3
- package/dist/chunks/eo-auto-complete.97bd590a.js.map +1 -0
- package/dist/chunks/{eo-checkbox.fa4ba425.js → eo-checkbox.6ec537aa.js} +2 -2
- package/dist/chunks/eo-checkbox.6ec537aa.js.map +1 -0
- package/dist/chunks/{eo-date-picker.68507a30.js → eo-date-picker.06ae816e.js} +2 -2
- package/dist/chunks/eo-date-picker.06ae816e.js.map +1 -0
- package/dist/chunks/eo-dynamic-form-item.8b1efb9c.js +3 -0
- package/dist/chunks/eo-dynamic-form-item.8b1efb9c.js.map +1 -0
- package/dist/chunks/eo-form-item.1a1aaa2e.js +3 -0
- package/dist/chunks/eo-form-item.1a1aaa2e.js.map +1 -0
- package/dist/chunks/eo-form.ab288dca.js +2 -0
- package/dist/chunks/eo-form.ab288dca.js.map +1 -0
- package/dist/chunks/{eo-icon-select.3fd963d3.js → eo-icon-select.8181e65d.js} +3 -3
- package/dist/chunks/eo-icon-select.8181e65d.js.map +1 -0
- package/dist/chunks/eo-input.dd93b28f.js +3 -0
- package/dist/chunks/eo-input.dd93b28f.js.map +1 -0
- package/dist/chunks/eo-radio.14a11c0d.js +3 -0
- package/dist/chunks/eo-radio.14a11c0d.js.map +1 -0
- package/dist/chunks/eo-search.f6ef814c.js +2 -0
- package/dist/chunks/{eo-search.a8b8191a.js.map → eo-search.f6ef814c.js.map} +1 -1
- package/dist/chunks/{eo-select.8f3336c3.js → eo-select.71443114.js} +3 -3
- package/dist/chunks/eo-select.71443114.js.map +1 -0
- package/dist/chunks/eo-submit-buttons.33292cc5.js +2 -0
- package/dist/chunks/eo-submit-buttons.33292cc5.js.map +1 -0
- package/dist/chunks/{eo-switch.a268bd46.js → eo-switch.705a763d.js} +3 -3
- package/dist/chunks/eo-switch.705a763d.js.map +1 -0
- package/dist/chunks/eo-textarea.2effdb28.js +3 -0
- package/dist/chunks/eo-textarea.2effdb28.js.map +1 -0
- package/dist/chunks/eo-time-picker.91c93658.js +2 -0
- package/dist/chunks/eo-time-picker.91c93658.js.map +1 -0
- package/dist/chunks/eo-time-range-picker.0d53f1af.js +2 -0
- package/dist/chunks/eo-time-range-picker.0d53f1af.js.map +1 -0
- package/dist/chunks/eo-upload-file.4c4003ec.js +3 -0
- package/dist/chunks/eo-upload-file.4c4003ec.js.map +1 -0
- package/dist/chunks/eo-upload-image.a0bbceeb.js +3 -0
- package/dist/chunks/eo-upload-image.a0bbceeb.js.map +1 -0
- package/dist/chunks/main.8c3217da.js +2 -0
- package/dist/chunks/main.8c3217da.js.map +1 -0
- package/dist/{index.2beffd3c.js → index.710badbf.js} +2 -2
- package/dist/index.710badbf.js.map +1 -0
- package/dist/manifest.json +39 -11
- package/dist/types.json +1187 -1140
- package/dist-types/form/index.d.ts +14 -3
- package/dist-types/form-item/convertToItemColName.d.ts +5 -0
- package/dist-types/form-item/convertToItemColName.spec.d.ts +1 -0
- package/dist-types/form-item/index.d.ts +3 -13
- package/dist-types/submit-buttons/index.d.ts +2 -1
- package/dist-types/upload/Upload.d.ts +1 -0
- package/dist-types/upload/upload-file/i18n.d.ts +2 -1
- package/dist-types/upload/upload-file/index.d.ts +23 -0
- package/dist-types/upload/utils.d.ts +6 -1
- package/package.json +3 -3
- package/dist/chunks/3669.ca91bd61.js.map +0 -1
- package/dist/chunks/4669.1e1fa9e8.js +0 -2
- package/dist/chunks/4669.1e1fa9e8.js.map +0 -1
- package/dist/chunks/eo-auto-complete.6755dd52.js.map +0 -1
- package/dist/chunks/eo-checkbox.fa4ba425.js.map +0 -1
- package/dist/chunks/eo-date-picker.68507a30.js.map +0 -1
- package/dist/chunks/eo-dynamic-form-item.180e1294.js +0 -3
- package/dist/chunks/eo-dynamic-form-item.180e1294.js.map +0 -1
- package/dist/chunks/eo-form-item.f07d780c.js +0 -3
- package/dist/chunks/eo-form-item.f07d780c.js.map +0 -1
- package/dist/chunks/eo-form.d80c1a20.js +0 -2
- package/dist/chunks/eo-form.d80c1a20.js.map +0 -1
- package/dist/chunks/eo-icon-select.3fd963d3.js.map +0 -1
- package/dist/chunks/eo-input.e187ee39.js +0 -3
- package/dist/chunks/eo-input.e187ee39.js.map +0 -1
- package/dist/chunks/eo-radio.138abeac.js +0 -3
- package/dist/chunks/eo-radio.138abeac.js.map +0 -1
- package/dist/chunks/eo-search.a8b8191a.js +0 -2
- package/dist/chunks/eo-select.8f3336c3.js.map +0 -1
- package/dist/chunks/eo-submit-buttons.b1efaef0.js +0 -2
- package/dist/chunks/eo-submit-buttons.b1efaef0.js.map +0 -1
- package/dist/chunks/eo-switch.a268bd46.js.map +0 -1
- package/dist/chunks/eo-textarea.94e5e73f.js +0 -3
- package/dist/chunks/eo-textarea.94e5e73f.js.map +0 -1
- package/dist/chunks/eo-time-picker.aaaf13fc.js +0 -2
- package/dist/chunks/eo-time-picker.aaaf13fc.js.map +0 -1
- package/dist/chunks/eo-time-range-picker.bb7cadbc.js +0 -2
- package/dist/chunks/eo-time-range-picker.bb7cadbc.js.map +0 -1
- package/dist/chunks/eo-upload-file.673971b0.js +0 -3
- package/dist/chunks/eo-upload-file.673971b0.js.map +0 -1
- package/dist/chunks/eo-upload-image.6acad592.js +0 -3
- package/dist/chunks/eo-upload-image.6acad592.js.map +0 -1
- package/dist/chunks/main.4c4af774.js +0 -2
- package/dist/chunks/main.4c4af774.js.map +0 -1
- package/dist/index.2beffd3c.js.map +0 -1
- /package/dist/chunks/{5789.d59ac23c.js.LICENSE.txt → 5789.aa34d165.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-auto-complete.6755dd52.js.LICENSE.txt → eo-auto-complete.97bd590a.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-dynamic-form-item.180e1294.js.LICENSE.txt → eo-dynamic-form-item.8b1efb9c.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-form-item.f07d780c.js.LICENSE.txt → eo-form-item.1a1aaa2e.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-icon-select.3fd963d3.js.LICENSE.txt → eo-icon-select.8181e65d.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-input.e187ee39.js.LICENSE.txt → eo-input.dd93b28f.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-radio.138abeac.js.LICENSE.txt → eo-radio.14a11c0d.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-select.8f3336c3.js.LICENSE.txt → eo-select.71443114.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-switch.a268bd46.js.LICENSE.txt → eo-switch.705a763d.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-textarea.94e5e73f.js.LICENSE.txt → eo-textarea.2effdb28.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-upload-file.673971b0.js.LICENSE.txt → eo-upload-file.4c4003ec.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-upload-image.6acad592.js.LICENSE.txt → eo-upload-image.a0bbceeb.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,238 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"eo-form-item": {
|
|
3
|
-
"properties": [
|
|
4
|
-
{
|
|
5
|
-
"name": "formElement",
|
|
6
|
-
"annotation": {
|
|
7
|
-
"type": "reference",
|
|
8
|
-
"typeName": {
|
|
9
|
-
"type": "identifier",
|
|
10
|
-
"name": "Form"
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"name": "curElement",
|
|
16
|
-
"annotation": {
|
|
17
|
-
"type": "reference",
|
|
18
|
-
"typeName": {
|
|
19
|
-
"type": "identifier",
|
|
20
|
-
"name": "HTMLElement"
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"name": "name",
|
|
26
|
-
"annotation": {
|
|
27
|
-
"type": "keyword",
|
|
28
|
-
"value": "string"
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"name": "label",
|
|
33
|
-
"annotation": {
|
|
34
|
-
"type": "keyword",
|
|
35
|
-
"value": "string"
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"name": "pattern",
|
|
40
|
-
"annotation": {
|
|
41
|
-
"type": "keyword",
|
|
42
|
-
"value": "string"
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"name": "message",
|
|
47
|
-
"annotation": {
|
|
48
|
-
"type": "reference",
|
|
49
|
-
"typeName": {
|
|
50
|
-
"type": "identifier",
|
|
51
|
-
"name": "Record"
|
|
52
|
-
},
|
|
53
|
-
"typeParameters": {
|
|
54
|
-
"type": "typeParameterInstantiation",
|
|
55
|
-
"params": [
|
|
56
|
-
{
|
|
57
|
-
"type": "keyword",
|
|
58
|
-
"value": "string"
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"type": "keyword",
|
|
62
|
-
"value": "string"
|
|
63
|
-
}
|
|
64
|
-
]
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"name": "max",
|
|
70
|
-
"annotation": {
|
|
71
|
-
"type": "keyword",
|
|
72
|
-
"value": "number"
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"name": "min",
|
|
77
|
-
"annotation": {
|
|
78
|
-
"type": "keyword",
|
|
79
|
-
"value": "number"
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"name": "required",
|
|
84
|
-
"annotation": {
|
|
85
|
-
"type": "keyword",
|
|
86
|
-
"value": "boolean"
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"name": "value",
|
|
91
|
-
"annotation": {
|
|
92
|
-
"type": "keyword",
|
|
93
|
-
"value": "string"
|
|
94
|
-
}
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"name": "labelCol",
|
|
98
|
-
"annotation": {
|
|
99
|
-
"type": "keyword",
|
|
100
|
-
"value": "string"
|
|
101
|
-
}
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"name": "wrapperCol",
|
|
105
|
-
"annotation": {
|
|
106
|
-
"type": "keyword",
|
|
107
|
-
"value": "string"
|
|
108
|
-
}
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"name": "valuePropsName",
|
|
112
|
-
"annotation": {
|
|
113
|
-
"type": "keyword",
|
|
114
|
-
"value": "string"
|
|
115
|
-
}
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"name": "layout",
|
|
119
|
-
"annotation": {
|
|
120
|
-
"type": "reference",
|
|
121
|
-
"typeName": {
|
|
122
|
-
"type": "identifier",
|
|
123
|
-
"name": "Layout"
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
"name": "size",
|
|
129
|
-
"annotation": {
|
|
130
|
-
"type": "reference",
|
|
131
|
-
"typeName": {
|
|
132
|
-
"type": "identifier",
|
|
133
|
-
"name": "ComponentSize"
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"name": "trim",
|
|
139
|
-
"annotation": {
|
|
140
|
-
"type": "keyword",
|
|
141
|
-
"value": "boolean"
|
|
142
|
-
}
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
"name": "trigger",
|
|
146
|
-
"annotation": {
|
|
147
|
-
"type": "keyword",
|
|
148
|
-
"value": "string"
|
|
149
|
-
}
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
"name": "validator",
|
|
153
|
-
"annotation": {
|
|
154
|
-
"type": "parenthesizedType",
|
|
155
|
-
"annotation": {
|
|
156
|
-
"type": "function",
|
|
157
|
-
"parameters": [
|
|
158
|
-
{
|
|
159
|
-
"type": "identifier",
|
|
160
|
-
"name": "value",
|
|
161
|
-
"annotation": {
|
|
162
|
-
"type": "keyword",
|
|
163
|
-
"value": "any"
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
],
|
|
167
|
-
"annotation": {
|
|
168
|
-
"type": "reference",
|
|
169
|
-
"typeName": {
|
|
170
|
-
"type": "identifier",
|
|
171
|
-
"name": "MessageBody"
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"name": "needValidate",
|
|
179
|
-
"annotation": {
|
|
180
|
-
"type": "keyword",
|
|
181
|
-
"value": "boolean"
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
],
|
|
185
|
-
"events": [],
|
|
186
|
-
"methods": [],
|
|
187
|
-
"types": [
|
|
188
|
-
{
|
|
189
|
-
"type": "typeAlias",
|
|
190
|
-
"name": "Layout",
|
|
191
|
-
"annotation": {
|
|
192
|
-
"type": "union",
|
|
193
|
-
"types": [
|
|
194
|
-
{
|
|
195
|
-
"type": "jsLiteral",
|
|
196
|
-
"value": "horizontal"
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"type": "jsLiteral",
|
|
200
|
-
"value": "vertical"
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"type": "jsLiteral",
|
|
204
|
-
"value": "inline"
|
|
205
|
-
}
|
|
206
|
-
]
|
|
207
|
-
}
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"type": "typeAlias",
|
|
211
|
-
"name": "ComponentSize",
|
|
212
|
-
"annotation": {
|
|
213
|
-
"type": "union",
|
|
214
|
-
"types": [
|
|
215
|
-
{
|
|
216
|
-
"type": "jsLiteral",
|
|
217
|
-
"value": "large"
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
"type": "jsLiteral",
|
|
221
|
-
"value": "medium"
|
|
222
|
-
},
|
|
223
|
-
{
|
|
224
|
-
"type": "jsLiteral",
|
|
225
|
-
"value": "small"
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"type": "jsLiteral",
|
|
229
|
-
"value": "xs"
|
|
230
|
-
}
|
|
231
|
-
]
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
]
|
|
235
|
-
},
|
|
236
2
|
"eo-submit-buttons": {
|
|
237
3
|
"properties": [
|
|
238
4
|
{
|
|
@@ -599,6 +365,26 @@
|
|
|
599
365
|
}
|
|
600
366
|
}
|
|
601
367
|
},
|
|
368
|
+
{
|
|
369
|
+
"name": "labelCol",
|
|
370
|
+
"annotation": {
|
|
371
|
+
"type": "reference",
|
|
372
|
+
"typeName": {
|
|
373
|
+
"type": "identifier",
|
|
374
|
+
"name": "ColProps"
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"name": "wrapperCol",
|
|
380
|
+
"annotation": {
|
|
381
|
+
"type": "reference",
|
|
382
|
+
"typeName": {
|
|
383
|
+
"type": "identifier",
|
|
384
|
+
"name": "ColProps"
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
},
|
|
602
388
|
{
|
|
603
389
|
"name": "formStyle",
|
|
604
390
|
"annotation": {
|
|
@@ -2596,10 +2382,230 @@
|
|
|
2596
2382
|
}
|
|
2597
2383
|
]
|
|
2598
2384
|
},
|
|
2599
|
-
"eo-
|
|
2385
|
+
"eo-form-item": {
|
|
2600
2386
|
"properties": [
|
|
2601
2387
|
{
|
|
2602
|
-
"name": "
|
|
2388
|
+
"name": "formElement",
|
|
2389
|
+
"annotation": {
|
|
2390
|
+
"type": "reference",
|
|
2391
|
+
"typeName": {
|
|
2392
|
+
"type": "identifier",
|
|
2393
|
+
"name": "Form"
|
|
2394
|
+
}
|
|
2395
|
+
}
|
|
2396
|
+
},
|
|
2397
|
+
{
|
|
2398
|
+
"name": "curElement",
|
|
2399
|
+
"annotation": {
|
|
2400
|
+
"type": "reference",
|
|
2401
|
+
"typeName": {
|
|
2402
|
+
"type": "identifier",
|
|
2403
|
+
"name": "HTMLElement"
|
|
2404
|
+
}
|
|
2405
|
+
}
|
|
2406
|
+
},
|
|
2407
|
+
{
|
|
2408
|
+
"name": "name",
|
|
2409
|
+
"annotation": {
|
|
2410
|
+
"type": "keyword",
|
|
2411
|
+
"value": "string"
|
|
2412
|
+
}
|
|
2413
|
+
},
|
|
2414
|
+
{
|
|
2415
|
+
"name": "label",
|
|
2416
|
+
"annotation": {
|
|
2417
|
+
"type": "keyword",
|
|
2418
|
+
"value": "string"
|
|
2419
|
+
}
|
|
2420
|
+
},
|
|
2421
|
+
{
|
|
2422
|
+
"name": "pattern",
|
|
2423
|
+
"annotation": {
|
|
2424
|
+
"type": "keyword",
|
|
2425
|
+
"value": "string"
|
|
2426
|
+
}
|
|
2427
|
+
},
|
|
2428
|
+
{
|
|
2429
|
+
"name": "message",
|
|
2430
|
+
"annotation": {
|
|
2431
|
+
"type": "reference",
|
|
2432
|
+
"typeName": {
|
|
2433
|
+
"type": "identifier",
|
|
2434
|
+
"name": "Record"
|
|
2435
|
+
},
|
|
2436
|
+
"typeParameters": {
|
|
2437
|
+
"type": "typeParameterInstantiation",
|
|
2438
|
+
"params": [
|
|
2439
|
+
{
|
|
2440
|
+
"type": "keyword",
|
|
2441
|
+
"value": "string"
|
|
2442
|
+
},
|
|
2443
|
+
{
|
|
2444
|
+
"type": "keyword",
|
|
2445
|
+
"value": "string"
|
|
2446
|
+
}
|
|
2447
|
+
]
|
|
2448
|
+
}
|
|
2449
|
+
}
|
|
2450
|
+
},
|
|
2451
|
+
{
|
|
2452
|
+
"name": "max",
|
|
2453
|
+
"annotation": {
|
|
2454
|
+
"type": "keyword",
|
|
2455
|
+
"value": "number"
|
|
2456
|
+
}
|
|
2457
|
+
},
|
|
2458
|
+
{
|
|
2459
|
+
"name": "min",
|
|
2460
|
+
"annotation": {
|
|
2461
|
+
"type": "keyword",
|
|
2462
|
+
"value": "number"
|
|
2463
|
+
}
|
|
2464
|
+
},
|
|
2465
|
+
{
|
|
2466
|
+
"name": "required",
|
|
2467
|
+
"annotation": {
|
|
2468
|
+
"type": "keyword",
|
|
2469
|
+
"value": "boolean"
|
|
2470
|
+
}
|
|
2471
|
+
},
|
|
2472
|
+
{
|
|
2473
|
+
"name": "value",
|
|
2474
|
+
"annotation": {
|
|
2475
|
+
"type": "keyword",
|
|
2476
|
+
"value": "string"
|
|
2477
|
+
}
|
|
2478
|
+
},
|
|
2479
|
+
{
|
|
2480
|
+
"name": "valuePropsName",
|
|
2481
|
+
"annotation": {
|
|
2482
|
+
"type": "keyword",
|
|
2483
|
+
"value": "string"
|
|
2484
|
+
}
|
|
2485
|
+
},
|
|
2486
|
+
{
|
|
2487
|
+
"name": "layout",
|
|
2488
|
+
"annotation": {
|
|
2489
|
+
"type": "reference",
|
|
2490
|
+
"typeName": {
|
|
2491
|
+
"type": "identifier",
|
|
2492
|
+
"name": "Layout"
|
|
2493
|
+
}
|
|
2494
|
+
}
|
|
2495
|
+
},
|
|
2496
|
+
{
|
|
2497
|
+
"name": "size",
|
|
2498
|
+
"annotation": {
|
|
2499
|
+
"type": "reference",
|
|
2500
|
+
"typeName": {
|
|
2501
|
+
"type": "identifier",
|
|
2502
|
+
"name": "ComponentSize"
|
|
2503
|
+
}
|
|
2504
|
+
}
|
|
2505
|
+
},
|
|
2506
|
+
{
|
|
2507
|
+
"name": "trim",
|
|
2508
|
+
"annotation": {
|
|
2509
|
+
"type": "keyword",
|
|
2510
|
+
"value": "boolean"
|
|
2511
|
+
}
|
|
2512
|
+
},
|
|
2513
|
+
{
|
|
2514
|
+
"name": "trigger",
|
|
2515
|
+
"annotation": {
|
|
2516
|
+
"type": "keyword",
|
|
2517
|
+
"value": "string"
|
|
2518
|
+
}
|
|
2519
|
+
},
|
|
2520
|
+
{
|
|
2521
|
+
"name": "validator",
|
|
2522
|
+
"annotation": {
|
|
2523
|
+
"type": "parenthesizedType",
|
|
2524
|
+
"annotation": {
|
|
2525
|
+
"type": "function",
|
|
2526
|
+
"parameters": [
|
|
2527
|
+
{
|
|
2528
|
+
"type": "identifier",
|
|
2529
|
+
"name": "value",
|
|
2530
|
+
"annotation": {
|
|
2531
|
+
"type": "keyword",
|
|
2532
|
+
"value": "any"
|
|
2533
|
+
}
|
|
2534
|
+
}
|
|
2535
|
+
],
|
|
2536
|
+
"annotation": {
|
|
2537
|
+
"type": "reference",
|
|
2538
|
+
"typeName": {
|
|
2539
|
+
"type": "identifier",
|
|
2540
|
+
"name": "MessageBody"
|
|
2541
|
+
}
|
|
2542
|
+
}
|
|
2543
|
+
}
|
|
2544
|
+
}
|
|
2545
|
+
},
|
|
2546
|
+
{
|
|
2547
|
+
"name": "needValidate",
|
|
2548
|
+
"annotation": {
|
|
2549
|
+
"type": "keyword",
|
|
2550
|
+
"value": "boolean"
|
|
2551
|
+
}
|
|
2552
|
+
}
|
|
2553
|
+
],
|
|
2554
|
+
"events": [],
|
|
2555
|
+
"methods": [],
|
|
2556
|
+
"types": [
|
|
2557
|
+
{
|
|
2558
|
+
"type": "typeAlias",
|
|
2559
|
+
"name": "Layout",
|
|
2560
|
+
"annotation": {
|
|
2561
|
+
"type": "union",
|
|
2562
|
+
"types": [
|
|
2563
|
+
{
|
|
2564
|
+
"type": "jsLiteral",
|
|
2565
|
+
"value": "horizontal"
|
|
2566
|
+
},
|
|
2567
|
+
{
|
|
2568
|
+
"type": "jsLiteral",
|
|
2569
|
+
"value": "vertical"
|
|
2570
|
+
},
|
|
2571
|
+
{
|
|
2572
|
+
"type": "jsLiteral",
|
|
2573
|
+
"value": "inline"
|
|
2574
|
+
}
|
|
2575
|
+
]
|
|
2576
|
+
}
|
|
2577
|
+
},
|
|
2578
|
+
{
|
|
2579
|
+
"type": "typeAlias",
|
|
2580
|
+
"name": "ComponentSize",
|
|
2581
|
+
"annotation": {
|
|
2582
|
+
"type": "union",
|
|
2583
|
+
"types": [
|
|
2584
|
+
{
|
|
2585
|
+
"type": "jsLiteral",
|
|
2586
|
+
"value": "large"
|
|
2587
|
+
},
|
|
2588
|
+
{
|
|
2589
|
+
"type": "jsLiteral",
|
|
2590
|
+
"value": "medium"
|
|
2591
|
+
},
|
|
2592
|
+
{
|
|
2593
|
+
"type": "jsLiteral",
|
|
2594
|
+
"value": "small"
|
|
2595
|
+
},
|
|
2596
|
+
{
|
|
2597
|
+
"type": "jsLiteral",
|
|
2598
|
+
"value": "xs"
|
|
2599
|
+
}
|
|
2600
|
+
]
|
|
2601
|
+
}
|
|
2602
|
+
}
|
|
2603
|
+
]
|
|
2604
|
+
},
|
|
2605
|
+
"eo-dynamic-form-item": {
|
|
2606
|
+
"properties": [
|
|
2607
|
+
{
|
|
2608
|
+
"name": "name",
|
|
2603
2609
|
"annotation": {
|
|
2604
2610
|
"type": "keyword",
|
|
2605
2611
|
"value": "string"
|
|
@@ -3123,8 +3129,15 @@
|
|
|
3123
3129
|
}
|
|
3124
3130
|
]
|
|
3125
3131
|
},
|
|
3126
|
-
"eo-
|
|
3132
|
+
"eo-date-picker": {
|
|
3127
3133
|
"properties": [
|
|
3134
|
+
{
|
|
3135
|
+
"name": "name",
|
|
3136
|
+
"annotation": {
|
|
3137
|
+
"type": "keyword",
|
|
3138
|
+
"value": "string"
|
|
3139
|
+
}
|
|
3140
|
+
},
|
|
3128
3141
|
{
|
|
3129
3142
|
"name": "label",
|
|
3130
3143
|
"annotation": {
|
|
@@ -3133,17 +3146,17 @@
|
|
|
3133
3146
|
}
|
|
3134
3147
|
},
|
|
3135
3148
|
{
|
|
3136
|
-
"name": "
|
|
3149
|
+
"name": "value",
|
|
3137
3150
|
"annotation": {
|
|
3138
3151
|
"type": "keyword",
|
|
3139
3152
|
"value": "string"
|
|
3140
3153
|
}
|
|
3141
3154
|
},
|
|
3142
3155
|
{
|
|
3143
|
-
"name": "
|
|
3156
|
+
"name": "placeholder",
|
|
3144
3157
|
"annotation": {
|
|
3145
3158
|
"type": "keyword",
|
|
3146
|
-
"value": "
|
|
3159
|
+
"value": "string"
|
|
3147
3160
|
}
|
|
3148
3161
|
},
|
|
3149
3162
|
{
|
|
@@ -3170,178 +3183,197 @@
|
|
|
3170
3183
|
}
|
|
3171
3184
|
},
|
|
3172
3185
|
{
|
|
3173
|
-
"name": "
|
|
3186
|
+
"name": "disabled",
|
|
3174
3187
|
"annotation": {
|
|
3175
|
-
"type": "
|
|
3176
|
-
"
|
|
3177
|
-
"type": "reference",
|
|
3178
|
-
"typeName": {
|
|
3179
|
-
"type": "identifier",
|
|
3180
|
-
"name": "FileData"
|
|
3181
|
-
}
|
|
3182
|
-
}
|
|
3188
|
+
"type": "keyword",
|
|
3189
|
+
"value": "boolean"
|
|
3183
3190
|
}
|
|
3184
3191
|
},
|
|
3185
3192
|
{
|
|
3186
|
-
"name": "
|
|
3193
|
+
"name": "required",
|
|
3187
3194
|
"annotation": {
|
|
3188
3195
|
"type": "keyword",
|
|
3189
3196
|
"value": "boolean"
|
|
3190
3197
|
}
|
|
3191
3198
|
},
|
|
3192
3199
|
{
|
|
3193
|
-
"name": "
|
|
3200
|
+
"name": "showTime",
|
|
3194
3201
|
"annotation": {
|
|
3195
3202
|
"type": "keyword",
|
|
3196
|
-
"value": "
|
|
3203
|
+
"value": "boolean"
|
|
3197
3204
|
}
|
|
3198
3205
|
},
|
|
3199
3206
|
{
|
|
3200
|
-
"name": "
|
|
3207
|
+
"name": "format",
|
|
3201
3208
|
"annotation": {
|
|
3202
3209
|
"type": "keyword",
|
|
3203
|
-
"value": "
|
|
3210
|
+
"value": "string"
|
|
3204
3211
|
}
|
|
3205
3212
|
},
|
|
3206
3213
|
{
|
|
3207
|
-
"name": "
|
|
3214
|
+
"name": "picker",
|
|
3208
3215
|
"annotation": {
|
|
3209
|
-
"type": "
|
|
3210
|
-
"
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
},
|
|
3215
|
-
{
|
|
3216
|
-
"type": "jsLiteral",
|
|
3217
|
-
"value": "replace"
|
|
3218
|
-
}
|
|
3219
|
-
]
|
|
3216
|
+
"type": "reference",
|
|
3217
|
+
"typeName": {
|
|
3218
|
+
"type": "identifier",
|
|
3219
|
+
"name": "PickerMode"
|
|
3220
|
+
}
|
|
3220
3221
|
}
|
|
3221
3222
|
},
|
|
3222
3223
|
{
|
|
3223
|
-
"name": "
|
|
3224
|
+
"name": "futureDateDisabled",
|
|
3224
3225
|
"annotation": {
|
|
3225
3226
|
"type": "keyword",
|
|
3226
3227
|
"value": "boolean"
|
|
3227
3228
|
}
|
|
3228
3229
|
},
|
|
3229
3230
|
{
|
|
3230
|
-
"name": "
|
|
3231
|
+
"name": "disabledDate",
|
|
3231
3232
|
"annotation": {
|
|
3232
|
-
"type": "
|
|
3233
|
-
"
|
|
3233
|
+
"type": "reference",
|
|
3234
|
+
"typeName": {
|
|
3235
|
+
"type": "identifier",
|
|
3236
|
+
"name": "DisabledDateType"
|
|
3237
|
+
}
|
|
3234
3238
|
}
|
|
3235
3239
|
},
|
|
3236
3240
|
{
|
|
3237
|
-
"name": "
|
|
3241
|
+
"name": "useFastSelectBtn",
|
|
3238
3242
|
"annotation": {
|
|
3239
3243
|
"type": "keyword",
|
|
3240
3244
|
"value": "boolean"
|
|
3241
3245
|
}
|
|
3242
3246
|
},
|
|
3243
3247
|
{
|
|
3244
|
-
"name": "
|
|
3248
|
+
"name": "inputBoxStyle",
|
|
3245
3249
|
"annotation": {
|
|
3246
|
-
"type": "
|
|
3247
|
-
"
|
|
3250
|
+
"type": "reference",
|
|
3251
|
+
"typeName": {
|
|
3252
|
+
"type": "identifier",
|
|
3253
|
+
"name": "CSSProperties"
|
|
3254
|
+
}
|
|
3248
3255
|
}
|
|
3249
|
-
}
|
|
3256
|
+
}
|
|
3257
|
+
],
|
|
3258
|
+
"events": [
|
|
3250
3259
|
{
|
|
3251
|
-
"name": "
|
|
3252
|
-
"
|
|
3253
|
-
"
|
|
3254
|
-
|
|
3260
|
+
"name": "change",
|
|
3261
|
+
"detail": {
|
|
3262
|
+
"annotation": {
|
|
3263
|
+
"type": "keyword",
|
|
3264
|
+
"value": "string"
|
|
3265
|
+
}
|
|
3255
3266
|
}
|
|
3256
3267
|
},
|
|
3257
3268
|
{
|
|
3258
|
-
"name": "
|
|
3259
|
-
"
|
|
3260
|
-
"
|
|
3261
|
-
|
|
3269
|
+
"name": "ok",
|
|
3270
|
+
"detail": {
|
|
3271
|
+
"annotation": {
|
|
3272
|
+
"type": "keyword",
|
|
3273
|
+
"value": "string"
|
|
3274
|
+
}
|
|
3262
3275
|
}
|
|
3263
3276
|
}
|
|
3264
3277
|
],
|
|
3265
|
-
"
|
|
3278
|
+
"methods": [],
|
|
3279
|
+
"types": [
|
|
3266
3280
|
{
|
|
3267
|
-
"
|
|
3268
|
-
"
|
|
3269
|
-
|
|
3270
|
-
|
|
3271
|
-
|
|
3281
|
+
"type": "typeAlias",
|
|
3282
|
+
"name": "PickerMode",
|
|
3283
|
+
"annotation": {
|
|
3284
|
+
"type": "union",
|
|
3285
|
+
"types": [
|
|
3286
|
+
{
|
|
3287
|
+
"type": "jsLiteral",
|
|
3288
|
+
"value": "date"
|
|
3289
|
+
},
|
|
3290
|
+
{
|
|
3291
|
+
"type": "jsLiteral",
|
|
3292
|
+
"value": "week"
|
|
3293
|
+
},
|
|
3294
|
+
{
|
|
3295
|
+
"type": "jsLiteral",
|
|
3296
|
+
"value": "month"
|
|
3297
|
+
},
|
|
3298
|
+
{
|
|
3299
|
+
"type": "jsLiteral",
|
|
3300
|
+
"value": "year"
|
|
3301
|
+
},
|
|
3302
|
+
{
|
|
3303
|
+
"type": "jsLiteral",
|
|
3304
|
+
"value": "quarter"
|
|
3305
|
+
}
|
|
3306
|
+
]
|
|
3307
|
+
}
|
|
3308
|
+
},
|
|
3309
|
+
{
|
|
3310
|
+
"type": "typeAlias",
|
|
3311
|
+
"name": "DisabledDateType",
|
|
3312
|
+
"annotation": {
|
|
3313
|
+
"type": "union",
|
|
3314
|
+
"types": [
|
|
3315
|
+
{
|
|
3272
3316
|
"type": "reference",
|
|
3273
3317
|
"typeName": {
|
|
3274
3318
|
"type": "identifier",
|
|
3275
|
-
"name": "
|
|
3319
|
+
"name": "DisabledDate"
|
|
3320
|
+
}
|
|
3321
|
+
},
|
|
3322
|
+
{
|
|
3323
|
+
"type": "array",
|
|
3324
|
+
"elementType": {
|
|
3325
|
+
"type": "reference",
|
|
3326
|
+
"typeName": {
|
|
3327
|
+
"type": "identifier",
|
|
3328
|
+
"name": "DisabledDate"
|
|
3329
|
+
}
|
|
3276
3330
|
}
|
|
3277
3331
|
}
|
|
3278
|
-
|
|
3332
|
+
]
|
|
3279
3333
|
}
|
|
3280
|
-
}
|
|
3281
|
-
],
|
|
3282
|
-
"methods": [],
|
|
3283
|
-
"types": [
|
|
3334
|
+
},
|
|
3284
3335
|
{
|
|
3285
3336
|
"type": "interface",
|
|
3286
|
-
"name": "
|
|
3337
|
+
"name": "DisabledDate",
|
|
3287
3338
|
"body": [
|
|
3288
3339
|
{
|
|
3289
3340
|
"type": "propertySignature",
|
|
3290
3341
|
"key": {
|
|
3291
3342
|
"type": "identifier",
|
|
3292
|
-
"name": "
|
|
3293
|
-
},
|
|
3294
|
-
"annotation": {
|
|
3295
|
-
"type": "keyword",
|
|
3296
|
-
"value": "string"
|
|
3297
|
-
},
|
|
3298
|
-
"computed": false
|
|
3299
|
-
},
|
|
3300
|
-
{
|
|
3301
|
-
"type": "propertySignature",
|
|
3302
|
-
"key": {
|
|
3303
|
-
"type": "identifier",
|
|
3304
|
-
"name": "name"
|
|
3343
|
+
"name": "second"
|
|
3305
3344
|
},
|
|
3306
3345
|
"annotation": {
|
|
3307
|
-
"type": "
|
|
3308
|
-
"
|
|
3346
|
+
"type": "union",
|
|
3347
|
+
"types": [
|
|
3348
|
+
{
|
|
3349
|
+
"type": "keyword",
|
|
3350
|
+
"value": "string"
|
|
3351
|
+
},
|
|
3352
|
+
{
|
|
3353
|
+
"type": "keyword",
|
|
3354
|
+
"value": "number"
|
|
3355
|
+
}
|
|
3356
|
+
]
|
|
3309
3357
|
},
|
|
3358
|
+
"optional": true,
|
|
3310
3359
|
"computed": false
|
|
3311
3360
|
},
|
|
3312
3361
|
{
|
|
3313
3362
|
"type": "propertySignature",
|
|
3314
3363
|
"key": {
|
|
3315
3364
|
"type": "identifier",
|
|
3316
|
-
"name": "
|
|
3365
|
+
"name": "minute"
|
|
3317
3366
|
},
|
|
3318
3367
|
"annotation": {
|
|
3319
|
-
"type": "
|
|
3368
|
+
"type": "union",
|
|
3320
3369
|
"types": [
|
|
3321
3370
|
{
|
|
3322
|
-
"type": "
|
|
3323
|
-
"
|
|
3324
|
-
"type": "identifier",
|
|
3325
|
-
"name": "File"
|
|
3326
|
-
}
|
|
3371
|
+
"type": "keyword",
|
|
3372
|
+
"value": "string"
|
|
3327
3373
|
},
|
|
3328
3374
|
{
|
|
3329
|
-
"type": "
|
|
3330
|
-
"
|
|
3331
|
-
{
|
|
3332
|
-
"type": "propertySignature",
|
|
3333
|
-
"key": {
|
|
3334
|
-
"type": "identifier",
|
|
3335
|
-
"name": "uid"
|
|
3336
|
-
},
|
|
3337
|
-
"annotation": {
|
|
3338
|
-
"type": "keyword",
|
|
3339
|
-
"value": "string"
|
|
3340
|
-
},
|
|
3341
|
-
"optional": true,
|
|
3342
|
-
"computed": false
|
|
3343
|
-
}
|
|
3344
|
-
]
|
|
3375
|
+
"type": "keyword",
|
|
3376
|
+
"value": "number"
|
|
3345
3377
|
}
|
|
3346
3378
|
]
|
|
3347
3379
|
},
|
|
@@ -3352,11 +3384,20 @@
|
|
|
3352
3384
|
"type": "propertySignature",
|
|
3353
3385
|
"key": {
|
|
3354
3386
|
"type": "identifier",
|
|
3355
|
-
"name": "
|
|
3387
|
+
"name": "hour"
|
|
3356
3388
|
},
|
|
3357
3389
|
"annotation": {
|
|
3358
|
-
"type": "
|
|
3359
|
-
"
|
|
3390
|
+
"type": "union",
|
|
3391
|
+
"types": [
|
|
3392
|
+
{
|
|
3393
|
+
"type": "keyword",
|
|
3394
|
+
"value": "string"
|
|
3395
|
+
},
|
|
3396
|
+
{
|
|
3397
|
+
"type": "keyword",
|
|
3398
|
+
"value": "number"
|
|
3399
|
+
}
|
|
3400
|
+
]
|
|
3360
3401
|
},
|
|
3361
3402
|
"optional": true,
|
|
3362
3403
|
"computed": false
|
|
@@ -3365,11 +3406,20 @@
|
|
|
3365
3406
|
"type": "propertySignature",
|
|
3366
3407
|
"key": {
|
|
3367
3408
|
"type": "identifier",
|
|
3368
|
-
"name": "
|
|
3409
|
+
"name": "date"
|
|
3369
3410
|
},
|
|
3370
3411
|
"annotation": {
|
|
3371
|
-
"type": "
|
|
3372
|
-
"
|
|
3412
|
+
"type": "union",
|
|
3413
|
+
"types": [
|
|
3414
|
+
{
|
|
3415
|
+
"type": "keyword",
|
|
3416
|
+
"value": "string"
|
|
3417
|
+
},
|
|
3418
|
+
{
|
|
3419
|
+
"type": "keyword",
|
|
3420
|
+
"value": "number"
|
|
3421
|
+
}
|
|
3422
|
+
]
|
|
3373
3423
|
},
|
|
3374
3424
|
"optional": true,
|
|
3375
3425
|
"computed": false
|
|
@@ -3378,14 +3428,20 @@
|
|
|
3378
3428
|
"type": "propertySignature",
|
|
3379
3429
|
"key": {
|
|
3380
3430
|
"type": "identifier",
|
|
3381
|
-
"name": "
|
|
3431
|
+
"name": "month"
|
|
3382
3432
|
},
|
|
3383
3433
|
"annotation": {
|
|
3384
|
-
"type": "
|
|
3385
|
-
"
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3434
|
+
"type": "union",
|
|
3435
|
+
"types": [
|
|
3436
|
+
{
|
|
3437
|
+
"type": "keyword",
|
|
3438
|
+
"value": "string"
|
|
3439
|
+
},
|
|
3440
|
+
{
|
|
3441
|
+
"type": "keyword",
|
|
3442
|
+
"value": "number"
|
|
3443
|
+
}
|
|
3444
|
+
]
|
|
3389
3445
|
},
|
|
3390
3446
|
"optional": true,
|
|
3391
3447
|
"computed": false
|
|
@@ -3394,17 +3450,20 @@
|
|
|
3394
3450
|
"type": "propertySignature",
|
|
3395
3451
|
"key": {
|
|
3396
3452
|
"type": "identifier",
|
|
3397
|
-
"name": "
|
|
3453
|
+
"name": "year"
|
|
3398
3454
|
},
|
|
3399
3455
|
"annotation": {
|
|
3400
|
-
"type": "
|
|
3401
|
-
"
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
"
|
|
3405
|
-
|
|
3456
|
+
"type": "union",
|
|
3457
|
+
"types": [
|
|
3458
|
+
{
|
|
3459
|
+
"type": "keyword",
|
|
3460
|
+
"value": "string"
|
|
3461
|
+
},
|
|
3462
|
+
{
|
|
3463
|
+
"type": "keyword",
|
|
3464
|
+
"value": "number"
|
|
3406
3465
|
}
|
|
3407
|
-
|
|
3466
|
+
]
|
|
3408
3467
|
},
|
|
3409
3468
|
"optional": true,
|
|
3410
3469
|
"computed": false
|
|
@@ -3413,44 +3472,29 @@
|
|
|
3413
3472
|
"type": "propertySignature",
|
|
3414
3473
|
"key": {
|
|
3415
3474
|
"type": "identifier",
|
|
3416
|
-
"name": "
|
|
3475
|
+
"name": "weekday"
|
|
3417
3476
|
},
|
|
3418
3477
|
"annotation": {
|
|
3419
|
-
"type": "
|
|
3420
|
-
"
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
|
|
3478
|
+
"type": "union",
|
|
3479
|
+
"types": [
|
|
3480
|
+
{
|
|
3481
|
+
"type": "keyword",
|
|
3482
|
+
"value": "string"
|
|
3483
|
+
},
|
|
3484
|
+
{
|
|
3485
|
+
"type": "keyword",
|
|
3486
|
+
"value": "number"
|
|
3487
|
+
}
|
|
3488
|
+
]
|
|
3424
3489
|
},
|
|
3425
3490
|
"optional": true,
|
|
3426
|
-
"computed":
|
|
3491
|
+
"computed": false
|
|
3427
3492
|
}
|
|
3428
3493
|
]
|
|
3429
|
-
},
|
|
3430
|
-
{
|
|
3431
|
-
"type": "typeAlias",
|
|
3432
|
-
"name": "UploadStatus",
|
|
3433
|
-
"annotation": {
|
|
3434
|
-
"type": "union",
|
|
3435
|
-
"types": [
|
|
3436
|
-
{
|
|
3437
|
-
"type": "jsLiteral",
|
|
3438
|
-
"value": "uploading"
|
|
3439
|
-
},
|
|
3440
|
-
{
|
|
3441
|
-
"type": "jsLiteral",
|
|
3442
|
-
"value": "done"
|
|
3443
|
-
},
|
|
3444
|
-
{
|
|
3445
|
-
"type": "jsLiteral",
|
|
3446
|
-
"value": "error"
|
|
3447
|
-
}
|
|
3448
|
-
]
|
|
3449
|
-
}
|
|
3450
3494
|
}
|
|
3451
3495
|
]
|
|
3452
3496
|
},
|
|
3453
|
-
"eo-
|
|
3497
|
+
"eo-time-range-picker": {
|
|
3454
3498
|
"properties": [
|
|
3455
3499
|
{
|
|
3456
3500
|
"name": "name",
|
|
@@ -3468,48 +3512,14 @@
|
|
|
3468
3512
|
},
|
|
3469
3513
|
{
|
|
3470
3514
|
"name": "value",
|
|
3471
|
-
"annotation": {
|
|
3472
|
-
"type": "keyword",
|
|
3473
|
-
"value": "string"
|
|
3474
|
-
}
|
|
3475
|
-
},
|
|
3476
|
-
{
|
|
3477
|
-
"name": "placeholder",
|
|
3478
|
-
"annotation": {
|
|
3479
|
-
"type": "keyword",
|
|
3480
|
-
"value": "string"
|
|
3481
|
-
}
|
|
3482
|
-
},
|
|
3483
|
-
{
|
|
3484
|
-
"name": "message",
|
|
3485
3515
|
"annotation": {
|
|
3486
3516
|
"type": "reference",
|
|
3487
3517
|
"typeName": {
|
|
3488
3518
|
"type": "identifier",
|
|
3489
|
-
"name": "
|
|
3490
|
-
},
|
|
3491
|
-
"typeParameters": {
|
|
3492
|
-
"type": "typeParameterInstantiation",
|
|
3493
|
-
"params": [
|
|
3494
|
-
{
|
|
3495
|
-
"type": "keyword",
|
|
3496
|
-
"value": "string"
|
|
3497
|
-
},
|
|
3498
|
-
{
|
|
3499
|
-
"type": "keyword",
|
|
3500
|
-
"value": "string"
|
|
3501
|
-
}
|
|
3502
|
-
]
|
|
3519
|
+
"name": "TimeRange"
|
|
3503
3520
|
}
|
|
3504
3521
|
}
|
|
3505
3522
|
},
|
|
3506
|
-
{
|
|
3507
|
-
"name": "disabled",
|
|
3508
|
-
"annotation": {
|
|
3509
|
-
"type": "keyword",
|
|
3510
|
-
"value": "boolean"
|
|
3511
|
-
}
|
|
3512
|
-
},
|
|
3513
3523
|
{
|
|
3514
3524
|
"name": "required",
|
|
3515
3525
|
"annotation": {
|
|
@@ -3518,60 +3528,74 @@
|
|
|
3518
3528
|
}
|
|
3519
3529
|
},
|
|
3520
3530
|
{
|
|
3521
|
-
"name": "
|
|
3522
|
-
"annotation": {
|
|
3523
|
-
"type": "keyword",
|
|
3524
|
-
"value": "boolean"
|
|
3525
|
-
}
|
|
3526
|
-
},
|
|
3527
|
-
{
|
|
3528
|
-
"name": "format",
|
|
3529
|
-
"annotation": {
|
|
3530
|
-
"type": "keyword",
|
|
3531
|
-
"value": "string"
|
|
3532
|
-
}
|
|
3533
|
-
},
|
|
3534
|
-
{
|
|
3535
|
-
"name": "picker",
|
|
3531
|
+
"name": "rangeType",
|
|
3536
3532
|
"annotation": {
|
|
3537
3533
|
"type": "reference",
|
|
3538
3534
|
"typeName": {
|
|
3539
3535
|
"type": "identifier",
|
|
3540
|
-
"name": "
|
|
3536
|
+
"name": "RangeType"
|
|
3541
3537
|
}
|
|
3542
3538
|
}
|
|
3543
3539
|
},
|
|
3544
3540
|
{
|
|
3545
|
-
"name": "
|
|
3541
|
+
"name": "selectNearDays",
|
|
3546
3542
|
"annotation": {
|
|
3547
3543
|
"type": "keyword",
|
|
3548
|
-
"value": "
|
|
3544
|
+
"value": "number"
|
|
3549
3545
|
}
|
|
3550
3546
|
},
|
|
3551
3547
|
{
|
|
3552
|
-
"name": "
|
|
3548
|
+
"name": "emitChangeOnInit",
|
|
3553
3549
|
"annotation": {
|
|
3554
|
-
"type": "
|
|
3555
|
-
"
|
|
3556
|
-
"type": "identifier",
|
|
3557
|
-
"name": "DisabledDateType"
|
|
3558
|
-
}
|
|
3550
|
+
"type": "keyword",
|
|
3551
|
+
"value": "boolean"
|
|
3559
3552
|
}
|
|
3560
3553
|
},
|
|
3561
3554
|
{
|
|
3562
|
-
"name": "
|
|
3555
|
+
"name": "presetRanges",
|
|
3563
3556
|
"annotation": {
|
|
3564
|
-
"type": "
|
|
3565
|
-
"
|
|
3557
|
+
"type": "array",
|
|
3558
|
+
"elementType": {
|
|
3559
|
+
"type": "reference",
|
|
3560
|
+
"typeName": {
|
|
3561
|
+
"type": "identifier",
|
|
3562
|
+
"name": "presetRangeType"
|
|
3563
|
+
}
|
|
3564
|
+
}
|
|
3566
3565
|
}
|
|
3567
3566
|
},
|
|
3568
3567
|
{
|
|
3569
|
-
"name": "
|
|
3568
|
+
"name": "validator",
|
|
3570
3569
|
"annotation": {
|
|
3571
|
-
"type": "
|
|
3572
|
-
"
|
|
3573
|
-
"type": "
|
|
3574
|
-
"
|
|
3570
|
+
"type": "parenthesizedType",
|
|
3571
|
+
"annotation": {
|
|
3572
|
+
"type": "function",
|
|
3573
|
+
"parameters": [
|
|
3574
|
+
{
|
|
3575
|
+
"type": "identifier",
|
|
3576
|
+
"name": "value",
|
|
3577
|
+
"annotation": {
|
|
3578
|
+
"type": "keyword",
|
|
3579
|
+
"value": "any"
|
|
3580
|
+
}
|
|
3581
|
+
}
|
|
3582
|
+
],
|
|
3583
|
+
"annotation": {
|
|
3584
|
+
"type": "union",
|
|
3585
|
+
"types": [
|
|
3586
|
+
{
|
|
3587
|
+
"type": "reference",
|
|
3588
|
+
"typeName": {
|
|
3589
|
+
"type": "identifier",
|
|
3590
|
+
"name": "MessageBody"
|
|
3591
|
+
}
|
|
3592
|
+
},
|
|
3593
|
+
{
|
|
3594
|
+
"type": "keyword",
|
|
3595
|
+
"value": "string"
|
|
3596
|
+
}
|
|
3597
|
+
]
|
|
3598
|
+
}
|
|
3575
3599
|
}
|
|
3576
3600
|
}
|
|
3577
3601
|
}
|
|
@@ -3581,26 +3605,73 @@
|
|
|
3581
3605
|
"name": "change",
|
|
3582
3606
|
"detail": {
|
|
3583
3607
|
"annotation": {
|
|
3584
|
-
"type": "
|
|
3585
|
-
"
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
{
|
|
3590
|
-
"name": "ok",
|
|
3591
|
-
"detail": {
|
|
3592
|
-
"annotation": {
|
|
3593
|
-
"type": "keyword",
|
|
3594
|
-
"value": "string"
|
|
3608
|
+
"type": "reference",
|
|
3609
|
+
"typeName": {
|
|
3610
|
+
"type": "identifier",
|
|
3611
|
+
"name": "TimeRange"
|
|
3612
|
+
}
|
|
3595
3613
|
}
|
|
3596
3614
|
}
|
|
3597
3615
|
}
|
|
3598
3616
|
],
|
|
3599
3617
|
"methods": [],
|
|
3600
3618
|
"types": [
|
|
3619
|
+
{
|
|
3620
|
+
"type": "interface",
|
|
3621
|
+
"name": "TimeRange",
|
|
3622
|
+
"body": [
|
|
3623
|
+
{
|
|
3624
|
+
"type": "propertySignature",
|
|
3625
|
+
"key": {
|
|
3626
|
+
"type": "identifier",
|
|
3627
|
+
"name": "startTime"
|
|
3628
|
+
},
|
|
3629
|
+
"annotation": {
|
|
3630
|
+
"type": "keyword",
|
|
3631
|
+
"value": "string"
|
|
3632
|
+
},
|
|
3633
|
+
"computed": false
|
|
3634
|
+
},
|
|
3635
|
+
{
|
|
3636
|
+
"type": "propertySignature",
|
|
3637
|
+
"key": {
|
|
3638
|
+
"type": "identifier",
|
|
3639
|
+
"name": "endTime"
|
|
3640
|
+
},
|
|
3641
|
+
"annotation": {
|
|
3642
|
+
"type": "keyword",
|
|
3643
|
+
"value": "string"
|
|
3644
|
+
},
|
|
3645
|
+
"computed": false
|
|
3646
|
+
}
|
|
3647
|
+
]
|
|
3648
|
+
},
|
|
3601
3649
|
{
|
|
3602
3650
|
"type": "typeAlias",
|
|
3603
|
-
"name": "
|
|
3651
|
+
"name": "RangeType",
|
|
3652
|
+
"annotation": {
|
|
3653
|
+
"type": "intersection",
|
|
3654
|
+
"types": [
|
|
3655
|
+
{
|
|
3656
|
+
"type": "reference",
|
|
3657
|
+
"typeName": {
|
|
3658
|
+
"type": "identifier",
|
|
3659
|
+
"name": "PickerType"
|
|
3660
|
+
}
|
|
3661
|
+
},
|
|
3662
|
+
{
|
|
3663
|
+
"type": "reference",
|
|
3664
|
+
"typeName": {
|
|
3665
|
+
"type": "identifier",
|
|
3666
|
+
"name": "OtherPickerType"
|
|
3667
|
+
}
|
|
3668
|
+
}
|
|
3669
|
+
]
|
|
3670
|
+
}
|
|
3671
|
+
},
|
|
3672
|
+
{
|
|
3673
|
+
"type": "typeAlias",
|
|
3674
|
+
"name": "PickerType",
|
|
3604
3675
|
"annotation": {
|
|
3605
3676
|
"type": "union",
|
|
3606
3677
|
"types": [
|
|
@@ -3618,204 +3689,100 @@
|
|
|
3618
3689
|
},
|
|
3619
3690
|
{
|
|
3620
3691
|
"type": "jsLiteral",
|
|
3621
|
-
"value": "
|
|
3692
|
+
"value": "quarter"
|
|
3622
3693
|
},
|
|
3623
3694
|
{
|
|
3624
3695
|
"type": "jsLiteral",
|
|
3625
|
-
"value": "
|
|
3696
|
+
"value": "year"
|
|
3626
3697
|
}
|
|
3627
3698
|
]
|
|
3628
3699
|
}
|
|
3629
3700
|
},
|
|
3630
3701
|
{
|
|
3631
3702
|
"type": "typeAlias",
|
|
3632
|
-
"name": "
|
|
3703
|
+
"name": "OtherPickerType",
|
|
3633
3704
|
"annotation": {
|
|
3634
3705
|
"type": "union",
|
|
3635
3706
|
"types": [
|
|
3636
3707
|
{
|
|
3637
|
-
"type": "
|
|
3638
|
-
"
|
|
3639
|
-
"type": "identifier",
|
|
3640
|
-
"name": "DisabledDate"
|
|
3641
|
-
}
|
|
3708
|
+
"type": "jsLiteral",
|
|
3709
|
+
"value": "dateTime"
|
|
3642
3710
|
},
|
|
3643
3711
|
{
|
|
3644
|
-
"type": "
|
|
3645
|
-
"
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
|
|
3650
|
-
}
|
|
3651
|
-
}
|
|
3712
|
+
"type": "jsLiteral",
|
|
3713
|
+
"value": "hmTime"
|
|
3714
|
+
},
|
|
3715
|
+
{
|
|
3716
|
+
"type": "jsLiteral",
|
|
3717
|
+
"value": "time"
|
|
3652
3718
|
}
|
|
3653
3719
|
]
|
|
3654
3720
|
}
|
|
3655
3721
|
},
|
|
3656
3722
|
{
|
|
3657
|
-
"type": "
|
|
3658
|
-
"name": "
|
|
3659
|
-
"
|
|
3660
|
-
{
|
|
3661
|
-
"type": "propertySignature",
|
|
3662
|
-
"key": {
|
|
3663
|
-
"type": "identifier",
|
|
3664
|
-
"name": "second"
|
|
3665
|
-
},
|
|
3666
|
-
"annotation": {
|
|
3667
|
-
"type": "union",
|
|
3668
|
-
"types": [
|
|
3669
|
-
{
|
|
3670
|
-
"type": "keyword",
|
|
3671
|
-
"value": "string"
|
|
3672
|
-
},
|
|
3673
|
-
{
|
|
3674
|
-
"type": "keyword",
|
|
3675
|
-
"value": "number"
|
|
3676
|
-
}
|
|
3677
|
-
]
|
|
3678
|
-
},
|
|
3679
|
-
"optional": true,
|
|
3680
|
-
"computed": false
|
|
3681
|
-
},
|
|
3682
|
-
{
|
|
3683
|
-
"type": "propertySignature",
|
|
3684
|
-
"key": {
|
|
3685
|
-
"type": "identifier",
|
|
3686
|
-
"name": "minute"
|
|
3687
|
-
},
|
|
3688
|
-
"annotation": {
|
|
3689
|
-
"type": "union",
|
|
3690
|
-
"types": [
|
|
3691
|
-
{
|
|
3692
|
-
"type": "keyword",
|
|
3693
|
-
"value": "string"
|
|
3694
|
-
},
|
|
3695
|
-
{
|
|
3696
|
-
"type": "keyword",
|
|
3697
|
-
"value": "number"
|
|
3698
|
-
}
|
|
3699
|
-
]
|
|
3700
|
-
},
|
|
3701
|
-
"optional": true,
|
|
3702
|
-
"computed": false
|
|
3703
|
-
},
|
|
3723
|
+
"type": "enum",
|
|
3724
|
+
"name": "presetRangeType",
|
|
3725
|
+
"members": [
|
|
3704
3726
|
{
|
|
3705
|
-
"type": "
|
|
3706
|
-
"
|
|
3727
|
+
"type": "enumMember",
|
|
3728
|
+
"id": {
|
|
3707
3729
|
"type": "identifier",
|
|
3708
|
-
"name": "
|
|
3709
|
-
},
|
|
3710
|
-
"annotation": {
|
|
3711
|
-
"type": "union",
|
|
3712
|
-
"types": [
|
|
3713
|
-
{
|
|
3714
|
-
"type": "keyword",
|
|
3715
|
-
"value": "string"
|
|
3716
|
-
},
|
|
3717
|
-
{
|
|
3718
|
-
"type": "keyword",
|
|
3719
|
-
"value": "number"
|
|
3720
|
-
}
|
|
3721
|
-
]
|
|
3730
|
+
"name": "Today"
|
|
3722
3731
|
},
|
|
3723
|
-
"
|
|
3724
|
-
|
|
3732
|
+
"initializer": {
|
|
3733
|
+
"type": "jsLiteral",
|
|
3734
|
+
"value": "今天"
|
|
3735
|
+
}
|
|
3725
3736
|
},
|
|
3726
3737
|
{
|
|
3727
|
-
"type": "
|
|
3728
|
-
"
|
|
3738
|
+
"type": "enumMember",
|
|
3739
|
+
"id": {
|
|
3729
3740
|
"type": "identifier",
|
|
3730
|
-
"name": "
|
|
3731
|
-
},
|
|
3732
|
-
"annotation": {
|
|
3733
|
-
"type": "union",
|
|
3734
|
-
"types": [
|
|
3735
|
-
{
|
|
3736
|
-
"type": "keyword",
|
|
3737
|
-
"value": "string"
|
|
3738
|
-
},
|
|
3739
|
-
{
|
|
3740
|
-
"type": "keyword",
|
|
3741
|
-
"value": "number"
|
|
3742
|
-
}
|
|
3743
|
-
]
|
|
3741
|
+
"name": "ThisWeek"
|
|
3744
3742
|
},
|
|
3745
|
-
"
|
|
3746
|
-
|
|
3743
|
+
"initializer": {
|
|
3744
|
+
"type": "jsLiteral",
|
|
3745
|
+
"value": "本周"
|
|
3746
|
+
}
|
|
3747
3747
|
},
|
|
3748
3748
|
{
|
|
3749
|
-
"type": "
|
|
3750
|
-
"
|
|
3749
|
+
"type": "enumMember",
|
|
3750
|
+
"id": {
|
|
3751
3751
|
"type": "identifier",
|
|
3752
|
-
"name": "
|
|
3753
|
-
},
|
|
3754
|
-
"annotation": {
|
|
3755
|
-
"type": "union",
|
|
3756
|
-
"types": [
|
|
3757
|
-
{
|
|
3758
|
-
"type": "keyword",
|
|
3759
|
-
"value": "string"
|
|
3760
|
-
},
|
|
3761
|
-
{
|
|
3762
|
-
"type": "keyword",
|
|
3763
|
-
"value": "number"
|
|
3764
|
-
}
|
|
3765
|
-
]
|
|
3752
|
+
"name": "ThisMonth"
|
|
3766
3753
|
},
|
|
3767
|
-
"
|
|
3768
|
-
|
|
3754
|
+
"initializer": {
|
|
3755
|
+
"type": "jsLiteral",
|
|
3756
|
+
"value": "本月"
|
|
3757
|
+
}
|
|
3769
3758
|
},
|
|
3770
3759
|
{
|
|
3771
|
-
"type": "
|
|
3772
|
-
"
|
|
3760
|
+
"type": "enumMember",
|
|
3761
|
+
"id": {
|
|
3773
3762
|
"type": "identifier",
|
|
3774
|
-
"name": "
|
|
3775
|
-
},
|
|
3776
|
-
"annotation": {
|
|
3777
|
-
"type": "union",
|
|
3778
|
-
"types": [
|
|
3779
|
-
{
|
|
3780
|
-
"type": "keyword",
|
|
3781
|
-
"value": "string"
|
|
3782
|
-
},
|
|
3783
|
-
{
|
|
3784
|
-
"type": "keyword",
|
|
3785
|
-
"value": "number"
|
|
3786
|
-
}
|
|
3787
|
-
]
|
|
3763
|
+
"name": "ThisQuarter"
|
|
3788
3764
|
},
|
|
3789
|
-
"
|
|
3790
|
-
|
|
3765
|
+
"initializer": {
|
|
3766
|
+
"type": "jsLiteral",
|
|
3767
|
+
"value": "本季度"
|
|
3768
|
+
}
|
|
3791
3769
|
},
|
|
3792
3770
|
{
|
|
3793
|
-
"type": "
|
|
3794
|
-
"
|
|
3771
|
+
"type": "enumMember",
|
|
3772
|
+
"id": {
|
|
3795
3773
|
"type": "identifier",
|
|
3796
|
-
"name": "
|
|
3797
|
-
},
|
|
3798
|
-
"annotation": {
|
|
3799
|
-
"type": "union",
|
|
3800
|
-
"types": [
|
|
3801
|
-
{
|
|
3802
|
-
"type": "keyword",
|
|
3803
|
-
"value": "string"
|
|
3804
|
-
},
|
|
3805
|
-
{
|
|
3806
|
-
"type": "keyword",
|
|
3807
|
-
"value": "number"
|
|
3808
|
-
}
|
|
3809
|
-
]
|
|
3774
|
+
"name": "ThisYear"
|
|
3810
3775
|
},
|
|
3811
|
-
"
|
|
3812
|
-
|
|
3776
|
+
"initializer": {
|
|
3777
|
+
"type": "jsLiteral",
|
|
3778
|
+
"value": "今年"
|
|
3779
|
+
}
|
|
3813
3780
|
}
|
|
3814
3781
|
]
|
|
3815
3782
|
}
|
|
3816
3783
|
]
|
|
3817
3784
|
},
|
|
3818
|
-
"eo-
|
|
3785
|
+
"eo-radio": {
|
|
3819
3786
|
"properties": [
|
|
3820
3787
|
{
|
|
3821
3788
|
"name": "name",
|
|
@@ -3831,121 +3798,331 @@
|
|
|
3831
3798
|
"value": "string"
|
|
3832
3799
|
}
|
|
3833
3800
|
},
|
|
3801
|
+
{
|
|
3802
|
+
"name": "options",
|
|
3803
|
+
"annotation": {
|
|
3804
|
+
"type": "array",
|
|
3805
|
+
"elementType": {
|
|
3806
|
+
"type": "reference",
|
|
3807
|
+
"typeName": {
|
|
3808
|
+
"type": "identifier",
|
|
3809
|
+
"name": "GeneralOption"
|
|
3810
|
+
}
|
|
3811
|
+
}
|
|
3812
|
+
}
|
|
3813
|
+
},
|
|
3834
3814
|
{
|
|
3835
3815
|
"name": "value",
|
|
3816
|
+
"annotation": {
|
|
3817
|
+
"type": "keyword",
|
|
3818
|
+
"value": "any"
|
|
3819
|
+
}
|
|
3820
|
+
},
|
|
3821
|
+
{
|
|
3822
|
+
"name": "required",
|
|
3823
|
+
"annotation": {
|
|
3824
|
+
"type": "keyword",
|
|
3825
|
+
"value": "boolean"
|
|
3826
|
+
}
|
|
3827
|
+
},
|
|
3828
|
+
{
|
|
3829
|
+
"name": "message",
|
|
3836
3830
|
"annotation": {
|
|
3837
3831
|
"type": "reference",
|
|
3838
3832
|
"typeName": {
|
|
3839
3833
|
"type": "identifier",
|
|
3840
|
-
"name": "
|
|
3834
|
+
"name": "Record"
|
|
3835
|
+
},
|
|
3836
|
+
"typeParameters": {
|
|
3837
|
+
"type": "typeParameterInstantiation",
|
|
3838
|
+
"params": [
|
|
3839
|
+
{
|
|
3840
|
+
"type": "keyword",
|
|
3841
|
+
"value": "string"
|
|
3842
|
+
},
|
|
3843
|
+
{
|
|
3844
|
+
"type": "keyword",
|
|
3845
|
+
"value": "string"
|
|
3846
|
+
}
|
|
3847
|
+
]
|
|
3841
3848
|
}
|
|
3842
3849
|
}
|
|
3843
3850
|
},
|
|
3844
3851
|
{
|
|
3845
|
-
"name": "
|
|
3852
|
+
"name": "disabled",
|
|
3846
3853
|
"annotation": {
|
|
3847
3854
|
"type": "keyword",
|
|
3848
3855
|
"value": "boolean"
|
|
3849
3856
|
}
|
|
3850
3857
|
},
|
|
3851
3858
|
{
|
|
3852
|
-
"name": "
|
|
3859
|
+
"name": "type",
|
|
3853
3860
|
"annotation": {
|
|
3854
3861
|
"type": "reference",
|
|
3855
3862
|
"typeName": {
|
|
3856
3863
|
"type": "identifier",
|
|
3857
|
-
"name": "
|
|
3864
|
+
"name": "RadioType"
|
|
3858
3865
|
}
|
|
3859
3866
|
}
|
|
3860
3867
|
},
|
|
3861
3868
|
{
|
|
3862
|
-
"name": "
|
|
3869
|
+
"name": "ui",
|
|
3863
3870
|
"annotation": {
|
|
3864
|
-
"type": "
|
|
3865
|
-
"
|
|
3871
|
+
"type": "reference",
|
|
3872
|
+
"typeName": {
|
|
3873
|
+
"type": "identifier",
|
|
3874
|
+
"name": "UIType"
|
|
3875
|
+
}
|
|
3866
3876
|
}
|
|
3867
3877
|
},
|
|
3868
3878
|
{
|
|
3869
|
-
"name": "
|
|
3879
|
+
"name": "size",
|
|
3870
3880
|
"annotation": {
|
|
3871
|
-
"type": "
|
|
3872
|
-
"
|
|
3881
|
+
"type": "reference",
|
|
3882
|
+
"typeName": {
|
|
3883
|
+
"type": "identifier",
|
|
3884
|
+
"name": "ComponentSize"
|
|
3885
|
+
}
|
|
3873
3886
|
}
|
|
3874
3887
|
},
|
|
3875
3888
|
{
|
|
3876
|
-
"name": "
|
|
3889
|
+
"name": "customStyle",
|
|
3877
3890
|
"annotation": {
|
|
3878
|
-
"type": "
|
|
3879
|
-
"
|
|
3880
|
-
"type": "
|
|
3881
|
-
"
|
|
3891
|
+
"type": "reference",
|
|
3892
|
+
"typeName": {
|
|
3893
|
+
"type": "qualifiedName",
|
|
3894
|
+
"left": {
|
|
3882
3895
|
"type": "identifier",
|
|
3883
|
-
"name": "
|
|
3896
|
+
"name": "React"
|
|
3897
|
+
},
|
|
3898
|
+
"right": {
|
|
3899
|
+
"type": "identifier",
|
|
3900
|
+
"name": "CSSProperties"
|
|
3884
3901
|
}
|
|
3885
3902
|
}
|
|
3886
3903
|
}
|
|
3887
3904
|
},
|
|
3888
3905
|
{
|
|
3889
|
-
"name": "
|
|
3906
|
+
"name": "useBrick",
|
|
3890
3907
|
"annotation": {
|
|
3891
|
-
"type": "
|
|
3908
|
+
"type": "reference",
|
|
3909
|
+
"typeName": {
|
|
3910
|
+
"type": "identifier",
|
|
3911
|
+
"name": "UseSingleBrickConf"
|
|
3912
|
+
}
|
|
3913
|
+
}
|
|
3914
|
+
}
|
|
3915
|
+
],
|
|
3916
|
+
"events": [
|
|
3917
|
+
{
|
|
3918
|
+
"name": "change",
|
|
3919
|
+
"detail": {
|
|
3892
3920
|
"annotation": {
|
|
3893
|
-
"type": "
|
|
3894
|
-
"
|
|
3921
|
+
"type": "typeLiteral",
|
|
3922
|
+
"members": [
|
|
3895
3923
|
{
|
|
3896
|
-
"type": "
|
|
3897
|
-
"
|
|
3924
|
+
"type": "propertySignature",
|
|
3925
|
+
"key": {
|
|
3926
|
+
"type": "identifier",
|
|
3927
|
+
"name": "label"
|
|
3928
|
+
},
|
|
3929
|
+
"annotation": {
|
|
3930
|
+
"type": "keyword",
|
|
3931
|
+
"value": "string"
|
|
3932
|
+
},
|
|
3933
|
+
"computed": false
|
|
3934
|
+
},
|
|
3935
|
+
{
|
|
3936
|
+
"type": "propertySignature",
|
|
3937
|
+
"key": {
|
|
3938
|
+
"type": "identifier",
|
|
3939
|
+
"name": "value"
|
|
3940
|
+
},
|
|
3898
3941
|
"annotation": {
|
|
3899
3942
|
"type": "keyword",
|
|
3900
3943
|
"value": "any"
|
|
3901
|
-
}
|
|
3902
|
-
|
|
3903
|
-
|
|
3904
|
-
|
|
3905
|
-
|
|
3906
|
-
|
|
3907
|
-
|
|
3908
|
-
"
|
|
3909
|
-
"
|
|
3910
|
-
"type": "
|
|
3911
|
-
"
|
|
3944
|
+
},
|
|
3945
|
+
"computed": false
|
|
3946
|
+
},
|
|
3947
|
+
{
|
|
3948
|
+
"type": "indexSignature",
|
|
3949
|
+
"parameter": {
|
|
3950
|
+
"type": "identifier",
|
|
3951
|
+
"name": "key",
|
|
3952
|
+
"annotation": {
|
|
3953
|
+
"type": "keyword",
|
|
3954
|
+
"value": "string"
|
|
3912
3955
|
}
|
|
3913
3956
|
},
|
|
3914
|
-
{
|
|
3957
|
+
"annotation": {
|
|
3915
3958
|
"type": "keyword",
|
|
3916
|
-
"value": "
|
|
3959
|
+
"value": "any"
|
|
3917
3960
|
}
|
|
3918
|
-
|
|
3919
|
-
|
|
3961
|
+
}
|
|
3962
|
+
]
|
|
3920
3963
|
}
|
|
3921
3964
|
}
|
|
3922
|
-
}
|
|
3923
|
-
],
|
|
3924
|
-
"events": [
|
|
3965
|
+
},
|
|
3925
3966
|
{
|
|
3926
|
-
"name": "change",
|
|
3967
|
+
"name": "options.change",
|
|
3927
3968
|
"detail": {
|
|
3928
3969
|
"annotation": {
|
|
3929
|
-
"type": "
|
|
3930
|
-
"
|
|
3931
|
-
|
|
3932
|
-
|
|
3933
|
-
|
|
3970
|
+
"type": "typeLiteral",
|
|
3971
|
+
"members": [
|
|
3972
|
+
{
|
|
3973
|
+
"type": "propertySignature",
|
|
3974
|
+
"key": {
|
|
3975
|
+
"type": "identifier",
|
|
3976
|
+
"name": "options"
|
|
3977
|
+
},
|
|
3978
|
+
"annotation": {
|
|
3979
|
+
"type": "typeLiteral",
|
|
3980
|
+
"members": [
|
|
3981
|
+
{
|
|
3982
|
+
"type": "propertySignature",
|
|
3983
|
+
"key": {
|
|
3984
|
+
"type": "identifier",
|
|
3985
|
+
"name": "label"
|
|
3986
|
+
},
|
|
3987
|
+
"annotation": {
|
|
3988
|
+
"type": "keyword",
|
|
3989
|
+
"value": "string"
|
|
3990
|
+
},
|
|
3991
|
+
"computed": false
|
|
3992
|
+
},
|
|
3993
|
+
{
|
|
3994
|
+
"type": "propertySignature",
|
|
3995
|
+
"key": {
|
|
3996
|
+
"type": "identifier",
|
|
3997
|
+
"name": "value"
|
|
3998
|
+
},
|
|
3999
|
+
"annotation": {
|
|
4000
|
+
"type": "keyword",
|
|
4001
|
+
"value": "any"
|
|
4002
|
+
},
|
|
4003
|
+
"computed": false
|
|
4004
|
+
},
|
|
4005
|
+
{
|
|
4006
|
+
"type": "indexSignature",
|
|
4007
|
+
"parameter": {
|
|
4008
|
+
"type": "identifier",
|
|
4009
|
+
"name": "key",
|
|
4010
|
+
"annotation": {
|
|
4011
|
+
"type": "keyword",
|
|
4012
|
+
"value": "string"
|
|
4013
|
+
}
|
|
4014
|
+
},
|
|
4015
|
+
"annotation": {
|
|
4016
|
+
"type": "keyword",
|
|
4017
|
+
"value": "any"
|
|
4018
|
+
}
|
|
4019
|
+
}
|
|
4020
|
+
]
|
|
4021
|
+
},
|
|
4022
|
+
"computed": false
|
|
4023
|
+
},
|
|
4024
|
+
{
|
|
4025
|
+
"type": "propertySignature",
|
|
4026
|
+
"key": {
|
|
4027
|
+
"type": "identifier",
|
|
4028
|
+
"name": "name"
|
|
4029
|
+
},
|
|
4030
|
+
"annotation": {
|
|
4031
|
+
"type": "keyword",
|
|
4032
|
+
"value": "string"
|
|
4033
|
+
},
|
|
4034
|
+
"computed": false
|
|
4035
|
+
}
|
|
4036
|
+
]
|
|
3934
4037
|
}
|
|
3935
4038
|
}
|
|
3936
4039
|
}
|
|
3937
4040
|
],
|
|
3938
4041
|
"methods": [],
|
|
3939
4042
|
"types": [
|
|
4043
|
+
{
|
|
4044
|
+
"type": "typeAlias",
|
|
4045
|
+
"name": "GeneralOption",
|
|
4046
|
+
"annotation": {
|
|
4047
|
+
"type": "union",
|
|
4048
|
+
"types": [
|
|
4049
|
+
{
|
|
4050
|
+
"type": "keyword",
|
|
4051
|
+
"value": "string"
|
|
4052
|
+
},
|
|
4053
|
+
{
|
|
4054
|
+
"type": "keyword",
|
|
4055
|
+
"value": "number"
|
|
4056
|
+
},
|
|
4057
|
+
{
|
|
4058
|
+
"type": "keyword",
|
|
4059
|
+
"value": "boolean"
|
|
4060
|
+
},
|
|
4061
|
+
{
|
|
4062
|
+
"type": "reference",
|
|
4063
|
+
"typeName": {
|
|
4064
|
+
"type": "identifier",
|
|
4065
|
+
"name": "GeneralComplexOption"
|
|
4066
|
+
}
|
|
4067
|
+
},
|
|
4068
|
+
{
|
|
4069
|
+
"type": "reference",
|
|
4070
|
+
"typeName": {
|
|
4071
|
+
"type": "identifier",
|
|
4072
|
+
"name": "Record"
|
|
4073
|
+
},
|
|
4074
|
+
"typeParameters": {
|
|
4075
|
+
"type": "typeParameterInstantiation",
|
|
4076
|
+
"params": [
|
|
4077
|
+
{
|
|
4078
|
+
"type": "keyword",
|
|
4079
|
+
"value": "string"
|
|
4080
|
+
},
|
|
4081
|
+
{
|
|
4082
|
+
"type": "keyword",
|
|
4083
|
+
"value": "any"
|
|
4084
|
+
}
|
|
4085
|
+
]
|
|
4086
|
+
}
|
|
4087
|
+
}
|
|
4088
|
+
]
|
|
4089
|
+
}
|
|
4090
|
+
},
|
|
3940
4091
|
{
|
|
3941
4092
|
"type": "interface",
|
|
3942
|
-
"name": "
|
|
4093
|
+
"name": "GeneralComplexOption",
|
|
4094
|
+
"typeParameters": {
|
|
4095
|
+
"type": "typeParameterDeclaration",
|
|
4096
|
+
"params": [
|
|
4097
|
+
{
|
|
4098
|
+
"type": "typeParameter",
|
|
4099
|
+
"name": "T",
|
|
4100
|
+
"default": {
|
|
4101
|
+
"type": "union",
|
|
4102
|
+
"types": [
|
|
4103
|
+
{
|
|
4104
|
+
"type": "keyword",
|
|
4105
|
+
"value": "string"
|
|
4106
|
+
},
|
|
4107
|
+
{
|
|
4108
|
+
"type": "keyword",
|
|
4109
|
+
"value": "number"
|
|
4110
|
+
},
|
|
4111
|
+
{
|
|
4112
|
+
"type": "keyword",
|
|
4113
|
+
"value": "boolean"
|
|
4114
|
+
}
|
|
4115
|
+
]
|
|
4116
|
+
}
|
|
4117
|
+
}
|
|
4118
|
+
]
|
|
4119
|
+
},
|
|
3943
4120
|
"body": [
|
|
3944
4121
|
{
|
|
3945
4122
|
"type": "propertySignature",
|
|
3946
4123
|
"key": {
|
|
3947
4124
|
"type": "identifier",
|
|
3948
|
-
"name": "
|
|
4125
|
+
"name": "label"
|
|
3949
4126
|
},
|
|
3950
4127
|
"annotation": {
|
|
3951
4128
|
"type": "keyword",
|
|
@@ -3957,153 +4134,112 @@
|
|
|
3957
4134
|
"type": "propertySignature",
|
|
3958
4135
|
"key": {
|
|
3959
4136
|
"type": "identifier",
|
|
3960
|
-
"name": "
|
|
4137
|
+
"name": "value"
|
|
3961
4138
|
},
|
|
3962
4139
|
"annotation": {
|
|
3963
|
-
"type": "
|
|
3964
|
-
"
|
|
4140
|
+
"type": "reference",
|
|
4141
|
+
"typeName": {
|
|
4142
|
+
"type": "identifier",
|
|
4143
|
+
"name": "T"
|
|
4144
|
+
}
|
|
3965
4145
|
},
|
|
3966
4146
|
"computed": false
|
|
4147
|
+
},
|
|
4148
|
+
{
|
|
4149
|
+
"type": "indexSignature",
|
|
4150
|
+
"parameter": {
|
|
4151
|
+
"type": "identifier",
|
|
4152
|
+
"name": "key",
|
|
4153
|
+
"annotation": {
|
|
4154
|
+
"type": "keyword",
|
|
4155
|
+
"value": "string"
|
|
4156
|
+
}
|
|
4157
|
+
},
|
|
4158
|
+
"annotation": {
|
|
4159
|
+
"type": "keyword",
|
|
4160
|
+
"value": "any"
|
|
4161
|
+
}
|
|
3967
4162
|
}
|
|
3968
4163
|
]
|
|
3969
4164
|
},
|
|
3970
4165
|
{
|
|
3971
4166
|
"type": "typeAlias",
|
|
3972
|
-
"name": "
|
|
4167
|
+
"name": "RadioType",
|
|
3973
4168
|
"annotation": {
|
|
3974
|
-
"type": "
|
|
4169
|
+
"type": "union",
|
|
3975
4170
|
"types": [
|
|
3976
4171
|
{
|
|
3977
|
-
"type": "
|
|
3978
|
-
"
|
|
3979
|
-
"type": "identifier",
|
|
3980
|
-
"name": "PickerType"
|
|
3981
|
-
}
|
|
4172
|
+
"type": "jsLiteral",
|
|
4173
|
+
"value": "button"
|
|
3982
4174
|
},
|
|
3983
|
-
{
|
|
3984
|
-
"type": "reference",
|
|
3985
|
-
"typeName": {
|
|
3986
|
-
"type": "identifier",
|
|
3987
|
-
"name": "OtherPickerType"
|
|
3988
|
-
}
|
|
3989
|
-
}
|
|
3990
|
-
]
|
|
3991
|
-
}
|
|
3992
|
-
},
|
|
3993
|
-
{
|
|
3994
|
-
"type": "typeAlias",
|
|
3995
|
-
"name": "PickerType",
|
|
3996
|
-
"annotation": {
|
|
3997
|
-
"type": "union",
|
|
3998
|
-
"types": [
|
|
3999
4175
|
{
|
|
4000
4176
|
"type": "jsLiteral",
|
|
4001
|
-
"value": "
|
|
4177
|
+
"value": "default"
|
|
4002
4178
|
},
|
|
4003
4179
|
{
|
|
4004
4180
|
"type": "jsLiteral",
|
|
4005
|
-
"value": "
|
|
4181
|
+
"value": "icon"
|
|
4006
4182
|
},
|
|
4007
4183
|
{
|
|
4008
4184
|
"type": "jsLiteral",
|
|
4009
|
-
"value": "
|
|
4185
|
+
"value": "icon-circle"
|
|
4010
4186
|
},
|
|
4011
4187
|
{
|
|
4012
4188
|
"type": "jsLiteral",
|
|
4013
|
-
"value": "
|
|
4189
|
+
"value": "icon-square"
|
|
4014
4190
|
},
|
|
4015
4191
|
{
|
|
4016
4192
|
"type": "jsLiteral",
|
|
4017
|
-
"value": "
|
|
4193
|
+
"value": "custom"
|
|
4018
4194
|
}
|
|
4019
4195
|
]
|
|
4020
4196
|
}
|
|
4021
4197
|
},
|
|
4022
4198
|
{
|
|
4023
4199
|
"type": "typeAlias",
|
|
4024
|
-
"name": "
|
|
4200
|
+
"name": "UIType",
|
|
4025
4201
|
"annotation": {
|
|
4026
4202
|
"type": "union",
|
|
4027
4203
|
"types": [
|
|
4028
4204
|
{
|
|
4029
4205
|
"type": "jsLiteral",
|
|
4030
|
-
"value": "
|
|
4031
|
-
},
|
|
4032
|
-
{
|
|
4033
|
-
"type": "jsLiteral",
|
|
4034
|
-
"value": "hmTime"
|
|
4206
|
+
"value": "default"
|
|
4035
4207
|
},
|
|
4036
4208
|
{
|
|
4037
4209
|
"type": "jsLiteral",
|
|
4038
|
-
"value": "
|
|
4210
|
+
"value": "dashboard"
|
|
4039
4211
|
}
|
|
4040
4212
|
]
|
|
4041
4213
|
}
|
|
4042
4214
|
},
|
|
4043
4215
|
{
|
|
4044
|
-
"type": "
|
|
4045
|
-
"name": "
|
|
4046
|
-
"
|
|
4047
|
-
|
|
4048
|
-
|
|
4049
|
-
|
|
4050
|
-
"type": "identifier",
|
|
4051
|
-
"name": "Today"
|
|
4052
|
-
},
|
|
4053
|
-
"initializer": {
|
|
4054
|
-
"type": "jsLiteral",
|
|
4055
|
-
"value": "今天"
|
|
4056
|
-
}
|
|
4057
|
-
},
|
|
4058
|
-
{
|
|
4059
|
-
"type": "enumMember",
|
|
4060
|
-
"id": {
|
|
4061
|
-
"type": "identifier",
|
|
4062
|
-
"name": "ThisWeek"
|
|
4063
|
-
},
|
|
4064
|
-
"initializer": {
|
|
4216
|
+
"type": "typeAlias",
|
|
4217
|
+
"name": "ComponentSize",
|
|
4218
|
+
"annotation": {
|
|
4219
|
+
"type": "union",
|
|
4220
|
+
"types": [
|
|
4221
|
+
{
|
|
4065
4222
|
"type": "jsLiteral",
|
|
4066
|
-
"value": "
|
|
4067
|
-
}
|
|
4068
|
-
},
|
|
4069
|
-
{
|
|
4070
|
-
"type": "enumMember",
|
|
4071
|
-
"id": {
|
|
4072
|
-
"type": "identifier",
|
|
4073
|
-
"name": "ThisMonth"
|
|
4223
|
+
"value": "large"
|
|
4074
4224
|
},
|
|
4075
|
-
|
|
4225
|
+
{
|
|
4076
4226
|
"type": "jsLiteral",
|
|
4077
|
-
"value": "
|
|
4078
|
-
}
|
|
4079
|
-
},
|
|
4080
|
-
{
|
|
4081
|
-
"type": "enumMember",
|
|
4082
|
-
"id": {
|
|
4083
|
-
"type": "identifier",
|
|
4084
|
-
"name": "ThisQuarter"
|
|
4227
|
+
"value": "medium"
|
|
4085
4228
|
},
|
|
4086
|
-
|
|
4229
|
+
{
|
|
4087
4230
|
"type": "jsLiteral",
|
|
4088
|
-
"value": "
|
|
4089
|
-
}
|
|
4090
|
-
},
|
|
4091
|
-
{
|
|
4092
|
-
"type": "enumMember",
|
|
4093
|
-
"id": {
|
|
4094
|
-
"type": "identifier",
|
|
4095
|
-
"name": "ThisYear"
|
|
4231
|
+
"value": "small"
|
|
4096
4232
|
},
|
|
4097
|
-
|
|
4233
|
+
{
|
|
4098
4234
|
"type": "jsLiteral",
|
|
4099
|
-
"value": "
|
|
4235
|
+
"value": "xs"
|
|
4100
4236
|
}
|
|
4101
|
-
|
|
4102
|
-
|
|
4237
|
+
]
|
|
4238
|
+
}
|
|
4103
4239
|
}
|
|
4104
4240
|
]
|
|
4105
4241
|
},
|
|
4106
|
-
"eo-
|
|
4242
|
+
"eo-upload-image": {
|
|
4107
4243
|
"properties": [
|
|
4108
4244
|
{
|
|
4109
4245
|
"name": "name",
|
|
@@ -4120,23 +4256,30 @@
|
|
|
4120
4256
|
}
|
|
4121
4257
|
},
|
|
4122
4258
|
{
|
|
4123
|
-
"name": "
|
|
4259
|
+
"name": "value",
|
|
4124
4260
|
"annotation": {
|
|
4125
4261
|
"type": "array",
|
|
4126
4262
|
"elementType": {
|
|
4127
4263
|
"type": "reference",
|
|
4128
4264
|
"typeName": {
|
|
4129
4265
|
"type": "identifier",
|
|
4130
|
-
"name": "
|
|
4266
|
+
"name": "ImageData"
|
|
4131
4267
|
}
|
|
4132
4268
|
}
|
|
4133
4269
|
}
|
|
4134
4270
|
},
|
|
4135
4271
|
{
|
|
4136
|
-
"name": "
|
|
4272
|
+
"name": "bucketName",
|
|
4137
4273
|
"annotation": {
|
|
4138
4274
|
"type": "keyword",
|
|
4139
|
-
"value": "
|
|
4275
|
+
"value": "string"
|
|
4276
|
+
}
|
|
4277
|
+
},
|
|
4278
|
+
{
|
|
4279
|
+
"name": "multiple",
|
|
4280
|
+
"annotation": {
|
|
4281
|
+
"type": "keyword",
|
|
4282
|
+
"value": "boolean"
|
|
4140
4283
|
}
|
|
4141
4284
|
},
|
|
4142
4285
|
{
|
|
@@ -4168,469 +4311,234 @@
|
|
|
4168
4311
|
]
|
|
4169
4312
|
}
|
|
4170
4313
|
}
|
|
4171
|
-
}
|
|
4314
|
+
}
|
|
4315
|
+
],
|
|
4316
|
+
"events": [
|
|
4172
4317
|
{
|
|
4173
|
-
"name": "
|
|
4318
|
+
"name": "change",
|
|
4319
|
+
"detail": {
|
|
4320
|
+
"annotation": {
|
|
4321
|
+
"type": "array",
|
|
4322
|
+
"elementType": {
|
|
4323
|
+
"type": "reference",
|
|
4324
|
+
"typeName": {
|
|
4325
|
+
"type": "identifier",
|
|
4326
|
+
"name": "ImageData"
|
|
4327
|
+
}
|
|
4328
|
+
}
|
|
4329
|
+
}
|
|
4330
|
+
}
|
|
4331
|
+
}
|
|
4332
|
+
],
|
|
4333
|
+
"methods": [],
|
|
4334
|
+
"types": [
|
|
4335
|
+
{
|
|
4336
|
+
"type": "interface",
|
|
4337
|
+
"name": "ImageData",
|
|
4338
|
+
"body": [
|
|
4339
|
+
{
|
|
4340
|
+
"type": "propertySignature",
|
|
4341
|
+
"key": {
|
|
4342
|
+
"type": "identifier",
|
|
4343
|
+
"name": "url"
|
|
4344
|
+
},
|
|
4345
|
+
"annotation": {
|
|
4346
|
+
"type": "keyword",
|
|
4347
|
+
"value": "string"
|
|
4348
|
+
},
|
|
4349
|
+
"optional": true,
|
|
4350
|
+
"computed": false
|
|
4351
|
+
}
|
|
4352
|
+
],
|
|
4353
|
+
"extends": [
|
|
4354
|
+
{
|
|
4355
|
+
"type": "expressionWithTypeArguments",
|
|
4356
|
+
"expression": {
|
|
4357
|
+
"type": "identifier",
|
|
4358
|
+
"name": "FileData"
|
|
4359
|
+
}
|
|
4360
|
+
}
|
|
4361
|
+
]
|
|
4362
|
+
}
|
|
4363
|
+
]
|
|
4364
|
+
},
|
|
4365
|
+
"eo-upload-file": {
|
|
4366
|
+
"properties": [
|
|
4367
|
+
{
|
|
4368
|
+
"name": "label",
|
|
4174
4369
|
"annotation": {
|
|
4175
4370
|
"type": "keyword",
|
|
4176
|
-
"value": "
|
|
4371
|
+
"value": "string"
|
|
4177
4372
|
}
|
|
4178
4373
|
},
|
|
4179
4374
|
{
|
|
4180
|
-
"name": "
|
|
4375
|
+
"name": "name",
|
|
4181
4376
|
"annotation": {
|
|
4182
|
-
"type": "
|
|
4183
|
-
"
|
|
4184
|
-
"type": "identifier",
|
|
4185
|
-
"name": "RadioType"
|
|
4186
|
-
}
|
|
4377
|
+
"type": "keyword",
|
|
4378
|
+
"value": "string"
|
|
4187
4379
|
}
|
|
4188
4380
|
},
|
|
4189
4381
|
{
|
|
4190
|
-
"name": "
|
|
4382
|
+
"name": "required",
|
|
4191
4383
|
"annotation": {
|
|
4192
|
-
"type": "
|
|
4193
|
-
"
|
|
4194
|
-
"type": "identifier",
|
|
4195
|
-
"name": "UIType"
|
|
4196
|
-
}
|
|
4384
|
+
"type": "keyword",
|
|
4385
|
+
"value": "boolean"
|
|
4197
4386
|
}
|
|
4198
4387
|
},
|
|
4199
4388
|
{
|
|
4200
|
-
"name": "
|
|
4389
|
+
"name": "message",
|
|
4201
4390
|
"annotation": {
|
|
4202
4391
|
"type": "reference",
|
|
4203
4392
|
"typeName": {
|
|
4204
4393
|
"type": "identifier",
|
|
4205
|
-
"name": "
|
|
4394
|
+
"name": "Record"
|
|
4395
|
+
},
|
|
4396
|
+
"typeParameters": {
|
|
4397
|
+
"type": "typeParameterInstantiation",
|
|
4398
|
+
"params": [
|
|
4399
|
+
{
|
|
4400
|
+
"type": "keyword",
|
|
4401
|
+
"value": "string"
|
|
4402
|
+
},
|
|
4403
|
+
{
|
|
4404
|
+
"type": "keyword",
|
|
4405
|
+
"value": "string"
|
|
4406
|
+
}
|
|
4407
|
+
]
|
|
4206
4408
|
}
|
|
4207
4409
|
}
|
|
4208
4410
|
},
|
|
4209
4411
|
{
|
|
4210
|
-
"name": "
|
|
4412
|
+
"name": "value",
|
|
4211
4413
|
"annotation": {
|
|
4212
|
-
"type": "
|
|
4213
|
-
"
|
|
4214
|
-
"type": "
|
|
4215
|
-
"
|
|
4216
|
-
"type": "identifier",
|
|
4217
|
-
"name": "React"
|
|
4218
|
-
},
|
|
4219
|
-
"right": {
|
|
4414
|
+
"type": "array",
|
|
4415
|
+
"elementType": {
|
|
4416
|
+
"type": "reference",
|
|
4417
|
+
"typeName": {
|
|
4220
4418
|
"type": "identifier",
|
|
4221
|
-
"name": "
|
|
4419
|
+
"name": "FileData"
|
|
4222
4420
|
}
|
|
4223
4421
|
}
|
|
4224
4422
|
}
|
|
4225
4423
|
},
|
|
4226
4424
|
{
|
|
4227
|
-
"name": "
|
|
4425
|
+
"name": "multiple",
|
|
4228
4426
|
"annotation": {
|
|
4229
|
-
"type": "
|
|
4230
|
-
"
|
|
4231
|
-
"type": "identifier",
|
|
4232
|
-
"name": "UseSingleBrickConf"
|
|
4233
|
-
}
|
|
4427
|
+
"type": "keyword",
|
|
4428
|
+
"value": "boolean"
|
|
4234
4429
|
}
|
|
4235
|
-
}
|
|
4236
|
-
],
|
|
4237
|
-
"events": [
|
|
4430
|
+
},
|
|
4238
4431
|
{
|
|
4239
|
-
"name": "
|
|
4240
|
-
"
|
|
4241
|
-
"
|
|
4242
|
-
|
|
4243
|
-
"members": [
|
|
4244
|
-
{
|
|
4245
|
-
"type": "propertySignature",
|
|
4246
|
-
"key": {
|
|
4247
|
-
"type": "identifier",
|
|
4248
|
-
"name": "label"
|
|
4249
|
-
},
|
|
4250
|
-
"annotation": {
|
|
4251
|
-
"type": "keyword",
|
|
4252
|
-
"value": "string"
|
|
4253
|
-
},
|
|
4254
|
-
"computed": false
|
|
4255
|
-
},
|
|
4256
|
-
{
|
|
4257
|
-
"type": "propertySignature",
|
|
4258
|
-
"key": {
|
|
4259
|
-
"type": "identifier",
|
|
4260
|
-
"name": "value"
|
|
4261
|
-
},
|
|
4262
|
-
"annotation": {
|
|
4263
|
-
"type": "keyword",
|
|
4264
|
-
"value": "any"
|
|
4265
|
-
},
|
|
4266
|
-
"computed": false
|
|
4267
|
-
},
|
|
4268
|
-
{
|
|
4269
|
-
"type": "indexSignature",
|
|
4270
|
-
"parameter": {
|
|
4271
|
-
"type": "identifier",
|
|
4272
|
-
"name": "key",
|
|
4273
|
-
"annotation": {
|
|
4274
|
-
"type": "keyword",
|
|
4275
|
-
"value": "string"
|
|
4276
|
-
}
|
|
4277
|
-
},
|
|
4278
|
-
"annotation": {
|
|
4279
|
-
"type": "keyword",
|
|
4280
|
-
"value": "any"
|
|
4281
|
-
}
|
|
4282
|
-
}
|
|
4283
|
-
]
|
|
4284
|
-
}
|
|
4432
|
+
"name": "accept",
|
|
4433
|
+
"annotation": {
|
|
4434
|
+
"type": "keyword",
|
|
4435
|
+
"value": "string"
|
|
4285
4436
|
}
|
|
4286
4437
|
},
|
|
4287
4438
|
{
|
|
4288
|
-
"name": "
|
|
4289
|
-
"
|
|
4290
|
-
"
|
|
4291
|
-
|
|
4292
|
-
"members": [
|
|
4293
|
-
{
|
|
4294
|
-
"type": "propertySignature",
|
|
4295
|
-
"key": {
|
|
4296
|
-
"type": "identifier",
|
|
4297
|
-
"name": "options"
|
|
4298
|
-
},
|
|
4299
|
-
"annotation": {
|
|
4300
|
-
"type": "typeLiteral",
|
|
4301
|
-
"members": [
|
|
4302
|
-
{
|
|
4303
|
-
"type": "propertySignature",
|
|
4304
|
-
"key": {
|
|
4305
|
-
"type": "identifier",
|
|
4306
|
-
"name": "label"
|
|
4307
|
-
},
|
|
4308
|
-
"annotation": {
|
|
4309
|
-
"type": "keyword",
|
|
4310
|
-
"value": "string"
|
|
4311
|
-
},
|
|
4312
|
-
"computed": false
|
|
4313
|
-
},
|
|
4314
|
-
{
|
|
4315
|
-
"type": "propertySignature",
|
|
4316
|
-
"key": {
|
|
4317
|
-
"type": "identifier",
|
|
4318
|
-
"name": "value"
|
|
4319
|
-
},
|
|
4320
|
-
"annotation": {
|
|
4321
|
-
"type": "keyword",
|
|
4322
|
-
"value": "any"
|
|
4323
|
-
},
|
|
4324
|
-
"computed": false
|
|
4325
|
-
},
|
|
4326
|
-
{
|
|
4327
|
-
"type": "indexSignature",
|
|
4328
|
-
"parameter": {
|
|
4329
|
-
"type": "identifier",
|
|
4330
|
-
"name": "key",
|
|
4331
|
-
"annotation": {
|
|
4332
|
-
"type": "keyword",
|
|
4333
|
-
"value": "string"
|
|
4334
|
-
}
|
|
4335
|
-
},
|
|
4336
|
-
"annotation": {
|
|
4337
|
-
"type": "keyword",
|
|
4338
|
-
"value": "any"
|
|
4339
|
-
}
|
|
4340
|
-
}
|
|
4341
|
-
]
|
|
4342
|
-
},
|
|
4343
|
-
"computed": false
|
|
4344
|
-
},
|
|
4345
|
-
{
|
|
4346
|
-
"type": "propertySignature",
|
|
4347
|
-
"key": {
|
|
4348
|
-
"type": "identifier",
|
|
4349
|
-
"name": "name"
|
|
4350
|
-
},
|
|
4351
|
-
"annotation": {
|
|
4352
|
-
"type": "keyword",
|
|
4353
|
-
"value": "string"
|
|
4354
|
-
},
|
|
4355
|
-
"computed": false
|
|
4356
|
-
}
|
|
4357
|
-
]
|
|
4358
|
-
}
|
|
4439
|
+
"name": "maxCount",
|
|
4440
|
+
"annotation": {
|
|
4441
|
+
"type": "keyword",
|
|
4442
|
+
"value": "number"
|
|
4359
4443
|
}
|
|
4360
|
-
}
|
|
4361
|
-
],
|
|
4362
|
-
"methods": [],
|
|
4363
|
-
"types": [
|
|
4444
|
+
},
|
|
4364
4445
|
{
|
|
4365
|
-
"
|
|
4366
|
-
"name": "GeneralOption",
|
|
4446
|
+
"name": "limitSize",
|
|
4367
4447
|
"annotation": {
|
|
4368
|
-
"type": "
|
|
4369
|
-
"
|
|
4370
|
-
{
|
|
4371
|
-
"type": "keyword",
|
|
4372
|
-
"value": "string"
|
|
4373
|
-
},
|
|
4374
|
-
{
|
|
4375
|
-
"type": "keyword",
|
|
4376
|
-
"value": "number"
|
|
4377
|
-
},
|
|
4378
|
-
{
|
|
4379
|
-
"type": "keyword",
|
|
4380
|
-
"value": "boolean"
|
|
4381
|
-
},
|
|
4382
|
-
{
|
|
4383
|
-
"type": "reference",
|
|
4384
|
-
"typeName": {
|
|
4385
|
-
"type": "identifier",
|
|
4386
|
-
"name": "GeneralComplexOption"
|
|
4387
|
-
}
|
|
4388
|
-
},
|
|
4389
|
-
{
|
|
4390
|
-
"type": "reference",
|
|
4391
|
-
"typeName": {
|
|
4392
|
-
"type": "identifier",
|
|
4393
|
-
"name": "Record"
|
|
4394
|
-
},
|
|
4395
|
-
"typeParameters": {
|
|
4396
|
-
"type": "typeParameterInstantiation",
|
|
4397
|
-
"params": [
|
|
4398
|
-
{
|
|
4399
|
-
"type": "keyword",
|
|
4400
|
-
"value": "string"
|
|
4401
|
-
},
|
|
4402
|
-
{
|
|
4403
|
-
"type": "keyword",
|
|
4404
|
-
"value": "any"
|
|
4405
|
-
}
|
|
4406
|
-
]
|
|
4407
|
-
}
|
|
4408
|
-
}
|
|
4409
|
-
]
|
|
4448
|
+
"type": "keyword",
|
|
4449
|
+
"value": "number"
|
|
4410
4450
|
}
|
|
4411
4451
|
},
|
|
4412
4452
|
{
|
|
4413
|
-
"
|
|
4414
|
-
"
|
|
4415
|
-
|
|
4416
|
-
"
|
|
4417
|
-
|
|
4418
|
-
{
|
|
4419
|
-
"type": "typeParameter",
|
|
4420
|
-
"name": "T",
|
|
4421
|
-
"default": {
|
|
4422
|
-
"type": "union",
|
|
4423
|
-
"types": [
|
|
4424
|
-
{
|
|
4425
|
-
"type": "keyword",
|
|
4426
|
-
"value": "string"
|
|
4427
|
-
},
|
|
4428
|
-
{
|
|
4429
|
-
"type": "keyword",
|
|
4430
|
-
"value": "number"
|
|
4431
|
-
},
|
|
4432
|
-
{
|
|
4433
|
-
"type": "keyword",
|
|
4434
|
-
"value": "boolean"
|
|
4435
|
-
}
|
|
4436
|
-
]
|
|
4437
|
-
}
|
|
4438
|
-
}
|
|
4439
|
-
]
|
|
4440
|
-
},
|
|
4441
|
-
"body": [
|
|
4442
|
-
{
|
|
4443
|
-
"type": "propertySignature",
|
|
4444
|
-
"key": {
|
|
4445
|
-
"type": "identifier",
|
|
4446
|
-
"name": "label"
|
|
4447
|
-
},
|
|
4448
|
-
"annotation": {
|
|
4449
|
-
"type": "keyword",
|
|
4450
|
-
"value": "string"
|
|
4451
|
-
},
|
|
4452
|
-
"computed": false
|
|
4453
|
-
},
|
|
4454
|
-
{
|
|
4455
|
-
"type": "propertySignature",
|
|
4456
|
-
"key": {
|
|
4457
|
-
"type": "identifier",
|
|
4458
|
-
"name": "value"
|
|
4459
|
-
},
|
|
4460
|
-
"annotation": {
|
|
4461
|
-
"type": "reference",
|
|
4462
|
-
"typeName": {
|
|
4463
|
-
"type": "identifier",
|
|
4464
|
-
"name": "T"
|
|
4465
|
-
}
|
|
4466
|
-
},
|
|
4467
|
-
"computed": false
|
|
4468
|
-
},
|
|
4469
|
-
{
|
|
4470
|
-
"type": "indexSignature",
|
|
4471
|
-
"parameter": {
|
|
4472
|
-
"type": "identifier",
|
|
4473
|
-
"name": "key",
|
|
4474
|
-
"annotation": {
|
|
4475
|
-
"type": "keyword",
|
|
4476
|
-
"value": "string"
|
|
4477
|
-
}
|
|
4478
|
-
},
|
|
4479
|
-
"annotation": {
|
|
4480
|
-
"type": "keyword",
|
|
4481
|
-
"value": "any"
|
|
4482
|
-
}
|
|
4483
|
-
}
|
|
4484
|
-
]
|
|
4453
|
+
"name": "buttonText",
|
|
4454
|
+
"annotation": {
|
|
4455
|
+
"type": "keyword",
|
|
4456
|
+
"value": "string"
|
|
4457
|
+
}
|
|
4485
4458
|
},
|
|
4486
4459
|
{
|
|
4487
|
-
"
|
|
4488
|
-
"
|
|
4489
|
-
|
|
4490
|
-
"
|
|
4491
|
-
|
|
4492
|
-
{
|
|
4493
|
-
"type": "
|
|
4494
|
-
"
|
|
4495
|
-
},
|
|
4496
|
-
{
|
|
4497
|
-
"type": "jsLiteral",
|
|
4498
|
-
"value": "default"
|
|
4499
|
-
},
|
|
4500
|
-
{
|
|
4501
|
-
"type": "jsLiteral",
|
|
4502
|
-
"value": "icon"
|
|
4503
|
-
},
|
|
4504
|
-
{
|
|
4505
|
-
"type": "jsLiteral",
|
|
4506
|
-
"value": "icon-circle"
|
|
4507
|
-
},
|
|
4508
|
-
{
|
|
4509
|
-
"type": "jsLiteral",
|
|
4510
|
-
"value": "icon-square"
|
|
4511
|
-
},
|
|
4512
|
-
{
|
|
4513
|
-
"type": "jsLiteral",
|
|
4514
|
-
"value": "custom"
|
|
4460
|
+
"name": "buttonType",
|
|
4461
|
+
"annotation": {
|
|
4462
|
+
"type": "indexedAccess",
|
|
4463
|
+
"objectType": {
|
|
4464
|
+
"type": "reference",
|
|
4465
|
+
"typeName": {
|
|
4466
|
+
"type": "identifier",
|
|
4467
|
+
"name": "ButtonProps"
|
|
4515
4468
|
}
|
|
4516
|
-
|
|
4469
|
+
},
|
|
4470
|
+
"indexType": {
|
|
4471
|
+
"type": "jsLiteral",
|
|
4472
|
+
"value": "type"
|
|
4473
|
+
}
|
|
4517
4474
|
}
|
|
4518
4475
|
},
|
|
4519
4476
|
{
|
|
4520
|
-
"
|
|
4521
|
-
"name": "UIType",
|
|
4477
|
+
"name": "buttonIcon",
|
|
4522
4478
|
"annotation": {
|
|
4523
|
-
"type": "
|
|
4524
|
-
"
|
|
4525
|
-
|
|
4526
|
-
|
|
4527
|
-
|
|
4528
|
-
},
|
|
4529
|
-
{
|
|
4530
|
-
"type": "jsLiteral",
|
|
4531
|
-
"value": "dashboard"
|
|
4532
|
-
}
|
|
4533
|
-
]
|
|
4479
|
+
"type": "reference",
|
|
4480
|
+
"typeName": {
|
|
4481
|
+
"type": "identifier",
|
|
4482
|
+
"name": "GeneralIconProps"
|
|
4483
|
+
}
|
|
4534
4484
|
}
|
|
4535
4485
|
},
|
|
4536
4486
|
{
|
|
4537
|
-
"
|
|
4538
|
-
"name": "ComponentSize",
|
|
4487
|
+
"name": "overMaxCountMode",
|
|
4539
4488
|
"annotation": {
|
|
4540
4489
|
"type": "union",
|
|
4541
4490
|
"types": [
|
|
4542
4491
|
{
|
|
4543
4492
|
"type": "jsLiteral",
|
|
4544
|
-
"value": "
|
|
4545
|
-
},
|
|
4546
|
-
{
|
|
4547
|
-
"type": "jsLiteral",
|
|
4548
|
-
"value": "medium"
|
|
4549
|
-
},
|
|
4550
|
-
{
|
|
4551
|
-
"type": "jsLiteral",
|
|
4552
|
-
"value": "small"
|
|
4493
|
+
"value": "ignore"
|
|
4553
4494
|
},
|
|
4554
4495
|
{
|
|
4555
4496
|
"type": "jsLiteral",
|
|
4556
|
-
"value": "
|
|
4497
|
+
"value": "replace"
|
|
4557
4498
|
}
|
|
4558
4499
|
]
|
|
4559
4500
|
}
|
|
4560
|
-
}
|
|
4561
|
-
]
|
|
4562
|
-
},
|
|
4563
|
-
"eo-upload-image": {
|
|
4564
|
-
"properties": [
|
|
4501
|
+
},
|
|
4565
4502
|
{
|
|
4566
|
-
"name": "
|
|
4503
|
+
"name": "uploadDraggable",
|
|
4567
4504
|
"annotation": {
|
|
4568
4505
|
"type": "keyword",
|
|
4569
|
-
"value": "
|
|
4506
|
+
"value": "boolean"
|
|
4570
4507
|
}
|
|
4571
4508
|
},
|
|
4572
4509
|
{
|
|
4573
|
-
"name": "
|
|
4510
|
+
"name": "draggableUploadTip",
|
|
4574
4511
|
"annotation": {
|
|
4575
4512
|
"type": "keyword",
|
|
4576
4513
|
"value": "string"
|
|
4577
4514
|
}
|
|
4578
4515
|
},
|
|
4579
4516
|
{
|
|
4580
|
-
"name": "
|
|
4517
|
+
"name": "autoUpload",
|
|
4581
4518
|
"annotation": {
|
|
4582
|
-
"type": "
|
|
4583
|
-
"
|
|
4584
|
-
"type": "reference",
|
|
4585
|
-
"typeName": {
|
|
4586
|
-
"type": "identifier",
|
|
4587
|
-
"name": "ImageData"
|
|
4588
|
-
}
|
|
4589
|
-
}
|
|
4519
|
+
"type": "keyword",
|
|
4520
|
+
"value": "boolean"
|
|
4590
4521
|
}
|
|
4591
4522
|
},
|
|
4592
4523
|
{
|
|
4593
|
-
"name": "
|
|
4524
|
+
"name": "url",
|
|
4594
4525
|
"annotation": {
|
|
4595
4526
|
"type": "keyword",
|
|
4596
4527
|
"value": "string"
|
|
4597
4528
|
}
|
|
4598
4529
|
},
|
|
4599
4530
|
{
|
|
4600
|
-
"name": "
|
|
4531
|
+
"name": "method",
|
|
4601
4532
|
"annotation": {
|
|
4602
4533
|
"type": "keyword",
|
|
4603
|
-
"value": "
|
|
4534
|
+
"value": "string"
|
|
4604
4535
|
}
|
|
4605
4536
|
},
|
|
4606
4537
|
{
|
|
4607
|
-
"name": "
|
|
4538
|
+
"name": "uploadName",
|
|
4608
4539
|
"annotation": {
|
|
4609
4540
|
"type": "keyword",
|
|
4610
|
-
"value": "
|
|
4611
|
-
}
|
|
4612
|
-
},
|
|
4613
|
-
{
|
|
4614
|
-
"name": "message",
|
|
4615
|
-
"annotation": {
|
|
4616
|
-
"type": "reference",
|
|
4617
|
-
"typeName": {
|
|
4618
|
-
"type": "identifier",
|
|
4619
|
-
"name": "Record"
|
|
4620
|
-
},
|
|
4621
|
-
"typeParameters": {
|
|
4622
|
-
"type": "typeParameterInstantiation",
|
|
4623
|
-
"params": [
|
|
4624
|
-
{
|
|
4625
|
-
"type": "keyword",
|
|
4626
|
-
"value": "string"
|
|
4627
|
-
},
|
|
4628
|
-
{
|
|
4629
|
-
"type": "keyword",
|
|
4630
|
-
"value": "string"
|
|
4631
|
-
}
|
|
4632
|
-
]
|
|
4633
|
-
}
|
|
4541
|
+
"value": "string"
|
|
4634
4542
|
}
|
|
4635
4543
|
}
|
|
4636
4544
|
],
|
|
@@ -4644,7 +4552,7 @@
|
|
|
4644
4552
|
"type": "reference",
|
|
4645
4553
|
"typeName": {
|
|
4646
4554
|
"type": "identifier",
|
|
4647
|
-
"name": "
|
|
4555
|
+
"name": "FileData"
|
|
4648
4556
|
}
|
|
4649
4557
|
}
|
|
4650
4558
|
}
|
|
@@ -4655,31 +4563,170 @@
|
|
|
4655
4563
|
"types": [
|
|
4656
4564
|
{
|
|
4657
4565
|
"type": "interface",
|
|
4658
|
-
"name": "
|
|
4566
|
+
"name": "FileData",
|
|
4659
4567
|
"body": [
|
|
4660
4568
|
{
|
|
4661
4569
|
"type": "propertySignature",
|
|
4662
4570
|
"key": {
|
|
4663
4571
|
"type": "identifier",
|
|
4664
|
-
"name": "
|
|
4572
|
+
"name": "uid"
|
|
4573
|
+
},
|
|
4574
|
+
"annotation": {
|
|
4575
|
+
"type": "keyword",
|
|
4576
|
+
"value": "string"
|
|
4577
|
+
},
|
|
4578
|
+
"computed": false
|
|
4579
|
+
},
|
|
4580
|
+
{
|
|
4581
|
+
"type": "propertySignature",
|
|
4582
|
+
"key": {
|
|
4583
|
+
"type": "identifier",
|
|
4584
|
+
"name": "name"
|
|
4665
4585
|
},
|
|
4666
4586
|
"annotation": {
|
|
4667
4587
|
"type": "keyword",
|
|
4668
4588
|
"value": "string"
|
|
4669
4589
|
},
|
|
4590
|
+
"computed": false
|
|
4591
|
+
},
|
|
4592
|
+
{
|
|
4593
|
+
"type": "propertySignature",
|
|
4594
|
+
"key": {
|
|
4595
|
+
"type": "identifier",
|
|
4596
|
+
"name": "file"
|
|
4597
|
+
},
|
|
4598
|
+
"annotation": {
|
|
4599
|
+
"type": "intersection",
|
|
4600
|
+
"types": [
|
|
4601
|
+
{
|
|
4602
|
+
"type": "reference",
|
|
4603
|
+
"typeName": {
|
|
4604
|
+
"type": "identifier",
|
|
4605
|
+
"name": "File"
|
|
4606
|
+
}
|
|
4607
|
+
},
|
|
4608
|
+
{
|
|
4609
|
+
"type": "typeLiteral",
|
|
4610
|
+
"members": [
|
|
4611
|
+
{
|
|
4612
|
+
"type": "propertySignature",
|
|
4613
|
+
"key": {
|
|
4614
|
+
"type": "identifier",
|
|
4615
|
+
"name": "uid"
|
|
4616
|
+
},
|
|
4617
|
+
"annotation": {
|
|
4618
|
+
"type": "keyword",
|
|
4619
|
+
"value": "string"
|
|
4620
|
+
},
|
|
4621
|
+
"optional": true,
|
|
4622
|
+
"computed": false
|
|
4623
|
+
}
|
|
4624
|
+
]
|
|
4625
|
+
}
|
|
4626
|
+
]
|
|
4627
|
+
},
|
|
4670
4628
|
"optional": true,
|
|
4671
4629
|
"computed": false
|
|
4672
|
-
}
|
|
4673
|
-
],
|
|
4674
|
-
"extends": [
|
|
4630
|
+
},
|
|
4675
4631
|
{
|
|
4676
|
-
"type": "
|
|
4677
|
-
"
|
|
4632
|
+
"type": "propertySignature",
|
|
4633
|
+
"key": {
|
|
4678
4634
|
"type": "identifier",
|
|
4679
|
-
"name": "
|
|
4680
|
-
}
|
|
4635
|
+
"name": "response"
|
|
4636
|
+
},
|
|
4637
|
+
"annotation": {
|
|
4638
|
+
"type": "keyword",
|
|
4639
|
+
"value": "any"
|
|
4640
|
+
},
|
|
4641
|
+
"optional": true,
|
|
4642
|
+
"computed": false
|
|
4643
|
+
},
|
|
4644
|
+
{
|
|
4645
|
+
"type": "propertySignature",
|
|
4646
|
+
"key": {
|
|
4647
|
+
"type": "identifier",
|
|
4648
|
+
"name": "userData"
|
|
4649
|
+
},
|
|
4650
|
+
"annotation": {
|
|
4651
|
+
"type": "keyword",
|
|
4652
|
+
"value": "any"
|
|
4653
|
+
},
|
|
4654
|
+
"optional": true,
|
|
4655
|
+
"computed": false
|
|
4656
|
+
},
|
|
4657
|
+
{
|
|
4658
|
+
"type": "propertySignature",
|
|
4659
|
+
"key": {
|
|
4660
|
+
"type": "identifier",
|
|
4661
|
+
"name": "status"
|
|
4662
|
+
},
|
|
4663
|
+
"annotation": {
|
|
4664
|
+
"type": "reference",
|
|
4665
|
+
"typeName": {
|
|
4666
|
+
"type": "identifier",
|
|
4667
|
+
"name": "UploadStatus"
|
|
4668
|
+
}
|
|
4669
|
+
},
|
|
4670
|
+
"optional": true,
|
|
4671
|
+
"computed": false
|
|
4672
|
+
},
|
|
4673
|
+
{
|
|
4674
|
+
"type": "propertySignature",
|
|
4675
|
+
"key": {
|
|
4676
|
+
"type": "identifier",
|
|
4677
|
+
"name": "errors"
|
|
4678
|
+
},
|
|
4679
|
+
"annotation": {
|
|
4680
|
+
"type": "array",
|
|
4681
|
+
"elementType": {
|
|
4682
|
+
"type": "reference",
|
|
4683
|
+
"typeName": {
|
|
4684
|
+
"type": "identifier",
|
|
4685
|
+
"name": "Error"
|
|
4686
|
+
}
|
|
4687
|
+
}
|
|
4688
|
+
},
|
|
4689
|
+
"optional": true,
|
|
4690
|
+
"computed": false
|
|
4691
|
+
},
|
|
4692
|
+
{
|
|
4693
|
+
"type": "propertySignature",
|
|
4694
|
+
"key": {
|
|
4695
|
+
"type": "identifier",
|
|
4696
|
+
"name": "symbolForAbortController"
|
|
4697
|
+
},
|
|
4698
|
+
"annotation": {
|
|
4699
|
+
"type": "reference",
|
|
4700
|
+
"typeName": {
|
|
4701
|
+
"type": "identifier",
|
|
4702
|
+
"name": "AbortController"
|
|
4703
|
+
}
|
|
4704
|
+
},
|
|
4705
|
+
"optional": true,
|
|
4706
|
+
"computed": true
|
|
4681
4707
|
}
|
|
4682
4708
|
]
|
|
4709
|
+
},
|
|
4710
|
+
{
|
|
4711
|
+
"type": "typeAlias",
|
|
4712
|
+
"name": "UploadStatus",
|
|
4713
|
+
"annotation": {
|
|
4714
|
+
"type": "union",
|
|
4715
|
+
"types": [
|
|
4716
|
+
{
|
|
4717
|
+
"type": "jsLiteral",
|
|
4718
|
+
"value": "uploading"
|
|
4719
|
+
},
|
|
4720
|
+
{
|
|
4721
|
+
"type": "jsLiteral",
|
|
4722
|
+
"value": "done"
|
|
4723
|
+
},
|
|
4724
|
+
{
|
|
4725
|
+
"type": "jsLiteral",
|
|
4726
|
+
"value": "error"
|
|
4727
|
+
}
|
|
4728
|
+
]
|
|
4729
|
+
}
|
|
4683
4730
|
}
|
|
4684
4731
|
]
|
|
4685
4732
|
}
|