@next-bricks/advanced 0.44.8 → 0.44.10
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 +17 -17
- package/dist/chunks/{4197.8da5d430.js → 4197.080ced89.js} +2 -2
- package/dist/chunks/4197.080ced89.js.map +1 -0
- package/dist/chunks/eo-workbench-layout-v2.dcb64f1b.js +3 -0
- package/dist/chunks/eo-workbench-layout-v2.dcb64f1b.js.map +1 -0
- package/dist/chunks/{main.82ac5e54.js → main.76e6879d.js} +2 -2
- package/dist/chunks/{main.82ac5e54.js.map → main.76e6879d.js.map} +1 -1
- package/dist/examples.json +3 -3
- package/dist/{index.088bb8f7.js → index.3f2c7bc1.js} +2 -2
- package/dist/{index.088bb8f7.js.map → index.3f2c7bc1.js.map} +1 -1
- package/dist/manifest.json +188 -188
- package/dist/types.json +527 -527
- package/package.json +2 -2
- package/dist/chunks/4197.8da5d430.js.map +0 -1
- package/dist/chunks/eo-workbench-layout-v2.81685bf3.js +0 -3
- package/dist/chunks/eo-workbench-layout-v2.81685bf3.js.map +0 -1
- /package/dist/chunks/{eo-workbench-layout-v2.81685bf3.js.LICENSE.txt → eo-workbench-layout-v2.dcb64f1b.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,452 +1,176 @@
|
|
|
1
1
|
{
|
|
2
|
-
"eo-
|
|
2
|
+
"eo-tree": {
|
|
3
3
|
"properties": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
6
|
-
"annotation": {
|
|
7
|
-
"type": "keyword",
|
|
8
|
-
"value": "string"
|
|
9
|
-
}
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"name": "label",
|
|
13
|
-
"annotation": {
|
|
14
|
-
"type": "keyword",
|
|
15
|
-
"value": "string"
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "required",
|
|
20
|
-
"annotation": {
|
|
21
|
-
"type": "keyword",
|
|
22
|
-
"value": "boolean"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"name": "options",
|
|
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",
|
|
44
|
-
"annotation": {
|
|
45
|
-
"type": "indexedAccess",
|
|
46
|
-
"objectType": {
|
|
47
|
-
"type": "reference",
|
|
48
|
-
"typeName": {
|
|
49
|
-
"type": "identifier",
|
|
50
|
-
"name": "AntdCascaderProps"
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
"indexType": {
|
|
54
|
-
"type": "jsLiteral",
|
|
55
|
-
"value": "fieldNames"
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"name": "value",
|
|
5
|
+
"name": "dataSource",
|
|
61
6
|
"annotation": {
|
|
62
|
-
"type": "
|
|
63
|
-
"
|
|
7
|
+
"type": "array",
|
|
8
|
+
"elementType": {
|
|
64
9
|
"type": "reference",
|
|
65
10
|
"typeName": {
|
|
66
11
|
"type": "identifier",
|
|
67
|
-
"name": "
|
|
12
|
+
"name": "TreeNode"
|
|
68
13
|
}
|
|
69
|
-
},
|
|
70
|
-
"indexType": {
|
|
71
|
-
"type": "jsLiteral",
|
|
72
|
-
"value": "value"
|
|
73
14
|
}
|
|
74
15
|
}
|
|
75
16
|
},
|
|
76
17
|
{
|
|
77
|
-
"name": "
|
|
78
|
-
"annotation": {
|
|
79
|
-
"type": "keyword",
|
|
80
|
-
"value": "string"
|
|
81
|
-
}
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"name": "multiple",
|
|
18
|
+
"name": "checkable",
|
|
85
19
|
"annotation": {
|
|
86
20
|
"type": "keyword",
|
|
87
21
|
"value": "boolean"
|
|
88
22
|
}
|
|
89
23
|
},
|
|
90
24
|
{
|
|
91
|
-
"name": "
|
|
25
|
+
"name": "selectable",
|
|
92
26
|
"annotation": {
|
|
93
27
|
"type": "keyword",
|
|
94
28
|
"value": "boolean"
|
|
95
29
|
}
|
|
96
30
|
},
|
|
97
31
|
{
|
|
98
|
-
"name": "
|
|
32
|
+
"name": "defaultExpandAll",
|
|
99
33
|
"annotation": {
|
|
100
34
|
"type": "keyword",
|
|
101
35
|
"value": "boolean"
|
|
102
36
|
}
|
|
103
37
|
},
|
|
104
38
|
{
|
|
105
|
-
"name": "
|
|
39
|
+
"name": "showLine",
|
|
106
40
|
"annotation": {
|
|
107
41
|
"type": "keyword",
|
|
108
42
|
"value": "boolean"
|
|
109
43
|
}
|
|
110
44
|
},
|
|
111
45
|
{
|
|
112
|
-
"name": "
|
|
113
|
-
"annotation": {
|
|
114
|
-
"type": "reference",
|
|
115
|
-
"typeName": {
|
|
116
|
-
"type": "identifier",
|
|
117
|
-
"name": "GeneralIconProps"
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"name": "expandTrigger",
|
|
46
|
+
"name": "expandedKeys",
|
|
123
47
|
"annotation": {
|
|
124
|
-
"type": "
|
|
125
|
-
"
|
|
48
|
+
"type": "array",
|
|
49
|
+
"elementType": {
|
|
126
50
|
"type": "reference",
|
|
127
51
|
"typeName": {
|
|
128
52
|
"type": "identifier",
|
|
129
|
-
"name": "
|
|
53
|
+
"name": "TreeNodeKey"
|
|
130
54
|
}
|
|
131
|
-
},
|
|
132
|
-
"indexType": {
|
|
133
|
-
"type": "jsLiteral",
|
|
134
|
-
"value": "expandTrigger"
|
|
135
55
|
}
|
|
136
56
|
}
|
|
137
57
|
},
|
|
138
58
|
{
|
|
139
|
-
"name": "
|
|
59
|
+
"name": "checkedKeys",
|
|
140
60
|
"annotation": {
|
|
141
|
-
"type": "
|
|
142
|
-
"
|
|
61
|
+
"type": "array",
|
|
62
|
+
"elementType": {
|
|
143
63
|
"type": "reference",
|
|
144
64
|
"typeName": {
|
|
145
65
|
"type": "identifier",
|
|
146
|
-
"name": "
|
|
66
|
+
"name": "TreeNodeKey"
|
|
147
67
|
}
|
|
148
|
-
},
|
|
149
|
-
"indexType": {
|
|
150
|
-
"type": "jsLiteral",
|
|
151
|
-
"value": "placement"
|
|
152
68
|
}
|
|
153
69
|
}
|
|
154
70
|
},
|
|
155
71
|
{
|
|
156
|
-
"name": "
|
|
72
|
+
"name": "nodeDraggable",
|
|
157
73
|
"annotation": {
|
|
158
|
-
"type": "
|
|
159
|
-
"
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
"
|
|
163
|
-
|
|
74
|
+
"type": "union",
|
|
75
|
+
"types": [
|
|
76
|
+
{
|
|
77
|
+
"type": "keyword",
|
|
78
|
+
"value": "boolean"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"type": "typeLiteral",
|
|
82
|
+
"members": [
|
|
83
|
+
{
|
|
84
|
+
"type": "propertySignature",
|
|
85
|
+
"key": {
|
|
86
|
+
"type": "identifier",
|
|
87
|
+
"name": "icon"
|
|
88
|
+
},
|
|
89
|
+
"annotation": {
|
|
90
|
+
"type": "jsLiteral",
|
|
91
|
+
"value": false
|
|
92
|
+
},
|
|
93
|
+
"optional": true,
|
|
94
|
+
"computed": false
|
|
95
|
+
}
|
|
96
|
+
]
|
|
164
97
|
}
|
|
165
|
-
|
|
166
|
-
"indexType": {
|
|
167
|
-
"type": "jsLiteral",
|
|
168
|
-
"value": "size"
|
|
169
|
-
}
|
|
170
|
-
}
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
"name": "limit",
|
|
174
|
-
"annotation": {
|
|
175
|
-
"type": "keyword",
|
|
176
|
-
"value": "number"
|
|
98
|
+
]
|
|
177
99
|
}
|
|
178
100
|
},
|
|
179
101
|
{
|
|
180
|
-
"name": "
|
|
102
|
+
"name": "switcherIcon",
|
|
181
103
|
"annotation": {
|
|
182
104
|
"type": "union",
|
|
183
105
|
"types": [
|
|
184
106
|
{
|
|
185
|
-
"type": "
|
|
186
|
-
"value": "
|
|
107
|
+
"type": "jsLiteral",
|
|
108
|
+
"value": "auto"
|
|
187
109
|
},
|
|
188
110
|
{
|
|
189
111
|
"type": "jsLiteral",
|
|
190
|
-
"value": "
|
|
112
|
+
"value": "chevron"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"type": "jsLiteral",
|
|
116
|
+
"value": false
|
|
191
117
|
}
|
|
192
118
|
]
|
|
193
119
|
}
|
|
194
120
|
},
|
|
195
121
|
{
|
|
196
|
-
"name": "
|
|
122
|
+
"name": "allowDrop",
|
|
197
123
|
"annotation": {
|
|
198
|
-
"type": "
|
|
199
|
-
"
|
|
200
|
-
"type": "
|
|
201
|
-
"
|
|
124
|
+
"type": "parenthesizedType",
|
|
125
|
+
"annotation": {
|
|
126
|
+
"type": "function",
|
|
127
|
+
"parameters": [
|
|
128
|
+
{
|
|
129
|
+
"type": "identifier",
|
|
130
|
+
"name": "info",
|
|
131
|
+
"annotation": {
|
|
132
|
+
"type": "reference",
|
|
133
|
+
"typeName": {
|
|
134
|
+
"type": "identifier",
|
|
135
|
+
"name": "AllowDropInfo"
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
],
|
|
140
|
+
"annotation": {
|
|
141
|
+
"type": "keyword",
|
|
142
|
+
"value": "boolean"
|
|
143
|
+
}
|
|
202
144
|
}
|
|
203
145
|
}
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "titleSuffixBrick",
|
|
149
|
+
"annotation": {
|
|
150
|
+
"type": "typeLiteral",
|
|
151
|
+
"members": [
|
|
152
|
+
{
|
|
153
|
+
"type": "propertySignature",
|
|
154
|
+
"key": {
|
|
155
|
+
"type": "identifier",
|
|
156
|
+
"name": "useBrick"
|
|
157
|
+
},
|
|
158
|
+
"annotation": {
|
|
159
|
+
"type": "reference",
|
|
160
|
+
"typeName": {
|
|
161
|
+
"type": "identifier",
|
|
162
|
+
"name": "UseBrickConf"
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
"computed": false
|
|
166
|
+
}
|
|
167
|
+
]
|
|
168
|
+
}
|
|
204
169
|
}
|
|
205
170
|
],
|
|
206
171
|
"events": [
|
|
207
172
|
{
|
|
208
|
-
"name": "
|
|
209
|
-
"detail": {
|
|
210
|
-
"annotation": {
|
|
211
|
-
"type": "typeLiteral",
|
|
212
|
-
"members": [
|
|
213
|
-
{
|
|
214
|
-
"type": "propertySignature",
|
|
215
|
-
"key": {
|
|
216
|
-
"type": "identifier",
|
|
217
|
-
"name": "value"
|
|
218
|
-
},
|
|
219
|
-
"annotation": {
|
|
220
|
-
"type": "indexedAccess",
|
|
221
|
-
"objectType": {
|
|
222
|
-
"type": "reference",
|
|
223
|
-
"typeName": {
|
|
224
|
-
"type": "identifier",
|
|
225
|
-
"name": "AntdCascaderProps"
|
|
226
|
-
}
|
|
227
|
-
},
|
|
228
|
-
"indexType": {
|
|
229
|
-
"type": "jsLiteral",
|
|
230
|
-
"value": "value"
|
|
231
|
-
}
|
|
232
|
-
},
|
|
233
|
-
"computed": false
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
"type": "propertySignature",
|
|
237
|
-
"key": {
|
|
238
|
-
"type": "identifier",
|
|
239
|
-
"name": "selectedOptions"
|
|
240
|
-
},
|
|
241
|
-
"annotation": {
|
|
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
|
-
}
|
|
265
|
-
}
|
|
266
|
-
}
|
|
267
|
-
]
|
|
268
|
-
},
|
|
269
|
-
"computed": false
|
|
270
|
-
}
|
|
271
|
-
]
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
}
|
|
275
|
-
],
|
|
276
|
-
"methods": []
|
|
277
|
-
},
|
|
278
|
-
"eo-tree": {
|
|
279
|
-
"properties": [
|
|
280
|
-
{
|
|
281
|
-
"name": "dataSource",
|
|
282
|
-
"annotation": {
|
|
283
|
-
"type": "array",
|
|
284
|
-
"elementType": {
|
|
285
|
-
"type": "reference",
|
|
286
|
-
"typeName": {
|
|
287
|
-
"type": "identifier",
|
|
288
|
-
"name": "TreeNode"
|
|
289
|
-
}
|
|
290
|
-
}
|
|
291
|
-
}
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
"name": "checkable",
|
|
295
|
-
"annotation": {
|
|
296
|
-
"type": "keyword",
|
|
297
|
-
"value": "boolean"
|
|
298
|
-
}
|
|
299
|
-
},
|
|
300
|
-
{
|
|
301
|
-
"name": "selectable",
|
|
302
|
-
"annotation": {
|
|
303
|
-
"type": "keyword",
|
|
304
|
-
"value": "boolean"
|
|
305
|
-
}
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
"name": "defaultExpandAll",
|
|
309
|
-
"annotation": {
|
|
310
|
-
"type": "keyword",
|
|
311
|
-
"value": "boolean"
|
|
312
|
-
}
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
"name": "showLine",
|
|
316
|
-
"annotation": {
|
|
317
|
-
"type": "keyword",
|
|
318
|
-
"value": "boolean"
|
|
319
|
-
}
|
|
320
|
-
},
|
|
321
|
-
{
|
|
322
|
-
"name": "expandedKeys",
|
|
323
|
-
"annotation": {
|
|
324
|
-
"type": "array",
|
|
325
|
-
"elementType": {
|
|
326
|
-
"type": "reference",
|
|
327
|
-
"typeName": {
|
|
328
|
-
"type": "identifier",
|
|
329
|
-
"name": "TreeNodeKey"
|
|
330
|
-
}
|
|
331
|
-
}
|
|
332
|
-
}
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
"name": "checkedKeys",
|
|
336
|
-
"annotation": {
|
|
337
|
-
"type": "array",
|
|
338
|
-
"elementType": {
|
|
339
|
-
"type": "reference",
|
|
340
|
-
"typeName": {
|
|
341
|
-
"type": "identifier",
|
|
342
|
-
"name": "TreeNodeKey"
|
|
343
|
-
}
|
|
344
|
-
}
|
|
345
|
-
}
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
"name": "nodeDraggable",
|
|
349
|
-
"annotation": {
|
|
350
|
-
"type": "union",
|
|
351
|
-
"types": [
|
|
352
|
-
{
|
|
353
|
-
"type": "keyword",
|
|
354
|
-
"value": "boolean"
|
|
355
|
-
},
|
|
356
|
-
{
|
|
357
|
-
"type": "typeLiteral",
|
|
358
|
-
"members": [
|
|
359
|
-
{
|
|
360
|
-
"type": "propertySignature",
|
|
361
|
-
"key": {
|
|
362
|
-
"type": "identifier",
|
|
363
|
-
"name": "icon"
|
|
364
|
-
},
|
|
365
|
-
"annotation": {
|
|
366
|
-
"type": "jsLiteral",
|
|
367
|
-
"value": false
|
|
368
|
-
},
|
|
369
|
-
"optional": true,
|
|
370
|
-
"computed": false
|
|
371
|
-
}
|
|
372
|
-
]
|
|
373
|
-
}
|
|
374
|
-
]
|
|
375
|
-
}
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"name": "switcherIcon",
|
|
379
|
-
"annotation": {
|
|
380
|
-
"type": "union",
|
|
381
|
-
"types": [
|
|
382
|
-
{
|
|
383
|
-
"type": "jsLiteral",
|
|
384
|
-
"value": "auto"
|
|
385
|
-
},
|
|
386
|
-
{
|
|
387
|
-
"type": "jsLiteral",
|
|
388
|
-
"value": "chevron"
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
"type": "jsLiteral",
|
|
392
|
-
"value": false
|
|
393
|
-
}
|
|
394
|
-
]
|
|
395
|
-
}
|
|
396
|
-
},
|
|
397
|
-
{
|
|
398
|
-
"name": "allowDrop",
|
|
399
|
-
"annotation": {
|
|
400
|
-
"type": "parenthesizedType",
|
|
401
|
-
"annotation": {
|
|
402
|
-
"type": "function",
|
|
403
|
-
"parameters": [
|
|
404
|
-
{
|
|
405
|
-
"type": "identifier",
|
|
406
|
-
"name": "info",
|
|
407
|
-
"annotation": {
|
|
408
|
-
"type": "reference",
|
|
409
|
-
"typeName": {
|
|
410
|
-
"type": "identifier",
|
|
411
|
-
"name": "AllowDropInfo"
|
|
412
|
-
}
|
|
413
|
-
}
|
|
414
|
-
}
|
|
415
|
-
],
|
|
416
|
-
"annotation": {
|
|
417
|
-
"type": "keyword",
|
|
418
|
-
"value": "boolean"
|
|
419
|
-
}
|
|
420
|
-
}
|
|
421
|
-
}
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
"name": "titleSuffixBrick",
|
|
425
|
-
"annotation": {
|
|
426
|
-
"type": "typeLiteral",
|
|
427
|
-
"members": [
|
|
428
|
-
{
|
|
429
|
-
"type": "propertySignature",
|
|
430
|
-
"key": {
|
|
431
|
-
"type": "identifier",
|
|
432
|
-
"name": "useBrick"
|
|
433
|
-
},
|
|
434
|
-
"annotation": {
|
|
435
|
-
"type": "reference",
|
|
436
|
-
"typeName": {
|
|
437
|
-
"type": "identifier",
|
|
438
|
-
"name": "UseBrickConf"
|
|
439
|
-
}
|
|
440
|
-
},
|
|
441
|
-
"computed": false
|
|
442
|
-
}
|
|
443
|
-
]
|
|
444
|
-
}
|
|
445
|
-
}
|
|
446
|
-
],
|
|
447
|
-
"events": [
|
|
448
|
-
{
|
|
449
|
-
"name": "check",
|
|
173
|
+
"name": "check",
|
|
450
174
|
"detail": {
|
|
451
175
|
"annotation": {
|
|
452
176
|
"type": "array",
|
|
@@ -702,27 +426,387 @@
|
|
|
702
426
|
"type": "identifier",
|
|
703
427
|
"name": "TreeNode"
|
|
704
428
|
}
|
|
705
|
-
},
|
|
706
|
-
"computed": false
|
|
707
|
-
},
|
|
708
|
-
{
|
|
709
|
-
"type": "propertySignature",
|
|
710
|
-
"key": {
|
|
711
|
-
"type": "identifier",
|
|
712
|
-
"name": "dropPosition"
|
|
713
|
-
},
|
|
714
|
-
"annotation": {
|
|
715
|
-
"type": "keyword",
|
|
716
|
-
"value": "number"
|
|
717
|
-
},
|
|
718
|
-
"computed": false,
|
|
719
|
-
"description": "The drop position is relative to the drop node, inside 0, top -1, bottom 1"
|
|
429
|
+
},
|
|
430
|
+
"computed": false
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"type": "propertySignature",
|
|
434
|
+
"key": {
|
|
435
|
+
"type": "identifier",
|
|
436
|
+
"name": "dropPosition"
|
|
437
|
+
},
|
|
438
|
+
"annotation": {
|
|
439
|
+
"type": "keyword",
|
|
440
|
+
"value": "number"
|
|
441
|
+
},
|
|
442
|
+
"computed": false,
|
|
443
|
+
"description": "The drop position is relative to the drop node, inside 0, top -1, bottom 1"
|
|
444
|
+
}
|
|
445
|
+
]
|
|
446
|
+
}
|
|
447
|
+
]
|
|
448
|
+
},
|
|
449
|
+
"eo-tree-select": {
|
|
450
|
+
"properties": [
|
|
451
|
+
{
|
|
452
|
+
"name": "name",
|
|
453
|
+
"annotation": {
|
|
454
|
+
"type": "keyword",
|
|
455
|
+
"value": "string"
|
|
456
|
+
}
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"name": "label",
|
|
460
|
+
"annotation": {
|
|
461
|
+
"type": "keyword",
|
|
462
|
+
"value": "string"
|
|
463
|
+
}
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"name": "required",
|
|
467
|
+
"annotation": {
|
|
468
|
+
"type": "keyword",
|
|
469
|
+
"value": "boolean"
|
|
470
|
+
}
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"name": "treeData",
|
|
474
|
+
"annotation": {
|
|
475
|
+
"type": "indexedAccess",
|
|
476
|
+
"objectType": {
|
|
477
|
+
"type": "reference",
|
|
478
|
+
"typeName": {
|
|
479
|
+
"type": "identifier",
|
|
480
|
+
"name": "AntdTreeSelectProps"
|
|
481
|
+
}
|
|
482
|
+
},
|
|
483
|
+
"indexType": {
|
|
484
|
+
"type": "jsLiteral",
|
|
485
|
+
"value": "treeData"
|
|
486
|
+
}
|
|
487
|
+
}
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"name": "treeDefaultExpandAll",
|
|
491
|
+
"annotation": {
|
|
492
|
+
"type": "keyword",
|
|
493
|
+
"value": "boolean"
|
|
494
|
+
}
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"name": "treeExpandedKeys",
|
|
498
|
+
"annotation": {
|
|
499
|
+
"type": "array",
|
|
500
|
+
"elementType": {
|
|
501
|
+
"type": "keyword",
|
|
502
|
+
"value": "string"
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"name": "fieldNames",
|
|
508
|
+
"annotation": {
|
|
509
|
+
"type": "indexedAccess",
|
|
510
|
+
"objectType": {
|
|
511
|
+
"type": "reference",
|
|
512
|
+
"typeName": {
|
|
513
|
+
"type": "identifier",
|
|
514
|
+
"name": "AntdTreeSelectProps"
|
|
515
|
+
}
|
|
516
|
+
},
|
|
517
|
+
"indexType": {
|
|
518
|
+
"type": "jsLiteral",
|
|
519
|
+
"value": "fieldNames"
|
|
520
|
+
}
|
|
521
|
+
}
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"name": "value",
|
|
525
|
+
"annotation": {
|
|
526
|
+
"type": "indexedAccess",
|
|
527
|
+
"objectType": {
|
|
528
|
+
"type": "reference",
|
|
529
|
+
"typeName": {
|
|
530
|
+
"type": "identifier",
|
|
531
|
+
"name": "AntdTreeSelectProps"
|
|
532
|
+
}
|
|
533
|
+
},
|
|
534
|
+
"indexType": {
|
|
535
|
+
"type": "jsLiteral",
|
|
536
|
+
"value": "value"
|
|
537
|
+
}
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"name": "placeholder",
|
|
542
|
+
"annotation": {
|
|
543
|
+
"type": "keyword",
|
|
544
|
+
"value": "string"
|
|
545
|
+
}
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"name": "multiple",
|
|
549
|
+
"annotation": {
|
|
550
|
+
"type": "keyword",
|
|
551
|
+
"value": "boolean"
|
|
552
|
+
}
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"name": "disabled",
|
|
556
|
+
"annotation": {
|
|
557
|
+
"type": "keyword",
|
|
558
|
+
"value": "boolean"
|
|
559
|
+
}
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"name": "checkable",
|
|
563
|
+
"annotation": {
|
|
564
|
+
"type": "keyword",
|
|
565
|
+
"value": "boolean"
|
|
566
|
+
}
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"name": "allowClear",
|
|
570
|
+
"annotation": {
|
|
571
|
+
"type": "keyword",
|
|
572
|
+
"value": "boolean"
|
|
573
|
+
}
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"name": "loading",
|
|
577
|
+
"annotation": {
|
|
578
|
+
"type": "keyword",
|
|
579
|
+
"value": "boolean"
|
|
580
|
+
}
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"name": "filterTreeNode",
|
|
584
|
+
"annotation": {
|
|
585
|
+
"type": "indexedAccess",
|
|
586
|
+
"objectType": {
|
|
587
|
+
"type": "reference",
|
|
588
|
+
"typeName": {
|
|
589
|
+
"type": "identifier",
|
|
590
|
+
"name": "AntdTreeSelectProps"
|
|
591
|
+
}
|
|
592
|
+
},
|
|
593
|
+
"indexType": {
|
|
594
|
+
"type": "jsLiteral",
|
|
595
|
+
"value": "filterTreeNode"
|
|
596
|
+
}
|
|
597
|
+
}
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"name": "showSearch",
|
|
601
|
+
"annotation": {
|
|
602
|
+
"type": "keyword",
|
|
603
|
+
"value": "boolean"
|
|
604
|
+
}
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"name": "suffixIcon",
|
|
608
|
+
"annotation": {
|
|
609
|
+
"type": "reference",
|
|
610
|
+
"typeName": {
|
|
611
|
+
"type": "identifier",
|
|
612
|
+
"name": "GeneralIconProps"
|
|
613
|
+
}
|
|
614
|
+
}
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"name": "popupPlacement",
|
|
618
|
+
"annotation": {
|
|
619
|
+
"type": "indexedAccess",
|
|
620
|
+
"objectType": {
|
|
621
|
+
"type": "reference",
|
|
622
|
+
"typeName": {
|
|
623
|
+
"type": "identifier",
|
|
624
|
+
"name": "AntdTreeSelectProps"
|
|
625
|
+
}
|
|
626
|
+
},
|
|
627
|
+
"indexType": {
|
|
628
|
+
"type": "jsLiteral",
|
|
629
|
+
"value": "placement"
|
|
630
|
+
}
|
|
631
|
+
}
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"name": "size",
|
|
635
|
+
"annotation": {
|
|
636
|
+
"type": "indexedAccess",
|
|
637
|
+
"objectType": {
|
|
638
|
+
"type": "reference",
|
|
639
|
+
"typeName": {
|
|
640
|
+
"type": "identifier",
|
|
641
|
+
"name": "AntdTreeSelectProps"
|
|
642
|
+
}
|
|
643
|
+
},
|
|
644
|
+
"indexType": {
|
|
645
|
+
"type": "jsLiteral",
|
|
646
|
+
"value": "size"
|
|
647
|
+
}
|
|
648
|
+
}
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"name": "maxTagCount",
|
|
652
|
+
"annotation": {
|
|
653
|
+
"type": "union",
|
|
654
|
+
"types": [
|
|
655
|
+
{
|
|
656
|
+
"type": "keyword",
|
|
657
|
+
"value": "number"
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"type": "jsLiteral",
|
|
661
|
+
"value": "responsive"
|
|
662
|
+
}
|
|
663
|
+
]
|
|
664
|
+
}
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"name": "dropdownStyle",
|
|
668
|
+
"annotation": {
|
|
669
|
+
"type": "reference",
|
|
670
|
+
"typeName": {
|
|
671
|
+
"type": "identifier",
|
|
672
|
+
"name": "CSSProperties"
|
|
673
|
+
}
|
|
674
|
+
}
|
|
675
|
+
}
|
|
676
|
+
],
|
|
677
|
+
"events": [
|
|
678
|
+
{
|
|
679
|
+
"name": "change",
|
|
680
|
+
"detail": {
|
|
681
|
+
"annotation": {
|
|
682
|
+
"type": "typeLiteral",
|
|
683
|
+
"members": [
|
|
684
|
+
{
|
|
685
|
+
"type": "propertySignature",
|
|
686
|
+
"key": {
|
|
687
|
+
"type": "identifier",
|
|
688
|
+
"name": "value"
|
|
689
|
+
},
|
|
690
|
+
"annotation": {
|
|
691
|
+
"type": "indexedAccess",
|
|
692
|
+
"objectType": {
|
|
693
|
+
"type": "reference",
|
|
694
|
+
"typeName": {
|
|
695
|
+
"type": "identifier",
|
|
696
|
+
"name": "AntdTreeSelectProps"
|
|
697
|
+
}
|
|
698
|
+
},
|
|
699
|
+
"indexType": {
|
|
700
|
+
"type": "jsLiteral",
|
|
701
|
+
"value": "value"
|
|
702
|
+
}
|
|
703
|
+
},
|
|
704
|
+
"computed": false
|
|
705
|
+
}
|
|
706
|
+
]
|
|
707
|
+
}
|
|
708
|
+
}
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"name": "search",
|
|
712
|
+
"detail": {
|
|
713
|
+
"annotation": {
|
|
714
|
+
"type": "keyword",
|
|
715
|
+
"value": "string"
|
|
716
|
+
}
|
|
717
|
+
}
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"name": "select",
|
|
721
|
+
"detail": {
|
|
722
|
+
"annotation": {
|
|
723
|
+
"type": "typeLiteral",
|
|
724
|
+
"members": [
|
|
725
|
+
{
|
|
726
|
+
"type": "propertySignature",
|
|
727
|
+
"key": {
|
|
728
|
+
"type": "identifier",
|
|
729
|
+
"name": "value"
|
|
730
|
+
},
|
|
731
|
+
"annotation": {
|
|
732
|
+
"type": "indexedAccess",
|
|
733
|
+
"objectType": {
|
|
734
|
+
"type": "reference",
|
|
735
|
+
"typeName": {
|
|
736
|
+
"type": "identifier",
|
|
737
|
+
"name": "AntdTreeSelectProps"
|
|
738
|
+
}
|
|
739
|
+
},
|
|
740
|
+
"indexType": {
|
|
741
|
+
"type": "jsLiteral",
|
|
742
|
+
"value": "value"
|
|
743
|
+
}
|
|
744
|
+
},
|
|
745
|
+
"computed": false
|
|
746
|
+
}
|
|
747
|
+
]
|
|
748
|
+
}
|
|
749
|
+
}
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"name": "expand",
|
|
753
|
+
"detail": {
|
|
754
|
+
"annotation": {
|
|
755
|
+
"type": "typeLiteral",
|
|
756
|
+
"members": [
|
|
757
|
+
{
|
|
758
|
+
"type": "propertySignature",
|
|
759
|
+
"key": {
|
|
760
|
+
"type": "identifier",
|
|
761
|
+
"name": "keys"
|
|
762
|
+
},
|
|
763
|
+
"annotation": {
|
|
764
|
+
"type": "array",
|
|
765
|
+
"elementType": {
|
|
766
|
+
"type": "reference",
|
|
767
|
+
"typeName": {
|
|
768
|
+
"type": "qualifiedName",
|
|
769
|
+
"left": {
|
|
770
|
+
"type": "identifier",
|
|
771
|
+
"name": "React"
|
|
772
|
+
},
|
|
773
|
+
"right": {
|
|
774
|
+
"type": "identifier",
|
|
775
|
+
"name": "Key"
|
|
776
|
+
}
|
|
777
|
+
}
|
|
778
|
+
}
|
|
779
|
+
},
|
|
780
|
+
"computed": false
|
|
781
|
+
}
|
|
782
|
+
]
|
|
720
783
|
}
|
|
721
|
-
|
|
784
|
+
}
|
|
722
785
|
}
|
|
723
|
-
]
|
|
786
|
+
],
|
|
787
|
+
"methods": []
|
|
724
788
|
},
|
|
725
|
-
"eo-
|
|
789
|
+
"eo-text-tooltip": {
|
|
790
|
+
"properties": [
|
|
791
|
+
{
|
|
792
|
+
"name": "label",
|
|
793
|
+
"annotation": {
|
|
794
|
+
"type": "keyword",
|
|
795
|
+
"value": "string"
|
|
796
|
+
}
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"name": "lineClamp",
|
|
800
|
+
"annotation": {
|
|
801
|
+
"type": "keyword",
|
|
802
|
+
"value": "number"
|
|
803
|
+
}
|
|
804
|
+
}
|
|
805
|
+
],
|
|
806
|
+
"events": [],
|
|
807
|
+
"methods": []
|
|
808
|
+
},
|
|
809
|
+
"eo-cascader": {
|
|
726
810
|
"properties": [
|
|
727
811
|
{
|
|
728
812
|
"name": "name",
|
|
@@ -746,36 +830,19 @@
|
|
|
746
830
|
}
|
|
747
831
|
},
|
|
748
832
|
{
|
|
749
|
-
"name": "
|
|
833
|
+
"name": "options",
|
|
750
834
|
"annotation": {
|
|
751
835
|
"type": "indexedAccess",
|
|
752
836
|
"objectType": {
|
|
753
837
|
"type": "reference",
|
|
754
838
|
"typeName": {
|
|
755
839
|
"type": "identifier",
|
|
756
|
-
"name": "
|
|
840
|
+
"name": "AntdCascaderProps"
|
|
757
841
|
}
|
|
758
842
|
},
|
|
759
843
|
"indexType": {
|
|
760
844
|
"type": "jsLiteral",
|
|
761
|
-
"value": "
|
|
762
|
-
}
|
|
763
|
-
}
|
|
764
|
-
},
|
|
765
|
-
{
|
|
766
|
-
"name": "treeDefaultExpandAll",
|
|
767
|
-
"annotation": {
|
|
768
|
-
"type": "keyword",
|
|
769
|
-
"value": "boolean"
|
|
770
|
-
}
|
|
771
|
-
},
|
|
772
|
-
{
|
|
773
|
-
"name": "treeExpandedKeys",
|
|
774
|
-
"annotation": {
|
|
775
|
-
"type": "array",
|
|
776
|
-
"elementType": {
|
|
777
|
-
"type": "keyword",
|
|
778
|
-
"value": "string"
|
|
845
|
+
"value": "options"
|
|
779
846
|
}
|
|
780
847
|
}
|
|
781
848
|
},
|
|
@@ -787,7 +854,7 @@
|
|
|
787
854
|
"type": "reference",
|
|
788
855
|
"typeName": {
|
|
789
856
|
"type": "identifier",
|
|
790
|
-
"name": "
|
|
857
|
+
"name": "AntdCascaderProps"
|
|
791
858
|
}
|
|
792
859
|
},
|
|
793
860
|
"indexType": {
|
|
@@ -804,7 +871,7 @@
|
|
|
804
871
|
"type": "reference",
|
|
805
872
|
"typeName": {
|
|
806
873
|
"type": "identifier",
|
|
807
|
-
"name": "
|
|
874
|
+
"name": "AntdCascaderProps"
|
|
808
875
|
}
|
|
809
876
|
},
|
|
810
877
|
"indexType": {
|
|
@@ -835,57 +902,43 @@
|
|
|
835
902
|
}
|
|
836
903
|
},
|
|
837
904
|
{
|
|
838
|
-
"name": "
|
|
905
|
+
"name": "allowClear",
|
|
839
906
|
"annotation": {
|
|
840
907
|
"type": "keyword",
|
|
841
908
|
"value": "boolean"
|
|
842
909
|
}
|
|
843
910
|
},
|
|
844
911
|
{
|
|
845
|
-
"name": "
|
|
912
|
+
"name": "showSearch",
|
|
846
913
|
"annotation": {
|
|
847
914
|
"type": "keyword",
|
|
848
915
|
"value": "boolean"
|
|
849
916
|
}
|
|
850
917
|
},
|
|
851
918
|
{
|
|
852
|
-
"name": "
|
|
919
|
+
"name": "suffixIcon",
|
|
853
920
|
"annotation": {
|
|
854
|
-
"type": "
|
|
855
|
-
"
|
|
921
|
+
"type": "reference",
|
|
922
|
+
"typeName": {
|
|
923
|
+
"type": "identifier",
|
|
924
|
+
"name": "GeneralIconProps"
|
|
925
|
+
}
|
|
856
926
|
}
|
|
857
927
|
},
|
|
858
928
|
{
|
|
859
|
-
"name": "
|
|
929
|
+
"name": "expandTrigger",
|
|
860
930
|
"annotation": {
|
|
861
931
|
"type": "indexedAccess",
|
|
862
932
|
"objectType": {
|
|
863
933
|
"type": "reference",
|
|
864
934
|
"typeName": {
|
|
865
935
|
"type": "identifier",
|
|
866
|
-
"name": "
|
|
936
|
+
"name": "AntdCascaderProps"
|
|
867
937
|
}
|
|
868
938
|
},
|
|
869
939
|
"indexType": {
|
|
870
940
|
"type": "jsLiteral",
|
|
871
|
-
"value": "
|
|
872
|
-
}
|
|
873
|
-
}
|
|
874
|
-
},
|
|
875
|
-
{
|
|
876
|
-
"name": "showSearch",
|
|
877
|
-
"annotation": {
|
|
878
|
-
"type": "keyword",
|
|
879
|
-
"value": "boolean"
|
|
880
|
-
}
|
|
881
|
-
},
|
|
882
|
-
{
|
|
883
|
-
"name": "suffixIcon",
|
|
884
|
-
"annotation": {
|
|
885
|
-
"type": "reference",
|
|
886
|
-
"typeName": {
|
|
887
|
-
"type": "identifier",
|
|
888
|
-
"name": "GeneralIconProps"
|
|
941
|
+
"value": "expandTrigger"
|
|
889
942
|
}
|
|
890
943
|
}
|
|
891
944
|
},
|
|
@@ -897,7 +950,7 @@
|
|
|
897
950
|
"type": "reference",
|
|
898
951
|
"typeName": {
|
|
899
952
|
"type": "identifier",
|
|
900
|
-
"name": "
|
|
953
|
+
"name": "AntdCascaderProps"
|
|
901
954
|
}
|
|
902
955
|
},
|
|
903
956
|
"indexType": {
|
|
@@ -914,7 +967,7 @@
|
|
|
914
967
|
"type": "reference",
|
|
915
968
|
"typeName": {
|
|
916
969
|
"type": "identifier",
|
|
917
|
-
"name": "
|
|
970
|
+
"name": "AntdCascaderProps"
|
|
918
971
|
}
|
|
919
972
|
},
|
|
920
973
|
"indexType": {
|
|
@@ -923,6 +976,13 @@
|
|
|
923
976
|
}
|
|
924
977
|
}
|
|
925
978
|
},
|
|
979
|
+
{
|
|
980
|
+
"name": "limit",
|
|
981
|
+
"annotation": {
|
|
982
|
+
"type": "keyword",
|
|
983
|
+
"value": "number"
|
|
984
|
+
}
|
|
985
|
+
},
|
|
926
986
|
{
|
|
927
987
|
"name": "maxTagCount",
|
|
928
988
|
"annotation": {
|
|
@@ -940,7 +1000,7 @@
|
|
|
940
1000
|
}
|
|
941
1001
|
},
|
|
942
1002
|
{
|
|
943
|
-
"name": "
|
|
1003
|
+
"name": "cascaderStyle",
|
|
944
1004
|
"annotation": {
|
|
945
1005
|
"type": "reference",
|
|
946
1006
|
"typeName": {
|
|
@@ -952,48 +1012,7 @@
|
|
|
952
1012
|
],
|
|
953
1013
|
"events": [
|
|
954
1014
|
{
|
|
955
|
-
"name": "change",
|
|
956
|
-
"detail": {
|
|
957
|
-
"annotation": {
|
|
958
|
-
"type": "typeLiteral",
|
|
959
|
-
"members": [
|
|
960
|
-
{
|
|
961
|
-
"type": "propertySignature",
|
|
962
|
-
"key": {
|
|
963
|
-
"type": "identifier",
|
|
964
|
-
"name": "value"
|
|
965
|
-
},
|
|
966
|
-
"annotation": {
|
|
967
|
-
"type": "indexedAccess",
|
|
968
|
-
"objectType": {
|
|
969
|
-
"type": "reference",
|
|
970
|
-
"typeName": {
|
|
971
|
-
"type": "identifier",
|
|
972
|
-
"name": "AntdTreeSelectProps"
|
|
973
|
-
}
|
|
974
|
-
},
|
|
975
|
-
"indexType": {
|
|
976
|
-
"type": "jsLiteral",
|
|
977
|
-
"value": "value"
|
|
978
|
-
}
|
|
979
|
-
},
|
|
980
|
-
"computed": false
|
|
981
|
-
}
|
|
982
|
-
]
|
|
983
|
-
}
|
|
984
|
-
}
|
|
985
|
-
},
|
|
986
|
-
{
|
|
987
|
-
"name": "search",
|
|
988
|
-
"detail": {
|
|
989
|
-
"annotation": {
|
|
990
|
-
"type": "keyword",
|
|
991
|
-
"value": "string"
|
|
992
|
-
}
|
|
993
|
-
}
|
|
994
|
-
},
|
|
995
|
-
{
|
|
996
|
-
"name": "select",
|
|
1015
|
+
"name": "cascader.change",
|
|
997
1016
|
"detail": {
|
|
998
1017
|
"annotation": {
|
|
999
1018
|
"type": "typeLiteral",
|
|
@@ -1010,7 +1029,7 @@
|
|
|
1010
1029
|
"type": "reference",
|
|
1011
1030
|
"typeName": {
|
|
1012
1031
|
"type": "identifier",
|
|
1013
|
-
"name": "
|
|
1032
|
+
"name": "AntdCascaderProps"
|
|
1014
1033
|
}
|
|
1015
1034
|
},
|
|
1016
1035
|
"indexType": {
|
|
@@ -1019,39 +1038,40 @@
|
|
|
1019
1038
|
}
|
|
1020
1039
|
},
|
|
1021
1040
|
"computed": false
|
|
1022
|
-
}
|
|
1023
|
-
]
|
|
1024
|
-
}
|
|
1025
|
-
}
|
|
1026
|
-
},
|
|
1027
|
-
{
|
|
1028
|
-
"name": "expand",
|
|
1029
|
-
"detail": {
|
|
1030
|
-
"annotation": {
|
|
1031
|
-
"type": "typeLiteral",
|
|
1032
|
-
"members": [
|
|
1041
|
+
},
|
|
1033
1042
|
{
|
|
1034
1043
|
"type": "propertySignature",
|
|
1035
1044
|
"key": {
|
|
1036
1045
|
"type": "identifier",
|
|
1037
|
-
"name": "
|
|
1046
|
+
"name": "selectedOptions"
|
|
1038
1047
|
},
|
|
1039
1048
|
"annotation": {
|
|
1040
|
-
"type": "
|
|
1041
|
-
"
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
"
|
|
1045
|
-
|
|
1046
|
-
"
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1049
|
+
"type": "union",
|
|
1050
|
+
"types": [
|
|
1051
|
+
{
|
|
1052
|
+
"type": "array",
|
|
1053
|
+
"elementType": {
|
|
1054
|
+
"type": "reference",
|
|
1055
|
+
"typeName": {
|
|
1056
|
+
"type": "identifier",
|
|
1057
|
+
"name": "DefaultOptionType"
|
|
1058
|
+
}
|
|
1059
|
+
}
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
"type": "array",
|
|
1063
|
+
"elementType": {
|
|
1064
|
+
"type": "array",
|
|
1065
|
+
"elementType": {
|
|
1066
|
+
"type": "reference",
|
|
1067
|
+
"typeName": {
|
|
1068
|
+
"type": "identifier",
|
|
1069
|
+
"name": "DefaultOptionType"
|
|
1070
|
+
}
|
|
1071
|
+
}
|
|
1052
1072
|
}
|
|
1053
1073
|
}
|
|
1054
|
-
|
|
1074
|
+
]
|
|
1055
1075
|
},
|
|
1056
1076
|
"computed": false
|
|
1057
1077
|
}
|
|
@@ -1062,26 +1082,6 @@
|
|
|
1062
1082
|
],
|
|
1063
1083
|
"methods": []
|
|
1064
1084
|
},
|
|
1065
|
-
"eo-text-tooltip": {
|
|
1066
|
-
"properties": [
|
|
1067
|
-
{
|
|
1068
|
-
"name": "label",
|
|
1069
|
-
"annotation": {
|
|
1070
|
-
"type": "keyword",
|
|
1071
|
-
"value": "string"
|
|
1072
|
-
}
|
|
1073
|
-
},
|
|
1074
|
-
{
|
|
1075
|
-
"name": "lineClamp",
|
|
1076
|
-
"annotation": {
|
|
1077
|
-
"type": "keyword",
|
|
1078
|
-
"value": "number"
|
|
1079
|
-
}
|
|
1080
|
-
}
|
|
1081
|
-
],
|
|
1082
|
-
"events": [],
|
|
1083
|
-
"methods": []
|
|
1084
|
-
},
|
|
1085
1085
|
"advanced.pdf-viewer": {
|
|
1086
1086
|
"properties": [
|
|
1087
1087
|
{
|