@next-bricks/advanced 0.34.0 → 0.34.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +14 -14
- package/dist/chunks/{1890.33a5066b.js → 1890.eefa3972.js} +2 -2
- package/dist/chunks/1890.eefa3972.js.map +1 -0
- package/dist/chunks/2353.42593686.js +2 -0
- package/dist/chunks/2353.42593686.js.map +1 -0
- package/dist/chunks/7816.689ab32a.js +3 -0
- package/dist/chunks/7816.689ab32a.js.map +1 -0
- package/dist/chunks/eo-cascader.dc8fa9b8.js.map +1 -1
- package/dist/chunks/eo-text-tooltip.6b663135.js +2 -0
- package/dist/chunks/eo-text-tooltip.6b663135.js.map +1 -0
- package/dist/chunks/eo-tree-select.5621c84f.js.map +1 -1
- package/dist/chunks/{main.8e43b881.js → main.bcc2cf7b.js} +2 -2
- package/dist/chunks/{main.8e43b881.js.map → main.bcc2cf7b.js.map} +1 -1
- package/dist/examples.json +9 -9
- package/dist/index.0146131b.js +2 -0
- package/dist/{index.28b6f929.js.map → index.0146131b.js.map} +1 -1
- package/dist/manifest.json +197 -197
- package/dist/types.json +525 -525
- package/package.json +2 -2
- package/dist/chunks/1890.33a5066b.js.map +0 -1
- package/dist/chunks/3495.ec81c871.js +0 -3
- package/dist/chunks/3495.ec81c871.js.map +0 -1
- package/dist/chunks/4938.152fcef3.js +0 -2
- package/dist/chunks/4938.152fcef3.js.map +0 -1
- package/dist/chunks/eo-text-tooltip.d4fc4e03.js +0 -2
- package/dist/chunks/eo-text-tooltip.d4fc4e03.js.map +0 -1
- package/dist/index.28b6f929.js +0 -2
- /package/dist/chunks/{3495.ec81c871.js.LICENSE.txt → 7816.689ab32a.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,5 +1,161 @@
|
|
|
1
1
|
{
|
|
2
|
-
"eo-
|
|
2
|
+
"eo-workbench-layout": {
|
|
3
|
+
"properties": [
|
|
4
|
+
{
|
|
5
|
+
"name": "cardTitle",
|
|
6
|
+
"annotation": {
|
|
7
|
+
"type": "keyword",
|
|
8
|
+
"value": "string"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"name": "isEdit",
|
|
13
|
+
"annotation": {
|
|
14
|
+
"type": "keyword",
|
|
15
|
+
"value": "boolean"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "layouts",
|
|
20
|
+
"annotation": {
|
|
21
|
+
"type": "array",
|
|
22
|
+
"elementType": {
|
|
23
|
+
"type": "reference",
|
|
24
|
+
"typeName": {
|
|
25
|
+
"type": "identifier",
|
|
26
|
+
"name": "Layout"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "componentList",
|
|
33
|
+
"annotation": {
|
|
34
|
+
"type": "array",
|
|
35
|
+
"elementType": {
|
|
36
|
+
"type": "reference",
|
|
37
|
+
"typeName": {
|
|
38
|
+
"type": "identifier",
|
|
39
|
+
"name": "Item"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
],
|
|
45
|
+
"events": [
|
|
46
|
+
{
|
|
47
|
+
"name": "save",
|
|
48
|
+
"detail": {
|
|
49
|
+
"annotation": {
|
|
50
|
+
"type": "array",
|
|
51
|
+
"elementType": {
|
|
52
|
+
"type": "reference",
|
|
53
|
+
"typeName": {
|
|
54
|
+
"type": "identifier",
|
|
55
|
+
"name": "Layout"
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "cancel",
|
|
63
|
+
"detail": {
|
|
64
|
+
"annotation": {
|
|
65
|
+
"type": "keyword",
|
|
66
|
+
"value": "void"
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
"methods": [],
|
|
72
|
+
"types": [
|
|
73
|
+
{
|
|
74
|
+
"type": "interface",
|
|
75
|
+
"name": "Item",
|
|
76
|
+
"body": [
|
|
77
|
+
{
|
|
78
|
+
"type": "propertySignature",
|
|
79
|
+
"key": {
|
|
80
|
+
"type": "identifier",
|
|
81
|
+
"name": "position"
|
|
82
|
+
},
|
|
83
|
+
"annotation": {
|
|
84
|
+
"type": "reference",
|
|
85
|
+
"typeName": {
|
|
86
|
+
"type": "identifier",
|
|
87
|
+
"name": "Layout"
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
"computed": false
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"type": "propertySignature",
|
|
94
|
+
"key": {
|
|
95
|
+
"type": "identifier",
|
|
96
|
+
"name": "key"
|
|
97
|
+
},
|
|
98
|
+
"annotation": {
|
|
99
|
+
"type": "keyword",
|
|
100
|
+
"value": "string"
|
|
101
|
+
},
|
|
102
|
+
"computed": false
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"type": "propertySignature",
|
|
106
|
+
"key": {
|
|
107
|
+
"type": "identifier",
|
|
108
|
+
"name": "title"
|
|
109
|
+
},
|
|
110
|
+
"annotation": {
|
|
111
|
+
"type": "keyword",
|
|
112
|
+
"value": "string"
|
|
113
|
+
},
|
|
114
|
+
"computed": false
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"type": "propertySignature",
|
|
118
|
+
"key": {
|
|
119
|
+
"type": "identifier",
|
|
120
|
+
"name": "style"
|
|
121
|
+
},
|
|
122
|
+
"annotation": {
|
|
123
|
+
"type": "reference",
|
|
124
|
+
"typeName": {
|
|
125
|
+
"type": "qualifiedName",
|
|
126
|
+
"left": {
|
|
127
|
+
"type": "identifier",
|
|
128
|
+
"name": "React"
|
|
129
|
+
},
|
|
130
|
+
"right": {
|
|
131
|
+
"type": "identifier",
|
|
132
|
+
"name": "CSSProperties"
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"optional": true,
|
|
137
|
+
"computed": false
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"type": "propertySignature",
|
|
141
|
+
"key": {
|
|
142
|
+
"type": "identifier",
|
|
143
|
+
"name": "useBrick"
|
|
144
|
+
},
|
|
145
|
+
"annotation": {
|
|
146
|
+
"type": "reference",
|
|
147
|
+
"typeName": {
|
|
148
|
+
"type": "identifier",
|
|
149
|
+
"name": "UseSingleBrickConf"
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
"computed": false
|
|
153
|
+
}
|
|
154
|
+
]
|
|
155
|
+
}
|
|
156
|
+
]
|
|
157
|
+
},
|
|
158
|
+
"eo-tree-select": {
|
|
3
159
|
"properties": [
|
|
4
160
|
{
|
|
5
161
|
"name": "name",
|
|
@@ -23,19 +179,36 @@
|
|
|
23
179
|
}
|
|
24
180
|
},
|
|
25
181
|
{
|
|
26
|
-
"name": "
|
|
182
|
+
"name": "treeData",
|
|
27
183
|
"annotation": {
|
|
28
184
|
"type": "indexedAccess",
|
|
29
185
|
"objectType": {
|
|
30
186
|
"type": "reference",
|
|
31
187
|
"typeName": {
|
|
32
188
|
"type": "identifier",
|
|
33
|
-
"name": "
|
|
189
|
+
"name": "AntdTreeSelectProps"
|
|
34
190
|
}
|
|
35
191
|
},
|
|
36
192
|
"indexType": {
|
|
37
193
|
"type": "jsLiteral",
|
|
38
|
-
"value": "
|
|
194
|
+
"value": "treeData"
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"name": "treeDefaultExpandAll",
|
|
200
|
+
"annotation": {
|
|
201
|
+
"type": "keyword",
|
|
202
|
+
"value": "boolean"
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"name": "treeExpandedKeys",
|
|
207
|
+
"annotation": {
|
|
208
|
+
"type": "array",
|
|
209
|
+
"elementType": {
|
|
210
|
+
"type": "keyword",
|
|
211
|
+
"value": "string"
|
|
39
212
|
}
|
|
40
213
|
}
|
|
41
214
|
},
|
|
@@ -47,7 +220,7 @@
|
|
|
47
220
|
"type": "reference",
|
|
48
221
|
"typeName": {
|
|
49
222
|
"type": "identifier",
|
|
50
|
-
"name": "
|
|
223
|
+
"name": "AntdTreeSelectProps"
|
|
51
224
|
}
|
|
52
225
|
},
|
|
53
226
|
"indexType": {
|
|
@@ -64,7 +237,7 @@
|
|
|
64
237
|
"type": "reference",
|
|
65
238
|
"typeName": {
|
|
66
239
|
"type": "identifier",
|
|
67
|
-
"name": "
|
|
240
|
+
"name": "AntdTreeSelectProps"
|
|
68
241
|
}
|
|
69
242
|
},
|
|
70
243
|
"indexType": {
|
|
@@ -95,43 +268,57 @@
|
|
|
95
268
|
}
|
|
96
269
|
},
|
|
97
270
|
{
|
|
98
|
-
"name": "
|
|
271
|
+
"name": "checkable",
|
|
99
272
|
"annotation": {
|
|
100
273
|
"type": "keyword",
|
|
101
274
|
"value": "boolean"
|
|
102
275
|
}
|
|
103
276
|
},
|
|
104
277
|
{
|
|
105
|
-
"name": "
|
|
278
|
+
"name": "allowClear",
|
|
106
279
|
"annotation": {
|
|
107
280
|
"type": "keyword",
|
|
108
281
|
"value": "boolean"
|
|
109
282
|
}
|
|
110
283
|
},
|
|
111
284
|
{
|
|
112
|
-
"name": "
|
|
285
|
+
"name": "loading",
|
|
113
286
|
"annotation": {
|
|
114
|
-
"type": "
|
|
115
|
-
"
|
|
116
|
-
"type": "identifier",
|
|
117
|
-
"name": "GeneralIconProps"
|
|
118
|
-
}
|
|
287
|
+
"type": "keyword",
|
|
288
|
+
"value": "boolean"
|
|
119
289
|
}
|
|
120
290
|
},
|
|
121
291
|
{
|
|
122
|
-
"name": "
|
|
292
|
+
"name": "filterTreeNode",
|
|
123
293
|
"annotation": {
|
|
124
294
|
"type": "indexedAccess",
|
|
125
295
|
"objectType": {
|
|
126
296
|
"type": "reference",
|
|
127
297
|
"typeName": {
|
|
128
298
|
"type": "identifier",
|
|
129
|
-
"name": "
|
|
299
|
+
"name": "AntdTreeSelectProps"
|
|
130
300
|
}
|
|
131
301
|
},
|
|
132
302
|
"indexType": {
|
|
133
303
|
"type": "jsLiteral",
|
|
134
|
-
"value": "
|
|
304
|
+
"value": "filterTreeNode"
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"name": "showSearch",
|
|
310
|
+
"annotation": {
|
|
311
|
+
"type": "keyword",
|
|
312
|
+
"value": "boolean"
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"name": "suffixIcon",
|
|
317
|
+
"annotation": {
|
|
318
|
+
"type": "reference",
|
|
319
|
+
"typeName": {
|
|
320
|
+
"type": "identifier",
|
|
321
|
+
"name": "GeneralIconProps"
|
|
135
322
|
}
|
|
136
323
|
}
|
|
137
324
|
},
|
|
@@ -143,7 +330,7 @@
|
|
|
143
330
|
"type": "reference",
|
|
144
331
|
"typeName": {
|
|
145
332
|
"type": "identifier",
|
|
146
|
-
"name": "
|
|
333
|
+
"name": "AntdTreeSelectProps"
|
|
147
334
|
}
|
|
148
335
|
},
|
|
149
336
|
"indexType": {
|
|
@@ -160,7 +347,7 @@
|
|
|
160
347
|
"type": "reference",
|
|
161
348
|
"typeName": {
|
|
162
349
|
"type": "identifier",
|
|
163
|
-
"name": "
|
|
350
|
+
"name": "AntdTreeSelectProps"
|
|
164
351
|
}
|
|
165
352
|
},
|
|
166
353
|
"indexType": {
|
|
@@ -169,13 +356,6 @@
|
|
|
169
356
|
}
|
|
170
357
|
}
|
|
171
358
|
},
|
|
172
|
-
{
|
|
173
|
-
"name": "limit",
|
|
174
|
-
"annotation": {
|
|
175
|
-
"type": "keyword",
|
|
176
|
-
"value": "number"
|
|
177
|
-
}
|
|
178
|
-
},
|
|
179
359
|
{
|
|
180
360
|
"name": "maxTagCount",
|
|
181
361
|
"annotation": {
|
|
@@ -193,7 +373,7 @@
|
|
|
193
373
|
}
|
|
194
374
|
},
|
|
195
375
|
{
|
|
196
|
-
"name": "
|
|
376
|
+
"name": "dropdownStyle",
|
|
197
377
|
"annotation": {
|
|
198
378
|
"type": "reference",
|
|
199
379
|
"typeName": {
|
|
@@ -205,7 +385,7 @@
|
|
|
205
385
|
],
|
|
206
386
|
"events": [
|
|
207
387
|
{
|
|
208
|
-
"name": "
|
|
388
|
+
"name": "change",
|
|
209
389
|
"detail": {
|
|
210
390
|
"annotation": {
|
|
211
391
|
"type": "typeLiteral",
|
|
@@ -222,7 +402,7 @@
|
|
|
222
402
|
"type": "reference",
|
|
223
403
|
"typeName": {
|
|
224
404
|
"type": "identifier",
|
|
225
|
-
"name": "
|
|
405
|
+
"name": "AntdTreeSelectProps"
|
|
226
406
|
}
|
|
227
407
|
},
|
|
228
408
|
"indexType": {
|
|
@@ -231,40 +411,80 @@
|
|
|
231
411
|
}
|
|
232
412
|
},
|
|
233
413
|
"computed": false
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
414
|
+
}
|
|
415
|
+
]
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"name": "search",
|
|
421
|
+
"detail": {
|
|
422
|
+
"annotation": {
|
|
423
|
+
"type": "keyword",
|
|
424
|
+
"value": "string"
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"name": "select",
|
|
430
|
+
"detail": {
|
|
431
|
+
"annotation": {
|
|
432
|
+
"type": "typeLiteral",
|
|
433
|
+
"members": [
|
|
434
|
+
{
|
|
435
|
+
"type": "propertySignature",
|
|
436
|
+
"key": {
|
|
437
|
+
"type": "identifier",
|
|
438
|
+
"name": "value"
|
|
439
|
+
},
|
|
440
|
+
"annotation": {
|
|
441
|
+
"type": "indexedAccess",
|
|
442
|
+
"objectType": {
|
|
443
|
+
"type": "reference",
|
|
444
|
+
"typeName": {
|
|
445
|
+
"type": "identifier",
|
|
446
|
+
"name": "AntdTreeSelectProps"
|
|
447
|
+
}
|
|
448
|
+
},
|
|
449
|
+
"indexType": {
|
|
450
|
+
"type": "jsLiteral",
|
|
451
|
+
"value": "value"
|
|
452
|
+
}
|
|
453
|
+
},
|
|
454
|
+
"computed": false
|
|
455
|
+
}
|
|
456
|
+
]
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"name": "expand",
|
|
462
|
+
"detail": {
|
|
463
|
+
"annotation": {
|
|
464
|
+
"type": "typeLiteral",
|
|
465
|
+
"members": [
|
|
466
|
+
{
|
|
467
|
+
"type": "propertySignature",
|
|
468
|
+
"key": {
|
|
469
|
+
"type": "identifier",
|
|
470
|
+
"name": "keys"
|
|
471
|
+
},
|
|
472
|
+
"annotation": {
|
|
473
|
+
"type": "array",
|
|
474
|
+
"elementType": {
|
|
475
|
+
"type": "reference",
|
|
476
|
+
"typeName": {
|
|
477
|
+
"type": "qualifiedName",
|
|
478
|
+
"left": {
|
|
479
|
+
"type": "identifier",
|
|
480
|
+
"name": "React"
|
|
481
|
+
},
|
|
482
|
+
"right": {
|
|
483
|
+
"type": "identifier",
|
|
484
|
+
"name": "Key"
|
|
265
485
|
}
|
|
266
486
|
}
|
|
267
|
-
|
|
487
|
+
}
|
|
268
488
|
},
|
|
269
489
|
"computed": false
|
|
270
490
|
}
|
|
@@ -275,161 +495,301 @@
|
|
|
275
495
|
],
|
|
276
496
|
"methods": []
|
|
277
497
|
},
|
|
278
|
-
"eo-
|
|
498
|
+
"eo-text-tooltip": {
|
|
279
499
|
"properties": [
|
|
280
500
|
{
|
|
281
|
-
"name": "
|
|
501
|
+
"name": "label",
|
|
282
502
|
"annotation": {
|
|
283
503
|
"type": "keyword",
|
|
284
504
|
"value": "string"
|
|
285
505
|
}
|
|
286
506
|
},
|
|
287
507
|
{
|
|
288
|
-
"name": "
|
|
508
|
+
"name": "lineClamp",
|
|
509
|
+
"annotation": {
|
|
510
|
+
"type": "keyword",
|
|
511
|
+
"value": "number"
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
],
|
|
515
|
+
"events": [],
|
|
516
|
+
"methods": []
|
|
517
|
+
},
|
|
518
|
+
"eo-cascader": {
|
|
519
|
+
"properties": [
|
|
520
|
+
{
|
|
521
|
+
"name": "name",
|
|
522
|
+
"annotation": {
|
|
523
|
+
"type": "keyword",
|
|
524
|
+
"value": "string"
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"name": "label",
|
|
529
|
+
"annotation": {
|
|
530
|
+
"type": "keyword",
|
|
531
|
+
"value": "string"
|
|
532
|
+
}
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"name": "required",
|
|
289
536
|
"annotation": {
|
|
290
537
|
"type": "keyword",
|
|
291
538
|
"value": "boolean"
|
|
292
539
|
}
|
|
293
540
|
},
|
|
294
541
|
{
|
|
295
|
-
"name": "
|
|
542
|
+
"name": "options",
|
|
296
543
|
"annotation": {
|
|
297
|
-
"type": "
|
|
298
|
-
"
|
|
544
|
+
"type": "indexedAccess",
|
|
545
|
+
"objectType": {
|
|
299
546
|
"type": "reference",
|
|
300
547
|
"typeName": {
|
|
301
548
|
"type": "identifier",
|
|
302
|
-
"name": "
|
|
549
|
+
"name": "AntdCascaderProps"
|
|
303
550
|
}
|
|
551
|
+
},
|
|
552
|
+
"indexType": {
|
|
553
|
+
"type": "jsLiteral",
|
|
554
|
+
"value": "options"
|
|
304
555
|
}
|
|
305
556
|
}
|
|
306
557
|
},
|
|
307
558
|
{
|
|
308
|
-
"name": "
|
|
559
|
+
"name": "fieldNames",
|
|
309
560
|
"annotation": {
|
|
310
|
-
"type": "
|
|
311
|
-
"
|
|
561
|
+
"type": "indexedAccess",
|
|
562
|
+
"objectType": {
|
|
312
563
|
"type": "reference",
|
|
313
564
|
"typeName": {
|
|
314
565
|
"type": "identifier",
|
|
315
|
-
"name": "
|
|
566
|
+
"name": "AntdCascaderProps"
|
|
316
567
|
}
|
|
568
|
+
},
|
|
569
|
+
"indexType": {
|
|
570
|
+
"type": "jsLiteral",
|
|
571
|
+
"value": "fieldNames"
|
|
317
572
|
}
|
|
318
573
|
}
|
|
319
|
-
}
|
|
320
|
-
],
|
|
321
|
-
"events": [
|
|
574
|
+
},
|
|
322
575
|
{
|
|
323
|
-
"name": "
|
|
324
|
-
"
|
|
325
|
-
"
|
|
326
|
-
|
|
327
|
-
"
|
|
328
|
-
|
|
329
|
-
"
|
|
330
|
-
|
|
331
|
-
"name": "Layout"
|
|
332
|
-
}
|
|
576
|
+
"name": "value",
|
|
577
|
+
"annotation": {
|
|
578
|
+
"type": "indexedAccess",
|
|
579
|
+
"objectType": {
|
|
580
|
+
"type": "reference",
|
|
581
|
+
"typeName": {
|
|
582
|
+
"type": "identifier",
|
|
583
|
+
"name": "AntdCascaderProps"
|
|
333
584
|
}
|
|
585
|
+
},
|
|
586
|
+
"indexType": {
|
|
587
|
+
"type": "jsLiteral",
|
|
588
|
+
"value": "value"
|
|
334
589
|
}
|
|
335
590
|
}
|
|
336
591
|
},
|
|
337
592
|
{
|
|
338
|
-
"name": "
|
|
339
|
-
"
|
|
340
|
-
"
|
|
341
|
-
|
|
342
|
-
|
|
593
|
+
"name": "placeholder",
|
|
594
|
+
"annotation": {
|
|
595
|
+
"type": "keyword",
|
|
596
|
+
"value": "string"
|
|
597
|
+
}
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"name": "multiple",
|
|
601
|
+
"annotation": {
|
|
602
|
+
"type": "keyword",
|
|
603
|
+
"value": "boolean"
|
|
604
|
+
}
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"name": "disabled",
|
|
608
|
+
"annotation": {
|
|
609
|
+
"type": "keyword",
|
|
610
|
+
"value": "boolean"
|
|
611
|
+
}
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"name": "allowClear",
|
|
615
|
+
"annotation": {
|
|
616
|
+
"type": "keyword",
|
|
617
|
+
"value": "boolean"
|
|
618
|
+
}
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"name": "showSearch",
|
|
622
|
+
"annotation": {
|
|
623
|
+
"type": "keyword",
|
|
624
|
+
"value": "boolean"
|
|
625
|
+
}
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"name": "suffixIcon",
|
|
629
|
+
"annotation": {
|
|
630
|
+
"type": "reference",
|
|
631
|
+
"typeName": {
|
|
632
|
+
"type": "identifier",
|
|
633
|
+
"name": "GeneralIconProps"
|
|
343
634
|
}
|
|
344
635
|
}
|
|
345
|
-
}
|
|
346
|
-
],
|
|
347
|
-
"methods": [],
|
|
348
|
-
"types": [
|
|
636
|
+
},
|
|
349
637
|
{
|
|
350
|
-
"
|
|
351
|
-
"
|
|
352
|
-
|
|
353
|
-
{
|
|
354
|
-
"type": "
|
|
355
|
-
"
|
|
356
|
-
"type": "identifier",
|
|
357
|
-
"name": "position"
|
|
358
|
-
},
|
|
359
|
-
"annotation": {
|
|
360
|
-
"type": "reference",
|
|
361
|
-
"typeName": {
|
|
362
|
-
"type": "identifier",
|
|
363
|
-
"name": "Layout"
|
|
364
|
-
}
|
|
365
|
-
},
|
|
366
|
-
"computed": false
|
|
367
|
-
},
|
|
368
|
-
{
|
|
369
|
-
"type": "propertySignature",
|
|
370
|
-
"key": {
|
|
638
|
+
"name": "expandTrigger",
|
|
639
|
+
"annotation": {
|
|
640
|
+
"type": "indexedAccess",
|
|
641
|
+
"objectType": {
|
|
642
|
+
"type": "reference",
|
|
643
|
+
"typeName": {
|
|
371
644
|
"type": "identifier",
|
|
372
|
-
"name": "
|
|
373
|
-
}
|
|
374
|
-
"annotation": {
|
|
375
|
-
"type": "keyword",
|
|
376
|
-
"value": "string"
|
|
377
|
-
},
|
|
378
|
-
"computed": false
|
|
645
|
+
"name": "AntdCascaderProps"
|
|
646
|
+
}
|
|
379
647
|
},
|
|
380
|
-
{
|
|
381
|
-
"type": "
|
|
382
|
-
"
|
|
648
|
+
"indexType": {
|
|
649
|
+
"type": "jsLiteral",
|
|
650
|
+
"value": "expandTrigger"
|
|
651
|
+
}
|
|
652
|
+
}
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"name": "popupPlacement",
|
|
656
|
+
"annotation": {
|
|
657
|
+
"type": "indexedAccess",
|
|
658
|
+
"objectType": {
|
|
659
|
+
"type": "reference",
|
|
660
|
+
"typeName": {
|
|
383
661
|
"type": "identifier",
|
|
384
|
-
"name": "
|
|
385
|
-
}
|
|
386
|
-
"annotation": {
|
|
387
|
-
"type": "keyword",
|
|
388
|
-
"value": "string"
|
|
389
|
-
},
|
|
390
|
-
"computed": false
|
|
662
|
+
"name": "AntdCascaderProps"
|
|
663
|
+
}
|
|
391
664
|
},
|
|
392
|
-
{
|
|
393
|
-
"type": "
|
|
394
|
-
"
|
|
665
|
+
"indexType": {
|
|
666
|
+
"type": "jsLiteral",
|
|
667
|
+
"value": "placement"
|
|
668
|
+
}
|
|
669
|
+
}
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"name": "size",
|
|
673
|
+
"annotation": {
|
|
674
|
+
"type": "indexedAccess",
|
|
675
|
+
"objectType": {
|
|
676
|
+
"type": "reference",
|
|
677
|
+
"typeName": {
|
|
395
678
|
"type": "identifier",
|
|
396
|
-
"name": "
|
|
679
|
+
"name": "AntdCascaderProps"
|
|
680
|
+
}
|
|
681
|
+
},
|
|
682
|
+
"indexType": {
|
|
683
|
+
"type": "jsLiteral",
|
|
684
|
+
"value": "size"
|
|
685
|
+
}
|
|
686
|
+
}
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"name": "limit",
|
|
690
|
+
"annotation": {
|
|
691
|
+
"type": "keyword",
|
|
692
|
+
"value": "number"
|
|
693
|
+
}
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"name": "maxTagCount",
|
|
697
|
+
"annotation": {
|
|
698
|
+
"type": "union",
|
|
699
|
+
"types": [
|
|
700
|
+
{
|
|
701
|
+
"type": "keyword",
|
|
702
|
+
"value": "number"
|
|
397
703
|
},
|
|
398
|
-
|
|
399
|
-
"type": "
|
|
400
|
-
"
|
|
401
|
-
|
|
402
|
-
|
|
704
|
+
{
|
|
705
|
+
"type": "jsLiteral",
|
|
706
|
+
"value": "responsive"
|
|
707
|
+
}
|
|
708
|
+
]
|
|
709
|
+
}
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"name": "cascaderStyle",
|
|
713
|
+
"annotation": {
|
|
714
|
+
"type": "reference",
|
|
715
|
+
"typeName": {
|
|
716
|
+
"type": "identifier",
|
|
717
|
+
"name": "CSSProperties"
|
|
718
|
+
}
|
|
719
|
+
}
|
|
720
|
+
}
|
|
721
|
+
],
|
|
722
|
+
"events": [
|
|
723
|
+
{
|
|
724
|
+
"name": "cascader.change",
|
|
725
|
+
"detail": {
|
|
726
|
+
"annotation": {
|
|
727
|
+
"type": "typeLiteral",
|
|
728
|
+
"members": [
|
|
729
|
+
{
|
|
730
|
+
"type": "propertySignature",
|
|
731
|
+
"key": {
|
|
403
732
|
"type": "identifier",
|
|
404
|
-
"name": "
|
|
733
|
+
"name": "value"
|
|
405
734
|
},
|
|
406
|
-
"
|
|
735
|
+
"annotation": {
|
|
736
|
+
"type": "indexedAccess",
|
|
737
|
+
"objectType": {
|
|
738
|
+
"type": "reference",
|
|
739
|
+
"typeName": {
|
|
740
|
+
"type": "identifier",
|
|
741
|
+
"name": "AntdCascaderProps"
|
|
742
|
+
}
|
|
743
|
+
},
|
|
744
|
+
"indexType": {
|
|
745
|
+
"type": "jsLiteral",
|
|
746
|
+
"value": "value"
|
|
747
|
+
}
|
|
748
|
+
},
|
|
749
|
+
"computed": false
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"type": "propertySignature",
|
|
753
|
+
"key": {
|
|
407
754
|
"type": "identifier",
|
|
408
|
-
"name": "
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
755
|
+
"name": "selectedOptions"
|
|
756
|
+
},
|
|
757
|
+
"annotation": {
|
|
758
|
+
"type": "union",
|
|
759
|
+
"types": [
|
|
760
|
+
{
|
|
761
|
+
"type": "array",
|
|
762
|
+
"elementType": {
|
|
763
|
+
"type": "reference",
|
|
764
|
+
"typeName": {
|
|
765
|
+
"type": "identifier",
|
|
766
|
+
"name": "DefaultOptionType"
|
|
767
|
+
}
|
|
768
|
+
}
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"type": "array",
|
|
772
|
+
"elementType": {
|
|
773
|
+
"type": "array",
|
|
774
|
+
"elementType": {
|
|
775
|
+
"type": "reference",
|
|
776
|
+
"typeName": {
|
|
777
|
+
"type": "identifier",
|
|
778
|
+
"name": "DefaultOptionType"
|
|
779
|
+
}
|
|
780
|
+
}
|
|
781
|
+
}
|
|
782
|
+
}
|
|
783
|
+
]
|
|
784
|
+
},
|
|
785
|
+
"computed": false
|
|
426
786
|
}
|
|
427
|
-
|
|
428
|
-
"computed": false
|
|
787
|
+
]
|
|
429
788
|
}
|
|
430
|
-
|
|
789
|
+
}
|
|
431
790
|
}
|
|
432
|
-
]
|
|
791
|
+
],
|
|
792
|
+
"methods": []
|
|
433
793
|
},
|
|
434
794
|
"eo-tree": {
|
|
435
795
|
"properties": [
|
|
@@ -878,366 +1238,6 @@
|
|
|
878
1238
|
}
|
|
879
1239
|
]
|
|
880
1240
|
},
|
|
881
|
-
"eo-tree-select": {
|
|
882
|
-
"properties": [
|
|
883
|
-
{
|
|
884
|
-
"name": "name",
|
|
885
|
-
"annotation": {
|
|
886
|
-
"type": "keyword",
|
|
887
|
-
"value": "string"
|
|
888
|
-
}
|
|
889
|
-
},
|
|
890
|
-
{
|
|
891
|
-
"name": "label",
|
|
892
|
-
"annotation": {
|
|
893
|
-
"type": "keyword",
|
|
894
|
-
"value": "string"
|
|
895
|
-
}
|
|
896
|
-
},
|
|
897
|
-
{
|
|
898
|
-
"name": "required",
|
|
899
|
-
"annotation": {
|
|
900
|
-
"type": "keyword",
|
|
901
|
-
"value": "boolean"
|
|
902
|
-
}
|
|
903
|
-
},
|
|
904
|
-
{
|
|
905
|
-
"name": "treeData",
|
|
906
|
-
"annotation": {
|
|
907
|
-
"type": "indexedAccess",
|
|
908
|
-
"objectType": {
|
|
909
|
-
"type": "reference",
|
|
910
|
-
"typeName": {
|
|
911
|
-
"type": "identifier",
|
|
912
|
-
"name": "AntdTreeSelectProps"
|
|
913
|
-
}
|
|
914
|
-
},
|
|
915
|
-
"indexType": {
|
|
916
|
-
"type": "jsLiteral",
|
|
917
|
-
"value": "treeData"
|
|
918
|
-
}
|
|
919
|
-
}
|
|
920
|
-
},
|
|
921
|
-
{
|
|
922
|
-
"name": "treeDefaultExpandAll",
|
|
923
|
-
"annotation": {
|
|
924
|
-
"type": "keyword",
|
|
925
|
-
"value": "boolean"
|
|
926
|
-
}
|
|
927
|
-
},
|
|
928
|
-
{
|
|
929
|
-
"name": "treeExpandedKeys",
|
|
930
|
-
"annotation": {
|
|
931
|
-
"type": "array",
|
|
932
|
-
"elementType": {
|
|
933
|
-
"type": "keyword",
|
|
934
|
-
"value": "string"
|
|
935
|
-
}
|
|
936
|
-
}
|
|
937
|
-
},
|
|
938
|
-
{
|
|
939
|
-
"name": "fieldNames",
|
|
940
|
-
"annotation": {
|
|
941
|
-
"type": "indexedAccess",
|
|
942
|
-
"objectType": {
|
|
943
|
-
"type": "reference",
|
|
944
|
-
"typeName": {
|
|
945
|
-
"type": "identifier",
|
|
946
|
-
"name": "AntdTreeSelectProps"
|
|
947
|
-
}
|
|
948
|
-
},
|
|
949
|
-
"indexType": {
|
|
950
|
-
"type": "jsLiteral",
|
|
951
|
-
"value": "fieldNames"
|
|
952
|
-
}
|
|
953
|
-
}
|
|
954
|
-
},
|
|
955
|
-
{
|
|
956
|
-
"name": "value",
|
|
957
|
-
"annotation": {
|
|
958
|
-
"type": "indexedAccess",
|
|
959
|
-
"objectType": {
|
|
960
|
-
"type": "reference",
|
|
961
|
-
"typeName": {
|
|
962
|
-
"type": "identifier",
|
|
963
|
-
"name": "AntdTreeSelectProps"
|
|
964
|
-
}
|
|
965
|
-
},
|
|
966
|
-
"indexType": {
|
|
967
|
-
"type": "jsLiteral",
|
|
968
|
-
"value": "value"
|
|
969
|
-
}
|
|
970
|
-
}
|
|
971
|
-
},
|
|
972
|
-
{
|
|
973
|
-
"name": "placeholder",
|
|
974
|
-
"annotation": {
|
|
975
|
-
"type": "keyword",
|
|
976
|
-
"value": "string"
|
|
977
|
-
}
|
|
978
|
-
},
|
|
979
|
-
{
|
|
980
|
-
"name": "multiple",
|
|
981
|
-
"annotation": {
|
|
982
|
-
"type": "keyword",
|
|
983
|
-
"value": "boolean"
|
|
984
|
-
}
|
|
985
|
-
},
|
|
986
|
-
{
|
|
987
|
-
"name": "disabled",
|
|
988
|
-
"annotation": {
|
|
989
|
-
"type": "keyword",
|
|
990
|
-
"value": "boolean"
|
|
991
|
-
}
|
|
992
|
-
},
|
|
993
|
-
{
|
|
994
|
-
"name": "checkable",
|
|
995
|
-
"annotation": {
|
|
996
|
-
"type": "keyword",
|
|
997
|
-
"value": "boolean"
|
|
998
|
-
}
|
|
999
|
-
},
|
|
1000
|
-
{
|
|
1001
|
-
"name": "allowClear",
|
|
1002
|
-
"annotation": {
|
|
1003
|
-
"type": "keyword",
|
|
1004
|
-
"value": "boolean"
|
|
1005
|
-
}
|
|
1006
|
-
},
|
|
1007
|
-
{
|
|
1008
|
-
"name": "loading",
|
|
1009
|
-
"annotation": {
|
|
1010
|
-
"type": "keyword",
|
|
1011
|
-
"value": "boolean"
|
|
1012
|
-
}
|
|
1013
|
-
},
|
|
1014
|
-
{
|
|
1015
|
-
"name": "filterTreeNode",
|
|
1016
|
-
"annotation": {
|
|
1017
|
-
"type": "indexedAccess",
|
|
1018
|
-
"objectType": {
|
|
1019
|
-
"type": "reference",
|
|
1020
|
-
"typeName": {
|
|
1021
|
-
"type": "identifier",
|
|
1022
|
-
"name": "AntdTreeSelectProps"
|
|
1023
|
-
}
|
|
1024
|
-
},
|
|
1025
|
-
"indexType": {
|
|
1026
|
-
"type": "jsLiteral",
|
|
1027
|
-
"value": "filterTreeNode"
|
|
1028
|
-
}
|
|
1029
|
-
}
|
|
1030
|
-
},
|
|
1031
|
-
{
|
|
1032
|
-
"name": "showSearch",
|
|
1033
|
-
"annotation": {
|
|
1034
|
-
"type": "keyword",
|
|
1035
|
-
"value": "boolean"
|
|
1036
|
-
}
|
|
1037
|
-
},
|
|
1038
|
-
{
|
|
1039
|
-
"name": "suffixIcon",
|
|
1040
|
-
"annotation": {
|
|
1041
|
-
"type": "reference",
|
|
1042
|
-
"typeName": {
|
|
1043
|
-
"type": "identifier",
|
|
1044
|
-
"name": "GeneralIconProps"
|
|
1045
|
-
}
|
|
1046
|
-
}
|
|
1047
|
-
},
|
|
1048
|
-
{
|
|
1049
|
-
"name": "popupPlacement",
|
|
1050
|
-
"annotation": {
|
|
1051
|
-
"type": "indexedAccess",
|
|
1052
|
-
"objectType": {
|
|
1053
|
-
"type": "reference",
|
|
1054
|
-
"typeName": {
|
|
1055
|
-
"type": "identifier",
|
|
1056
|
-
"name": "AntdTreeSelectProps"
|
|
1057
|
-
}
|
|
1058
|
-
},
|
|
1059
|
-
"indexType": {
|
|
1060
|
-
"type": "jsLiteral",
|
|
1061
|
-
"value": "placement"
|
|
1062
|
-
}
|
|
1063
|
-
}
|
|
1064
|
-
},
|
|
1065
|
-
{
|
|
1066
|
-
"name": "size",
|
|
1067
|
-
"annotation": {
|
|
1068
|
-
"type": "indexedAccess",
|
|
1069
|
-
"objectType": {
|
|
1070
|
-
"type": "reference",
|
|
1071
|
-
"typeName": {
|
|
1072
|
-
"type": "identifier",
|
|
1073
|
-
"name": "AntdTreeSelectProps"
|
|
1074
|
-
}
|
|
1075
|
-
},
|
|
1076
|
-
"indexType": {
|
|
1077
|
-
"type": "jsLiteral",
|
|
1078
|
-
"value": "size"
|
|
1079
|
-
}
|
|
1080
|
-
}
|
|
1081
|
-
},
|
|
1082
|
-
{
|
|
1083
|
-
"name": "maxTagCount",
|
|
1084
|
-
"annotation": {
|
|
1085
|
-
"type": "union",
|
|
1086
|
-
"types": [
|
|
1087
|
-
{
|
|
1088
|
-
"type": "keyword",
|
|
1089
|
-
"value": "number"
|
|
1090
|
-
},
|
|
1091
|
-
{
|
|
1092
|
-
"type": "jsLiteral",
|
|
1093
|
-
"value": "responsive"
|
|
1094
|
-
}
|
|
1095
|
-
]
|
|
1096
|
-
}
|
|
1097
|
-
},
|
|
1098
|
-
{
|
|
1099
|
-
"name": "dropdownStyle",
|
|
1100
|
-
"annotation": {
|
|
1101
|
-
"type": "reference",
|
|
1102
|
-
"typeName": {
|
|
1103
|
-
"type": "identifier",
|
|
1104
|
-
"name": "CSSProperties"
|
|
1105
|
-
}
|
|
1106
|
-
}
|
|
1107
|
-
}
|
|
1108
|
-
],
|
|
1109
|
-
"events": [
|
|
1110
|
-
{
|
|
1111
|
-
"name": "change",
|
|
1112
|
-
"detail": {
|
|
1113
|
-
"annotation": {
|
|
1114
|
-
"type": "typeLiteral",
|
|
1115
|
-
"members": [
|
|
1116
|
-
{
|
|
1117
|
-
"type": "propertySignature",
|
|
1118
|
-
"key": {
|
|
1119
|
-
"type": "identifier",
|
|
1120
|
-
"name": "value"
|
|
1121
|
-
},
|
|
1122
|
-
"annotation": {
|
|
1123
|
-
"type": "indexedAccess",
|
|
1124
|
-
"objectType": {
|
|
1125
|
-
"type": "reference",
|
|
1126
|
-
"typeName": {
|
|
1127
|
-
"type": "identifier",
|
|
1128
|
-
"name": "AntdTreeSelectProps"
|
|
1129
|
-
}
|
|
1130
|
-
},
|
|
1131
|
-
"indexType": {
|
|
1132
|
-
"type": "jsLiteral",
|
|
1133
|
-
"value": "value"
|
|
1134
|
-
}
|
|
1135
|
-
},
|
|
1136
|
-
"computed": false
|
|
1137
|
-
}
|
|
1138
|
-
]
|
|
1139
|
-
}
|
|
1140
|
-
}
|
|
1141
|
-
},
|
|
1142
|
-
{
|
|
1143
|
-
"name": "search",
|
|
1144
|
-
"detail": {
|
|
1145
|
-
"annotation": {
|
|
1146
|
-
"type": "keyword",
|
|
1147
|
-
"value": "string"
|
|
1148
|
-
}
|
|
1149
|
-
}
|
|
1150
|
-
},
|
|
1151
|
-
{
|
|
1152
|
-
"name": "select",
|
|
1153
|
-
"detail": {
|
|
1154
|
-
"annotation": {
|
|
1155
|
-
"type": "typeLiteral",
|
|
1156
|
-
"members": [
|
|
1157
|
-
{
|
|
1158
|
-
"type": "propertySignature",
|
|
1159
|
-
"key": {
|
|
1160
|
-
"type": "identifier",
|
|
1161
|
-
"name": "value"
|
|
1162
|
-
},
|
|
1163
|
-
"annotation": {
|
|
1164
|
-
"type": "indexedAccess",
|
|
1165
|
-
"objectType": {
|
|
1166
|
-
"type": "reference",
|
|
1167
|
-
"typeName": {
|
|
1168
|
-
"type": "identifier",
|
|
1169
|
-
"name": "AntdTreeSelectProps"
|
|
1170
|
-
}
|
|
1171
|
-
},
|
|
1172
|
-
"indexType": {
|
|
1173
|
-
"type": "jsLiteral",
|
|
1174
|
-
"value": "value"
|
|
1175
|
-
}
|
|
1176
|
-
},
|
|
1177
|
-
"computed": false
|
|
1178
|
-
}
|
|
1179
|
-
]
|
|
1180
|
-
}
|
|
1181
|
-
}
|
|
1182
|
-
},
|
|
1183
|
-
{
|
|
1184
|
-
"name": "expand",
|
|
1185
|
-
"detail": {
|
|
1186
|
-
"annotation": {
|
|
1187
|
-
"type": "typeLiteral",
|
|
1188
|
-
"members": [
|
|
1189
|
-
{
|
|
1190
|
-
"type": "propertySignature",
|
|
1191
|
-
"key": {
|
|
1192
|
-
"type": "identifier",
|
|
1193
|
-
"name": "keys"
|
|
1194
|
-
},
|
|
1195
|
-
"annotation": {
|
|
1196
|
-
"type": "array",
|
|
1197
|
-
"elementType": {
|
|
1198
|
-
"type": "reference",
|
|
1199
|
-
"typeName": {
|
|
1200
|
-
"type": "qualifiedName",
|
|
1201
|
-
"left": {
|
|
1202
|
-
"type": "identifier",
|
|
1203
|
-
"name": "React"
|
|
1204
|
-
},
|
|
1205
|
-
"right": {
|
|
1206
|
-
"type": "identifier",
|
|
1207
|
-
"name": "Key"
|
|
1208
|
-
}
|
|
1209
|
-
}
|
|
1210
|
-
}
|
|
1211
|
-
},
|
|
1212
|
-
"computed": false
|
|
1213
|
-
}
|
|
1214
|
-
]
|
|
1215
|
-
}
|
|
1216
|
-
}
|
|
1217
|
-
}
|
|
1218
|
-
],
|
|
1219
|
-
"methods": []
|
|
1220
|
-
},
|
|
1221
|
-
"eo-text-tooltip": {
|
|
1222
|
-
"properties": [
|
|
1223
|
-
{
|
|
1224
|
-
"name": "label",
|
|
1225
|
-
"annotation": {
|
|
1226
|
-
"type": "keyword",
|
|
1227
|
-
"value": "string"
|
|
1228
|
-
}
|
|
1229
|
-
},
|
|
1230
|
-
{
|
|
1231
|
-
"name": "lineClamp",
|
|
1232
|
-
"annotation": {
|
|
1233
|
-
"type": "keyword",
|
|
1234
|
-
"value": "number"
|
|
1235
|
-
}
|
|
1236
|
-
}
|
|
1237
|
-
],
|
|
1238
|
-
"events": [],
|
|
1239
|
-
"methods": []
|
|
1240
|
-
},
|
|
1241
1241
|
"advanced.capture-snapshot": {
|
|
1242
1242
|
"type": "provider",
|
|
1243
1243
|
"params": [
|