@next-bricks/form 1.21.7 → 1.21.9
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 +42 -42
- package/dist/chunks/9949.753e2720.js.map +1 -1
- package/dist/chunks/eo-checkbox.0b875e8b.js.map +1 -1
- package/dist/chunks/eo-color-picker.c3b11b2f.js.map +1 -1
- package/dist/chunks/eo-date-picker.f5894c3c.js.map +1 -1
- package/dist/chunks/eo-dynamic-form-item.3837c24e.js.map +1 -1
- package/dist/chunks/eo-icon-select.d343ca96.js.map +1 -1
- package/dist/chunks/eo-select.9c05c45b.js.map +1 -1
- package/dist/chunks/eo-submit-buttons.bccc3dbf.js.map +1 -1
- package/dist/chunks/eo-switch.3607f593.js.map +1 -1
- package/dist/chunks/eo-textarea.fbc8c190.js.map +1 -1
- package/dist/chunks/eo-time-picker.da156d88.js.map +1 -1
- package/dist/chunks/eo-time-range-picker.15864724.js.map +1 -1
- package/dist/chunks/eo-upload-file.8e5acc0f.js.map +1 -1
- package/dist/chunks/eo-upload-image.1ae9beb3.js.map +1 -1
- package/dist/chunks/{main.87225246.js → main.7bc729a9.js} +2 -2
- package/dist/chunks/{main.87225246.js.map → main.7bc729a9.js.map} +1 -1
- package/dist/examples.json +16 -16
- package/dist/{index.6bd92494.js → index.cfcc28b9.js} +2 -2
- package/dist/{index.6bd92494.js.map → index.cfcc28b9.js.map} +1 -1
- package/dist/manifest.json +716 -716
- package/dist/types.json +1127 -1127
- package/dist-types/checkbox/index.d.ts +11 -0
- package/dist-types/color-picker/index.d.ts +6 -0
- package/dist-types/date-picker/index.d.ts +8 -0
- package/dist-types/dynamic-form-item/index.d.ts +12 -2
- package/dist-types/general-switch/index.d.ts +7 -2
- package/dist-types/icon-select/index.d.ts +7 -1
- package/dist-types/select/index.d.ts +26 -0
- package/dist-types/submit-buttons/index.d.ts +8 -0
- package/dist-types/textarea/index.d.ts +6 -0
- package/dist-types/time-picker/index.d.ts +11 -2
- package/dist-types/time-range-picker/index.d.ts +6 -0
- package/dist-types/upload/upload-file/index.d.ts +6 -0
- package/dist-types/upload/upload-image/index.d.ts +6 -0
- package/package.json +2 -2
package/dist/types.json
CHANGED
|
@@ -1,4 +1,224 @@
|
|
|
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
|
+
},
|
|
2
222
|
"eo-submit-buttons": {
|
|
3
223
|
"properties": [
|
|
4
224
|
{
|
|
@@ -216,7 +436,7 @@
|
|
|
216
436
|
],
|
|
217
437
|
"methods": []
|
|
218
438
|
},
|
|
219
|
-
"eo-
|
|
439
|
+
"eo-switch": {
|
|
220
440
|
"properties": [
|
|
221
441
|
{
|
|
222
442
|
"name": "name",
|
|
@@ -236,272 +456,52 @@
|
|
|
236
456
|
"name": "value",
|
|
237
457
|
"annotation": {
|
|
238
458
|
"type": "keyword",
|
|
239
|
-
"value": "
|
|
459
|
+
"value": "boolean"
|
|
240
460
|
}
|
|
241
461
|
},
|
|
242
462
|
{
|
|
243
|
-
"name": "
|
|
463
|
+
"name": "disabled",
|
|
244
464
|
"annotation": {
|
|
245
465
|
"type": "keyword",
|
|
246
|
-
"value": "
|
|
466
|
+
"value": "boolean"
|
|
247
467
|
}
|
|
248
468
|
},
|
|
249
469
|
{
|
|
250
|
-
"name": "
|
|
470
|
+
"name": "size",
|
|
251
471
|
"annotation": {
|
|
252
|
-
"type": "
|
|
253
|
-
"
|
|
472
|
+
"type": "reference",
|
|
473
|
+
"typeName": {
|
|
474
|
+
"type": "identifier",
|
|
475
|
+
"name": "ComponentSize"
|
|
476
|
+
}
|
|
254
477
|
}
|
|
255
478
|
},
|
|
256
479
|
{
|
|
257
|
-
"name": "
|
|
480
|
+
"name": "checkedText",
|
|
258
481
|
"annotation": {
|
|
259
482
|
"type": "keyword",
|
|
260
|
-
"value": "
|
|
483
|
+
"value": "string"
|
|
261
484
|
}
|
|
262
485
|
},
|
|
263
486
|
{
|
|
264
|
-
"name": "
|
|
487
|
+
"name": "unCheckedText",
|
|
265
488
|
"annotation": {
|
|
266
489
|
"type": "keyword",
|
|
267
|
-
"value": "
|
|
490
|
+
"value": "string"
|
|
268
491
|
}
|
|
269
492
|
},
|
|
270
493
|
{
|
|
271
|
-
"name": "
|
|
494
|
+
"name": "checkedIcon",
|
|
272
495
|
"annotation": {
|
|
273
496
|
"type": "reference",
|
|
274
497
|
"typeName": {
|
|
275
498
|
"type": "identifier",
|
|
276
|
-
"name": "
|
|
499
|
+
"name": "GeneralIconProps"
|
|
277
500
|
}
|
|
278
501
|
}
|
|
279
502
|
},
|
|
280
503
|
{
|
|
281
|
-
"name": "
|
|
282
|
-
"annotation": {
|
|
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",
|
|
504
|
+
"name": "unCheckedIcon",
|
|
505
505
|
"annotation": {
|
|
506
506
|
"type": "reference",
|
|
507
507
|
"typeName": {
|
|
@@ -1876,7 +1876,7 @@
|
|
|
1876
1876
|
}
|
|
1877
1877
|
]
|
|
1878
1878
|
},
|
|
1879
|
-
"eo-
|
|
1879
|
+
"eo-select": {
|
|
1880
1880
|
"properties": [
|
|
1881
1881
|
{
|
|
1882
1882
|
"name": "name",
|
|
@@ -1886,32 +1886,46 @@
|
|
|
1886
1886
|
}
|
|
1887
1887
|
},
|
|
1888
1888
|
{
|
|
1889
|
-
"name": "
|
|
1889
|
+
"name": "placeholder",
|
|
1890
1890
|
"annotation": {
|
|
1891
1891
|
"type": "keyword",
|
|
1892
1892
|
"value": "string"
|
|
1893
1893
|
}
|
|
1894
1894
|
},
|
|
1895
1895
|
{
|
|
1896
|
-
"name": "
|
|
1896
|
+
"name": "label",
|
|
1897
1897
|
"annotation": {
|
|
1898
1898
|
"type": "keyword",
|
|
1899
|
-
"value": "
|
|
1899
|
+
"value": "string"
|
|
1900
1900
|
}
|
|
1901
1901
|
},
|
|
1902
1902
|
{
|
|
1903
|
-
"name": "
|
|
1903
|
+
"name": "options",
|
|
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": "GeneralComplexOption"
|
|
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
|
+
},
|
|
1915
1929
|
{
|
|
1916
1930
|
"name": "message",
|
|
1917
1931
|
"annotation": {
|
|
@@ -1936,408 +1950,174 @@
|
|
|
1936
1950
|
}
|
|
1937
1951
|
},
|
|
1938
1952
|
{
|
|
1939
|
-
"name": "
|
|
1953
|
+
"name": "disabled",
|
|
1954
|
+
"annotation": {
|
|
1955
|
+
"type": "keyword",
|
|
1956
|
+
"value": "boolean"
|
|
1957
|
+
}
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
"name": "mode",
|
|
1940
1961
|
"annotation": {
|
|
1941
1962
|
"type": "union",
|
|
1942
1963
|
"types": [
|
|
1943
1964
|
{
|
|
1944
|
-
"type": "
|
|
1945
|
-
"value": "
|
|
1946
|
-
},
|
|
1965
|
+
"type": "jsLiteral",
|
|
1966
|
+
"value": "tags"
|
|
1967
|
+
},
|
|
1947
1968
|
{
|
|
1948
|
-
"type": "
|
|
1949
|
-
"
|
|
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
|
-
}
|
|
1969
|
+
"type": "jsLiteral",
|
|
1970
|
+
"value": "multiple"
|
|
1990
1971
|
}
|
|
1991
1972
|
]
|
|
1992
1973
|
}
|
|
1993
1974
|
},
|
|
1994
1975
|
{
|
|
1995
|
-
"name": "
|
|
1976
|
+
"name": "tokenSeparators",
|
|
1996
1977
|
"annotation": {
|
|
1997
|
-
"type": "
|
|
1998
|
-
"
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
},
|
|
2003
|
-
{
|
|
2004
|
-
"type": "parenthesizedType",
|
|
2005
|
-
"annotation": {
|
|
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"
|
|
2044
|
-
}
|
|
2045
|
-
}
|
|
2046
|
-
}
|
|
2047
|
-
]
|
|
1978
|
+
"type": "array",
|
|
1979
|
+
"elementType": {
|
|
1980
|
+
"type": "keyword",
|
|
1981
|
+
"value": "string"
|
|
1982
|
+
}
|
|
2048
1983
|
}
|
|
2049
1984
|
},
|
|
2050
1985
|
{
|
|
2051
|
-
"name": "
|
|
1986
|
+
"name": "maxTagCount",
|
|
2052
1987
|
"annotation": {
|
|
2053
|
-
"type": "
|
|
2054
|
-
"
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
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",
|
|
2001
|
+
"annotation": {
|
|
2002
|
+
"type": "typeLiteral",
|
|
2003
|
+
"members": [
|
|
2059
2004
|
{
|
|
2060
|
-
"type": "
|
|
2005
|
+
"type": "propertySignature",
|
|
2006
|
+
"key": {
|
|
2007
|
+
"type": "identifier",
|
|
2008
|
+
"name": "useBrick"
|
|
2009
|
+
},
|
|
2061
2010
|
"annotation": {
|
|
2062
|
-
"type": "
|
|
2063
|
-
"
|
|
2064
|
-
|
|
2065
|
-
|
|
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"
|
|
2011
|
+
"type": "reference",
|
|
2012
|
+
"typeName": {
|
|
2013
|
+
"type": "identifier",
|
|
2014
|
+
"name": "UseSingleBrickConf"
|
|
2095
2015
|
}
|
|
2096
|
-
}
|
|
2016
|
+
},
|
|
2017
|
+
"computed": false
|
|
2097
2018
|
}
|
|
2098
2019
|
]
|
|
2099
2020
|
}
|
|
2100
2021
|
},
|
|
2101
2022
|
{
|
|
2102
|
-
"name": "
|
|
2023
|
+
"name": "clearable",
|
|
2103
2024
|
"annotation": {
|
|
2104
|
-
"type": "
|
|
2105
|
-
"
|
|
2025
|
+
"type": "keyword",
|
|
2026
|
+
"value": "boolean"
|
|
2027
|
+
}
|
|
2028
|
+
},
|
|
2029
|
+
{
|
|
2030
|
+
"name": "fields",
|
|
2031
|
+
"annotation": {
|
|
2032
|
+
"type": "typeLiteral",
|
|
2033
|
+
"members": [
|
|
2106
2034
|
{
|
|
2107
|
-
"type": "
|
|
2108
|
-
"
|
|
2035
|
+
"type": "propertySignature",
|
|
2036
|
+
"key": {
|
|
2037
|
+
"type": "identifier",
|
|
2038
|
+
"name": "label"
|
|
2039
|
+
},
|
|
2040
|
+
"annotation": {
|
|
2041
|
+
"type": "keyword",
|
|
2042
|
+
"value": "string"
|
|
2043
|
+
},
|
|
2044
|
+
"optional": true,
|
|
2045
|
+
"computed": false
|
|
2109
2046
|
},
|
|
2110
2047
|
{
|
|
2111
|
-
"type": "
|
|
2048
|
+
"type": "propertySignature",
|
|
2049
|
+
"key": {
|
|
2050
|
+
"type": "identifier",
|
|
2051
|
+
"name": "value"
|
|
2052
|
+
},
|
|
2112
2053
|
"annotation": {
|
|
2113
|
-
"type": "
|
|
2114
|
-
"
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
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
|
-
}
|
|
2054
|
+
"type": "keyword",
|
|
2055
|
+
"value": "string"
|
|
2056
|
+
},
|
|
2057
|
+
"optional": true,
|
|
2058
|
+
"computed": false
|
|
2148
2059
|
}
|
|
2149
2060
|
]
|
|
2150
2061
|
}
|
|
2151
2062
|
},
|
|
2152
2063
|
{
|
|
2153
|
-
"name": "
|
|
2064
|
+
"name": "useBackend",
|
|
2154
2065
|
"annotation": {
|
|
2155
2066
|
"type": "reference",
|
|
2156
2067
|
"typeName": {
|
|
2157
2068
|
"type": "identifier",
|
|
2158
|
-
"name": "
|
|
2069
|
+
"name": "UseBackendConf"
|
|
2159
2070
|
}
|
|
2160
2071
|
}
|
|
2161
|
-
}
|
|
2162
|
-
],
|
|
2163
|
-
"events": [
|
|
2072
|
+
},
|
|
2164
2073
|
{
|
|
2165
|
-
"name": "
|
|
2166
|
-
"
|
|
2167
|
-
"
|
|
2168
|
-
|
|
2169
|
-
"elementType": {
|
|
2170
|
-
"type": "reference",
|
|
2171
|
-
"typeName": {
|
|
2172
|
-
"type": "identifier",
|
|
2173
|
-
"name": "DynamicFormValuesItem"
|
|
2174
|
-
}
|
|
2175
|
-
}
|
|
2176
|
-
}
|
|
2177
|
-
}
|
|
2178
|
-
},
|
|
2179
|
-
{
|
|
2180
|
-
"name": "row.add",
|
|
2181
|
-
"detail": {
|
|
2182
|
-
"annotation": {
|
|
2183
|
-
"type": "reference",
|
|
2184
|
-
"typeName": {
|
|
2185
|
-
"type": "identifier",
|
|
2186
|
-
"name": "rowDataType"
|
|
2187
|
-
}
|
|
2188
|
-
}
|
|
2074
|
+
"name": "debounceSearchDelay",
|
|
2075
|
+
"annotation": {
|
|
2076
|
+
"type": "keyword",
|
|
2077
|
+
"value": "number"
|
|
2189
2078
|
}
|
|
2190
2079
|
},
|
|
2191
2080
|
{
|
|
2192
|
-
"name": "
|
|
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",
|
|
2081
|
+
"name": "inputStyle",
|
|
2209
2082
|
"annotation": {
|
|
2210
2083
|
"type": "reference",
|
|
2211
2084
|
"typeName": {
|
|
2212
|
-
"type": "
|
|
2213
|
-
"
|
|
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": {
|
|
2085
|
+
"type": "qualifiedName",
|
|
2086
|
+
"left": {
|
|
2237
2087
|
"type": "identifier",
|
|
2238
|
-
"name": "
|
|
2239
|
-
},
|
|
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
|
-
}
|
|
2088
|
+
"name": "React"
|
|
2259
2089
|
},
|
|
2260
|
-
"
|
|
2261
|
-
},
|
|
2262
|
-
{
|
|
2263
|
-
"type": "propertySignature",
|
|
2264
|
-
"key": {
|
|
2090
|
+
"right": {
|
|
2265
2091
|
"type": "identifier",
|
|
2266
|
-
"name": "
|
|
2267
|
-
}
|
|
2268
|
-
"annotation": {
|
|
2269
|
-
"type": "keyword",
|
|
2270
|
-
"value": "number"
|
|
2271
|
-
},
|
|
2272
|
-
"computed": false
|
|
2092
|
+
"name": "CSSProperties"
|
|
2093
|
+
}
|
|
2273
2094
|
}
|
|
2274
|
-
]
|
|
2275
|
-
}
|
|
2276
|
-
]
|
|
2277
|
-
},
|
|
2278
|
-
"eo-icon-select": {
|
|
2279
|
-
"properties": [
|
|
2280
|
-
{
|
|
2281
|
-
"name": "name",
|
|
2282
|
-
"annotation": {
|
|
2283
|
-
"type": "keyword",
|
|
2284
|
-
"value": "string"
|
|
2285
2095
|
}
|
|
2286
2096
|
},
|
|
2287
2097
|
{
|
|
2288
|
-
"name": "
|
|
2289
|
-
"annotation": {
|
|
2290
|
-
"type": "keyword",
|
|
2291
|
-
"value": "string"
|
|
2292
|
-
}
|
|
2293
|
-
},
|
|
2294
|
-
{
|
|
2295
|
-
"name": "value",
|
|
2098
|
+
"name": "dropdownStyle",
|
|
2296
2099
|
"annotation": {
|
|
2297
2100
|
"type": "reference",
|
|
2298
2101
|
"typeName": {
|
|
2299
|
-
"type": "
|
|
2300
|
-
"
|
|
2102
|
+
"type": "qualifiedName",
|
|
2103
|
+
"left": {
|
|
2104
|
+
"type": "identifier",
|
|
2105
|
+
"name": "React"
|
|
2106
|
+
},
|
|
2107
|
+
"right": {
|
|
2108
|
+
"type": "identifier",
|
|
2109
|
+
"name": "CSSProperties"
|
|
2110
|
+
}
|
|
2301
2111
|
}
|
|
2302
2112
|
}
|
|
2303
2113
|
},
|
|
2304
2114
|
{
|
|
2305
|
-
"name": "
|
|
2306
|
-
"annotation": {
|
|
2307
|
-
"type": "keyword",
|
|
2308
|
-
"value": "boolean"
|
|
2309
|
-
}
|
|
2310
|
-
},
|
|
2311
|
-
{
|
|
2312
|
-
"name": "required",
|
|
2115
|
+
"name": "dropdownHoist",
|
|
2313
2116
|
"annotation": {
|
|
2314
2117
|
"type": "keyword",
|
|
2315
2118
|
"value": "boolean"
|
|
2316
2119
|
}
|
|
2317
2120
|
},
|
|
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
|
-
},
|
|
2341
2121
|
{
|
|
2342
2122
|
"name": "themeVariant",
|
|
2343
2123
|
"annotation": {
|
|
@@ -2360,616 +2140,758 @@
|
|
|
2360
2140
|
"name": "change",
|
|
2361
2141
|
"detail": {
|
|
2362
2142
|
"annotation": {
|
|
2363
|
-
"type": "
|
|
2364
|
-
"
|
|
2143
|
+
"type": "typeLiteral",
|
|
2144
|
+
"members": [
|
|
2365
2145
|
{
|
|
2366
|
-
"type": "
|
|
2367
|
-
"
|
|
2146
|
+
"type": "propertySignature",
|
|
2147
|
+
"key": {
|
|
2368
2148
|
"type": "identifier",
|
|
2369
|
-
"name": "
|
|
2370
|
-
}
|
|
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
|
|
2371
2168
|
},
|
|
2372
2169
|
{
|
|
2373
|
-
"type": "
|
|
2374
|
-
"
|
|
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
|
|
2375
2186
|
}
|
|
2376
2187
|
]
|
|
2377
2188
|
}
|
|
2378
2189
|
}
|
|
2379
|
-
}
|
|
2380
|
-
],
|
|
2381
|
-
"methods": [],
|
|
2382
|
-
"types": [
|
|
2190
|
+
},
|
|
2383
2191
|
{
|
|
2384
|
-
"
|
|
2385
|
-
"
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2192
|
+
"name": "change.v2",
|
|
2193
|
+
"detail": {
|
|
2194
|
+
"annotation": {
|
|
2195
|
+
"type": "union",
|
|
2196
|
+
"types": [
|
|
2197
|
+
{
|
|
2198
|
+
"type": "keyword",
|
|
2199
|
+
"value": "string"
|
|
2200
|
+
},
|
|
2201
|
+
{
|
|
2202
|
+
"type": "array",
|
|
2203
|
+
"elementType": {
|
|
2204
|
+
"type": "keyword",
|
|
2205
|
+
"value": "string"
|
|
2206
|
+
}
|
|
2394
2207
|
}
|
|
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"
|
|
2426
|
-
}
|
|
2427
|
-
},
|
|
2428
|
-
{
|
|
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
|
-
}
|
|
2208
|
+
]
|
|
2452
2209
|
}
|
|
2453
2210
|
}
|
|
2454
2211
|
},
|
|
2455
2212
|
{
|
|
2456
|
-
"name": "
|
|
2457
|
-
"
|
|
2458
|
-
"
|
|
2459
|
-
|
|
2213
|
+
"name": "search",
|
|
2214
|
+
"detail": {
|
|
2215
|
+
"annotation": {
|
|
2216
|
+
"type": "typeLiteral",
|
|
2217
|
+
"members": [
|
|
2218
|
+
{
|
|
2219
|
+
"type": "propertySignature",
|
|
2220
|
+
"key": {
|
|
2221
|
+
"type": "identifier",
|
|
2222
|
+
"name": "value"
|
|
2223
|
+
},
|
|
2224
|
+
"annotation": {
|
|
2225
|
+
"type": "keyword",
|
|
2226
|
+
"value": "string"
|
|
2227
|
+
},
|
|
2228
|
+
"computed": false
|
|
2229
|
+
}
|
|
2230
|
+
]
|
|
2231
|
+
}
|
|
2460
2232
|
}
|
|
2461
2233
|
},
|
|
2462
2234
|
{
|
|
2463
|
-
"name": "
|
|
2464
|
-
"
|
|
2465
|
-
"
|
|
2466
|
-
|
|
2235
|
+
"name": "select.focus",
|
|
2236
|
+
"detail": {
|
|
2237
|
+
"annotation": {
|
|
2238
|
+
"type": "keyword",
|
|
2239
|
+
"value": "void"
|
|
2240
|
+
}
|
|
2467
2241
|
}
|
|
2468
2242
|
},
|
|
2469
2243
|
{
|
|
2470
|
-
"name": "
|
|
2471
|
-
"
|
|
2472
|
-
"
|
|
2473
|
-
|
|
2474
|
-
"
|
|
2475
|
-
"name": "Record"
|
|
2476
|
-
},
|
|
2477
|
-
"typeParameters": {
|
|
2478
|
-
"type": "typeParameterInstantiation",
|
|
2479
|
-
"params": [
|
|
2244
|
+
"name": "options.change",
|
|
2245
|
+
"detail": {
|
|
2246
|
+
"annotation": {
|
|
2247
|
+
"type": "typeLiteral",
|
|
2248
|
+
"members": [
|
|
2480
2249
|
{
|
|
2481
|
-
"type": "
|
|
2482
|
-
"
|
|
2250
|
+
"type": "propertySignature",
|
|
2251
|
+
"key": {
|
|
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
|
|
2483
2300
|
},
|
|
2484
2301
|
{
|
|
2485
|
-
"type": "
|
|
2486
|
-
"
|
|
2302
|
+
"type": "propertySignature",
|
|
2303
|
+
"key": {
|
|
2304
|
+
"type": "identifier",
|
|
2305
|
+
"name": "name"
|
|
2306
|
+
},
|
|
2307
|
+
"annotation": {
|
|
2308
|
+
"type": "keyword",
|
|
2309
|
+
"value": "string"
|
|
2310
|
+
},
|
|
2311
|
+
"computed": false
|
|
2487
2312
|
}
|
|
2488
2313
|
]
|
|
2489
2314
|
}
|
|
2490
2315
|
}
|
|
2491
|
-
}
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
"type": "keyword",
|
|
2496
|
-
"value": "boolean"
|
|
2497
|
-
}
|
|
2498
|
-
},
|
|
2316
|
+
}
|
|
2317
|
+
],
|
|
2318
|
+
"methods": [],
|
|
2319
|
+
"types": [
|
|
2499
2320
|
{
|
|
2500
|
-
"
|
|
2501
|
-
"
|
|
2502
|
-
|
|
2503
|
-
"
|
|
2504
|
-
|
|
2505
|
-
"type": "jsLiteral",
|
|
2506
|
-
"value": "tags"
|
|
2507
|
-
},
|
|
2321
|
+
"type": "interface",
|
|
2322
|
+
"name": "GeneralComplexOption",
|
|
2323
|
+
"typeParameters": {
|
|
2324
|
+
"type": "typeParameterDeclaration",
|
|
2325
|
+
"params": [
|
|
2508
2326
|
{
|
|
2509
|
-
"type": "
|
|
2510
|
-
"
|
|
2327
|
+
"type": "typeParameter",
|
|
2328
|
+
"name": "T",
|
|
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
|
+
}
|
|
2511
2346
|
}
|
|
2512
2347
|
]
|
|
2513
|
-
}
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
"
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
"value": "string"
|
|
2537
|
-
}
|
|
2538
|
-
},
|
|
2539
|
-
{
|
|
2540
|
-
"name": "suffix",
|
|
2541
|
-
"annotation": {
|
|
2542
|
-
"type": "typeLiteral",
|
|
2543
|
-
"members": [
|
|
2544
|
-
{
|
|
2545
|
-
"type": "propertySignature",
|
|
2546
|
-
"key": {
|
|
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": {
|
|
2547
2371
|
"type": "identifier",
|
|
2548
|
-
"name": "
|
|
2549
|
-
}
|
|
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",
|
|
2550
2408
|
"annotation": {
|
|
2551
|
-
"type": "
|
|
2552
|
-
"
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
"
|
|
2409
|
+
"type": "keyword",
|
|
2410
|
+
"value": "string"
|
|
2411
|
+
}
|
|
2412
|
+
},
|
|
2413
|
+
"annotation": {
|
|
2414
|
+
"type": "keyword",
|
|
2415
|
+
"value": "any"
|
|
2558
2416
|
}
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
},
|
|
2562
|
-
{
|
|
2563
|
-
"name": "clearable",
|
|
2564
|
-
"annotation": {
|
|
2565
|
-
"type": "keyword",
|
|
2566
|
-
"value": "boolean"
|
|
2567
|
-
}
|
|
2417
|
+
}
|
|
2418
|
+
]
|
|
2568
2419
|
},
|
|
2569
2420
|
{
|
|
2570
|
-
"
|
|
2571
|
-
"
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
"
|
|
2577
|
-
|
|
2578
|
-
"name": "label"
|
|
2579
|
-
},
|
|
2580
|
-
"annotation": {
|
|
2581
|
-
"type": "keyword",
|
|
2582
|
-
"value": "string"
|
|
2583
|
-
},
|
|
2584
|
-
"optional": true,
|
|
2585
|
-
"computed": false
|
|
2421
|
+
"type": "interface",
|
|
2422
|
+
"name": "UseBackendConf",
|
|
2423
|
+
"body": [
|
|
2424
|
+
{
|
|
2425
|
+
"type": "propertySignature",
|
|
2426
|
+
"key": {
|
|
2427
|
+
"type": "identifier",
|
|
2428
|
+
"name": "provider"
|
|
2586
2429
|
},
|
|
2587
|
-
{
|
|
2588
|
-
"type": "
|
|
2589
|
-
"
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
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
|
+
],
|
|
2593
2503
|
"annotation": {
|
|
2594
2504
|
"type": "keyword",
|
|
2595
|
-
"value": "
|
|
2596
|
-
}
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
}
|
|
2505
|
+
"value": "void"
|
|
2506
|
+
}
|
|
2507
|
+
},
|
|
2508
|
+
"optional": true,
|
|
2509
|
+
"computed": false
|
|
2510
|
+
}
|
|
2511
|
+
]
|
|
2512
|
+
}
|
|
2513
|
+
]
|
|
2514
|
+
},
|
|
2515
|
+
"eo-dynamic-form-item": {
|
|
2516
|
+
"properties": [
|
|
2603
2517
|
{
|
|
2604
|
-
"name": "
|
|
2518
|
+
"name": "name",
|
|
2605
2519
|
"annotation": {
|
|
2606
|
-
"type": "
|
|
2607
|
-
"
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2520
|
+
"type": "keyword",
|
|
2521
|
+
"value": "string"
|
|
2522
|
+
}
|
|
2523
|
+
},
|
|
2524
|
+
{
|
|
2525
|
+
"name": "label",
|
|
2526
|
+
"annotation": {
|
|
2527
|
+
"type": "keyword",
|
|
2528
|
+
"value": "string"
|
|
2611
2529
|
}
|
|
2612
2530
|
},
|
|
2613
2531
|
{
|
|
2614
|
-
"name": "
|
|
2532
|
+
"name": "required",
|
|
2615
2533
|
"annotation": {
|
|
2616
2534
|
"type": "keyword",
|
|
2617
|
-
"value": "
|
|
2535
|
+
"value": "boolean"
|
|
2618
2536
|
}
|
|
2619
2537
|
},
|
|
2620
2538
|
{
|
|
2621
|
-
"name": "
|
|
2539
|
+
"name": "value",
|
|
2622
2540
|
"annotation": {
|
|
2623
|
-
"type": "
|
|
2624
|
-
"
|
|
2625
|
-
"type": "
|
|
2626
|
-
"
|
|
2627
|
-
"type": "identifier",
|
|
2628
|
-
"name": "React"
|
|
2629
|
-
},
|
|
2630
|
-
"right": {
|
|
2541
|
+
"type": "array",
|
|
2542
|
+
"elementType": {
|
|
2543
|
+
"type": "reference",
|
|
2544
|
+
"typeName": {
|
|
2631
2545
|
"type": "identifier",
|
|
2632
|
-
"name": "
|
|
2546
|
+
"name": "DynamicFormValuesItem"
|
|
2633
2547
|
}
|
|
2634
2548
|
}
|
|
2635
2549
|
}
|
|
2636
2550
|
},
|
|
2637
2551
|
{
|
|
2638
|
-
"name": "
|
|
2552
|
+
"name": "message",
|
|
2639
2553
|
"annotation": {
|
|
2640
2554
|
"type": "reference",
|
|
2641
2555
|
"typeName": {
|
|
2642
|
-
"type": "
|
|
2643
|
-
"
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
"
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2556
|
+
"type": "identifier",
|
|
2557
|
+
"name": "Record"
|
|
2558
|
+
},
|
|
2559
|
+
"typeParameters": {
|
|
2560
|
+
"type": "typeParameterInstantiation",
|
|
2561
|
+
"params": [
|
|
2562
|
+
{
|
|
2563
|
+
"type": "keyword",
|
|
2564
|
+
"value": "string"
|
|
2565
|
+
},
|
|
2566
|
+
{
|
|
2567
|
+
"type": "keyword",
|
|
2568
|
+
"value": "string"
|
|
2569
|
+
}
|
|
2570
|
+
]
|
|
2651
2571
|
}
|
|
2652
2572
|
}
|
|
2653
2573
|
},
|
|
2654
2574
|
{
|
|
2655
|
-
"name": "
|
|
2575
|
+
"name": "hideRemoveButton",
|
|
2656
2576
|
"annotation": {
|
|
2657
|
-
"type": "
|
|
2658
|
-
"
|
|
2577
|
+
"type": "union",
|
|
2578
|
+
"types": [
|
|
2579
|
+
{
|
|
2580
|
+
"type": "keyword",
|
|
2581
|
+
"value": "boolean"
|
|
2582
|
+
},
|
|
2583
|
+
{
|
|
2584
|
+
"type": "parenthesizedType",
|
|
2585
|
+
"annotation": {
|
|
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
|
+
}
|
|
2626
|
+
}
|
|
2627
|
+
]
|
|
2659
2628
|
}
|
|
2660
2629
|
},
|
|
2661
2630
|
{
|
|
2662
|
-
"name": "
|
|
2631
|
+
"name": "disabledRemoveButton",
|
|
2663
2632
|
"annotation": {
|
|
2664
2633
|
"type": "union",
|
|
2665
2634
|
"types": [
|
|
2666
2635
|
{
|
|
2667
|
-
"type": "
|
|
2668
|
-
"value": "
|
|
2636
|
+
"type": "keyword",
|
|
2637
|
+
"value": "boolean"
|
|
2669
2638
|
},
|
|
2670
2639
|
{
|
|
2671
|
-
"type": "
|
|
2672
|
-
"
|
|
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
|
+
}
|
|
2673
2682
|
}
|
|
2674
2683
|
]
|
|
2675
2684
|
}
|
|
2676
|
-
}
|
|
2677
|
-
],
|
|
2678
|
-
"events": [
|
|
2685
|
+
},
|
|
2679
2686
|
{
|
|
2680
|
-
"name": "
|
|
2681
|
-
"
|
|
2682
|
-
"
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2687
|
+
"name": "hideAddButton",
|
|
2688
|
+
"annotation": {
|
|
2689
|
+
"type": "union",
|
|
2690
|
+
"types": [
|
|
2691
|
+
{
|
|
2692
|
+
"type": "keyword",
|
|
2693
|
+
"value": "boolean"
|
|
2694
|
+
},
|
|
2695
|
+
{
|
|
2696
|
+
"type": "parenthesizedType",
|
|
2697
|
+
"annotation": {
|
|
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
|
+
],
|
|
2691
2728
|
"annotation": {
|
|
2692
|
-
"type": "
|
|
2693
|
-
"
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2729
|
+
"type": "keyword",
|
|
2730
|
+
"value": "boolean"
|
|
2731
|
+
}
|
|
2732
|
+
}
|
|
2733
|
+
}
|
|
2734
|
+
]
|
|
2735
|
+
}
|
|
2736
|
+
},
|
|
2737
|
+
{
|
|
2738
|
+
"name": "disabledAddButton",
|
|
2739
|
+
"annotation": {
|
|
2740
|
+
"type": "union",
|
|
2741
|
+
"types": [
|
|
2742
|
+
{
|
|
2743
|
+
"type": "keyword",
|
|
2744
|
+
"value": "boolean"
|
|
2745
|
+
},
|
|
2746
|
+
{
|
|
2747
|
+
"type": "parenthesizedType",
|
|
2748
|
+
"annotation": {
|
|
2749
|
+
"type": "function",
|
|
2750
|
+
"parameters": [
|
|
2751
|
+
{
|
|
2752
|
+
"type": "identifier",
|
|
2753
|
+
"name": "value",
|
|
2754
|
+
"annotation": {
|
|
2699
2755
|
"type": "array",
|
|
2700
2756
|
"elementType": {
|
|
2701
|
-
"type": "
|
|
2702
|
-
"
|
|
2757
|
+
"type": "reference",
|
|
2758
|
+
"typeName": {
|
|
2759
|
+
"type": "identifier",
|
|
2760
|
+
"name": "Record"
|
|
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
|
+
}
|
|
2703
2775
|
}
|
|
2704
2776
|
}
|
|
2705
|
-
]
|
|
2706
|
-
},
|
|
2707
|
-
"computed": false
|
|
2708
|
-
},
|
|
2709
|
-
{
|
|
2710
|
-
"type": "propertySignature",
|
|
2711
|
-
"key": {
|
|
2712
|
-
"type": "identifier",
|
|
2713
|
-
"name": "options"
|
|
2714
|
-
},
|
|
2715
|
-
"annotation": {
|
|
2716
|
-
"type": "array",
|
|
2717
|
-
"elementType": {
|
|
2718
|
-
"type": "reference",
|
|
2719
|
-
"typeName": {
|
|
2720
|
-
"type": "identifier",
|
|
2721
|
-
"name": "GeneralComplexOption"
|
|
2722
|
-
}
|
|
2723
2777
|
}
|
|
2724
|
-
|
|
2725
|
-
"
|
|
2778
|
+
],
|
|
2779
|
+
"annotation": {
|
|
2780
|
+
"type": "keyword",
|
|
2781
|
+
"value": "boolean"
|
|
2782
|
+
}
|
|
2726
2783
|
}
|
|
2727
|
-
|
|
2728
|
-
|
|
2784
|
+
}
|
|
2785
|
+
]
|
|
2729
2786
|
}
|
|
2730
2787
|
},
|
|
2731
2788
|
{
|
|
2732
|
-
"name": "
|
|
2733
|
-
"
|
|
2734
|
-
"
|
|
2735
|
-
|
|
2736
|
-
"
|
|
2737
|
-
|
|
2738
|
-
"type": "keyword",
|
|
2739
|
-
"value": "string"
|
|
2740
|
-
},
|
|
2741
|
-
{
|
|
2742
|
-
"type": "array",
|
|
2743
|
-
"elementType": {
|
|
2744
|
-
"type": "keyword",
|
|
2745
|
-
"value": "string"
|
|
2746
|
-
}
|
|
2747
|
-
}
|
|
2748
|
-
]
|
|
2789
|
+
"name": "useBrick",
|
|
2790
|
+
"annotation": {
|
|
2791
|
+
"type": "reference",
|
|
2792
|
+
"typeName": {
|
|
2793
|
+
"type": "identifier",
|
|
2794
|
+
"name": "UseBrickConf"
|
|
2749
2795
|
}
|
|
2750
2796
|
}
|
|
2751
|
-
}
|
|
2797
|
+
}
|
|
2798
|
+
],
|
|
2799
|
+
"events": [
|
|
2752
2800
|
{
|
|
2753
|
-
"name": "
|
|
2801
|
+
"name": "change",
|
|
2754
2802
|
"detail": {
|
|
2755
2803
|
"annotation": {
|
|
2756
|
-
"type": "
|
|
2757
|
-
"
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
"
|
|
2761
|
-
|
|
2762
|
-
"name": "value"
|
|
2763
|
-
},
|
|
2764
|
-
"annotation": {
|
|
2765
|
-
"type": "keyword",
|
|
2766
|
-
"value": "string"
|
|
2767
|
-
},
|
|
2768
|
-
"computed": false
|
|
2804
|
+
"type": "array",
|
|
2805
|
+
"elementType": {
|
|
2806
|
+
"type": "reference",
|
|
2807
|
+
"typeName": {
|
|
2808
|
+
"type": "identifier",
|
|
2809
|
+
"name": "DynamicFormValuesItem"
|
|
2769
2810
|
}
|
|
2770
|
-
|
|
2811
|
+
}
|
|
2771
2812
|
}
|
|
2772
2813
|
}
|
|
2773
2814
|
},
|
|
2774
2815
|
{
|
|
2775
|
-
"name": "
|
|
2816
|
+
"name": "row.add",
|
|
2776
2817
|
"detail": {
|
|
2777
2818
|
"annotation": {
|
|
2778
|
-
"type": "
|
|
2779
|
-
"
|
|
2819
|
+
"type": "reference",
|
|
2820
|
+
"typeName": {
|
|
2821
|
+
"type": "identifier",
|
|
2822
|
+
"name": "rowDataType"
|
|
2823
|
+
}
|
|
2780
2824
|
}
|
|
2781
2825
|
}
|
|
2782
2826
|
},
|
|
2783
2827
|
{
|
|
2784
|
-
"name": "
|
|
2828
|
+
"name": "row.remove",
|
|
2785
2829
|
"detail": {
|
|
2786
2830
|
"annotation": {
|
|
2787
|
-
"type": "
|
|
2788
|
-
"
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
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
|
-
]
|
|
2831
|
+
"type": "reference",
|
|
2832
|
+
"typeName": {
|
|
2833
|
+
"type": "identifier",
|
|
2834
|
+
"name": "rowDataType"
|
|
2835
|
+
}
|
|
2854
2836
|
}
|
|
2855
2837
|
}
|
|
2856
2838
|
}
|
|
2857
2839
|
],
|
|
2858
|
-
"methods": [],
|
|
2859
|
-
"types": [
|
|
2860
|
-
{
|
|
2861
|
-
"type": "
|
|
2862
|
-
"name": "
|
|
2863
|
-
"
|
|
2864
|
-
"type": "
|
|
2865
|
-
"
|
|
2866
|
-
|
|
2867
|
-
|
|
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
|
|
2840
|
+
"methods": [],
|
|
2841
|
+
"types": [
|
|
2842
|
+
{
|
|
2843
|
+
"type": "typeAlias",
|
|
2844
|
+
"name": "DynamicFormValuesItem",
|
|
2845
|
+
"annotation": {
|
|
2846
|
+
"type": "reference",
|
|
2847
|
+
"typeName": {
|
|
2848
|
+
"type": "identifier",
|
|
2849
|
+
"name": "Record"
|
|
2942
2850
|
},
|
|
2943
|
-
{
|
|
2944
|
-
"type": "
|
|
2945
|
-
"
|
|
2946
|
-
|
|
2947
|
-
"name": "key",
|
|
2948
|
-
"annotation": {
|
|
2851
|
+
"typeParameters": {
|
|
2852
|
+
"type": "typeParameterInstantiation",
|
|
2853
|
+
"params": [
|
|
2854
|
+
{
|
|
2949
2855
|
"type": "keyword",
|
|
2950
2856
|
"value": "string"
|
|
2857
|
+
},
|
|
2858
|
+
{
|
|
2859
|
+
"type": "keyword",
|
|
2860
|
+
"value": "any"
|
|
2951
2861
|
}
|
|
2952
|
-
|
|
2953
|
-
"annotation": {
|
|
2954
|
-
"type": "keyword",
|
|
2955
|
-
"value": "any"
|
|
2956
|
-
}
|
|
2862
|
+
]
|
|
2957
2863
|
}
|
|
2958
|
-
|
|
2864
|
+
}
|
|
2959
2865
|
},
|
|
2960
2866
|
{
|
|
2961
2867
|
"type": "interface",
|
|
2962
|
-
"name": "
|
|
2868
|
+
"name": "rowDataType",
|
|
2963
2869
|
"body": [
|
|
2964
2870
|
{
|
|
2965
2871
|
"type": "propertySignature",
|
|
2966
2872
|
"key": {
|
|
2967
2873
|
"type": "identifier",
|
|
2968
|
-
"name": "
|
|
2874
|
+
"name": "detail"
|
|
2969
2875
|
},
|
|
2970
2876
|
"annotation": {
|
|
2971
|
-
"type": "
|
|
2972
|
-
"
|
|
2877
|
+
"type": "reference",
|
|
2878
|
+
"typeName": {
|
|
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
|
+
}
|
|
2973
2895
|
},
|
|
2974
2896
|
"computed": false
|
|
2975
2897
|
},
|
|
@@ -2977,78 +2899,156 @@
|
|
|
2977
2899
|
"type": "propertySignature",
|
|
2978
2900
|
"key": {
|
|
2979
2901
|
"type": "identifier",
|
|
2980
|
-
"name": "
|
|
2902
|
+
"name": "index"
|
|
2981
2903
|
},
|
|
2982
2904
|
"annotation": {
|
|
2983
|
-
"type": "
|
|
2984
|
-
"
|
|
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
|
-
]
|
|
2905
|
+
"type": "keyword",
|
|
2906
|
+
"value": "number"
|
|
3022
2907
|
},
|
|
3023
2908
|
"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"
|
|
3024
2961
|
},
|
|
3025
|
-
{
|
|
3026
|
-
"type": "
|
|
3027
|
-
"
|
|
3028
|
-
|
|
3029
|
-
|
|
2962
|
+
"typeParameters": {
|
|
2963
|
+
"type": "typeParameterInstantiation",
|
|
2964
|
+
"params": [
|
|
2965
|
+
{
|
|
2966
|
+
"type": "keyword",
|
|
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"
|
|
3030
2985
|
},
|
|
3031
|
-
|
|
3032
|
-
"type": "
|
|
3033
|
-
"
|
|
3034
|
-
|
|
2986
|
+
{
|
|
2987
|
+
"type": "jsLiteral",
|
|
2988
|
+
"value": "elevo"
|
|
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": {
|
|
3035
3004
|
"type": "identifier",
|
|
3036
|
-
"name": "
|
|
3037
|
-
"annotation": {
|
|
3038
|
-
"type": "keyword",
|
|
3039
|
-
"value": "any"
|
|
3040
|
-
}
|
|
3005
|
+
"name": "Icon"
|
|
3041
3006
|
}
|
|
3042
|
-
|
|
3043
|
-
|
|
3007
|
+
},
|
|
3008
|
+
{
|
|
3044
3009
|
"type": "keyword",
|
|
3045
|
-
"value": "
|
|
3010
|
+
"value": "undefined"
|
|
3046
3011
|
}
|
|
3047
|
-
|
|
3048
|
-
"optional": true,
|
|
3049
|
-
"computed": false
|
|
3012
|
+
]
|
|
3050
3013
|
}
|
|
3051
|
-
|
|
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"
|
|
3030
|
+
}
|
|
3031
|
+
},
|
|
3032
|
+
{
|
|
3033
|
+
"type": "typeLiteral",
|
|
3034
|
+
"members": [
|
|
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
|
+
}
|
|
3052
3052
|
}
|
|
3053
3053
|
]
|
|
3054
3054
|
},
|