@next-bricks/advanced 0.44.14 → 0.45.0

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.
@@ -345,285 +345,213 @@
345
345
  "insider": true
346
346
  },
347
347
  {
348
- "name": "eo-workbench-layout",
348
+ "name": "eo-next-table",
349
349
  "properties": [
350
350
  {
351
- "name": "cardTitle",
351
+ "name": "rowKey",
352
+ "description": "指定表格行的 key",
353
+ "default": "\"key\"",
352
354
  "type": "string"
353
355
  },
354
356
  {
355
- "name": "isEdit",
356
- "type": "boolean"
357
- },
358
- {
359
- "name": "layouts",
357
+ "name": "columns",
358
+ "description": "列定义",
360
359
  "attribute": false,
361
- "type": "Layout[]"
360
+ "type": "Column[]"
362
361
  },
363
362
  {
364
- "name": "componentList",
363
+ "name": "cell",
364
+ "description": "单元格",
365
365
  "attribute": false,
366
- "type": "Item[]"
367
- }
368
- ],
369
- "events": [
370
- {
371
- "name": "change",
372
- "detail": {
373
- "type": "Layout[]"
374
- }
375
- },
376
- {
377
- "name": "save",
378
- "detail": {
379
- "type": "Layout[]"
380
- }
381
- },
382
- {
383
- "name": "cancel",
384
- "detail": {
385
- "type": "void"
386
- }
387
- },
388
- {
389
- "name": "action.click",
390
- "description": "操作点击事件",
391
- "detail": {
392
- "description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
393
- "type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
394
- }
395
- }
396
- ],
397
- "slots": [],
398
- "methods": [
399
- {
400
- "name": "setLayouts",
401
- "params": [
402
- {
403
- "name": "layouts",
404
- "type": "Layout[]"
405
- }
406
- ]
407
- }
408
- ],
409
- "parts": [],
410
- "description": "工作台布局",
411
- "deprecated": "Please use eo-workbench-layout-v2 which support global styles instead"
412
- },
413
- {
414
- "name": "eo-workbench-layout-v2",
415
- "properties": [
416
- {
417
- "name": "cardTitle",
418
- "type": "string"
419
- },
420
- {
421
- "name": "isEdit",
422
- "type": "boolean"
366
+ "type": "CellConfig"
423
367
  },
424
368
  {
425
- "name": "layouts",
369
+ "name": "dataSource",
370
+ "description": "数据源",
426
371
  "attribute": false,
427
- "type": "ExtraLayout[]"
372
+ "type": "DataSource"
428
373
  },
429
374
  {
430
- "name": "toolbarBricks",
431
- "attribute": false,
432
- "type": "{ useBrick: UseSingleBrickConf[] }"
375
+ "name": "frontSearch",
376
+ "description": "是否前端搜索",
377
+ "type": "boolean"
433
378
  },
434
379
  {
435
- "name": "componentList",
380
+ "name": "pagination",
381
+ "description": "分页配置",
436
382
  "attribute": false,
437
- "type": "WorkbenchComponent[]"
383
+ "type": "PaginationType"
438
384
  },
439
385
  {
440
- "name": "showSettingButton",
441
- "description": "description: 用于设置页面样式和布局的按钮",
386
+ "name": "loading",
387
+ "description": "显示加载中状态",
442
388
  "type": "boolean"
443
- }
444
- ],
445
- "events": [
446
- {
447
- "name": "change",
448
- "detail": {
449
- "type": "ExtraLayout[]"
450
- }
451
- },
452
- {
453
- "name": "save",
454
- "detail": {
455
- "type": "ExtraLayout[]"
456
- }
457
389
  },
458
390
  {
459
- "name": "cancel",
460
- "detail": {
461
- "type": "void"
462
- }
463
- },
464
- {
465
- "name": "setting",
466
- "detail": {
467
- "type": "void"
468
- }
469
- },
470
- {
471
- "name": "action.click",
472
- "description": "操作点击事件",
473
- "detail": {
474
- "description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
475
- "type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
476
- }
477
- }
478
- ],
479
- "slots": [],
480
- "methods": [
481
- {
482
- "name": "setLayouts",
483
- "params": [
484
- {
485
- "name": "layouts",
486
- "type": "Layout[]"
487
- }
488
- ]
489
- }
490
- ],
491
- "parts": [],
492
- "description": "工作台布局V2,未使用shadow dom"
493
- },
494
- {
495
- "name": "eo-tree-select",
496
- "properties": [
497
- {
498
- "name": "name",
499
- "type": "string"
500
- },
501
- {
502
- "name": "label",
503
- "type": "string"
391
+ "name": "multiSort",
392
+ "description": "是否支持多列排序,前端搜索时需设置 column.sortPriority 优先级",
393
+ "type": "boolean"
504
394
  },
505
395
  {
506
- "name": "required",
507
- "type": "boolean"
396
+ "name": "sort",
397
+ "description": "排序信息",
398
+ "attribute": false,
399
+ "type": "Sort | Sort[]"
508
400
  },
509
401
  {
510
- "name": "treeData",
402
+ "name": "rowSelection",
403
+ "description": "表格行可选择配置",
511
404
  "attribute": false,
512
- "type": "AntdTreeSelectProps[\"treeData\"]"
405
+ "type": "RowSelectionType"
513
406
  },
514
407
  {
515
- "name": "treeDefaultExpandAll",
516
- "type": "boolean"
408
+ "name": "selectedRowKeys",
409
+ "description": "选中项的 key",
410
+ "attribute": false,
411
+ "type": "(string | number)[]"
517
412
  },
518
413
  {
519
- "name": "treeExpandedKeys",
414
+ "name": "hiddenColumns",
415
+ "description": "隐藏的列(输入对应的 column.key)",
520
416
  "attribute": false,
521
- "type": "string[]"
417
+ "type": "(string | number)[]"
522
418
  },
523
419
  {
524
- "name": "fieldNames",
420
+ "name": "expandable",
421
+ "description": "表格行展开配置",
525
422
  "attribute": false,
526
- "type": "AntdTreeSelectProps[\"fieldNames\"]"
423
+ "type": "ExpandableType"
527
424
  },
528
425
  {
529
- "name": "value",
426
+ "name": "expandedRowKeys",
427
+ "description": "展开项的 key",
530
428
  "attribute": false,
531
- "type": "AntdTreeSelectProps[\"value\"]"
429
+ "type": "(string | number)[]"
532
430
  },
533
431
  {
534
- "name": "placeholder",
432
+ "name": "childrenColumnName",
433
+ "description": "树形结构的列名",
434
+ "default": "\"children\"",
535
435
  "type": "string"
536
436
  },
537
437
  {
538
- "name": "multiple",
438
+ "name": "rowDraggable",
439
+ "description": "表格行拖拽配置",
539
440
  "type": "boolean"
540
441
  },
541
442
  {
542
- "name": "disabled",
543
- "type": "boolean"
443
+ "name": "searchFields",
444
+ "description": "进行前端搜索的字段,支持嵌套的写法。不配置的时候默认为对所有 column.dataIndex 进行前端搜索",
445
+ "attribute": false,
446
+ "type": "(string | string[])[]"
544
447
  },
545
448
  {
546
- "name": "checkable",
547
- "type": "boolean"
449
+ "name": "size",
450
+ "description": "表格大小",
451
+ "default": "\"large\"",
452
+ "type": "TableProps<RecordType>[\"size\"]"
548
453
  },
549
454
  {
550
- "name": "allowClear",
551
- "type": "boolean",
552
- "default": "true"
455
+ "name": "showHeader",
456
+ "description": "是否显示表头",
457
+ "default": "true",
458
+ "type": "boolean"
553
459
  },
554
460
  {
555
- "name": "loading",
556
- "type": "boolean",
557
- "default": "false"
461
+ "name": "bordered",
462
+ "description": "是否显示边框",
463
+ "type": "boolean"
558
464
  },
559
465
  {
560
- "name": "filterTreeNode",
466
+ "name": "scrollConfig",
467
+ "description": "滚动配置",
468
+ "default": "{ x: true }",
561
469
  "attribute": false,
562
- "type": "AntdTreeSelectProps[\"filterTreeNode\"]"
563
- },
564
- {
565
- "name": "showSearch",
566
- "type": "boolean",
567
- "default": "true"
470
+ "type": "TableProps<RecordType>[\"scroll\"]"
568
471
  },
569
472
  {
570
- "name": "suffixIcon",
473
+ "name": "optimizedColumns",
474
+ "description": "优化渲染的列(输入对应的 column.key)",
571
475
  "attribute": false,
572
- "type": "GeneralIconProps"
573
- },
476
+ "type": "(string | number)[]"
477
+ }
478
+ ],
479
+ "events": [
574
480
  {
575
- "name": "popupPlacement",
576
- "type": "AntdTreeSelectProps[\"placement\"]",
577
- "default": "\"bottomLeft\""
481
+ "name": "page.change",
482
+ "description": "page 或 pageSize 改变的回调",
483
+ "detail": {
484
+ "description": "改变后的页码及每页条数",
485
+ "type": "{ page: number; pageSize: number }"
486
+ }
578
487
  },
579
488
  {
580
- "name": "size",
581
- "type": "AntdTreeSelectProps[\"size\"]"
489
+ "name": "page.size.change",
490
+ "description": "pageSize 变化的回调",
491
+ "deprecated": "统一用 `page.change` 事件",
492
+ "detail": {
493
+ "description": "改变后的页码及每页条数",
494
+ "type": "{\n page: number;\n pageSize: number;\n }"
495
+ }
582
496
  },
583
497
  {
584
- "name": "maxTagCount",
585
- "attribute": false,
586
- "type": "number | \"responsive\""
498
+ "name": "sort.change",
499
+ "description": "排序变化的回调",
500
+ "detail": {
501
+ "description": "当前排序的信息",
502
+ "type": "Sort | Sort[] | undefined"
503
+ }
587
504
  },
588
505
  {
589
- "name": "dropdownStyle",
590
- "attribute": false,
591
- "type": "CSSProperties"
592
- }
593
- ],
594
- "events": [
595
- {
596
- "name": "change",
597
- "description": "",
506
+ "name": "row.select",
507
+ "description": "行选中项发生变化时的回调",
598
508
  "detail": {
599
- "description": "{ value: AntdTreeSelectProps[\"value\"], selectedOptions: DefaultOptionType[] | DefaultOptionType[][] }",
600
- "type": "{\n value: AntdTreeSelectProps[\"value\"];\n }"
509
+ "description": "改变后的 rowKey 及行数据",
510
+ "type": "{\n keys: (string | number)[];\n rows: RecordType[];\n info: { type: RowSelectMethod };\n }"
601
511
  }
602
512
  },
603
513
  {
604
- "name": "search",
514
+ "name": "row.expand",
515
+ "description": "点击展开图标时触发",
605
516
  "detail": {
606
- "type": "string"
517
+ "description": "当前行的展开情况及数据",
518
+ "type": "{\n expanded: boolean;\n record: RecordType;\n }"
607
519
  }
608
520
  },
609
521
  {
610
- "name": "select",
522
+ "name": "expanded.rows.change",
523
+ "description": "展开的行变化时触发",
611
524
  "detail": {
612
- "type": "{ value: AntdTreeSelectProps[\"value\"] }"
525
+ "description": "所有展开行的 key",
526
+ "type": "(string | number)[]"
613
527
  }
614
528
  },
615
529
  {
616
- "name": "expand",
530
+ "name": "row.drag",
531
+ "description": "表格行拖拽结束发生的事件",
617
532
  "detail": {
618
- "type": "{ keys: React.Key[] }"
533
+ "description": "重新排序的行数据、拖拽的行数据、放下位置的行数据",
534
+ "type": "{\n list: RecordType[];\n active: RecordType;\n over: RecordType;\n }"
619
535
  }
620
536
  }
621
537
  ],
