@next-bricks/advanced 0.41.5 → 0.41.7
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 +9 -9
- package/dist/chunks/{2197.a8236ec5.js → 2197.0aa1a34b.js} +2 -2
- package/dist/chunks/2197.0aa1a34b.js.map +1 -0
- package/dist/chunks/{eo-tree-select.0ce22783.js → eo-tree-select.c08bf615.js} +2 -2
- package/dist/chunks/eo-tree-select.c08bf615.js.map +1 -0
- package/dist/chunks/{main.fcd00b83.js → main.d2f6b9b9.js} +2 -2
- package/dist/chunks/{main.fcd00b83.js.map → main.d2f6b9b9.js.map} +1 -1
- package/dist/{index.25c633e4.js → index.b0714900.js} +2 -2
- package/dist/{index.25c633e4.js.map → index.b0714900.js.map} +1 -1
- package/dist/manifest.json +70 -70
- package/dist/types.json +362 -362
- package/package.json +2 -2
- package/dist/chunks/2197.a8236ec5.js.map +0 -1
- package/dist/chunks/eo-tree-select.0ce22783.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -233,117 +233,213 @@
|
|
|
233
233
|
}
|
|
234
234
|
]
|
|
235
235
|
},
|
|
236
|
-
"eo-
|
|
236
|
+
"eo-cascader": {
|
|
237
237
|
"properties": [
|
|
238
238
|
{
|
|
239
|
-
"name": "
|
|
239
|
+
"name": "name",
|
|
240
240
|
"annotation": {
|
|
241
241
|
"type": "keyword",
|
|
242
242
|
"value": "string"
|
|
243
243
|
}
|
|
244
244
|
},
|
|
245
245
|
{
|
|
246
|
-
"name": "
|
|
246
|
+
"name": "label",
|
|
247
|
+
"annotation": {
|
|
248
|
+
"type": "keyword",
|
|
249
|
+
"value": "string"
|
|
250
|
+
}
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"name": "required",
|
|
247
254
|
"annotation": {
|
|
248
255
|
"type": "keyword",
|
|
249
256
|
"value": "boolean"
|
|
250
257
|
}
|
|
251
258
|
},
|
|
252
259
|
{
|
|
253
|
-
"name": "
|
|
260
|
+
"name": "options",
|
|
254
261
|
"annotation": {
|
|
255
|
-
"type": "
|
|
256
|
-
"
|
|
262
|
+
"type": "indexedAccess",
|
|
263
|
+
"objectType": {
|
|
257
264
|
"type": "reference",
|
|
258
265
|
"typeName": {
|
|
259
266
|
"type": "identifier",
|
|
260
|
-
"name": "
|
|
267
|
+
"name": "AntdCascaderProps"
|
|
261
268
|
}
|
|
269
|
+
},
|
|
270
|
+
"indexType": {
|
|
271
|
+
"type": "jsLiteral",
|
|
272
|
+
"value": "options"
|
|
262
273
|
}
|
|
263
274
|
}
|
|
264
275
|
},
|
|
265
276
|
{
|
|
266
|
-
"name": "
|
|
277
|
+
"name": "fieldNames",
|
|
267
278
|
"annotation": {
|
|
268
|
-
"type": "
|
|
269
|
-
"
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
"
|
|
273
|
-
|
|
274
|
-
"name": "useBrick"
|
|
275
|
-
},
|
|
276
|
-
"annotation": {
|
|
277
|
-
"type": "array",
|
|
278
|
-
"elementType": {
|
|
279
|
-
"type": "reference",
|
|
280
|
-
"typeName": {
|
|
281
|
-
"type": "identifier",
|
|
282
|
-
"name": "UseSingleBrickConf"
|
|
283
|
-
}
|
|
284
|
-
}
|
|
285
|
-
},
|
|
286
|
-
"computed": false
|
|
279
|
+
"type": "indexedAccess",
|
|
280
|
+
"objectType": {
|
|
281
|
+
"type": "reference",
|
|
282
|
+
"typeName": {
|
|
283
|
+
"type": "identifier",
|
|
284
|
+
"name": "AntdCascaderProps"
|
|
287
285
|
}
|
|
288
|
-
|
|
286
|
+
},
|
|
287
|
+
"indexType": {
|
|
288
|
+
"type": "jsLiteral",
|
|
289
|
+
"value": "fieldNames"
|
|
290
|
+
}
|
|
289
291
|
}
|
|
290
292
|
},
|
|
291
293
|
{
|
|
292
|
-
"name": "
|
|
294
|
+
"name": "value",
|
|
293
295
|
"annotation": {
|
|
294
|
-
"type": "
|
|
295
|
-
"
|
|
296
|
+
"type": "indexedAccess",
|
|
297
|
+
"objectType": {
|
|
296
298
|
"type": "reference",
|
|
297
299
|
"typeName": {
|
|
298
300
|
"type": "identifier",
|
|
299
|
-
"name": "
|
|
301
|
+
"name": "AntdCascaderProps"
|
|
300
302
|
}
|
|
303
|
+
},
|
|
304
|
+
"indexType": {
|
|
305
|
+
"type": "jsLiteral",
|
|
306
|
+
"value": "value"
|
|
301
307
|
}
|
|
302
308
|
}
|
|
303
|
-
}
|
|
304
|
-
],
|
|
305
|
-
"events": [
|
|
309
|
+
},
|
|
306
310
|
{
|
|
307
|
-
"name": "
|
|
308
|
-
"
|
|
309
|
-
"
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
311
|
+
"name": "placeholder",
|
|
312
|
+
"annotation": {
|
|
313
|
+
"type": "keyword",
|
|
314
|
+
"value": "string"
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"name": "multiple",
|
|
319
|
+
"annotation": {
|
|
320
|
+
"type": "keyword",
|
|
321
|
+
"value": "boolean"
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"name": "disabled",
|
|
326
|
+
"annotation": {
|
|
327
|
+
"type": "keyword",
|
|
328
|
+
"value": "boolean"
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"name": "allowClear",
|
|
333
|
+
"annotation": {
|
|
334
|
+
"type": "keyword",
|
|
335
|
+
"value": "boolean"
|
|
336
|
+
}
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"name": "showSearch",
|
|
340
|
+
"annotation": {
|
|
341
|
+
"type": "keyword",
|
|
342
|
+
"value": "boolean"
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"name": "suffixIcon",
|
|
347
|
+
"annotation": {
|
|
348
|
+
"type": "reference",
|
|
349
|
+
"typeName": {
|
|
350
|
+
"type": "identifier",
|
|
351
|
+
"name": "GeneralIconProps"
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"name": "expandTrigger",
|
|
357
|
+
"annotation": {
|
|
358
|
+
"type": "indexedAccess",
|
|
359
|
+
"objectType": {
|
|
360
|
+
"type": "reference",
|
|
361
|
+
"typeName": {
|
|
362
|
+
"type": "identifier",
|
|
363
|
+
"name": "AntdCascaderProps"
|
|
317
364
|
}
|
|
365
|
+
},
|
|
366
|
+
"indexType": {
|
|
367
|
+
"type": "jsLiteral",
|
|
368
|
+
"value": "expandTrigger"
|
|
318
369
|
}
|
|
319
370
|
}
|
|
320
371
|
},
|
|
321
372
|
{
|
|
322
|
-
"name": "
|
|
323
|
-
"
|
|
324
|
-
"
|
|
325
|
-
|
|
326
|
-
"
|
|
327
|
-
|
|
328
|
-
"
|
|
329
|
-
|
|
330
|
-
"name": "Layout"
|
|
331
|
-
}
|
|
373
|
+
"name": "popupPlacement",
|
|
374
|
+
"annotation": {
|
|
375
|
+
"type": "indexedAccess",
|
|
376
|
+
"objectType": {
|
|
377
|
+
"type": "reference",
|
|
378
|
+
"typeName": {
|
|
379
|
+
"type": "identifier",
|
|
380
|
+
"name": "AntdCascaderProps"
|
|
332
381
|
}
|
|
382
|
+
},
|
|
383
|
+
"indexType": {
|
|
384
|
+
"type": "jsLiteral",
|
|
385
|
+
"value": "placement"
|
|
333
386
|
}
|
|
334
387
|
}
|
|
335
388
|
},
|
|
336
389
|
{
|
|
337
|
-
"name": "
|
|
338
|
-
"
|
|
339
|
-
"
|
|
340
|
-
|
|
341
|
-
"
|
|
390
|
+
"name": "size",
|
|
391
|
+
"annotation": {
|
|
392
|
+
"type": "indexedAccess",
|
|
393
|
+
"objectType": {
|
|
394
|
+
"type": "reference",
|
|
395
|
+
"typeName": {
|
|
396
|
+
"type": "identifier",
|
|
397
|
+
"name": "AntdCascaderProps"
|
|
398
|
+
}
|
|
399
|
+
},
|
|
400
|
+
"indexType": {
|
|
401
|
+
"type": "jsLiteral",
|
|
402
|
+
"value": "size"
|
|
342
403
|
}
|
|
343
404
|
}
|
|
344
405
|
},
|
|
345
406
|
{
|
|
346
|
-
"name": "
|
|
407
|
+
"name": "limit",
|
|
408
|
+
"annotation": {
|
|
409
|
+
"type": "keyword",
|
|
410
|
+
"value": "number"
|
|
411
|
+
}
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"name": "maxTagCount",
|
|
415
|
+
"annotation": {
|
|
416
|
+
"type": "union",
|
|
417
|
+
"types": [
|
|
418
|
+
{
|
|
419
|
+
"type": "keyword",
|
|
420
|
+
"value": "number"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"type": "jsLiteral",
|
|
424
|
+
"value": "responsive"
|
|
425
|
+
}
|
|
426
|
+
]
|
|
427
|
+
}
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"name": "cascaderStyle",
|
|
431
|
+
"annotation": {
|
|
432
|
+
"type": "reference",
|
|
433
|
+
"typeName": {
|
|
434
|
+
"type": "identifier",
|
|
435
|
+
"name": "CSSProperties"
|
|
436
|
+
}
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
],
|
|
440
|
+
"events": [
|
|
441
|
+
{
|
|
442
|
+
"name": "cascader.change",
|
|
347
443
|
"detail": {
|
|
348
444
|
"annotation": {
|
|
349
445
|
"type": "typeLiteral",
|
|
@@ -352,13 +448,20 @@
|
|
|
352
448
|
"type": "propertySignature",
|
|
353
449
|
"key": {
|
|
354
450
|
"type": "identifier",
|
|
355
|
-
"name": "
|
|
451
|
+
"name": "value"
|
|
356
452
|
},
|
|
357
453
|
"annotation": {
|
|
358
|
-
"type": "
|
|
359
|
-
"
|
|
360
|
-
"type": "
|
|
361
|
-
"
|
|
454
|
+
"type": "indexedAccess",
|
|
455
|
+
"objectType": {
|
|
456
|
+
"type": "reference",
|
|
457
|
+
"typeName": {
|
|
458
|
+
"type": "identifier",
|
|
459
|
+
"name": "AntdCascaderProps"
|
|
460
|
+
}
|
|
461
|
+
},
|
|
462
|
+
"indexType": {
|
|
463
|
+
"type": "jsLiteral",
|
|
464
|
+
"value": "value"
|
|
362
465
|
}
|
|
363
466
|
},
|
|
364
467
|
"computed": false
|
|
@@ -367,28 +470,201 @@
|
|
|
367
470
|
"type": "propertySignature",
|
|
368
471
|
"key": {
|
|
369
472
|
"type": "identifier",
|
|
370
|
-
"name": "
|
|
473
|
+
"name": "selectedOptions"
|
|
371
474
|
},
|
|
372
475
|
"annotation": {
|
|
373
|
-
"type": "
|
|
374
|
-
"
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
"
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
476
|
+
"type": "union",
|
|
477
|
+
"types": [
|
|
478
|
+
{
|
|
479
|
+
"type": "array",
|
|
480
|
+
"elementType": {
|
|
481
|
+
"type": "reference",
|
|
482
|
+
"typeName": {
|
|
483
|
+
"type": "identifier",
|
|
484
|
+
"name": "DefaultOptionType"
|
|
485
|
+
}
|
|
486
|
+
}
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"type": "array",
|
|
490
|
+
"elementType": {
|
|
491
|
+
"type": "array",
|
|
492
|
+
"elementType": {
|
|
493
|
+
"type": "reference",
|
|
494
|
+
"typeName": {
|
|
495
|
+
"type": "identifier",
|
|
496
|
+
"name": "DefaultOptionType"
|
|
497
|
+
}
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
}
|
|
501
|
+
]
|
|
502
|
+
},
|
|
503
|
+
"computed": false
|
|
504
|
+
}
|
|
505
|
+
]
|
|
506
|
+
}
|
|
507
|
+
}
|
|
508
|
+
}
|
|
509
|
+
],
|
|
510
|
+
"methods": []
|
|
511
|
+
},
|
|
512
|
+
"eo-workbench-layout-v2": {
|
|
513
|
+
"properties": [
|
|
514
|
+
{
|
|
515
|
+
"name": "cardTitle",
|
|
516
|
+
"annotation": {
|
|
517
|
+
"type": "keyword",
|
|
518
|
+
"value": "string"
|
|
519
|
+
}
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"name": "isEdit",
|
|
523
|
+
"annotation": {
|
|
524
|
+
"type": "keyword",
|
|
525
|
+
"value": "boolean"
|
|
526
|
+
}
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"name": "layouts",
|
|
530
|
+
"annotation": {
|
|
531
|
+
"type": "array",
|
|
532
|
+
"elementType": {
|
|
533
|
+
"type": "reference",
|
|
534
|
+
"typeName": {
|
|
535
|
+
"type": "identifier",
|
|
536
|
+
"name": "Layout"
|
|
537
|
+
}
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"name": "toolbarBricks",
|
|
543
|
+
"annotation": {
|
|
544
|
+
"type": "typeLiteral",
|
|
545
|
+
"members": [
|
|
546
|
+
{
|
|
547
|
+
"type": "propertySignature",
|
|
548
|
+
"key": {
|
|
549
|
+
"type": "identifier",
|
|
550
|
+
"name": "useBrick"
|
|
551
|
+
},
|
|
552
|
+
"annotation": {
|
|
553
|
+
"type": "array",
|
|
554
|
+
"elementType": {
|
|
555
|
+
"type": "reference",
|
|
556
|
+
"typeName": {
|
|
557
|
+
"type": "identifier",
|
|
558
|
+
"name": "UseSingleBrickConf"
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
},
|
|
562
|
+
"computed": false
|
|
563
|
+
}
|
|
564
|
+
]
|
|
565
|
+
}
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"name": "componentList",
|
|
569
|
+
"annotation": {
|
|
570
|
+
"type": "array",
|
|
571
|
+
"elementType": {
|
|
572
|
+
"type": "reference",
|
|
573
|
+
"typeName": {
|
|
574
|
+
"type": "identifier",
|
|
575
|
+
"name": "Item"
|
|
576
|
+
}
|
|
577
|
+
}
|
|
578
|
+
}
|
|
579
|
+
}
|
|
580
|
+
],
|
|
581
|
+
"events": [
|
|
582
|
+
{
|
|
583
|
+
"name": "change",
|
|
584
|
+
"detail": {
|
|
585
|
+
"annotation": {
|
|
586
|
+
"type": "array",
|
|
587
|
+
"elementType": {
|
|
588
|
+
"type": "reference",
|
|
589
|
+
"typeName": {
|
|
590
|
+
"type": "identifier",
|
|
591
|
+
"name": "Layout"
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"name": "save",
|
|
599
|
+
"detail": {
|
|
600
|
+
"annotation": {
|
|
601
|
+
"type": "array",
|
|
602
|
+
"elementType": {
|
|
603
|
+
"type": "reference",
|
|
604
|
+
"typeName": {
|
|
605
|
+
"type": "identifier",
|
|
606
|
+
"name": "Layout"
|
|
607
|
+
}
|
|
608
|
+
}
|
|
609
|
+
}
|
|
610
|
+
}
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"name": "cancel",
|
|
614
|
+
"detail": {
|
|
615
|
+
"annotation": {
|
|
616
|
+
"type": "keyword",
|
|
617
|
+
"value": "void"
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"name": "action.click",
|
|
623
|
+
"detail": {
|
|
624
|
+
"annotation": {
|
|
625
|
+
"type": "typeLiteral",
|
|
626
|
+
"members": [
|
|
627
|
+
{
|
|
628
|
+
"type": "propertySignature",
|
|
629
|
+
"key": {
|
|
630
|
+
"type": "identifier",
|
|
631
|
+
"name": "action"
|
|
632
|
+
},
|
|
633
|
+
"annotation": {
|
|
634
|
+
"type": "reference",
|
|
635
|
+
"typeName": {
|
|
636
|
+
"type": "identifier",
|
|
637
|
+
"name": "SimpleAction"
|
|
638
|
+
}
|
|
639
|
+
},
|
|
640
|
+
"computed": false
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"type": "propertySignature",
|
|
644
|
+
"key": {
|
|
645
|
+
"type": "identifier",
|
|
646
|
+
"name": "layouts"
|
|
647
|
+
},
|
|
648
|
+
"annotation": {
|
|
649
|
+
"type": "array",
|
|
650
|
+
"elementType": {
|
|
651
|
+
"type": "reference",
|
|
652
|
+
"typeName": {
|
|
653
|
+
"type": "identifier",
|
|
654
|
+
"name": "Layout"
|
|
655
|
+
}
|
|
656
|
+
}
|
|
657
|
+
},
|
|
658
|
+
"computed": false
|
|
659
|
+
}
|
|
660
|
+
]
|
|
661
|
+
}
|
|
662
|
+
}
|
|
663
|
+
}
|
|
664
|
+
],
|
|
665
|
+
"methods": [
|
|
666
|
+
{
|
|
667
|
+
"name": "setLayouts",
|
|
392
668
|
"params": [
|
|
393
669
|
{
|
|
394
670
|
"name": "layouts",
|
|
@@ -493,282 +769,6 @@
|
|
|
493
769
|
}
|
|
494
770
|
]
|
|
495
771
|
},
|
|
496
|
-
"eo-cascader": {
|
|
497
|
-
"properties": [
|
|
498
|
-
{
|
|
499
|
-
"name": "name",
|
|
500
|
-
"annotation": {
|
|
501
|
-
"type": "keyword",
|
|
502
|
-
"value": "string"
|
|
503
|
-
}
|
|
504
|
-
},
|
|
505
|
-
{
|
|
506
|
-
"name": "label",
|
|
507
|
-
"annotation": {
|
|
508
|
-
"type": "keyword",
|
|
509
|
-
"value": "string"
|
|
510
|
-
}
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
"name": "required",
|
|
514
|
-
"annotation": {
|
|
515
|
-
"type": "keyword",
|
|
516
|
-
"value": "boolean"
|
|
517
|
-
}
|
|
518
|
-
},
|
|
519
|
-
{
|
|
520
|
-
"name": "options",
|
|
521
|
-
"annotation": {
|
|
522
|
-
"type": "indexedAccess",
|
|
523
|
-
"objectType": {
|
|
524
|
-
"type": "reference",
|
|
525
|
-
"typeName": {
|
|
526
|
-
"type": "identifier",
|
|
527
|
-
"name": "AntdCascaderProps"
|
|
528
|
-
}
|
|
529
|
-
},
|
|
530
|
-
"indexType": {
|
|
531
|
-
"type": "jsLiteral",
|
|
532
|
-
"value": "options"
|
|
533
|
-
}
|
|
534
|
-
}
|
|
535
|
-
},
|
|
536
|
-
{
|
|
537
|
-
"name": "fieldNames",
|
|
538
|
-
"annotation": {
|
|
539
|
-
"type": "indexedAccess",
|
|
540
|
-
"objectType": {
|
|
541
|
-
"type": "reference",
|
|
542
|
-
"typeName": {
|
|
543
|
-
"type": "identifier",
|
|
544
|
-
"name": "AntdCascaderProps"
|
|
545
|
-
}
|
|
546
|
-
},
|
|
547
|
-
"indexType": {
|
|
548
|
-
"type": "jsLiteral",
|
|
549
|
-
"value": "fieldNames"
|
|
550
|
-
}
|
|
551
|
-
}
|
|
552
|
-
},
|
|
553
|
-
{
|
|
554
|
-
"name": "value",
|
|
555
|
-
"annotation": {
|
|
556
|
-
"type": "indexedAccess",
|
|
557
|
-
"objectType": {
|
|
558
|
-
"type": "reference",
|
|
559
|
-
"typeName": {
|
|
560
|
-
"type": "identifier",
|
|
561
|
-
"name": "AntdCascaderProps"
|
|
562
|
-
}
|
|
563
|
-
},
|
|
564
|
-
"indexType": {
|
|
565
|
-
"type": "jsLiteral",
|
|
566
|
-
"value": "value"
|
|
567
|
-
}
|
|
568
|
-
}
|
|
569
|
-
},
|
|
570
|
-
{
|
|
571
|
-
"name": "placeholder",
|
|
572
|
-
"annotation": {
|
|
573
|
-
"type": "keyword",
|
|
574
|
-
"value": "string"
|
|
575
|
-
}
|
|
576
|
-
},
|
|
577
|
-
{
|
|
578
|
-
"name": "multiple",
|
|
579
|
-
"annotation": {
|
|
580
|
-
"type": "keyword",
|
|
581
|
-
"value": "boolean"
|
|
582
|
-
}
|
|
583
|
-
},
|
|
584
|
-
{
|
|
585
|
-
"name": "disabled",
|
|
586
|
-
"annotation": {
|
|
587
|
-
"type": "keyword",
|
|
588
|
-
"value": "boolean"
|
|
589
|
-
}
|
|
590
|
-
},
|
|
591
|
-
{
|
|
592
|
-
"name": "allowClear",
|
|
593
|
-
"annotation": {
|
|
594
|
-
"type": "keyword",
|
|
595
|
-
"value": "boolean"
|
|
596
|
-
}
|
|
597
|
-
},
|
|
598
|
-
{
|
|
599
|
-
"name": "showSearch",
|
|
600
|
-
"annotation": {
|
|
601
|
-
"type": "keyword",
|
|
602
|
-
"value": "boolean"
|
|
603
|
-
}
|
|
604
|
-
},
|
|
605
|
-
{
|
|
606
|
-
"name": "suffixIcon",
|
|
607
|
-
"annotation": {
|
|
608
|
-
"type": "reference",
|
|
609
|
-
"typeName": {
|
|
610
|
-
"type": "identifier",
|
|
611
|
-
"name": "GeneralIconProps"
|
|
612
|
-
}
|
|
613
|
-
}
|
|
614
|
-
},
|
|
615
|
-
{
|
|
616
|
-
"name": "expandTrigger",
|
|
617
|
-
"annotation": {
|
|
618
|
-
"type": "indexedAccess",
|
|
619
|
-
"objectType": {
|
|
620
|
-
"type": "reference",
|
|
621
|
-
"typeName": {
|
|
622
|
-
"type": "identifier",
|
|
623
|
-
"name": "AntdCascaderProps"
|
|
624
|
-
}
|
|
625
|
-
},
|
|
626
|
-
"indexType": {
|
|
627
|
-
"type": "jsLiteral",
|
|
628
|
-
"value": "expandTrigger"
|
|
629
|
-
}
|
|
630
|
-
}
|
|
631
|
-
},
|
|
632
|
-
{
|
|
633
|
-
"name": "popupPlacement",
|
|
634
|
-
"annotation": {
|
|
635
|
-
"type": "indexedAccess",
|
|
636
|
-
"objectType": {
|
|
637
|
-
"type": "reference",
|
|
638
|
-
"typeName": {
|
|
639
|
-
"type": "identifier",
|
|
640
|
-
"name": "AntdCascaderProps"
|
|
641
|
-
}
|
|
642
|
-
},
|
|
643
|
-
"indexType": {
|
|
644
|
-
"type": "jsLiteral",
|
|
645
|
-
"value": "placement"
|
|
646
|
-
}
|
|
647
|
-
}
|
|
648
|
-
},
|
|
649
|
-
{
|
|
650
|
-
"name": "size",
|
|
651
|
-
"annotation": {
|
|
652
|
-
"type": "indexedAccess",
|
|
653
|
-
"objectType": {
|
|
654
|
-
"type": "reference",
|
|
655
|
-
"typeName": {
|
|
656
|
-
"type": "identifier",
|
|
657
|
-
"name": "AntdCascaderProps"
|
|
658
|
-
}
|
|
659
|
-
},
|
|
660
|
-
"indexType": {
|
|
661
|
-
"type": "jsLiteral",
|
|
662
|
-
"value": "size"
|
|
663
|
-
}
|
|
664
|
-
}
|
|
665
|
-
},
|
|
666
|
-
{
|
|
667
|
-
"name": "limit",
|
|
668
|
-
"annotation": {
|
|
669
|
-
"type": "keyword",
|
|
670
|
-
"value": "number"
|
|
671
|
-
}
|
|
672
|
-
},
|
|
673
|
-
{
|
|
674
|
-
"name": "maxTagCount",
|
|
675
|
-
"annotation": {
|
|
676
|
-
"type": "union",
|
|
677
|
-
"types": [
|
|
678
|
-
{
|
|
679
|
-
"type": "keyword",
|
|
680
|
-
"value": "number"
|
|
681
|
-
},
|
|
682
|
-
{
|
|
683
|
-
"type": "jsLiteral",
|
|
684
|
-
"value": "responsive"
|
|
685
|
-
}
|
|
686
|
-
]
|
|
687
|
-
}
|
|
688
|
-
},
|
|
689
|
-
{
|
|
690
|
-
"name": "cascaderStyle",
|
|
691
|
-
"annotation": {
|
|
692
|
-
"type": "reference",
|
|
693
|
-
"typeName": {
|
|
694
|
-
"type": "identifier",
|
|
695
|
-
"name": "CSSProperties"
|
|
696
|
-
}
|
|
697
|
-
}
|
|
698
|
-
}
|
|
699
|
-
],
|
|
700
|
-
"events": [
|
|
701
|
-
{
|
|
702
|
-
"name": "cascader.change",
|
|
703
|
-
"detail": {
|
|
704
|
-
"annotation": {
|
|
705
|
-
"type": "typeLiteral",
|
|
706
|
-
"members": [
|
|
707
|
-
{
|
|
708
|
-
"type": "propertySignature",
|
|
709
|
-
"key": {
|
|
710
|
-
"type": "identifier",
|
|
711
|
-
"name": "value"
|
|
712
|
-
},
|
|
713
|
-
"annotation": {
|
|
714
|
-
"type": "indexedAccess",
|
|
715
|
-
"objectType": {
|
|
716
|
-
"type": "reference",
|
|
717
|
-
"typeName": {
|
|
718
|
-
"type": "identifier",
|
|
719
|
-
"name": "AntdCascaderProps"
|
|
720
|
-
}
|
|
721
|
-
},
|
|
722
|
-
"indexType": {
|
|
723
|
-
"type": "jsLiteral",
|
|
724
|
-
"value": "value"
|
|
725
|
-
}
|
|
726
|
-
},
|
|
727
|
-
"computed": false
|
|
728
|
-
},
|
|
729
|
-
{
|
|
730
|
-
"type": "propertySignature",
|
|
731
|
-
"key": {
|
|
732
|
-
"type": "identifier",
|
|
733
|
-
"name": "selectedOptions"
|
|
734
|
-
},
|
|
735
|
-
"annotation": {
|
|
736
|
-
"type": "union",
|
|
737
|
-
"types": [
|
|
738
|
-
{
|
|
739
|
-
"type": "array",
|
|
740
|
-
"elementType": {
|
|
741
|
-
"type": "reference",
|
|
742
|
-
"typeName": {
|
|
743
|
-
"type": "identifier",
|
|
744
|
-
"name": "DefaultOptionType"
|
|
745
|
-
}
|
|
746
|
-
}
|
|
747
|
-
},
|
|
748
|
-
{
|
|
749
|
-
"type": "array",
|
|
750
|
-
"elementType": {
|
|
751
|
-
"type": "array",
|
|
752
|
-
"elementType": {
|
|
753
|
-
"type": "reference",
|
|
754
|
-
"typeName": {
|
|
755
|
-
"type": "identifier",
|
|
756
|
-
"name": "DefaultOptionType"
|
|
757
|
-
}
|
|
758
|
-
}
|
|
759
|
-
}
|
|
760
|
-
}
|
|
761
|
-
]
|
|
762
|
-
},
|
|
763
|
-
"computed": false
|
|
764
|
-
}
|
|
765
|
-
]
|
|
766
|
-
}
|
|
767
|
-
}
|
|
768
|
-
}
|
|
769
|
-
],
|
|
770
|
-
"methods": []
|
|
771
|
-
},
|
|
772
772
|
"eo-tree": {
|
|
773
773
|
"properties": [
|
|
774
774
|
{
|