@next-bricks/form 1.21.6 → 1.21.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +53 -53
- package/dist/chunks/9949.753e2720.js +3 -0
- package/dist/chunks/9949.753e2720.js.map +1 -0
- package/dist/chunks/{eo-select.78631f61.js → eo-select.9c05c45b.js} +3 -3
- package/dist/chunks/eo-select.9c05c45b.js.map +1 -0
- package/dist/chunks/{main.bf48d81e.js → main.87225246.js} +2 -2
- package/dist/chunks/{main.bf48d81e.js.map → main.87225246.js.map} +1 -1
- package/dist/examples.json +15 -15
- package/dist/{index.16245117.js → index.6bd92494.js} +2 -2
- package/dist/{index.16245117.js.map → index.6bd92494.js.map} +1 -1
- package/dist/manifest.json +514 -514
- package/dist/types.json +1128 -1128
- package/package.json +2 -2
- package/dist/chunks/9949.e2b33c07.js +0 -3
- package/dist/chunks/9949.e2b33c07.js.map +0 -1
- package/dist/chunks/eo-select.78631f61.js.map +0 -1
- /package/dist/chunks/{9949.e2b33c07.js.LICENSE.txt → 9949.753e2720.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-select.78631f61.js.LICENSE.txt → eo-select.9c05c45b.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,224 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"eo-textarea": {
|
|
3
|
-
"properties": [
|
|
4
|
-
{
|
|
5
|
-
"name": "name",
|
|
6
|
-
"annotation": {
|
|
7
|
-
"type": "keyword",
|
|
8
|
-
"value": "string"
|
|
9
|
-
}
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"name": "label",
|
|
13
|
-
"annotation": {
|
|
14
|
-
"type": "keyword",
|
|
15
|
-
"value": "string"
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "value",
|
|
20
|
-
"annotation": {
|
|
21
|
-
"type": "keyword",
|
|
22
|
-
"value": "string"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"name": "placeholder",
|
|
27
|
-
"annotation": {
|
|
28
|
-
"type": "keyword",
|
|
29
|
-
"value": "string"
|
|
30
|
-
}
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"name": "disabled",
|
|
34
|
-
"annotation": {
|
|
35
|
-
"type": "keyword",
|
|
36
|
-
"value": "boolean"
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"name": "minLength",
|
|
41
|
-
"annotation": {
|
|
42
|
-
"type": "keyword",
|
|
43
|
-
"value": "number"
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"name": "maxLength",
|
|
48
|
-
"annotation": {
|
|
49
|
-
"type": "keyword",
|
|
50
|
-
"value": "number"
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"name": "autoSize",
|
|
55
|
-
"annotation": {
|
|
56
|
-
"type": "reference",
|
|
57
|
-
"typeName": {
|
|
58
|
-
"type": "identifier",
|
|
59
|
-
"name": "AutoSize"
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"name": "required",
|
|
65
|
-
"annotation": {
|
|
66
|
-
"type": "keyword",
|
|
67
|
-
"value": "boolean"
|
|
68
|
-
}
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"name": "max",
|
|
72
|
-
"annotation": {
|
|
73
|
-
"type": "keyword",
|
|
74
|
-
"value": "number"
|
|
75
|
-
}
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"name": "min",
|
|
79
|
-
"annotation": {
|
|
80
|
-
"type": "keyword",
|
|
81
|
-
"value": "number"
|
|
82
|
-
}
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"name": "message",
|
|
86
|
-
"annotation": {
|
|
87
|
-
"type": "reference",
|
|
88
|
-
"typeName": {
|
|
89
|
-
"type": "identifier",
|
|
90
|
-
"name": "Record"
|
|
91
|
-
},
|
|
92
|
-
"typeParameters": {
|
|
93
|
-
"type": "typeParameterInstantiation",
|
|
94
|
-
"params": [
|
|
95
|
-
{
|
|
96
|
-
"type": "keyword",
|
|
97
|
-
"value": "string"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"type": "keyword",
|
|
101
|
-
"value": "string"
|
|
102
|
-
}
|
|
103
|
-
]
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"name": "textareaStyle",
|
|
109
|
-
"annotation": {
|
|
110
|
-
"type": "reference",
|
|
111
|
-
"typeName": {
|
|
112
|
-
"type": "qualifiedName",
|
|
113
|
-
"left": {
|
|
114
|
-
"type": "identifier",
|
|
115
|
-
"name": "React"
|
|
116
|
-
},
|
|
117
|
-
"right": {
|
|
118
|
-
"type": "identifier",
|
|
119
|
-
"name": "CSSProperties"
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"name": "variant",
|
|
126
|
-
"annotation": {
|
|
127
|
-
"type": "union",
|
|
128
|
-
"types": [
|
|
129
|
-
{
|
|
130
|
-
"type": "jsLiteral",
|
|
131
|
-
"value": "default"
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"type": "jsLiteral",
|
|
135
|
-
"value": "muted"
|
|
136
|
-
}
|
|
137
|
-
]
|
|
138
|
-
}
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"name": "themeVariant",
|
|
142
|
-
"annotation": {
|
|
143
|
-
"type": "union",
|
|
144
|
-
"types": [
|
|
145
|
-
{
|
|
146
|
-
"type": "jsLiteral",
|
|
147
|
-
"value": "default"
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"type": "jsLiteral",
|
|
151
|
-
"value": "elevo"
|
|
152
|
-
}
|
|
153
|
-
]
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
],
|
|
157
|
-
"events": [
|
|
158
|
-
{
|
|
159
|
-
"name": "change",
|
|
160
|
-
"detail": {
|
|
161
|
-
"annotation": {
|
|
162
|
-
"type": "keyword",
|
|
163
|
-
"value": "string"
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
],
|
|
168
|
-
"methods": [
|
|
169
|
-
{
|
|
170
|
-
"name": "focusTextarea",
|
|
171
|
-
"params": [],
|
|
172
|
-
"returns": {}
|
|
173
|
-
}
|
|
174
|
-
],
|
|
175
|
-
"types": [
|
|
176
|
-
{
|
|
177
|
-
"type": "typeAlias",
|
|
178
|
-
"name": "AutoSize",
|
|
179
|
-
"annotation": {
|
|
180
|
-
"type": "union",
|
|
181
|
-
"types": [
|
|
182
|
-
{
|
|
183
|
-
"type": "keyword",
|
|
184
|
-
"value": "boolean"
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
"type": "typeLiteral",
|
|
188
|
-
"members": [
|
|
189
|
-
{
|
|
190
|
-
"type": "propertySignature",
|
|
191
|
-
"key": {
|
|
192
|
-
"type": "identifier",
|
|
193
|
-
"name": "minRows"
|
|
194
|
-
},
|
|
195
|
-
"annotation": {
|
|
196
|
-
"type": "keyword",
|
|
197
|
-
"value": "number"
|
|
198
|
-
},
|
|
199
|
-
"optional": true,
|
|
200
|
-
"computed": false
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"type": "propertySignature",
|
|
204
|
-
"key": {
|
|
205
|
-
"type": "identifier",
|
|
206
|
-
"name": "maxRows"
|
|
207
|
-
},
|
|
208
|
-
"annotation": {
|
|
209
|
-
"type": "keyword",
|
|
210
|
-
"value": "number"
|
|
211
|
-
},
|
|
212
|
-
"optional": true,
|
|
213
|
-
"computed": false
|
|
214
|
-
}
|
|
215
|
-
]
|
|
216
|
-
}
|
|
217
|
-
]
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
]
|
|
221
|
-
},
|
|
222
2
|
"eo-submit-buttons": {
|
|
223
3
|
"properties": [
|
|
224
4
|
{
|
|
@@ -436,7 +216,7 @@
|
|
|
436
216
|
],
|
|
437
217
|
"methods": []
|
|
438
218
|
},
|
|
439
|
-
"eo-
|
|
219
|
+
"eo-textarea": {
|
|
440
220
|
"properties": [
|
|
441
221
|
{
|
|
442
222
|
"name": "name",
|
|
@@ -456,58 +236,278 @@
|
|
|
456
236
|
"name": "value",
|
|
457
237
|
"annotation": {
|
|
458
238
|
"type": "keyword",
|
|
459
|
-
"value": "
|
|
239
|
+
"value": "string"
|
|
460
240
|
}
|
|
461
241
|
},
|
|
462
242
|
{
|
|
463
|
-
"name": "
|
|
243
|
+
"name": "placeholder",
|
|
464
244
|
"annotation": {
|
|
465
245
|
"type": "keyword",
|
|
466
|
-
"value": "
|
|
246
|
+
"value": "string"
|
|
467
247
|
}
|
|
468
248
|
},
|
|
469
249
|
{
|
|
470
|
-
"name": "
|
|
250
|
+
"name": "disabled",
|
|
471
251
|
"annotation": {
|
|
472
|
-
"type": "
|
|
473
|
-
"
|
|
474
|
-
"type": "identifier",
|
|
475
|
-
"name": "ComponentSize"
|
|
476
|
-
}
|
|
252
|
+
"type": "keyword",
|
|
253
|
+
"value": "boolean"
|
|
477
254
|
}
|
|
478
255
|
},
|
|
479
256
|
{
|
|
480
|
-
"name": "
|
|
257
|
+
"name": "minLength",
|
|
481
258
|
"annotation": {
|
|
482
259
|
"type": "keyword",
|
|
483
|
-
"value": "
|
|
260
|
+
"value": "number"
|
|
484
261
|
}
|
|
485
262
|
},
|
|
486
263
|
{
|
|
487
|
-
"name": "
|
|
264
|
+
"name": "maxLength",
|
|
488
265
|
"annotation": {
|
|
489
266
|
"type": "keyword",
|
|
490
|
-
"value": "
|
|
267
|
+
"value": "number"
|
|
491
268
|
}
|
|
492
269
|
},
|
|
493
270
|
{
|
|
494
|
-
"name": "
|
|
271
|
+
"name": "autoSize",
|
|
495
272
|
"annotation": {
|
|
496
273
|
"type": "reference",
|
|
497
274
|
"typeName": {
|
|
498
275
|
"type": "identifier",
|
|
499
|
-
"name": "
|
|
276
|
+
"name": "AutoSize"
|
|
500
277
|
}
|
|
501
278
|
}
|
|
502
279
|
},
|
|
503
280
|
{
|
|
504
|
-
"name": "
|
|
281
|
+
"name": "required",
|
|
505
282
|
"annotation": {
|
|
506
|
-
"type": "
|
|
507
|
-
"
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
283
|
+
"type": "keyword",
|
|
284
|
+
"value": "boolean"
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"name": "max",
|
|
289
|
+
"annotation": {
|
|
290
|
+
"type": "keyword",
|
|
291
|
+
"value": "number"
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"name": "min",
|
|
296
|
+
"annotation": {
|
|
297
|
+
"type": "keyword",
|
|
298
|
+
"value": "number"
|
|
299
|
+
}
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"name": "message",
|
|
303
|
+
"annotation": {
|
|
304
|
+
"type": "reference",
|
|
305
|
+
"typeName": {
|
|
306
|
+
"type": "identifier",
|
|
307
|
+
"name": "Record"
|
|
308
|
+
},
|
|
309
|
+
"typeParameters": {
|
|
310
|
+
"type": "typeParameterInstantiation",
|
|
311
|
+
"params": [
|
|
312
|
+
{
|
|
313
|
+
"type": "keyword",
|
|
314
|
+
"value": "string"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"type": "keyword",
|
|
318
|
+
"value": "string"
|
|
319
|
+
}
|
|
320
|
+
]
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"name": "textareaStyle",
|
|
326
|
+
"annotation": {
|
|
327
|
+
"type": "reference",
|
|
328
|
+
"typeName": {
|
|
329
|
+
"type": "qualifiedName",
|
|
330
|
+
"left": {
|
|
331
|
+
"type": "identifier",
|
|
332
|
+
"name": "React"
|
|
333
|
+
},
|
|
334
|
+
"right": {
|
|
335
|
+
"type": "identifier",
|
|
336
|
+
"name": "CSSProperties"
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"name": "variant",
|
|
343
|
+
"annotation": {
|
|
344
|
+
"type": "union",
|
|
345
|
+
"types": [
|
|
346
|
+
{
|
|
347
|
+
"type": "jsLiteral",
|
|
348
|
+
"value": "default"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"type": "jsLiteral",
|
|
352
|
+
"value": "muted"
|
|
353
|
+
}
|
|
354
|
+
]
|
|
355
|
+
}
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"name": "themeVariant",
|
|
359
|
+
"annotation": {
|
|
360
|
+
"type": "union",
|
|
361
|
+
"types": [
|
|
362
|
+
{
|
|
363
|
+
"type": "jsLiteral",
|
|
364
|
+
"value": "default"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"type": "jsLiteral",
|
|
368
|
+
"value": "elevo"
|
|
369
|
+
}
|
|
370
|
+
]
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
],
|
|
374
|
+
"events": [
|
|
375
|
+
{
|
|
376
|
+
"name": "change",
|
|
377
|
+
"detail": {
|
|
378
|
+
"annotation": {
|
|
379
|
+
"type": "keyword",
|
|
380
|
+
"value": "string"
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
}
|
|
384
|
+
],
|
|
385
|
+
"methods": [
|
|
386
|
+
{
|
|
387
|
+
"name": "focusTextarea",
|
|
388
|
+
"params": [],
|
|
389
|
+
"returns": {}
|
|
390
|
+
}
|
|
391
|
+
],
|
|
392
|
+
"types": [
|
|
393
|
+
{
|
|
394
|
+
"type": "typeAlias",
|
|
395
|
+
"name": "AutoSize",
|
|
396
|
+
"annotation": {
|
|
397
|
+
"type": "union",
|
|
398
|
+
"types": [
|
|
399
|
+
{
|
|
400
|
+
"type": "keyword",
|
|
401
|
+
"value": "boolean"
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"type": "typeLiteral",
|
|
405
|
+
"members": [
|
|
406
|
+
{
|
|
407
|
+
"type": "propertySignature",
|
|
408
|
+
"key": {
|
|
409
|
+
"type": "identifier",
|
|
410
|
+
"name": "minRows"
|
|
411
|
+
},
|
|
412
|
+
"annotation": {
|
|
413
|
+
"type": "keyword",
|
|
414
|
+
"value": "number"
|
|
415
|
+
},
|
|
416
|
+
"optional": true,
|
|
417
|
+
"computed": false
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"type": "propertySignature",
|
|
421
|
+
"key": {
|
|
422
|
+
"type": "identifier",
|
|
423
|
+
"name": "maxRows"
|
|
424
|
+
},
|
|
425
|
+
"annotation": {
|
|
426
|
+
"type": "keyword",
|
|
427
|
+
"value": "number"
|
|
428
|
+
},
|
|
429
|
+
"optional": true,
|
|
430
|
+
"computed": false
|
|
431
|
+
}
|
|
432
|
+
]
|
|
433
|
+
}
|
|
434
|
+
]
|
|
435
|
+
}
|
|
436
|
+
}
|
|
437
|
+
]
|
|
438
|
+
},
|
|
439
|
+
"eo-switch": {
|
|
440
|
+
"properties": [
|
|
441
|
+
{
|
|
442
|
+
"name": "name",
|
|
443
|
+
"annotation": {
|
|
444
|
+
"type": "keyword",
|
|
445
|
+
"value": "string"
|
|
446
|
+
}
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"name": "label",
|
|
450
|
+
"annotation": {
|
|
451
|
+
"type": "keyword",
|
|
452
|
+
"value": "string"
|
|
453
|
+
}
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"name": "value",
|
|
457
|
+
"annotation": {
|
|
458
|
+
"type": "keyword",
|
|
459
|
+
"value": "boolean"
|
|
460
|
+
}
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"name": "disabled",
|
|
464
|
+
"annotation": {
|
|
465
|
+
"type": "keyword",
|
|
466
|
+
"value": "boolean"
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"name": "size",
|
|
471
|
+
"annotation": {
|
|
472
|
+
"type": "reference",
|
|
473
|
+
"typeName": {
|
|
474
|
+
"type": "identifier",
|
|
475
|
+
"name": "ComponentSize"
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"name": "checkedText",
|
|
481
|
+
"annotation": {
|
|
482
|
+
"type": "keyword",
|
|
483
|
+
"value": "string"
|
|
484
|
+
}
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"name": "unCheckedText",
|
|
488
|
+
"annotation": {
|
|
489
|
+
"type": "keyword",
|
|
490
|
+
"value": "string"
|
|
491
|
+
}
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"name": "checkedIcon",
|
|
495
|
+
"annotation": {
|
|
496
|
+
"type": "reference",
|
|
497
|
+
"typeName": {
|
|
498
|
+
"type": "identifier",
|
|
499
|
+
"name": "GeneralIconProps"
|
|
500
|
+
}
|
|
501
|
+
}
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"name": "unCheckedIcon",
|
|
505
|
+
"annotation": {
|
|
506
|
+
"type": "reference",
|
|
507
|
+
"typeName": {
|
|
508
|
+
"type": "identifier",
|
|
509
|
+
"name": "GeneralIconProps"
|
|
510
|
+
}
|
|
511
511
|
}
|
|
512
512
|
},
|
|
513
513
|
{
|
|
@@ -1876,7 +1876,7 @@
|
|
|
1876
1876
|
}
|
|
1877
1877
|
]
|
|
1878
1878
|
},
|
|
1879
|
-
"eo-
|
|
1879
|
+
"eo-dynamic-form-item": {
|
|
1880
1880
|
"properties": [
|
|
1881
1881
|
{
|
|
1882
1882
|
"name": "name",
|
|
@@ -1886,46 +1886,32 @@
|
|
|
1886
1886
|
}
|
|
1887
1887
|
},
|
|
1888
1888
|
{
|
|
1889
|
-
"name": "
|
|
1889
|
+
"name": "label",
|
|
1890
1890
|
"annotation": {
|
|
1891
1891
|
"type": "keyword",
|
|
1892
1892
|
"value": "string"
|
|
1893
1893
|
}
|
|
1894
1894
|
},
|
|
1895
1895
|
{
|
|
1896
|
-
"name": "
|
|
1896
|
+
"name": "required",
|
|
1897
1897
|
"annotation": {
|
|
1898
1898
|
"type": "keyword",
|
|
1899
|
-
"value": "
|
|
1899
|
+
"value": "boolean"
|
|
1900
1900
|
}
|
|
1901
1901
|
},
|
|
1902
1902
|
{
|
|
1903
|
-
"name": "
|
|
1903
|
+
"name": "value",
|
|
1904
1904
|
"annotation": {
|
|
1905
1905
|
"type": "array",
|
|
1906
1906
|
"elementType": {
|
|
1907
1907
|
"type": "reference",
|
|
1908
1908
|
"typeName": {
|
|
1909
1909
|
"type": "identifier",
|
|
1910
|
-
"name": "
|
|
1910
|
+
"name": "DynamicFormValuesItem"
|
|
1911
1911
|
}
|
|
1912
1912
|
}
|
|
1913
1913
|
}
|
|
1914
1914
|
},
|
|
1915
|
-
{
|
|
1916
|
-
"name": "value",
|
|
1917
|
-
"annotation": {
|
|
1918
|
-
"type": "keyword",
|
|
1919
|
-
"value": "any"
|
|
1920
|
-
}
|
|
1921
|
-
},
|
|
1922
|
-
{
|
|
1923
|
-
"name": "required",
|
|
1924
|
-
"annotation": {
|
|
1925
|
-
"type": "keyword",
|
|
1926
|
-
"value": "boolean"
|
|
1927
|
-
}
|
|
1928
|
-
},
|
|
1929
1915
|
{
|
|
1930
1916
|
"name": "message",
|
|
1931
1917
|
"annotation": {
|
|
@@ -1950,174 +1936,408 @@
|
|
|
1950
1936
|
}
|
|
1951
1937
|
},
|
|
1952
1938
|
{
|
|
1953
|
-
"name": "
|
|
1954
|
-
"annotation": {
|
|
1955
|
-
"type": "keyword",
|
|
1956
|
-
"value": "boolean"
|
|
1957
|
-
}
|
|
1958
|
-
},
|
|
1959
|
-
{
|
|
1960
|
-
"name": "mode",
|
|
1939
|
+
"name": "hideRemoveButton",
|
|
1961
1940
|
"annotation": {
|
|
1962
1941
|
"type": "union",
|
|
1963
1942
|
"types": [
|
|
1964
1943
|
{
|
|
1965
|
-
"type": "
|
|
1966
|
-
"value": "
|
|
1944
|
+
"type": "keyword",
|
|
1945
|
+
"value": "boolean"
|
|
1967
1946
|
},
|
|
1968
1947
|
{
|
|
1969
|
-
"type": "
|
|
1970
|
-
"
|
|
1948
|
+
"type": "parenthesizedType",
|
|
1949
|
+
"annotation": {
|
|
1950
|
+
"type": "function",
|
|
1951
|
+
"parameters": [
|
|
1952
|
+
{
|
|
1953
|
+
"type": "identifier",
|
|
1954
|
+
"name": "row",
|
|
1955
|
+
"annotation": {
|
|
1956
|
+
"type": "reference",
|
|
1957
|
+
"typeName": {
|
|
1958
|
+
"type": "identifier",
|
|
1959
|
+
"name": "Record"
|
|
1960
|
+
},
|
|
1961
|
+
"typeParameters": {
|
|
1962
|
+
"type": "typeParameterInstantiation",
|
|
1963
|
+
"params": [
|
|
1964
|
+
{
|
|
1965
|
+
"type": "keyword",
|
|
1966
|
+
"value": "string"
|
|
1967
|
+
},
|
|
1968
|
+
{
|
|
1969
|
+
"type": "keyword",
|
|
1970
|
+
"value": "any"
|
|
1971
|
+
}
|
|
1972
|
+
]
|
|
1973
|
+
}
|
|
1974
|
+
}
|
|
1975
|
+
},
|
|
1976
|
+
{
|
|
1977
|
+
"type": "identifier",
|
|
1978
|
+
"name": "index",
|
|
1979
|
+
"annotation": {
|
|
1980
|
+
"type": "keyword",
|
|
1981
|
+
"value": "number"
|
|
1982
|
+
}
|
|
1983
|
+
}
|
|
1984
|
+
],
|
|
1985
|
+
"annotation": {
|
|
1986
|
+
"type": "keyword",
|
|
1987
|
+
"value": "boolean"
|
|
1988
|
+
}
|
|
1989
|
+
}
|
|
1971
1990
|
}
|
|
1972
1991
|
]
|
|
1973
1992
|
}
|
|
1974
1993
|
},
|
|
1975
1994
|
{
|
|
1976
|
-
"name": "
|
|
1977
|
-
"annotation": {
|
|
1978
|
-
"type": "array",
|
|
1979
|
-
"elementType": {
|
|
1980
|
-
"type": "keyword",
|
|
1981
|
-
"value": "string"
|
|
1982
|
-
}
|
|
1983
|
-
}
|
|
1984
|
-
},
|
|
1985
|
-
{
|
|
1986
|
-
"name": "maxTagCount",
|
|
1987
|
-
"annotation": {
|
|
1988
|
-
"type": "keyword",
|
|
1989
|
-
"value": "number"
|
|
1990
|
-
}
|
|
1991
|
-
},
|
|
1992
|
-
{
|
|
1993
|
-
"name": "groupBy",
|
|
1994
|
-
"annotation": {
|
|
1995
|
-
"type": "keyword",
|
|
1996
|
-
"value": "string"
|
|
1997
|
-
}
|
|
1998
|
-
},
|
|
1999
|
-
{
|
|
2000
|
-
"name": "suffix",
|
|
1995
|
+
"name": "disabledRemoveButton",
|
|
2001
1996
|
"annotation": {
|
|
2002
|
-
"type": "
|
|
2003
|
-
"
|
|
1997
|
+
"type": "union",
|
|
1998
|
+
"types": [
|
|
2004
1999
|
{
|
|
2005
|
-
"type": "
|
|
2006
|
-
"
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2000
|
+
"type": "keyword",
|
|
2001
|
+
"value": "boolean"
|
|
2002
|
+
},
|
|
2003
|
+
{
|
|
2004
|
+
"type": "parenthesizedType",
|
|
2010
2005
|
"annotation": {
|
|
2011
|
-
"type": "
|
|
2012
|
-
"
|
|
2013
|
-
|
|
2014
|
-
|
|
2006
|
+
"type": "function",
|
|
2007
|
+
"parameters": [
|
|
2008
|
+
{
|
|
2009
|
+
"type": "identifier",
|
|
2010
|
+
"name": "row",
|
|
2011
|
+
"annotation": {
|
|
2012
|
+
"type": "reference",
|
|
2013
|
+
"typeName": {
|
|
2014
|
+
"type": "identifier",
|
|
2015
|
+
"name": "Record"
|
|
2016
|
+
},
|
|
2017
|
+
"typeParameters": {
|
|
2018
|
+
"type": "typeParameterInstantiation",
|
|
2019
|
+
"params": [
|
|
2020
|
+
{
|
|
2021
|
+
"type": "keyword",
|
|
2022
|
+
"value": "string"
|
|
2023
|
+
},
|
|
2024
|
+
{
|
|
2025
|
+
"type": "keyword",
|
|
2026
|
+
"value": "any"
|
|
2027
|
+
}
|
|
2028
|
+
]
|
|
2029
|
+
}
|
|
2030
|
+
}
|
|
2031
|
+
},
|
|
2032
|
+
{
|
|
2033
|
+
"type": "identifier",
|
|
2034
|
+
"name": "index",
|
|
2035
|
+
"annotation": {
|
|
2036
|
+
"type": "keyword",
|
|
2037
|
+
"value": "number"
|
|
2038
|
+
}
|
|
2039
|
+
}
|
|
2040
|
+
],
|
|
2041
|
+
"annotation": {
|
|
2042
|
+
"type": "keyword",
|
|
2043
|
+
"value": "boolean"
|
|
2015
2044
|
}
|
|
2016
|
-
}
|
|
2017
|
-
"computed": false
|
|
2045
|
+
}
|
|
2018
2046
|
}
|
|
2019
2047
|
]
|
|
2020
2048
|
}
|
|
2021
2049
|
},
|
|
2022
2050
|
{
|
|
2023
|
-
"name": "
|
|
2051
|
+
"name": "hideAddButton",
|
|
2024
2052
|
"annotation": {
|
|
2025
|
-
"type": "
|
|
2026
|
-
"
|
|
2053
|
+
"type": "union",
|
|
2054
|
+
"types": [
|
|
2055
|
+
{
|
|
2056
|
+
"type": "keyword",
|
|
2057
|
+
"value": "boolean"
|
|
2058
|
+
},
|
|
2059
|
+
{
|
|
2060
|
+
"type": "parenthesizedType",
|
|
2061
|
+
"annotation": {
|
|
2062
|
+
"type": "function",
|
|
2063
|
+
"parameters": [
|
|
2064
|
+
{
|
|
2065
|
+
"type": "identifier",
|
|
2066
|
+
"name": "value",
|
|
2067
|
+
"annotation": {
|
|
2068
|
+
"type": "array",
|
|
2069
|
+
"elementType": {
|
|
2070
|
+
"type": "reference",
|
|
2071
|
+
"typeName": {
|
|
2072
|
+
"type": "identifier",
|
|
2073
|
+
"name": "Record"
|
|
2074
|
+
},
|
|
2075
|
+
"typeParameters": {
|
|
2076
|
+
"type": "typeParameterInstantiation",
|
|
2077
|
+
"params": [
|
|
2078
|
+
{
|
|
2079
|
+
"type": "keyword",
|
|
2080
|
+
"value": "string"
|
|
2081
|
+
},
|
|
2082
|
+
{
|
|
2083
|
+
"type": "keyword",
|
|
2084
|
+
"value": "any"
|
|
2085
|
+
}
|
|
2086
|
+
]
|
|
2087
|
+
}
|
|
2088
|
+
}
|
|
2089
|
+
}
|
|
2090
|
+
}
|
|
2091
|
+
],
|
|
2092
|
+
"annotation": {
|
|
2093
|
+
"type": "keyword",
|
|
2094
|
+
"value": "boolean"
|
|
2095
|
+
}
|
|
2096
|
+
}
|
|
2097
|
+
}
|
|
2098
|
+
]
|
|
2027
2099
|
}
|
|
2028
2100
|
},
|
|
2029
2101
|
{
|
|
2030
|
-
"name": "
|
|
2102
|
+
"name": "disabledAddButton",
|
|
2031
2103
|
"annotation": {
|
|
2032
|
-
"type": "
|
|
2033
|
-
"
|
|
2104
|
+
"type": "union",
|
|
2105
|
+
"types": [
|
|
2034
2106
|
{
|
|
2035
|
-
"type": "
|
|
2036
|
-
"
|
|
2037
|
-
"type": "identifier",
|
|
2038
|
-
"name": "label"
|
|
2039
|
-
},
|
|
2040
|
-
"annotation": {
|
|
2041
|
-
"type": "keyword",
|
|
2042
|
-
"value": "string"
|
|
2043
|
-
},
|
|
2044
|
-
"optional": true,
|
|
2045
|
-
"computed": false
|
|
2107
|
+
"type": "keyword",
|
|
2108
|
+
"value": "boolean"
|
|
2046
2109
|
},
|
|
2047
2110
|
{
|
|
2048
|
-
"type": "
|
|
2049
|
-
"key": {
|
|
2050
|
-
"type": "identifier",
|
|
2051
|
-
"name": "value"
|
|
2052
|
-
},
|
|
2111
|
+
"type": "parenthesizedType",
|
|
2053
2112
|
"annotation": {
|
|
2054
|
-
"type": "
|
|
2055
|
-
"
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2113
|
+
"type": "function",
|
|
2114
|
+
"parameters": [
|
|
2115
|
+
{
|
|
2116
|
+
"type": "identifier",
|
|
2117
|
+
"name": "value",
|
|
2118
|
+
"annotation": {
|
|
2119
|
+
"type": "array",
|
|
2120
|
+
"elementType": {
|
|
2121
|
+
"type": "reference",
|
|
2122
|
+
"typeName": {
|
|
2123
|
+
"type": "identifier",
|
|
2124
|
+
"name": "Record"
|
|
2125
|
+
},
|
|
2126
|
+
"typeParameters": {
|
|
2127
|
+
"type": "typeParameterInstantiation",
|
|
2128
|
+
"params": [
|
|
2129
|
+
{
|
|
2130
|
+
"type": "keyword",
|
|
2131
|
+
"value": "string"
|
|
2132
|
+
},
|
|
2133
|
+
{
|
|
2134
|
+
"type": "keyword",
|
|
2135
|
+
"value": "any"
|
|
2136
|
+
}
|
|
2137
|
+
]
|
|
2138
|
+
}
|
|
2139
|
+
}
|
|
2140
|
+
}
|
|
2141
|
+
}
|
|
2142
|
+
],
|
|
2143
|
+
"annotation": {
|
|
2144
|
+
"type": "keyword",
|
|
2145
|
+
"value": "boolean"
|
|
2146
|
+
}
|
|
2147
|
+
}
|
|
2059
2148
|
}
|
|
2060
2149
|
]
|
|
2061
2150
|
}
|
|
2062
2151
|
},
|
|
2063
2152
|
{
|
|
2064
|
-
"name": "
|
|
2153
|
+
"name": "useBrick",
|
|
2065
2154
|
"annotation": {
|
|
2066
2155
|
"type": "reference",
|
|
2067
2156
|
"typeName": {
|
|
2068
2157
|
"type": "identifier",
|
|
2069
|
-
"name": "
|
|
2158
|
+
"name": "UseBrickConf"
|
|
2159
|
+
}
|
|
2160
|
+
}
|
|
2161
|
+
}
|
|
2162
|
+
],
|
|
2163
|
+
"events": [
|
|
2164
|
+
{
|
|
2165
|
+
"name": "change",
|
|
2166
|
+
"detail": {
|
|
2167
|
+
"annotation": {
|
|
2168
|
+
"type": "array",
|
|
2169
|
+
"elementType": {
|
|
2170
|
+
"type": "reference",
|
|
2171
|
+
"typeName": {
|
|
2172
|
+
"type": "identifier",
|
|
2173
|
+
"name": "DynamicFormValuesItem"
|
|
2174
|
+
}
|
|
2175
|
+
}
|
|
2070
2176
|
}
|
|
2071
2177
|
}
|
|
2072
2178
|
},
|
|
2073
2179
|
{
|
|
2074
|
-
"name": "
|
|
2075
|
-
"
|
|
2076
|
-
"
|
|
2077
|
-
|
|
2180
|
+
"name": "row.add",
|
|
2181
|
+
"detail": {
|
|
2182
|
+
"annotation": {
|
|
2183
|
+
"type": "reference",
|
|
2184
|
+
"typeName": {
|
|
2185
|
+
"type": "identifier",
|
|
2186
|
+
"name": "rowDataType"
|
|
2187
|
+
}
|
|
2188
|
+
}
|
|
2078
2189
|
}
|
|
2079
2190
|
},
|
|
2080
2191
|
{
|
|
2081
|
-
"name": "
|
|
2192
|
+
"name": "row.remove",
|
|
2193
|
+
"detail": {
|
|
2194
|
+
"annotation": {
|
|
2195
|
+
"type": "reference",
|
|
2196
|
+
"typeName": {
|
|
2197
|
+
"type": "identifier",
|
|
2198
|
+
"name": "rowDataType"
|
|
2199
|
+
}
|
|
2200
|
+
}
|
|
2201
|
+
}
|
|
2202
|
+
}
|
|
2203
|
+
],
|
|
2204
|
+
"methods": [],
|
|
2205
|
+
"types": [
|
|
2206
|
+
{
|
|
2207
|
+
"type": "typeAlias",
|
|
2208
|
+
"name": "DynamicFormValuesItem",
|
|
2082
2209
|
"annotation": {
|
|
2083
2210
|
"type": "reference",
|
|
2084
2211
|
"typeName": {
|
|
2085
|
-
"type": "
|
|
2086
|
-
"
|
|
2212
|
+
"type": "identifier",
|
|
2213
|
+
"name": "Record"
|
|
2214
|
+
},
|
|
2215
|
+
"typeParameters": {
|
|
2216
|
+
"type": "typeParameterInstantiation",
|
|
2217
|
+
"params": [
|
|
2218
|
+
{
|
|
2219
|
+
"type": "keyword",
|
|
2220
|
+
"value": "string"
|
|
2221
|
+
},
|
|
2222
|
+
{
|
|
2223
|
+
"type": "keyword",
|
|
2224
|
+
"value": "any"
|
|
2225
|
+
}
|
|
2226
|
+
]
|
|
2227
|
+
}
|
|
2228
|
+
}
|
|
2229
|
+
},
|
|
2230
|
+
{
|
|
2231
|
+
"type": "interface",
|
|
2232
|
+
"name": "rowDataType",
|
|
2233
|
+
"body": [
|
|
2234
|
+
{
|
|
2235
|
+
"type": "propertySignature",
|
|
2236
|
+
"key": {
|
|
2087
2237
|
"type": "identifier",
|
|
2088
|
-
"name": "
|
|
2238
|
+
"name": "detail"
|
|
2089
2239
|
},
|
|
2090
|
-
"
|
|
2240
|
+
"annotation": {
|
|
2241
|
+
"type": "reference",
|
|
2242
|
+
"typeName": {
|
|
2243
|
+
"type": "identifier",
|
|
2244
|
+
"name": "Record"
|
|
2245
|
+
},
|
|
2246
|
+
"typeParameters": {
|
|
2247
|
+
"type": "typeParameterInstantiation",
|
|
2248
|
+
"params": [
|
|
2249
|
+
{
|
|
2250
|
+
"type": "keyword",
|
|
2251
|
+
"value": "string"
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
"type": "keyword",
|
|
2255
|
+
"value": "any"
|
|
2256
|
+
}
|
|
2257
|
+
]
|
|
2258
|
+
}
|
|
2259
|
+
},
|
|
2260
|
+
"computed": false
|
|
2261
|
+
},
|
|
2262
|
+
{
|
|
2263
|
+
"type": "propertySignature",
|
|
2264
|
+
"key": {
|
|
2091
2265
|
"type": "identifier",
|
|
2092
|
-
"name": "
|
|
2093
|
-
}
|
|
2266
|
+
"name": "index"
|
|
2267
|
+
},
|
|
2268
|
+
"annotation": {
|
|
2269
|
+
"type": "keyword",
|
|
2270
|
+
"value": "number"
|
|
2271
|
+
},
|
|
2272
|
+
"computed": false
|
|
2094
2273
|
}
|
|
2274
|
+
]
|
|
2275
|
+
}
|
|
2276
|
+
]
|
|
2277
|
+
},
|
|
2278
|
+
"eo-icon-select": {
|
|
2279
|
+
"properties": [
|
|
2280
|
+
{
|
|
2281
|
+
"name": "name",
|
|
2282
|
+
"annotation": {
|
|
2283
|
+
"type": "keyword",
|
|
2284
|
+
"value": "string"
|
|
2095
2285
|
}
|
|
2096
2286
|
},
|
|
2097
2287
|
{
|
|
2098
|
-
"name": "
|
|
2288
|
+
"name": "label",
|
|
2289
|
+
"annotation": {
|
|
2290
|
+
"type": "keyword",
|
|
2291
|
+
"value": "string"
|
|
2292
|
+
}
|
|
2293
|
+
},
|
|
2294
|
+
{
|
|
2295
|
+
"name": "value",
|
|
2099
2296
|
"annotation": {
|
|
2100
2297
|
"type": "reference",
|
|
2101
2298
|
"typeName": {
|
|
2102
|
-
"type": "
|
|
2103
|
-
"
|
|
2104
|
-
"type": "identifier",
|
|
2105
|
-
"name": "React"
|
|
2106
|
-
},
|
|
2107
|
-
"right": {
|
|
2108
|
-
"type": "identifier",
|
|
2109
|
-
"name": "CSSProperties"
|
|
2110
|
-
}
|
|
2299
|
+
"type": "identifier",
|
|
2300
|
+
"name": "Icon"
|
|
2111
2301
|
}
|
|
2112
2302
|
}
|
|
2113
2303
|
},
|
|
2114
2304
|
{
|
|
2115
|
-
"name": "
|
|
2305
|
+
"name": "disabled",
|
|
2306
|
+
"annotation": {
|
|
2307
|
+
"type": "keyword",
|
|
2308
|
+
"value": "boolean"
|
|
2309
|
+
}
|
|
2310
|
+
},
|
|
2311
|
+
{
|
|
2312
|
+
"name": "required",
|
|
2116
2313
|
"annotation": {
|
|
2117
2314
|
"type": "keyword",
|
|
2118
2315
|
"value": "boolean"
|
|
2119
2316
|
}
|
|
2120
2317
|
},
|
|
2318
|
+
{
|
|
2319
|
+
"name": "message",
|
|
2320
|
+
"annotation": {
|
|
2321
|
+
"type": "reference",
|
|
2322
|
+
"typeName": {
|
|
2323
|
+
"type": "identifier",
|
|
2324
|
+
"name": "Record"
|
|
2325
|
+
},
|
|
2326
|
+
"typeParameters": {
|
|
2327
|
+
"type": "typeParameterInstantiation",
|
|
2328
|
+
"params": [
|
|
2329
|
+
{
|
|
2330
|
+
"type": "keyword",
|
|
2331
|
+
"value": "string"
|
|
2332
|
+
},
|
|
2333
|
+
{
|
|
2334
|
+
"type": "keyword",
|
|
2335
|
+
"value": "string"
|
|
2336
|
+
}
|
|
2337
|
+
]
|
|
2338
|
+
}
|
|
2339
|
+
}
|
|
2340
|
+
},
|
|
2121
2341
|
{
|
|
2122
2342
|
"name": "themeVariant",
|
|
2123
2343
|
"annotation": {
|
|
@@ -2138,701 +2358,499 @@
|
|
|
2138
2358
|
"events": [
|
|
2139
2359
|
{
|
|
2140
2360
|
"name": "change",
|
|
2141
|
-
"detail": {
|
|
2142
|
-
"annotation": {
|
|
2143
|
-
"type": "typeLiteral",
|
|
2144
|
-
"members": [
|
|
2145
|
-
{
|
|
2146
|
-
"type": "propertySignature",
|
|
2147
|
-
"key": {
|
|
2148
|
-
"type": "identifier",
|
|
2149
|
-
"name": "value"
|
|
2150
|
-
},
|
|
2151
|
-
"annotation": {
|
|
2152
|
-
"type": "union",
|
|
2153
|
-
"types": [
|
|
2154
|
-
{
|
|
2155
|
-
"type": "keyword",
|
|
2156
|
-
"value": "string"
|
|
2157
|
-
},
|
|
2158
|
-
{
|
|
2159
|
-
"type": "array",
|
|
2160
|
-
"elementType": {
|
|
2161
|
-
"type": "keyword",
|
|
2162
|
-
"value": "string"
|
|
2163
|
-
}
|
|
2164
|
-
}
|
|
2165
|
-
]
|
|
2166
|
-
},
|
|
2167
|
-
"computed": false
|
|
2168
|
-
},
|
|
2169
|
-
{
|
|
2170
|
-
"type": "propertySignature",
|
|
2171
|
-
"key": {
|
|
2172
|
-
"type": "identifier",
|
|
2173
|
-
"name": "options"
|
|
2174
|
-
},
|
|
2175
|
-
"annotation": {
|
|
2176
|
-
"type": "array",
|
|
2177
|
-
"elementType": {
|
|
2178
|
-
"type": "reference",
|
|
2179
|
-
"typeName": {
|
|
2180
|
-
"type": "identifier",
|
|
2181
|
-
"name": "GeneralComplexOption"
|
|
2182
|
-
}
|
|
2183
|
-
}
|
|
2184
|
-
},
|
|
2185
|
-
"computed": false
|
|
2186
|
-
}
|
|
2187
|
-
]
|
|
2188
|
-
}
|
|
2189
|
-
}
|
|
2190
|
-
},
|
|
2191
|
-
{
|
|
2192
|
-
"name": "change.v2",
|
|
2193
2361
|
"detail": {
|
|
2194
2362
|
"annotation": {
|
|
2195
2363
|
"type": "union",
|
|
2196
2364
|
"types": [
|
|
2197
2365
|
{
|
|
2198
|
-
"type": "
|
|
2199
|
-
"
|
|
2366
|
+
"type": "reference",
|
|
2367
|
+
"typeName": {
|
|
2368
|
+
"type": "identifier",
|
|
2369
|
+
"name": "Icon"
|
|
2370
|
+
}
|
|
2200
2371
|
},
|
|
2201
2372
|
{
|
|
2202
|
-
"type": "
|
|
2203
|
-
"
|
|
2204
|
-
"type": "keyword",
|
|
2205
|
-
"value": "string"
|
|
2206
|
-
}
|
|
2373
|
+
"type": "keyword",
|
|
2374
|
+
"value": "undefined"
|
|
2207
2375
|
}
|
|
2208
2376
|
]
|
|
2209
2377
|
}
|
|
2210
2378
|
}
|
|
2211
|
-
}
|
|
2379
|
+
}
|
|
2380
|
+
],
|
|
2381
|
+
"methods": [],
|
|
2382
|
+
"types": [
|
|
2212
2383
|
{
|
|
2213
|
-
"
|
|
2214
|
-
"
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
},
|
|
2224
|
-
"annotation": {
|
|
2225
|
-
"type": "keyword",
|
|
2226
|
-
"value": "string"
|
|
2227
|
-
},
|
|
2228
|
-
"computed": false
|
|
2384
|
+
"type": "typeAlias",
|
|
2385
|
+
"name": "Icon",
|
|
2386
|
+
"annotation": {
|
|
2387
|
+
"type": "intersection",
|
|
2388
|
+
"types": [
|
|
2389
|
+
{
|
|
2390
|
+
"type": "reference",
|
|
2391
|
+
"typeName": {
|
|
2392
|
+
"type": "identifier",
|
|
2393
|
+
"name": "LibIconProps"
|
|
2229
2394
|
}
|
|
2230
|
-
|
|
2231
|
-
|
|
2395
|
+
},
|
|
2396
|
+
{
|
|
2397
|
+
"type": "typeLiteral",
|
|
2398
|
+
"members": [
|
|
2399
|
+
{
|
|
2400
|
+
"type": "propertySignature",
|
|
2401
|
+
"key": {
|
|
2402
|
+
"type": "identifier",
|
|
2403
|
+
"name": "color"
|
|
2404
|
+
},
|
|
2405
|
+
"annotation": {
|
|
2406
|
+
"type": "keyword",
|
|
2407
|
+
"value": "string"
|
|
2408
|
+
},
|
|
2409
|
+
"optional": true,
|
|
2410
|
+
"computed": false
|
|
2411
|
+
}
|
|
2412
|
+
]
|
|
2413
|
+
}
|
|
2414
|
+
]
|
|
2415
|
+
}
|
|
2416
|
+
}
|
|
2417
|
+
]
|
|
2418
|
+
},
|
|
2419
|
+
"eo-select": {
|
|
2420
|
+
"properties": [
|
|
2421
|
+
{
|
|
2422
|
+
"name": "name",
|
|
2423
|
+
"annotation": {
|
|
2424
|
+
"type": "keyword",
|
|
2425
|
+
"value": "string"
|
|
2232
2426
|
}
|
|
2233
2427
|
},
|
|
2234
2428
|
{
|
|
2235
|
-
"name": "
|
|
2236
|
-
"
|
|
2237
|
-
"
|
|
2238
|
-
|
|
2239
|
-
|
|
2429
|
+
"name": "placeholder",
|
|
2430
|
+
"annotation": {
|
|
2431
|
+
"type": "keyword",
|
|
2432
|
+
"value": "string"
|
|
2433
|
+
}
|
|
2434
|
+
},
|
|
2435
|
+
{
|
|
2436
|
+
"name": "label",
|
|
2437
|
+
"annotation": {
|
|
2438
|
+
"type": "keyword",
|
|
2439
|
+
"value": "string"
|
|
2440
|
+
}
|
|
2441
|
+
},
|
|
2442
|
+
{
|
|
2443
|
+
"name": "options",
|
|
2444
|
+
"annotation": {
|
|
2445
|
+
"type": "array",
|
|
2446
|
+
"elementType": {
|
|
2447
|
+
"type": "reference",
|
|
2448
|
+
"typeName": {
|
|
2449
|
+
"type": "identifier",
|
|
2450
|
+
"name": "GeneralComplexOption"
|
|
2451
|
+
}
|
|
2240
2452
|
}
|
|
2241
2453
|
}
|
|
2242
2454
|
},
|
|
2243
2455
|
{
|
|
2244
|
-
"name": "
|
|
2245
|
-
"
|
|
2246
|
-
"
|
|
2247
|
-
|
|
2248
|
-
|
|
2456
|
+
"name": "value",
|
|
2457
|
+
"annotation": {
|
|
2458
|
+
"type": "keyword",
|
|
2459
|
+
"value": "any"
|
|
2460
|
+
}
|
|
2461
|
+
},
|
|
2462
|
+
{
|
|
2463
|
+
"name": "required",
|
|
2464
|
+
"annotation": {
|
|
2465
|
+
"type": "keyword",
|
|
2466
|
+
"value": "boolean"
|
|
2467
|
+
}
|
|
2468
|
+
},
|
|
2469
|
+
{
|
|
2470
|
+
"name": "message",
|
|
2471
|
+
"annotation": {
|
|
2472
|
+
"type": "reference",
|
|
2473
|
+
"typeName": {
|
|
2474
|
+
"type": "identifier",
|
|
2475
|
+
"name": "Record"
|
|
2476
|
+
},
|
|
2477
|
+
"typeParameters": {
|
|
2478
|
+
"type": "typeParameterInstantiation",
|
|
2479
|
+
"params": [
|
|
2249
2480
|
{
|
|
2250
|
-
"type": "
|
|
2251
|
-
"
|
|
2252
|
-
"type": "identifier",
|
|
2253
|
-
"name": "options"
|
|
2254
|
-
},
|
|
2255
|
-
"annotation": {
|
|
2256
|
-
"type": "typeLiteral",
|
|
2257
|
-
"members": [
|
|
2258
|
-
{
|
|
2259
|
-
"type": "propertySignature",
|
|
2260
|
-
"key": {
|
|
2261
|
-
"type": "identifier",
|
|
2262
|
-
"name": "label"
|
|
2263
|
-
},
|
|
2264
|
-
"annotation": {
|
|
2265
|
-
"type": "keyword",
|
|
2266
|
-
"value": "string"
|
|
2267
|
-
},
|
|
2268
|
-
"computed": false
|
|
2269
|
-
},
|
|
2270
|
-
{
|
|
2271
|
-
"type": "propertySignature",
|
|
2272
|
-
"key": {
|
|
2273
|
-
"type": "identifier",
|
|
2274
|
-
"name": "value"
|
|
2275
|
-
},
|
|
2276
|
-
"annotation": {
|
|
2277
|
-
"type": "keyword",
|
|
2278
|
-
"value": "any"
|
|
2279
|
-
},
|
|
2280
|
-
"computed": false
|
|
2281
|
-
},
|
|
2282
|
-
{
|
|
2283
|
-
"type": "indexSignature",
|
|
2284
|
-
"parameter": {
|
|
2285
|
-
"type": "identifier",
|
|
2286
|
-
"name": "key",
|
|
2287
|
-
"annotation": {
|
|
2288
|
-
"type": "keyword",
|
|
2289
|
-
"value": "string"
|
|
2290
|
-
}
|
|
2291
|
-
},
|
|
2292
|
-
"annotation": {
|
|
2293
|
-
"type": "keyword",
|
|
2294
|
-
"value": "any"
|
|
2295
|
-
}
|
|
2296
|
-
}
|
|
2297
|
-
]
|
|
2298
|
-
},
|
|
2299
|
-
"computed": false
|
|
2481
|
+
"type": "keyword",
|
|
2482
|
+
"value": "string"
|
|
2300
2483
|
},
|
|
2301
2484
|
{
|
|
2302
|
-
"type": "
|
|
2303
|
-
"
|
|
2304
|
-
"type": "identifier",
|
|
2305
|
-
"name": "name"
|
|
2306
|
-
},
|
|
2307
|
-
"annotation": {
|
|
2308
|
-
"type": "keyword",
|
|
2309
|
-
"value": "string"
|
|
2310
|
-
},
|
|
2311
|
-
"computed": false
|
|
2485
|
+
"type": "keyword",
|
|
2486
|
+
"value": "string"
|
|
2312
2487
|
}
|
|
2313
2488
|
]
|
|
2314
2489
|
}
|
|
2315
2490
|
}
|
|
2316
|
-
}
|
|
2317
|
-
],
|
|
2318
|
-
"methods": [],
|
|
2319
|
-
"types": [
|
|
2491
|
+
},
|
|
2320
2492
|
{
|
|
2321
|
-
"
|
|
2322
|
-
"
|
|
2323
|
-
|
|
2324
|
-
"
|
|
2325
|
-
|
|
2493
|
+
"name": "disabled",
|
|
2494
|
+
"annotation": {
|
|
2495
|
+
"type": "keyword",
|
|
2496
|
+
"value": "boolean"
|
|
2497
|
+
}
|
|
2498
|
+
},
|
|
2499
|
+
{
|
|
2500
|
+
"name": "mode",
|
|
2501
|
+
"annotation": {
|
|
2502
|
+
"type": "union",
|
|
2503
|
+
"types": [
|
|
2326
2504
|
{
|
|
2327
|
-
"type": "
|
|
2328
|
-
"
|
|
2329
|
-
"default": {
|
|
2330
|
-
"type": "union",
|
|
2331
|
-
"types": [
|
|
2332
|
-
{
|
|
2333
|
-
"type": "keyword",
|
|
2334
|
-
"value": "string"
|
|
2335
|
-
},
|
|
2336
|
-
{
|
|
2337
|
-
"type": "keyword",
|
|
2338
|
-
"value": "number"
|
|
2339
|
-
},
|
|
2340
|
-
{
|
|
2341
|
-
"type": "keyword",
|
|
2342
|
-
"value": "boolean"
|
|
2343
|
-
}
|
|
2344
|
-
]
|
|
2345
|
-
}
|
|
2346
|
-
}
|
|
2347
|
-
]
|
|
2348
|
-
},
|
|
2349
|
-
"body": [
|
|
2350
|
-
{
|
|
2351
|
-
"type": "propertySignature",
|
|
2352
|
-
"key": {
|
|
2353
|
-
"type": "identifier",
|
|
2354
|
-
"name": "label"
|
|
2355
|
-
},
|
|
2356
|
-
"annotation": {
|
|
2357
|
-
"type": "keyword",
|
|
2358
|
-
"value": "string"
|
|
2359
|
-
},
|
|
2360
|
-
"computed": false
|
|
2361
|
-
},
|
|
2362
|
-
{
|
|
2363
|
-
"type": "propertySignature",
|
|
2364
|
-
"key": {
|
|
2365
|
-
"type": "identifier",
|
|
2366
|
-
"name": "value"
|
|
2367
|
-
},
|
|
2368
|
-
"annotation": {
|
|
2369
|
-
"type": "reference",
|
|
2370
|
-
"typeName": {
|
|
2371
|
-
"type": "identifier",
|
|
2372
|
-
"name": "T"
|
|
2373
|
-
}
|
|
2374
|
-
},
|
|
2375
|
-
"computed": false
|
|
2376
|
-
},
|
|
2377
|
-
{
|
|
2378
|
-
"type": "propertySignature",
|
|
2379
|
-
"key": {
|
|
2380
|
-
"type": "identifier",
|
|
2381
|
-
"name": "caption"
|
|
2382
|
-
},
|
|
2383
|
-
"annotation": {
|
|
2384
|
-
"type": "keyword",
|
|
2385
|
-
"value": "string"
|
|
2386
|
-
},
|
|
2387
|
-
"optional": true,
|
|
2388
|
-
"computed": false
|
|
2389
|
-
},
|
|
2390
|
-
{
|
|
2391
|
-
"type": "propertySignature",
|
|
2392
|
-
"key": {
|
|
2393
|
-
"type": "identifier",
|
|
2394
|
-
"name": "emoji"
|
|
2395
|
-
},
|
|
2396
|
-
"annotation": {
|
|
2397
|
-
"type": "keyword",
|
|
2398
|
-
"value": "string"
|
|
2399
|
-
},
|
|
2400
|
-
"optional": true,
|
|
2401
|
-
"computed": false
|
|
2402
|
-
},
|
|
2403
|
-
{
|
|
2404
|
-
"type": "indexSignature",
|
|
2405
|
-
"parameter": {
|
|
2406
|
-
"type": "identifier",
|
|
2407
|
-
"name": "key",
|
|
2408
|
-
"annotation": {
|
|
2409
|
-
"type": "keyword",
|
|
2410
|
-
"value": "string"
|
|
2411
|
-
}
|
|
2505
|
+
"type": "jsLiteral",
|
|
2506
|
+
"value": "tags"
|
|
2412
2507
|
},
|
|
2413
|
-
|
|
2414
|
-
"type": "
|
|
2415
|
-
"value": "
|
|
2508
|
+
{
|
|
2509
|
+
"type": "jsLiteral",
|
|
2510
|
+
"value": "multiple"
|
|
2416
2511
|
}
|
|
2417
|
-
|
|
2418
|
-
|
|
2512
|
+
]
|
|
2513
|
+
}
|
|
2419
2514
|
},
|
|
2420
2515
|
{
|
|
2421
|
-
"
|
|
2422
|
-
"
|
|
2423
|
-
|
|
2424
|
-
{
|
|
2425
|
-
"type": "
|
|
2426
|
-
"
|
|
2427
|
-
"type": "identifier",
|
|
2428
|
-
"name": "provider"
|
|
2429
|
-
},
|
|
2430
|
-
"annotation": {
|
|
2431
|
-
"type": "keyword",
|
|
2432
|
-
"value": "string"
|
|
2433
|
-
},
|
|
2434
|
-
"computed": false
|
|
2435
|
-
},
|
|
2436
|
-
{
|
|
2437
|
-
"type": "propertySignature",
|
|
2438
|
-
"key": {
|
|
2439
|
-
"type": "identifier",
|
|
2440
|
-
"name": "args"
|
|
2441
|
-
},
|
|
2442
|
-
"annotation": {
|
|
2443
|
-
"type": "union",
|
|
2444
|
-
"types": [
|
|
2445
|
-
{
|
|
2446
|
-
"type": "array",
|
|
2447
|
-
"elementType": {
|
|
2448
|
-
"type": "keyword",
|
|
2449
|
-
"value": "any"
|
|
2450
|
-
}
|
|
2451
|
-
},
|
|
2452
|
-
{
|
|
2453
|
-
"type": "parenthesizedType",
|
|
2454
|
-
"annotation": {
|
|
2455
|
-
"type": "function",
|
|
2456
|
-
"parameters": [
|
|
2457
|
-
{
|
|
2458
|
-
"type": "restElement",
|
|
2459
|
-
"argument": {
|
|
2460
|
-
"type": "identifier",
|
|
2461
|
-
"name": "args"
|
|
2462
|
-
},
|
|
2463
|
-
"annotation": {
|
|
2464
|
-
"type": "array",
|
|
2465
|
-
"elementType": {
|
|
2466
|
-
"type": "keyword",
|
|
2467
|
-
"value": "any"
|
|
2468
|
-
}
|
|
2469
|
-
}
|
|
2470
|
-
}
|
|
2471
|
-
],
|
|
2472
|
-
"annotation": {
|
|
2473
|
-
"type": "array",
|
|
2474
|
-
"elementType": {
|
|
2475
|
-
"type": "keyword",
|
|
2476
|
-
"value": "any"
|
|
2477
|
-
}
|
|
2478
|
-
}
|
|
2479
|
-
}
|
|
2480
|
-
}
|
|
2481
|
-
]
|
|
2482
|
-
},
|
|
2483
|
-
"computed": false
|
|
2484
|
-
},
|
|
2485
|
-
{
|
|
2486
|
-
"type": "propertySignature",
|
|
2487
|
-
"key": {
|
|
2488
|
-
"type": "identifier",
|
|
2489
|
-
"name": "transform"
|
|
2490
|
-
},
|
|
2491
|
-
"annotation": {
|
|
2492
|
-
"type": "function",
|
|
2493
|
-
"parameters": [
|
|
2494
|
-
{
|
|
2495
|
-
"type": "identifier",
|
|
2496
|
-
"name": "data",
|
|
2497
|
-
"annotation": {
|
|
2498
|
-
"type": "keyword",
|
|
2499
|
-
"value": "any"
|
|
2500
|
-
}
|
|
2501
|
-
}
|
|
2502
|
-
],
|
|
2503
|
-
"annotation": {
|
|
2504
|
-
"type": "keyword",
|
|
2505
|
-
"value": "void"
|
|
2506
|
-
}
|
|
2507
|
-
},
|
|
2508
|
-
"optional": true,
|
|
2509
|
-
"computed": false
|
|
2516
|
+
"name": "tokenSeparators",
|
|
2517
|
+
"annotation": {
|
|
2518
|
+
"type": "array",
|
|
2519
|
+
"elementType": {
|
|
2520
|
+
"type": "keyword",
|
|
2521
|
+
"value": "string"
|
|
2510
2522
|
}
|
|
2511
|
-
|
|
2512
|
-
}
|
|
2513
|
-
]
|
|
2514
|
-
},
|
|
2515
|
-
"eo-dynamic-form-item": {
|
|
2516
|
-
"properties": [
|
|
2523
|
+
}
|
|
2524
|
+
},
|
|
2517
2525
|
{
|
|
2518
|
-
"name": "
|
|
2526
|
+
"name": "maxTagCount",
|
|
2519
2527
|
"annotation": {
|
|
2520
2528
|
"type": "keyword",
|
|
2521
|
-
"value": "
|
|
2529
|
+
"value": "number"
|
|
2522
2530
|
}
|
|
2523
2531
|
},
|
|
2524
2532
|
{
|
|
2525
|
-
"name": "
|
|
2533
|
+
"name": "groupBy",
|
|
2526
2534
|
"annotation": {
|
|
2527
2535
|
"type": "keyword",
|
|
2528
2536
|
"value": "string"
|
|
2529
2537
|
}
|
|
2530
2538
|
},
|
|
2531
2539
|
{
|
|
2532
|
-
"name": "
|
|
2540
|
+
"name": "suffix",
|
|
2541
|
+
"annotation": {
|
|
2542
|
+
"type": "typeLiteral",
|
|
2543
|
+
"members": [
|
|
2544
|
+
{
|
|
2545
|
+
"type": "propertySignature",
|
|
2546
|
+
"key": {
|
|
2547
|
+
"type": "identifier",
|
|
2548
|
+
"name": "useBrick"
|
|
2549
|
+
},
|
|
2550
|
+
"annotation": {
|
|
2551
|
+
"type": "reference",
|
|
2552
|
+
"typeName": {
|
|
2553
|
+
"type": "identifier",
|
|
2554
|
+
"name": "UseSingleBrickConf"
|
|
2555
|
+
}
|
|
2556
|
+
},
|
|
2557
|
+
"computed": false
|
|
2558
|
+
}
|
|
2559
|
+
]
|
|
2560
|
+
}
|
|
2561
|
+
},
|
|
2562
|
+
{
|
|
2563
|
+
"name": "clearable",
|
|
2564
|
+
"annotation": {
|
|
2565
|
+
"type": "keyword",
|
|
2566
|
+
"value": "boolean"
|
|
2567
|
+
}
|
|
2568
|
+
},
|
|
2569
|
+
{
|
|
2570
|
+
"name": "fields",
|
|
2571
|
+
"annotation": {
|
|
2572
|
+
"type": "typeLiteral",
|
|
2573
|
+
"members": [
|
|
2574
|
+
{
|
|
2575
|
+
"type": "propertySignature",
|
|
2576
|
+
"key": {
|
|
2577
|
+
"type": "identifier",
|
|
2578
|
+
"name": "label"
|
|
2579
|
+
},
|
|
2580
|
+
"annotation": {
|
|
2581
|
+
"type": "keyword",
|
|
2582
|
+
"value": "string"
|
|
2583
|
+
},
|
|
2584
|
+
"optional": true,
|
|
2585
|
+
"computed": false
|
|
2586
|
+
},
|
|
2587
|
+
{
|
|
2588
|
+
"type": "propertySignature",
|
|
2589
|
+
"key": {
|
|
2590
|
+
"type": "identifier",
|
|
2591
|
+
"name": "value"
|
|
2592
|
+
},
|
|
2593
|
+
"annotation": {
|
|
2594
|
+
"type": "keyword",
|
|
2595
|
+
"value": "string"
|
|
2596
|
+
},
|
|
2597
|
+
"optional": true,
|
|
2598
|
+
"computed": false
|
|
2599
|
+
}
|
|
2600
|
+
]
|
|
2601
|
+
}
|
|
2602
|
+
},
|
|
2603
|
+
{
|
|
2604
|
+
"name": "useBackend",
|
|
2533
2605
|
"annotation": {
|
|
2534
|
-
"type": "
|
|
2535
|
-
"
|
|
2606
|
+
"type": "reference",
|
|
2607
|
+
"typeName": {
|
|
2608
|
+
"type": "identifier",
|
|
2609
|
+
"name": "UseBackendConf"
|
|
2610
|
+
}
|
|
2536
2611
|
}
|
|
2537
2612
|
},
|
|
2538
2613
|
{
|
|
2539
|
-
"name": "
|
|
2614
|
+
"name": "debounceSearchDelay",
|
|
2540
2615
|
"annotation": {
|
|
2541
|
-
"type": "
|
|
2542
|
-
"
|
|
2543
|
-
"type": "reference",
|
|
2544
|
-
"typeName": {
|
|
2545
|
-
"type": "identifier",
|
|
2546
|
-
"name": "DynamicFormValuesItem"
|
|
2547
|
-
}
|
|
2548
|
-
}
|
|
2616
|
+
"type": "keyword",
|
|
2617
|
+
"value": "number"
|
|
2549
2618
|
}
|
|
2550
2619
|
},
|
|
2551
2620
|
{
|
|
2552
|
-
"name": "
|
|
2621
|
+
"name": "inputStyle",
|
|
2553
2622
|
"annotation": {
|
|
2554
2623
|
"type": "reference",
|
|
2555
2624
|
"typeName": {
|
|
2556
|
-
"type": "
|
|
2557
|
-
"
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
"
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
},
|
|
2566
|
-
{
|
|
2567
|
-
"type": "keyword",
|
|
2568
|
-
"value": "string"
|
|
2569
|
-
}
|
|
2570
|
-
]
|
|
2625
|
+
"type": "qualifiedName",
|
|
2626
|
+
"left": {
|
|
2627
|
+
"type": "identifier",
|
|
2628
|
+
"name": "React"
|
|
2629
|
+
},
|
|
2630
|
+
"right": {
|
|
2631
|
+
"type": "identifier",
|
|
2632
|
+
"name": "CSSProperties"
|
|
2633
|
+
}
|
|
2571
2634
|
}
|
|
2572
2635
|
}
|
|
2573
2636
|
},
|
|
2574
2637
|
{
|
|
2575
|
-
"name": "
|
|
2638
|
+
"name": "dropdownStyle",
|
|
2576
2639
|
"annotation": {
|
|
2577
|
-
"type": "
|
|
2578
|
-
"
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
"
|
|
2640
|
+
"type": "reference",
|
|
2641
|
+
"typeName": {
|
|
2642
|
+
"type": "qualifiedName",
|
|
2643
|
+
"left": {
|
|
2644
|
+
"type": "identifier",
|
|
2645
|
+
"name": "React"
|
|
2582
2646
|
},
|
|
2583
|
-
{
|
|
2584
|
-
"type": "
|
|
2585
|
-
"
|
|
2586
|
-
"type": "function",
|
|
2587
|
-
"parameters": [
|
|
2588
|
-
{
|
|
2589
|
-
"type": "identifier",
|
|
2590
|
-
"name": "row",
|
|
2591
|
-
"annotation": {
|
|
2592
|
-
"type": "reference",
|
|
2593
|
-
"typeName": {
|
|
2594
|
-
"type": "identifier",
|
|
2595
|
-
"name": "Record"
|
|
2596
|
-
},
|
|
2597
|
-
"typeParameters": {
|
|
2598
|
-
"type": "typeParameterInstantiation",
|
|
2599
|
-
"params": [
|
|
2600
|
-
{
|
|
2601
|
-
"type": "keyword",
|
|
2602
|
-
"value": "string"
|
|
2603
|
-
},
|
|
2604
|
-
{
|
|
2605
|
-
"type": "keyword",
|
|
2606
|
-
"value": "any"
|
|
2607
|
-
}
|
|
2608
|
-
]
|
|
2609
|
-
}
|
|
2610
|
-
}
|
|
2611
|
-
},
|
|
2612
|
-
{
|
|
2613
|
-
"type": "identifier",
|
|
2614
|
-
"name": "index",
|
|
2615
|
-
"annotation": {
|
|
2616
|
-
"type": "keyword",
|
|
2617
|
-
"value": "number"
|
|
2618
|
-
}
|
|
2619
|
-
}
|
|
2620
|
-
],
|
|
2621
|
-
"annotation": {
|
|
2622
|
-
"type": "keyword",
|
|
2623
|
-
"value": "boolean"
|
|
2624
|
-
}
|
|
2625
|
-
}
|
|
2647
|
+
"right": {
|
|
2648
|
+
"type": "identifier",
|
|
2649
|
+
"name": "CSSProperties"
|
|
2626
2650
|
}
|
|
2627
|
-
|
|
2651
|
+
}
|
|
2628
2652
|
}
|
|
2629
2653
|
},
|
|
2630
2654
|
{
|
|
2631
|
-
"name": "
|
|
2655
|
+
"name": "dropdownHoist",
|
|
2632
2656
|
"annotation": {
|
|
2633
|
-
"type": "
|
|
2634
|
-
"
|
|
2635
|
-
{
|
|
2636
|
-
"type": "keyword",
|
|
2637
|
-
"value": "boolean"
|
|
2638
|
-
},
|
|
2639
|
-
{
|
|
2640
|
-
"type": "parenthesizedType",
|
|
2641
|
-
"annotation": {
|
|
2642
|
-
"type": "function",
|
|
2643
|
-
"parameters": [
|
|
2644
|
-
{
|
|
2645
|
-
"type": "identifier",
|
|
2646
|
-
"name": "row",
|
|
2647
|
-
"annotation": {
|
|
2648
|
-
"type": "reference",
|
|
2649
|
-
"typeName": {
|
|
2650
|
-
"type": "identifier",
|
|
2651
|
-
"name": "Record"
|
|
2652
|
-
},
|
|
2653
|
-
"typeParameters": {
|
|
2654
|
-
"type": "typeParameterInstantiation",
|
|
2655
|
-
"params": [
|
|
2656
|
-
{
|
|
2657
|
-
"type": "keyword",
|
|
2658
|
-
"value": "string"
|
|
2659
|
-
},
|
|
2660
|
-
{
|
|
2661
|
-
"type": "keyword",
|
|
2662
|
-
"value": "any"
|
|
2663
|
-
}
|
|
2664
|
-
]
|
|
2665
|
-
}
|
|
2666
|
-
}
|
|
2667
|
-
},
|
|
2668
|
-
{
|
|
2669
|
-
"type": "identifier",
|
|
2670
|
-
"name": "index",
|
|
2671
|
-
"annotation": {
|
|
2672
|
-
"type": "keyword",
|
|
2673
|
-
"value": "number"
|
|
2674
|
-
}
|
|
2675
|
-
}
|
|
2676
|
-
],
|
|
2677
|
-
"annotation": {
|
|
2678
|
-
"type": "keyword",
|
|
2679
|
-
"value": "boolean"
|
|
2680
|
-
}
|
|
2681
|
-
}
|
|
2682
|
-
}
|
|
2683
|
-
]
|
|
2657
|
+
"type": "keyword",
|
|
2658
|
+
"value": "boolean"
|
|
2684
2659
|
}
|
|
2685
2660
|
},
|
|
2686
2661
|
{
|
|
2687
|
-
"name": "
|
|
2662
|
+
"name": "themeVariant",
|
|
2688
2663
|
"annotation": {
|
|
2689
2664
|
"type": "union",
|
|
2690
2665
|
"types": [
|
|
2691
2666
|
{
|
|
2692
|
-
"type": "
|
|
2693
|
-
"value": "
|
|
2667
|
+
"type": "jsLiteral",
|
|
2668
|
+
"value": "default"
|
|
2694
2669
|
},
|
|
2695
2670
|
{
|
|
2696
|
-
"type": "
|
|
2697
|
-
"
|
|
2698
|
-
"type": "function",
|
|
2699
|
-
"parameters": [
|
|
2700
|
-
{
|
|
2701
|
-
"type": "identifier",
|
|
2702
|
-
"name": "value",
|
|
2703
|
-
"annotation": {
|
|
2704
|
-
"type": "array",
|
|
2705
|
-
"elementType": {
|
|
2706
|
-
"type": "reference",
|
|
2707
|
-
"typeName": {
|
|
2708
|
-
"type": "identifier",
|
|
2709
|
-
"name": "Record"
|
|
2710
|
-
},
|
|
2711
|
-
"typeParameters": {
|
|
2712
|
-
"type": "typeParameterInstantiation",
|
|
2713
|
-
"params": [
|
|
2714
|
-
{
|
|
2715
|
-
"type": "keyword",
|
|
2716
|
-
"value": "string"
|
|
2717
|
-
},
|
|
2718
|
-
{
|
|
2719
|
-
"type": "keyword",
|
|
2720
|
-
"value": "any"
|
|
2721
|
-
}
|
|
2722
|
-
]
|
|
2723
|
-
}
|
|
2724
|
-
}
|
|
2725
|
-
}
|
|
2726
|
-
}
|
|
2727
|
-
],
|
|
2728
|
-
"annotation": {
|
|
2729
|
-
"type": "keyword",
|
|
2730
|
-
"value": "boolean"
|
|
2731
|
-
}
|
|
2732
|
-
}
|
|
2671
|
+
"type": "jsLiteral",
|
|
2672
|
+
"value": "elevo"
|
|
2733
2673
|
}
|
|
2734
2674
|
]
|
|
2735
2675
|
}
|
|
2736
|
-
}
|
|
2676
|
+
}
|
|
2677
|
+
],
|
|
2678
|
+
"events": [
|
|
2737
2679
|
{
|
|
2738
|
-
"name": "
|
|
2739
|
-
"
|
|
2740
|
-
"
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
"
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
},
|
|
2762
|
-
"typeParameters": {
|
|
2763
|
-
"type": "typeParameterInstantiation",
|
|
2764
|
-
"params": [
|
|
2765
|
-
{
|
|
2766
|
-
"type": "keyword",
|
|
2767
|
-
"value": "string"
|
|
2768
|
-
},
|
|
2769
|
-
{
|
|
2770
|
-
"type": "keyword",
|
|
2771
|
-
"value": "any"
|
|
2772
|
-
}
|
|
2773
|
-
]
|
|
2774
|
-
}
|
|
2680
|
+
"name": "change",
|
|
2681
|
+
"detail": {
|
|
2682
|
+
"annotation": {
|
|
2683
|
+
"type": "typeLiteral",
|
|
2684
|
+
"members": [
|
|
2685
|
+
{
|
|
2686
|
+
"type": "propertySignature",
|
|
2687
|
+
"key": {
|
|
2688
|
+
"type": "identifier",
|
|
2689
|
+
"name": "value"
|
|
2690
|
+
},
|
|
2691
|
+
"annotation": {
|
|
2692
|
+
"type": "union",
|
|
2693
|
+
"types": [
|
|
2694
|
+
{
|
|
2695
|
+
"type": "keyword",
|
|
2696
|
+
"value": "string"
|
|
2697
|
+
},
|
|
2698
|
+
{
|
|
2699
|
+
"type": "array",
|
|
2700
|
+
"elementType": {
|
|
2701
|
+
"type": "keyword",
|
|
2702
|
+
"value": "string"
|
|
2775
2703
|
}
|
|
2776
2704
|
}
|
|
2777
|
-
|
|
2778
|
-
|
|
2705
|
+
]
|
|
2706
|
+
},
|
|
2707
|
+
"computed": false
|
|
2708
|
+
},
|
|
2709
|
+
{
|
|
2710
|
+
"type": "propertySignature",
|
|
2711
|
+
"key": {
|
|
2712
|
+
"type": "identifier",
|
|
2713
|
+
"name": "options"
|
|
2714
|
+
},
|
|
2779
2715
|
"annotation": {
|
|
2780
|
-
"type": "
|
|
2781
|
-
"
|
|
2782
|
-
|
|
2716
|
+
"type": "array",
|
|
2717
|
+
"elementType": {
|
|
2718
|
+
"type": "reference",
|
|
2719
|
+
"typeName": {
|
|
2720
|
+
"type": "identifier",
|
|
2721
|
+
"name": "GeneralComplexOption"
|
|
2722
|
+
}
|
|
2723
|
+
}
|
|
2724
|
+
},
|
|
2725
|
+
"computed": false
|
|
2783
2726
|
}
|
|
2784
|
-
|
|
2785
|
-
|
|
2727
|
+
]
|
|
2728
|
+
}
|
|
2786
2729
|
}
|
|
2787
2730
|
},
|
|
2788
2731
|
{
|
|
2789
|
-
"name": "
|
|
2790
|
-
"
|
|
2791
|
-
"
|
|
2792
|
-
|
|
2793
|
-
"
|
|
2794
|
-
|
|
2732
|
+
"name": "change.v2",
|
|
2733
|
+
"detail": {
|
|
2734
|
+
"annotation": {
|
|
2735
|
+
"type": "union",
|
|
2736
|
+
"types": [
|
|
2737
|
+
{
|
|
2738
|
+
"type": "keyword",
|
|
2739
|
+
"value": "string"
|
|
2740
|
+
},
|
|
2741
|
+
{
|
|
2742
|
+
"type": "array",
|
|
2743
|
+
"elementType": {
|
|
2744
|
+
"type": "keyword",
|
|
2745
|
+
"value": "string"
|
|
2746
|
+
}
|
|
2747
|
+
}
|
|
2748
|
+
]
|
|
2795
2749
|
}
|
|
2796
2750
|
}
|
|
2797
|
-
}
|
|
2798
|
-
],
|
|
2799
|
-
"events": [
|
|
2751
|
+
},
|
|
2800
2752
|
{
|
|
2801
|
-
"name": "
|
|
2753
|
+
"name": "search",
|
|
2802
2754
|
"detail": {
|
|
2803
2755
|
"annotation": {
|
|
2804
|
-
"type": "
|
|
2805
|
-
"
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
"
|
|
2809
|
-
|
|
2756
|
+
"type": "typeLiteral",
|
|
2757
|
+
"members": [
|
|
2758
|
+
{
|
|
2759
|
+
"type": "propertySignature",
|
|
2760
|
+
"key": {
|
|
2761
|
+
"type": "identifier",
|
|
2762
|
+
"name": "value"
|
|
2763
|
+
},
|
|
2764
|
+
"annotation": {
|
|
2765
|
+
"type": "keyword",
|
|
2766
|
+
"value": "string"
|
|
2767
|
+
},
|
|
2768
|
+
"computed": false
|
|
2810
2769
|
}
|
|
2811
|
-
|
|
2770
|
+
]
|
|
2812
2771
|
}
|
|
2813
2772
|
}
|
|
2814
2773
|
},
|
|
2815
2774
|
{
|
|
2816
|
-
"name": "
|
|
2775
|
+
"name": "select.focus",
|
|
2817
2776
|
"detail": {
|
|
2818
2777
|
"annotation": {
|
|
2819
|
-
"type": "
|
|
2820
|
-
"
|
|
2821
|
-
"type": "identifier",
|
|
2822
|
-
"name": "rowDataType"
|
|
2823
|
-
}
|
|
2778
|
+
"type": "keyword",
|
|
2779
|
+
"value": "void"
|
|
2824
2780
|
}
|
|
2825
2781
|
}
|
|
2826
2782
|
},
|
|
2827
2783
|
{
|
|
2828
|
-
"name": "
|
|
2784
|
+
"name": "options.change",
|
|
2829
2785
|
"detail": {
|
|
2830
2786
|
"annotation": {
|
|
2831
|
-
"type": "
|
|
2832
|
-
"
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2787
|
+
"type": "typeLiteral",
|
|
2788
|
+
"members": [
|
|
2789
|
+
{
|
|
2790
|
+
"type": "propertySignature",
|
|
2791
|
+
"key": {
|
|
2792
|
+
"type": "identifier",
|
|
2793
|
+
"name": "options"
|
|
2794
|
+
},
|
|
2795
|
+
"annotation": {
|
|
2796
|
+
"type": "typeLiteral",
|
|
2797
|
+
"members": [
|
|
2798
|
+
{
|
|
2799
|
+
"type": "propertySignature",
|
|
2800
|
+
"key": {
|
|
2801
|
+
"type": "identifier",
|
|
2802
|
+
"name": "label"
|
|
2803
|
+
},
|
|
2804
|
+
"annotation": {
|
|
2805
|
+
"type": "keyword",
|
|
2806
|
+
"value": "string"
|
|
2807
|
+
},
|
|
2808
|
+
"computed": false
|
|
2809
|
+
},
|
|
2810
|
+
{
|
|
2811
|
+
"type": "propertySignature",
|
|
2812
|
+
"key": {
|
|
2813
|
+
"type": "identifier",
|
|
2814
|
+
"name": "value"
|
|
2815
|
+
},
|
|
2816
|
+
"annotation": {
|
|
2817
|
+
"type": "keyword",
|
|
2818
|
+
"value": "any"
|
|
2819
|
+
},
|
|
2820
|
+
"computed": false
|
|
2821
|
+
},
|
|
2822
|
+
{
|
|
2823
|
+
"type": "indexSignature",
|
|
2824
|
+
"parameter": {
|
|
2825
|
+
"type": "identifier",
|
|
2826
|
+
"name": "key",
|
|
2827
|
+
"annotation": {
|
|
2828
|
+
"type": "keyword",
|
|
2829
|
+
"value": "string"
|
|
2830
|
+
}
|
|
2831
|
+
},
|
|
2832
|
+
"annotation": {
|
|
2833
|
+
"type": "keyword",
|
|
2834
|
+
"value": "any"
|
|
2835
|
+
}
|
|
2836
|
+
}
|
|
2837
|
+
]
|
|
2838
|
+
},
|
|
2839
|
+
"computed": false
|
|
2840
|
+
},
|
|
2841
|
+
{
|
|
2842
|
+
"type": "propertySignature",
|
|
2843
|
+
"key": {
|
|
2844
|
+
"type": "identifier",
|
|
2845
|
+
"name": "name"
|
|
2846
|
+
},
|
|
2847
|
+
"annotation": {
|
|
2848
|
+
"type": "keyword",
|
|
2849
|
+
"value": "string"
|
|
2850
|
+
},
|
|
2851
|
+
"computed": false
|
|
2852
|
+
}
|
|
2853
|
+
]
|
|
2836
2854
|
}
|
|
2837
2855
|
}
|
|
2838
2856
|
}
|
|
@@ -2840,58 +2858,118 @@
|
|
|
2840
2858
|
"methods": [],
|
|
2841
2859
|
"types": [
|
|
2842
2860
|
{
|
|
2843
|
-
"type": "
|
|
2844
|
-
"name": "
|
|
2845
|
-
"
|
|
2846
|
-
"type": "
|
|
2847
|
-
"
|
|
2848
|
-
|
|
2849
|
-
|
|
2861
|
+
"type": "interface",
|
|
2862
|
+
"name": "GeneralComplexOption",
|
|
2863
|
+
"typeParameters": {
|
|
2864
|
+
"type": "typeParameterDeclaration",
|
|
2865
|
+
"params": [
|
|
2866
|
+
{
|
|
2867
|
+
"type": "typeParameter",
|
|
2868
|
+
"name": "T",
|
|
2869
|
+
"default": {
|
|
2870
|
+
"type": "union",
|
|
2871
|
+
"types": [
|
|
2872
|
+
{
|
|
2873
|
+
"type": "keyword",
|
|
2874
|
+
"value": "string"
|
|
2875
|
+
},
|
|
2876
|
+
{
|
|
2877
|
+
"type": "keyword",
|
|
2878
|
+
"value": "number"
|
|
2879
|
+
},
|
|
2880
|
+
{
|
|
2881
|
+
"type": "keyword",
|
|
2882
|
+
"value": "boolean"
|
|
2883
|
+
}
|
|
2884
|
+
]
|
|
2885
|
+
}
|
|
2886
|
+
}
|
|
2887
|
+
]
|
|
2888
|
+
},
|
|
2889
|
+
"body": [
|
|
2890
|
+
{
|
|
2891
|
+
"type": "propertySignature",
|
|
2892
|
+
"key": {
|
|
2893
|
+
"type": "identifier",
|
|
2894
|
+
"name": "label"
|
|
2895
|
+
},
|
|
2896
|
+
"annotation": {
|
|
2897
|
+
"type": "keyword",
|
|
2898
|
+
"value": "string"
|
|
2899
|
+
},
|
|
2900
|
+
"computed": false
|
|
2901
|
+
},
|
|
2902
|
+
{
|
|
2903
|
+
"type": "propertySignature",
|
|
2904
|
+
"key": {
|
|
2905
|
+
"type": "identifier",
|
|
2906
|
+
"name": "value"
|
|
2907
|
+
},
|
|
2908
|
+
"annotation": {
|
|
2909
|
+
"type": "reference",
|
|
2910
|
+
"typeName": {
|
|
2911
|
+
"type": "identifier",
|
|
2912
|
+
"name": "T"
|
|
2913
|
+
}
|
|
2914
|
+
},
|
|
2915
|
+
"computed": false
|
|
2916
|
+
},
|
|
2917
|
+
{
|
|
2918
|
+
"type": "propertySignature",
|
|
2919
|
+
"key": {
|
|
2920
|
+
"type": "identifier",
|
|
2921
|
+
"name": "caption"
|
|
2922
|
+
},
|
|
2923
|
+
"annotation": {
|
|
2924
|
+
"type": "keyword",
|
|
2925
|
+
"value": "string"
|
|
2926
|
+
},
|
|
2927
|
+
"optional": true,
|
|
2928
|
+
"computed": false
|
|
2929
|
+
},
|
|
2930
|
+
{
|
|
2931
|
+
"type": "propertySignature",
|
|
2932
|
+
"key": {
|
|
2933
|
+
"type": "identifier",
|
|
2934
|
+
"name": "emoji"
|
|
2935
|
+
},
|
|
2936
|
+
"annotation": {
|
|
2937
|
+
"type": "keyword",
|
|
2938
|
+
"value": "string"
|
|
2939
|
+
},
|
|
2940
|
+
"optional": true,
|
|
2941
|
+
"computed": false
|
|
2850
2942
|
},
|
|
2851
|
-
|
|
2852
|
-
"type": "
|
|
2853
|
-
"
|
|
2854
|
-
|
|
2943
|
+
{
|
|
2944
|
+
"type": "indexSignature",
|
|
2945
|
+
"parameter": {
|
|
2946
|
+
"type": "identifier",
|
|
2947
|
+
"name": "key",
|
|
2948
|
+
"annotation": {
|
|
2855
2949
|
"type": "keyword",
|
|
2856
2950
|
"value": "string"
|
|
2857
|
-
},
|
|
2858
|
-
{
|
|
2859
|
-
"type": "keyword",
|
|
2860
|
-
"value": "any"
|
|
2861
2951
|
}
|
|
2862
|
-
|
|
2952
|
+
},
|
|
2953
|
+
"annotation": {
|
|
2954
|
+
"type": "keyword",
|
|
2955
|
+
"value": "any"
|
|
2956
|
+
}
|
|
2863
2957
|
}
|
|
2864
|
-
|
|
2958
|
+
]
|
|
2865
2959
|
},
|
|
2866
2960
|
{
|
|
2867
2961
|
"type": "interface",
|
|
2868
|
-
"name": "
|
|
2962
|
+
"name": "UseBackendConf",
|
|
2869
2963
|
"body": [
|
|
2870
2964
|
{
|
|
2871
2965
|
"type": "propertySignature",
|
|
2872
2966
|
"key": {
|
|
2873
2967
|
"type": "identifier",
|
|
2874
|
-
"name": "
|
|
2968
|
+
"name": "provider"
|
|
2875
2969
|
},
|
|
2876
2970
|
"annotation": {
|
|
2877
|
-
"type": "
|
|
2878
|
-
"
|
|
2879
|
-
"type": "identifier",
|
|
2880
|
-
"name": "Record"
|
|
2881
|
-
},
|
|
2882
|
-
"typeParameters": {
|
|
2883
|
-
"type": "typeParameterInstantiation",
|
|
2884
|
-
"params": [
|
|
2885
|
-
{
|
|
2886
|
-
"type": "keyword",
|
|
2887
|
-
"value": "string"
|
|
2888
|
-
},
|
|
2889
|
-
{
|
|
2890
|
-
"type": "keyword",
|
|
2891
|
-
"value": "any"
|
|
2892
|
-
}
|
|
2893
|
-
]
|
|
2894
|
-
}
|
|
2971
|
+
"type": "keyword",
|
|
2972
|
+
"value": "string"
|
|
2895
2973
|
},
|
|
2896
2974
|
"computed": false
|
|
2897
2975
|
},
|
|
@@ -2899,156 +2977,78 @@
|
|
|
2899
2977
|
"type": "propertySignature",
|
|
2900
2978
|
"key": {
|
|
2901
2979
|
"type": "identifier",
|
|
2902
|
-
"name": "
|
|
2980
|
+
"name": "args"
|
|
2903
2981
|
},
|
|
2904
2982
|
"annotation": {
|
|
2905
|
-
"type": "
|
|
2906
|
-
"
|
|
2983
|
+
"type": "union",
|
|
2984
|
+
"types": [
|
|
2985
|
+
{
|
|
2986
|
+
"type": "array",
|
|
2987
|
+
"elementType": {
|
|
2988
|
+
"type": "keyword",
|
|
2989
|
+
"value": "any"
|
|
2990
|
+
}
|
|
2991
|
+
},
|
|
2992
|
+
{
|
|
2993
|
+
"type": "parenthesizedType",
|
|
2994
|
+
"annotation": {
|
|
2995
|
+
"type": "function",
|
|
2996
|
+
"parameters": [
|
|
2997
|
+
{
|
|
2998
|
+
"type": "restElement",
|
|
2999
|
+
"argument": {
|
|
3000
|
+
"type": "identifier",
|
|
3001
|
+
"name": "args"
|
|
3002
|
+
},
|
|
3003
|
+
"annotation": {
|
|
3004
|
+
"type": "array",
|
|
3005
|
+
"elementType": {
|
|
3006
|
+
"type": "keyword",
|
|
3007
|
+
"value": "any"
|
|
3008
|
+
}
|
|
3009
|
+
}
|
|
3010
|
+
}
|
|
3011
|
+
],
|
|
3012
|
+
"annotation": {
|
|
3013
|
+
"type": "array",
|
|
3014
|
+
"elementType": {
|
|
3015
|
+
"type": "keyword",
|
|
3016
|
+
"value": "any"
|
|
3017
|
+
}
|
|
3018
|
+
}
|
|
3019
|
+
}
|
|
3020
|
+
}
|
|
3021
|
+
]
|
|
2907
3022
|
},
|
|
2908
3023
|
"computed": false
|
|
2909
|
-
}
|
|
2910
|
-
]
|
|
2911
|
-
}
|
|
2912
|
-
]
|
|
2913
|
-
},
|
|
2914
|
-
"eo-icon-select": {
|
|
2915
|
-
"properties": [
|
|
2916
|
-
{
|
|
2917
|
-
"name": "name",
|
|
2918
|
-
"annotation": {
|
|
2919
|
-
"type": "keyword",
|
|
2920
|
-
"value": "string"
|
|
2921
|
-
}
|
|
2922
|
-
},
|
|
2923
|
-
{
|
|
2924
|
-
"name": "label",
|
|
2925
|
-
"annotation": {
|
|
2926
|
-
"type": "keyword",
|
|
2927
|
-
"value": "string"
|
|
2928
|
-
}
|
|
2929
|
-
},
|
|
2930
|
-
{
|
|
2931
|
-
"name": "value",
|
|
2932
|
-
"annotation": {
|
|
2933
|
-
"type": "reference",
|
|
2934
|
-
"typeName": {
|
|
2935
|
-
"type": "identifier",
|
|
2936
|
-
"name": "Icon"
|
|
2937
|
-
}
|
|
2938
|
-
}
|
|
2939
|
-
},
|
|
2940
|
-
{
|
|
2941
|
-
"name": "disabled",
|
|
2942
|
-
"annotation": {
|
|
2943
|
-
"type": "keyword",
|
|
2944
|
-
"value": "boolean"
|
|
2945
|
-
}
|
|
2946
|
-
},
|
|
2947
|
-
{
|
|
2948
|
-
"name": "required",
|
|
2949
|
-
"annotation": {
|
|
2950
|
-
"type": "keyword",
|
|
2951
|
-
"value": "boolean"
|
|
2952
|
-
}
|
|
2953
|
-
},
|
|
2954
|
-
{
|
|
2955
|
-
"name": "message",
|
|
2956
|
-
"annotation": {
|
|
2957
|
-
"type": "reference",
|
|
2958
|
-
"typeName": {
|
|
2959
|
-
"type": "identifier",
|
|
2960
|
-
"name": "Record"
|
|
2961
3024
|
},
|
|
2962
|
-
|
|
2963
|
-
"type": "
|
|
2964
|
-
"
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
"value": "string"
|
|
2968
|
-
},
|
|
2969
|
-
{
|
|
2970
|
-
"type": "keyword",
|
|
2971
|
-
"value": "string"
|
|
2972
|
-
}
|
|
2973
|
-
]
|
|
2974
|
-
}
|
|
2975
|
-
}
|
|
2976
|
-
},
|
|
2977
|
-
{
|
|
2978
|
-
"name": "themeVariant",
|
|
2979
|
-
"annotation": {
|
|
2980
|
-
"type": "union",
|
|
2981
|
-
"types": [
|
|
2982
|
-
{
|
|
2983
|
-
"type": "jsLiteral",
|
|
2984
|
-
"value": "default"
|
|
3025
|
+
{
|
|
3026
|
+
"type": "propertySignature",
|
|
3027
|
+
"key": {
|
|
3028
|
+
"type": "identifier",
|
|
3029
|
+
"name": "transform"
|
|
2985
3030
|
},
|
|
2986
|
-
{
|
|
2987
|
-
"type": "
|
|
2988
|
-
"
|
|
2989
|
-
|
|
2990
|
-
]
|
|
2991
|
-
}
|
|
2992
|
-
}
|
|
2993
|
-
],
|
|
2994
|
-
"events": [
|
|
2995
|
-
{
|
|
2996
|
-
"name": "change",
|
|
2997
|
-
"detail": {
|
|
2998
|
-
"annotation": {
|
|
2999
|
-
"type": "union",
|
|
3000
|
-
"types": [
|
|
3001
|
-
{
|
|
3002
|
-
"type": "reference",
|
|
3003
|
-
"typeName": {
|
|
3031
|
+
"annotation": {
|
|
3032
|
+
"type": "function",
|
|
3033
|
+
"parameters": [
|
|
3034
|
+
{
|
|
3004
3035
|
"type": "identifier",
|
|
3005
|
-
"name": "
|
|
3036
|
+
"name": "data",
|
|
3037
|
+
"annotation": {
|
|
3038
|
+
"type": "keyword",
|
|
3039
|
+
"value": "any"
|
|
3040
|
+
}
|
|
3006
3041
|
}
|
|
3007
|
-
|
|
3008
|
-
{
|
|
3042
|
+
],
|
|
3043
|
+
"annotation": {
|
|
3009
3044
|
"type": "keyword",
|
|
3010
|
-
"value": "
|
|
3011
|
-
}
|
|
3012
|
-
]
|
|
3013
|
-
}
|
|
3014
|
-
}
|
|
3015
|
-
}
|
|
3016
|
-
],
|
|
3017
|
-
"methods": [],
|
|
3018
|
-
"types": [
|
|
3019
|
-
{
|
|
3020
|
-
"type": "typeAlias",
|
|
3021
|
-
"name": "Icon",
|
|
3022
|
-
"annotation": {
|
|
3023
|
-
"type": "intersection",
|
|
3024
|
-
"types": [
|
|
3025
|
-
{
|
|
3026
|
-
"type": "reference",
|
|
3027
|
-
"typeName": {
|
|
3028
|
-
"type": "identifier",
|
|
3029
|
-
"name": "LibIconProps"
|
|
3045
|
+
"value": "void"
|
|
3030
3046
|
}
|
|
3031
3047
|
},
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
"type": "propertySignature",
|
|
3037
|
-
"key": {
|
|
3038
|
-
"type": "identifier",
|
|
3039
|
-
"name": "color"
|
|
3040
|
-
},
|
|
3041
|
-
"annotation": {
|
|
3042
|
-
"type": "keyword",
|
|
3043
|
-
"value": "string"
|
|
3044
|
-
},
|
|
3045
|
-
"optional": true,
|
|
3046
|
-
"computed": false
|
|
3047
|
-
}
|
|
3048
|
-
]
|
|
3049
|
-
}
|
|
3050
|
-
]
|
|
3051
|
-
}
|
|
3048
|
+
"optional": true,
|
|
3049
|
+
"computed": false
|
|
3050
|
+
}
|
|
3051
|
+
]
|
|
3052
3052
|
}
|
|
3053
3053
|
]
|
|
3054
3054
|
},
|