@next-bricks/advanced 0.45.3 → 0.45.4
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 +13 -13
- package/dist/chunks/4197.9cd2140b.js +2 -0
- package/dist/chunks/4197.9cd2140b.js.map +1 -0
- package/dist/chunks/eo-tree-select.1eca628b.js +2 -0
- package/dist/chunks/eo-tree-select.1eca628b.js.map +1 -0
- package/dist/chunks/{main.7160db73.js → main.37018447.js} +2 -2
- package/dist/chunks/{main.7160db73.js.map → main.37018447.js.map} +1 -1
- package/dist/examples.json +5 -5
- package/dist/index.ec91e9a0.js +2 -0
- package/dist/{index.5e6cb36a.js.map → index.ec91e9a0.js.map} +1 -1
- package/dist/manifest.json +121 -116
- package/dist/types.json +528 -521
- package/dist-types/tree-select/index.d.ts +2 -0
- package/package.json +2 -2
- package/dist/chunks/4197.224c0f06.js +0 -2
- package/dist/chunks/4197.224c0f06.js.map +0 -1
- package/dist/chunks/eo-tree-select.337c97c6.js +0 -2
- package/dist/chunks/eo-tree-select.337c97c6.js.map +0 -1
- package/dist/index.5e6cb36a.js +0 -2
package/dist/types.json
CHANGED
|
@@ -1,211 +1,89 @@
|
|
|
1
1
|
{
|
|
2
|
-
"eo-
|
|
2
|
+
"eo-workbench-layout": {
|
|
3
3
|
"properties": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
6
|
-
"annotation": {
|
|
7
|
-
"type": "keyword",
|
|
8
|
-
"value": "string"
|
|
9
|
-
}
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"name": "label",
|
|
5
|
+
"name": "cardTitle",
|
|
13
6
|
"annotation": {
|
|
14
7
|
"type": "keyword",
|
|
15
8
|
"value": "string"
|
|
16
9
|
}
|
|
17
10
|
},
|
|
18
11
|
{
|
|
19
|
-
"name": "
|
|
12
|
+
"name": "isEdit",
|
|
20
13
|
"annotation": {
|
|
21
14
|
"type": "keyword",
|
|
22
15
|
"value": "boolean"
|
|
23
16
|
}
|
|
24
17
|
},
|
|
25
18
|
{
|
|
26
|
-
"name": "
|
|
27
|
-
"annotation": {
|
|
28
|
-
"type": "indexedAccess",
|
|
29
|
-
"objectType": {
|
|
30
|
-
"type": "reference",
|
|
31
|
-
"typeName": {
|
|
32
|
-
"type": "identifier",
|
|
33
|
-
"name": "AntdCascaderProps"
|
|
34
|
-
}
|
|
35
|
-
},
|
|
36
|
-
"indexType": {
|
|
37
|
-
"type": "jsLiteral",
|
|
38
|
-
"value": "options"
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"name": "fieldNames",
|
|
19
|
+
"name": "layouts",
|
|
44
20
|
"annotation": {
|
|
45
|
-
"type": "
|
|
46
|
-
"
|
|
21
|
+
"type": "array",
|
|
22
|
+
"elementType": {
|
|
47
23
|
"type": "reference",
|
|
48
24
|
"typeName": {
|
|
49
25
|
"type": "identifier",
|
|
50
|
-
"name": "
|
|
26
|
+
"name": "Layout"
|
|
51
27
|
}
|
|
52
|
-
},
|
|
53
|
-
"indexType": {
|
|
54
|
-
"type": "jsLiteral",
|
|
55
|
-
"value": "fieldNames"
|
|
56
28
|
}
|
|
57
29
|
}
|
|
58
30
|
},
|
|
59
31
|
{
|
|
60
|
-
"name": "
|
|
32
|
+
"name": "componentList",
|
|
61
33
|
"annotation": {
|
|
62
|
-
"type": "
|
|
63
|
-
"
|
|
34
|
+
"type": "array",
|
|
35
|
+
"elementType": {
|
|
64
36
|
"type": "reference",
|
|
65
37
|
"typeName": {
|
|
66
38
|
"type": "identifier",
|
|
67
|
-
"name": "
|
|
39
|
+
"name": "Item"
|
|
68
40
|
}
|
|
69
|
-
},
|
|
70
|
-
"indexType": {
|
|
71
|
-
"type": "jsLiteral",
|
|
72
|
-
"value": "value"
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"name": "placeholder",
|
|
78
|
-
"annotation": {
|
|
79
|
-
"type": "keyword",
|
|
80
|
-
"value": "string"
|
|
81
|
-
}
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"name": "multiple",
|
|
85
|
-
"annotation": {
|
|
86
|
-
"type": "keyword",
|
|
87
|
-
"value": "boolean"
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"name": "disabled",
|
|
92
|
-
"annotation": {
|
|
93
|
-
"type": "keyword",
|
|
94
|
-
"value": "boolean"
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"name": "allowClear",
|
|
99
|
-
"annotation": {
|
|
100
|
-
"type": "keyword",
|
|
101
|
-
"value": "boolean"
|
|
102
|
-
}
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"name": "showSearch",
|
|
106
|
-
"annotation": {
|
|
107
|
-
"type": "keyword",
|
|
108
|
-
"value": "boolean"
|
|
109
|
-
}
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
"name": "suffixIcon",
|
|
113
|
-
"annotation": {
|
|
114
|
-
"type": "reference",
|
|
115
|
-
"typeName": {
|
|
116
|
-
"type": "identifier",
|
|
117
|
-
"name": "GeneralIconProps"
|
|
118
41
|
}
|
|
119
42
|
}
|
|
120
|
-
}
|
|
43
|
+
}
|
|
44
|
+
],
|
|
45
|
+
"events": [
|
|
121
46
|
{
|
|
122
|
-
"name": "
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
|
|
126
|
-
"
|
|
127
|
-
|
|
128
|
-
"
|
|
129
|
-
|
|
47
|
+
"name": "change",
|
|
48
|
+
"detail": {
|
|
49
|
+
"annotation": {
|
|
50
|
+
"type": "array",
|
|
51
|
+
"elementType": {
|
|
52
|
+
"type": "reference",
|
|
53
|
+
"typeName": {
|
|
54
|
+
"type": "identifier",
|
|
55
|
+
"name": "Layout"
|
|
56
|
+
}
|
|
130
57
|
}
|
|
131
|
-
},
|
|
132
|
-
"indexType": {
|
|
133
|
-
"type": "jsLiteral",
|
|
134
|
-
"value": "expandTrigger"
|
|
135
58
|
}
|
|
136
59
|
}
|
|
137
60
|
},
|
|
138
61
|
{
|
|
139
|
-
"name": "
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
|
|
143
|
-
"
|
|
144
|
-
|
|
145
|
-
"
|
|
146
|
-
|
|
62
|
+
"name": "save",
|
|
63
|
+
"detail": {
|
|
64
|
+
"annotation": {
|
|
65
|
+
"type": "array",
|
|
66
|
+
"elementType": {
|
|
67
|
+
"type": "reference",
|
|
68
|
+
"typeName": {
|
|
69
|
+
"type": "identifier",
|
|
70
|
+
"name": "Layout"
|
|
71
|
+
}
|
|
147
72
|
}
|
|
148
|
-
},
|
|
149
|
-
"indexType": {
|
|
150
|
-
"type": "jsLiteral",
|
|
151
|
-
"value": "placement"
|
|
152
73
|
}
|
|
153
74
|
}
|
|
154
75
|
},
|
|
155
76
|
{
|
|
156
|
-
"name": "
|
|
157
|
-
"
|
|
158
|
-
"
|
|
159
|
-
|
|
160
|
-
"
|
|
161
|
-
"typeName": {
|
|
162
|
-
"type": "identifier",
|
|
163
|
-
"name": "AntdCascaderProps"
|
|
164
|
-
}
|
|
165
|
-
},
|
|
166
|
-
"indexType": {
|
|
167
|
-
"type": "jsLiteral",
|
|
168
|
-
"value": "size"
|
|
77
|
+
"name": "cancel",
|
|
78
|
+
"detail": {
|
|
79
|
+
"annotation": {
|
|
80
|
+
"type": "keyword",
|
|
81
|
+
"value": "void"
|
|
169
82
|
}
|
|
170
83
|
}
|
|
171
84
|
},
|
|
172
85
|
{
|
|
173
|
-
"name": "
|
|
174
|
-
"annotation": {
|
|
175
|
-
"type": "keyword",
|
|
176
|
-
"value": "number"
|
|
177
|
-
}
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"name": "maxTagCount",
|
|
181
|
-
"annotation": {
|
|
182
|
-
"type": "union",
|
|
183
|
-
"types": [
|
|
184
|
-
{
|
|
185
|
-
"type": "keyword",
|
|
186
|
-
"value": "number"
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"type": "jsLiteral",
|
|
190
|
-
"value": "responsive"
|
|
191
|
-
}
|
|
192
|
-
]
|
|
193
|
-
}
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
"name": "cascaderStyle",
|
|
197
|
-
"annotation": {
|
|
198
|
-
"type": "reference",
|
|
199
|
-
"typeName": {
|
|
200
|
-
"type": "identifier",
|
|
201
|
-
"name": "CSSProperties"
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
],
|
|
206
|
-
"events": [
|
|
207
|
-
{
|
|
208
|
-
"name": "cascader.change",
|
|
86
|
+
"name": "action.click",
|
|
209
87
|
"detail": {
|
|
210
88
|
"annotation": {
|
|
211
89
|
"type": "typeLiteral",
|
|
@@ -214,20 +92,13 @@
|
|
|
214
92
|
"type": "propertySignature",
|
|
215
93
|
"key": {
|
|
216
94
|
"type": "identifier",
|
|
217
|
-
"name": "
|
|
95
|
+
"name": "action"
|
|
218
96
|
},
|
|
219
97
|
"annotation": {
|
|
220
|
-
"type": "
|
|
221
|
-
"
|
|
222
|
-
"type": "
|
|
223
|
-
"
|
|
224
|
-
"type": "identifier",
|
|
225
|
-
"name": "AntdCascaderProps"
|
|
226
|
-
}
|
|
227
|
-
},
|
|
228
|
-
"indexType": {
|
|
229
|
-
"type": "jsLiteral",
|
|
230
|
-
"value": "value"
|
|
98
|
+
"type": "reference",
|
|
99
|
+
"typeName": {
|
|
100
|
+
"type": "identifier",
|
|
101
|
+
"name": "SimpleAction"
|
|
231
102
|
}
|
|
232
103
|
},
|
|
233
104
|
"computed": false
|
|
@@ -236,164 +107,17 @@
|
|
|
236
107
|
"type": "propertySignature",
|
|
237
108
|
"key": {
|
|
238
109
|
"type": "identifier",
|
|
239
|
-
"name": "
|
|
110
|
+
"name": "layouts"
|
|
240
111
|
},
|
|
241
112
|
"annotation": {
|
|
242
|
-
"type": "
|
|
243
|
-
"
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
"
|
|
247
|
-
|
|
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
|
-
}
|
|
265
|
-
}
|
|
113
|
+
"type": "array",
|
|
114
|
+
"elementType": {
|
|
115
|
+
"type": "reference",
|
|
116
|
+
"typeName": {
|
|
117
|
+
"type": "identifier",
|
|
118
|
+
"name": "Layout"
|
|
266
119
|
}
|
|
267
|
-
|
|
268
|
-
},
|
|
269
|
-
"computed": false
|
|
270
|
-
}
|
|
271
|
-
]
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
}
|
|
275
|
-
],
|
|
276
|
-
"methods": []
|
|
277
|
-
},
|
|
278
|
-
"eo-workbench-layout": {
|
|
279
|
-
"properties": [
|
|
280
|
-
{
|
|
281
|
-
"name": "cardTitle",
|
|
282
|
-
"annotation": {
|
|
283
|
-
"type": "keyword",
|
|
284
|
-
"value": "string"
|
|
285
|
-
}
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"name": "isEdit",
|
|
289
|
-
"annotation": {
|
|
290
|
-
"type": "keyword",
|
|
291
|
-
"value": "boolean"
|
|
292
|
-
}
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"name": "layouts",
|
|
296
|
-
"annotation": {
|
|
297
|
-
"type": "array",
|
|
298
|
-
"elementType": {
|
|
299
|
-
"type": "reference",
|
|
300
|
-
"typeName": {
|
|
301
|
-
"type": "identifier",
|
|
302
|
-
"name": "Layout"
|
|
303
|
-
}
|
|
304
|
-
}
|
|
305
|
-
}
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
"name": "componentList",
|
|
309
|
-
"annotation": {
|
|
310
|
-
"type": "array",
|
|
311
|
-
"elementType": {
|
|
312
|
-
"type": "reference",
|
|
313
|
-
"typeName": {
|
|
314
|
-
"type": "identifier",
|
|
315
|
-
"name": "Item"
|
|
316
|
-
}
|
|
317
|
-
}
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
],
|
|
321
|
-
"events": [
|
|
322
|
-
{
|
|
323
|
-
"name": "change",
|
|
324
|
-
"detail": {
|
|
325
|
-
"annotation": {
|
|
326
|
-
"type": "array",
|
|
327
|
-
"elementType": {
|
|
328
|
-
"type": "reference",
|
|
329
|
-
"typeName": {
|
|
330
|
-
"type": "identifier",
|
|
331
|
-
"name": "Layout"
|
|
332
|
-
}
|
|
333
|
-
}
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
},
|
|
337
|
-
{
|
|
338
|
-
"name": "save",
|
|
339
|
-
"detail": {
|
|
340
|
-
"annotation": {
|
|
341
|
-
"type": "array",
|
|
342
|
-
"elementType": {
|
|
343
|
-
"type": "reference",
|
|
344
|
-
"typeName": {
|
|
345
|
-
"type": "identifier",
|
|
346
|
-
"name": "Layout"
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
}
|
|
350
|
-
}
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
"name": "cancel",
|
|
354
|
-
"detail": {
|
|
355
|
-
"annotation": {
|
|
356
|
-
"type": "keyword",
|
|
357
|
-
"value": "void"
|
|
358
|
-
}
|
|
359
|
-
}
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
"name": "action.click",
|
|
363
|
-
"detail": {
|
|
364
|
-
"annotation": {
|
|
365
|
-
"type": "typeLiteral",
|
|
366
|
-
"members": [
|
|
367
|
-
{
|
|
368
|
-
"type": "propertySignature",
|
|
369
|
-
"key": {
|
|
370
|
-
"type": "identifier",
|
|
371
|
-
"name": "action"
|
|
372
|
-
},
|
|
373
|
-
"annotation": {
|
|
374
|
-
"type": "reference",
|
|
375
|
-
"typeName": {
|
|
376
|
-
"type": "identifier",
|
|
377
|
-
"name": "SimpleAction"
|
|
378
|
-
}
|
|
379
|
-
},
|
|
380
|
-
"computed": false
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
"type": "propertySignature",
|
|
384
|
-
"key": {
|
|
385
|
-
"type": "identifier",
|
|
386
|
-
"name": "layouts"
|
|
387
|
-
},
|
|
388
|
-
"annotation": {
|
|
389
|
-
"type": "array",
|
|
390
|
-
"elementType": {
|
|
391
|
-
"type": "reference",
|
|
392
|
-
"typeName": {
|
|
393
|
-
"type": "identifier",
|
|
394
|
-
"name": "Layout"
|
|
395
|
-
}
|
|
396
|
-
}
|
|
120
|
+
}
|
|
397
121
|
},
|
|
398
122
|
"computed": false
|
|
399
123
|
}
|
|
@@ -943,20 +667,431 @@
|
|
|
943
667
|
"type": "propertySignature",
|
|
944
668
|
"key": {
|
|
945
669
|
"type": "identifier",
|
|
946
|
-
"name": "dropPosition"
|
|
947
|
-
},
|
|
948
|
-
"annotation": {
|
|
949
|
-
"type": "keyword",
|
|
950
|
-
"value": "number"
|
|
670
|
+
"name": "dropPosition"
|
|
671
|
+
},
|
|
672
|
+
"annotation": {
|
|
673
|
+
"type": "keyword",
|
|
674
|
+
"value": "number"
|
|
675
|
+
},
|
|
676
|
+
"computed": false,
|
|
677
|
+
"description": "The drop position is relative to the drop node, inside 0, top -1, bottom 1"
|
|
678
|
+
}
|
|
679
|
+
]
|
|
680
|
+
}
|
|
681
|
+
]
|
|
682
|
+
},
|
|
683
|
+
"eo-tree-select": {
|
|
684
|
+
"properties": [
|
|
685
|
+
{
|
|
686
|
+
"name": "name",
|
|
687
|
+
"annotation": {
|
|
688
|
+
"type": "keyword",
|
|
689
|
+
"value": "string"
|
|
690
|
+
}
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"name": "label",
|
|
694
|
+
"annotation": {
|
|
695
|
+
"type": "keyword",
|
|
696
|
+
"value": "string"
|
|
697
|
+
}
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"name": "required",
|
|
701
|
+
"annotation": {
|
|
702
|
+
"type": "keyword",
|
|
703
|
+
"value": "boolean"
|
|
704
|
+
}
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"name": "treeData",
|
|
708
|
+
"annotation": {
|
|
709
|
+
"type": "indexedAccess",
|
|
710
|
+
"objectType": {
|
|
711
|
+
"type": "reference",
|
|
712
|
+
"typeName": {
|
|
713
|
+
"type": "identifier",
|
|
714
|
+
"name": "AntdTreeSelectProps"
|
|
715
|
+
}
|
|
716
|
+
},
|
|
717
|
+
"indexType": {
|
|
718
|
+
"type": "jsLiteral",
|
|
719
|
+
"value": "treeData"
|
|
720
|
+
}
|
|
721
|
+
}
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"name": "treeDefaultExpandAll",
|
|
725
|
+
"annotation": {
|
|
726
|
+
"type": "keyword",
|
|
727
|
+
"value": "boolean"
|
|
728
|
+
}
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"name": "treeExpandedKeys",
|
|
732
|
+
"annotation": {
|
|
733
|
+
"type": "array",
|
|
734
|
+
"elementType": {
|
|
735
|
+
"type": "keyword",
|
|
736
|
+
"value": "string"
|
|
737
|
+
}
|
|
738
|
+
}
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"name": "fieldNames",
|
|
742
|
+
"annotation": {
|
|
743
|
+
"type": "indexedAccess",
|
|
744
|
+
"objectType": {
|
|
745
|
+
"type": "reference",
|
|
746
|
+
"typeName": {
|
|
747
|
+
"type": "identifier",
|
|
748
|
+
"name": "AntdTreeSelectProps"
|
|
749
|
+
}
|
|
750
|
+
},
|
|
751
|
+
"indexType": {
|
|
752
|
+
"type": "jsLiteral",
|
|
753
|
+
"value": "fieldNames"
|
|
754
|
+
}
|
|
755
|
+
}
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"name": "value",
|
|
759
|
+
"annotation": {
|
|
760
|
+
"type": "indexedAccess",
|
|
761
|
+
"objectType": {
|
|
762
|
+
"type": "reference",
|
|
763
|
+
"typeName": {
|
|
764
|
+
"type": "identifier",
|
|
765
|
+
"name": "AntdTreeSelectProps"
|
|
766
|
+
}
|
|
767
|
+
},
|
|
768
|
+
"indexType": {
|
|
769
|
+
"type": "jsLiteral",
|
|
770
|
+
"value": "value"
|
|
771
|
+
}
|
|
772
|
+
}
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"name": "placeholder",
|
|
776
|
+
"annotation": {
|
|
777
|
+
"type": "keyword",
|
|
778
|
+
"value": "string"
|
|
779
|
+
}
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"name": "multiple",
|
|
783
|
+
"annotation": {
|
|
784
|
+
"type": "keyword",
|
|
785
|
+
"value": "boolean"
|
|
786
|
+
}
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"name": "disabled",
|
|
790
|
+
"annotation": {
|
|
791
|
+
"type": "keyword",
|
|
792
|
+
"value": "boolean"
|
|
793
|
+
}
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
"name": "checkable",
|
|
797
|
+
"annotation": {
|
|
798
|
+
"type": "keyword",
|
|
799
|
+
"value": "boolean"
|
|
800
|
+
}
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"name": "allowClear",
|
|
804
|
+
"annotation": {
|
|
805
|
+
"type": "keyword",
|
|
806
|
+
"value": "boolean"
|
|
807
|
+
}
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"name": "loading",
|
|
811
|
+
"annotation": {
|
|
812
|
+
"type": "keyword",
|
|
813
|
+
"value": "boolean"
|
|
814
|
+
}
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"name": "filterTreeNode",
|
|
818
|
+
"annotation": {
|
|
819
|
+
"type": "indexedAccess",
|
|
820
|
+
"objectType": {
|
|
821
|
+
"type": "reference",
|
|
822
|
+
"typeName": {
|
|
823
|
+
"type": "identifier",
|
|
824
|
+
"name": "AntdTreeSelectProps"
|
|
825
|
+
}
|
|
826
|
+
},
|
|
827
|
+
"indexType": {
|
|
828
|
+
"type": "jsLiteral",
|
|
829
|
+
"value": "filterTreeNode"
|
|
830
|
+
}
|
|
831
|
+
}
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"name": "showSearch",
|
|
835
|
+
"annotation": {
|
|
836
|
+
"type": "keyword",
|
|
837
|
+
"value": "boolean"
|
|
838
|
+
}
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
"name": "suffixIcon",
|
|
842
|
+
"annotation": {
|
|
843
|
+
"type": "reference",
|
|
844
|
+
"typeName": {
|
|
845
|
+
"type": "identifier",
|
|
846
|
+
"name": "GeneralIconProps"
|
|
847
|
+
}
|
|
848
|
+
}
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"name": "popupPlacement",
|
|
852
|
+
"annotation": {
|
|
853
|
+
"type": "indexedAccess",
|
|
854
|
+
"objectType": {
|
|
855
|
+
"type": "reference",
|
|
856
|
+
"typeName": {
|
|
857
|
+
"type": "identifier",
|
|
858
|
+
"name": "AntdTreeSelectProps"
|
|
859
|
+
}
|
|
860
|
+
},
|
|
861
|
+
"indexType": {
|
|
862
|
+
"type": "jsLiteral",
|
|
863
|
+
"value": "placement"
|
|
864
|
+
}
|
|
865
|
+
}
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"name": "size",
|
|
869
|
+
"annotation": {
|
|
870
|
+
"type": "indexedAccess",
|
|
871
|
+
"objectType": {
|
|
872
|
+
"type": "reference",
|
|
873
|
+
"typeName": {
|
|
874
|
+
"type": "identifier",
|
|
875
|
+
"name": "AntdTreeSelectProps"
|
|
876
|
+
}
|
|
877
|
+
},
|
|
878
|
+
"indexType": {
|
|
879
|
+
"type": "jsLiteral",
|
|
880
|
+
"value": "size"
|
|
881
|
+
}
|
|
882
|
+
}
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"name": "maxTagCount",
|
|
886
|
+
"annotation": {
|
|
887
|
+
"type": "union",
|
|
888
|
+
"types": [
|
|
889
|
+
{
|
|
890
|
+
"type": "keyword",
|
|
891
|
+
"value": "number"
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"type": "jsLiteral",
|
|
895
|
+
"value": "responsive"
|
|
896
|
+
}
|
|
897
|
+
]
|
|
898
|
+
}
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"name": "dropdownStyle",
|
|
902
|
+
"annotation": {
|
|
903
|
+
"type": "reference",
|
|
904
|
+
"typeName": {
|
|
905
|
+
"type": "identifier",
|
|
906
|
+
"name": "CSSProperties"
|
|
907
|
+
}
|
|
908
|
+
}
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"name": "popupMatchSelectWidth",
|
|
912
|
+
"annotation": {
|
|
913
|
+
"type": "keyword",
|
|
914
|
+
"value": "boolean"
|
|
915
|
+
}
|
|
916
|
+
}
|
|
917
|
+
],
|
|
918
|
+
"events": [
|
|
919
|
+
{
|
|
920
|
+
"name": "change",
|
|
921
|
+
"detail": {
|
|
922
|
+
"annotation": {
|
|
923
|
+
"type": "typeLiteral",
|
|
924
|
+
"members": [
|
|
925
|
+
{
|
|
926
|
+
"type": "propertySignature",
|
|
927
|
+
"key": {
|
|
928
|
+
"type": "identifier",
|
|
929
|
+
"name": "value"
|
|
930
|
+
},
|
|
931
|
+
"annotation": {
|
|
932
|
+
"type": "indexedAccess",
|
|
933
|
+
"objectType": {
|
|
934
|
+
"type": "reference",
|
|
935
|
+
"typeName": {
|
|
936
|
+
"type": "identifier",
|
|
937
|
+
"name": "AntdTreeSelectProps"
|
|
938
|
+
}
|
|
939
|
+
},
|
|
940
|
+
"indexType": {
|
|
941
|
+
"type": "jsLiteral",
|
|
942
|
+
"value": "value"
|
|
943
|
+
}
|
|
944
|
+
},
|
|
945
|
+
"computed": false
|
|
946
|
+
}
|
|
947
|
+
]
|
|
948
|
+
}
|
|
949
|
+
}
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
"name": "search",
|
|
953
|
+
"detail": {
|
|
954
|
+
"annotation": {
|
|
955
|
+
"type": "keyword",
|
|
956
|
+
"value": "string"
|
|
957
|
+
}
|
|
958
|
+
}
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"name": "select",
|
|
962
|
+
"detail": {
|
|
963
|
+
"annotation": {
|
|
964
|
+
"type": "typeLiteral",
|
|
965
|
+
"members": [
|
|
966
|
+
{
|
|
967
|
+
"type": "propertySignature",
|
|
968
|
+
"key": {
|
|
969
|
+
"type": "identifier",
|
|
970
|
+
"name": "value"
|
|
971
|
+
},
|
|
972
|
+
"annotation": {
|
|
973
|
+
"type": "indexedAccess",
|
|
974
|
+
"objectType": {
|
|
975
|
+
"type": "reference",
|
|
976
|
+
"typeName": {
|
|
977
|
+
"type": "identifier",
|
|
978
|
+
"name": "AntdTreeSelectProps"
|
|
979
|
+
}
|
|
980
|
+
},
|
|
981
|
+
"indexType": {
|
|
982
|
+
"type": "jsLiteral",
|
|
983
|
+
"value": "value"
|
|
984
|
+
}
|
|
985
|
+
},
|
|
986
|
+
"computed": false
|
|
987
|
+
}
|
|
988
|
+
]
|
|
989
|
+
}
|
|
990
|
+
}
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"name": "expand",
|
|
994
|
+
"detail": {
|
|
995
|
+
"annotation": {
|
|
996
|
+
"type": "typeLiteral",
|
|
997
|
+
"members": [
|
|
998
|
+
{
|
|
999
|
+
"type": "propertySignature",
|
|
1000
|
+
"key": {
|
|
1001
|
+
"type": "identifier",
|
|
1002
|
+
"name": "keys"
|
|
1003
|
+
},
|
|
1004
|
+
"annotation": {
|
|
1005
|
+
"type": "array",
|
|
1006
|
+
"elementType": {
|
|
1007
|
+
"type": "reference",
|
|
1008
|
+
"typeName": {
|
|
1009
|
+
"type": "qualifiedName",
|
|
1010
|
+
"left": {
|
|
1011
|
+
"type": "identifier",
|
|
1012
|
+
"name": "React"
|
|
1013
|
+
},
|
|
1014
|
+
"right": {
|
|
1015
|
+
"type": "identifier",
|
|
1016
|
+
"name": "Key"
|
|
1017
|
+
}
|
|
1018
|
+
}
|
|
1019
|
+
}
|
|
1020
|
+
},
|
|
1021
|
+
"computed": false
|
|
1022
|
+
}
|
|
1023
|
+
]
|
|
1024
|
+
}
|
|
1025
|
+
}
|
|
1026
|
+
}
|
|
1027
|
+
],
|
|
1028
|
+
"methods": []
|
|
1029
|
+
},
|
|
1030
|
+
"eo-text-tooltip": {
|
|
1031
|
+
"properties": [
|
|
1032
|
+
{
|
|
1033
|
+
"name": "label",
|
|
1034
|
+
"annotation": {
|
|
1035
|
+
"type": "keyword",
|
|
1036
|
+
"value": "string"
|
|
1037
|
+
}
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
"name": "lineClamp",
|
|
1041
|
+
"annotation": {
|
|
1042
|
+
"type": "keyword",
|
|
1043
|
+
"value": "number"
|
|
1044
|
+
}
|
|
1045
|
+
}
|
|
1046
|
+
],
|
|
1047
|
+
"events": [],
|
|
1048
|
+
"methods": []
|
|
1049
|
+
},
|
|
1050
|
+
"advanced.pdf-viewer": {
|
|
1051
|
+
"properties": [
|
|
1052
|
+
{
|
|
1053
|
+
"name": "url",
|
|
1054
|
+
"annotation": {
|
|
1055
|
+
"type": "keyword",
|
|
1056
|
+
"value": "string"
|
|
1057
|
+
}
|
|
1058
|
+
},
|
|
1059
|
+
{
|
|
1060
|
+
"name": "page",
|
|
1061
|
+
"annotation": {
|
|
1062
|
+
"type": "keyword",
|
|
1063
|
+
"value": "number"
|
|
1064
|
+
}
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"name": "search",
|
|
1068
|
+
"annotation": {
|
|
1069
|
+
"type": "keyword",
|
|
1070
|
+
"value": "string"
|
|
1071
|
+
}
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
"name": "viewerStyle",
|
|
1075
|
+
"annotation": {
|
|
1076
|
+
"type": "reference",
|
|
1077
|
+
"typeName": {
|
|
1078
|
+
"type": "qualifiedName",
|
|
1079
|
+
"left": {
|
|
1080
|
+
"type": "identifier",
|
|
1081
|
+
"name": "React"
|
|
951
1082
|
},
|
|
952
|
-
"
|
|
953
|
-
|
|
1083
|
+
"right": {
|
|
1084
|
+
"type": "identifier",
|
|
1085
|
+
"name": "CSSProperties"
|
|
1086
|
+
}
|
|
954
1087
|
}
|
|
955
|
-
|
|
1088
|
+
}
|
|
956
1089
|
}
|
|
957
|
-
]
|
|
1090
|
+
],
|
|
1091
|
+
"events": [],
|
|
1092
|
+
"methods": []
|
|
958
1093
|
},
|
|
959
|
-
"eo-
|
|
1094
|
+
"eo-cascader": {
|
|
960
1095
|
"properties": [
|
|
961
1096
|
{
|
|
962
1097
|
"name": "name",
|
|
@@ -980,36 +1115,19 @@
|
|
|
980
1115
|
}
|
|
981
1116
|
},
|
|
982
1117
|
{
|
|
983
|
-
"name": "
|
|
1118
|
+
"name": "options",
|
|
984
1119
|
"annotation": {
|
|
985
1120
|
"type": "indexedAccess",
|
|
986
1121
|
"objectType": {
|
|
987
1122
|
"type": "reference",
|
|
988
1123
|
"typeName": {
|
|
989
1124
|
"type": "identifier",
|
|
990
|
-
"name": "
|
|
1125
|
+
"name": "AntdCascaderProps"
|
|
991
1126
|
}
|
|
992
1127
|
},
|
|
993
1128
|
"indexType": {
|
|
994
1129
|
"type": "jsLiteral",
|
|
995
|
-
"value": "
|
|
996
|
-
}
|
|
997
|
-
}
|
|
998
|
-
},
|
|
999
|
-
{
|
|
1000
|
-
"name": "treeDefaultExpandAll",
|
|
1001
|
-
"annotation": {
|
|
1002
|
-
"type": "keyword",
|
|
1003
|
-
"value": "boolean"
|
|
1004
|
-
}
|
|
1005
|
-
},
|
|
1006
|
-
{
|
|
1007
|
-
"name": "treeExpandedKeys",
|
|
1008
|
-
"annotation": {
|
|
1009
|
-
"type": "array",
|
|
1010
|
-
"elementType": {
|
|
1011
|
-
"type": "keyword",
|
|
1012
|
-
"value": "string"
|
|
1130
|
+
"value": "options"
|
|
1013
1131
|
}
|
|
1014
1132
|
}
|
|
1015
1133
|
},
|
|
@@ -1021,7 +1139,7 @@
|
|
|
1021
1139
|
"type": "reference",
|
|
1022
1140
|
"typeName": {
|
|
1023
1141
|
"type": "identifier",
|
|
1024
|
-
"name": "
|
|
1142
|
+
"name": "AntdCascaderProps"
|
|
1025
1143
|
}
|
|
1026
1144
|
},
|
|
1027
1145
|
"indexType": {
|
|
@@ -1038,7 +1156,7 @@
|
|
|
1038
1156
|
"type": "reference",
|
|
1039
1157
|
"typeName": {
|
|
1040
1158
|
"type": "identifier",
|
|
1041
|
-
"name": "
|
|
1159
|
+
"name": "AntdCascaderProps"
|
|
1042
1160
|
}
|
|
1043
1161
|
},
|
|
1044
1162
|
"indexType": {
|
|
@@ -1069,57 +1187,43 @@
|
|
|
1069
1187
|
}
|
|
1070
1188
|
},
|
|
1071
1189
|
{
|
|
1072
|
-
"name": "
|
|
1190
|
+
"name": "allowClear",
|
|
1073
1191
|
"annotation": {
|
|
1074
1192
|
"type": "keyword",
|
|
1075
1193
|
"value": "boolean"
|
|
1076
1194
|
}
|
|
1077
1195
|
},
|
|
1078
1196
|
{
|
|
1079
|
-
"name": "
|
|
1197
|
+
"name": "showSearch",
|
|
1080
1198
|
"annotation": {
|
|
1081
1199
|
"type": "keyword",
|
|
1082
1200
|
"value": "boolean"
|
|
1083
1201
|
}
|
|
1084
1202
|
},
|
|
1085
1203
|
{
|
|
1086
|
-
"name": "
|
|
1204
|
+
"name": "suffixIcon",
|
|
1087
1205
|
"annotation": {
|
|
1088
|
-
"type": "
|
|
1089
|
-
"
|
|
1206
|
+
"type": "reference",
|
|
1207
|
+
"typeName": {
|
|
1208
|
+
"type": "identifier",
|
|
1209
|
+
"name": "GeneralIconProps"
|
|
1210
|
+
}
|
|
1090
1211
|
}
|
|
1091
1212
|
},
|
|
1092
1213
|
{
|
|
1093
|
-
"name": "
|
|
1214
|
+
"name": "expandTrigger",
|
|
1094
1215
|
"annotation": {
|
|
1095
1216
|
"type": "indexedAccess",
|
|
1096
1217
|
"objectType": {
|
|
1097
1218
|
"type": "reference",
|
|
1098
1219
|
"typeName": {
|
|
1099
1220
|
"type": "identifier",
|
|
1100
|
-
"name": "
|
|
1221
|
+
"name": "AntdCascaderProps"
|
|
1101
1222
|
}
|
|
1102
1223
|
},
|
|
1103
1224
|
"indexType": {
|
|
1104
1225
|
"type": "jsLiteral",
|
|
1105
|
-
"value": "
|
|
1106
|
-
}
|
|
1107
|
-
}
|
|
1108
|
-
},
|
|
1109
|
-
{
|
|
1110
|
-
"name": "showSearch",
|
|
1111
|
-
"annotation": {
|
|
1112
|
-
"type": "keyword",
|
|
1113
|
-
"value": "boolean"
|
|
1114
|
-
}
|
|
1115
|
-
},
|
|
1116
|
-
{
|
|
1117
|
-
"name": "suffixIcon",
|
|
1118
|
-
"annotation": {
|
|
1119
|
-
"type": "reference",
|
|
1120
|
-
"typeName": {
|
|
1121
|
-
"type": "identifier",
|
|
1122
|
-
"name": "GeneralIconProps"
|
|
1226
|
+
"value": "expandTrigger"
|
|
1123
1227
|
}
|
|
1124
1228
|
}
|
|
1125
1229
|
},
|
|
@@ -1131,7 +1235,7 @@
|
|
|
1131
1235
|
"type": "reference",
|
|
1132
1236
|
"typeName": {
|
|
1133
1237
|
"type": "identifier",
|
|
1134
|
-
"name": "
|
|
1238
|
+
"name": "AntdCascaderProps"
|
|
1135
1239
|
}
|
|
1136
1240
|
},
|
|
1137
1241
|
"indexType": {
|
|
@@ -1148,7 +1252,7 @@
|
|
|
1148
1252
|
"type": "reference",
|
|
1149
1253
|
"typeName": {
|
|
1150
1254
|
"type": "identifier",
|
|
1151
|
-
"name": "
|
|
1255
|
+
"name": "AntdCascaderProps"
|
|
1152
1256
|
}
|
|
1153
1257
|
},
|
|
1154
1258
|
"indexType": {
|
|
@@ -1157,6 +1261,13 @@
|
|
|
1157
1261
|
}
|
|
1158
1262
|
}
|
|
1159
1263
|
},
|
|
1264
|
+
{
|
|
1265
|
+
"name": "limit",
|
|
1266
|
+
"annotation": {
|
|
1267
|
+
"type": "keyword",
|
|
1268
|
+
"value": "number"
|
|
1269
|
+
}
|
|
1270
|
+
},
|
|
1160
1271
|
{
|
|
1161
1272
|
"name": "maxTagCount",
|
|
1162
1273
|
"annotation": {
|
|
@@ -1174,7 +1285,7 @@
|
|
|
1174
1285
|
}
|
|
1175
1286
|
},
|
|
1176
1287
|
{
|
|
1177
|
-
"name": "
|
|
1288
|
+
"name": "cascaderStyle",
|
|
1178
1289
|
"annotation": {
|
|
1179
1290
|
"type": "reference",
|
|
1180
1291
|
"typeName": {
|
|
@@ -1186,48 +1297,7 @@
|
|
|
1186
1297
|
],
|
|
1187
1298
|
"events": [
|
|
1188
1299
|
{
|
|
1189
|
-
"name": "change",
|
|
1190
|
-
"detail": {
|
|
1191
|
-
"annotation": {
|
|
1192
|
-
"type": "typeLiteral",
|
|
1193
|
-
"members": [
|
|
1194
|
-
{
|
|
1195
|
-
"type": "propertySignature",
|
|
1196
|
-
"key": {
|
|
1197
|
-
"type": "identifier",
|
|
1198
|
-
"name": "value"
|
|
1199
|
-
},
|
|
1200
|
-
"annotation": {
|
|
1201
|
-
"type": "indexedAccess",
|
|
1202
|
-
"objectType": {
|
|
1203
|
-
"type": "reference",
|
|
1204
|
-
"typeName": {
|
|
1205
|
-
"type": "identifier",
|
|
1206
|
-
"name": "AntdTreeSelectProps"
|
|
1207
|
-
}
|
|
1208
|
-
},
|
|
1209
|
-
"indexType": {
|
|
1210
|
-
"type": "jsLiteral",
|
|
1211
|
-
"value": "value"
|
|
1212
|
-
}
|
|
1213
|
-
},
|
|
1214
|
-
"computed": false
|
|
1215
|
-
}
|
|
1216
|
-
]
|
|
1217
|
-
}
|
|
1218
|
-
}
|
|
1219
|
-
},
|
|
1220
|
-
{
|
|
1221
|
-
"name": "search",
|
|
1222
|
-
"detail": {
|
|
1223
|
-
"annotation": {
|
|
1224
|
-
"type": "keyword",
|
|
1225
|
-
"value": "string"
|
|
1226
|
-
}
|
|
1227
|
-
}
|
|
1228
|
-
},
|
|
1229
|
-
{
|
|
1230
|
-
"name": "select",
|
|
1300
|
+
"name": "cascader.change",
|
|
1231
1301
|
"detail": {
|
|
1232
1302
|
"annotation": {
|
|
1233
1303
|
"type": "typeLiteral",
|
|
@@ -1244,7 +1314,7 @@
|
|
|
1244
1314
|
"type": "reference",
|
|
1245
1315
|
"typeName": {
|
|
1246
1316
|
"type": "identifier",
|
|
1247
|
-
"name": "
|
|
1317
|
+
"name": "AntdCascaderProps"
|
|
1248
1318
|
}
|
|
1249
1319
|
},
|
|
1250
1320
|
"indexType": {
|
|
@@ -1253,39 +1323,40 @@
|
|
|
1253
1323
|
}
|
|
1254
1324
|
},
|
|
1255
1325
|
"computed": false
|
|
1256
|
-
}
|
|
1257
|
-
]
|
|
1258
|
-
}
|
|
1259
|
-
}
|
|
1260
|
-
},
|
|
1261
|
-
{
|
|
1262
|
-
"name": "expand",
|
|
1263
|
-
"detail": {
|
|
1264
|
-
"annotation": {
|
|
1265
|
-
"type": "typeLiteral",
|
|
1266
|
-
"members": [
|
|
1326
|
+
},
|
|
1267
1327
|
{
|
|
1268
1328
|
"type": "propertySignature",
|
|
1269
1329
|
"key": {
|
|
1270
1330
|
"type": "identifier",
|
|
1271
|
-
"name": "
|
|
1331
|
+
"name": "selectedOptions"
|
|
1272
1332
|
},
|
|
1273
1333
|
"annotation": {
|
|
1274
|
-
"type": "
|
|
1275
|
-
"
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
"
|
|
1279
|
-
|
|
1280
|
-
"
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1334
|
+
"type": "union",
|
|
1335
|
+
"types": [
|
|
1336
|
+
{
|
|
1337
|
+
"type": "array",
|
|
1338
|
+
"elementType": {
|
|
1339
|
+
"type": "reference",
|
|
1340
|
+
"typeName": {
|
|
1341
|
+
"type": "identifier",
|
|
1342
|
+
"name": "DefaultOptionType"
|
|
1343
|
+
}
|
|
1344
|
+
}
|
|
1345
|
+
},
|
|
1346
|
+
{
|
|
1347
|
+
"type": "array",
|
|
1348
|
+
"elementType": {
|
|
1349
|
+
"type": "array",
|
|
1350
|
+
"elementType": {
|
|
1351
|
+
"type": "reference",
|
|
1352
|
+
"typeName": {
|
|
1353
|
+
"type": "identifier",
|
|
1354
|
+
"name": "DefaultOptionType"
|
|
1355
|
+
}
|
|
1356
|
+
}
|
|
1286
1357
|
}
|
|
1287
1358
|
}
|
|
1288
|
-
|
|
1359
|
+
]
|
|
1289
1360
|
},
|
|
1290
1361
|
"computed": false
|
|
1291
1362
|
}
|
|
@@ -1296,70 +1367,6 @@
|
|
|
1296
1367
|
],
|
|
1297
1368
|
"methods": []
|
|
1298
1369
|
},
|
|
1299
|
-
"advanced.pdf-viewer": {
|
|
1300
|
-
"properties": [
|
|
1301
|
-
{
|
|
1302
|
-
"name": "url",
|
|
1303
|
-
"annotation": {
|
|
1304
|
-
"type": "keyword",
|
|
1305
|
-
"value": "string"
|
|
1306
|
-
}
|
|
1307
|
-
},
|
|
1308
|
-
{
|
|
1309
|
-
"name": "page",
|
|
1310
|
-
"annotation": {
|
|
1311
|
-
"type": "keyword",
|
|
1312
|
-
"value": "number"
|
|
1313
|
-
}
|
|
1314
|
-
},
|
|
1315
|
-
{
|
|
1316
|
-
"name": "search",
|
|
1317
|
-
"annotation": {
|
|
1318
|
-
"type": "keyword",
|
|
1319
|
-
"value": "string"
|
|
1320
|
-
}
|
|
1321
|
-
},
|
|
1322
|
-
{
|
|
1323
|
-
"name": "viewerStyle",
|
|
1324
|
-
"annotation": {
|
|
1325
|
-
"type": "reference",
|
|
1326
|
-
"typeName": {
|
|
1327
|
-
"type": "qualifiedName",
|
|
1328
|
-
"left": {
|
|
1329
|
-
"type": "identifier",
|
|
1330
|
-
"name": "React"
|
|
1331
|
-
},
|
|
1332
|
-
"right": {
|
|
1333
|
-
"type": "identifier",
|
|
1334
|
-
"name": "CSSProperties"
|
|
1335
|
-
}
|
|
1336
|
-
}
|
|
1337
|
-
}
|
|
1338
|
-
}
|
|
1339
|
-
],
|
|
1340
|
-
"events": [],
|
|
1341
|
-
"methods": []
|
|
1342
|
-
},
|
|
1343
|
-
"eo-text-tooltip": {
|
|
1344
|
-
"properties": [
|
|
1345
|
-
{
|
|
1346
|
-
"name": "label",
|
|
1347
|
-
"annotation": {
|
|
1348
|
-
"type": "keyword",
|
|
1349
|
-
"value": "string"
|
|
1350
|
-
}
|
|
1351
|
-
},
|
|
1352
|
-
{
|
|
1353
|
-
"name": "lineClamp",
|
|
1354
|
-
"annotation": {
|
|
1355
|
-
"type": "keyword",
|
|
1356
|
-
"value": "number"
|
|
1357
|
-
}
|
|
1358
|
-
}
|
|
1359
|
-
],
|
|
1360
|
-
"events": [],
|
|
1361
|
-
"methods": []
|
|
1362
|
-
},
|
|
1363
1370
|
"advanced.capture-snapshot": {
|
|
1364
1371
|
"type": "provider",
|
|
1365
1372
|
"params": [
|