622
538
  "slots": [],
623
- "methods": [],
539
+ "methods": [
540
+ {
541
+ "name": "search",
542
+ "params": [
543
+ {
544
+ "name": "params",
545
+ "type": "{ q: string }"
546
+ }
547
+ ],
548
+ "description": "前端搜索",
549
+ "returns": {}
550
+ }
551
+ ],
624
552
  "parts": [],
625
- "description": "树选择器",
626
- "category": "form-input-basic"
553
+ "description": "大型表格",
554
+ "category": "table"
627
555
  },
628
556
  {
629
557
  "name": "eo-cascader",
@@ -733,262 +661,307 @@
733
661
  "category": "form-input-basic"
734
662
  },
735
663
  {
736
- "name": "eo-text-tooltip",
664
+ "name": "eo-workbench-layout-v2",
737
665
  "properties": [
738
666
  {
739
- "name": "label",
740
- "description": "文案",
741
- "default": null,
667
+ "name": "cardTitle",
742
668
  "type": "string"
743
669
  },
744
670
  {
745
- "name": "lineClamp",
746
- "description": "省略行数",
747
- "default": "1",
748
- "type": "number"
671
+ "name": "isEdit",
672
+ "type": "boolean"
673
+ },
674
+ {
675
+ "name": "layouts",
676
+ "attribute": false,
677
+ "type": "ExtraLayout[]"
678
+ },
679
+ {
680
+ "name": "toolbarBricks",
681
+ "attribute": false,
682
+ "type": "{ useBrick: UseSingleBrickConf[] }"
683
+ },
684
+ {
685
+ "name": "componentList",
686
+ "attribute": false,
687
+ "type": "WorkbenchComponent[]"
688
+ },
689
+ {
690
+ "name": "showSettingButton",
691
+ "description": "description: 用于设置页面样式和布局的按钮",
692
+ "type": "boolean"
693
+ }
694
+ ],
695
+ "events": [
696
+ {
697
+ "name": "change",
698
+ "detail": {
699
+ "type": "ExtraLayout[]"
700
+ }
701
+ },
702
+ {
703
+ "name": "save",
704
+ "detail": {
705
+ "type": "ExtraLayout[]"
706
+ }
707
+ },
708
+ {
709
+ "name": "cancel",
710
+ "detail": {
711
+ "type": "void"
712
+ }
713
+ },
714
+ {
715
+ "name": "setting",
716
+ "detail": {
717
+ "type": "void"
718
+ }
719
+ },
720
+ {
721
+ "name": "action.click",
722
+ "description": "操作点击事件",
723
+ "detail": {
724
+ "description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
725
+ "type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
726
+ }
749
727
  }
750
728
  ],
751
- "events": [],
752
729
  "slots": [],
753
- "methods": [],
730
+ "methods": [
731
+ {
732
+ "name": "setLayouts",
733
+ "params": [
734
+ {
735
+ "name": "layouts",
736
+ "type": "Layout[]"
737
+ }
738
+ ]
739
+ }
740
+ ],
754
741
  "parts": [],
755
- "description": "超出宽度鼠标悬浮显示tooltip\n构件 `eo-text-tooltip`"
742
+ "description": "工作台布局V2,未使用shadow dom"
756
743
  },
