@next-bricks/advanced 0.48.4 → 0.49.1
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 +11 -11
- package/dist/chunks/{4197.f3365a72.js → 4197.a6b0c01c.js} +2 -2
- package/dist/chunks/4197.a6b0c01c.js.map +1 -0
- package/dist/chunks/{4758.79baed2f.js → 4758.5f79e636.js} +3 -3
- package/dist/chunks/4758.5f79e636.js.map +1 -0
- package/dist/chunks/eo-workbench-layout-v2.58c4594d.js +3 -0
- package/dist/chunks/eo-workbench-layout-v2.58c4594d.js.map +1 -0
- package/dist/chunks/{main.63b7edc3.js → main.84dcc273.js} +2 -2
- package/dist/chunks/{main.63b7edc3.js.map → main.84dcc273.js.map} +1 -1
- package/dist/examples.json +6 -6
- package/dist/{index.91ab4f74.js → index.fdaa39c6.js} +2 -2
- package/dist/{index.91ab4f74.js.map → index.fdaa39c6.js.map} +1 -1
- package/dist/manifest.json +214 -203
- package/dist/types.json +815 -782
- package/dist-types/workbench-layout-v2/index.d.ts +11 -1
- package/dist-types/workbench-layout-v2/utils.d.ts +1 -1
- package/package.json +2 -2
- package/dist/chunks/4197.f3365a72.js.map +0 -1
- package/dist/chunks/4758.79baed2f.js.map +0 -1
- package/dist/chunks/eo-workbench-layout-v2.c223df74.js +0 -3
- package/dist/chunks/eo-workbench-layout-v2.c223df74.js.map +0 -1
- /package/dist/chunks/{4758.79baed2f.js.LICENSE.txt → 4758.5f79e636.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-workbench-layout-v2.c223df74.js.LICENSE.txt → eo-workbench-layout-v2.58c4594d.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,238 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"eo-workbench-layout": {
|
|
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": "change",
|
|
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": "save",
|
|
63
|
-
"detail": {
|
|
64
|
-
"annotation": {
|
|
65
|
-
"type": "array",
|
|
66
|
-
"elementType": {
|
|
67
|
-
"type": "reference",
|
|
68
|
-
"typeName": {
|
|
69
|
-
"type": "identifier",
|
|
70
|
-
"name": "Layout"
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"name": "cancel",
|
|
78
|
-
"detail": {
|
|
79
|
-
"annotation": {
|
|
80
|
-
"type": "keyword",
|
|
81
|
-
"value": "void"
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"name": "action.click",
|
|
87
|
-
"detail": {
|
|
88
|
-
"annotation": {
|
|
89
|
-
"type": "typeLiteral",
|
|
90
|
-
"members": [
|
|
91
|
-
{
|
|
92
|
-
"type": "propertySignature",
|
|
93
|
-
"key": {
|
|
94
|
-
"type": "identifier",
|
|
95
|
-
"name": "action"
|
|
96
|
-
},
|
|
97
|
-
"annotation": {
|
|
98
|
-
"type": "reference",
|
|
99
|
-
"typeName": {
|
|
100
|
-
"type": "identifier",
|
|
101
|
-
"name": "SimpleAction"
|
|
102
|
-
}
|
|
103
|
-
},
|
|
104
|
-
"computed": false
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"type": "propertySignature",
|
|
108
|
-
"key": {
|
|
109
|
-
"type": "identifier",
|
|
110
|
-
"name": "layouts"
|
|
111
|
-
},
|
|
112
|
-
"annotation": {
|
|
113
|
-
"type": "array",
|
|
114
|
-
"elementType": {
|
|
115
|
-
"type": "reference",
|
|
116
|
-
"typeName": {
|
|
117
|
-
"type": "identifier",
|
|
118
|
-
"name": "Layout"
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
},
|
|
122
|
-
"computed": false
|
|
123
|
-
}
|
|
124
|
-
]
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
],
|
|
129
|
-
"methods": [
|
|
130
|
-
{
|
|
131
|
-
"name": "setLayouts",
|
|
132
|
-
"params": [
|
|
133
|
-
{
|
|
134
|
-
"name": "layouts",
|
|
135
|
-
"annotation": {
|
|
136
|
-
"type": "array",
|
|
137
|
-
"elementType": {
|
|
138
|
-
"type": "reference",
|
|
139
|
-
"typeName": {
|
|
140
|
-
"type": "identifier",
|
|
141
|
-
"name": "Layout"
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
],
|
|
147
|
-
"returns": {}
|
|
148
|
-
}
|
|
149
|
-
],
|
|
150
|
-
"types": [
|
|
151
|
-
{
|
|
152
|
-
"type": "interface",
|
|
153
|
-
"name": "Item",
|
|
154
|
-
"body": [
|
|
155
|
-
{
|
|
156
|
-
"type": "propertySignature",
|
|
157
|
-
"key": {
|
|
158
|
-
"type": "identifier",
|
|
159
|
-
"name": "position"
|
|
160
|
-
},
|
|
161
|
-
"annotation": {
|
|
162
|
-
"type": "reference",
|
|
163
|
-
"typeName": {
|
|
164
|
-
"type": "identifier",
|
|
165
|
-
"name": "Layout"
|
|
166
|
-
}
|
|
167
|
-
},
|
|
168
|
-
"computed": false
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"type": "propertySignature",
|
|
172
|
-
"key": {
|
|
173
|
-
"type": "identifier",
|
|
174
|
-
"name": "key"
|
|
175
|
-
},
|
|
176
|
-
"annotation": {
|
|
177
|
-
"type": "keyword",
|
|
178
|
-
"value": "string"
|
|
179
|
-
},
|
|
180
|
-
"computed": false
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"type": "propertySignature",
|
|
184
|
-
"key": {
|
|
185
|
-
"type": "identifier",
|
|
186
|
-
"name": "title"
|
|
187
|
-
},
|
|
188
|
-
"annotation": {
|
|
189
|
-
"type": "keyword",
|
|
190
|
-
"value": "string"
|
|
191
|
-
},
|
|
192
|
-
"computed": false
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
"type": "propertySignature",
|
|
196
|
-
"key": {
|
|
197
|
-
"type": "identifier",
|
|
198
|
-
"name": "style"
|
|
199
|
-
},
|
|
200
|
-
"annotation": {
|
|
201
|
-
"type": "reference",
|
|
202
|
-
"typeName": {
|
|
203
|
-
"type": "qualifiedName",
|
|
204
|
-
"left": {
|
|
205
|
-
"type": "identifier",
|
|
206
|
-
"name": "React"
|
|
207
|
-
},
|
|
208
|
-
"right": {
|
|
209
|
-
"type": "identifier",
|
|
210
|
-
"name": "CSSProperties"
|
|
211
|
-
}
|
|
212
|
-
}
|
|
213
|
-
},
|
|
214
|
-
"optional": true,
|
|
215
|
-
"computed": false
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
"type": "propertySignature",
|
|
219
|
-
"key": {
|
|
220
|
-
"type": "identifier",
|
|
221
|
-
"name": "useBrick"
|
|
222
|
-
},
|
|
223
|
-
"annotation": {
|
|
224
|
-
"type": "reference",
|
|
225
|
-
"typeName": {
|
|
226
|
-
"type": "identifier",
|
|
227
|
-
"name": "UseSingleBrickConf"
|
|
228
|
-
}
|
|
229
|
-
},
|
|
230
|
-
"computed": false
|
|
231
|
-
}
|
|
232
|
-
]
|
|
233
|
-
}
|
|
234
|
-
]
|
|
235
|
-
},
|
|
236
2
|
"eo-cascader": {
|
|
237
3
|
"properties": [
|
|
238
4
|
{
|
|
@@ -509,248 +275,595 @@
|
|
|
509
275
|
],
|
|
510
276
|
"methods": []
|
|
511
277
|
},
|
|
512
|
-
"eo-tree": {
|
|
278
|
+
"eo-tree-select": {
|
|
513
279
|
"properties": [
|
|
514
280
|
{
|
|
515
|
-
"name": "
|
|
281
|
+
"name": "name",
|
|
516
282
|
"annotation": {
|
|
517
|
-
"type": "
|
|
518
|
-
"
|
|
519
|
-
"type": "reference",
|
|
520
|
-
"typeName": {
|
|
521
|
-
"type": "identifier",
|
|
522
|
-
"name": "TreeNode"
|
|
523
|
-
}
|
|
524
|
-
}
|
|
283
|
+
"type": "keyword",
|
|
284
|
+
"value": "string"
|
|
525
285
|
}
|
|
526
286
|
},
|
|
527
287
|
{
|
|
528
|
-
"name": "
|
|
288
|
+
"name": "label",
|
|
529
289
|
"annotation": {
|
|
530
290
|
"type": "keyword",
|
|
531
|
-
"value": "
|
|
291
|
+
"value": "string"
|
|
532
292
|
}
|
|
533
293
|
},
|
|
534
294
|
{
|
|
535
|
-
"name": "
|
|
295
|
+
"name": "required",
|
|
536
296
|
"annotation": {
|
|
537
297
|
"type": "keyword",
|
|
538
298
|
"value": "boolean"
|
|
539
299
|
}
|
|
540
300
|
},
|
|
541
301
|
{
|
|
542
|
-
"name": "
|
|
302
|
+
"name": "treeData",
|
|
543
303
|
"annotation": {
|
|
544
|
-
"type": "
|
|
545
|
-
"
|
|
304
|
+
"type": "indexedAccess",
|
|
305
|
+
"objectType": {
|
|
306
|
+
"type": "reference",
|
|
307
|
+
"typeName": {
|
|
308
|
+
"type": "identifier",
|
|
309
|
+
"name": "AntdTreeSelectProps"
|
|
310
|
+
}
|
|
311
|
+
},
|
|
312
|
+
"indexType": {
|
|
313
|
+
"type": "jsLiteral",
|
|
314
|
+
"value": "treeData"
|
|
315
|
+
}
|
|
546
316
|
}
|
|
547
317
|
},
|
|
548
318
|
{
|
|
549
|
-
"name": "
|
|
319
|
+
"name": "treeDefaultExpandAll",
|
|
550
320
|
"annotation": {
|
|
551
321
|
"type": "keyword",
|
|
552
322
|
"value": "boolean"
|
|
553
323
|
}
|
|
554
324
|
},
|
|
555
325
|
{
|
|
556
|
-
"name": "
|
|
326
|
+
"name": "treeExpandedKeys",
|
|
557
327
|
"annotation": {
|
|
558
328
|
"type": "array",
|
|
559
329
|
"elementType": {
|
|
330
|
+
"type": "keyword",
|
|
331
|
+
"value": "string"
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"name": "fieldNames",
|
|
337
|
+
"annotation": {
|
|
338
|
+
"type": "indexedAccess",
|
|
339
|
+
"objectType": {
|
|
560
340
|
"type": "reference",
|
|
561
341
|
"typeName": {
|
|
562
342
|
"type": "identifier",
|
|
563
|
-
"name": "
|
|
343
|
+
"name": "AntdTreeSelectProps"
|
|
564
344
|
}
|
|
345
|
+
},
|
|
346
|
+
"indexType": {
|
|
347
|
+
"type": "jsLiteral",
|
|
348
|
+
"value": "fieldNames"
|
|
565
349
|
}
|
|
566
350
|
}
|
|
567
351
|
},
|
|
568
352
|
{
|
|
569
|
-
"name": "
|
|
353
|
+
"name": "value",
|
|
570
354
|
"annotation": {
|
|
571
|
-
"type": "
|
|
572
|
-
"
|
|
355
|
+
"type": "indexedAccess",
|
|
356
|
+
"objectType": {
|
|
573
357
|
"type": "reference",
|
|
574
358
|
"typeName": {
|
|
575
359
|
"type": "identifier",
|
|
576
|
-
"name": "
|
|
360
|
+
"name": "AntdTreeSelectProps"
|
|
577
361
|
}
|
|
362
|
+
},
|
|
363
|
+
"indexType": {
|
|
364
|
+
"type": "jsLiteral",
|
|
365
|
+
"value": "value"
|
|
578
366
|
}
|
|
579
367
|
}
|
|
580
368
|
},
|
|
581
369
|
{
|
|
582
|
-
"name": "
|
|
370
|
+
"name": "placeholder",
|
|
583
371
|
"annotation": {
|
|
584
|
-
"type": "
|
|
585
|
-
"
|
|
586
|
-
{
|
|
587
|
-
"type": "keyword",
|
|
588
|
-
"value": "boolean"
|
|
589
|
-
},
|
|
590
|
-
{
|
|
591
|
-
"type": "typeLiteral",
|
|
592
|
-
"members": [
|
|
593
|
-
{
|
|
594
|
-
"type": "propertySignature",
|
|
595
|
-
"key": {
|
|
596
|
-
"type": "identifier",
|
|
597
|
-
"name": "icon"
|
|
598
|
-
},
|
|
599
|
-
"annotation": {
|
|
600
|
-
"type": "jsLiteral",
|
|
601
|
-
"value": false
|
|
602
|
-
},
|
|
603
|
-
"optional": true,
|
|
604
|
-
"computed": false
|
|
605
|
-
}
|
|
606
|
-
]
|
|
607
|
-
}
|
|
608
|
-
]
|
|
372
|
+
"type": "keyword",
|
|
373
|
+
"value": "string"
|
|
609
374
|
}
|
|
610
375
|
},
|
|
611
376
|
{
|
|
612
|
-
"name": "
|
|
377
|
+
"name": "multiple",
|
|
613
378
|
"annotation": {
|
|
614
|
-
"type": "
|
|
615
|
-
"
|
|
616
|
-
{
|
|
617
|
-
"type": "jsLiteral",
|
|
618
|
-
"value": "auto"
|
|
619
|
-
},
|
|
620
|
-
{
|
|
621
|
-
"type": "jsLiteral",
|
|
622
|
-
"value": "chevron"
|
|
623
|
-
},
|
|
624
|
-
{
|
|
625
|
-
"type": "jsLiteral",
|
|
626
|
-
"value": false
|
|
627
|
-
}
|
|
628
|
-
]
|
|
379
|
+
"type": "keyword",
|
|
380
|
+
"value": "boolean"
|
|
629
381
|
}
|
|
630
382
|
},
|
|
631
383
|
{
|
|
632
|
-
"name": "
|
|
384
|
+
"name": "disabled",
|
|
633
385
|
"annotation": {
|
|
634
|
-
"type": "
|
|
635
|
-
"
|
|
636
|
-
"type": "function",
|
|
637
|
-
"parameters": [
|
|
638
|
-
{
|
|
639
|
-
"type": "identifier",
|
|
640
|
-
"name": "info",
|
|
641
|
-
"annotation": {
|
|
642
|
-
"type": "reference",
|
|
643
|
-
"typeName": {
|
|
644
|
-
"type": "identifier",
|
|
645
|
-
"name": "AllowDropInfo"
|
|
646
|
-
}
|
|
647
|
-
}
|
|
648
|
-
}
|
|
649
|
-
],
|
|
650
|
-
"annotation": {
|
|
651
|
-
"type": "keyword",
|
|
652
|
-
"value": "boolean"
|
|
653
|
-
}
|
|
654
|
-
}
|
|
386
|
+
"type": "keyword",
|
|
387
|
+
"value": "boolean"
|
|
655
388
|
}
|
|
656
389
|
},
|
|
657
390
|
{
|
|
658
|
-
"name": "
|
|
391
|
+
"name": "checkable",
|
|
659
392
|
"annotation": {
|
|
660
|
-
"type": "
|
|
661
|
-
"
|
|
662
|
-
{
|
|
663
|
-
"type": "propertySignature",
|
|
664
|
-
"key": {
|
|
665
|
-
"type": "identifier",
|
|
666
|
-
"name": "useBrick"
|
|
667
|
-
},
|
|
668
|
-
"annotation": {
|
|
669
|
-
"type": "reference",
|
|
670
|
-
"typeName": {
|
|
671
|
-
"type": "identifier",
|
|
672
|
-
"name": "UseBrickConf"
|
|
673
|
-
}
|
|
674
|
-
},
|
|
675
|
-
"computed": false
|
|
676
|
-
}
|
|
677
|
-
]
|
|
393
|
+
"type": "keyword",
|
|
394
|
+
"value": "boolean"
|
|
678
395
|
}
|
|
679
|
-
}
|
|
680
|
-
],
|
|
681
|
-
"events": [
|
|
396
|
+
},
|
|
682
397
|
{
|
|
683
|
-
"name": "
|
|
684
|
-
"
|
|
685
|
-
"
|
|
686
|
-
|
|
687
|
-
"elementType": {
|
|
688
|
-
"type": "reference",
|
|
689
|
-
"typeName": {
|
|
690
|
-
"type": "identifier",
|
|
691
|
-
"name": "TreeNodeKey"
|
|
692
|
-
}
|
|
693
|
-
}
|
|
694
|
-
}
|
|
398
|
+
"name": "allowClear",
|
|
399
|
+
"annotation": {
|
|
400
|
+
"type": "keyword",
|
|
401
|
+
"value": "boolean"
|
|
695
402
|
}
|
|
696
403
|
},
|
|
697
404
|
{
|
|
698
|
-
"name": "
|
|
699
|
-
"
|
|
700
|
-
"
|
|
405
|
+
"name": "loading",
|
|
406
|
+
"annotation": {
|
|
407
|
+
"type": "keyword",
|
|
408
|
+
"value": "boolean"
|
|
409
|
+
}
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"name": "filterTreeNode",
|
|
413
|
+
"annotation": {
|
|
414
|
+
"type": "indexedAccess",
|
|
415
|
+
"objectType": {
|
|
701
416
|
"type": "reference",
|
|
702
417
|
"typeName": {
|
|
703
418
|
"type": "identifier",
|
|
704
|
-
"name": "
|
|
419
|
+
"name": "AntdTreeSelectProps"
|
|
705
420
|
}
|
|
421
|
+
},
|
|
422
|
+
"indexType": {
|
|
423
|
+
"type": "jsLiteral",
|
|
424
|
+
"value": "filterTreeNode"
|
|
706
425
|
}
|
|
707
426
|
}
|
|
708
427
|
},
|
|
709
428
|
{
|
|
710
|
-
"name": "
|
|
711
|
-
"
|
|
712
|
-
"
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
429
|
+
"name": "showSearch",
|
|
430
|
+
"annotation": {
|
|
431
|
+
"type": "keyword",
|
|
432
|
+
"value": "boolean"
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"name": "suffixIcon",
|
|
437
|
+
"annotation": {
|
|
438
|
+
"type": "reference",
|
|
439
|
+
"typeName": {
|
|
440
|
+
"type": "identifier",
|
|
441
|
+
"name": "GeneralIconProps"
|
|
721
442
|
}
|
|
722
443
|
}
|
|
723
444
|
},
|
|
724
445
|
{
|
|
725
|
-
"name": "
|
|
726
|
-
"
|
|
727
|
-
"
|
|
446
|
+
"name": "popupPlacement",
|
|
447
|
+
"annotation": {
|
|
448
|
+
"type": "indexedAccess",
|
|
449
|
+
"objectType": {
|
|
728
450
|
"type": "reference",
|
|
729
451
|
"typeName": {
|
|
730
452
|
"type": "identifier",
|
|
731
|
-
"name": "
|
|
453
|
+
"name": "AntdTreeSelectProps"
|
|
732
454
|
}
|
|
455
|
+
},
|
|
456
|
+
"indexType": {
|
|
457
|
+
"type": "jsLiteral",
|
|
458
|
+
"value": "placement"
|
|
733
459
|
}
|
|
734
460
|
}
|
|
735
|
-
}
|
|
736
|
-
],
|
|
737
|
-
"methods": [],
|
|
738
|
-
"types": [
|
|
461
|
+
},
|
|
739
462
|
{
|
|
740
|
-
"
|
|
741
|
-
"
|
|
742
|
-
|
|
743
|
-
{
|
|
744
|
-
"type": "
|
|
745
|
-
"
|
|
463
|
+
"name": "size",
|
|
464
|
+
"annotation": {
|
|
465
|
+
"type": "indexedAccess",
|
|
466
|
+
"objectType": {
|
|
467
|
+
"type": "reference",
|
|
468
|
+
"typeName": {
|
|
746
469
|
"type": "identifier",
|
|
747
|
-
"name": "
|
|
748
|
-
}
|
|
749
|
-
|
|
470
|
+
"name": "AntdTreeSelectProps"
|
|
471
|
+
}
|
|
472
|
+
},
|
|
473
|
+
"indexType": {
|
|
474
|
+
"type": "jsLiteral",
|
|
475
|
+
"value": "size"
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"name": "maxTagCount",
|
|
481
|
+
"annotation": {
|
|
482
|
+
"type": "union",
|
|
483
|
+
"types": [
|
|
484
|
+
{
|
|
750
485
|
"type": "keyword",
|
|
751
|
-
"value": "
|
|
486
|
+
"value": "number"
|
|
752
487
|
},
|
|
753
|
-
|
|
488
|
+
{
|
|
489
|
+
"type": "jsLiteral",
|
|
490
|
+
"value": "responsive"
|
|
491
|
+
}
|
|
492
|
+
]
|
|
493
|
+
}
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"name": "dropdownStyle",
|
|
497
|
+
"annotation": {
|
|
498
|
+
"type": "reference",
|
|
499
|
+
"typeName": {
|
|
500
|
+
"type": "identifier",
|
|
501
|
+
"name": "CSSProperties"
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"name": "popupMatchSelectWidth",
|
|
507
|
+
"annotation": {
|
|
508
|
+
"type": "keyword",
|
|
509
|
+
"value": "boolean"
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
],
|
|
513
|
+
"events": [
|
|
514
|
+
{
|
|
515
|
+
"name": "change",
|
|
516
|
+
"detail": {
|
|
517
|
+
"annotation": {
|
|
518
|
+
"type": "typeLiteral",
|
|
519
|
+
"members": [
|
|
520
|
+
{
|
|
521
|
+
"type": "propertySignature",
|
|
522
|
+
"key": {
|
|
523
|
+
"type": "identifier",
|
|
524
|
+
"name": "value"
|
|
525
|
+
},
|
|
526
|
+
"annotation": {
|
|
527
|
+
"type": "indexedAccess",
|
|
528
|
+
"objectType": {
|
|
529
|
+
"type": "reference",
|
|
530
|
+
"typeName": {
|
|
531
|
+
"type": "identifier",
|
|
532
|
+
"name": "AntdTreeSelectProps"
|
|
533
|
+
}
|
|
534
|
+
},
|
|
535
|
+
"indexType": {
|
|
536
|
+
"type": "jsLiteral",
|
|
537
|
+
"value": "value"
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
"computed": false
|
|
541
|
+
}
|
|
542
|
+
]
|
|
543
|
+
}
|
|
544
|
+
}
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"name": "search",
|
|
548
|
+
"detail": {
|
|
549
|
+
"annotation": {
|
|
550
|
+
"type": "keyword",
|
|
551
|
+
"value": "string"
|
|
552
|
+
}
|
|
553
|
+
}
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
"name": "select",
|
|
557
|
+
"detail": {
|
|
558
|
+
"annotation": {
|
|
559
|
+
"type": "typeLiteral",
|
|
560
|
+
"members": [
|
|
561
|
+
{
|
|
562
|
+
"type": "propertySignature",
|
|
563
|
+
"key": {
|
|
564
|
+
"type": "identifier",
|
|
565
|
+
"name": "value"
|
|
566
|
+
},
|
|
567
|
+
"annotation": {
|
|
568
|
+
"type": "indexedAccess",
|
|
569
|
+
"objectType": {
|
|
570
|
+
"type": "reference",
|
|
571
|
+
"typeName": {
|
|
572
|
+
"type": "identifier",
|
|
573
|
+
"name": "AntdTreeSelectProps"
|
|
574
|
+
}
|
|
575
|
+
},
|
|
576
|
+
"indexType": {
|
|
577
|
+
"type": "jsLiteral",
|
|
578
|
+
"value": "value"
|
|
579
|
+
}
|
|
580
|
+
},
|
|
581
|
+
"computed": false
|
|
582
|
+
}
|
|
583
|
+
]
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"name": "expand",
|
|
589
|
+
"detail": {
|
|
590
|
+
"annotation": {
|
|
591
|
+
"type": "typeLiteral",
|
|
592
|
+
"members": [
|
|
593
|
+
{
|
|
594
|
+
"type": "propertySignature",
|
|
595
|
+
"key": {
|
|
596
|
+
"type": "identifier",
|
|
597
|
+
"name": "keys"
|
|
598
|
+
},
|
|
599
|
+
"annotation": {
|
|
600
|
+
"type": "array",
|
|
601
|
+
"elementType": {
|
|
602
|
+
"type": "reference",
|
|
603
|
+
"typeName": {
|
|
604
|
+
"type": "qualifiedName",
|
|
605
|
+
"left": {
|
|
606
|
+
"type": "identifier",
|
|
607
|
+
"name": "React"
|
|
608
|
+
},
|
|
609
|
+
"right": {
|
|
610
|
+
"type": "identifier",
|
|
611
|
+
"name": "Key"
|
|
612
|
+
}
|
|
613
|
+
}
|
|
614
|
+
}
|
|
615
|
+
},
|
|
616
|
+
"computed": false
|
|
617
|
+
}
|
|
618
|
+
]
|
|
619
|
+
}
|
|
620
|
+
}
|
|
621
|
+
}
|
|
622
|
+
],
|
|
623
|
+
"methods": []
|
|
624
|
+
},
|
|
625
|
+
"eo-tree": {
|
|
626
|
+
"properties": [
|
|
627
|
+
{
|
|
628
|
+
"name": "dataSource",
|
|
629
|
+
"annotation": {
|
|
630
|
+
"type": "array",
|
|
631
|
+
"elementType": {
|
|
632
|
+
"type": "reference",
|
|
633
|
+
"typeName": {
|
|
634
|
+
"type": "identifier",
|
|
635
|
+
"name": "TreeNode"
|
|
636
|
+
}
|
|
637
|
+
}
|
|
638
|
+
}
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"name": "checkable",
|
|
642
|
+
"annotation": {
|
|
643
|
+
"type": "keyword",
|
|
644
|
+
"value": "boolean"
|
|
645
|
+
}
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"name": "selectable",
|
|
649
|
+
"annotation": {
|
|
650
|
+
"type": "keyword",
|
|
651
|
+
"value": "boolean"
|
|
652
|
+
}
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"name": "defaultExpandAll",
|
|
656
|
+
"annotation": {
|
|
657
|
+
"type": "keyword",
|
|
658
|
+
"value": "boolean"
|
|
659
|
+
}
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"name": "showLine",
|
|
663
|
+
"annotation": {
|
|
664
|
+
"type": "keyword",
|
|
665
|
+
"value": "boolean"
|
|
666
|
+
}
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"name": "expandedKeys",
|
|
670
|
+
"annotation": {
|
|
671
|
+
"type": "array",
|
|
672
|
+
"elementType": {
|
|
673
|
+
"type": "reference",
|
|
674
|
+
"typeName": {
|
|
675
|
+
"type": "identifier",
|
|
676
|
+
"name": "TreeNodeKey"
|
|
677
|
+
}
|
|
678
|
+
}
|
|
679
|
+
}
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"name": "checkedKeys",
|
|
683
|
+
"annotation": {
|
|
684
|
+
"type": "array",
|
|
685
|
+
"elementType": {
|
|
686
|
+
"type": "reference",
|
|
687
|
+
"typeName": {
|
|
688
|
+
"type": "identifier",
|
|
689
|
+
"name": "TreeNodeKey"
|
|
690
|
+
}
|
|
691
|
+
}
|
|
692
|
+
}
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"name": "nodeDraggable",
|
|
696
|
+
"annotation": {
|
|
697
|
+
"type": "union",
|
|
698
|
+
"types": [
|
|
699
|
+
{
|
|
700
|
+
"type": "keyword",
|
|
701
|
+
"value": "boolean"
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"type": "typeLiteral",
|
|
705
|
+
"members": [
|
|
706
|
+
{
|
|
707
|
+
"type": "propertySignature",
|
|
708
|
+
"key": {
|
|
709
|
+
"type": "identifier",
|
|
710
|
+
"name": "icon"
|
|
711
|
+
},
|
|
712
|
+
"annotation": {
|
|
713
|
+
"type": "jsLiteral",
|
|
714
|
+
"value": false
|
|
715
|
+
},
|
|
716
|
+
"optional": true,
|
|
717
|
+
"computed": false
|
|
718
|
+
}
|
|
719
|
+
]
|
|
720
|
+
}
|
|
721
|
+
]
|
|
722
|
+
}
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"name": "switcherIcon",
|
|
726
|
+
"annotation": {
|
|
727
|
+
"type": "union",
|
|
728
|
+
"types": [
|
|
729
|
+
{
|
|
730
|
+
"type": "jsLiteral",
|
|
731
|
+
"value": "auto"
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"type": "jsLiteral",
|
|
735
|
+
"value": "chevron"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"type": "jsLiteral",
|
|
739
|
+
"value": false
|
|
740
|
+
}
|
|
741
|
+
]
|
|
742
|
+
}
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"name": "allowDrop",
|
|
746
|
+
"annotation": {
|
|
747
|
+
"type": "parenthesizedType",
|
|
748
|
+
"annotation": {
|
|
749
|
+
"type": "function",
|
|
750
|
+
"parameters": [
|
|
751
|
+
{
|
|
752
|
+
"type": "identifier",
|
|
753
|
+
"name": "info",
|
|
754
|
+
"annotation": {
|
|
755
|
+
"type": "reference",
|
|
756
|
+
"typeName": {
|
|
757
|
+
"type": "identifier",
|
|
758
|
+
"name": "AllowDropInfo"
|
|
759
|
+
}
|
|
760
|
+
}
|
|
761
|
+
}
|
|
762
|
+
],
|
|
763
|
+
"annotation": {
|
|
764
|
+
"type": "keyword",
|
|
765
|
+
"value": "boolean"
|
|
766
|
+
}
|
|
767
|
+
}
|
|
768
|
+
}
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"name": "titleSuffixBrick",
|
|
772
|
+
"annotation": {
|
|
773
|
+
"type": "typeLiteral",
|
|
774
|
+
"members": [
|
|
775
|
+
{
|
|
776
|
+
"type": "propertySignature",
|
|
777
|
+
"key": {
|
|
778
|
+
"type": "identifier",
|
|
779
|
+
"name": "useBrick"
|
|
780
|
+
},
|
|
781
|
+
"annotation": {
|
|
782
|
+
"type": "reference",
|
|
783
|
+
"typeName": {
|
|
784
|
+
"type": "identifier",
|
|
785
|
+
"name": "UseBrickConf"
|
|
786
|
+
}
|
|
787
|
+
},
|
|
788
|
+
"computed": false
|
|
789
|
+
}
|
|
790
|
+
]
|
|
791
|
+
}
|
|
792
|
+
}
|
|
793
|
+
],
|
|
794
|
+
"events": [
|
|
795
|
+
{
|
|
796
|
+
"name": "check",
|
|
797
|
+
"detail": {
|
|
798
|
+
"annotation": {
|
|
799
|
+
"type": "array",
|
|
800
|
+
"elementType": {
|
|
801
|
+
"type": "reference",
|
|
802
|
+
"typeName": {
|
|
803
|
+
"type": "identifier",
|
|
804
|
+
"name": "TreeNodeKey"
|
|
805
|
+
}
|
|
806
|
+
}
|
|
807
|
+
}
|
|
808
|
+
}
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"name": "check.detail",
|
|
812
|
+
"detail": {
|
|
813
|
+
"annotation": {
|
|
814
|
+
"type": "reference",
|
|
815
|
+
"typeName": {
|
|
816
|
+
"type": "identifier",
|
|
817
|
+
"name": "CheckDetail"
|
|
818
|
+
}
|
|
819
|
+
}
|
|
820
|
+
}
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"name": "expand",
|
|
824
|
+
"detail": {
|
|
825
|
+
"annotation": {
|
|
826
|
+
"type": "array",
|
|
827
|
+
"elementType": {
|
|
828
|
+
"type": "reference",
|
|
829
|
+
"typeName": {
|
|
830
|
+
"type": "identifier",
|
|
831
|
+
"name": "TreeNodeKey"
|
|
832
|
+
}
|
|
833
|
+
}
|
|
834
|
+
}
|
|
835
|
+
}
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"name": "node.drop",
|
|
839
|
+
"detail": {
|
|
840
|
+
"annotation": {
|
|
841
|
+
"type": "reference",
|
|
842
|
+
"typeName": {
|
|
843
|
+
"type": "identifier",
|
|
844
|
+
"name": "DropDetail"
|
|
845
|
+
}
|
|
846
|
+
}
|
|
847
|
+
}
|
|
848
|
+
}
|
|
849
|
+
],
|
|
850
|
+
"methods": [],
|
|
851
|
+
"types": [
|
|
852
|
+
{
|
|
853
|
+
"type": "interface",
|
|
854
|
+
"name": "TreeNode",
|
|
855
|
+
"body": [
|
|
856
|
+
{
|
|
857
|
+
"type": "propertySignature",
|
|
858
|
+
"key": {
|
|
859
|
+
"type": "identifier",
|
|
860
|
+
"name": "title"
|
|
861
|
+
},
|
|
862
|
+
"annotation": {
|
|
863
|
+
"type": "keyword",
|
|
864
|
+
"value": "string"
|
|
865
|
+
},
|
|
866
|
+
"computed": false
|
|
754
867
|
},
|
|
755
868
|
{
|
|
756
869
|
"type": "propertySignature",
|
|
@@ -883,376 +996,120 @@
|
|
|
883
996
|
}
|
|
884
997
|
}
|
|
885
998
|
},
|
|
886
|
-
"computed": false
|
|
887
|
-
},
|
|
888
|
-
{
|
|
889
|
-
"type": "propertySignature",
|
|
890
|
-
"key": {
|
|
891
|
-
"type": "identifier",
|
|
892
|
-
"name": "halfCheckedKeys"
|
|
893
|
-
},
|
|
894
|
-
"annotation": {
|
|
895
|
-
"type": "array",
|
|
896
|
-
"elementType": {
|
|
897
|
-
"type": "reference",
|
|
898
|
-
"typeName": {
|
|
899
|
-
"type": "identifier",
|
|
900
|
-
"name": "TreeNodeKey"
|
|
901
|
-
}
|
|
902
|
-
}
|
|
903
|
-
},
|
|
904
|
-
"computed": false
|
|
905
|
-
}
|
|
906
|
-
]
|
|
907
|
-
},
|
|
908
|
-
{
|
|
909
|
-
"type": "interface",
|
|
910
|
-
"name": "DropDetail",
|
|
911
|
-
"body": [
|
|
912
|
-
{
|
|
913
|
-
"type": "propertySignature",
|
|
914
|
-
"key": {
|
|
915
|
-
"type": "identifier",
|
|
916
|
-
"name": "dragNode"
|
|
917
|
-
},
|
|
918
|
-
"annotation": {
|
|
919
|
-
"type": "reference",
|
|
920
|
-
"typeName": {
|
|
921
|
-
"type": "identifier",
|
|
922
|
-
"name": "TreeNode"
|
|
923
|
-
}
|
|
924
|
-
},
|
|
925
|
-
"computed": false
|
|
926
|
-
},
|
|
927
|
-
{
|
|
928
|
-
"type": "propertySignature",
|
|
929
|
-
"key": {
|
|
930
|
-
"type": "identifier",
|
|
931
|
-
"name": "dropNode"
|
|
932
|
-
},
|
|
933
|
-
"annotation": {
|
|
934
|
-
"type": "reference",
|
|
935
|
-
"typeName": {
|
|
936
|
-
"type": "identifier",
|
|
937
|
-
"name": "TreeNode"
|
|
938
|
-
}
|
|
939
|
-
},
|
|
940
|
-
"computed": false
|
|
941
|
-
},
|
|
942
|
-
{
|
|
943
|
-
"type": "propertySignature",
|
|
944
|
-
"key": {
|
|
945
|
-
"type": "identifier",
|
|
946
|
-
"name": "dropPosition"
|
|
947
|
-
},
|
|
948
|
-
"annotation": {
|
|
949
|
-
"type": "keyword",
|
|
950
|
-
"value": "number"
|
|
951
|
-
},
|
|
952
|
-
"computed": false,
|
|
953
|
-
"description": "The drop position is relative to the drop node, inside 0, top -1, bottom 1"
|
|
954
|
-
}
|
|
955
|
-
]
|
|
956
|
-
}
|
|
957
|
-
]
|
|
958
|
-
},
|
|
959
|
-
"eo-text-tooltip": {
|
|
960
|
-
"properties": [
|
|
961
|
-
{
|
|
962
|
-
"name": "label",
|
|
963
|
-
"annotation": {
|
|
964
|
-
"type": "keyword",
|
|
965
|
-
"value": "string"
|
|
966
|
-
}
|
|
967
|
-
},
|
|
968
|
-
{
|
|
969
|
-
"name": "lineClamp",
|
|
970
|
-
"annotation": {
|
|
971
|
-
"type": "keyword",
|
|
972
|
-
"value": "number"
|
|
973
|
-
}
|
|
974
|
-
}
|
|
975
|
-
],
|
|
976
|
-
"events": [],
|
|
977
|
-
"methods": []
|
|
978
|
-
},
|
|
979
|
-
"advanced.pdf-viewer": {
|
|
980
|
-
"properties": [
|
|
981
|
-
{
|
|
982
|
-
"name": "url",
|
|
983
|
-
"annotation": {
|
|
984
|
-
"type": "keyword",
|
|
985
|
-
"value": "string"
|
|
986
|
-
}
|
|
987
|
-
},
|
|
988
|
-
{
|
|
989
|
-
"name": "page",
|
|
990
|
-
"annotation": {
|
|
991
|
-
"type": "keyword",
|
|
992
|
-
"value": "number"
|
|
993
|
-
}
|
|
994
|
-
},
|
|
995
|
-
{
|
|
996
|
-
"name": "search",
|
|
997
|
-
"annotation": {
|
|
998
|
-
"type": "keyword",
|
|
999
|
-
"value": "string"
|
|
1000
|
-
}
|
|
1001
|
-
},
|
|
1002
|
-
{
|
|
1003
|
-
"name": "viewerStyle",
|
|
1004
|
-
"annotation": {
|
|
1005
|
-
"type": "reference",
|
|
1006
|
-
"typeName": {
|
|
1007
|
-
"type": "qualifiedName",
|
|
1008
|
-
"left": {
|
|
1009
|
-
"type": "identifier",
|
|
1010
|
-
"name": "React"
|
|
1011
|
-
},
|
|
1012
|
-
"right": {
|
|
1013
|
-
"type": "identifier",
|
|
1014
|
-
"name": "CSSProperties"
|
|
1015
|
-
}
|
|
1016
|
-
}
|
|
1017
|
-
}
|
|
1018
|
-
}
|
|
1019
|
-
],
|
|
1020
|
-
"events": [],
|
|
1021
|
-
"methods": []
|
|
1022
|
-
},
|
|
1023
|
-
"eo-tree-select": {
|
|
1024
|
-
"properties": [
|
|
1025
|
-
{
|
|
1026
|
-
"name": "name",
|
|
1027
|
-
"annotation": {
|
|
1028
|
-
"type": "keyword",
|
|
1029
|
-
"value": "string"
|
|
1030
|
-
}
|
|
1031
|
-
},
|
|
1032
|
-
{
|
|
1033
|
-
"name": "label",
|
|
1034
|
-
"annotation": {
|
|
1035
|
-
"type": "keyword",
|
|
1036
|
-
"value": "string"
|
|
1037
|
-
}
|
|
1038
|
-
},
|
|
1039
|
-
{
|
|
1040
|
-
"name": "required",
|
|
1041
|
-
"annotation": {
|
|
1042
|
-
"type": "keyword",
|
|
1043
|
-
"value": "boolean"
|
|
1044
|
-
}
|
|
1045
|
-
},
|
|
1046
|
-
{
|
|
1047
|
-
"name": "treeData",
|
|
1048
|
-
"annotation": {
|
|
1049
|
-
"type": "indexedAccess",
|
|
1050
|
-
"objectType": {
|
|
1051
|
-
"type": "reference",
|
|
1052
|
-
"typeName": {
|
|
1053
|
-
"type": "identifier",
|
|
1054
|
-
"name": "AntdTreeSelectProps"
|
|
1055
|
-
}
|
|
1056
|
-
},
|
|
1057
|
-
"indexType": {
|
|
1058
|
-
"type": "jsLiteral",
|
|
1059
|
-
"value": "treeData"
|
|
1060
|
-
}
|
|
1061
|
-
}
|
|
1062
|
-
},
|
|
1063
|
-
{
|
|
1064
|
-
"name": "treeDefaultExpandAll",
|
|
1065
|
-
"annotation": {
|
|
1066
|
-
"type": "keyword",
|
|
1067
|
-
"value": "boolean"
|
|
1068
|
-
}
|
|
1069
|
-
},
|
|
1070
|
-
{
|
|
1071
|
-
"name": "treeExpandedKeys",
|
|
1072
|
-
"annotation": {
|
|
1073
|
-
"type": "array",
|
|
1074
|
-
"elementType": {
|
|
1075
|
-
"type": "keyword",
|
|
1076
|
-
"value": "string"
|
|
999
|
+
"computed": false
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"type": "propertySignature",
|
|
1003
|
+
"key": {
|
|
1004
|
+
"type": "identifier",
|
|
1005
|
+
"name": "halfCheckedKeys"
|
|
1006
|
+
},
|
|
1007
|
+
"annotation": {
|
|
1008
|
+
"type": "array",
|
|
1009
|
+
"elementType": {
|
|
1010
|
+
"type": "reference",
|
|
1011
|
+
"typeName": {
|
|
1012
|
+
"type": "identifier",
|
|
1013
|
+
"name": "TreeNodeKey"
|
|
1014
|
+
}
|
|
1015
|
+
}
|
|
1016
|
+
},
|
|
1017
|
+
"computed": false
|
|
1077
1018
|
}
|
|
1078
|
-
|
|
1019
|
+
]
|
|
1079
1020
|
},
|
|
1080
1021
|
{
|
|
1081
|
-
"
|
|
1082
|
-
"
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
"type": "
|
|
1086
|
-
"
|
|
1022
|
+
"type": "interface",
|
|
1023
|
+
"name": "DropDetail",
|
|
1024
|
+
"body": [
|
|
1025
|
+
{
|
|
1026
|
+
"type": "propertySignature",
|
|
1027
|
+
"key": {
|
|
1087
1028
|
"type": "identifier",
|
|
1088
|
-
"name": "
|
|
1089
|
-
}
|
|
1029
|
+
"name": "dragNode"
|
|
1030
|
+
},
|
|
1031
|
+
"annotation": {
|
|
1032
|
+
"type": "reference",
|
|
1033
|
+
"typeName": {
|
|
1034
|
+
"type": "identifier",
|
|
1035
|
+
"name": "TreeNode"
|
|
1036
|
+
}
|
|
1037
|
+
},
|
|
1038
|
+
"computed": false
|
|
1090
1039
|
},
|
|
1091
|
-
|
|
1092
|
-
"type": "
|
|
1093
|
-
"
|
|
1094
|
-
}
|
|
1095
|
-
}
|
|
1096
|
-
},
|
|
1097
|
-
{
|
|
1098
|
-
"name": "value",
|
|
1099
|
-
"annotation": {
|
|
1100
|
-
"type": "indexedAccess",
|
|
1101
|
-
"objectType": {
|
|
1102
|
-
"type": "reference",
|
|
1103
|
-
"typeName": {
|
|
1040
|
+
{
|
|
1041
|
+
"type": "propertySignature",
|
|
1042
|
+
"key": {
|
|
1104
1043
|
"type": "identifier",
|
|
1105
|
-
"name": "
|
|
1106
|
-
}
|
|
1044
|
+
"name": "dropNode"
|
|
1045
|
+
},
|
|
1046
|
+
"annotation": {
|
|
1047
|
+
"type": "reference",
|
|
1048
|
+
"typeName": {
|
|
1049
|
+
"type": "identifier",
|
|
1050
|
+
"name": "TreeNode"
|
|
1051
|
+
}
|
|
1052
|
+
},
|
|
1053
|
+
"computed": false
|
|
1107
1054
|
},
|
|
1108
|
-
|
|
1109
|
-
"type": "
|
|
1110
|
-
"
|
|
1055
|
+
{
|
|
1056
|
+
"type": "propertySignature",
|
|
1057
|
+
"key": {
|
|
1058
|
+
"type": "identifier",
|
|
1059
|
+
"name": "dropPosition"
|
|
1060
|
+
},
|
|
1061
|
+
"annotation": {
|
|
1062
|
+
"type": "keyword",
|
|
1063
|
+
"value": "number"
|
|
1064
|
+
},
|
|
1065
|
+
"computed": false,
|
|
1066
|
+
"description": "The drop position is relative to the drop node, inside 0, top -1, bottom 1"
|
|
1111
1067
|
}
|
|
1112
|
-
|
|
1113
|
-
}
|
|
1068
|
+
]
|
|
1069
|
+
}
|
|
1070
|
+
]
|
|
1071
|
+
},
|
|
1072
|
+
"eo-workbench-layout": {
|
|
1073
|
+
"properties": [
|
|
1114
1074
|
{
|
|
1115
|
-
"name": "
|
|
1075
|
+
"name": "cardTitle",
|
|
1116
1076
|
"annotation": {
|
|
1117
1077
|
"type": "keyword",
|
|
1118
1078
|
"value": "string"
|
|
1119
1079
|
}
|
|
1120
1080
|
},
|
|
1121
1081
|
{
|
|
1122
|
-
"name": "
|
|
1123
|
-
"annotation": {
|
|
1124
|
-
"type": "keyword",
|
|
1125
|
-
"value": "boolean"
|
|
1126
|
-
}
|
|
1127
|
-
},
|
|
1128
|
-
{
|
|
1129
|
-
"name": "disabled",
|
|
1130
|
-
"annotation": {
|
|
1131
|
-
"type": "keyword",
|
|
1132
|
-
"value": "boolean"
|
|
1133
|
-
}
|
|
1134
|
-
},
|
|
1135
|
-
{
|
|
1136
|
-
"name": "checkable",
|
|
1137
|
-
"annotation": {
|
|
1138
|
-
"type": "keyword",
|
|
1139
|
-
"value": "boolean"
|
|
1140
|
-
}
|
|
1141
|
-
},
|
|
1142
|
-
{
|
|
1143
|
-
"name": "allowClear",
|
|
1144
|
-
"annotation": {
|
|
1145
|
-
"type": "keyword",
|
|
1146
|
-
"value": "boolean"
|
|
1147
|
-
}
|
|
1148
|
-
},
|
|
1149
|
-
{
|
|
1150
|
-
"name": "loading",
|
|
1151
|
-
"annotation": {
|
|
1152
|
-
"type": "keyword",
|
|
1153
|
-
"value": "boolean"
|
|
1154
|
-
}
|
|
1155
|
-
},
|
|
1156
|
-
{
|
|
1157
|
-
"name": "filterTreeNode",
|
|
1158
|
-
"annotation": {
|
|
1159
|
-
"type": "indexedAccess",
|
|
1160
|
-
"objectType": {
|
|
1161
|
-
"type": "reference",
|
|
1162
|
-
"typeName": {
|
|
1163
|
-
"type": "identifier",
|
|
1164
|
-
"name": "AntdTreeSelectProps"
|
|
1165
|
-
}
|
|
1166
|
-
},
|
|
1167
|
-
"indexType": {
|
|
1168
|
-
"type": "jsLiteral",
|
|
1169
|
-
"value": "filterTreeNode"
|
|
1170
|
-
}
|
|
1171
|
-
}
|
|
1172
|
-
},
|
|
1173
|
-
{
|
|
1174
|
-
"name": "showSearch",
|
|
1082
|
+
"name": "isEdit",
|
|
1175
1083
|
"annotation": {
|
|
1176
1084
|
"type": "keyword",
|
|
1177
1085
|
"value": "boolean"
|
|
1178
1086
|
}
|
|
1179
1087
|
},
|
|
1180
1088
|
{
|
|
1181
|
-
"name": "
|
|
1182
|
-
"annotation": {
|
|
1183
|
-
"type": "reference",
|
|
1184
|
-
"typeName": {
|
|
1185
|
-
"type": "identifier",
|
|
1186
|
-
"name": "GeneralIconProps"
|
|
1187
|
-
}
|
|
1188
|
-
}
|
|
1189
|
-
},
|
|
1190
|
-
{
|
|
1191
|
-
"name": "popupPlacement",
|
|
1089
|
+
"name": "layouts",
|
|
1192
1090
|
"annotation": {
|
|
1193
|
-
"type": "
|
|
1194
|
-
"
|
|
1091
|
+
"type": "array",
|
|
1092
|
+
"elementType": {
|
|
1195
1093
|
"type": "reference",
|
|
1196
1094
|
"typeName": {
|
|
1197
1095
|
"type": "identifier",
|
|
1198
|
-
"name": "
|
|
1096
|
+
"name": "Layout"
|
|
1199
1097
|
}
|
|
1200
|
-
},
|
|
1201
|
-
"indexType": {
|
|
1202
|
-
"type": "jsLiteral",
|
|
1203
|
-
"value": "placement"
|
|
1204
1098
|
}
|
|
1205
1099
|
}
|
|
1206
1100
|
},
|
|
1207
1101
|
{
|
|
1208
|
-
"name": "
|
|
1102
|
+
"name": "componentList",
|
|
1209
1103
|
"annotation": {
|
|
1210
|
-
"type": "
|
|
1211
|
-
"
|
|
1104
|
+
"type": "array",
|
|
1105
|
+
"elementType": {
|
|
1212
1106
|
"type": "reference",
|
|
1213
1107
|
"typeName": {
|
|
1214
1108
|
"type": "identifier",
|
|
1215
|
-
"name": "
|
|
1216
|
-
}
|
|
1217
|
-
},
|
|
1218
|
-
"indexType": {
|
|
1219
|
-
"type": "jsLiteral",
|
|
1220
|
-
"value": "size"
|
|
1221
|
-
}
|
|
1222
|
-
}
|
|
1223
|
-
},
|
|
1224
|
-
{
|
|
1225
|
-
"name": "maxTagCount",
|
|
1226
|
-
"annotation": {
|
|
1227
|
-
"type": "union",
|
|
1228
|
-
"types": [
|
|
1229
|
-
{
|
|
1230
|
-
"type": "keyword",
|
|
1231
|
-
"value": "number"
|
|
1232
|
-
},
|
|
1233
|
-
{
|
|
1234
|
-
"type": "jsLiteral",
|
|
1235
|
-
"value": "responsive"
|
|
1109
|
+
"name": "Item"
|
|
1236
1110
|
}
|
|
1237
|
-
]
|
|
1238
|
-
}
|
|
1239
|
-
},
|
|
1240
|
-
{
|
|
1241
|
-
"name": "dropdownStyle",
|
|
1242
|
-
"annotation": {
|
|
1243
|
-
"type": "reference",
|
|
1244
|
-
"typeName": {
|
|
1245
|
-
"type": "identifier",
|
|
1246
|
-
"name": "CSSProperties"
|
|
1247
1111
|
}
|
|
1248
1112
|
}
|
|
1249
|
-
},
|
|
1250
|
-
{
|
|
1251
|
-
"name": "popupMatchSelectWidth",
|
|
1252
|
-
"annotation": {
|
|
1253
|
-
"type": "keyword",
|
|
1254
|
-
"value": "boolean"
|
|
1255
|
-
}
|
|
1256
1113
|
}
|
|
1257
1114
|
],
|
|
1258
1115
|
"events": [
|
|
@@ -1260,45 +1117,43 @@
|
|
|
1260
1117
|
"name": "change",
|
|
1261
1118
|
"detail": {
|
|
1262
1119
|
"annotation": {
|
|
1263
|
-
"type": "
|
|
1264
|
-
"
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
"
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
},
|
|
1285
|
-
"computed": false
|
|
1120
|
+
"type": "array",
|
|
1121
|
+
"elementType": {
|
|
1122
|
+
"type": "reference",
|
|
1123
|
+
"typeName": {
|
|
1124
|
+
"type": "identifier",
|
|
1125
|
+
"name": "Layout"
|
|
1126
|
+
}
|
|
1127
|
+
}
|
|
1128
|
+
}
|
|
1129
|
+
}
|
|
1130
|
+
},
|
|
1131
|
+
{
|
|
1132
|
+
"name": "save",
|
|
1133
|
+
"detail": {
|
|
1134
|
+
"annotation": {
|
|
1135
|
+
"type": "array",
|
|
1136
|
+
"elementType": {
|
|
1137
|
+
"type": "reference",
|
|
1138
|
+
"typeName": {
|
|
1139
|
+
"type": "identifier",
|
|
1140
|
+
"name": "Layout"
|
|
1286
1141
|
}
|
|
1287
|
-
|
|
1142
|
+
}
|
|
1288
1143
|
}
|
|
1289
1144
|
}
|
|
1290
1145
|
},
|
|
1291
1146
|
{
|
|
1292
|
-
"name": "
|
|
1147
|
+
"name": "cancel",
|
|
1293
1148
|
"detail": {
|
|
1294
1149
|
"annotation": {
|
|
1295
1150
|
"type": "keyword",
|
|
1296
|
-
"value": "
|
|
1151
|
+
"value": "void"
|
|
1297
1152
|
}
|
|
1298
1153
|
}
|
|
1299
1154
|
},
|
|
1300
1155
|
{
|
|
1301
|
-
"name": "
|
|
1156
|
+
"name": "action.click",
|
|
1302
1157
|
"detail": {
|
|
1303
1158
|
"annotation": {
|
|
1304
1159
|
"type": "typeLiteral",
|
|
@@ -1307,54 +1162,30 @@
|
|
|
1307
1162
|
"type": "propertySignature",
|
|
1308
1163
|
"key": {
|
|
1309
1164
|
"type": "identifier",
|
|
1310
|
-
"name": "
|
|
1165
|
+
"name": "action"
|
|
1311
1166
|
},
|
|
1312
1167
|
"annotation": {
|
|
1313
|
-
"type": "
|
|
1314
|
-
"
|
|
1315
|
-
"type": "
|
|
1316
|
-
"
|
|
1317
|
-
"type": "identifier",
|
|
1318
|
-
"name": "AntdTreeSelectProps"
|
|
1319
|
-
}
|
|
1320
|
-
},
|
|
1321
|
-
"indexType": {
|
|
1322
|
-
"type": "jsLiteral",
|
|
1323
|
-
"value": "value"
|
|
1168
|
+
"type": "reference",
|
|
1169
|
+
"typeName": {
|
|
1170
|
+
"type": "identifier",
|
|
1171
|
+
"name": "SimpleAction"
|
|
1324
1172
|
}
|
|
1325
1173
|
},
|
|
1326
1174
|
"computed": false
|
|
1327
|
-
}
|
|
1328
|
-
]
|
|
1329
|
-
}
|
|
1330
|
-
}
|
|
1331
|
-
},
|
|
1332
|
-
{
|
|
1333
|
-
"name": "expand",
|
|
1334
|
-
"detail": {
|
|
1335
|
-
"annotation": {
|
|
1336
|
-
"type": "typeLiteral",
|
|
1337
|
-
"members": [
|
|
1175
|
+
},
|
|
1338
1176
|
{
|
|
1339
1177
|
"type": "propertySignature",
|
|
1340
1178
|
"key": {
|
|
1341
1179
|
"type": "identifier",
|
|
1342
|
-
"name": "
|
|
1180
|
+
"name": "layouts"
|
|
1343
1181
|
},
|
|
1344
1182
|
"annotation": {
|
|
1345
1183
|
"type": "array",
|
|
1346
1184
|
"elementType": {
|
|
1347
1185
|
"type": "reference",
|
|
1348
1186
|
"typeName": {
|
|
1349
|
-
"type": "
|
|
1350
|
-
"
|
|
1351
|
-
"type": "identifier",
|
|
1352
|
-
"name": "React"
|
|
1353
|
-
},
|
|
1354
|
-
"right": {
|
|
1355
|
-
"type": "identifier",
|
|
1356
|
-
"name": "Key"
|
|
1357
|
-
}
|
|
1187
|
+
"type": "identifier",
|
|
1188
|
+
"name": "Layout"
|
|
1358
1189
|
}
|
|
1359
1190
|
}
|
|
1360
1191
|
},
|
|
@@ -1365,6 +1196,175 @@
|
|
|
1365
1196
|
}
|
|
1366
1197
|
}
|
|
1367
1198
|
],
|
|
1199
|
+
"methods": [
|
|
1200
|
+
{
|
|
1201
|
+
"name": "setLayouts",
|
|
1202
|
+
"params": [
|
|
1203
|
+
{
|
|
1204
|
+
"name": "layouts",
|
|
1205
|
+
"annotation": {
|
|
1206
|
+
"type": "array",
|
|
1207
|
+
"elementType": {
|
|
1208
|
+
"type": "reference",
|
|
1209
|
+
"typeName": {
|
|
1210
|
+
"type": "identifier",
|
|
1211
|
+
"name": "Layout"
|
|
1212
|
+
}
|
|
1213
|
+
}
|
|
1214
|
+
}
|
|
1215
|
+
}
|
|
1216
|
+
],
|
|
1217
|
+
"returns": {}
|
|
1218
|
+
}
|
|
1219
|
+
],
|
|
1220
|
+
"types": [
|
|
1221
|
+
{
|
|
1222
|
+
"type": "interface",
|
|
1223
|
+
"name": "Item",
|
|
1224
|
+
"body": [
|
|
1225
|
+
{
|
|
1226
|
+
"type": "propertySignature",
|
|
1227
|
+
"key": {
|
|
1228
|
+
"type": "identifier",
|
|
1229
|
+
"name": "position"
|
|
1230
|
+
},
|
|
1231
|
+
"annotation": {
|
|
1232
|
+
"type": "reference",
|
|
1233
|
+
"typeName": {
|
|
1234
|
+
"type": "identifier",
|
|
1235
|
+
"name": "Layout"
|
|
1236
|
+
}
|
|
1237
|
+
},
|
|
1238
|
+
"computed": false
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"type": "propertySignature",
|
|
1242
|
+
"key": {
|
|
1243
|
+
"type": "identifier",
|
|
1244
|
+
"name": "key"
|
|
1245
|
+
},
|
|
1246
|
+
"annotation": {
|
|
1247
|
+
"type": "keyword",
|
|
1248
|
+
"value": "string"
|
|
1249
|
+
},
|
|
1250
|
+
"computed": false
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"type": "propertySignature",
|
|
1254
|
+
"key": {
|
|
1255
|
+
"type": "identifier",
|
|
1256
|
+
"name": "title"
|
|
1257
|
+
},
|
|
1258
|
+
"annotation": {
|
|
1259
|
+
"type": "keyword",
|
|
1260
|
+
"value": "string"
|
|
1261
|
+
},
|
|
1262
|
+
"computed": false
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"type": "propertySignature",
|
|
1266
|
+
"key": {
|
|
1267
|
+
"type": "identifier",
|
|
1268
|
+
"name": "style"
|
|
1269
|
+
},
|
|
1270
|
+
"annotation": {
|
|
1271
|
+
"type": "reference",
|
|
1272
|
+
"typeName": {
|
|
1273
|
+
"type": "qualifiedName",
|
|
1274
|
+
"left": {
|
|
1275
|
+
"type": "identifier",
|
|
1276
|
+
"name": "React"
|
|
1277
|
+
},
|
|
1278
|
+
"right": {
|
|
1279
|
+
"type": "identifier",
|
|
1280
|
+
"name": "CSSProperties"
|
|
1281
|
+
}
|
|
1282
|
+
}
|
|
1283
|
+
},
|
|
1284
|
+
"optional": true,
|
|
1285
|
+
"computed": false
|
|
1286
|
+
},
|
|
1287
|
+
{
|
|
1288
|
+
"type": "propertySignature",
|
|
1289
|
+
"key": {
|
|
1290
|
+
"type": "identifier",
|
|
1291
|
+
"name": "useBrick"
|
|
1292
|
+
},
|
|
1293
|
+
"annotation": {
|
|
1294
|
+
"type": "reference",
|
|
1295
|
+
"typeName": {
|
|
1296
|
+
"type": "identifier",
|
|
1297
|
+
"name": "UseSingleBrickConf"
|
|
1298
|
+
}
|
|
1299
|
+
},
|
|
1300
|
+
"computed": false
|
|
1301
|
+
}
|
|
1302
|
+
]
|
|
1303
|
+
}
|
|
1304
|
+
]
|
|
1305
|
+
},
|
|
1306
|
+
"eo-text-tooltip": {
|
|
1307
|
+
"properties": [
|
|
1308
|
+
{
|
|
1309
|
+
"name": "label",
|
|
1310
|
+
"annotation": {
|
|
1311
|
+
"type": "keyword",
|
|
1312
|
+
"value": "string"
|
|
1313
|
+
}
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
"name": "lineClamp",
|
|
1317
|
+
"annotation": {
|
|
1318
|
+
"type": "keyword",
|
|
1319
|
+
"value": "number"
|
|
1320
|
+
}
|
|
1321
|
+
}
|
|
1322
|
+
],
|
|
1323
|
+
"events": [],
|
|
1324
|
+
"methods": []
|
|
1325
|
+
},
|
|
1326
|
+
"advanced.pdf-viewer": {
|
|
1327
|
+
"properties": [
|
|
1328
|
+
{
|
|
1329
|
+
"name": "url",
|
|
1330
|
+
"annotation": {
|
|
1331
|
+
"type": "keyword",
|
|
1332
|
+
"value": "string"
|
|
1333
|
+
}
|
|
1334
|
+
},
|
|
1335
|
+
{
|
|
1336
|
+
"name": "page",
|
|
1337
|
+
"annotation": {
|
|
1338
|
+
"type": "keyword",
|
|
1339
|
+
"value": "number"
|
|
1340
|
+
}
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"name": "search",
|
|
1344
|
+
"annotation": {
|
|
1345
|
+
"type": "keyword",
|
|
1346
|
+
"value": "string"
|
|
1347
|
+
}
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
"name": "viewerStyle",
|
|
1351
|
+
"annotation": {
|
|
1352
|
+
"type": "reference",
|
|
1353
|
+
"typeName": {
|
|
1354
|
+
"type": "qualifiedName",
|
|
1355
|
+
"left": {
|
|
1356
|
+
"type": "identifier",
|
|
1357
|
+
"name": "React"
|
|
1358
|
+
},
|
|
1359
|
+
"right": {
|
|
1360
|
+
"type": "identifier",
|
|
1361
|
+
"name": "CSSProperties"
|
|
1362
|
+
}
|
|
1363
|
+
}
|
|
1364
|
+
}
|
|
1365
|
+
}
|
|
1366
|
+
],
|
|
1367
|
+
"events": [],
|
|
1368
1368
|
"methods": []
|
|
1369
1369
|
},
|
|
1370
1370
|
"advanced.capture-snapshot": {
|
|
@@ -1563,12 +1563,45 @@
|
|
|
1563
1563
|
}
|
|
1564
1564
|
}
|
|
1565
1565
|
},
|
|
1566
|
+
{
|
|
1567
|
+
"name": "customDefaultCardConfigMap",
|
|
1568
|
+
"annotation": {
|
|
1569
|
+
"type": "reference",
|
|
1570
|
+
"typeName": {
|
|
1571
|
+
"type": "identifier",
|
|
1572
|
+
"name": "Record"
|
|
1573
|
+
},
|
|
1574
|
+
"typeParameters": {
|
|
1575
|
+
"type": "typeParameterInstantiation",
|
|
1576
|
+
"params": [
|
|
1577
|
+
{
|
|
1578
|
+
"type": "keyword",
|
|
1579
|
+
"value": "string"
|
|
1580
|
+
},
|
|
1581
|
+
{
|
|
1582
|
+
"type": "reference",
|
|
1583
|
+
"typeName": {
|
|
1584
|
+
"type": "identifier",
|
|
1585
|
+
"name": "CardStyleConfig"
|
|
1586
|
+
}
|
|
1587
|
+
}
|
|
1588
|
+
]
|
|
1589
|
+
}
|
|
1590
|
+
}
|
|
1591
|
+
},
|
|
1566
1592
|
{
|
|
1567
1593
|
"name": "showSettingButton",
|
|
1568
1594
|
"annotation": {
|
|
1569
1595
|
"type": "keyword",
|
|
1570
1596
|
"value": "boolean"
|
|
1571
1597
|
}
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
"name": "gap",
|
|
1601
|
+
"annotation": {
|
|
1602
|
+
"type": "keyword",
|
|
1603
|
+
"value": "number"
|
|
1604
|
+
}
|
|
1572
1605
|
}
|
|
1573
1606
|
],
|
|
1574
1607
|
"events": [
|