@next-bricks/form 0.17.11 → 0.17.12
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 +45 -41
- package/dist/chunks/{1646.38e38e59.js → 1646.abdc63b8.js} +2 -2
- package/dist/chunks/{1646.38e38e59.js.map → 1646.abdc63b8.js.map} +1 -1
- package/dist/chunks/2754.1313aa46.js +2 -0
- package/dist/chunks/2754.1313aa46.js.map +1 -0
- package/dist/chunks/6550.edddeb1d.js +3 -0
- package/dist/chunks/6550.edddeb1d.js.LICENSE.txt +16 -0
- package/dist/chunks/6550.edddeb1d.js.map +1 -0
- package/dist/chunks/7003.c59ddcb7.js +2 -0
- package/dist/chunks/7003.c59ddcb7.js.map +1 -0
- package/dist/chunks/{7746.4034b92f.js → 7746.82d66abb.js} +2 -2
- package/dist/chunks/{7746.4034b92f.js.map → 7746.82d66abb.js.map} +1 -1
- package/dist/chunks/eo-time-picker.3ac42462.js +2 -0
- package/dist/chunks/eo-time-picker.3ac42462.js.map +1 -0
- package/dist/chunks/eo-upload-file.e6e8b159.js +3 -0
- package/dist/chunks/eo-upload-file.e6e8b159.js.map +1 -0
- package/dist/chunks/eo-upload-image.43ed58ea.js +3 -0
- package/dist/chunks/eo-upload-image.43ed58ea.js.LICENSE.txt +5 -0
- package/dist/chunks/eo-upload-image.43ed58ea.js.map +1 -0
- package/dist/chunks/main.4165463c.js +2 -0
- package/dist/chunks/main.4165463c.js.map +1 -0
- package/dist/examples.json +13 -10
- package/dist/index.c5e3715f.js +2 -0
- package/dist/index.c5e3715f.js.map +1 -0
- package/dist/manifest.json +675 -601
- package/dist/types.json +1261 -1140
- package/dist-types/bootstrap.d.ts +1 -0
- package/dist-types/time-picker/index.d.ts +55 -0
- package/dist-types/time-picker/index.spec.d.ts +1 -0
- package/docs/eo-time-picker.md +67 -0
- package/package.json +2 -2
- package/dist/chunks/443.3a28ae12.js +0 -2
- package/dist/chunks/443.3a28ae12.js.map +0 -1
- package/dist/chunks/7007.cb88c5ea.js +0 -3
- package/dist/chunks/7007.cb88c5ea.js.map +0 -1
- package/dist/chunks/8177.03b061cb.js +0 -2
- package/dist/chunks/8177.03b061cb.js.map +0 -1
- package/dist/chunks/eo-upload-file.16caa8ae.js +0 -2
- package/dist/chunks/eo-upload-file.16caa8ae.js.map +0 -1
- package/dist/chunks/eo-upload-image.0d644ef7.js +0 -2
- package/dist/chunks/eo-upload-image.0d644ef7.js.map +0 -1
- package/dist/chunks/main.cb2cf05c.js +0 -2
- package/dist/chunks/main.cb2cf05c.js.map +0 -1
- package/dist/index.320fcf51.js +0 -2
- package/dist/index.320fcf51.js.map +0 -1
- /package/dist/chunks/{7007.cb88c5ea.js.LICENSE.txt → eo-upload-file.e6e8b159.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
|
{
|
|
@@ -456,32 +222,459 @@
|
|
|
456
222
|
}
|
|
457
223
|
]
|
|
458
224
|
},
|
|
459
|
-
"eo-
|
|
225
|
+
"eo-time-picker": {
|
|
460
226
|
"properties": [
|
|
461
227
|
{
|
|
462
|
-
"name": "
|
|
228
|
+
"name": "name",
|
|
463
229
|
"annotation": {
|
|
464
|
-
"type": "
|
|
465
|
-
"
|
|
466
|
-
"type": "identifier",
|
|
467
|
-
"name": "Layout"
|
|
468
|
-
}
|
|
230
|
+
"type": "keyword",
|
|
231
|
+
"value": "string"
|
|
469
232
|
}
|
|
470
233
|
},
|
|
471
234
|
{
|
|
472
|
-
"name": "
|
|
235
|
+
"name": "label",
|
|
473
236
|
"annotation": {
|
|
474
|
-
"type": "
|
|
475
|
-
"
|
|
476
|
-
"type": "identifier",
|
|
477
|
-
"name": "ComponentSize"
|
|
478
|
-
}
|
|
237
|
+
"type": "keyword",
|
|
238
|
+
"value": "string"
|
|
479
239
|
}
|
|
480
240
|
},
|
|
481
241
|
{
|
|
482
|
-
"name": "
|
|
242
|
+
"name": "value",
|
|
483
243
|
"annotation": {
|
|
484
|
-
"type": "
|
|
244
|
+
"type": "keyword",
|
|
245
|
+
"value": "string"
|
|
246
|
+
}
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"name": "placeholder",
|
|
250
|
+
"annotation": {
|
|
251
|
+
"type": "keyword",
|
|
252
|
+
"value": "string"
|
|
253
|
+
}
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"name": "message",
|
|
257
|
+
"annotation": {
|
|
258
|
+
"type": "reference",
|
|
259
|
+
"typeName": {
|
|
260
|
+
"type": "identifier",
|
|
261
|
+
"name": "Record"
|
|
262
|
+
},
|
|
263
|
+
"typeParameters": {
|
|
264
|
+
"type": "typeParameterInstantiation",
|
|
265
|
+
"params": [
|
|
266
|
+
{
|
|
267
|
+
"type": "keyword",
|
|
268
|
+
"value": "string"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"type": "keyword",
|
|
272
|
+
"value": "string"
|
|
273
|
+
}
|
|
274
|
+
]
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"name": "disabled",
|
|
280
|
+
"annotation": {
|
|
281
|
+
"type": "keyword",
|
|
282
|
+
"value": "boolean"
|
|
283
|
+
}
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"name": "required",
|
|
287
|
+
"annotation": {
|
|
288
|
+
"type": "keyword",
|
|
289
|
+
"value": "boolean"
|
|
290
|
+
}
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"name": "configProps",
|
|
294
|
+
"annotation": {
|
|
295
|
+
"type": "reference",
|
|
296
|
+
"typeName": {
|
|
297
|
+
"type": "identifier",
|
|
298
|
+
"name": "Partial"
|
|
299
|
+
},
|
|
300
|
+
"typeParameters": {
|
|
301
|
+
"type": "typeParameterInstantiation",
|
|
302
|
+
"params": [
|
|
303
|
+
{
|
|
304
|
+
"type": "reference",
|
|
305
|
+
"typeName": {
|
|
306
|
+
"type": "identifier",
|
|
307
|
+
"name": "TimePickerProps"
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
]
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
],
|
|
315
|
+
"events": [
|
|
316
|
+
{
|
|
317
|
+
"name": "change",
|
|
318
|
+
"detail": {
|
|
319
|
+
"annotation": {
|
|
320
|
+
"type": "keyword",
|
|
321
|
+
"value": "string"
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"name": "open",
|
|
327
|
+
"detail": {
|
|
328
|
+
"annotation": {
|
|
329
|
+
"type": "keyword",
|
|
330
|
+
"value": "string"
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"name": "close",
|
|
336
|
+
"detail": {
|
|
337
|
+
"annotation": {
|
|
338
|
+
"type": "keyword",
|
|
339
|
+
"value": "string"
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
],
|
|
344
|
+
"methods": []
|
|
345
|
+
},
|
|
346
|
+
"eo-form-item": {
|
|
347
|
+
"properties": [
|
|
348
|
+
{
|
|
349
|
+
"name": "formElement",
|
|
350
|
+
"annotation": {
|
|
351
|
+
"type": "reference",
|
|
352
|
+
"typeName": {
|
|
353
|
+
"type": "identifier",
|
|
354
|
+
"name": "Form"
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"name": "curElement",
|
|
360
|
+
"annotation": {
|
|
361
|
+
"type": "reference",
|
|
362
|
+
"typeName": {
|
|
363
|
+
"type": "identifier",
|
|
364
|
+
"name": "HTMLElement"
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"name": "name",
|
|
370
|
+
"annotation": {
|
|
371
|
+
"type": "keyword",
|
|
372
|
+
"value": "string"
|
|
373
|
+
}
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"name": "label",
|
|
377
|
+
"annotation": {
|
|
378
|
+
"type": "keyword",
|
|
379
|
+
"value": "string"
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"name": "pattern",
|
|
384
|
+
"annotation": {
|
|
385
|
+
"type": "keyword",
|
|
386
|
+
"value": "string"
|
|
387
|
+
}
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"name": "message",
|
|
391
|
+
"annotation": {
|
|
392
|
+
"type": "reference",
|
|
393
|
+
"typeName": {
|
|
394
|
+
"type": "identifier",
|
|
395
|
+
"name": "Record"
|
|
396
|
+
},
|
|
397
|
+
"typeParameters": {
|
|
398
|
+
"type": "typeParameterInstantiation",
|
|
399
|
+
"params": [
|
|
400
|
+
{
|
|
401
|
+
"type": "keyword",
|
|
402
|
+
"value": "string"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"type": "keyword",
|
|
406
|
+
"value": "string"
|
|
407
|
+
}
|
|
408
|
+
]
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"name": "max",
|
|
414
|
+
"annotation": {
|
|
415
|
+
"type": "keyword",
|
|
416
|
+
"value": "number"
|
|
417
|
+
}
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"name": "min",
|
|
421
|
+
"annotation": {
|
|
422
|
+
"type": "keyword",
|
|
423
|
+
"value": "number"
|
|
424
|
+
}
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"name": "required",
|
|
428
|
+
"annotation": {
|
|
429
|
+
"type": "keyword",
|
|
430
|
+
"value": "boolean"
|
|
431
|
+
}
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"name": "value",
|
|
435
|
+
"annotation": {
|
|
436
|
+
"type": "keyword",
|
|
437
|
+
"value": "string"
|
|
438
|
+
}
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"name": "labelCol",
|
|
442
|
+
"annotation": {
|
|
443
|
+
"type": "keyword",
|
|
444
|
+
"value": "string"
|
|
445
|
+
}
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"name": "wrapperCol",
|
|
449
|
+
"annotation": {
|
|
450
|
+
"type": "keyword",
|
|
451
|
+
"value": "string"
|
|
452
|
+
}
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"name": "valuePropsName",
|
|
456
|
+
"annotation": {
|
|
457
|
+
"type": "keyword",
|
|
458
|
+
"value": "string"
|
|
459
|
+
}
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"name": "layout",
|
|
463
|
+
"annotation": {
|
|
464
|
+
"type": "reference",
|
|
465
|
+
"typeName": {
|
|
466
|
+
"type": "identifier",
|
|
467
|
+
"name": "Layout"
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"name": "size",
|
|
473
|
+
"annotation": {
|
|
474
|
+
"type": "reference",
|
|
475
|
+
"typeName": {
|
|
476
|
+
"type": "identifier",
|
|
477
|
+
"name": "ComponentSize"
|
|
478
|
+
}
|
|
479
|
+
}
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"name": "trim",
|
|
483
|
+
"annotation": {
|
|
484
|
+
"type": "keyword",
|
|
485
|
+
"value": "boolean"
|
|
486
|
+
}
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"name": "trigger",
|
|
490
|
+
"annotation": {
|
|
491
|
+
"type": "keyword",
|
|
492
|
+
"value": "string"
|
|
493
|
+
}
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"name": "validator",
|
|
497
|
+
"annotation": {
|
|
498
|
+
"type": "parenthesizedType",
|
|
499
|
+
"annotation": {
|
|
500
|
+
"type": "function",
|
|
501
|
+
"parameters": [
|
|
502
|
+
{
|
|
503
|
+
"type": "identifier",
|
|
504
|
+
"name": "value",
|
|
505
|
+
"annotation": {
|
|
506
|
+
"type": "keyword",
|
|
507
|
+
"value": "any"
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
],
|
|
511
|
+
"annotation": {
|
|
512
|
+
"type": "reference",
|
|
513
|
+
"typeName": {
|
|
514
|
+
"type": "identifier",
|
|
515
|
+
"name": "MessageBody"
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
}
|
|
519
|
+
}
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"name": "needValidate",
|
|
523
|
+
"annotation": {
|
|
524
|
+
"type": "keyword",
|
|
525
|
+
"value": "boolean"
|
|
526
|
+
}
|
|
527
|
+
}
|
|
528
|
+
],
|
|
529
|
+
"events": [],
|
|
530
|
+
"methods": [],
|
|
531
|
+
"types": [
|
|
532
|
+
{
|
|
533
|
+
"type": "typeAlias",
|
|
534
|
+
"name": "Layout",
|
|
535
|
+
"annotation": {
|
|
536
|
+
"type": "union",
|
|
537
|
+
"types": [
|
|
538
|
+
{
|
|
539
|
+
"type": "jsLiteral",
|
|
540
|
+
"value": "horizontal"
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"type": "jsLiteral",
|
|
544
|
+
"value": "vertical"
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"type": "jsLiteral",
|
|
548
|
+
"value": "inline"
|
|
549
|
+
}
|
|
550
|
+
]
|
|
551
|
+
}
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"type": "typeAlias",
|
|
555
|
+
"name": "ComponentSize",
|
|
556
|
+
"annotation": {
|
|
557
|
+
"type": "union",
|
|
558
|
+
"types": [
|
|
559
|
+
{
|
|
560
|
+
"type": "jsLiteral",
|
|
561
|
+
"value": "large"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"type": "jsLiteral",
|
|
565
|
+
"value": "medium"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"type": "jsLiteral",
|
|
569
|
+
"value": "small"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"type": "jsLiteral",
|
|
573
|
+
"value": "xs"
|
|
574
|
+
}
|
|
575
|
+
]
|
|
576
|
+
}
|
|
577
|
+
}
|
|
578
|
+
]
|
|
579
|
+
},
|
|
580
|
+
"eo-select": {
|
|
581
|
+
"properties": [
|
|
582
|
+
{
|
|
583
|
+
"name": "name",
|
|
584
|
+
"annotation": {
|
|
585
|
+
"type": "keyword",
|
|
586
|
+
"value": "string"
|
|
587
|
+
}
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"name": "placeholder",
|
|
591
|
+
"annotation": {
|
|
592
|
+
"type": "keyword",
|
|
593
|
+
"value": "string"
|
|
594
|
+
}
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"name": "label",
|
|
598
|
+
"annotation": {
|
|
599
|
+
"type": "keyword",
|
|
600
|
+
"value": "string"
|
|
601
|
+
}
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"name": "options",
|
|
605
|
+
"annotation": {
|
|
606
|
+
"type": "array",
|
|
607
|
+
"elementType": {
|
|
608
|
+
"type": "reference",
|
|
609
|
+
"typeName": {
|
|
610
|
+
"type": "identifier",
|
|
611
|
+
"name": "GeneralComplexOption"
|
|
612
|
+
}
|
|
613
|
+
}
|
|
614
|
+
}
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"name": "value",
|
|
618
|
+
"annotation": {
|
|
619
|
+
"type": "keyword",
|
|
620
|
+
"value": "any"
|
|
621
|
+
}
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"name": "required",
|
|
625
|
+
"annotation": {
|
|
626
|
+
"type": "keyword",
|
|
627
|
+
"value": "boolean"
|
|
628
|
+
}
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"name": "message",
|
|
632
|
+
"annotation": {
|
|
633
|
+
"type": "reference",
|
|
634
|
+
"typeName": {
|
|
635
|
+
"type": "identifier",
|
|
636
|
+
"name": "Record"
|
|
637
|
+
},
|
|
638
|
+
"typeParameters": {
|
|
639
|
+
"type": "typeParameterInstantiation",
|
|
640
|
+
"params": [
|
|
641
|
+
{
|
|
642
|
+
"type": "keyword",
|
|
643
|
+
"value": "string"
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"type": "keyword",
|
|
647
|
+
"value": "string"
|
|
648
|
+
}
|
|
649
|
+
]
|
|
650
|
+
}
|
|
651
|
+
}
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"name": "disabled",
|
|
655
|
+
"annotation": {
|
|
656
|
+
"type": "keyword",
|
|
657
|
+
"value": "boolean"
|
|
658
|
+
}
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"name": "multiple",
|
|
662
|
+
"annotation": {
|
|
663
|
+
"type": "keyword",
|
|
664
|
+
"value": "boolean"
|
|
665
|
+
}
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"name": "clearable",
|
|
669
|
+
"annotation": {
|
|
670
|
+
"type": "keyword",
|
|
671
|
+
"value": "boolean"
|
|
672
|
+
}
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"name": "inputStyle",
|
|
676
|
+
"annotation": {
|
|
677
|
+
"type": "reference",
|
|
485
678
|
"typeName": {
|
|
486
679
|
"type": "qualifiedName",
|
|
487
680
|
"left": {
|
|
@@ -498,231 +691,309 @@
|
|
|
498
691
|
],
|
|
499
692
|
"events": [
|
|
500
693
|
{
|
|
501
|
-
"name": "
|
|
694
|
+
"name": "change",
|
|
502
695
|
"detail": {
|
|
503
696
|
"annotation": {
|
|
504
|
-
"type": "
|
|
505
|
-
"
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
"params": [
|
|
512
|
-
{
|
|
513
|
-
"type": "keyword",
|
|
514
|
-
"value": "string"
|
|
697
|
+
"type": "typeLiteral",
|
|
698
|
+
"members": [
|
|
699
|
+
{
|
|
700
|
+
"type": "propertySignature",
|
|
701
|
+
"key": {
|
|
702
|
+
"type": "identifier",
|
|
703
|
+
"name": "value"
|
|
515
704
|
},
|
|
516
|
-
{
|
|
517
|
-
"type": "
|
|
518
|
-
"
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
705
|
+
"annotation": {
|
|
706
|
+
"type": "union",
|
|
707
|
+
"types": [
|
|
708
|
+
{
|
|
709
|
+
"type": "keyword",
|
|
710
|
+
"value": "string"
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"type": "array",
|
|
714
|
+
"elementType": {
|
|
715
|
+
"type": "keyword",
|
|
716
|
+
"value": "string"
|
|
717
|
+
}
|
|
718
|
+
}
|
|
719
|
+
]
|
|
720
|
+
},
|
|
721
|
+
"computed": false
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"type": "propertySignature",
|
|
725
|
+
"key": {
|
|
726
|
+
"type": "identifier",
|
|
727
|
+
"name": "options"
|
|
728
|
+
},
|
|
729
|
+
"annotation": {
|
|
730
|
+
"type": "array",
|
|
731
|
+
"elementType": {
|
|
732
|
+
"type": "reference",
|
|
733
|
+
"typeName": {
|
|
734
|
+
"type": "identifier",
|
|
735
|
+
"name": "GeneralComplexOption"
|
|
736
|
+
}
|
|
737
|
+
}
|
|
738
|
+
},
|
|
739
|
+
"computed": false
|
|
740
|
+
}
|
|
741
|
+
]
|
|
522
742
|
}
|
|
523
743
|
}
|
|
524
744
|
},
|
|
525
745
|
{
|
|
526
|
-
"name": "
|
|
746
|
+
"name": "search",
|
|
527
747
|
"detail": {
|
|
528
748
|
"annotation": {
|
|
529
|
-
"type": "
|
|
530
|
-
"
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
{
|
|
749
|
+
"type": "typeLiteral",
|
|
750
|
+
"members": [
|
|
751
|
+
{
|
|
752
|
+
"type": "propertySignature",
|
|
753
|
+
"key": {
|
|
754
|
+
"type": "identifier",
|
|
755
|
+
"name": "value"
|
|
756
|
+
},
|
|
757
|
+
"annotation": {
|
|
538
758
|
"type": "keyword",
|
|
539
759
|
"value": "string"
|
|
540
760
|
},
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
}
|
|
545
|
-
]
|
|
546
|
-
}
|
|
761
|
+
"computed": false
|
|
762
|
+
}
|
|
763
|
+
]
|
|
547
764
|
}
|
|
548
765
|
}
|
|
549
766
|
},
|
|
550
767
|
{
|
|
551
|
-
"name": "
|
|
768
|
+
"name": "focus",
|
|
552
769
|
"detail": {
|
|
553
770
|
"annotation": {
|
|
554
|
-
"type": "
|
|
555
|
-
"
|
|
556
|
-
"type": "reference",
|
|
557
|
-
"typeName": {
|
|
558
|
-
"type": "identifier",
|
|
559
|
-
"name": "MessageBody"
|
|
560
|
-
}
|
|
561
|
-
}
|
|
771
|
+
"type": "keyword",
|
|
772
|
+
"value": "void"
|
|
562
773
|
}
|
|
563
774
|
}
|
|
564
|
-
}
|
|
565
|
-
],
|
|
566
|
-
"methods": [
|
|
775
|
+
},
|
|
567
776
|
{
|
|
568
|
-
"name": "
|
|
569
|
-
"
|
|
570
|
-
"returns": {
|
|
777
|
+
"name": "options.change",
|
|
778
|
+
"detail": {
|
|
571
779
|
"annotation": {
|
|
572
|
-
"type": "
|
|
573
|
-
"
|
|
574
|
-
{
|
|
575
|
-
"type": "keyword",
|
|
576
|
-
"value": "boolean"
|
|
577
|
-
},
|
|
780
|
+
"type": "typeLiteral",
|
|
781
|
+
"members": [
|
|
578
782
|
{
|
|
579
|
-
"type": "
|
|
580
|
-
"
|
|
783
|
+
"type": "propertySignature",
|
|
784
|
+
"key": {
|
|
581
785
|
"type": "identifier",
|
|
582
|
-
"name": "
|
|
786
|
+
"name": "options"
|
|
583
787
|
},
|
|
584
|
-
"
|
|
585
|
-
"type": "
|
|
586
|
-
"
|
|
788
|
+
"annotation": {
|
|
789
|
+
"type": "typeLiteral",
|
|
790
|
+
"members": [
|
|
587
791
|
{
|
|
588
|
-
"type": "
|
|
589
|
-
"
|
|
792
|
+
"type": "propertySignature",
|
|
793
|
+
"key": {
|
|
794
|
+
"type": "identifier",
|
|
795
|
+
"name": "label"
|
|
796
|
+
},
|
|
797
|
+
"annotation": {
|
|
798
|
+
"type": "keyword",
|
|
799
|
+
"value": "string"
|
|
800
|
+
},
|
|
801
|
+
"computed": false
|
|
590
802
|
},
|
|
591
803
|
{
|
|
592
|
-
"type": "
|
|
593
|
-
"
|
|
804
|
+
"type": "propertySignature",
|
|
805
|
+
"key": {
|
|
806
|
+
"type": "identifier",
|
|
807
|
+
"name": "value"
|
|
808
|
+
},
|
|
809
|
+
"annotation": {
|
|
810
|
+
"type": "keyword",
|
|
811
|
+
"value": "any"
|
|
812
|
+
},
|
|
813
|
+
"computed": false
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
"type": "indexSignature",
|
|
817
|
+
"parameter": {
|
|
818
|
+
"type": "identifier",
|
|
819
|
+
"name": "key",
|
|
820
|
+
"annotation": {
|
|
821
|
+
"type": "keyword",
|
|
822
|
+
"value": "string"
|
|
823
|
+
}
|
|
824
|
+
},
|
|
825
|
+
"annotation": {
|
|
826
|
+
"type": "keyword",
|
|
827
|
+
"value": "any"
|
|
828
|
+
}
|
|
594
829
|
}
|
|
595
830
|
]
|
|
596
|
-
}
|
|
831
|
+
},
|
|
832
|
+
"computed": false
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"type": "propertySignature",
|
|
836
|
+
"key": {
|
|
837
|
+
"type": "identifier",
|
|
838
|
+
"name": "name"
|
|
839
|
+
},
|
|
840
|
+
"annotation": {
|
|
841
|
+
"type": "keyword",
|
|
842
|
+
"value": "string"
|
|
843
|
+
},
|
|
844
|
+
"computed": false
|
|
597
845
|
}
|
|
598
846
|
]
|
|
599
847
|
}
|
|
600
848
|
}
|
|
601
|
-
}
|
|
849
|
+
}
|
|
850
|
+
],
|
|
851
|
+
"methods": [],
|
|
852
|
+
"types": [
|
|
602
853
|
{
|
|
603
|
-
"
|
|
604
|
-
"
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
"
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
"type": "typeParameterInstantiation",
|
|
615
|
-
"params": [
|
|
854
|
+
"type": "interface",
|
|
855
|
+
"name": "GeneralComplexOption",
|
|
856
|
+
"typeParameters": {
|
|
857
|
+
"type": "typeParameterDeclaration",
|
|
858
|
+
"params": [
|
|
859
|
+
{
|
|
860
|
+
"type": "typeParameter",
|
|
861
|
+
"name": "T",
|
|
862
|
+
"default": {
|
|
863
|
+
"type": "union",
|
|
864
|
+
"types": [
|
|
616
865
|
{
|
|
617
866
|
"type": "keyword",
|
|
618
867
|
"value": "string"
|
|
619
868
|
},
|
|
620
869
|
{
|
|
621
870
|
"type": "keyword",
|
|
622
|
-
"value": "
|
|
871
|
+
"value": "number"
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"type": "keyword",
|
|
875
|
+
"value": "boolean"
|
|
623
876
|
}
|
|
624
877
|
]
|
|
625
878
|
}
|
|
626
879
|
}
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
"
|
|
630
|
-
},
|
|
631
|
-
{
|
|
632
|
-
"name": "resetFields",
|
|
633
|
-
"params": [
|
|
880
|
+
]
|
|
881
|
+
},
|
|
882
|
+
"body": [
|
|
634
883
|
{
|
|
635
|
-
"
|
|
884
|
+
"type": "propertySignature",
|
|
885
|
+
"key": {
|
|
886
|
+
"type": "identifier",
|
|
887
|
+
"name": "label"
|
|
888
|
+
},
|
|
636
889
|
"annotation": {
|
|
637
890
|
"type": "keyword",
|
|
638
891
|
"value": "string"
|
|
639
|
-
}
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
"returns": {}
|
|
643
|
-
},
|
|
644
|
-
{
|
|
645
|
-
"name": "getFieldsValue",
|
|
646
|
-
"params": [
|
|
892
|
+
},
|
|
893
|
+
"computed": false
|
|
894
|
+
},
|
|
647
895
|
{
|
|
648
|
-
"
|
|
896
|
+
"type": "propertySignature",
|
|
897
|
+
"key": {
|
|
898
|
+
"type": "identifier",
|
|
899
|
+
"name": "value"
|
|
900
|
+
},
|
|
649
901
|
"annotation": {
|
|
650
|
-
"type": "
|
|
651
|
-
"
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
"name": "validateField",
|
|
659
|
-
"params": [
|
|
902
|
+
"type": "reference",
|
|
903
|
+
"typeName": {
|
|
904
|
+
"type": "identifier",
|
|
905
|
+
"name": "T"
|
|
906
|
+
}
|
|
907
|
+
},
|
|
908
|
+
"computed": false
|
|
909
|
+
},
|
|
660
910
|
{
|
|
661
|
-
"
|
|
911
|
+
"type": "indexSignature",
|
|
912
|
+
"parameter": {
|
|
913
|
+
"type": "identifier",
|
|
914
|
+
"name": "key",
|
|
915
|
+
"annotation": {
|
|
916
|
+
"type": "keyword",
|
|
917
|
+
"value": "string"
|
|
918
|
+
}
|
|
919
|
+
},
|
|
662
920
|
"annotation": {
|
|
663
921
|
"type": "keyword",
|
|
664
|
-
"value": "
|
|
922
|
+
"value": "any"
|
|
665
923
|
}
|
|
666
924
|
}
|
|
667
|
-
]
|
|
668
|
-
|
|
925
|
+
]
|
|
926
|
+
}
|
|
927
|
+
]
|
|
928
|
+
},
|
|
929
|
+
"eo-search": {
|
|
930
|
+
"properties": [
|
|
931
|
+
{
|
|
932
|
+
"name": "value",
|
|
933
|
+
"annotation": {
|
|
934
|
+
"type": "keyword",
|
|
935
|
+
"value": "string"
|
|
936
|
+
}
|
|
669
937
|
},
|
|
670
938
|
{
|
|
671
|
-
"name": "
|
|
672
|
-
"
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
939
|
+
"name": "placeholder",
|
|
940
|
+
"annotation": {
|
|
941
|
+
"type": "keyword",
|
|
942
|
+
"value": "string"
|
|
943
|
+
}
|
|
944
|
+
},
|
|
677
945
|
{
|
|
678
|
-
"
|
|
679
|
-
"name": "Layout",
|
|
946
|
+
"name": "autoFocus",
|
|
680
947
|
"annotation": {
|
|
681
|
-
"type": "
|
|
682
|
-
"
|
|
683
|
-
{
|
|
684
|
-
"type": "jsLiteral",
|
|
685
|
-
"value": "horizontal"
|
|
686
|
-
},
|
|
687
|
-
{
|
|
688
|
-
"type": "jsLiteral",
|
|
689
|
-
"value": "vertical"
|
|
690
|
-
},
|
|
691
|
-
{
|
|
692
|
-
"type": "jsLiteral",
|
|
693
|
-
"value": "inline"
|
|
694
|
-
}
|
|
695
|
-
]
|
|
948
|
+
"type": "keyword",
|
|
949
|
+
"value": "boolean"
|
|
696
950
|
}
|
|
697
951
|
},
|
|
698
952
|
{
|
|
699
|
-
"
|
|
700
|
-
"name": "ComponentSize",
|
|
953
|
+
"name": "clearable",
|
|
701
954
|
"annotation": {
|
|
702
|
-
"type": "
|
|
703
|
-
"
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
"value": "xs"
|
|
719
|
-
}
|
|
720
|
-
]
|
|
955
|
+
"type": "keyword",
|
|
956
|
+
"value": "boolean"
|
|
957
|
+
}
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"name": "trim",
|
|
961
|
+
"annotation": {
|
|
962
|
+
"type": "keyword",
|
|
963
|
+
"value": "boolean"
|
|
964
|
+
}
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"name": "debounceTime",
|
|
968
|
+
"annotation": {
|
|
969
|
+
"type": "keyword",
|
|
970
|
+
"value": "number"
|
|
721
971
|
}
|
|
722
972
|
}
|
|
723
|
-
]
|
|
973
|
+
],
|
|
974
|
+
"events": [
|
|
975
|
+
{
|
|
976
|
+
"name": "change",
|
|
977
|
+
"detail": {
|
|
978
|
+
"annotation": {
|
|
979
|
+
"type": "keyword",
|
|
980
|
+
"value": "string"
|
|
981
|
+
}
|
|
982
|
+
}
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"name": "search",
|
|
986
|
+
"detail": {
|
|
987
|
+
"annotation": {
|
|
988
|
+
"type": "keyword",
|
|
989
|
+
"value": "string"
|
|
990
|
+
}
|
|
991
|
+
}
|
|
992
|
+
}
|
|
993
|
+
],
|
|
994
|
+
"methods": []
|
|
724
995
|
},
|
|
725
|
-
"eo-
|
|
996
|
+
"eo-checkbox": {
|
|
726
997
|
"properties": [
|
|
727
998
|
{
|
|
728
999
|
"name": "name",
|
|
@@ -732,17 +1003,23 @@
|
|
|
732
1003
|
}
|
|
733
1004
|
},
|
|
734
1005
|
{
|
|
735
|
-
"name": "
|
|
1006
|
+
"name": "label",
|
|
736
1007
|
"annotation": {
|
|
737
1008
|
"type": "keyword",
|
|
738
1009
|
"value": "string"
|
|
739
1010
|
}
|
|
740
1011
|
},
|
|
741
1012
|
{
|
|
742
|
-
"name": "
|
|
1013
|
+
"name": "value",
|
|
743
1014
|
"annotation": {
|
|
744
|
-
"type": "
|
|
745
|
-
"
|
|
1015
|
+
"type": "array",
|
|
1016
|
+
"elementType": {
|
|
1017
|
+
"type": "reference",
|
|
1018
|
+
"typeName": {
|
|
1019
|
+
"type": "identifier",
|
|
1020
|
+
"name": "CheckboxValueType"
|
|
1021
|
+
}
|
|
1022
|
+
}
|
|
746
1023
|
}
|
|
747
1024
|
},
|
|
748
1025
|
{
|
|
@@ -753,16 +1030,33 @@
|
|
|
753
1030
|
"type": "reference",
|
|
754
1031
|
"typeName": {
|
|
755
1032
|
"type": "identifier",
|
|
756
|
-
"name": "
|
|
1033
|
+
"name": "CheckboxOptionType"
|
|
757
1034
|
}
|
|
758
1035
|
}
|
|
759
1036
|
}
|
|
760
1037
|
},
|
|
761
1038
|
{
|
|
762
|
-
"name": "
|
|
1039
|
+
"name": "type",
|
|
1040
|
+
"annotation": {
|
|
1041
|
+
"type": "reference",
|
|
1042
|
+
"typeName": {
|
|
1043
|
+
"type": "identifier",
|
|
1044
|
+
"name": "CheckboxType"
|
|
1045
|
+
}
|
|
1046
|
+
}
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"name": "disabled",
|
|
763
1050
|
"annotation": {
|
|
764
1051
|
"type": "keyword",
|
|
765
|
-
"value": "
|
|
1052
|
+
"value": "boolean"
|
|
1053
|
+
}
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"name": "isCustom",
|
|
1057
|
+
"annotation": {
|
|
1058
|
+
"type": "keyword",
|
|
1059
|
+
"value": "boolean"
|
|
766
1060
|
}
|
|
767
1061
|
},
|
|
768
1062
|
{
|
|
@@ -794,44 +1088,6 @@
|
|
|
794
1088
|
]
|
|
795
1089
|
}
|
|
796
1090
|
}
|
|
797
|
-
},
|
|
798
|
-
{
|
|
799
|
-
"name": "disabled",
|
|
800
|
-
"annotation": {
|
|
801
|
-
"type": "keyword",
|
|
802
|
-
"value": "boolean"
|
|
803
|
-
}
|
|
804
|
-
},
|
|
805
|
-
{
|
|
806
|
-
"name": "multiple",
|
|
807
|
-
"annotation": {
|
|
808
|
-
"type": "keyword",
|
|
809
|
-
"value": "boolean"
|
|
810
|
-
}
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
"name": "clearable",
|
|
814
|
-
"annotation": {
|
|
815
|
-
"type": "keyword",
|
|
816
|
-
"value": "boolean"
|
|
817
|
-
}
|
|
818
|
-
},
|
|
819
|
-
{
|
|
820
|
-
"name": "inputStyle",
|
|
821
|
-
"annotation": {
|
|
822
|
-
"type": "reference",
|
|
823
|
-
"typeName": {
|
|
824
|
-
"type": "qualifiedName",
|
|
825
|
-
"left": {
|
|
826
|
-
"type": "identifier",
|
|
827
|
-
"name": "React"
|
|
828
|
-
},
|
|
829
|
-
"right": {
|
|
830
|
-
"type": "identifier",
|
|
831
|
-
"name": "CSSProperties"
|
|
832
|
-
}
|
|
833
|
-
}
|
|
834
|
-
}
|
|
835
1091
|
}
|
|
836
1092
|
],
|
|
837
1093
|
"events": [
|
|
@@ -839,82 +1095,14 @@
|
|
|
839
1095
|
"name": "change",
|
|
840
1096
|
"detail": {
|
|
841
1097
|
"annotation": {
|
|
842
|
-
"type": "
|
|
843
|
-
"
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
"
|
|
847
|
-
|
|
848
|
-
"name": "value"
|
|
849
|
-
},
|
|
850
|
-
"annotation": {
|
|
851
|
-
"type": "union",
|
|
852
|
-
"types": [
|
|
853
|
-
{
|
|
854
|
-
"type": "keyword",
|
|
855
|
-
"value": "string"
|
|
856
|
-
},
|
|
857
|
-
{
|
|
858
|
-
"type": "array",
|
|
859
|
-
"elementType": {
|
|
860
|
-
"type": "keyword",
|
|
861
|
-
"value": "string"
|
|
862
|
-
}
|
|
863
|
-
}
|
|
864
|
-
]
|
|
865
|
-
},
|
|
866
|
-
"computed": false
|
|
867
|
-
},
|
|
868
|
-
{
|
|
869
|
-
"type": "propertySignature",
|
|
870
|
-
"key": {
|
|
871
|
-
"type": "identifier",
|
|
872
|
-
"name": "options"
|
|
873
|
-
},
|
|
874
|
-
"annotation": {
|
|
875
|
-
"type": "array",
|
|
876
|
-
"elementType": {
|
|
877
|
-
"type": "reference",
|
|
878
|
-
"typeName": {
|
|
879
|
-
"type": "identifier",
|
|
880
|
-
"name": "GeneralComplexOption"
|
|
881
|
-
}
|
|
882
|
-
}
|
|
883
|
-
},
|
|
884
|
-
"computed": false
|
|
885
|
-
}
|
|
886
|
-
]
|
|
887
|
-
}
|
|
888
|
-
}
|
|
889
|
-
},
|
|
890
|
-
{
|
|
891
|
-
"name": "search",
|
|
892
|
-
"detail": {
|
|
893
|
-
"annotation": {
|
|
894
|
-
"type": "typeLiteral",
|
|
895
|
-
"members": [
|
|
896
|
-
{
|
|
897
|
-
"type": "propertySignature",
|
|
898
|
-
"key": {
|
|
899
|
-
"type": "identifier",
|
|
900
|
-
"name": "value"
|
|
901
|
-
},
|
|
902
|
-
"annotation": {
|
|
903
|
-
"type": "keyword",
|
|
904
|
-
"value": "string"
|
|
905
|
-
},
|
|
906
|
-
"computed": false
|
|
1098
|
+
"type": "array",
|
|
1099
|
+
"elementType": {
|
|
1100
|
+
"type": "reference",
|
|
1101
|
+
"typeName": {
|
|
1102
|
+
"type": "identifier",
|
|
1103
|
+
"name": "CheckboxOptionType"
|
|
907
1104
|
}
|
|
908
|
-
|
|
909
|
-
}
|
|
910
|
-
}
|
|
911
|
-
},
|
|
912
|
-
{
|
|
913
|
-
"name": "focus",
|
|
914
|
-
"detail": {
|
|
915
|
-
"annotation": {
|
|
916
|
-
"type": "keyword",
|
|
917
|
-
"value": "void"
|
|
1105
|
+
}
|
|
918
1106
|
}
|
|
919
1107
|
}
|
|
920
1108
|
},
|
|
@@ -931,48 +1119,14 @@
|
|
|
931
1119
|
"name": "options"
|
|
932
1120
|
},
|
|
933
1121
|
"annotation": {
|
|
934
|
-
"type": "
|
|
935
|
-
"
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
"
|
|
939
|
-
|
|
940
|
-
"name": "label"
|
|
941
|
-
},
|
|
942
|
-
"annotation": {
|
|
943
|
-
"type": "keyword",
|
|
944
|
-
"value": "string"
|
|
945
|
-
},
|
|
946
|
-
"computed": false
|
|
947
|
-
},
|
|
948
|
-
{
|
|
949
|
-
"type": "propertySignature",
|
|
950
|
-
"key": {
|
|
951
|
-
"type": "identifier",
|
|
952
|
-
"name": "value"
|
|
953
|
-
},
|
|
954
|
-
"annotation": {
|
|
955
|
-
"type": "keyword",
|
|
956
|
-
"value": "any"
|
|
957
|
-
},
|
|
958
|
-
"computed": false
|
|
959
|
-
},
|
|
960
|
-
{
|
|
961
|
-
"type": "indexSignature",
|
|
962
|
-
"parameter": {
|
|
963
|
-
"type": "identifier",
|
|
964
|
-
"name": "key",
|
|
965
|
-
"annotation": {
|
|
966
|
-
"type": "keyword",
|
|
967
|
-
"value": "string"
|
|
968
|
-
}
|
|
969
|
-
},
|
|
970
|
-
"annotation": {
|
|
971
|
-
"type": "keyword",
|
|
972
|
-
"value": "any"
|
|
973
|
-
}
|
|
1122
|
+
"type": "array",
|
|
1123
|
+
"elementType": {
|
|
1124
|
+
"type": "reference",
|
|
1125
|
+
"typeName": {
|
|
1126
|
+
"type": "identifier",
|
|
1127
|
+
"name": "CheckboxOptionType"
|
|
974
1128
|
}
|
|
975
|
-
|
|
1129
|
+
}
|
|
976
1130
|
},
|
|
977
1131
|
"computed": false
|
|
978
1132
|
},
|
|
@@ -996,67 +1150,118 @@
|
|
|
996
1150
|
"methods": [],
|
|
997
1151
|
"types": [
|
|
998
1152
|
{
|
|
999
|
-
"type": "
|
|
1000
|
-
"name": "
|
|
1001
|
-
"
|
|
1002
|
-
"type": "
|
|
1003
|
-
"
|
|
1153
|
+
"type": "typeAlias",
|
|
1154
|
+
"name": "CheckboxValueType",
|
|
1155
|
+
"annotation": {
|
|
1156
|
+
"type": "union",
|
|
1157
|
+
"types": [
|
|
1004
1158
|
{
|
|
1005
|
-
"type": "
|
|
1006
|
-
"
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1159
|
+
"type": "keyword",
|
|
1160
|
+
"value": "string"
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"type": "keyword",
|
|
1164
|
+
"value": "number"
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"type": "keyword",
|
|
1168
|
+
"value": "boolean"
|
|
1169
|
+
}
|
|
1170
|
+
]
|
|
1171
|
+
}
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"type": "interface",
|
|
1175
|
+
"name": "CheckboxOptionType",
|
|
1176
|
+
"body": [
|
|
1177
|
+
{
|
|
1178
|
+
"type": "propertySignature",
|
|
1179
|
+
"key": {
|
|
1180
|
+
"type": "identifier",
|
|
1181
|
+
"name": "label"
|
|
1182
|
+
},
|
|
1183
|
+
"annotation": {
|
|
1184
|
+
"type": "reference",
|
|
1185
|
+
"typeName": {
|
|
1186
|
+
"type": "qualifiedName",
|
|
1187
|
+
"left": {
|
|
1188
|
+
"type": "identifier",
|
|
1189
|
+
"name": "React"
|
|
1190
|
+
},
|
|
1191
|
+
"right": {
|
|
1192
|
+
"type": "identifier",
|
|
1193
|
+
"name": "ReactNode"
|
|
1194
|
+
}
|
|
1195
|
+
}
|
|
1196
|
+
},
|
|
1197
|
+
"computed": false
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
"type": "propertySignature",
|
|
1201
|
+
"key": {
|
|
1202
|
+
"type": "identifier",
|
|
1203
|
+
"name": "value"
|
|
1204
|
+
},
|
|
1205
|
+
"annotation": {
|
|
1206
|
+
"type": "keyword",
|
|
1207
|
+
"value": "any"
|
|
1208
|
+
},
|
|
1209
|
+
"computed": false
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
"type": "propertySignature",
|
|
1213
|
+
"key": {
|
|
1214
|
+
"type": "identifier",
|
|
1215
|
+
"name": "style"
|
|
1216
|
+
},
|
|
1217
|
+
"annotation": {
|
|
1218
|
+
"type": "reference",
|
|
1219
|
+
"typeName": {
|
|
1220
|
+
"type": "qualifiedName",
|
|
1221
|
+
"left": {
|
|
1222
|
+
"type": "identifier",
|
|
1223
|
+
"name": "React"
|
|
1224
|
+
},
|
|
1225
|
+
"right": {
|
|
1226
|
+
"type": "identifier",
|
|
1227
|
+
"name": "CSSProperties"
|
|
1228
|
+
}
|
|
1023
1229
|
}
|
|
1024
|
-
}
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1230
|
+
},
|
|
1231
|
+
"optional": true,
|
|
1232
|
+
"computed": false
|
|
1233
|
+
},
|
|
1028
1234
|
{
|
|
1029
1235
|
"type": "propertySignature",
|
|
1030
1236
|
"key": {
|
|
1031
1237
|
"type": "identifier",
|
|
1032
|
-
"name": "
|
|
1238
|
+
"name": "disabled"
|
|
1033
1239
|
},
|
|
1034
1240
|
"annotation": {
|
|
1035
1241
|
"type": "keyword",
|
|
1036
|
-
"value": "
|
|
1242
|
+
"value": "boolean"
|
|
1037
1243
|
},
|
|
1244
|
+
"optional": true,
|
|
1038
1245
|
"computed": false
|
|
1039
1246
|
},
|
|
1040
1247
|
{
|
|
1041
1248
|
"type": "propertySignature",
|
|
1042
1249
|
"key": {
|
|
1043
1250
|
"type": "identifier",
|
|
1044
|
-
"name": "
|
|
1251
|
+
"name": "checkboxColor"
|
|
1045
1252
|
},
|
|
1046
1253
|
"annotation": {
|
|
1047
|
-
"type": "
|
|
1048
|
-
"
|
|
1049
|
-
"type": "identifier",
|
|
1050
|
-
"name": "T"
|
|
1051
|
-
}
|
|
1254
|
+
"type": "keyword",
|
|
1255
|
+
"value": "string"
|
|
1052
1256
|
},
|
|
1257
|
+
"optional": true,
|
|
1053
1258
|
"computed": false
|
|
1054
1259
|
},
|
|
1055
1260
|
{
|
|
1056
1261
|
"type": "indexSignature",
|
|
1057
1262
|
"parameter": {
|
|
1058
1263
|
"type": "identifier",
|
|
1059
|
-
"name": "
|
|
1264
|
+
"name": "propName",
|
|
1060
1265
|
"annotation": {
|
|
1061
1266
|
"type": "keyword",
|
|
1062
1267
|
"value": "string"
|
|
@@ -1068,10 +1273,27 @@
|
|
|
1068
1273
|
}
|
|
1069
1274
|
}
|
|
1070
1275
|
]
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"type": "typeAlias",
|
|
1279
|
+
"name": "CheckboxType",
|
|
1280
|
+
"annotation": {
|
|
1281
|
+
"type": "union",
|
|
1282
|
+
"types": [
|
|
1283
|
+
{
|
|
1284
|
+
"type": "jsLiteral",
|
|
1285
|
+
"value": "default"
|
|
1286
|
+
},
|
|
1287
|
+
{
|
|
1288
|
+
"type": "jsLiteral",
|
|
1289
|
+
"value": "icon"
|
|
1290
|
+
}
|
|
1291
|
+
]
|
|
1292
|
+
}
|
|
1071
1293
|
}
|
|
1072
1294
|
]
|
|
1073
1295
|
},
|
|
1074
|
-
"eo-
|
|
1296
|
+
"eo-auto-complete": {
|
|
1075
1297
|
"properties": [
|
|
1076
1298
|
{
|
|
1077
1299
|
"name": "name",
|
|
@@ -1081,69 +1303,122 @@
|
|
|
1081
1303
|
}
|
|
1082
1304
|
},
|
|
1083
1305
|
{
|
|
1084
|
-
"name": "
|
|
1306
|
+
"name": "placeholder",
|
|
1085
1307
|
"annotation": {
|
|
1086
1308
|
"type": "keyword",
|
|
1087
1309
|
"value": "string"
|
|
1088
1310
|
}
|
|
1089
1311
|
},
|
|
1090
1312
|
{
|
|
1091
|
-
"name": "
|
|
1313
|
+
"name": "label",
|
|
1092
1314
|
"annotation": {
|
|
1093
|
-
"type": "
|
|
1094
|
-
"
|
|
1095
|
-
"type": "reference",
|
|
1096
|
-
"typeName": {
|
|
1097
|
-
"type": "identifier",
|
|
1098
|
-
"name": "CheckboxValueType"
|
|
1099
|
-
}
|
|
1100
|
-
}
|
|
1315
|
+
"type": "keyword",
|
|
1316
|
+
"value": "string"
|
|
1101
1317
|
}
|
|
1102
1318
|
},
|
|
1103
1319
|
{
|
|
1104
|
-
"name": "
|
|
1320
|
+
"name": "inputStyle",
|
|
1105
1321
|
"annotation": {
|
|
1106
|
-
"type": "
|
|
1107
|
-
"
|
|
1108
|
-
"type": "
|
|
1109
|
-
"
|
|
1322
|
+
"type": "reference",
|
|
1323
|
+
"typeName": {
|
|
1324
|
+
"type": "qualifiedName",
|
|
1325
|
+
"left": {
|
|
1110
1326
|
"type": "identifier",
|
|
1111
|
-
"name": "
|
|
1327
|
+
"name": "React"
|
|
1328
|
+
},
|
|
1329
|
+
"right": {
|
|
1330
|
+
"type": "identifier",
|
|
1331
|
+
"name": "CSSProperties"
|
|
1112
1332
|
}
|
|
1113
1333
|
}
|
|
1114
1334
|
}
|
|
1115
1335
|
},
|
|
1116
1336
|
{
|
|
1117
|
-
"name": "
|
|
1337
|
+
"name": "disabled",
|
|
1118
1338
|
"annotation": {
|
|
1119
|
-
"type": "
|
|
1120
|
-
"
|
|
1121
|
-
"type": "identifier",
|
|
1122
|
-
"name": "CheckboxType"
|
|
1123
|
-
}
|
|
1339
|
+
"type": "keyword",
|
|
1340
|
+
"value": "boolean"
|
|
1124
1341
|
}
|
|
1125
1342
|
},
|
|
1126
1343
|
{
|
|
1127
|
-
"name": "
|
|
1344
|
+
"name": "required",
|
|
1128
1345
|
"annotation": {
|
|
1129
1346
|
"type": "keyword",
|
|
1130
1347
|
"value": "boolean"
|
|
1131
1348
|
}
|
|
1132
1349
|
},
|
|
1133
1350
|
{
|
|
1134
|
-
"name": "
|
|
1351
|
+
"name": "value",
|
|
1135
1352
|
"annotation": {
|
|
1136
1353
|
"type": "keyword",
|
|
1137
|
-
"value": "
|
|
1354
|
+
"value": "string"
|
|
1138
1355
|
}
|
|
1139
1356
|
},
|
|
1140
1357
|
{
|
|
1141
|
-
"name": "
|
|
1358
|
+
"name": "options",
|
|
1359
|
+
"annotation": {
|
|
1360
|
+
"type": "union",
|
|
1361
|
+
"types": [
|
|
1362
|
+
{
|
|
1363
|
+
"type": "array",
|
|
1364
|
+
"elementType": {
|
|
1365
|
+
"type": "keyword",
|
|
1366
|
+
"value": "string"
|
|
1367
|
+
}
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
"type": "array",
|
|
1371
|
+
"elementType": {
|
|
1372
|
+
"type": "reference",
|
|
1373
|
+
"typeName": {
|
|
1374
|
+
"type": "identifier",
|
|
1375
|
+
"name": "OptionType"
|
|
1376
|
+
}
|
|
1377
|
+
}
|
|
1378
|
+
}
|
|
1379
|
+
]
|
|
1380
|
+
}
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"name": "filterByCaption",
|
|
1142
1384
|
"annotation": {
|
|
1143
1385
|
"type": "keyword",
|
|
1144
1386
|
"value": "boolean"
|
|
1145
1387
|
}
|
|
1146
1388
|
},
|
|
1389
|
+
{
|
|
1390
|
+
"name": "validator",
|
|
1391
|
+
"annotation": {
|
|
1392
|
+
"type": "parenthesizedType",
|
|
1393
|
+
"annotation": {
|
|
1394
|
+
"type": "function",
|
|
1395
|
+
"parameters": [
|
|
1396
|
+
{
|
|
1397
|
+
"type": "identifier",
|
|
1398
|
+
"name": "value",
|
|
1399
|
+
"annotation": {
|
|
1400
|
+
"type": "keyword",
|
|
1401
|
+
"value": "any"
|
|
1402
|
+
}
|
|
1403
|
+
}
|
|
1404
|
+
],
|
|
1405
|
+
"annotation": {
|
|
1406
|
+
"type": "reference",
|
|
1407
|
+
"typeName": {
|
|
1408
|
+
"type": "identifier",
|
|
1409
|
+
"name": "MessageBody"
|
|
1410
|
+
}
|
|
1411
|
+
}
|
|
1412
|
+
}
|
|
1413
|
+
}
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"name": "pattern",
|
|
1417
|
+
"annotation": {
|
|
1418
|
+
"type": "keyword",
|
|
1419
|
+
"value": "string"
|
|
1420
|
+
}
|
|
1421
|
+
},
|
|
1147
1422
|
{
|
|
1148
1423
|
"name": "message",
|
|
1149
1424
|
"annotation": {
|
|
@@ -1173,54 +1448,8 @@
|
|
|
1173
1448
|
"name": "change",
|
|
1174
1449
|
"detail": {
|
|
1175
1450
|
"annotation": {
|
|
1176
|
-
"type": "
|
|
1177
|
-
"
|
|
1178
|
-
"type": "reference",
|
|
1179
|
-
"typeName": {
|
|
1180
|
-
"type": "identifier",
|
|
1181
|
-
"name": "CheckboxOptionType"
|
|
1182
|
-
}
|
|
1183
|
-
}
|
|
1184
|
-
}
|
|
1185
|
-
}
|
|
1186
|
-
},
|
|
1187
|
-
{
|
|
1188
|
-
"name": "options.change",
|
|
1189
|
-
"detail": {
|
|
1190
|
-
"annotation": {
|
|
1191
|
-
"type": "typeLiteral",
|
|
1192
|
-
"members": [
|
|
1193
|
-
{
|
|
1194
|
-
"type": "propertySignature",
|
|
1195
|
-
"key": {
|
|
1196
|
-
"type": "identifier",
|
|
1197
|
-
"name": "options"
|
|
1198
|
-
},
|
|
1199
|
-
"annotation": {
|
|
1200
|
-
"type": "array",
|
|
1201
|
-
"elementType": {
|
|
1202
|
-
"type": "reference",
|
|
1203
|
-
"typeName": {
|
|
1204
|
-
"type": "identifier",
|
|
1205
|
-
"name": "CheckboxOptionType"
|
|
1206
|
-
}
|
|
1207
|
-
}
|
|
1208
|
-
},
|
|
1209
|
-
"computed": false
|
|
1210
|
-
},
|
|
1211
|
-
{
|
|
1212
|
-
"type": "propertySignature",
|
|
1213
|
-
"key": {
|
|
1214
|
-
"type": "identifier",
|
|
1215
|
-
"name": "name"
|
|
1216
|
-
},
|
|
1217
|
-
"annotation": {
|
|
1218
|
-
"type": "keyword",
|
|
1219
|
-
"value": "string"
|
|
1220
|
-
},
|
|
1221
|
-
"computed": false
|
|
1222
|
-
}
|
|
1223
|
-
]
|
|
1451
|
+
"type": "keyword",
|
|
1452
|
+
"value": "string"
|
|
1224
1453
|
}
|
|
1225
1454
|
}
|
|
1226
1455
|
}
|
|
@@ -1229,60 +1458,40 @@
|
|
|
1229
1458
|
"types": [
|
|
1230
1459
|
{
|
|
1231
1460
|
"type": "typeAlias",
|
|
1232
|
-
"name": "
|
|
1461
|
+
"name": "OptionType",
|
|
1233
1462
|
"annotation": {
|
|
1234
1463
|
"type": "union",
|
|
1235
1464
|
"types": [
|
|
1236
1465
|
{
|
|
1237
|
-
"type": "
|
|
1238
|
-
"
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
"value": "number"
|
|
1466
|
+
"type": "reference",
|
|
1467
|
+
"typeName": {
|
|
1468
|
+
"type": "identifier",
|
|
1469
|
+
"name": "Option"
|
|
1470
|
+
}
|
|
1243
1471
|
},
|
|
1244
1472
|
{
|
|
1245
|
-
"type": "keyword",
|
|
1246
|
-
"value": "boolean"
|
|
1247
|
-
}
|
|
1248
|
-
]
|
|
1249
|
-
}
|
|
1250
|
-
},
|
|
1251
|
-
{
|
|
1252
|
-
"type": "interface",
|
|
1253
|
-
"name": "CheckboxOptionType",
|
|
1254
|
-
"body": [
|
|
1255
|
-
{
|
|
1256
|
-
"type": "propertySignature",
|
|
1257
|
-
"key": {
|
|
1258
|
-
"type": "identifier",
|
|
1259
|
-
"name": "label"
|
|
1260
|
-
},
|
|
1261
|
-
"annotation": {
|
|
1262
1473
|
"type": "reference",
|
|
1263
1474
|
"typeName": {
|
|
1264
|
-
"type": "
|
|
1265
|
-
"
|
|
1266
|
-
"type": "identifier",
|
|
1267
|
-
"name": "React"
|
|
1268
|
-
},
|
|
1269
|
-
"right": {
|
|
1270
|
-
"type": "identifier",
|
|
1271
|
-
"name": "ReactNode"
|
|
1272
|
-
}
|
|
1475
|
+
"type": "identifier",
|
|
1476
|
+
"name": "OptionGroup"
|
|
1273
1477
|
}
|
|
1274
|
-
}
|
|
1275
|
-
|
|
1276
|
-
|
|
1478
|
+
}
|
|
1479
|
+
]
|
|
1480
|
+
}
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
"type": "interface",
|
|
1484
|
+
"name": "Option",
|
|
1485
|
+
"body": [
|
|
1277
1486
|
{
|
|
1278
1487
|
"type": "propertySignature",
|
|
1279
1488
|
"key": {
|
|
1280
1489
|
"type": "identifier",
|
|
1281
|
-
"name": "
|
|
1490
|
+
"name": "label"
|
|
1282
1491
|
},
|
|
1283
1492
|
"annotation": {
|
|
1284
1493
|
"type": "keyword",
|
|
1285
|
-
"value": "
|
|
1494
|
+
"value": "string"
|
|
1286
1495
|
},
|
|
1287
1496
|
"computed": false
|
|
1288
1497
|
},
|
|
@@ -1290,21 +1499,11 @@
|
|
|
1290
1499
|
"type": "propertySignature",
|
|
1291
1500
|
"key": {
|
|
1292
1501
|
"type": "identifier",
|
|
1293
|
-
"name": "
|
|
1502
|
+
"name": "caption"
|
|
1294
1503
|
},
|
|
1295
1504
|
"annotation": {
|
|
1296
|
-
"type": "
|
|
1297
|
-
"
|
|
1298
|
-
"type": "qualifiedName",
|
|
1299
|
-
"left": {
|
|
1300
|
-
"type": "identifier",
|
|
1301
|
-
"name": "React"
|
|
1302
|
-
},
|
|
1303
|
-
"right": {
|
|
1304
|
-
"type": "identifier",
|
|
1305
|
-
"name": "CSSProperties"
|
|
1306
|
-
}
|
|
1307
|
-
}
|
|
1505
|
+
"type": "keyword",
|
|
1506
|
+
"value": "string"
|
|
1308
1507
|
},
|
|
1309
1508
|
"optional": true,
|
|
1310
1509
|
"computed": false
|
|
@@ -1313,156 +1512,78 @@
|
|
|
1313
1512
|
"type": "propertySignature",
|
|
1314
1513
|
"key": {
|
|
1315
1514
|
"type": "identifier",
|
|
1316
|
-
"name": "
|
|
1515
|
+
"name": "value"
|
|
1317
1516
|
},
|
|
1318
1517
|
"annotation": {
|
|
1319
1518
|
"type": "keyword",
|
|
1320
|
-
"value": "
|
|
1519
|
+
"value": "any"
|
|
1321
1520
|
},
|
|
1322
|
-
"optional": true,
|
|
1323
1521
|
"computed": false
|
|
1324
|
-
}
|
|
1522
|
+
}
|
|
1523
|
+
]
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
"type": "interface",
|
|
1527
|
+
"name": "OptionGroup",
|
|
1528
|
+
"body": [
|
|
1325
1529
|
{
|
|
1326
1530
|
"type": "propertySignature",
|
|
1327
1531
|
"key": {
|
|
1328
1532
|
"type": "identifier",
|
|
1329
|
-
"name": "
|
|
1533
|
+
"name": "label"
|
|
1330
1534
|
},
|
|
1331
1535
|
"annotation": {
|
|
1332
1536
|
"type": "keyword",
|
|
1333
1537
|
"value": "string"
|
|
1334
1538
|
},
|
|
1335
|
-
"optional": true,
|
|
1336
1539
|
"computed": false
|
|
1337
1540
|
},
|
|
1338
1541
|
{
|
|
1339
|
-
"type": "
|
|
1340
|
-
"
|
|
1542
|
+
"type": "propertySignature",
|
|
1543
|
+
"key": {
|
|
1341
1544
|
"type": "identifier",
|
|
1342
|
-
"name": "
|
|
1343
|
-
"annotation": {
|
|
1344
|
-
"type": "keyword",
|
|
1345
|
-
"value": "string"
|
|
1346
|
-
}
|
|
1545
|
+
"name": "options"
|
|
1347
1546
|
},
|
|
1348
1547
|
"annotation": {
|
|
1349
|
-
"type": "
|
|
1350
|
-
"
|
|
1351
|
-
|
|
1548
|
+
"type": "array",
|
|
1549
|
+
"elementType": {
|
|
1550
|
+
"type": "reference",
|
|
1551
|
+
"typeName": {
|
|
1552
|
+
"type": "identifier",
|
|
1553
|
+
"name": "Option"
|
|
1554
|
+
}
|
|
1555
|
+
}
|
|
1556
|
+
},
|
|
1557
|
+
"computed": false
|
|
1352
1558
|
}
|
|
1353
1559
|
]
|
|
1354
|
-
},
|
|
1355
|
-
{
|
|
1356
|
-
"type": "typeAlias",
|
|
1357
|
-
"name": "CheckboxType",
|
|
1358
|
-
"annotation": {
|
|
1359
|
-
"type": "union",
|
|
1360
|
-
"types": [
|
|
1361
|
-
{
|
|
1362
|
-
"type": "jsLiteral",
|
|
1363
|
-
"value": "default"
|
|
1364
|
-
},
|
|
1365
|
-
{
|
|
1366
|
-
"type": "jsLiteral",
|
|
1367
|
-
"value": "icon"
|
|
1368
|
-
}
|
|
1369
|
-
]
|
|
1370
|
-
}
|
|
1371
1560
|
}
|
|
1372
1561
|
]
|
|
1373
1562
|
},
|
|
1374
|
-
"eo-
|
|
1563
|
+
"eo-form": {
|
|
1375
1564
|
"properties": [
|
|
1376
1565
|
{
|
|
1377
|
-
"name": "
|
|
1378
|
-
"annotation": {
|
|
1379
|
-
"type": "keyword",
|
|
1380
|
-
"value": "string"
|
|
1381
|
-
}
|
|
1382
|
-
},
|
|
1383
|
-
{
|
|
1384
|
-
"name": "placeholder",
|
|
1385
|
-
"annotation": {
|
|
1386
|
-
"type": "keyword",
|
|
1387
|
-
"value": "string"
|
|
1388
|
-
}
|
|
1389
|
-
},
|
|
1390
|
-
{
|
|
1391
|
-
"name": "autoFocus",
|
|
1392
|
-
"annotation": {
|
|
1393
|
-
"type": "keyword",
|
|
1394
|
-
"value": "boolean"
|
|
1395
|
-
}
|
|
1396
|
-
},
|
|
1397
|
-
{
|
|
1398
|
-
"name": "clearable",
|
|
1399
|
-
"annotation": {
|
|
1400
|
-
"type": "keyword",
|
|
1401
|
-
"value": "boolean"
|
|
1402
|
-
}
|
|
1403
|
-
},
|
|
1404
|
-
{
|
|
1405
|
-
"name": "trim",
|
|
1406
|
-
"annotation": {
|
|
1407
|
-
"type": "keyword",
|
|
1408
|
-
"value": "boolean"
|
|
1409
|
-
}
|
|
1410
|
-
},
|
|
1411
|
-
{
|
|
1412
|
-
"name": "debounceTime",
|
|
1566
|
+
"name": "layout",
|
|
1413
1567
|
"annotation": {
|
|
1414
|
-
"type": "
|
|
1415
|
-
"
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
],
|
|
1419
|
-
"events": [
|
|
1420
|
-
{
|
|
1421
|
-
"name": "change",
|
|
1422
|
-
"detail": {
|
|
1423
|
-
"annotation": {
|
|
1424
|
-
"type": "keyword",
|
|
1425
|
-
"value": "string"
|
|
1426
|
-
}
|
|
1427
|
-
}
|
|
1428
|
-
},
|
|
1429
|
-
{
|
|
1430
|
-
"name": "search",
|
|
1431
|
-
"detail": {
|
|
1432
|
-
"annotation": {
|
|
1433
|
-
"type": "keyword",
|
|
1434
|
-
"value": "string"
|
|
1568
|
+
"type": "reference",
|
|
1569
|
+
"typeName": {
|
|
1570
|
+
"type": "identifier",
|
|
1571
|
+
"name": "Layout"
|
|
1435
1572
|
}
|
|
1436
1573
|
}
|
|
1437
|
-
}
|
|
1438
|
-
],
|
|
1439
|
-
"methods": []
|
|
1440
|
-
},
|
|
1441
|
-
"eo-auto-complete": {
|
|
1442
|
-
"properties": [
|
|
1443
|
-
{
|
|
1444
|
-
"name": "name",
|
|
1445
|
-
"annotation": {
|
|
1446
|
-
"type": "keyword",
|
|
1447
|
-
"value": "string"
|
|
1448
|
-
}
|
|
1449
|
-
},
|
|
1450
|
-
{
|
|
1451
|
-
"name": "placeholder",
|
|
1452
|
-
"annotation": {
|
|
1453
|
-
"type": "keyword",
|
|
1454
|
-
"value": "string"
|
|
1455
|
-
}
|
|
1456
1574
|
},
|
|
1457
1575
|
{
|
|
1458
|
-
"name": "
|
|
1576
|
+
"name": "size",
|
|
1459
1577
|
"annotation": {
|
|
1460
|
-
"type": "
|
|
1461
|
-
"
|
|
1578
|
+
"type": "reference",
|
|
1579
|
+
"typeName": {
|
|
1580
|
+
"type": "identifier",
|
|
1581
|
+
"name": "ComponentSize"
|
|
1582
|
+
}
|
|
1462
1583
|
}
|
|
1463
1584
|
},
|
|
1464
1585
|
{
|
|
1465
|
-
"name": "
|
|
1586
|
+
"name": "formStyle",
|
|
1466
1587
|
"annotation": {
|
|
1467
1588
|
"type": "reference",
|
|
1468
1589
|
"typeName": {
|
|
@@ -1477,77 +1598,65 @@
|
|
|
1477
1598
|
}
|
|
1478
1599
|
}
|
|
1479
1600
|
}
|
|
1480
|
-
}
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
"annotation": {
|
|
1484
|
-
"type": "keyword",
|
|
1485
|
-
"value": "boolean"
|
|
1486
|
-
}
|
|
1487
|
-
},
|
|
1488
|
-
{
|
|
1489
|
-
"name": "required",
|
|
1490
|
-
"annotation": {
|
|
1491
|
-
"type": "keyword",
|
|
1492
|
-
"value": "boolean"
|
|
1493
|
-
}
|
|
1494
|
-
},
|
|
1601
|
+
}
|
|
1602
|
+
],
|
|
1603
|
+
"events": [
|
|
1495
1604
|
{
|
|
1496
|
-
"name": "
|
|
1497
|
-
"
|
|
1498
|
-
"
|
|
1499
|
-
|
|
1605
|
+
"name": "values.change",
|
|
1606
|
+
"detail": {
|
|
1607
|
+
"annotation": {
|
|
1608
|
+
"type": "reference",
|
|
1609
|
+
"typeName": {
|
|
1610
|
+
"type": "identifier",
|
|
1611
|
+
"name": "Record"
|
|
1612
|
+
},
|
|
1613
|
+
"typeParameters": {
|
|
1614
|
+
"type": "typeParameterInstantiation",
|
|
1615
|
+
"params": [
|
|
1616
|
+
{
|
|
1617
|
+
"type": "keyword",
|
|
1618
|
+
"value": "string"
|
|
1619
|
+
},
|
|
1620
|
+
{
|
|
1621
|
+
"type": "keyword",
|
|
1622
|
+
"value": "unknown"
|
|
1623
|
+
}
|
|
1624
|
+
]
|
|
1625
|
+
}
|
|
1626
|
+
}
|
|
1500
1627
|
}
|
|
1501
1628
|
},
|
|
1502
1629
|
{
|
|
1503
|
-
"name": "
|
|
1504
|
-
"
|
|
1505
|
-
"
|
|
1506
|
-
|
|
1507
|
-
{
|
|
1508
|
-
"type": "
|
|
1509
|
-
"
|
|
1510
|
-
"type": "keyword",
|
|
1511
|
-
"value": "string"
|
|
1512
|
-
}
|
|
1630
|
+
"name": "validate.success",
|
|
1631
|
+
"detail": {
|
|
1632
|
+
"annotation": {
|
|
1633
|
+
"type": "reference",
|
|
1634
|
+
"typeName": {
|
|
1635
|
+
"type": "identifier",
|
|
1636
|
+
"name": "Record"
|
|
1513
1637
|
},
|
|
1514
|
-
{
|
|
1515
|
-
"type": "
|
|
1516
|
-
"
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
"
|
|
1520
|
-
|
|
1638
|
+
"typeParameters": {
|
|
1639
|
+
"type": "typeParameterInstantiation",
|
|
1640
|
+
"params": [
|
|
1641
|
+
{
|
|
1642
|
+
"type": "keyword",
|
|
1643
|
+
"value": "string"
|
|
1644
|
+
},
|
|
1645
|
+
{
|
|
1646
|
+
"type": "keyword",
|
|
1647
|
+
"value": "unknown"
|
|
1521
1648
|
}
|
|
1522
|
-
|
|
1649
|
+
]
|
|
1523
1650
|
}
|
|
1524
|
-
|
|
1525
|
-
}
|
|
1526
|
-
},
|
|
1527
|
-
{
|
|
1528
|
-
"name": "filterByCaption",
|
|
1529
|
-
"annotation": {
|
|
1530
|
-
"type": "keyword",
|
|
1531
|
-
"value": "boolean"
|
|
1651
|
+
}
|
|
1532
1652
|
}
|
|
1533
1653
|
},
|
|
1534
1654
|
{
|
|
1535
|
-
"name": "
|
|
1536
|
-
"
|
|
1537
|
-
"type": "parenthesizedType",
|
|
1655
|
+
"name": "validate.error",
|
|
1656
|
+
"detail": {
|
|
1538
1657
|
"annotation": {
|
|
1539
|
-
"type": "
|
|
1540
|
-
"
|
|
1541
|
-
{
|
|
1542
|
-
"type": "identifier",
|
|
1543
|
-
"name": "value",
|
|
1544
|
-
"annotation": {
|
|
1545
|
-
"type": "keyword",
|
|
1546
|
-
"value": "any"
|
|
1547
|
-
}
|
|
1548
|
-
}
|
|
1549
|
-
],
|
|
1550
|
-
"annotation": {
|
|
1658
|
+
"type": "array",
|
|
1659
|
+
"elementType": {
|
|
1551
1660
|
"type": "reference",
|
|
1552
1661
|
"typeName": {
|
|
1553
1662
|
"type": "identifier",
|
|
@@ -1556,152 +1665,164 @@
|
|
|
1556
1665
|
}
|
|
1557
1666
|
}
|
|
1558
1667
|
}
|
|
1559
|
-
}
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
"annotation": {
|
|
1563
|
-
"type": "keyword",
|
|
1564
|
-
"value": "string"
|
|
1565
|
-
}
|
|
1566
|
-
},
|
|
1668
|
+
}
|
|
1669
|
+
],
|
|
1670
|
+
"methods": [
|
|
1567
1671
|
{
|
|
1568
|
-
"name": "
|
|
1569
|
-
"
|
|
1570
|
-
|
|
1571
|
-
"
|
|
1572
|
-
"type": "
|
|
1573
|
-
"
|
|
1574
|
-
},
|
|
1575
|
-
"typeParameters": {
|
|
1576
|
-
"type": "typeParameterInstantiation",
|
|
1577
|
-
"params": [
|
|
1672
|
+
"name": "validate",
|
|
1673
|
+
"params": [],
|
|
1674
|
+
"returns": {
|
|
1675
|
+
"annotation": {
|
|
1676
|
+
"type": "union",
|
|
1677
|
+
"types": [
|
|
1578
1678
|
{
|
|
1579
1679
|
"type": "keyword",
|
|
1580
|
-
"value": "
|
|
1680
|
+
"value": "boolean"
|
|
1581
1681
|
},
|
|
1582
1682
|
{
|
|
1583
|
-
"type": "
|
|
1584
|
-
"
|
|
1683
|
+
"type": "reference",
|
|
1684
|
+
"typeName": {
|
|
1685
|
+
"type": "identifier",
|
|
1686
|
+
"name": "Record"
|
|
1687
|
+
},
|
|
1688
|
+
"typeParameters": {
|
|
1689
|
+
"type": "typeParameterInstantiation",
|
|
1690
|
+
"params": [
|
|
1691
|
+
{
|
|
1692
|
+
"type": "keyword",
|
|
1693
|
+
"value": "string"
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"type": "keyword",
|
|
1697
|
+
"value": "unknown"
|
|
1698
|
+
}
|
|
1699
|
+
]
|
|
1700
|
+
}
|
|
1585
1701
|
}
|
|
1586
1702
|
]
|
|
1587
1703
|
}
|
|
1588
1704
|
}
|
|
1589
|
-
}
|
|
1590
|
-
],
|
|
1591
|
-
"events": [
|
|
1592
|
-
{
|
|
1593
|
-
"name": "change",
|
|
1594
|
-
"detail": {
|
|
1595
|
-
"annotation": {
|
|
1596
|
-
"type": "keyword",
|
|
1597
|
-
"value": "string"
|
|
1598
|
-
}
|
|
1599
|
-
}
|
|
1600
|
-
}
|
|
1601
|
-
],
|
|
1602
|
-
"methods": [],
|
|
1603
|
-
"types": [
|
|
1705
|
+
},
|
|
1604
1706
|
{
|
|
1605
|
-
"
|
|
1606
|
-
"
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
{
|
|
1611
|
-
"type": "reference",
|
|
1612
|
-
"typeName": {
|
|
1613
|
-
"type": "identifier",
|
|
1614
|
-
"name": "Option"
|
|
1615
|
-
}
|
|
1616
|
-
},
|
|
1617
|
-
{
|
|
1707
|
+
"name": "setInitValue",
|
|
1708
|
+
"params": [
|
|
1709
|
+
{
|
|
1710
|
+
"name": "values",
|
|
1711
|
+
"annotation": {
|
|
1618
1712
|
"type": "reference",
|
|
1619
1713
|
"typeName": {
|
|
1620
1714
|
"type": "identifier",
|
|
1621
|
-
"name": "
|
|
1715
|
+
"name": "Record"
|
|
1716
|
+
},
|
|
1717
|
+
"typeParameters": {
|
|
1718
|
+
"type": "typeParameterInstantiation",
|
|
1719
|
+
"params": [
|
|
1720
|
+
{
|
|
1721
|
+
"type": "keyword",
|
|
1722
|
+
"value": "string"
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
"type": "keyword",
|
|
1726
|
+
"value": "unknown"
|
|
1727
|
+
}
|
|
1728
|
+
]
|
|
1622
1729
|
}
|
|
1623
1730
|
}
|
|
1624
|
-
|
|
1625
|
-
|
|
1731
|
+
}
|
|
1732
|
+
],
|
|
1733
|
+
"returns": {}
|
|
1626
1734
|
},
|
|
1627
1735
|
{
|
|
1628
|
-
"
|
|
1629
|
-
"
|
|
1630
|
-
"body": [
|
|
1736
|
+
"name": "resetFields",
|
|
1737
|
+
"params": [
|
|
1631
1738
|
{
|
|
1632
|
-
"
|
|
1633
|
-
"key": {
|
|
1634
|
-
"type": "identifier",
|
|
1635
|
-
"name": "label"
|
|
1636
|
-
},
|
|
1739
|
+
"name": "name",
|
|
1637
1740
|
"annotation": {
|
|
1638
1741
|
"type": "keyword",
|
|
1639
1742
|
"value": "string"
|
|
1640
|
-
}
|
|
1641
|
-
|
|
1642
|
-
|
|
1743
|
+
}
|
|
1744
|
+
}
|
|
1745
|
+
],
|
|
1746
|
+
"returns": {}
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"name": "getFieldsValue",
|
|
1750
|
+
"params": [
|
|
1643
1751
|
{
|
|
1644
|
-
"
|
|
1645
|
-
"key": {
|
|
1646
|
-
"type": "identifier",
|
|
1647
|
-
"name": "caption"
|
|
1648
|
-
},
|
|
1752
|
+
"name": "name",
|
|
1649
1753
|
"annotation": {
|
|
1650
1754
|
"type": "keyword",
|
|
1651
1755
|
"value": "string"
|
|
1652
|
-
}
|
|
1653
|
-
"optional": true,
|
|
1654
|
-
"computed": false
|
|
1655
|
-
},
|
|
1656
|
-
{
|
|
1657
|
-
"type": "propertySignature",
|
|
1658
|
-
"key": {
|
|
1659
|
-
"type": "identifier",
|
|
1660
|
-
"name": "value"
|
|
1661
|
-
},
|
|
1662
|
-
"annotation": {
|
|
1663
|
-
"type": "keyword",
|
|
1664
|
-
"value": "any"
|
|
1665
|
-
},
|
|
1666
|
-
"computed": false
|
|
1756
|
+
}
|
|
1667
1757
|
}
|
|
1668
|
-
]
|
|
1758
|
+
],
|
|
1759
|
+
"returns": {}
|
|
1669
1760
|
},
|
|
1670
1761
|
{
|
|
1671
|
-
"
|
|
1672
|
-
"
|
|
1673
|
-
"body": [
|
|
1762
|
+
"name": "validateField",
|
|
1763
|
+
"params": [
|
|
1674
1764
|
{
|
|
1675
|
-
"
|
|
1676
|
-
"key": {
|
|
1677
|
-
"type": "identifier",
|
|
1678
|
-
"name": "label"
|
|
1679
|
-
},
|
|
1765
|
+
"name": "name",
|
|
1680
1766
|
"annotation": {
|
|
1681
1767
|
"type": "keyword",
|
|
1682
1768
|
"value": "string"
|
|
1769
|
+
}
|
|
1770
|
+
}
|
|
1771
|
+
],
|
|
1772
|
+
"returns": {}
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"name": "resetValidateState",
|
|
1776
|
+
"params": [],
|
|
1777
|
+
"returns": {}
|
|
1778
|
+
}
|
|
1779
|
+
],
|
|
1780
|
+
"types": [
|
|
1781
|
+
{
|
|
1782
|
+
"type": "typeAlias",
|
|
1783
|
+
"name": "Layout",
|
|
1784
|
+
"annotation": {
|
|
1785
|
+
"type": "union",
|
|
1786
|
+
"types": [
|
|
1787
|
+
{
|
|
1788
|
+
"type": "jsLiteral",
|
|
1789
|
+
"value": "horizontal"
|
|
1683
1790
|
},
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
"type": "propertySignature",
|
|
1688
|
-
"key": {
|
|
1689
|
-
"type": "identifier",
|
|
1690
|
-
"name": "options"
|
|
1791
|
+
{
|
|
1792
|
+
"type": "jsLiteral",
|
|
1793
|
+
"value": "vertical"
|
|
1691
1794
|
},
|
|
1692
|
-
|
|
1693
|
-
"type": "
|
|
1694
|
-
"
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1795
|
+
{
|
|
1796
|
+
"type": "jsLiteral",
|
|
1797
|
+
"value": "inline"
|
|
1798
|
+
}
|
|
1799
|
+
]
|
|
1800
|
+
}
|
|
1801
|
+
},
|
|
1802
|
+
{
|
|
1803
|
+
"type": "typeAlias",
|
|
1804
|
+
"name": "ComponentSize",
|
|
1805
|
+
"annotation": {
|
|
1806
|
+
"type": "union",
|
|
1807
|
+
"types": [
|
|
1808
|
+
{
|
|
1809
|
+
"type": "jsLiteral",
|
|
1810
|
+
"value": "large"
|
|
1701
1811
|
},
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1812
|
+
{
|
|
1813
|
+
"type": "jsLiteral",
|
|
1814
|
+
"value": "medium"
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
"type": "jsLiteral",
|
|
1818
|
+
"value": "small"
|
|
1819
|
+
},
|
|
1820
|
+
{
|
|
1821
|
+
"type": "jsLiteral",
|
|
1822
|
+
"value": "xs"
|
|
1823
|
+
}
|
|
1824
|
+
]
|
|
1825
|
+
}
|
|
1705
1826
|
}
|
|
1706
1827
|
]
|
|
1707
1828
|
},
|
|
@@ -2312,131 +2433,6 @@
|
|
|
2312
2433
|
}
|
|
2313
2434
|
]
|
|
2314
2435
|
},
|
|
2315
|
-
"eo-icon-select": {
|
|
2316
|
-
"properties": [
|
|
2317
|
-
{
|
|
2318
|
-
"name": "name",
|
|
2319
|
-
"annotation": {
|
|
2320
|
-
"type": "keyword",
|
|
2321
|
-
"value": "string"
|
|
2322
|
-
}
|
|
2323
|
-
},
|
|
2324
|
-
{
|
|
2325
|
-
"name": "label",
|
|
2326
|
-
"annotation": {
|
|
2327
|
-
"type": "keyword",
|
|
2328
|
-
"value": "string"
|
|
2329
|
-
}
|
|
2330
|
-
},
|
|
2331
|
-
{
|
|
2332
|
-
"name": "value",
|
|
2333
|
-
"annotation": {
|
|
2334
|
-
"type": "reference",
|
|
2335
|
-
"typeName": {
|
|
2336
|
-
"type": "identifier",
|
|
2337
|
-
"name": "Icon"
|
|
2338
|
-
}
|
|
2339
|
-
}
|
|
2340
|
-
},
|
|
2341
|
-
{
|
|
2342
|
-
"name": "disabled",
|
|
2343
|
-
"annotation": {
|
|
2344
|
-
"type": "keyword",
|
|
2345
|
-
"value": "boolean"
|
|
2346
|
-
}
|
|
2347
|
-
},
|
|
2348
|
-
{
|
|
2349
|
-
"name": "required",
|
|
2350
|
-
"annotation": {
|
|
2351
|
-
"type": "keyword",
|
|
2352
|
-
"value": "boolean"
|
|
2353
|
-
}
|
|
2354
|
-
},
|
|
2355
|
-
{
|
|
2356
|
-
"name": "message",
|
|
2357
|
-
"annotation": {
|
|
2358
|
-
"type": "reference",
|
|
2359
|
-
"typeName": {
|
|
2360
|
-
"type": "identifier",
|
|
2361
|
-
"name": "Record"
|
|
2362
|
-
},
|
|
2363
|
-
"typeParameters": {
|
|
2364
|
-
"type": "typeParameterInstantiation",
|
|
2365
|
-
"params": [
|
|
2366
|
-
{
|
|
2367
|
-
"type": "keyword",
|
|
2368
|
-
"value": "string"
|
|
2369
|
-
},
|
|
2370
|
-
{
|
|
2371
|
-
"type": "keyword",
|
|
2372
|
-
"value": "string"
|
|
2373
|
-
}
|
|
2374
|
-
]
|
|
2375
|
-
}
|
|
2376
|
-
}
|
|
2377
|
-
}
|
|
2378
|
-
],
|
|
2379
|
-
"events": [
|
|
2380
|
-
{
|
|
2381
|
-
"name": "change",
|
|
2382
|
-
"detail": {
|
|
2383
|
-
"annotation": {
|
|
2384
|
-
"type": "union",
|
|
2385
|
-
"types": [
|
|
2386
|
-
{
|
|
2387
|
-
"type": "reference",
|
|
2388
|
-
"typeName": {
|
|
2389
|
-
"type": "identifier",
|
|
2390
|
-
"name": "Icon"
|
|
2391
|
-
}
|
|
2392
|
-
},
|
|
2393
|
-
{
|
|
2394
|
-
"type": "keyword",
|
|
2395
|
-
"value": "undefined"
|
|
2396
|
-
}
|
|
2397
|
-
]
|
|
2398
|
-
}
|
|
2399
|
-
}
|
|
2400
|
-
}
|
|
2401
|
-
],
|
|
2402
|
-
"methods": [],
|
|
2403
|
-
"types": [
|
|
2404
|
-
{
|
|
2405
|
-
"type": "typeAlias",
|
|
2406
|
-
"name": "Icon",
|
|
2407
|
-
"annotation": {
|
|
2408
|
-
"type": "intersection",
|
|
2409
|
-
"types": [
|
|
2410
|
-
{
|
|
2411
|
-
"type": "reference",
|
|
2412
|
-
"typeName": {
|
|
2413
|
-
"type": "identifier",
|
|
2414
|
-
"name": "GeneralIconProps"
|
|
2415
|
-
}
|
|
2416
|
-
},
|
|
2417
|
-
{
|
|
2418
|
-
"type": "typeLiteral",
|
|
2419
|
-
"members": [
|
|
2420
|
-
{
|
|
2421
|
-
"type": "propertySignature",
|
|
2422
|
-
"key": {
|
|
2423
|
-
"type": "identifier",
|
|
2424
|
-
"name": "color"
|
|
2425
|
-
},
|
|
2426
|
-
"annotation": {
|
|
2427
|
-
"type": "keyword",
|
|
2428
|
-
"value": "string"
|
|
2429
|
-
},
|
|
2430
|
-
"optional": true,
|
|
2431
|
-
"computed": false
|
|
2432
|
-
}
|
|
2433
|
-
]
|
|
2434
|
-
}
|
|
2435
|
-
]
|
|
2436
|
-
}
|
|
2437
|
-
}
|
|
2438
|
-
]
|
|
2439
|
-
},
|
|
2440
2436
|
"eo-upload-file": {
|
|
2441
2437
|
"properties": [
|
|
2442
2438
|
{
|
|
@@ -2764,6 +2760,131 @@
|
|
|
2764
2760
|
}
|
|
2765
2761
|
]
|
|
2766
2762
|
},
|
|
2763
|
+
"eo-icon-select": {
|
|
2764
|
+
"properties": [
|
|
2765
|
+
{
|
|
2766
|
+
"name": "name",
|
|
2767
|
+
"annotation": {
|
|
2768
|
+
"type": "keyword",
|
|
2769
|
+
"value": "string"
|
|
2770
|
+
}
|
|
2771
|
+
},
|
|
2772
|
+
{
|
|
2773
|
+
"name": "label",
|
|
2774
|
+
"annotation": {
|
|
2775
|
+
"type": "keyword",
|
|
2776
|
+
"value": "string"
|
|
2777
|
+
}
|
|
2778
|
+
},
|
|
2779
|
+
{
|
|
2780
|
+
"name": "value",
|
|
2781
|
+
"annotation": {
|
|
2782
|
+
"type": "reference",
|
|
2783
|
+
"typeName": {
|
|
2784
|
+
"type": "identifier",
|
|
2785
|
+
"name": "Icon"
|
|
2786
|
+
}
|
|
2787
|
+
}
|
|
2788
|
+
},
|
|
2789
|
+
{
|
|
2790
|
+
"name": "disabled",
|
|
2791
|
+
"annotation": {
|
|
2792
|
+
"type": "keyword",
|
|
2793
|
+
"value": "boolean"
|
|
2794
|
+
}
|
|
2795
|
+
},
|
|
2796
|
+
{
|
|
2797
|
+
"name": "required",
|
|
2798
|
+
"annotation": {
|
|
2799
|
+
"type": "keyword",
|
|
2800
|
+
"value": "boolean"
|
|
2801
|
+
}
|
|
2802
|
+
},
|
|
2803
|
+
{
|
|
2804
|
+
"name": "message",
|
|
2805
|
+
"annotation": {
|
|
2806
|
+
"type": "reference",
|
|
2807
|
+
"typeName": {
|
|
2808
|
+
"type": "identifier",
|
|
2809
|
+
"name": "Record"
|
|
2810
|
+
},
|
|
2811
|
+
"typeParameters": {
|
|
2812
|
+
"type": "typeParameterInstantiation",
|
|
2813
|
+
"params": [
|
|
2814
|
+
{
|
|
2815
|
+
"type": "keyword",
|
|
2816
|
+
"value": "string"
|
|
2817
|
+
},
|
|
2818
|
+
{
|
|
2819
|
+
"type": "keyword",
|
|
2820
|
+
"value": "string"
|
|
2821
|
+
}
|
|
2822
|
+
]
|
|
2823
|
+
}
|
|
2824
|
+
}
|
|
2825
|
+
}
|
|
2826
|
+
],
|
|
2827
|
+
"events": [
|
|
2828
|
+
{
|
|
2829
|
+
"name": "change",
|
|
2830
|
+
"detail": {
|
|
2831
|
+
"annotation": {
|
|
2832
|
+
"type": "union",
|
|
2833
|
+
"types": [
|
|
2834
|
+
{
|
|
2835
|
+
"type": "reference",
|
|
2836
|
+
"typeName": {
|
|
2837
|
+
"type": "identifier",
|
|
2838
|
+
"name": "Icon"
|
|
2839
|
+
}
|
|
2840
|
+
},
|
|
2841
|
+
{
|
|
2842
|
+
"type": "keyword",
|
|
2843
|
+
"value": "undefined"
|
|
2844
|
+
}
|
|
2845
|
+
]
|
|
2846
|
+
}
|
|
2847
|
+
}
|
|
2848
|
+
}
|
|
2849
|
+
],
|
|
2850
|
+
"methods": [],
|
|
2851
|
+
"types": [
|
|
2852
|
+
{
|
|
2853
|
+
"type": "typeAlias",
|
|
2854
|
+
"name": "Icon",
|
|
2855
|
+
"annotation": {
|
|
2856
|
+
"type": "intersection",
|
|
2857
|
+
"types": [
|
|
2858
|
+
{
|
|
2859
|
+
"type": "reference",
|
|
2860
|
+
"typeName": {
|
|
2861
|
+
"type": "identifier",
|
|
2862
|
+
"name": "GeneralIconProps"
|
|
2863
|
+
}
|
|
2864
|
+
},
|
|
2865
|
+
{
|
|
2866
|
+
"type": "typeLiteral",
|
|
2867
|
+
"members": [
|
|
2868
|
+
{
|
|
2869
|
+
"type": "propertySignature",
|
|
2870
|
+
"key": {
|
|
2871
|
+
"type": "identifier",
|
|
2872
|
+
"name": "color"
|
|
2873
|
+
},
|
|
2874
|
+
"annotation": {
|
|
2875
|
+
"type": "keyword",
|
|
2876
|
+
"value": "string"
|
|
2877
|
+
},
|
|
2878
|
+
"optional": true,
|
|
2879
|
+
"computed": false
|
|
2880
|
+
}
|
|
2881
|
+
]
|
|
2882
|
+
}
|
|
2883
|
+
]
|
|
2884
|
+
}
|
|
2885
|
+
}
|
|
2886
|
+
]
|
|
2887
|
+
},
|
|
2767
2888
|
"eo-radio": {
|
|
2768
2889
|
"properties": [
|
|
2769
2890
|
{
|