757
744
  {
758
- "name": "advanced.pdf-viewer",
745
+ "name": "eo-workbench-layout",
759
746
  "properties": [
760
747
  {
761
- "name": "url",
748
+ "name": "cardTitle",
762
749
  "type": "string"
763
750
  },
764
751
  {
765
- "name": "page",
766
- "type": "number"
752
+ "name": "isEdit",
753
+ "type": "boolean"
767
754
  },
768
755
  {
769
- "name": "search",
770
- "type": "string"
756
+ "name": "layouts",
757
+ "attribute": false,
758
+ "type": "Layout[]"
771
759
  },
772
760
  {
773
- "name": "viewerStyle",
761
+ "name": "componentList",
774
762
  "attribute": false,
775
- "type": "React.CSSProperties"
763
+ "type": "Item[]"
764
+ }
765
+ ],
766
+ "events": [
767
+ {
768
+ "name": "change",
769
+ "detail": {
770
+ "type": "Layout[]"
771
+ }
772
+ },
773
+ {
774
+ "name": "save",
775
+ "detail": {
776
+ "type": "Layout[]"
777
+ }
778
+ },
779
+ {
780
+ "name": "cancel",
781
+ "detail": {
782
+ "type": "void"
783
+ }
784
+ },
785
+ {
786
+ "name": "action.click",
787
+ "description": "操作点击事件",
788
+ "detail": {
789
+ "description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
790
+ "type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
791
+ }
776
792
  }
777
793
  ],
778
- "events": [],
779
794
  "slots": [],
780
- "methods": [],
795
+ "methods": [
796
+ {
797
+ "name": "setLayouts",
798
+ "params": [
799
+ {
800
+ "name": "layouts",
801
+ "type": "Layout[]"
802
+ }
803
+ ]
804
+ }
805
+ ],
781
806
  "parts": [],
782
- "description": "构件 `advanced.pdf-viewer`"
807
+ "description": "工作台布局",
808
+ "deprecated": "Please use eo-workbench-layout-v2 which support global styles instead"
783
809
  },
