@next-bricks/advanced 0.41.1 → 0.41.2
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 +16 -16
- package/dist/chunks/2197.c6d8b8c3.js +2 -0
- package/dist/chunks/2197.c6d8b8c3.js.map +1 -0
- package/dist/chunks/5479.4f80837b.js +2 -0
- package/dist/chunks/5479.4f80837b.js.map +1 -0
- package/dist/chunks/eo-next-table.2c4ff2b3.js +2 -0
- package/dist/chunks/eo-next-table.2c4ff2b3.js.map +1 -0
- package/dist/chunks/{main.0cd1494b.js → main.ed9e0660.js} +2 -2
- package/dist/chunks/{main.0cd1494b.js.map → main.ed9e0660.js.map} +1 -1
- package/dist/examples.json +6 -6
- package/dist/{index.3844b20a.js → index.43e3b3f0.js} +2 -2
- package/dist/{index.3844b20a.js.map → index.43e3b3f0.js.map} +1 -1
- package/dist/manifest.json +375 -370
- package/dist/types.json +515 -508
- package/dist-types/next-table/Table.d.ts +1 -0
- package/dist-types/next-table/index.d.ts +4 -0
- package/package.json +2 -2
- package/dist/chunks/2197.2385bc67.js +0 -2
- package/dist/chunks/2197.2385bc67.js.map +0 -1
- package/dist/chunks/5479.00620ca0.js +0 -2
- package/dist/chunks/5479.00620ca0.js.map +0 -1
- package/dist/chunks/eo-next-table.edd61270.js +0 -2
- package/dist/chunks/eo-next-table.edd61270.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -1,211 +1,115 @@
|
|
|
1
1
|
{
|
|
2
|
-
"eo-
|
|
2
|
+
"eo-workbench-layout-v2": {
|
|
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": "
|
|
19
|
+
"name": "layouts",
|
|
27
20
|
"annotation": {
|
|
28
|
-
"type": "
|
|
29
|
-
"
|
|
21
|
+
"type": "array",
|
|
22
|
+
"elementType": {
|
|
30
23
|
"type": "reference",
|
|
31
24
|
"typeName": {
|
|
32
25
|
"type": "identifier",
|
|
33
|
-
"name": "
|
|
26
|
+
"name": "Layout"
|
|
34
27
|
}
|
|
35
|
-
},
|
|
36
|
-
"indexType": {
|
|
37
|
-
"type": "jsLiteral",
|
|
38
|
-
"value": "options"
|
|
39
28
|
}
|
|
40
29
|
}
|
|
41
30
|
},
|
|
42
31
|
{
|
|
43
|
-
"name": "
|
|
32
|
+
"name": "toolbarBricks",
|
|
44
33
|
"annotation": {
|
|
45
|
-
"type": "
|
|
46
|
-
"
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
"
|
|
50
|
-
|
|
34
|
+
"type": "typeLiteral",
|
|
35
|
+
"members": [
|
|
36
|
+
{
|
|
37
|
+
"type": "propertySignature",
|
|
38
|
+
"key": {
|
|
39
|
+
"type": "identifier",
|
|
40
|
+
"name": "useBrick"
|
|
41
|
+
},
|
|
42
|
+
"annotation": {
|
|
43
|
+
"type": "array",
|
|
44
|
+
"elementType": {
|
|
45
|
+
"type": "reference",
|
|
46
|
+
"typeName": {
|
|
47
|
+
"type": "identifier",
|
|
48
|
+
"name": "UseSingleBrickConf"
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"computed": false
|
|
51
53
|
}
|
|
52
|
-
|
|
53
|
-
"indexType": {
|
|
54
|
-
"type": "jsLiteral",
|
|
55
|
-
"value": "fieldNames"
|
|
56
|
-
}
|
|
54
|
+
]
|
|
57
55
|
}
|
|
58
56
|
},
|
|
59
57
|
{
|
|
60
|
-
"name": "
|
|
58
|
+
"name": "componentList",
|
|
61
59
|
"annotation": {
|
|
62
|
-
"type": "
|
|
63
|
-
"
|
|
60
|
+
"type": "array",
|
|
61
|
+
"elementType": {
|
|
64
62
|
"type": "reference",
|
|
65
63
|
"typeName": {
|
|
66
64
|
"type": "identifier",
|
|
67
|
-
"name": "
|
|
65
|
+
"name": "Item"
|
|
68
66
|
}
|
|
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
67
|
}
|
|
119
68
|
}
|
|
120
|
-
}
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
"events": [
|
|
121
72
|
{
|
|
122
|
-
"name": "
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
|
|
126
|
-
"
|
|
127
|
-
|
|
128
|
-
"
|
|
129
|
-
|
|
73
|
+
"name": "change",
|
|
74
|
+
"detail": {
|
|
75
|
+
"annotation": {
|
|
76
|
+
"type": "array",
|
|
77
|
+
"elementType": {
|
|
78
|
+
"type": "reference",
|
|
79
|
+
"typeName": {
|
|
80
|
+
"type": "identifier",
|
|
81
|
+
"name": "Layout"
|
|
82
|
+
}
|
|
130
83
|
}
|
|
131
|
-
},
|
|
132
|
-
"indexType": {
|
|
133
|
-
"type": "jsLiteral",
|
|
134
|
-
"value": "expandTrigger"
|
|
135
84
|
}
|
|
136
85
|
}
|
|
137
86
|
},
|
|
138
87
|
{
|
|
139
|
-
"name": "
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
|
|
143
|
-
"
|
|
144
|
-
|
|
145
|
-
"
|
|
146
|
-
|
|
88
|
+
"name": "save",
|
|
89
|
+
"detail": {
|
|
90
|
+
"annotation": {
|
|
91
|
+
"type": "array",
|
|
92
|
+
"elementType": {
|
|
93
|
+
"type": "reference",
|
|
94
|
+
"typeName": {
|
|
95
|
+
"type": "identifier",
|
|
96
|
+
"name": "Layout"
|
|
97
|
+
}
|
|
147
98
|
}
|
|
148
|
-
},
|
|
149
|
-
"indexType": {
|
|
150
|
-
"type": "jsLiteral",
|
|
151
|
-
"value": "placement"
|
|
152
99
|
}
|
|
153
100
|
}
|
|
154
101
|
},
|
|
155
102
|
{
|
|
156
|
-
"name": "
|
|
157
|
-
"
|
|
158
|
-
"
|
|
159
|
-
|
|
160
|
-
"
|
|
161
|
-
"typeName": {
|
|
162
|
-
"type": "identifier",
|
|
163
|
-
"name": "AntdCascaderProps"
|
|
164
|
-
}
|
|
165
|
-
},
|
|
166
|
-
"indexType": {
|
|
167
|
-
"type": "jsLiteral",
|
|
168
|
-
"value": "size"
|
|
103
|
+
"name": "cancel",
|
|
104
|
+
"detail": {
|
|
105
|
+
"annotation": {
|
|
106
|
+
"type": "keyword",
|
|
107
|
+
"value": "void"
|
|
169
108
|
}
|
|
170
109
|
}
|
|
171
110
|
},
|
|
172
111
|
{
|
|
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",
|
|
112
|
+
"name": "action.click",
|
|
209
113
|
"detail": {
|
|
210
114
|
"annotation": {
|
|
211
115
|
"type": "typeLiteral",
|
|
@@ -214,20 +118,13 @@
|
|
|
214
118
|
"type": "propertySignature",
|
|
215
119
|
"key": {
|
|
216
120
|
"type": "identifier",
|
|
217
|
-
"name": "
|
|
121
|
+
"name": "action"
|
|
218
122
|
},
|
|
219
123
|
"annotation": {
|
|
220
|
-
"type": "
|
|
221
|
-
"
|
|
222
|
-
"type": "
|
|
223
|
-
"
|
|
224
|
-
"type": "identifier",
|
|
225
|
-
"name": "AntdCascaderProps"
|
|
226
|
-
}
|
|
227
|
-
},
|
|
228
|
-
"indexType": {
|
|
229
|
-
"type": "jsLiteral",
|
|
230
|
-
"value": "value"
|
|
124
|
+
"type": "reference",
|
|
125
|
+
"typeName": {
|
|
126
|
+
"type": "identifier",
|
|
127
|
+
"name": "SimpleAction"
|
|
231
128
|
}
|
|
232
129
|
},
|
|
233
130
|
"computed": false
|
|
@@ -236,180 +133,7 @@
|
|
|
236
133
|
"type": "propertySignature",
|
|
237
134
|
"key": {
|
|
238
135
|
"type": "identifier",
|
|
239
|
-
"name": "
|
|
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-workbench-layout-v2": {
|
|
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": "toolbarBricks",
|
|
309
|
-
"annotation": {
|
|
310
|
-
"type": "typeLiteral",
|
|
311
|
-
"members": [
|
|
312
|
-
{
|
|
313
|
-
"type": "propertySignature",
|
|
314
|
-
"key": {
|
|
315
|
-
"type": "identifier",
|
|
316
|
-
"name": "useBrick"
|
|
317
|
-
},
|
|
318
|
-
"annotation": {
|
|
319
|
-
"type": "array",
|
|
320
|
-
"elementType": {
|
|
321
|
-
"type": "reference",
|
|
322
|
-
"typeName": {
|
|
323
|
-
"type": "identifier",
|
|
324
|
-
"name": "UseSingleBrickConf"
|
|
325
|
-
}
|
|
326
|
-
}
|
|
327
|
-
},
|
|
328
|
-
"computed": false
|
|
329
|
-
}
|
|
330
|
-
]
|
|
331
|
-
}
|
|
332
|
-
},
|
|
333
|
-
{
|
|
334
|
-
"name": "componentList",
|
|
335
|
-
"annotation": {
|
|
336
|
-
"type": "array",
|
|
337
|
-
"elementType": {
|
|
338
|
-
"type": "reference",
|
|
339
|
-
"typeName": {
|
|
340
|
-
"type": "identifier",
|
|
341
|
-
"name": "Item"
|
|
342
|
-
}
|
|
343
|
-
}
|
|
344
|
-
}
|
|
345
|
-
}
|
|
346
|
-
],
|
|
347
|
-
"events": [
|
|
348
|
-
{
|
|
349
|
-
"name": "change",
|
|
350
|
-
"detail": {
|
|
351
|
-
"annotation": {
|
|
352
|
-
"type": "array",
|
|
353
|
-
"elementType": {
|
|
354
|
-
"type": "reference",
|
|
355
|
-
"typeName": {
|
|
356
|
-
"type": "identifier",
|
|
357
|
-
"name": "Layout"
|
|
358
|
-
}
|
|
359
|
-
}
|
|
360
|
-
}
|
|
361
|
-
}
|
|
362
|
-
},
|
|
363
|
-
{
|
|
364
|
-
"name": "save",
|
|
365
|
-
"detail": {
|
|
366
|
-
"annotation": {
|
|
367
|
-
"type": "array",
|
|
368
|
-
"elementType": {
|
|
369
|
-
"type": "reference",
|
|
370
|
-
"typeName": {
|
|
371
|
-
"type": "identifier",
|
|
372
|
-
"name": "Layout"
|
|
373
|
-
}
|
|
374
|
-
}
|
|
375
|
-
}
|
|
376
|
-
}
|
|
377
|
-
},
|
|
378
|
-
{
|
|
379
|
-
"name": "cancel",
|
|
380
|
-
"detail": {
|
|
381
|
-
"annotation": {
|
|
382
|
-
"type": "keyword",
|
|
383
|
-
"value": "void"
|
|
384
|
-
}
|
|
385
|
-
}
|
|
386
|
-
},
|
|
387
|
-
{
|
|
388
|
-
"name": "action.click",
|
|
389
|
-
"detail": {
|
|
390
|
-
"annotation": {
|
|
391
|
-
"type": "typeLiteral",
|
|
392
|
-
"members": [
|
|
393
|
-
{
|
|
394
|
-
"type": "propertySignature",
|
|
395
|
-
"key": {
|
|
396
|
-
"type": "identifier",
|
|
397
|
-
"name": "action"
|
|
398
|
-
},
|
|
399
|
-
"annotation": {
|
|
400
|
-
"type": "reference",
|
|
401
|
-
"typeName": {
|
|
402
|
-
"type": "identifier",
|
|
403
|
-
"name": "SimpleAction"
|
|
404
|
-
}
|
|
405
|
-
},
|
|
406
|
-
"computed": false
|
|
407
|
-
},
|
|
408
|
-
{
|
|
409
|
-
"type": "propertySignature",
|
|
410
|
-
"key": {
|
|
411
|
-
"type": "identifier",
|
|
412
|
-
"name": "layouts"
|
|
136
|
+
"name": "layouts"
|
|
413
137
|
},
|
|
414
138
|
"annotation": {
|
|
415
139
|
"type": "array",
|
|
@@ -535,91 +259,213 @@
|
|
|
535
259
|
}
|
|
536
260
|
]
|
|
537
261
|
},
|
|
538
|
-
"eo-
|
|
262
|
+
"eo-cascader": {
|
|
539
263
|
"properties": [
|
|
540
264
|
{
|
|
541
|
-
"name": "
|
|
265
|
+
"name": "name",
|
|
542
266
|
"annotation": {
|
|
543
267
|
"type": "keyword",
|
|
544
268
|
"value": "string"
|
|
545
269
|
}
|
|
546
270
|
},
|
|
547
271
|
{
|
|
548
|
-
"name": "
|
|
272
|
+
"name": "label",
|
|
273
|
+
"annotation": {
|
|
274
|
+
"type": "keyword",
|
|
275
|
+
"value": "string"
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"name": "required",
|
|
549
280
|
"annotation": {
|
|
550
281
|
"type": "keyword",
|
|
551
282
|
"value": "boolean"
|
|
552
283
|
}
|
|
553
284
|
},
|
|
554
285
|
{
|
|
555
|
-
"name": "
|
|
286
|
+
"name": "options",
|
|
556
287
|
"annotation": {
|
|
557
|
-
"type": "
|
|
558
|
-
"
|
|
288
|
+
"type": "indexedAccess",
|
|
289
|
+
"objectType": {
|
|
559
290
|
"type": "reference",
|
|
560
291
|
"typeName": {
|
|
561
292
|
"type": "identifier",
|
|
562
|
-
"name": "
|
|
293
|
+
"name": "AntdCascaderProps"
|
|
563
294
|
}
|
|
295
|
+
},
|
|
296
|
+
"indexType": {
|
|
297
|
+
"type": "jsLiteral",
|
|
298
|
+
"value": "options"
|
|
564
299
|
}
|
|
565
300
|
}
|
|
566
301
|
},
|
|
567
302
|
{
|
|
568
|
-
"name": "
|
|
303
|
+
"name": "fieldNames",
|
|
569
304
|
"annotation": {
|
|
570
|
-
"type": "
|
|
571
|
-
"
|
|
305
|
+
"type": "indexedAccess",
|
|
306
|
+
"objectType": {
|
|
572
307
|
"type": "reference",
|
|
573
308
|
"typeName": {
|
|
574
309
|
"type": "identifier",
|
|
575
|
-
"name": "
|
|
310
|
+
"name": "AntdCascaderProps"
|
|
576
311
|
}
|
|
312
|
+
},
|
|
313
|
+
"indexType": {
|
|
314
|
+
"type": "jsLiteral",
|
|
315
|
+
"value": "fieldNames"
|
|
577
316
|
}
|
|
578
317
|
}
|
|
579
|
-
}
|
|
580
|
-
],
|
|
581
|
-
"events": [
|
|
318
|
+
},
|
|
582
319
|
{
|
|
583
|
-
"name": "
|
|
584
|
-
"
|
|
585
|
-
"
|
|
586
|
-
|
|
587
|
-
"
|
|
588
|
-
|
|
589
|
-
"
|
|
590
|
-
|
|
591
|
-
"name": "Layout"
|
|
592
|
-
}
|
|
320
|
+
"name": "value",
|
|
321
|
+
"annotation": {
|
|
322
|
+
"type": "indexedAccess",
|
|
323
|
+
"objectType": {
|
|
324
|
+
"type": "reference",
|
|
325
|
+
"typeName": {
|
|
326
|
+
"type": "identifier",
|
|
327
|
+
"name": "AntdCascaderProps"
|
|
593
328
|
}
|
|
329
|
+
},
|
|
330
|
+
"indexType": {
|
|
331
|
+
"type": "jsLiteral",
|
|
332
|
+
"value": "value"
|
|
594
333
|
}
|
|
595
334
|
}
|
|
596
335
|
},
|
|
597
336
|
{
|
|
598
|
-
"name": "
|
|
599
|
-
"
|
|
600
|
-
"
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
337
|
+
"name": "placeholder",
|
|
338
|
+
"annotation": {
|
|
339
|
+
"type": "keyword",
|
|
340
|
+
"value": "string"
|
|
341
|
+
}
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"name": "multiple",
|
|
345
|
+
"annotation": {
|
|
346
|
+
"type": "keyword",
|
|
347
|
+
"value": "boolean"
|
|
348
|
+
}
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"name": "disabled",
|
|
352
|
+
"annotation": {
|
|
353
|
+
"type": "keyword",
|
|
354
|
+
"value": "boolean"
|
|
355
|
+
}
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"name": "allowClear",
|
|
359
|
+
"annotation": {
|
|
360
|
+
"type": "keyword",
|
|
361
|
+
"value": "boolean"
|
|
362
|
+
}
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"name": "showSearch",
|
|
366
|
+
"annotation": {
|
|
367
|
+
"type": "keyword",
|
|
368
|
+
"value": "boolean"
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"name": "suffixIcon",
|
|
373
|
+
"annotation": {
|
|
374
|
+
"type": "reference",
|
|
375
|
+
"typeName": {
|
|
376
|
+
"type": "identifier",
|
|
377
|
+
"name": "GeneralIconProps"
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"name": "expandTrigger",
|
|
383
|
+
"annotation": {
|
|
384
|
+
"type": "indexedAccess",
|
|
385
|
+
"objectType": {
|
|
386
|
+
"type": "reference",
|
|
387
|
+
"typeName": {
|
|
388
|
+
"type": "identifier",
|
|
389
|
+
"name": "AntdCascaderProps"
|
|
608
390
|
}
|
|
391
|
+
},
|
|
392
|
+
"indexType": {
|
|
393
|
+
"type": "jsLiteral",
|
|
394
|
+
"value": "expandTrigger"
|
|
609
395
|
}
|
|
610
396
|
}
|
|
611
397
|
},
|
|
612
398
|
{
|
|
613
|
-
"name": "
|
|
614
|
-
"
|
|
615
|
-
"
|
|
616
|
-
|
|
617
|
-
"
|
|
399
|
+
"name": "popupPlacement",
|
|
400
|
+
"annotation": {
|
|
401
|
+
"type": "indexedAccess",
|
|
402
|
+
"objectType": {
|
|
403
|
+
"type": "reference",
|
|
404
|
+
"typeName": {
|
|
405
|
+
"type": "identifier",
|
|
406
|
+
"name": "AntdCascaderProps"
|
|
407
|
+
}
|
|
408
|
+
},
|
|
409
|
+
"indexType": {
|
|
410
|
+
"type": "jsLiteral",
|
|
411
|
+
"value": "placement"
|
|
618
412
|
}
|
|
619
413
|
}
|
|
620
414
|
},
|
|
621
415
|
{
|
|
622
|
-
"name": "
|
|
416
|
+
"name": "size",
|
|
417
|
+
"annotation": {
|
|
418
|
+
"type": "indexedAccess",
|
|
419
|
+
"objectType": {
|
|
420
|
+
"type": "reference",
|
|
421
|
+
"typeName": {
|
|
422
|
+
"type": "identifier",
|
|
423
|
+
"name": "AntdCascaderProps"
|
|
424
|
+
}
|
|
425
|
+
},
|
|
426
|
+
"indexType": {
|
|
427
|
+
"type": "jsLiteral",
|
|
428
|
+
"value": "size"
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"name": "limit",
|
|
434
|
+
"annotation": {
|
|
435
|
+
"type": "keyword",
|
|
436
|
+
"value": "number"
|
|
437
|
+
}
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"name": "maxTagCount",
|
|
441
|
+
"annotation": {
|
|
442
|
+
"type": "union",
|
|
443
|
+
"types": [
|
|
444
|
+
{
|
|
445
|
+
"type": "keyword",
|
|
446
|
+
"value": "number"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"type": "jsLiteral",
|
|
450
|
+
"value": "responsive"
|
|
451
|
+
}
|
|
452
|
+
]
|
|
453
|
+
}
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"name": "cascaderStyle",
|
|
457
|
+
"annotation": {
|
|
458
|
+
"type": "reference",
|
|
459
|
+
"typeName": {
|
|
460
|
+
"type": "identifier",
|
|
461
|
+
"name": "CSSProperties"
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
],
|
|
466
|
+
"events": [
|
|
467
|
+
{
|
|
468
|
+
"name": "cascader.change",
|
|
623
469
|
"detail": {
|
|
624
470
|
"annotation": {
|
|
625
471
|
"type": "typeLiteral",
|
|
@@ -628,13 +474,20 @@
|
|
|
628
474
|
"type": "propertySignature",
|
|
629
475
|
"key": {
|
|
630
476
|
"type": "identifier",
|
|
631
|
-
"name": "
|
|
477
|
+
"name": "value"
|
|
632
478
|
},
|
|
633
479
|
"annotation": {
|
|
634
|
-
"type": "
|
|
635
|
-
"
|
|
636
|
-
"type": "
|
|
637
|
-
"
|
|
480
|
+
"type": "indexedAccess",
|
|
481
|
+
"objectType": {
|
|
482
|
+
"type": "reference",
|
|
483
|
+
"typeName": {
|
|
484
|
+
"type": "identifier",
|
|
485
|
+
"name": "AntdCascaderProps"
|
|
486
|
+
}
|
|
487
|
+
},
|
|
488
|
+
"indexType": {
|
|
489
|
+
"type": "jsLiteral",
|
|
490
|
+
"value": "value"
|
|
638
491
|
}
|
|
639
492
|
},
|
|
640
493
|
"computed": false
|
|
@@ -643,131 +496,44 @@
|
|
|
643
496
|
"type": "propertySignature",
|
|
644
497
|
"key": {
|
|
645
498
|
"type": "identifier",
|
|
646
|
-
"name": "
|
|
499
|
+
"name": "selectedOptions"
|
|
647
500
|
},
|
|
648
501
|
"annotation": {
|
|
649
|
-
"type": "
|
|
650
|
-
"
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
"
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
"name": "Layout"
|
|
678
|
-
}
|
|
679
|
-
}
|
|
680
|
-
}
|
|
681
|
-
}
|
|
682
|
-
],
|
|
683
|
-
"returns": {}
|
|
684
|
-
}
|
|
685
|
-
],
|
|
686
|
-
"types": [
|
|
687
|
-
{
|
|
688
|
-
"type": "interface",
|
|
689
|
-
"name": "Item",
|
|
690
|
-
"body": [
|
|
691
|
-
{
|
|
692
|
-
"type": "propertySignature",
|
|
693
|
-
"key": {
|
|
694
|
-
"type": "identifier",
|
|
695
|
-
"name": "position"
|
|
696
|
-
},
|
|
697
|
-
"annotation": {
|
|
698
|
-
"type": "reference",
|
|
699
|
-
"typeName": {
|
|
700
|
-
"type": "identifier",
|
|
701
|
-
"name": "Layout"
|
|
702
|
-
}
|
|
703
|
-
},
|
|
704
|
-
"computed": false
|
|
705
|
-
},
|
|
706
|
-
{
|
|
707
|
-
"type": "propertySignature",
|
|
708
|
-
"key": {
|
|
709
|
-
"type": "identifier",
|
|
710
|
-
"name": "key"
|
|
711
|
-
},
|
|
712
|
-
"annotation": {
|
|
713
|
-
"type": "keyword",
|
|
714
|
-
"value": "string"
|
|
715
|
-
},
|
|
716
|
-
"computed": false
|
|
717
|
-
},
|
|
718
|
-
{
|
|
719
|
-
"type": "propertySignature",
|
|
720
|
-
"key": {
|
|
721
|
-
"type": "identifier",
|
|
722
|
-
"name": "title"
|
|
723
|
-
},
|
|
724
|
-
"annotation": {
|
|
725
|
-
"type": "keyword",
|
|
726
|
-
"value": "string"
|
|
727
|
-
},
|
|
728
|
-
"computed": false
|
|
729
|
-
},
|
|
730
|
-
{
|
|
731
|
-
"type": "propertySignature",
|
|
732
|
-
"key": {
|
|
733
|
-
"type": "identifier",
|
|
734
|
-
"name": "style"
|
|
735
|
-
},
|
|
736
|
-
"annotation": {
|
|
737
|
-
"type": "reference",
|
|
738
|
-
"typeName": {
|
|
739
|
-
"type": "qualifiedName",
|
|
740
|
-
"left": {
|
|
741
|
-
"type": "identifier",
|
|
742
|
-
"name": "React"
|
|
743
|
-
},
|
|
744
|
-
"right": {
|
|
745
|
-
"type": "identifier",
|
|
746
|
-
"name": "CSSProperties"
|
|
747
|
-
}
|
|
748
|
-
}
|
|
749
|
-
},
|
|
750
|
-
"optional": true,
|
|
751
|
-
"computed": false
|
|
752
|
-
},
|
|
753
|
-
{
|
|
754
|
-
"type": "propertySignature",
|
|
755
|
-
"key": {
|
|
756
|
-
"type": "identifier",
|
|
757
|
-
"name": "useBrick"
|
|
758
|
-
},
|
|
759
|
-
"annotation": {
|
|
760
|
-
"type": "reference",
|
|
761
|
-
"typeName": {
|
|
762
|
-
"type": "identifier",
|
|
763
|
-
"name": "UseSingleBrickConf"
|
|
502
|
+
"type": "union",
|
|
503
|
+
"types": [
|
|
504
|
+
{
|
|
505
|
+
"type": "array",
|
|
506
|
+
"elementType": {
|
|
507
|
+
"type": "reference",
|
|
508
|
+
"typeName": {
|
|
509
|
+
"type": "identifier",
|
|
510
|
+
"name": "DefaultOptionType"
|
|
511
|
+
}
|
|
512
|
+
}
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"type": "array",
|
|
516
|
+
"elementType": {
|
|
517
|
+
"type": "array",
|
|
518
|
+
"elementType": {
|
|
519
|
+
"type": "reference",
|
|
520
|
+
"typeName": {
|
|
521
|
+
"type": "identifier",
|
|
522
|
+
"name": "DefaultOptionType"
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
]
|
|
528
|
+
},
|
|
529
|
+
"computed": false
|
|
764
530
|
}
|
|
765
|
-
|
|
766
|
-
"computed": false
|
|
531
|
+
]
|
|
767
532
|
}
|
|
768
|
-
|
|
533
|
+
}
|
|
769
534
|
}
|
|
770
|
-
]
|
|
535
|
+
],
|
|
536
|
+
"methods": []
|
|
771
537
|
},
|
|
772
538
|
"eo-tree": {
|
|
773
539
|
"properties": [
|
|
@@ -1620,6 +1386,240 @@
|
|
|
1620
1386
|
"events": [],
|
|
1621
1387
|
"methods": []
|
|
1622
1388
|
},
|
|
1389
|
+
"eo-workbench-layout": {
|
|
1390
|
+
"properties": [
|
|
1391
|
+
{
|
|
1392
|
+
"name": "cardTitle",
|
|
1393
|
+
"annotation": {
|
|
1394
|
+
"type": "keyword",
|
|
1395
|
+
"value": "string"
|
|
1396
|
+
}
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
"name": "isEdit",
|
|
1400
|
+
"annotation": {
|
|
1401
|
+
"type": "keyword",
|
|
1402
|
+
"value": "boolean"
|
|
1403
|
+
}
|
|
1404
|
+
},
|
|
1405
|
+
{
|
|
1406
|
+
"name": "layouts",
|
|
1407
|
+
"annotation": {
|
|
1408
|
+
"type": "array",
|
|
1409
|
+
"elementType": {
|
|
1410
|
+
"type": "reference",
|
|
1411
|
+
"typeName": {
|
|
1412
|
+
"type": "identifier",
|
|
1413
|
+
"name": "Layout"
|
|
1414
|
+
}
|
|
1415
|
+
}
|
|
1416
|
+
}
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"name": "componentList",
|
|
1420
|
+
"annotation": {
|
|
1421
|
+
"type": "array",
|
|
1422
|
+
"elementType": {
|
|
1423
|
+
"type": "reference",
|
|
1424
|
+
"typeName": {
|
|
1425
|
+
"type": "identifier",
|
|
1426
|
+
"name": "Item"
|
|
1427
|
+
}
|
|
1428
|
+
}
|
|
1429
|
+
}
|
|
1430
|
+
}
|
|
1431
|
+
],
|
|
1432
|
+
"events": [
|
|
1433
|
+
{
|
|
1434
|
+
"name": "change",
|
|
1435
|
+
"detail": {
|
|
1436
|
+
"annotation": {
|
|
1437
|
+
"type": "array",
|
|
1438
|
+
"elementType": {
|
|
1439
|
+
"type": "reference",
|
|
1440
|
+
"typeName": {
|
|
1441
|
+
"type": "identifier",
|
|
1442
|
+
"name": "Layout"
|
|
1443
|
+
}
|
|
1444
|
+
}
|
|
1445
|
+
}
|
|
1446
|
+
}
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
"name": "save",
|
|
1450
|
+
"detail": {
|
|
1451
|
+
"annotation": {
|
|
1452
|
+
"type": "array",
|
|
1453
|
+
"elementType": {
|
|
1454
|
+
"type": "reference",
|
|
1455
|
+
"typeName": {
|
|
1456
|
+
"type": "identifier",
|
|
1457
|
+
"name": "Layout"
|
|
1458
|
+
}
|
|
1459
|
+
}
|
|
1460
|
+
}
|
|
1461
|
+
}
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"name": "cancel",
|
|
1465
|
+
"detail": {
|
|
1466
|
+
"annotation": {
|
|
1467
|
+
"type": "keyword",
|
|
1468
|
+
"value": "void"
|
|
1469
|
+
}
|
|
1470
|
+
}
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"name": "action.click",
|
|
1474
|
+
"detail": {
|
|
1475
|
+
"annotation": {
|
|
1476
|
+
"type": "typeLiteral",
|
|
1477
|
+
"members": [
|
|
1478
|
+
{
|
|
1479
|
+
"type": "propertySignature",
|
|
1480
|
+
"key": {
|
|
1481
|
+
"type": "identifier",
|
|
1482
|
+
"name": "action"
|
|
1483
|
+
},
|
|
1484
|
+
"annotation": {
|
|
1485
|
+
"type": "reference",
|
|
1486
|
+
"typeName": {
|
|
1487
|
+
"type": "identifier",
|
|
1488
|
+
"name": "SimpleAction"
|
|
1489
|
+
}
|
|
1490
|
+
},
|
|
1491
|
+
"computed": false
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
"type": "propertySignature",
|
|
1495
|
+
"key": {
|
|
1496
|
+
"type": "identifier",
|
|
1497
|
+
"name": "layouts"
|
|
1498
|
+
},
|
|
1499
|
+
"annotation": {
|
|
1500
|
+
"type": "array",
|
|
1501
|
+
"elementType": {
|
|
1502
|
+
"type": "reference",
|
|
1503
|
+
"typeName": {
|
|
1504
|
+
"type": "identifier",
|
|
1505
|
+
"name": "Layout"
|
|
1506
|
+
}
|
|
1507
|
+
}
|
|
1508
|
+
},
|
|
1509
|
+
"computed": false
|
|
1510
|
+
}
|
|
1511
|
+
]
|
|
1512
|
+
}
|
|
1513
|
+
}
|
|
1514
|
+
}
|
|
1515
|
+
],
|
|
1516
|
+
"methods": [
|
|
1517
|
+
{
|
|
1518
|
+
"name": "setLayouts",
|
|
1519
|
+
"params": [
|
|
1520
|
+
{
|
|
1521
|
+
"name": "layouts",
|
|
1522
|
+
"annotation": {
|
|
1523
|
+
"type": "array",
|
|
1524
|
+
"elementType": {
|
|
1525
|
+
"type": "reference",
|
|
1526
|
+
"typeName": {
|
|
1527
|
+
"type": "identifier",
|
|
1528
|
+
"name": "Layout"
|
|
1529
|
+
}
|
|
1530
|
+
}
|
|
1531
|
+
}
|
|
1532
|
+
}
|
|
1533
|
+
],
|
|
1534
|
+
"returns": {}
|
|
1535
|
+
}
|
|
1536
|
+
],
|
|
1537
|
+
"types": [
|
|
1538
|
+
{
|
|
1539
|
+
"type": "interface",
|
|
1540
|
+
"name": "Item",
|
|
1541
|
+
"body": [
|
|
1542
|
+
{
|
|
1543
|
+
"type": "propertySignature",
|
|
1544
|
+
"key": {
|
|
1545
|
+
"type": "identifier",
|
|
1546
|
+
"name": "position"
|
|
1547
|
+
},
|
|
1548
|
+
"annotation": {
|
|
1549
|
+
"type": "reference",
|
|
1550
|
+
"typeName": {
|
|
1551
|
+
"type": "identifier",
|
|
1552
|
+
"name": "Layout"
|
|
1553
|
+
}
|
|
1554
|
+
},
|
|
1555
|
+
"computed": false
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
"type": "propertySignature",
|
|
1559
|
+
"key": {
|
|
1560
|
+
"type": "identifier",
|
|
1561
|
+
"name": "key"
|
|
1562
|
+
},
|
|
1563
|
+
"annotation": {
|
|
1564
|
+
"type": "keyword",
|
|
1565
|
+
"value": "string"
|
|
1566
|
+
},
|
|
1567
|
+
"computed": false
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
"type": "propertySignature",
|
|
1571
|
+
"key": {
|
|
1572
|
+
"type": "identifier",
|
|
1573
|
+
"name": "title"
|
|
1574
|
+
},
|
|
1575
|
+
"annotation": {
|
|
1576
|
+
"type": "keyword",
|
|
1577
|
+
"value": "string"
|
|
1578
|
+
},
|
|
1579
|
+
"computed": false
|
|
1580
|
+
},
|
|
1581
|
+
{
|
|
1582
|
+
"type": "propertySignature",
|
|
1583
|
+
"key": {
|
|
1584
|
+
"type": "identifier",
|
|
1585
|
+
"name": "style"
|
|
1586
|
+
},
|
|
1587
|
+
"annotation": {
|
|
1588
|
+
"type": "reference",
|
|
1589
|
+
"typeName": {
|
|
1590
|
+
"type": "qualifiedName",
|
|
1591
|
+
"left": {
|
|
1592
|
+
"type": "identifier",
|
|
1593
|
+
"name": "React"
|
|
1594
|
+
},
|
|
1595
|
+
"right": {
|
|
1596
|
+
"type": "identifier",
|
|
1597
|
+
"name": "CSSProperties"
|
|
1598
|
+
}
|
|
1599
|
+
}
|
|
1600
|
+
},
|
|
1601
|
+
"optional": true,
|
|
1602
|
+
"computed": false
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"type": "propertySignature",
|
|
1606
|
+
"key": {
|
|
1607
|
+
"type": "identifier",
|
|
1608
|
+
"name": "useBrick"
|
|
1609
|
+
},
|
|
1610
|
+
"annotation": {
|
|
1611
|
+
"type": "reference",
|
|
1612
|
+
"typeName": {
|
|
1613
|
+
"type": "identifier",
|
|
1614
|
+
"name": "UseSingleBrickConf"
|
|
1615
|
+
}
|
|
1616
|
+
},
|
|
1617
|
+
"computed": false
|
|
1618
|
+
}
|
|
1619
|
+
]
|
|
1620
|
+
}
|
|
1621
|
+
]
|
|
1622
|
+
},
|
|
1623
1623
|
"advanced.capture-snapshot": {
|
|
1624
1624
|
"type": "provider",
|
|
1625
1625
|
"params": [
|
|
@@ -2758,6 +2758,13 @@
|
|
|
2758
2758
|
}
|
|
2759
2759
|
}
|
|
2760
2760
|
},
|
|
2761
|
+
{
|
|
2762
|
+
"name": "loading",
|
|
2763
|
+
"annotation": {
|
|
2764
|
+
"type": "keyword",
|
|
2765
|
+
"value": "boolean"
|
|
2766
|
+
}
|
|
2767
|
+
},
|
|
2761
2768
|
{
|
|
2762
2769
|
"name": "multiSort",
|
|
2763
2770
|
"annotation": {
|