@next-bricks/advanced 0.42.9 → 0.43.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 +13 -12
- package/dist/chunks/7157.c0454af3.js +2 -0
- package/dist/chunks/7157.c0454af3.js.map +1 -0
- package/dist/chunks/eo-cascader.12cb6d0c.js +2 -0
- package/dist/chunks/eo-cascader.12cb6d0c.js.map +1 -0
- package/dist/chunks/eo-table.2d3928a8.js +2 -0
- package/dist/chunks/eo-table.2d3928a8.js.map +1 -0
- package/dist/chunks/eo-workbench-layout-v2.4b7795b6.js +2 -0
- package/dist/chunks/eo-workbench-layout-v2.4b7795b6.js.map +1 -0
- package/dist/chunks/main.bee2d32d.js +2 -0
- package/dist/chunks/{main.04e42902.js.map → main.bee2d32d.js.map} +1 -1
- package/dist/examples.json +3 -3
- package/dist/index.20a36066.js +2 -0
- package/dist/index.20a36066.js.map +1 -0
- package/dist/manifest.json +231 -231
- package/dist/types.json +191 -276
- package/dist-types/interfaces/index.d.ts +1 -0
- package/dist-types/interfaces/workbench.d.ts +9 -0
- package/dist-types/workbench-layout-v2/DraggableComponentMenuItem.d.ts +7 -0
- package/dist-types/workbench-layout-v2/DraggableComponentMenuItem.spec.d.ts +1 -0
- package/dist-types/workbench-layout-v2/DroppableComponentLayoutItem.d.ts +9 -0
- package/dist-types/workbench-layout-v2/DroppableComponentLayoutItem.spec.d.ts +1 -0
- package/dist-types/workbench-layout-v2/index.d.ts +3 -10
- package/package.json +2 -2
- package/dist/chunks/2197.018fe597.js +0 -2
- package/dist/chunks/2197.018fe597.js.map +0 -1
- package/dist/chunks/eo-cascader.9ed2476a.js +0 -2
- package/dist/chunks/eo-cascader.9ed2476a.js.map +0 -1
- package/dist/chunks/eo-table.be1334ae.js +0 -2
- package/dist/chunks/eo-table.be1334ae.js.map +0 -1
- package/dist/chunks/eo-workbench-layout-v2.f1289e80.js +0 -2
- package/dist/chunks/eo-workbench-layout-v2.f1289e80.js.map +0 -1
- package/dist/chunks/main.04e42902.js +0 -2
- package/dist/index.006ff28e.js +0 -2
- package/dist/index.006ff28e.js.map +0 -1
package/dist/manifest.json
CHANGED
|
@@ -345,7 +345,7 @@
|
|
|
345
345
|
"insider": true
|
|
346
346
|
},
|
|
347
347
|
{
|
|
348
|
-
"name": "eo-workbench-layout
|
|
348
|
+
"name": "eo-workbench-layout",
|
|
349
349
|
"properties": [
|
|
350
350
|
{
|
|
351
351
|
"name": "cardTitle",
|
|
@@ -360,20 +360,10 @@
|
|
|
360
360
|
"attribute": false,
|
|
361
361
|
"type": "Layout[]"
|
|
362
362
|
},
|
|
363
|
-
{
|
|
364
|
-
"name": "toolbarBricks",
|
|
365
|
-
"attribute": false,
|
|
366
|
-
"type": "{\n useBrick: UseSingleBrickConf[];\n }"
|
|
367
|
-
},
|
|
368
363
|
{
|
|
369
364
|
"name": "componentList",
|
|
370
365
|
"attribute": false,
|
|
371
366
|
"type": "Item[]"
|
|
372
|
-
},
|
|
373
|
-
{
|
|
374
|
-
"name": "showSettingButton",
|
|
375
|
-
"description": "description: 用于设置页面样式和布局的按钮",
|
|
376
|
-
"type": "boolean"
|
|
377
367
|
}
|
|
378
368
|
],
|
|
379
369
|
"events": [
|
|
@@ -395,12 +385,6 @@
|
|
|
395
385
|
"type": "void"
|
|
396
386
|
}
|
|
397
387
|
},
|
|
398
|
-
{
|
|
399
|
-
"name": "setting",
|
|
400
|
-
"detail": {
|
|
401
|
-
"type": "void"
|
|
402
|
-
}
|
|
403
|
-
},
|
|
404
388
|
{
|
|
405
389
|
"name": "action.click",
|
|
406
390
|
"description": "操作点击事件",
|
|
@@ -423,10 +407,11 @@
|
|
|
423
407
|
}
|
|
424
408
|
],
|
|
425
409
|
"parts": [],
|
|
426
|
-
"description": "工作台布局
|
|
410
|
+
"description": "工作台布局",
|
|
411
|
+
"deprecated": "Please use eo-workbench-layout-v2 which support global styles instead"
|
|
427
412
|
},
|
|
428
413
|
{
|
|
429
|
-
"name": "eo-workbench-layout",
|
|
414
|
+
"name": "eo-workbench-layout-v2",
|
|
430
415
|
"properties": [
|
|
431
416
|
{
|
|
432
417
|
"name": "cardTitle",
|
|
@@ -441,10 +426,20 @@
|
|
|
441
426
|
"attribute": false,
|
|
442
427
|
"type": "Layout[]"
|
|
443
428
|
},
|
|
429
|
+
{
|
|
430
|
+
"name": "toolbarBricks",
|
|
431
|
+
"attribute": false,
|
|
432
|
+
"type": "{ useBrick: UseSingleBrickConf[] }"
|
|
433
|
+
},
|
|
444
434
|
{
|
|
445
435
|
"name": "componentList",
|
|
446
436
|
"attribute": false,
|
|
447
|
-
"type": "
|
|
437
|
+
"type": "WorkbenchComponent[]"
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"name": "showSettingButton",
|
|
441
|
+
"description": "description: 用于设置页面样式和布局的按钮",
|
|
442
|
+
"type": "boolean"
|
|
448
443
|
}
|
|
449
444
|
],
|
|
450
445
|
"events": [
|
|
@@ -466,6 +461,12 @@
|
|
|
466
461
|
"type": "void"
|
|
467
462
|
}
|
|
468
463
|
},
|
|
464
|
+
{
|
|
465
|
+
"name": "setting",
|
|
466
|
+
"detail": {
|
|
467
|
+
"type": "void"
|
|
468
|
+
}
|
|
469
|
+
},
|
|
469
470
|
{
|
|
470
471
|
"name": "action.click",
|
|
471
472
|
"description": "操作点击事件",
|
|
@@ -488,8 +489,7 @@
|
|
|
488
489
|
}
|
|
489
490
|
],
|
|
490
491
|
"parts": [],
|
|
491
|
-
"description": "工作台布局"
|
|
492
|
-
"deprecated": "Please use eo-workbench-layout-v2 which support global styles instead"
|
|
492
|
+
"description": "工作台布局V2,未使用shadow dom"
|
|
493
493
|
},
|
|
494
494
|
{
|
|
495
495
|
"name": "eo-cascader",
|
|
@@ -598,6 +598,215 @@
|
|
|
598
598
|
"description": "级联选择器",
|
|
599
599
|
"category": "form-input-basic"
|
|
600
600
|
},
|
|
601
|
+
{
|
|
602
|
+
"name": "eo-next-table",
|
|
603
|
+
"properties": [
|
|
604
|
+
{
|
|
605
|
+
"name": "rowKey",
|
|
606
|
+
"description": "指定表格行的 key",
|
|
607
|
+
"default": "\"key\"",
|
|
608
|
+
"type": "string"
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"name": "columns",
|
|
612
|
+
"description": "列定义",
|
|
613
|
+
"attribute": false,
|
|
614
|
+
"type": "Column[]"
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"name": "cell",
|
|
618
|
+
"description": "单元格",
|
|
619
|
+
"attribute": false,
|
|
620
|
+
"type": "CellConfig"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"name": "dataSource",
|
|
624
|
+
"description": "数据源",
|
|
625
|
+
"attribute": false,
|
|
626
|
+
"type": "DataSource"
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"name": "frontSearch",
|
|
630
|
+
"description": "是否前端搜索",
|
|
631
|
+
"type": "boolean"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"name": "pagination",
|
|
635
|
+
"description": "分页配置",
|
|
636
|
+
"attribute": false,
|
|
637
|
+
"type": "PaginationType"
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"name": "loading",
|
|
641
|
+
"description": "显示加载中状态",
|
|
642
|
+
"type": "boolean"
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"name": "multiSort",
|
|
646
|
+
"description": "是否支持多列排序,前端搜索时需设置 column.sortPriority 优先级",
|
|
647
|
+
"type": "boolean"
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"name": "sort",
|
|
651
|
+
"description": "排序信息",
|
|
652
|
+
"attribute": false,
|
|
653
|
+
"type": "Sort | Sort[]"
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"name": "rowSelection",
|
|
657
|
+
"description": "表格行可选择配置",
|
|
658
|
+
"attribute": false,
|
|
659
|
+
"type": "RowSelectionType"
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"name": "selectedRowKeys",
|
|
663
|
+
"description": "选中项的 key",
|
|
664
|
+
"attribute": false,
|
|
665
|
+
"type": "(string | number)[]"
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"name": "hiddenColumns",
|
|
669
|
+
"description": "隐藏的列(输入对应的 column.key)",
|
|
670
|
+
"attribute": false,
|
|
671
|
+
"type": "(string | number)[]"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"name": "expandable",
|
|
675
|
+
"description": "表格行展开配置",
|
|
676
|
+
"attribute": false,
|
|
677
|
+
"type": "ExpandableType"
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"name": "expandedRowKeys",
|
|
681
|
+
"description": "展开项的 key",
|
|
682
|
+
"attribute": false,
|
|
683
|
+
"type": "(string | number)[]"
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"name": "childrenColumnName",
|
|
687
|
+
"description": "树形结构的列名",
|
|
688
|
+
"default": "\"children\"",
|
|
689
|
+
"type": "string"
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"name": "rowDraggable",
|
|
693
|
+
"description": "表格行拖拽配置",
|
|
694
|
+
"type": "boolean"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"name": "searchFields",
|
|
698
|
+
"description": "进行前端搜索的字段,支持嵌套的写法。不配置的时候默认为对所有 column.dataIndex 进行前端搜索",
|
|
699
|
+
"attribute": false,
|
|
700
|
+
"type": "(string | string[])[]"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"name": "size",
|
|
704
|
+
"description": "表格大小",
|
|
705
|
+
"default": "\"large\"",
|
|
706
|
+
"type": "TableProps<RecordType>[\"size\"]"
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"name": "showHeader",
|
|
710
|
+
"description": "是否显示表头",
|
|
711
|
+
"default": "true",
|
|
712
|
+
"type": "boolean"
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"name": "bordered",
|
|
716
|
+
"description": "是否显示边框",
|
|
717
|
+
"type": "boolean"
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"name": "scrollConfig",
|
|
721
|
+
"description": "滚动配置",
|
|
722
|
+
"default": "{ x: true }",
|
|
723
|
+
"attribute": false,
|
|
724
|
+
"type": "TableProps<RecordType>[\"scroll\"]"
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"name": "optimizedColumns",
|
|
728
|
+
"description": "优化渲染的列(输入对应的 column.key)",
|
|
729
|
+
"attribute": false,
|
|
730
|
+
"type": "(string | number)[]"
|
|
731
|
+
}
|
|
732
|
+
],
|
|
733
|
+
"events": [
|
|
734
|
+
{
|
|
735
|
+
"name": "page.change",
|
|
736
|
+
"description": "page 或 pageSize 改变的回调",
|
|
737
|
+
"detail": {
|
|
738
|
+
"description": "改变后的页码及每页条数",
|
|
739
|
+
"type": "{ page: number; pageSize: number }"
|
|
740
|
+
}
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"name": "page.size.change",
|
|
744
|
+
"description": "pageSize 变化的回调",
|
|
745
|
+
"deprecated": "统一用 `page.change` 事件",
|
|
746
|
+
"detail": {
|
|
747
|
+
"description": "改变后的页码及每页条数",
|
|
748
|
+
"type": "{\n page: number;\n pageSize: number;\n }"
|
|
749
|
+
}
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"name": "sort.change",
|
|
753
|
+
"description": "排序变化的回调",
|
|
754
|
+
"detail": {
|
|
755
|
+
"description": "当前排序的信息",
|
|
756
|
+
"type": "Sort | Sort[] | undefined"
|
|
757
|
+
}
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"name": "row.select",
|
|
761
|
+
"description": "行选中项发生变化时的回调",
|
|
762
|
+
"detail": {
|
|
763
|
+
"description": "改变后的 rowKey 及行数据",
|
|
764
|
+
"type": "{\n keys: (string | number)[];\n rows: RecordType[];\n info: { type: RowSelectMethod };\n }"
|
|
765
|
+
}
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"name": "row.expand",
|
|
769
|
+
"description": "点击展开图标时触发",
|
|
770
|
+
"detail": {
|
|
771
|
+
"description": "当前行的展开情况及数据",
|
|
772
|
+
"type": "{\n expanded: boolean;\n record: RecordType;\n }"
|
|
773
|
+
}
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"name": "expanded.rows.change",
|
|
777
|
+
"description": "展开的行变化时触发",
|
|
778
|
+
"detail": {
|
|
779
|
+
"description": "所有展开行的 key",
|
|
780
|
+
"type": "(string | number)[]"
|
|
781
|
+
}
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"name": "row.drag",
|
|
785
|
+
"description": "表格行拖拽结束发生的事件",
|
|
786
|
+
"detail": {
|
|
787
|
+
"description": "重新排序的行数据、拖拽的行数据、放下位置的行数据",
|
|
788
|
+
"type": "{\n list: RecordType[];\n active: RecordType;\n over: RecordType;\n }"
|
|
789
|
+
}
|
|
790
|
+
}
|
|
791
|
+
],
|
|
792
|
+
"slots": [],
|
|
793
|
+
"methods": [
|
|
794
|
+
{
|
|
795
|
+
"name": "search",
|
|
796
|
+
"params": [
|
|
797
|
+
{
|
|
798
|
+
"name": "params",
|
|
799
|
+
"type": "{ q: string }"
|
|
800
|
+
}
|
|
801
|
+
],
|
|
802
|
+
"description": "前端搜索",
|
|
803
|
+
"returns": {}
|
|
804
|
+
}
|
|
805
|
+
],
|
|
806
|
+
"parts": [],
|
|
807
|
+
"description": "大型表格",
|
|
808
|
+
"category": "table"
|
|
809
|
+
},
|
|
601
810
|
{
|
|
602
811
|
"name": "eo-tree",
|
|
603
812
|
"properties": [
|
|
@@ -820,215 +1029,6 @@
|
|
|
820
1029
|
"description": "树选择器",
|
|
821
1030
|
"category": "form-input-basic"
|
|
822
1031
|
},
|
|
823
|
-
{
|
|
824
|
-
"name": "eo-next-table",
|
|
825
|
-
"properties": [
|
|
826
|
-
{
|
|
827
|
-
"name": "rowKey",
|
|
828
|
-
"description": "指定表格行的 key",
|
|
829
|
-
"default": "\"key\"",
|
|
830
|
-
"type": "string"
|
|
831
|
-
},
|
|
832
|
-
{
|
|
833
|
-
"name": "columns",
|
|
834
|
-
"description": "列定义",
|
|
835
|
-
"attribute": false,
|
|
836
|
-
"type": "Column[]"
|
|
837
|
-
},
|
|
838
|
-
{
|
|
839
|
-
"name": "cell",
|
|
840
|
-
"description": "单元格",
|
|
841
|
-
"attribute": false,
|
|
842
|
-
"type": "CellConfig"
|
|
843
|
-
},
|
|
844
|
-
{
|
|
845
|
-
"name": "dataSource",
|
|
846
|
-
"description": "数据源",
|
|
847
|
-
"attribute": false,
|
|
848
|
-
"type": "DataSource"
|
|
849
|
-
},
|
|
850
|
-
{
|
|
851
|
-
"name": "frontSearch",
|
|
852
|
-
"description": "是否前端搜索",
|
|
853
|
-
"type": "boolean"
|
|
854
|
-
},
|
|
855
|
-
{
|
|
856
|
-
"name": "pagination",
|
|
857
|
-
"description": "分页配置",
|
|
858
|
-
"attribute": false,
|
|
859
|
-
"type": "PaginationType"
|
|
860
|
-
},
|
|
861
|
-
{
|
|
862
|
-
"name": "loading",
|
|
863
|
-
"description": "显示加载中状态",
|
|
864
|
-
"type": "boolean"
|
|
865
|
-
},
|
|
866
|
-
{
|
|
867
|
-
"name": "multiSort",
|
|
868
|
-
"description": "是否支持多列排序,前端搜索时需设置 column.sortPriority 优先级",
|
|
869
|
-
"type": "boolean"
|
|
870
|
-
},
|
|
871
|
-
{
|
|
872
|
-
"name": "sort",
|
|
873
|
-
"description": "排序信息",
|
|
874
|
-
"attribute": false,
|
|
875
|
-
"type": "Sort | Sort[]"
|
|
876
|
-
},
|
|
877
|
-
{
|
|
878
|
-
"name": "rowSelection",
|
|
879
|
-
"description": "表格行可选择配置",
|
|
880
|
-
"attribute": false,
|
|
881
|
-
"type": "RowSelectionType"
|
|
882
|
-
},
|
|
883
|
-
{
|
|
884
|
-
"name": "selectedRowKeys",
|
|
885
|
-
"description": "选中项的 key",
|
|
886
|
-
"attribute": false,
|
|
887
|
-
"type": "(string | number)[]"
|
|
888
|
-
},
|
|
889
|
-
{
|
|
890
|
-
"name": "hiddenColumns",
|
|
891
|
-
"description": "隐藏的列(输入对应的 column.key)",
|
|
892
|
-
"attribute": false,
|
|
893
|
-
"type": "(string | number)[]"
|
|
894
|
-
},
|
|
895
|
-
{
|
|
896
|
-
"name": "expandable",
|
|
897
|
-
"description": "表格行展开配置",
|
|
898
|
-
"attribute": false,
|
|
899
|
-
"type": "ExpandableType"
|
|
900
|
-
},
|
|
901
|
-
{
|
|
902
|
-
"name": "expandedRowKeys",
|
|
903
|
-
"description": "展开项的 key",
|
|
904
|
-
"attribute": false,
|
|
905
|
-
"type": "(string | number)[]"
|
|
906
|
-
},
|
|
907
|
-
{
|
|
908
|
-
"name": "childrenColumnName",
|
|
909
|
-
"description": "树形结构的列名",
|
|
910
|
-
"default": "\"children\"",
|
|
911
|
-
"type": "string"
|
|
912
|
-
},
|
|
913
|
-
{
|
|
914
|
-
"name": "rowDraggable",
|
|
915
|
-
"description": "表格行拖拽配置",
|
|
916
|
-
"type": "boolean"
|
|
917
|
-
},
|
|
918
|
-
{
|
|
919
|
-
"name": "searchFields",
|
|
920
|
-
"description": "进行前端搜索的字段,支持嵌套的写法。不配置的时候默认为对所有 column.dataIndex 进行前端搜索",
|
|
921
|
-
"attribute": false,
|
|
922
|
-
"type": "(string | string[])[]"
|
|
923
|
-
},
|
|
924
|
-
{
|
|
925
|
-
"name": "size",
|
|
926
|
-
"description": "表格大小",
|
|
927
|
-
"default": "\"large\"",
|
|
928
|
-
"type": "TableProps<RecordType>[\"size\"]"
|
|
929
|
-
},
|
|
930
|
-
{
|
|
931
|
-
"name": "showHeader",
|
|
932
|
-
"description": "是否显示表头",
|
|
933
|
-
"default": "true",
|
|
934
|
-
"type": "boolean"
|
|
935
|
-
},
|
|
936
|
-
{
|
|
937
|
-
"name": "bordered",
|
|
938
|
-
"description": "是否显示边框",
|
|
939
|
-
"type": "boolean"
|
|
940
|
-
},
|
|
941
|
-
{
|
|
942
|
-
"name": "scrollConfig",
|
|
943
|
-
"description": "滚动配置",
|
|
944
|
-
"default": "{ x: true }",
|
|
945
|
-
"attribute": false,
|
|
946
|
-
"type": "TableProps<RecordType>[\"scroll\"]"
|
|
947
|
-
},
|
|
948
|
-
{
|
|
949
|
-
"name": "optimizedColumns",
|
|
950
|
-
"description": "优化渲染的列(输入对应的 column.key)",
|
|
951
|
-
"attribute": false,
|
|
952
|
-
"type": "(string | number)[]"
|
|
953
|
-
}
|
|
954
|
-
],
|
|
955
|
-
"events": [
|
|
956
|
-
{
|
|
957
|
-
"name": "page.change",
|
|
958
|
-
"description": "page 或 pageSize 改变的回调",
|
|
959
|
-
"detail": {
|
|
960
|
-
"description": "改变后的页码及每页条数",
|
|
961
|
-
"type": "{ page: number; pageSize: number }"
|
|
962
|
-
}
|
|
963
|
-
},
|
|
964
|
-
{
|
|
965
|
-
"name": "page.size.change",
|
|
966
|
-
"description": "pageSize 变化的回调",
|
|
967
|
-
"deprecated": "统一用 `page.change` 事件",
|
|
968
|
-
"detail": {
|
|
969
|
-
"description": "改变后的页码及每页条数",
|
|
970
|
-
"type": "{\n page: number;\n pageSize: number;\n }"
|
|
971
|
-
}
|
|
972
|
-
},
|
|
973
|
-
{
|
|
974
|
-
"name": "sort.change",
|
|
975
|
-
"description": "排序变化的回调",
|
|
976
|
-
"detail": {
|
|
977
|
-
"description": "当前排序的信息",
|
|
978
|
-
"type": "Sort | Sort[] | undefined"
|
|
979
|
-
}
|
|
980
|
-
},
|
|
981
|
-
{
|
|
982
|
-
"name": "row.select",
|
|
983
|
-
"description": "行选中项发生变化时的回调",
|
|
984
|
-
"detail": {
|
|
985
|
-
"description": "改变后的 rowKey 及行数据",
|
|
986
|
-
"type": "{\n keys: (string | number)[];\n rows: RecordType[];\n info: { type: RowSelectMethod };\n }"
|
|
987
|
-
}
|
|
988
|
-
},
|
|
989
|
-
{
|
|
990
|
-
"name": "row.expand",
|
|
991
|
-
"description": "点击展开图标时触发",
|
|
992
|
-
"detail": {
|
|
993
|
-
"description": "当前行的展开情况及数据",
|
|
994
|
-
"type": "{\n expanded: boolean;\n record: RecordType;\n }"
|
|
995
|
-
}
|
|
996
|
-
},
|
|
997
|
-
{
|
|
998
|
-
"name": "expanded.rows.change",
|
|
999
|
-
"description": "展开的行变化时触发",
|
|
1000
|
-
"detail": {
|
|
1001
|
-
"description": "所有展开行的 key",
|
|
1002
|
-
"type": "(string | number)[]"
|
|
1003
|
-
}
|
|
1004
|
-
},
|
|
1005
|
-
{
|
|
1006
|
-
"name": "row.drag",
|
|
1007
|
-
"description": "表格行拖拽结束发生的事件",
|
|
1008
|
-
"detail": {
|
|
1009
|
-
"description": "重新排序的行数据、拖拽的行数据、放下位置的行数据",
|
|
1010
|
-
"type": "{\n list: RecordType[];\n active: RecordType;\n over: RecordType;\n }"
|
|
1011
|
-
}
|
|
1012
|
-
}
|
|
1013
|
-
],
|
|
1014
|
-
"slots": [],
|
|
1015
|
-
"methods": [
|
|
1016
|
-
{
|
|
1017
|
-
"name": "search",
|
|
1018
|
-
"params": [
|
|
1019
|
-
{
|
|
1020
|
-
"name": "params",
|
|
1021
|
-
"type": "{ q: string }"
|
|
1022
|
-
}
|
|
1023
|
-
],
|
|
1024
|
-
"description": "前端搜索",
|
|
1025
|
-
"returns": {}
|
|
1026
|
-
}
|
|
1027
|
-
],
|
|
1028
|
-
"parts": [],
|
|
1029
|
-
"description": "大型表格",
|
|
1030
|
-
"category": "table"
|
|
1031
|
-
},
|
|
1032
1032
|
{
|
|
1033
1033
|
"name": "eo-text-tooltip",
|
|
1034
1034
|
"properties": [
|