784
810
  {
785
- "name": "eo-next-table",
811
+ "name": "eo-tree-select",
786
812
  "properties": [
787
813
  {
788
- "name": "rowKey",
789
- "description": "指定表格行的 key",
790
- "default": "\"key\"",
814
+ "name": "name",
791
815
  "type": "string"
792
816
  },
793
817
  {
794
- "name": "columns",
795
- "description": "列定义",
796
- "attribute": false,
797
- "type": "Column[]"
798
- },
799
- {
800
- "name": "cell",
801
- "description": "单元格",
802
- "attribute": false,
803
- "type": "CellConfig"
804
- },
805
- {
806
- "name": "dataSource",
807
- "description": "数据源",
808
- "attribute": false,
809
- "type": "DataSource"
818
+ "name": "label",
819
+ "type": "string"
810
820
  },
811
821
  {
812
- "name": "frontSearch",
813
- "description": "是否前端搜索",
822
+ "name": "required",
814
823
  "type": "boolean"
815
824
  },
816
825
  {
817
- "name": "pagination",
818
- "description": "分页配置",
826
+ "name": "treeData",
819
827
  "attribute": false,
820
- "type": "PaginationType"
828
+ "type": "AntdTreeSelectProps[\"treeData\"]"
821
829
  },
822
830
  {
823
- "name": "loading",
824
- "description": "显示加载中状态",
831
+ "name": "treeDefaultExpandAll",
825
832
  "type": "boolean"
826
833
  },
827
834
  {
828
- "name": "multiSort",
829
- "description": "是否支持多列排序,前端搜索时需设置 column.sortPriority 优先级",
830
- "type": "boolean"
835
+ "name": "treeExpandedKeys",
836
+ "attribute": false,
837
+ "type": "string[]"
831
838
  },
832
839
  {
833
- "name": "sort",
834
- "description": "排序信息",
840
+ "name": "fieldNames",
835
841
  "attribute": false,
836
- "type": "Sort | Sort[]"
842
+ "type": "AntdTreeSelectProps[\"fieldNames\"]"
837
843
  },
838
844
  {
839
- "name": "rowSelection",
840
- "description": "表格行可选择配置",
845
+ "name": "value",
841
846
  "attribute": false,
842
- "type": "RowSelectionType"
847
+ "type": "AntdTreeSelectProps[\"value\"]"
843
848
  },
844
849
  {
845
- "name": "selectedRowKeys",
846
- "description": "选中项的 key",
847
- "attribute": false,
848
- "type": "(string | number)[]"
850
+ "name": "placeholder",
851
+ "type": "string"
849
852
  },
850
853
  {
851
- "name": "hiddenColumns",
852
- "description": "隐藏的列(输入对应的 column.key)",
853
- "attribute": false,
854
- "type": "(string | number)[]"
854
+ "name": "multiple",
855
+ "type": "boolean"
855
856
  },
856
857
  {
857
- "name": "expandable",
858
- "description": "表格行展开配置",
859
- "attribute": false,
860
- "type": "ExpandableType"
858
+ "name": "disabled",
859
+ "type": "boolean"
861
860
  },
862
861
  {
863
- "name": "expandedRowKeys",
864
- "description": "展开项的 key",
865
- "attribute": false,
866
- "type": "(string | number)[]"
862
+ "name": "checkable",
863
+ "type": "boolean"
867
864
  },
868
865
  {
869
- "name": "childrenColumnName",
870
- "description": "树形结构的列名",
871
- "default": "\"children\"",
872
- "type": "string"
866
+ "name": "allowClear",
867
+ "type": "boolean",
868
+ "default": "true"
873
869
  },
874
870
  {
875
- "name": "rowDraggable",
876
- "description": "表格行拖拽配置",
877
- "type": "boolean"
871
+ "name": "loading",
872
+ "type": "boolean",
873
+ "default": "false"
878
874
  },
879
875
  {
880
- "name": "searchFields",
881
- "description": "进行前端搜索的字段,支持嵌套的写法。不配置的时候默认为对所有 column.dataIndex 进行前端搜索",
876
+ "name": "filterTreeNode",
882
877
  "attribute": false,
883
- "type": "(string | string[])[]"
878
+ "type": "AntdTreeSelectProps[\"filterTreeNode\"]"
884
879
  },
885
880
  {
886
- "name": "size",
887
- "description": "表格大小",
888
- "default": "\"large\"",
889
- "type": "TableProps<RecordType>[\"size\"]"
881
+ "name": "showSearch",
882
+ "type": "boolean",
883
+ "default": "true"
890
884
  },
891
885
  {
892
- "name": "showHeader",
893
- "description": "是否显示表头",
894
- "default": "true",
895
- "type": "boolean"
886
+ "name": "suffixIcon",
887
+ "attribute": false,
888
+ "type": "GeneralIconProps"
896
889
  },
897
890
  {
898
- "name": "bordered",
899
- "description": "是否显示边框",
900
- "type": "boolean"
891
+ "name": "popupPlacement",
892
+ "type": "AntdTreeSelectProps[\"placement\"]",
893
+ "default": "\"bottomLeft\""
901
894
  },
902
895
  {
903
- "name": "scrollConfig",
904
- "description": "滚动配置",
905
- "default": "{ x: true }",
896
+ "name": "size",
897
+ "type": "AntdTreeSelectProps[\"size\"]"
898
+ },
899
+ {
900
+ "name": "maxTagCount",
906
901
  "attribute": false,
907
- "type": "TableProps<RecordType>[\"scroll\"]"
902
+ "type": "number | \"responsive\""
908
903
  },
909
904
  {
910
- "name": "optimizedColumns",
911
- "description": "优化渲染的列(输入对应的 column.key)",
905
+ "name": "dropdownStyle",
912
906
  "attribute": false,
913
- "type": "(string | number)[]"
907
+ "type": "CSSProperties"
914
908
  }
915
909
  ],
916
910
  "events": [
917
911
  {
918
- "name": "page.change",
919
- "description": "page 或 pageSize 改变的回调",
920
- "detail": {
921
- "description": "改变后的页码及每页条数",
922
- "type": "{ page: number; pageSize: number }"
923
- }
924
- },
925
- {
926
- "name": "page.size.change",
927
- "description": "pageSize 变化的回调",
928
- "deprecated": "统一用 `page.change` 事件",
929
- "detail": {
930
- "description": "改变后的页码及每页条数",
931
- "type": "{\n page: number;\n pageSize: number;\n }"
932
- }
933
- },
934
- {
935
- "name": "sort.change",
936
- "description": "排序变化的回调",
937
- "detail": {
938
- "description": "当前排序的信息",
939
- "type": "Sort | Sort[] | undefined"
940
- }
941
- },
942
- {
943
- "name": "row.select",
944
- "description": "行选中项发生变化时的回调",
912
+ "name": "change",
913
+ "description": "",
945
914
  "detail": {
946
- "description": "改变后的 rowKey 及行数据",
947
- "type": "{\n keys: (string | number)[];\n rows: RecordType[];\n info: { type: RowSelectMethod };\n }"
915
+ "description": "{ value: AntdTreeSelectProps[\"value\"], selectedOptions: DefaultOptionType[] | DefaultOptionType[][] }",
916
+ "type": "{\n value: AntdTreeSelectProps[\"value\"];\n }"
948
917
  }
949
918
  },
950
919
  {
951
- "name": "row.expand",
952
- "description": "点击展开图标时触发",
920
+ "name": "search",
953
921
  "detail": {
954
- "description": "当前行的展开情况及数据",
955
- "type": "{\n expanded: boolean;\n record: RecordType;\n }"
922
+ "type": "string"
956
923
  }
957
924
  },
958
925
  {
959
- "name": "expanded.rows.change",
960
- "description": "展开的行变化时触发",
926
+ "name": "select",
961
927
  "detail": {
962
- "description": "所有展开行的 key",
963
- "type": "(string | number)[]"
928
+ "type": "{ value: AntdTreeSelectProps[\"value\"] }"
964
929
  }
965
930
  },
966
931
  {
967
- "name": "row.drag",
968
- "description": "表格行拖拽结束发生的事件",
932
+ "name": "expand",
969
933
  "detail": {
970
- "description": "重新排序的行数据、拖拽的行数据、放下位置的行数据",
971
- "type": "{\n list: RecordType[];\n active: RecordType;\n over: RecordType;\n }"
934
+ "type": "{ keys: React.Key[] }"
972
935
  }
973
936
  }
974
937
  ],
975
938
  "slots": [],
976
- "methods": [
939
+ "methods": [],
940
+ "parts": [],
941
+ "description": "树选择器",
942
+ "category": "form-input-basic"
943
+ },
944
+ {
945
+ "name": "eo-text-tooltip",
946
+ "properties": [
977
947
  {
978
- "name": "search",
979
- "params": [
980
- {
981
- "name": "params",
982
- "type": "{ q: string }"
983
- }
984
- ],
985
- "description": "前端搜索",
986
- "returns": {}
948
+ "name": "label",
949
+ "description": "文案",
950
+ "default": null,
951
+ "type": "string"
952
+ },
953
+ {
954
+ "name": "lineClamp",
955
+ "description": "省略行数",
956
+ "default": "1",
957
+ "type": "number"
987
958
  }
988
959
  ],
960
+ "events": [],
961
+ "slots": [],
962
+ "methods": [],
989
963
  "parts": [],
990
- "description": "大型表格",
991
- "category": "table"
964
+ "description": "超出宽度鼠标悬浮显示tooltip\n构件 `eo-text-tooltip`"
992
965
  },
993
966
  {
994
967
  "name": "eo-tree",
@@ -1077,6 +1050,33 @@
1077
1050
  "methods": [],
1078
1051
  "parts": [],
1079
1052
  "description": "树形构件"
1053
+ },
1054
+ {
1055
+ "name": "advanced.pdf-viewer",
1056
+ "properties": [
1057
+ {
1058
+ "name": "url",
1059
+ "type": "string"
1060
+ },
1061
+ {
1062
+ "name": "page",
1063
+ "type": "number"
1064
+ },
1065
+ {
1066
+ "name": "search",
1067
+ "type": "string"
1068
+ },
1069
+ {
1070
+ "name": "viewerStyle",
1071
+ "attribute": false,
1072
+ "type": "React.CSSProperties"
1073
+ }
1074
+ ],
1075
+ "events": [],
1076
+ "slots": [],
1077
+ "methods": [],
1078
+ "parts": [],
1079
+ "description": "构件 `advanced.pdf-viewer`"
1080
1080
  }
1081
1081
  ],
1082
1082
  "providers": [