@next-bricks/advanced 0.35.10 → 0.36.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.
@@ -542,47 +542,6 @@
542
542
  "description": "大型表格",
543
543
  "category": "table"
544
544
  },
545
- {
546
- "name": "eo-workbench-layout",
547
- "properties": [
548
- {
549
- "name": "cardTitle",
550
- "type": "string"
551
- },
552
- {
553
- "name": "isEdit",
554
- "type": "boolean"
555
- },
556
- {
557
- "name": "layouts",
558
- "attribute": false,
559
- "type": "Layout[]"
560
- },
561
- {
562
- "name": "componentList",
563
- "attribute": false,
564
- "type": "Item[]"
565
- }
566
- ],
567
- "events": [
568
- {
569
- "name": "save",
570
- "detail": {
571
- "type": "Layout[]"
572
- }
573
- },
574
- {
575
- "name": "cancel",
576
- "detail": {
577
- "type": "void"
578
- }
579
- }
580
- ],
581
- "slots": [],
582
- "methods": [],
583
- "parts": [],
584
- "description": "工作台布局"
585
- },
586
545
  {
587
546
  "name": "eo-cascader",
588
547
  "alias": [
@@ -691,7 +650,7 @@
691
650
  "category": "form-input-basic"
692
651
  },
693
652
  {
694
- "name": "eo-workbench-layout-v2",
653
+ "name": "eo-workbench-layout",
695
654
  "properties": [
696
655
  {
697
656
  "name": "cardTitle",
@@ -706,11 +665,6 @@
706
665
  "attribute": false,
707
666
  "type": "Layout[]"
708
667
  },
709
- {
710
- "name": "toolbarBricks",
711
- "attribute": false,
712
- "type": "{\n useBrick: UseSingleBrickConf[];\n }"
713
- },
714
668
  {
715
669
  "name": "componentList",
716
670
  "attribute": false,
@@ -729,100 +683,76 @@
729
683
  "detail": {
730
684
  "type": "void"
731
685
  }
686
+ },
687
+ {
688
+ "name": "action.click",
689
+ "description": "操作点击事件",
690
+ "detail": {
691
+ "description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
692
+ "type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
693
+ }
732
694
  }
733
695
  ],
734
696
  "slots": [],
735
- "methods": [],
697
+ "methods": [
698
+ {
699
+ "name": "setLayouts",
700
+ "params": [
701
+ {
702
+ "name": "layouts",
703
+ "type": "Layout[]"
704
+ }
705
+ ]
706
+ }
707
+ ],
736
708
  "parts": [],
737
- "description": "工作台布局V2,未使用shadow dom"
709
+ "description": "工作台布局"
738
710
  },
739
711
  {
740
- "name": "eo-tree",
712
+ "name": "eo-workbench-layout-v2",
741
713
  "properties": [
742
714
  {
743
- "name": "dataSource",
744
- "attribute": false,
745
- "type": "TreeNode[]"
746
- },
747
- {
748
- "name": "checkable",
749
- "type": "boolean"
750
- },
751
- {
752
- "name": "selectable",
753
- "description": "",
754
- "default": "true",
755
- "type": "boolean"
756
- },
757
- {
758
- "name": "defaultExpandAll",
759
- "type": "boolean"
715
+ "name": "cardTitle",
716
+ "type": "string"
760
717
  },
761
718
  {
762
- "name": "showLine",
719
+ "name": "isEdit",
763
720
  "type": "boolean"
764
721
  },
765
722
  {
766
- "name": "expandedKeys",
767
- "attribute": false,
768
- "type": "TreeNodeKey[]"
769
- },
770
- {
771
- "name": "checkedKeys",
772
- "attribute": false,
773
- "type": "TreeNodeKey[]"
774
- },
775
- {
776
- "name": "nodeDraggable",
777
- "attribute": false,
778
- "type": "boolean | { icon?: false }"
779
- },
780
- {
781
- "name": "switcherIcon",
723
+ "name": "layouts",
782
724
  "attribute": false,
783
- "type": "\"auto\" | \"chevron\" | false"
725
+ "type": "Layout[]"
784
726
  },
785
727
  {
786
- "name": "allowDrop",
728
+ "name": "toolbarBricks",
787
729
  "attribute": false,
788
- "type": "((info: AllowDropInfo) => boolean)"
730
+ "type": "{\n useBrick: UseSingleBrickConf[];\n }"
789
731
  },
790
732
  {
791
- "name": "titleSuffixBrick",
733
+ "name": "componentList",
792
734
  "attribute": false,
793
- "type": "{ useBrick: UseBrickConf }"
735
+ "type": "Item[]"
794
736
  }
795
737
  ],
796
738
  "events": [
797
739
  {
798
- "name": "check",
799
- "detail": {
800
- "type": "TreeNodeKey[]"
801
- }
802
- },
803
- {
804
- "name": "check.detail",
805
- "detail": {
806
- "type": "CheckDetail"
807
- }
808
- },
809
- {
810
- "name": "expand",
740
+ "name": "save",
811
741
  "detail": {
812
- "type": "TreeNodeKey[]"
742
+ "type": "Layout[]"
813
743
  }
814
744
  },
815
745
  {
816
- "name": "node.drop",
746
+ "name": "cancel",
817
747
  "detail": {
818
- "type": "DropDetail"
748
+ "type": "void"
819
749
  }
820
750
  }
821
751
  ],
822
752
  "slots": [],
823
753
  "methods": [],
824
754
  "parts": [],
825
- "description": "树形构件"
755
+ "description": "工作台布局V2,未使用shadow dom"
826
756
  },
827
757
  {
828
758
  "name": "eo-tree-select",
@@ -958,6 +888,94 @@
958
888
  "description": "树选择器",
959
889
  "category": "form-input-basic"
960
890
  },
891
+ {
892
+ "name": "eo-tree",
893
+ "properties": [
894
+ {
895
+ "name": "dataSource",
896
+ "attribute": false,
897
+ "type": "TreeNode[]"
898
+ },
899
+ {
900
+ "name": "checkable",
901
+ "type": "boolean"
902
+ },
903
+ {
904
+ "name": "selectable",
905
+ "description": "",
906
+ "default": "true",
907
+ "type": "boolean"
908
+ },
909
+ {
910
+ "name": "defaultExpandAll",
911
+ "type": "boolean"
912
+ },
913
+ {
914
+ "name": "showLine",
915
+ "type": "boolean"
916
+ },
917
+ {
918
+ "name": "expandedKeys",
919
+ "attribute": false,
920
+ "type": "TreeNodeKey[]"
921
+ },
922
+ {
923
+ "name": "checkedKeys",
924
+ "attribute": false,
925
+ "type": "TreeNodeKey[]"
926
+ },
927
+ {
928
+ "name": "nodeDraggable",
929
+ "attribute": false,
930
+ "type": "boolean | { icon?: false }"
931
+ },
932
+ {
933
+ "name": "switcherIcon",
934
+ "attribute": false,
935
+ "type": "\"auto\" | \"chevron\" | false"
936
+ },
937
+ {
938
+ "name": "allowDrop",
939
+ "attribute": false,
940
+ "type": "((info: AllowDropInfo) => boolean)"
941
+ },
942
+ {
943
+ "name": "titleSuffixBrick",
944
+ "attribute": false,
945
+ "type": "{ useBrick: UseBrickConf }"
946
+ }
947
+ ],
948
+ "events": [
949
+ {
950
+ "name": "check",
951
+ "detail": {
952
+ "type": "TreeNodeKey[]"
953
+ }
954
+ },
955
+ {
956
+ "name": "check.detail",
957
+ "detail": {
958
+ "type": "CheckDetail"
959
+ }
960
+ },
961
+ {
962
+ "name": "expand",
963
+ "detail": {
964
+ "type": "TreeNodeKey[]"
965
+ }
966
+ },
967
+ {
968
+ "name": "node.drop",
969
+ "detail": {
970
+ "type": "DropDetail"
971
+ }
972
+ }
973
+ ],
974
+ "slots": [],
975
+ "methods": [],
976
+ "parts": [],
977
+ "description": "树形构件"
978
+ },
961
979
  {
962
980
  "name": "eo-text-tooltip",
963
981
  "properties": [