@next-bricks/advanced 0.34.1 → 0.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +22 -16
- package/dist/chunks/3044.714300b2.js +2 -0
- package/dist/chunks/3044.714300b2.js.map +1 -0
- package/dist/chunks/9946.1050772d.js +2 -0
- package/dist/chunks/9946.1050772d.js.map +1 -0
- package/dist/chunks/eo-workbench-layout-v2.824b1b10.js +2 -0
- package/dist/chunks/eo-workbench-layout-v2.824b1b10.js.map +1 -0
- package/dist/chunks/eo-workbench-layout.6ade93b1.js +2 -0
- package/dist/chunks/eo-workbench-layout.6ade93b1.js.map +1 -0
- package/dist/chunks/main.d761de08.js +2 -0
- package/dist/chunks/{main.bcc2cf7b.js.map → main.d761de08.js.map} +1 -1
- package/dist/examples.json +9 -9
- package/dist/index.70d84bb6.js +2 -0
- package/dist/index.70d84bb6.js.map +1 -0
- package/dist/manifest.json +243 -197
- package/dist/types.json +744 -562
- package/dist-types/bootstrap.d.ts +1 -0
- package/dist-types/workbench-layout-v2/index.d.ts +39 -0
- package/dist-types/workbench-layout-v2/index.spec.d.ts +1 -0
- package/package.json +2 -2
- package/dist/chunks/1890.eefa3972.js +0 -2
- package/dist/chunks/1890.eefa3972.js.map +0 -1
- package/dist/chunks/5541.e0452612.js +0 -2
- package/dist/chunks/5541.e0452612.js.map +0 -1
- package/dist/chunks/eo-workbench-layout.1b54829b.js +0 -2
- package/dist/chunks/eo-workbench-layout.1b54829b.js.map +0 -1
- package/dist/chunks/main.bcc2cf7b.js +0 -2
- package/dist/index.0146131b.js +0 -2
- package/dist/index.0146131b.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -1,161 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"eo-
|
|
3
|
-
"properties": [
|
|
4
|
-
{
|
|
5
|
-
"name": "cardTitle",
|
|
6
|
-
"annotation": {
|
|
7
|
-
"type": "keyword",
|
|
8
|
-
"value": "string"
|
|
9
|
-
}
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"name": "isEdit",
|
|
13
|
-
"annotation": {
|
|
14
|
-
"type": "keyword",
|
|
15
|
-
"value": "boolean"
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "layouts",
|
|
20
|
-
"annotation": {
|
|
21
|
-
"type": "array",
|
|
22
|
-
"elementType": {
|
|
23
|
-
"type": "reference",
|
|
24
|
-
"typeName": {
|
|
25
|
-
"type": "identifier",
|
|
26
|
-
"name": "Layout"
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"name": "componentList",
|
|
33
|
-
"annotation": {
|
|
34
|
-
"type": "array",
|
|
35
|
-
"elementType": {
|
|
36
|
-
"type": "reference",
|
|
37
|
-
"typeName": {
|
|
38
|
-
"type": "identifier",
|
|
39
|
-
"name": "Item"
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
],
|
|
45
|
-
"events": [
|
|
46
|
-
{
|
|
47
|
-
"name": "save",
|
|
48
|
-
"detail": {
|
|
49
|
-
"annotation": {
|
|
50
|
-
"type": "array",
|
|
51
|
-
"elementType": {
|
|
52
|
-
"type": "reference",
|
|
53
|
-
"typeName": {
|
|
54
|
-
"type": "identifier",
|
|
55
|
-
"name": "Layout"
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"name": "cancel",
|
|
63
|
-
"detail": {
|
|
64
|
-
"annotation": {
|
|
65
|
-
"type": "keyword",
|
|
66
|
-
"value": "void"
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
],
|
|
71
|
-
"methods": [],
|
|
72
|
-
"types": [
|
|
73
|
-
{
|
|
74
|
-
"type": "interface",
|
|
75
|
-
"name": "Item",
|
|
76
|
-
"body": [
|
|
77
|
-
{
|
|
78
|
-
"type": "propertySignature",
|
|
79
|
-
"key": {
|
|
80
|
-
"type": "identifier",
|
|
81
|
-
"name": "position"
|
|
82
|
-
},
|
|
83
|
-
"annotation": {
|
|
84
|
-
"type": "reference",
|
|
85
|
-
"typeName": {
|
|
86
|
-
"type": "identifier",
|
|
87
|
-
"name": "Layout"
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
"computed": false
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"type": "propertySignature",
|
|
94
|
-
"key": {
|
|
95
|
-
"type": "identifier",
|
|
96
|
-
"name": "key"
|
|
97
|
-
},
|
|
98
|
-
"annotation": {
|
|
99
|
-
"type": "keyword",
|
|
100
|
-
"value": "string"
|
|
101
|
-
},
|
|
102
|
-
"computed": false
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"type": "propertySignature",
|
|
106
|
-
"key": {
|
|
107
|
-
"type": "identifier",
|
|
108
|
-
"name": "title"
|
|
109
|
-
},
|
|
110
|
-
"annotation": {
|
|
111
|
-
"type": "keyword",
|
|
112
|
-
"value": "string"
|
|
113
|
-
},
|
|
114
|
-
"computed": false
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"type": "propertySignature",
|
|
118
|
-
"key": {
|
|
119
|
-
"type": "identifier",
|
|
120
|
-
"name": "style"
|
|
121
|
-
},
|
|
122
|
-
"annotation": {
|
|
123
|
-
"type": "reference",
|
|
124
|
-
"typeName": {
|
|
125
|
-
"type": "qualifiedName",
|
|
126
|
-
"left": {
|
|
127
|
-
"type": "identifier",
|
|
128
|
-
"name": "React"
|
|
129
|
-
},
|
|
130
|
-
"right": {
|
|
131
|
-
"type": "identifier",
|
|
132
|
-
"name": "CSSProperties"
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
},
|
|
136
|
-
"optional": true,
|
|
137
|
-
"computed": false
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"type": "propertySignature",
|
|
141
|
-
"key": {
|
|
142
|
-
"type": "identifier",
|
|
143
|
-
"name": "useBrick"
|
|
144
|
-
},
|
|
145
|
-
"annotation": {
|
|
146
|
-
"type": "reference",
|
|
147
|
-
"typeName": {
|
|
148
|
-
"type": "identifier",
|
|
149
|
-
"name": "UseSingleBrickConf"
|
|
150
|
-
}
|
|
151
|
-
},
|
|
152
|
-
"computed": false
|
|
153
|
-
}
|
|
154
|
-
]
|
|
155
|
-
}
|
|
156
|
-
]
|
|
157
|
-
},
|
|
158
|
-
"eo-tree-select": {
|
|
2
|
+
"eo-cascader": {
|
|
159
3
|
"properties": [
|
|
160
4
|
{
|
|
161
5
|
"name": "name",
|
|
@@ -179,36 +23,19 @@
|
|
|
179
23
|
}
|
|
180
24
|
},
|
|
181
25
|
{
|
|
182
|
-
"name": "
|
|
26
|
+
"name": "options",
|
|
183
27
|
"annotation": {
|
|
184
28
|
"type": "indexedAccess",
|
|
185
29
|
"objectType": {
|
|
186
30
|
"type": "reference",
|
|
187
31
|
"typeName": {
|
|
188
32
|
"type": "identifier",
|
|
189
|
-
"name": "
|
|
33
|
+
"name": "AntdCascaderProps"
|
|
190
34
|
}
|
|
191
35
|
},
|
|
192
36
|
"indexType": {
|
|
193
37
|
"type": "jsLiteral",
|
|
194
|
-
"value": "
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"name": "treeDefaultExpandAll",
|
|
200
|
-
"annotation": {
|
|
201
|
-
"type": "keyword",
|
|
202
|
-
"value": "boolean"
|
|
203
|
-
}
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
"name": "treeExpandedKeys",
|
|
207
|
-
"annotation": {
|
|
208
|
-
"type": "array",
|
|
209
|
-
"elementType": {
|
|
210
|
-
"type": "keyword",
|
|
211
|
-
"value": "string"
|
|
38
|
+
"value": "options"
|
|
212
39
|
}
|
|
213
40
|
}
|
|
214
41
|
},
|
|
@@ -220,7 +47,7 @@
|
|
|
220
47
|
"type": "reference",
|
|
221
48
|
"typeName": {
|
|
222
49
|
"type": "identifier",
|
|
223
|
-
"name": "
|
|
50
|
+
"name": "AntdCascaderProps"
|
|
224
51
|
}
|
|
225
52
|
},
|
|
226
53
|
"indexType": {
|
|
@@ -237,7 +64,7 @@
|
|
|
237
64
|
"type": "reference",
|
|
238
65
|
"typeName": {
|
|
239
66
|
"type": "identifier",
|
|
240
|
-
"name": "
|
|
67
|
+
"name": "AntdCascaderProps"
|
|
241
68
|
}
|
|
242
69
|
},
|
|
243
70
|
"indexType": {
|
|
@@ -268,57 +95,43 @@
|
|
|
268
95
|
}
|
|
269
96
|
},
|
|
270
97
|
{
|
|
271
|
-
"name": "
|
|
98
|
+
"name": "allowClear",
|
|
272
99
|
"annotation": {
|
|
273
100
|
"type": "keyword",
|
|
274
101
|
"value": "boolean"
|
|
275
102
|
}
|
|
276
103
|
},
|
|
277
104
|
{
|
|
278
|
-
"name": "
|
|
105
|
+
"name": "showSearch",
|
|
279
106
|
"annotation": {
|
|
280
107
|
"type": "keyword",
|
|
281
108
|
"value": "boolean"
|
|
282
109
|
}
|
|
283
110
|
},
|
|
284
111
|
{
|
|
285
|
-
"name": "
|
|
112
|
+
"name": "suffixIcon",
|
|
286
113
|
"annotation": {
|
|
287
|
-
"type": "
|
|
288
|
-
"
|
|
114
|
+
"type": "reference",
|
|
115
|
+
"typeName": {
|
|
116
|
+
"type": "identifier",
|
|
117
|
+
"name": "GeneralIconProps"
|
|
118
|
+
}
|
|
289
119
|
}
|
|
290
120
|
},
|
|
291
121
|
{
|
|
292
|
-
"name": "
|
|
122
|
+
"name": "expandTrigger",
|
|
293
123
|
"annotation": {
|
|
294
124
|
"type": "indexedAccess",
|
|
295
125
|
"objectType": {
|
|
296
126
|
"type": "reference",
|
|
297
127
|
"typeName": {
|
|
298
128
|
"type": "identifier",
|
|
299
|
-
"name": "
|
|
129
|
+
"name": "AntdCascaderProps"
|
|
300
130
|
}
|
|
301
131
|
},
|
|
302
132
|
"indexType": {
|
|
303
133
|
"type": "jsLiteral",
|
|
304
|
-
"value": "
|
|
305
|
-
}
|
|
306
|
-
}
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"name": "showSearch",
|
|
310
|
-
"annotation": {
|
|
311
|
-
"type": "keyword",
|
|
312
|
-
"value": "boolean"
|
|
313
|
-
}
|
|
314
|
-
},
|
|
315
|
-
{
|
|
316
|
-
"name": "suffixIcon",
|
|
317
|
-
"annotation": {
|
|
318
|
-
"type": "reference",
|
|
319
|
-
"typeName": {
|
|
320
|
-
"type": "identifier",
|
|
321
|
-
"name": "GeneralIconProps"
|
|
134
|
+
"value": "expandTrigger"
|
|
322
135
|
}
|
|
323
136
|
}
|
|
324
137
|
},
|
|
@@ -330,7 +143,7 @@
|
|
|
330
143
|
"type": "reference",
|
|
331
144
|
"typeName": {
|
|
332
145
|
"type": "identifier",
|
|
333
|
-
"name": "
|
|
146
|
+
"name": "AntdCascaderProps"
|
|
334
147
|
}
|
|
335
148
|
},
|
|
336
149
|
"indexType": {
|
|
@@ -347,7 +160,7 @@
|
|
|
347
160
|
"type": "reference",
|
|
348
161
|
"typeName": {
|
|
349
162
|
"type": "identifier",
|
|
350
|
-
"name": "
|
|
163
|
+
"name": "AntdCascaderProps"
|
|
351
164
|
}
|
|
352
165
|
},
|
|
353
166
|
"indexType": {
|
|
@@ -356,6 +169,13 @@
|
|
|
356
169
|
}
|
|
357
170
|
}
|
|
358
171
|
},
|
|
172
|
+
{
|
|
173
|
+
"name": "limit",
|
|
174
|
+
"annotation": {
|
|
175
|
+
"type": "keyword",
|
|
176
|
+
"value": "number"
|
|
177
|
+
}
|
|
178
|
+
},
|
|
359
179
|
{
|
|
360
180
|
"name": "maxTagCount",
|
|
361
181
|
"annotation": {
|
|
@@ -373,7 +193,7 @@
|
|
|
373
193
|
}
|
|
374
194
|
},
|
|
375
195
|
{
|
|
376
|
-
"name": "
|
|
196
|
+
"name": "cascaderStyle",
|
|
377
197
|
"annotation": {
|
|
378
198
|
"type": "reference",
|
|
379
199
|
"typeName": {
|
|
@@ -385,7 +205,7 @@
|
|
|
385
205
|
],
|
|
386
206
|
"events": [
|
|
387
207
|
{
|
|
388
|
-
"name": "change",
|
|
208
|
+
"name": "cascader.change",
|
|
389
209
|
"detail": {
|
|
390
210
|
"annotation": {
|
|
391
211
|
"type": "typeLiteral",
|
|
@@ -402,7 +222,7 @@
|
|
|
402
222
|
"type": "reference",
|
|
403
223
|
"typeName": {
|
|
404
224
|
"type": "identifier",
|
|
405
|
-
"name": "
|
|
225
|
+
"name": "AntdCascaderProps"
|
|
406
226
|
}
|
|
407
227
|
},
|
|
408
228
|
"indexType": {
|
|
@@ -411,80 +231,40 @@
|
|
|
411
231
|
}
|
|
412
232
|
},
|
|
413
233
|
"computed": false
|
|
414
|
-
}
|
|
415
|
-
]
|
|
416
|
-
}
|
|
417
|
-
}
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
"name": "search",
|
|
421
|
-
"detail": {
|
|
422
|
-
"annotation": {
|
|
423
|
-
"type": "keyword",
|
|
424
|
-
"value": "string"
|
|
425
|
-
}
|
|
426
|
-
}
|
|
427
|
-
},
|
|
428
|
-
{
|
|
429
|
-
"name": "select",
|
|
430
|
-
"detail": {
|
|
431
|
-
"annotation": {
|
|
432
|
-
"type": "typeLiteral",
|
|
433
|
-
"members": [
|
|
434
|
-
{
|
|
435
|
-
"type": "propertySignature",
|
|
436
|
-
"key": {
|
|
437
|
-
"type": "identifier",
|
|
438
|
-
"name": "value"
|
|
439
|
-
},
|
|
440
|
-
"annotation": {
|
|
441
|
-
"type": "indexedAccess",
|
|
442
|
-
"objectType": {
|
|
443
|
-
"type": "reference",
|
|
444
|
-
"typeName": {
|
|
445
|
-
"type": "identifier",
|
|
446
|
-
"name": "AntdTreeSelectProps"
|
|
447
|
-
}
|
|
448
|
-
},
|
|
449
|
-
"indexType": {
|
|
450
|
-
"type": "jsLiteral",
|
|
451
|
-
"value": "value"
|
|
452
|
-
}
|
|
453
|
-
},
|
|
454
|
-
"computed": false
|
|
455
|
-
}
|
|
456
|
-
]
|
|
457
|
-
}
|
|
458
|
-
}
|
|
459
|
-
},
|
|
460
|
-
{
|
|
461
|
-
"name": "expand",
|
|
462
|
-
"detail": {
|
|
463
|
-
"annotation": {
|
|
464
|
-
"type": "typeLiteral",
|
|
465
|
-
"members": [
|
|
234
|
+
},
|
|
466
235
|
{
|
|
467
236
|
"type": "propertySignature",
|
|
468
237
|
"key": {
|
|
469
238
|
"type": "identifier",
|
|
470
|
-
"name": "
|
|
239
|
+
"name": "selectedOptions"
|
|
471
240
|
},
|
|
472
241
|
"annotation": {
|
|
473
|
-
"type": "
|
|
474
|
-
"
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
"
|
|
478
|
-
|
|
479
|
-
"
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
242
|
+
"type": "union",
|
|
243
|
+
"types": [
|
|
244
|
+
{
|
|
245
|
+
"type": "array",
|
|
246
|
+
"elementType": {
|
|
247
|
+
"type": "reference",
|
|
248
|
+
"typeName": {
|
|
249
|
+
"type": "identifier",
|
|
250
|
+
"name": "DefaultOptionType"
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"type": "array",
|
|
256
|
+
"elementType": {
|
|
257
|
+
"type": "array",
|
|
258
|
+
"elementType": {
|
|
259
|
+
"type": "reference",
|
|
260
|
+
"typeName": {
|
|
261
|
+
"type": "identifier",
|
|
262
|
+
"name": "DefaultOptionType"
|
|
263
|
+
}
|
|
264
|
+
}
|
|
485
265
|
}
|
|
486
266
|
}
|
|
487
|
-
|
|
267
|
+
]
|
|
488
268
|
},
|
|
489
269
|
"computed": false
|
|
490
270
|
}
|
|
@@ -495,381 +275,423 @@
|
|
|
495
275
|
],
|
|
496
276
|
"methods": []
|
|
497
277
|
},
|
|
498
|
-
"eo-
|
|
499
|
-
"properties": [
|
|
500
|
-
{
|
|
501
|
-
"name": "label",
|
|
502
|
-
"annotation": {
|
|
503
|
-
"type": "keyword",
|
|
504
|
-
"value": "string"
|
|
505
|
-
}
|
|
506
|
-
},
|
|
507
|
-
{
|
|
508
|
-
"name": "lineClamp",
|
|
509
|
-
"annotation": {
|
|
510
|
-
"type": "keyword",
|
|
511
|
-
"value": "number"
|
|
512
|
-
}
|
|
513
|
-
}
|
|
514
|
-
],
|
|
515
|
-
"events": [],
|
|
516
|
-
"methods": []
|
|
517
|
-
},
|
|
518
|
-
"eo-cascader": {
|
|
278
|
+
"eo-workbench-layout": {
|
|
519
279
|
"properties": [
|
|
520
280
|
{
|
|
521
|
-
"name": "
|
|
522
|
-
"annotation": {
|
|
523
|
-
"type": "keyword",
|
|
524
|
-
"value": "string"
|
|
525
|
-
}
|
|
526
|
-
},
|
|
527
|
-
{
|
|
528
|
-
"name": "label",
|
|
281
|
+
"name": "cardTitle",
|
|
529
282
|
"annotation": {
|
|
530
283
|
"type": "keyword",
|
|
531
284
|
"value": "string"
|
|
532
285
|
}
|
|
533
286
|
},
|
|
534
287
|
{
|
|
535
|
-
"name": "
|
|
288
|
+
"name": "isEdit",
|
|
536
289
|
"annotation": {
|
|
537
290
|
"type": "keyword",
|
|
538
291
|
"value": "boolean"
|
|
539
292
|
}
|
|
540
293
|
},
|
|
541
294
|
{
|
|
542
|
-
"name": "
|
|
295
|
+
"name": "layouts",
|
|
543
296
|
"annotation": {
|
|
544
|
-
"type": "
|
|
545
|
-
"
|
|
297
|
+
"type": "array",
|
|
298
|
+
"elementType": {
|
|
546
299
|
"type": "reference",
|
|
547
300
|
"typeName": {
|
|
548
301
|
"type": "identifier",
|
|
549
|
-
"name": "
|
|
302
|
+
"name": "Layout"
|
|
550
303
|
}
|
|
551
|
-
},
|
|
552
|
-
"indexType": {
|
|
553
|
-
"type": "jsLiteral",
|
|
554
|
-
"value": "options"
|
|
555
304
|
}
|
|
556
305
|
}
|
|
557
306
|
},
|
|
558
307
|
{
|
|
559
|
-
"name": "
|
|
308
|
+
"name": "componentList",
|
|
560
309
|
"annotation": {
|
|
561
|
-
"type": "
|
|
562
|
-
"
|
|
310
|
+
"type": "array",
|
|
311
|
+
"elementType": {
|
|
563
312
|
"type": "reference",
|
|
564
313
|
"typeName": {
|
|
565
314
|
"type": "identifier",
|
|
566
|
-
"name": "
|
|
315
|
+
"name": "Item"
|
|
567
316
|
}
|
|
568
|
-
},
|
|
569
|
-
"indexType": {
|
|
570
|
-
"type": "jsLiteral",
|
|
571
|
-
"value": "fieldNames"
|
|
572
317
|
}
|
|
573
318
|
}
|
|
574
|
-
}
|
|
319
|
+
}
|
|
320
|
+
],
|
|
321
|
+
"events": [
|
|
575
322
|
{
|
|
576
|
-
"name": "
|
|
577
|
-
"
|
|
578
|
-
"
|
|
579
|
-
|
|
580
|
-
"
|
|
581
|
-
|
|
582
|
-
"
|
|
583
|
-
|
|
323
|
+
"name": "save",
|
|
324
|
+
"detail": {
|
|
325
|
+
"annotation": {
|
|
326
|
+
"type": "array",
|
|
327
|
+
"elementType": {
|
|
328
|
+
"type": "reference",
|
|
329
|
+
"typeName": {
|
|
330
|
+
"type": "identifier",
|
|
331
|
+
"name": "Layout"
|
|
332
|
+
}
|
|
584
333
|
}
|
|
585
|
-
},
|
|
586
|
-
"indexType": {
|
|
587
|
-
"type": "jsLiteral",
|
|
588
|
-
"value": "value"
|
|
589
334
|
}
|
|
590
335
|
}
|
|
591
336
|
},
|
|
592
337
|
{
|
|
593
|
-
"name": "
|
|
594
|
-
"
|
|
595
|
-
"
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
},
|
|
599
|
-
{
|
|
600
|
-
"name": "multiple",
|
|
601
|
-
"annotation": {
|
|
602
|
-
"type": "keyword",
|
|
603
|
-
"value": "boolean"
|
|
604
|
-
}
|
|
605
|
-
},
|
|
606
|
-
{
|
|
607
|
-
"name": "disabled",
|
|
608
|
-
"annotation": {
|
|
609
|
-
"type": "keyword",
|
|
610
|
-
"value": "boolean"
|
|
611
|
-
}
|
|
612
|
-
},
|
|
613
|
-
{
|
|
614
|
-
"name": "allowClear",
|
|
615
|
-
"annotation": {
|
|
616
|
-
"type": "keyword",
|
|
617
|
-
"value": "boolean"
|
|
618
|
-
}
|
|
619
|
-
},
|
|
620
|
-
{
|
|
621
|
-
"name": "showSearch",
|
|
622
|
-
"annotation": {
|
|
623
|
-
"type": "keyword",
|
|
624
|
-
"value": "boolean"
|
|
625
|
-
}
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
"name": "suffixIcon",
|
|
629
|
-
"annotation": {
|
|
630
|
-
"type": "reference",
|
|
631
|
-
"typeName": {
|
|
632
|
-
"type": "identifier",
|
|
633
|
-
"name": "GeneralIconProps"
|
|
338
|
+
"name": "cancel",
|
|
339
|
+
"detail": {
|
|
340
|
+
"annotation": {
|
|
341
|
+
"type": "keyword",
|
|
342
|
+
"value": "void"
|
|
634
343
|
}
|
|
635
344
|
}
|
|
636
|
-
}
|
|
345
|
+
}
|
|
346
|
+
],
|
|
347
|
+
"methods": [],
|
|
348
|
+
"types": [
|
|
637
349
|
{
|
|
638
|
-
"
|
|
639
|
-
"
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
"type": "
|
|
643
|
-
"
|
|
350
|
+
"type": "interface",
|
|
351
|
+
"name": "Item",
|
|
352
|
+
"body": [
|
|
353
|
+
{
|
|
354
|
+
"type": "propertySignature",
|
|
355
|
+
"key": {
|
|
644
356
|
"type": "identifier",
|
|
645
|
-
"name": "
|
|
646
|
-
}
|
|
357
|
+
"name": "position"
|
|
358
|
+
},
|
|
359
|
+
"annotation": {
|
|
360
|
+
"type": "reference",
|
|
361
|
+
"typeName": {
|
|
362
|
+
"type": "identifier",
|
|
363
|
+
"name": "Layout"
|
|
364
|
+
}
|
|
365
|
+
},
|
|
366
|
+
"computed": false
|
|
647
367
|
},
|
|
648
|
-
|
|
649
|
-
"type": "
|
|
650
|
-
"
|
|
651
|
-
}
|
|
652
|
-
}
|
|
653
|
-
},
|
|
654
|
-
{
|
|
655
|
-
"name": "popupPlacement",
|
|
656
|
-
"annotation": {
|
|
657
|
-
"type": "indexedAccess",
|
|
658
|
-
"objectType": {
|
|
659
|
-
"type": "reference",
|
|
660
|
-
"typeName": {
|
|
368
|
+
{
|
|
369
|
+
"type": "propertySignature",
|
|
370
|
+
"key": {
|
|
661
371
|
"type": "identifier",
|
|
662
|
-
"name": "
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
}
|
|
670
|
-
},
|
|
671
|
-
{
|
|
672
|
-
"name": "size",
|
|
673
|
-
"annotation": {
|
|
674
|
-
"type": "indexedAccess",
|
|
675
|
-
"objectType": {
|
|
676
|
-
"type": "reference",
|
|
677
|
-
"typeName": {
|
|
678
|
-
"type": "identifier",
|
|
679
|
-
"name": "AntdCascaderProps"
|
|
680
|
-
}
|
|
372
|
+
"name": "key"
|
|
373
|
+
},
|
|
374
|
+
"annotation": {
|
|
375
|
+
"type": "keyword",
|
|
376
|
+
"value": "string"
|
|
377
|
+
},
|
|
378
|
+
"computed": false
|
|
681
379
|
},
|
|
682
|
-
|
|
683
|
-
"type": "
|
|
684
|
-
"
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
"name": "limit",
|
|
690
|
-
"annotation": {
|
|
691
|
-
"type": "keyword",
|
|
692
|
-
"value": "number"
|
|
693
|
-
}
|
|
694
|
-
},
|
|
695
|
-
{
|
|
696
|
-
"name": "maxTagCount",
|
|
697
|
-
"annotation": {
|
|
698
|
-
"type": "union",
|
|
699
|
-
"types": [
|
|
700
|
-
{
|
|
380
|
+
{
|
|
381
|
+
"type": "propertySignature",
|
|
382
|
+
"key": {
|
|
383
|
+
"type": "identifier",
|
|
384
|
+
"name": "title"
|
|
385
|
+
},
|
|
386
|
+
"annotation": {
|
|
701
387
|
"type": "keyword",
|
|
702
|
-
"value": "
|
|
388
|
+
"value": "string"
|
|
703
389
|
},
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
"name": "CSSProperties"
|
|
718
|
-
}
|
|
719
|
-
}
|
|
720
|
-
}
|
|
721
|
-
],
|
|
722
|
-
"events": [
|
|
723
|
-
{
|
|
724
|
-
"name": "cascader.change",
|
|
725
|
-
"detail": {
|
|
726
|
-
"annotation": {
|
|
727
|
-
"type": "typeLiteral",
|
|
728
|
-
"members": [
|
|
729
|
-
{
|
|
730
|
-
"type": "propertySignature",
|
|
731
|
-
"key": {
|
|
390
|
+
"computed": false
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"type": "propertySignature",
|
|
394
|
+
"key": {
|
|
395
|
+
"type": "identifier",
|
|
396
|
+
"name": "style"
|
|
397
|
+
},
|
|
398
|
+
"annotation": {
|
|
399
|
+
"type": "reference",
|
|
400
|
+
"typeName": {
|
|
401
|
+
"type": "qualifiedName",
|
|
402
|
+
"left": {
|
|
732
403
|
"type": "identifier",
|
|
733
|
-
"name": "
|
|
734
|
-
},
|
|
735
|
-
"annotation": {
|
|
736
|
-
"type": "indexedAccess",
|
|
737
|
-
"objectType": {
|
|
738
|
-
"type": "reference",
|
|
739
|
-
"typeName": {
|
|
740
|
-
"type": "identifier",
|
|
741
|
-
"name": "AntdCascaderProps"
|
|
742
|
-
}
|
|
743
|
-
},
|
|
744
|
-
"indexType": {
|
|
745
|
-
"type": "jsLiteral",
|
|
746
|
-
"value": "value"
|
|
747
|
-
}
|
|
404
|
+
"name": "React"
|
|
748
405
|
},
|
|
749
|
-
"
|
|
750
|
-
},
|
|
751
|
-
{
|
|
752
|
-
"type": "propertySignature",
|
|
753
|
-
"key": {
|
|
406
|
+
"right": {
|
|
754
407
|
"type": "identifier",
|
|
755
|
-
"name": "
|
|
756
|
-
}
|
|
757
|
-
"annotation": {
|
|
758
|
-
"type": "union",
|
|
759
|
-
"types": [
|
|
760
|
-
{
|
|
761
|
-
"type": "array",
|
|
762
|
-
"elementType": {
|
|
763
|
-
"type": "reference",
|
|
764
|
-
"typeName": {
|
|
765
|
-
"type": "identifier",
|
|
766
|
-
"name": "DefaultOptionType"
|
|
767
|
-
}
|
|
768
|
-
}
|
|
769
|
-
},
|
|
770
|
-
{
|
|
771
|
-
"type": "array",
|
|
772
|
-
"elementType": {
|
|
773
|
-
"type": "array",
|
|
774
|
-
"elementType": {
|
|
775
|
-
"type": "reference",
|
|
776
|
-
"typeName": {
|
|
777
|
-
"type": "identifier",
|
|
778
|
-
"name": "DefaultOptionType"
|
|
779
|
-
}
|
|
780
|
-
}
|
|
781
|
-
}
|
|
782
|
-
}
|
|
783
|
-
]
|
|
784
|
-
},
|
|
785
|
-
"computed": false
|
|
408
|
+
"name": "CSSProperties"
|
|
409
|
+
}
|
|
786
410
|
}
|
|
787
|
-
|
|
411
|
+
},
|
|
412
|
+
"optional": true,
|
|
413
|
+
"computed": false
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"type": "propertySignature",
|
|
417
|
+
"key": {
|
|
418
|
+
"type": "identifier",
|
|
419
|
+
"name": "useBrick"
|
|
420
|
+
},
|
|
421
|
+
"annotation": {
|
|
422
|
+
"type": "reference",
|
|
423
|
+
"typeName": {
|
|
424
|
+
"type": "identifier",
|
|
425
|
+
"name": "UseSingleBrickConf"
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
"computed": false
|
|
788
429
|
}
|
|
789
|
-
|
|
430
|
+
]
|
|
790
431
|
}
|
|
791
|
-
]
|
|
792
|
-
"methods": []
|
|
432
|
+
]
|
|
793
433
|
},
|
|
794
|
-
"eo-
|
|
434
|
+
"eo-workbench-layout-v2": {
|
|
795
435
|
"properties": [
|
|
796
436
|
{
|
|
797
|
-
"name": "
|
|
798
|
-
"annotation": {
|
|
799
|
-
"type": "array",
|
|
800
|
-
"elementType": {
|
|
801
|
-
"type": "reference",
|
|
802
|
-
"typeName": {
|
|
803
|
-
"type": "identifier",
|
|
804
|
-
"name": "TreeNode"
|
|
805
|
-
}
|
|
806
|
-
}
|
|
807
|
-
}
|
|
808
|
-
},
|
|
809
|
-
{
|
|
810
|
-
"name": "checkable",
|
|
437
|
+
"name": "cardTitle",
|
|
811
438
|
"annotation": {
|
|
812
439
|
"type": "keyword",
|
|
813
|
-
"value": "
|
|
440
|
+
"value": "string"
|
|
814
441
|
}
|
|
815
442
|
},
|
|
816
443
|
{
|
|
817
|
-
"name": "
|
|
444
|
+
"name": "isEdit",
|
|
818
445
|
"annotation": {
|
|
819
446
|
"type": "keyword",
|
|
820
447
|
"value": "boolean"
|
|
821
448
|
}
|
|
822
449
|
},
|
|
823
450
|
{
|
|
824
|
-
"name": "
|
|
451
|
+
"name": "layouts",
|
|
825
452
|
"annotation": {
|
|
826
|
-
"type": "
|
|
827
|
-
"
|
|
453
|
+
"type": "array",
|
|
454
|
+
"elementType": {
|
|
455
|
+
"type": "reference",
|
|
456
|
+
"typeName": {
|
|
457
|
+
"type": "identifier",
|
|
458
|
+
"name": "Layout"
|
|
459
|
+
}
|
|
460
|
+
}
|
|
828
461
|
}
|
|
829
462
|
},
|
|
830
463
|
{
|
|
831
|
-
"name": "
|
|
464
|
+
"name": "toolbarBricks",
|
|
832
465
|
"annotation": {
|
|
833
|
-
"type": "
|
|
834
|
-
"
|
|
466
|
+
"type": "typeLiteral",
|
|
467
|
+
"members": [
|
|
468
|
+
{
|
|
469
|
+
"type": "propertySignature",
|
|
470
|
+
"key": {
|
|
471
|
+
"type": "identifier",
|
|
472
|
+
"name": "useBrick"
|
|
473
|
+
},
|
|
474
|
+
"annotation": {
|
|
475
|
+
"type": "array",
|
|
476
|
+
"elementType": {
|
|
477
|
+
"type": "reference",
|
|
478
|
+
"typeName": {
|
|
479
|
+
"type": "identifier",
|
|
480
|
+
"name": "UseSingleBrickConf"
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
},
|
|
484
|
+
"computed": false
|
|
485
|
+
}
|
|
486
|
+
]
|
|
835
487
|
}
|
|
836
488
|
},
|
|
837
489
|
{
|
|
838
|
-
"name": "
|
|
490
|
+
"name": "componentList",
|
|
839
491
|
"annotation": {
|
|
840
492
|
"type": "array",
|
|
841
493
|
"elementType": {
|
|
842
494
|
"type": "reference",
|
|
843
495
|
"typeName": {
|
|
844
496
|
"type": "identifier",
|
|
845
|
-
"name": "
|
|
497
|
+
"name": "Item"
|
|
846
498
|
}
|
|
847
499
|
}
|
|
848
500
|
}
|
|
849
|
-
}
|
|
501
|
+
}
|
|
502
|
+
],
|
|
503
|
+
"events": [
|
|
850
504
|
{
|
|
851
|
-
"name": "
|
|
852
|
-
"
|
|
853
|
-
"
|
|
854
|
-
|
|
855
|
-
"
|
|
856
|
-
|
|
857
|
-
"
|
|
858
|
-
|
|
505
|
+
"name": "save",
|
|
506
|
+
"detail": {
|
|
507
|
+
"annotation": {
|
|
508
|
+
"type": "array",
|
|
509
|
+
"elementType": {
|
|
510
|
+
"type": "reference",
|
|
511
|
+
"typeName": {
|
|
512
|
+
"type": "identifier",
|
|
513
|
+
"name": "Layout"
|
|
514
|
+
}
|
|
859
515
|
}
|
|
860
516
|
}
|
|
861
517
|
}
|
|
862
518
|
},
|
|
863
519
|
{
|
|
864
|
-
"name": "
|
|
865
|
-
"
|
|
866
|
-
"
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
520
|
+
"name": "cancel",
|
|
521
|
+
"detail": {
|
|
522
|
+
"annotation": {
|
|
523
|
+
"type": "keyword",
|
|
524
|
+
"value": "void"
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
}
|
|
528
|
+
],
|
|
529
|
+
"methods": [],
|
|
530
|
+
"types": [
|
|
531
|
+
{
|
|
532
|
+
"type": "interface",
|
|
533
|
+
"name": "Item",
|
|
534
|
+
"body": [
|
|
535
|
+
{
|
|
536
|
+
"type": "propertySignature",
|
|
537
|
+
"key": {
|
|
538
|
+
"type": "identifier",
|
|
539
|
+
"name": "position"
|
|
540
|
+
},
|
|
541
|
+
"annotation": {
|
|
542
|
+
"type": "reference",
|
|
543
|
+
"typeName": {
|
|
544
|
+
"type": "identifier",
|
|
545
|
+
"name": "Layout"
|
|
546
|
+
}
|
|
547
|
+
},
|
|
548
|
+
"computed": false
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"type": "propertySignature",
|
|
552
|
+
"key": {
|
|
553
|
+
"type": "identifier",
|
|
554
|
+
"name": "key"
|
|
555
|
+
},
|
|
556
|
+
"annotation": {
|
|
557
|
+
"type": "keyword",
|
|
558
|
+
"value": "string"
|
|
559
|
+
},
|
|
560
|
+
"computed": false
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"type": "propertySignature",
|
|
564
|
+
"key": {
|
|
565
|
+
"type": "identifier",
|
|
566
|
+
"name": "title"
|
|
567
|
+
},
|
|
568
|
+
"annotation": {
|
|
569
|
+
"type": "keyword",
|
|
570
|
+
"value": "string"
|
|
571
|
+
},
|
|
572
|
+
"computed": false
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"type": "propertySignature",
|
|
576
|
+
"key": {
|
|
577
|
+
"type": "identifier",
|
|
578
|
+
"name": "style"
|
|
579
|
+
},
|
|
580
|
+
"annotation": {
|
|
581
|
+
"type": "reference",
|
|
582
|
+
"typeName": {
|
|
583
|
+
"type": "qualifiedName",
|
|
584
|
+
"left": {
|
|
585
|
+
"type": "identifier",
|
|
586
|
+
"name": "React"
|
|
587
|
+
},
|
|
588
|
+
"right": {
|
|
589
|
+
"type": "identifier",
|
|
590
|
+
"name": "CSSProperties"
|
|
591
|
+
}
|
|
592
|
+
}
|
|
593
|
+
},
|
|
594
|
+
"optional": true,
|
|
595
|
+
"computed": false
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"type": "propertySignature",
|
|
599
|
+
"key": {
|
|
600
|
+
"type": "identifier",
|
|
601
|
+
"name": "useBrick"
|
|
602
|
+
},
|
|
603
|
+
"annotation": {
|
|
604
|
+
"type": "reference",
|
|
605
|
+
"typeName": {
|
|
606
|
+
"type": "identifier",
|
|
607
|
+
"name": "UseSingleBrickConf"
|
|
608
|
+
}
|
|
609
|
+
},
|
|
610
|
+
"computed": false
|
|
611
|
+
}
|
|
612
|
+
]
|
|
613
|
+
}
|
|
614
|
+
]
|
|
615
|
+
},
|
|
616
|
+
"eo-tree": {
|
|
617
|
+
"properties": [
|
|
618
|
+
{
|
|
619
|
+
"name": "dataSource",
|
|
620
|
+
"annotation": {
|
|
621
|
+
"type": "array",
|
|
622
|
+
"elementType": {
|
|
623
|
+
"type": "reference",
|
|
624
|
+
"typeName": {
|
|
625
|
+
"type": "identifier",
|
|
626
|
+
"name": "TreeNode"
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
|
+
}
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"name": "checkable",
|
|
633
|
+
"annotation": {
|
|
634
|
+
"type": "keyword",
|
|
635
|
+
"value": "boolean"
|
|
636
|
+
}
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"name": "selectable",
|
|
640
|
+
"annotation": {
|
|
641
|
+
"type": "keyword",
|
|
642
|
+
"value": "boolean"
|
|
643
|
+
}
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"name": "defaultExpandAll",
|
|
647
|
+
"annotation": {
|
|
648
|
+
"type": "keyword",
|
|
649
|
+
"value": "boolean"
|
|
650
|
+
}
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"name": "showLine",
|
|
654
|
+
"annotation": {
|
|
655
|
+
"type": "keyword",
|
|
656
|
+
"value": "boolean"
|
|
657
|
+
}
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"name": "expandedKeys",
|
|
661
|
+
"annotation": {
|
|
662
|
+
"type": "array",
|
|
663
|
+
"elementType": {
|
|
664
|
+
"type": "reference",
|
|
665
|
+
"typeName": {
|
|
666
|
+
"type": "identifier",
|
|
667
|
+
"name": "TreeNodeKey"
|
|
668
|
+
}
|
|
669
|
+
}
|
|
670
|
+
}
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"name": "checkedKeys",
|
|
674
|
+
"annotation": {
|
|
675
|
+
"type": "array",
|
|
676
|
+
"elementType": {
|
|
677
|
+
"type": "reference",
|
|
678
|
+
"typeName": {
|
|
679
|
+
"type": "identifier",
|
|
680
|
+
"name": "TreeNodeKey"
|
|
681
|
+
}
|
|
682
|
+
}
|
|
683
|
+
}
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"name": "nodeDraggable",
|
|
687
|
+
"annotation": {
|
|
688
|
+
"type": "union",
|
|
689
|
+
"types": [
|
|
690
|
+
{
|
|
691
|
+
"type": "keyword",
|
|
692
|
+
"value": "boolean"
|
|
693
|
+
},
|
|
694
|
+
{
|
|
873
695
|
"type": "typeLiteral",
|
|
874
696
|
"members": [
|
|
875
697
|
{
|
|
@@ -1238,6 +1060,366 @@
|
|
|
1238
1060
|
}
|
|
1239
1061
|
]
|
|
1240
1062
|
},
|
|
1063
|
+
"eo-tree-select": {
|
|
1064
|
+
"properties": [
|
|
1065
|
+
{
|
|
1066
|
+
"name": "name",
|
|
1067
|
+
"annotation": {
|
|
1068
|
+
"type": "keyword",
|
|
1069
|
+
"value": "string"
|
|
1070
|
+
}
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
"name": "label",
|
|
1074
|
+
"annotation": {
|
|
1075
|
+
"type": "keyword",
|
|
1076
|
+
"value": "string"
|
|
1077
|
+
}
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
"name": "required",
|
|
1081
|
+
"annotation": {
|
|
1082
|
+
"type": "keyword",
|
|
1083
|
+
"value": "boolean"
|
|
1084
|
+
}
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"name": "treeData",
|
|
1088
|
+
"annotation": {
|
|
1089
|
+
"type": "indexedAccess",
|
|
1090
|
+
"objectType": {
|
|
1091
|
+
"type": "reference",
|
|
1092
|
+
"typeName": {
|
|
1093
|
+
"type": "identifier",
|
|
1094
|
+
"name": "AntdTreeSelectProps"
|
|
1095
|
+
}
|
|
1096
|
+
},
|
|
1097
|
+
"indexType": {
|
|
1098
|
+
"type": "jsLiteral",
|
|
1099
|
+
"value": "treeData"
|
|
1100
|
+
}
|
|
1101
|
+
}
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
"name": "treeDefaultExpandAll",
|
|
1105
|
+
"annotation": {
|
|
1106
|
+
"type": "keyword",
|
|
1107
|
+
"value": "boolean"
|
|
1108
|
+
}
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"name": "treeExpandedKeys",
|
|
1112
|
+
"annotation": {
|
|
1113
|
+
"type": "array",
|
|
1114
|
+
"elementType": {
|
|
1115
|
+
"type": "keyword",
|
|
1116
|
+
"value": "string"
|
|
1117
|
+
}
|
|
1118
|
+
}
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
"name": "fieldNames",
|
|
1122
|
+
"annotation": {
|
|
1123
|
+
"type": "indexedAccess",
|
|
1124
|
+
"objectType": {
|
|
1125
|
+
"type": "reference",
|
|
1126
|
+
"typeName": {
|
|
1127
|
+
"type": "identifier",
|
|
1128
|
+
"name": "AntdTreeSelectProps"
|
|
1129
|
+
}
|
|
1130
|
+
},
|
|
1131
|
+
"indexType": {
|
|
1132
|
+
"type": "jsLiteral",
|
|
1133
|
+
"value": "fieldNames"
|
|
1134
|
+
}
|
|
1135
|
+
}
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
"name": "value",
|
|
1139
|
+
"annotation": {
|
|
1140
|
+
"type": "indexedAccess",
|
|
1141
|
+
"objectType": {
|
|
1142
|
+
"type": "reference",
|
|
1143
|
+
"typeName": {
|
|
1144
|
+
"type": "identifier",
|
|
1145
|
+
"name": "AntdTreeSelectProps"
|
|
1146
|
+
}
|
|
1147
|
+
},
|
|
1148
|
+
"indexType": {
|
|
1149
|
+
"type": "jsLiteral",
|
|
1150
|
+
"value": "value"
|
|
1151
|
+
}
|
|
1152
|
+
}
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"name": "placeholder",
|
|
1156
|
+
"annotation": {
|
|
1157
|
+
"type": "keyword",
|
|
1158
|
+
"value": "string"
|
|
1159
|
+
}
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
"name": "multiple",
|
|
1163
|
+
"annotation": {
|
|
1164
|
+
"type": "keyword",
|
|
1165
|
+
"value": "boolean"
|
|
1166
|
+
}
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"name": "disabled",
|
|
1170
|
+
"annotation": {
|
|
1171
|
+
"type": "keyword",
|
|
1172
|
+
"value": "boolean"
|
|
1173
|
+
}
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
"name": "checkable",
|
|
1177
|
+
"annotation": {
|
|
1178
|
+
"type": "keyword",
|
|
1179
|
+
"value": "boolean"
|
|
1180
|
+
}
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"name": "allowClear",
|
|
1184
|
+
"annotation": {
|
|
1185
|
+
"type": "keyword",
|
|
1186
|
+
"value": "boolean"
|
|
1187
|
+
}
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
"name": "loading",
|
|
1191
|
+
"annotation": {
|
|
1192
|
+
"type": "keyword",
|
|
1193
|
+
"value": "boolean"
|
|
1194
|
+
}
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"name": "filterTreeNode",
|
|
1198
|
+
"annotation": {
|
|
1199
|
+
"type": "indexedAccess",
|
|
1200
|
+
"objectType": {
|
|
1201
|
+
"type": "reference",
|
|
1202
|
+
"typeName": {
|
|
1203
|
+
"type": "identifier",
|
|
1204
|
+
"name": "AntdTreeSelectProps"
|
|
1205
|
+
}
|
|
1206
|
+
},
|
|
1207
|
+
"indexType": {
|
|
1208
|
+
"type": "jsLiteral",
|
|
1209
|
+
"value": "filterTreeNode"
|
|
1210
|
+
}
|
|
1211
|
+
}
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
"name": "showSearch",
|
|
1215
|
+
"annotation": {
|
|
1216
|
+
"type": "keyword",
|
|
1217
|
+
"value": "boolean"
|
|
1218
|
+
}
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
"name": "suffixIcon",
|
|
1222
|
+
"annotation": {
|
|
1223
|
+
"type": "reference",
|
|
1224
|
+
"typeName": {
|
|
1225
|
+
"type": "identifier",
|
|
1226
|
+
"name": "GeneralIconProps"
|
|
1227
|
+
}
|
|
1228
|
+
}
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"name": "popupPlacement",
|
|
1232
|
+
"annotation": {
|
|
1233
|
+
"type": "indexedAccess",
|
|
1234
|
+
"objectType": {
|
|
1235
|
+
"type": "reference",
|
|
1236
|
+
"typeName": {
|
|
1237
|
+
"type": "identifier",
|
|
1238
|
+
"name": "AntdTreeSelectProps"
|
|
1239
|
+
}
|
|
1240
|
+
},
|
|
1241
|
+
"indexType": {
|
|
1242
|
+
"type": "jsLiteral",
|
|
1243
|
+
"value": "placement"
|
|
1244
|
+
}
|
|
1245
|
+
}
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
"name": "size",
|
|
1249
|
+
"annotation": {
|
|
1250
|
+
"type": "indexedAccess",
|
|
1251
|
+
"objectType": {
|
|
1252
|
+
"type": "reference",
|
|
1253
|
+
"typeName": {
|
|
1254
|
+
"type": "identifier",
|
|
1255
|
+
"name": "AntdTreeSelectProps"
|
|
1256
|
+
}
|
|
1257
|
+
},
|
|
1258
|
+
"indexType": {
|
|
1259
|
+
"type": "jsLiteral",
|
|
1260
|
+
"value": "size"
|
|
1261
|
+
}
|
|
1262
|
+
}
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"name": "maxTagCount",
|
|
1266
|
+
"annotation": {
|
|
1267
|
+
"type": "union",
|
|
1268
|
+
"types": [
|
|
1269
|
+
{
|
|
1270
|
+
"type": "keyword",
|
|
1271
|
+
"value": "number"
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
"type": "jsLiteral",
|
|
1275
|
+
"value": "responsive"
|
|
1276
|
+
}
|
|
1277
|
+
]
|
|
1278
|
+
}
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"name": "dropdownStyle",
|
|
1282
|
+
"annotation": {
|
|
1283
|
+
"type": "reference",
|
|
1284
|
+
"typeName": {
|
|
1285
|
+
"type": "identifier",
|
|
1286
|
+
"name": "CSSProperties"
|
|
1287
|
+
}
|
|
1288
|
+
}
|
|
1289
|
+
}
|
|
1290
|
+
],
|
|
1291
|
+
"events": [
|
|
1292
|
+
{
|
|
1293
|
+
"name": "change",
|
|
1294
|
+
"detail": {
|
|
1295
|
+
"annotation": {
|
|
1296
|
+
"type": "typeLiteral",
|
|
1297
|
+
"members": [
|
|
1298
|
+
{
|
|
1299
|
+
"type": "propertySignature",
|
|
1300
|
+
"key": {
|
|
1301
|
+
"type": "identifier",
|
|
1302
|
+
"name": "value"
|
|
1303
|
+
},
|
|
1304
|
+
"annotation": {
|
|
1305
|
+
"type": "indexedAccess",
|
|
1306
|
+
"objectType": {
|
|
1307
|
+
"type": "reference",
|
|
1308
|
+
"typeName": {
|
|
1309
|
+
"type": "identifier",
|
|
1310
|
+
"name": "AntdTreeSelectProps"
|
|
1311
|
+
}
|
|
1312
|
+
},
|
|
1313
|
+
"indexType": {
|
|
1314
|
+
"type": "jsLiteral",
|
|
1315
|
+
"value": "value"
|
|
1316
|
+
}
|
|
1317
|
+
},
|
|
1318
|
+
"computed": false
|
|
1319
|
+
}
|
|
1320
|
+
]
|
|
1321
|
+
}
|
|
1322
|
+
}
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"name": "search",
|
|
1326
|
+
"detail": {
|
|
1327
|
+
"annotation": {
|
|
1328
|
+
"type": "keyword",
|
|
1329
|
+
"value": "string"
|
|
1330
|
+
}
|
|
1331
|
+
}
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
"name": "select",
|
|
1335
|
+
"detail": {
|
|
1336
|
+
"annotation": {
|
|
1337
|
+
"type": "typeLiteral",
|
|
1338
|
+
"members": [
|
|
1339
|
+
{
|
|
1340
|
+
"type": "propertySignature",
|
|
1341
|
+
"key": {
|
|
1342
|
+
"type": "identifier",
|
|
1343
|
+
"name": "value"
|
|
1344
|
+
},
|
|
1345
|
+
"annotation": {
|
|
1346
|
+
"type": "indexedAccess",
|
|
1347
|
+
"objectType": {
|
|
1348
|
+
"type": "reference",
|
|
1349
|
+
"typeName": {
|
|
1350
|
+
"type": "identifier",
|
|
1351
|
+
"name": "AntdTreeSelectProps"
|
|
1352
|
+
}
|
|
1353
|
+
},
|
|
1354
|
+
"indexType": {
|
|
1355
|
+
"type": "jsLiteral",
|
|
1356
|
+
"value": "value"
|
|
1357
|
+
}
|
|
1358
|
+
},
|
|
1359
|
+
"computed": false
|
|
1360
|
+
}
|
|
1361
|
+
]
|
|
1362
|
+
}
|
|
1363
|
+
}
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
"name": "expand",
|
|
1367
|
+
"detail": {
|
|
1368
|
+
"annotation": {
|
|
1369
|
+
"type": "typeLiteral",
|
|
1370
|
+
"members": [
|
|
1371
|
+
{
|
|
1372
|
+
"type": "propertySignature",
|
|
1373
|
+
"key": {
|
|
1374
|
+
"type": "identifier",
|
|
1375
|
+
"name": "keys"
|
|
1376
|
+
},
|
|
1377
|
+
"annotation": {
|
|
1378
|
+
"type": "array",
|
|
1379
|
+
"elementType": {
|
|
1380
|
+
"type": "reference",
|
|
1381
|
+
"typeName": {
|
|
1382
|
+
"type": "qualifiedName",
|
|
1383
|
+
"left": {
|
|
1384
|
+
"type": "identifier",
|
|
1385
|
+
"name": "React"
|
|
1386
|
+
},
|
|
1387
|
+
"right": {
|
|
1388
|
+
"type": "identifier",
|
|
1389
|
+
"name": "Key"
|
|
1390
|
+
}
|
|
1391
|
+
}
|
|
1392
|
+
}
|
|
1393
|
+
},
|
|
1394
|
+
"computed": false
|
|
1395
|
+
}
|
|
1396
|
+
]
|
|
1397
|
+
}
|
|
1398
|
+
}
|
|
1399
|
+
}
|
|
1400
|
+
],
|
|
1401
|
+
"methods": []
|
|
1402
|
+
},
|
|
1403
|
+
"eo-text-tooltip": {
|
|
1404
|
+
"properties": [
|
|
1405
|
+
{
|
|
1406
|
+
"name": "label",
|
|
1407
|
+
"annotation": {
|
|
1408
|
+
"type": "keyword",
|
|
1409
|
+
"value": "string"
|
|
1410
|
+
}
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
"name": "lineClamp",
|
|
1414
|
+
"annotation": {
|
|
1415
|
+
"type": "keyword",
|
|
1416
|
+
"value": "number"
|
|
1417
|
+
}
|
|
1418
|
+
}
|
|
1419
|
+
],
|
|
1420
|
+
"events": [],
|
|
1421
|
+
"methods": []
|
|
1422
|
+
},
|
|
1241
1423
|
"advanced.capture-snapshot": {
|
|
1242
1424
|
"type": "provider",
|
|
1243
1425
|
"params": [
|