@next-bricks/advanced 0.44.15 → 0.45.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.
@@ -553,153 +553,6 @@
553
553
  "description": "大型表格",
554
554
  "category": "table"
555
555
  },
556
- {
557
- "name": "eo-workbench-layout-v2",
558
- "properties": [
559
- {
560
- "name": "cardTitle",
561
- "type": "string"
562
- },
563
- {
564
- "name": "isEdit",
565
- "type": "boolean"
566
- },
567
- {
568
- "name": "layouts",
569
- "attribute": false,
570
- "type": "ExtraLayout[]"
571
- },
572
- {
573
- "name": "toolbarBricks",
574
- "attribute": false,
575
- "type": "{ useBrick: UseSingleBrickConf[] }"
576
- },
577
- {
578
- "name": "componentList",
579
- "attribute": false,
580
- "type": "WorkbenchComponent[]"
581
- },
582
- {
583
- "name": "showSettingButton",
584
- "description": "description: 用于设置页面样式和布局的按钮",
585
- "type": "boolean"
586
- }
587
- ],
588
- "events": [
589
- {
590
- "name": "change",
591
- "detail": {
592
- "type": "ExtraLayout[]"
593
- }
594
- },
595
- {
596
- "name": "save",
597
- "detail": {
598
- "type": "ExtraLayout[]"
599
- }
600
- },
601
- {
602
- "name": "cancel",
603
- "detail": {
604
- "type": "void"
605
- }
606
- },
607
- {
608
- "name": "setting",
609
- "detail": {
610
- "type": "void"
611
- }
612
- },
613
- {
614
- "name": "action.click",
615
- "description": "操作点击事件",
616
- "detail": {
617
- "description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
618
- "type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
619
- }
620
- }
621
- ],
622
- "slots": [],
623
- "methods": [
624
- {
625
- "name": "setLayouts",
626
- "params": [
627
- {
628
- "name": "layouts",
629
- "type": "Layout[]"
630
- }
631
- ]
632
- }
633
- ],
634
- "parts": [],
635
- "description": "工作台布局V2,未使用shadow dom"
636
- },
637
- {
638
- "name": "eo-workbench-layout",
639
- "properties": [
640
- {
641
- "name": "cardTitle",
642
- "type": "string"
643
- },
644
- {
645
- "name": "isEdit",
646
- "type": "boolean"
647
- },
648
- {
649
- "name": "layouts",
650
- "attribute": false,
651
- "type": "Layout[]"
652
- },
653
- {
654
- "name": "componentList",
655
- "attribute": false,
656
- "type": "Item[]"
657
- }
658
- ],
659
- "events": [
660
- {
661
- "name": "change",
662
- "detail": {
663
- "type": "Layout[]"
664
- }
665
- },
666
- {
667
- "name": "save",
668
- "detail": {
669
- "type": "Layout[]"
670
- }
671
- },
672
- {
673
- "name": "cancel",
674
- "detail": {
675
- "type": "void"
676
- }
677
- },
678
- {
679
- "name": "action.click",
680
- "description": "操作点击事件",
681
- "detail": {
682
- "description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
683
- "type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
684
- }
685
- }
686
- ],
687
- "slots": [],
688
- "methods": [
689
- {
690
- "name": "setLayouts",
691
- "params": [
692
- {
693
- "name": "layouts",
694
- "type": "Layout[]"
695
- }
696
- ]
697
- }
698
- ],
699
- "parts": [],
700
- "description": "工作台布局",
701
- "deprecated": "Please use eo-workbench-layout-v2 which support global styles instead"
702
- },
703
556
  {
704
557
  "name": "eo-cascader",
705
558
  "alias": [
@@ -808,92 +661,151 @@
808
661
  "category": "form-input-basic"
809
662
  },
810
663
  {
811
- "name": "eo-tree",
664
+ "name": "eo-workbench-layout",
812
665
  "properties": [
813
666
  {
814
- "name": "dataSource",
815
- "attribute": false,
816
- "type": "TreeNode[]"
667
+ "name": "cardTitle",
668
+ "type": "string"
817
669
  },
818
670
  {
819
- "name": "checkable",
671
+ "name": "isEdit",
820
672
  "type": "boolean"
821
673
  },
822
674
  {
823
- "name": "selectable",
824
- "description": "",
825
- "default": "true",
826
- "type": "boolean"
675
+ "name": "layouts",
676
+ "attribute": false,
677
+ "type": "Layout[]"
827
678
  },
828
679
  {
829
- "name": "defaultExpandAll",
830
- "type": "boolean"
680
+ "name": "componentList",
681
+ "attribute": false,
682
+ "type": "Item[]"
683
+ }
684
+ ],
685
+ "events": [
686
+ {
687
+ "name": "change",
688
+ "detail": {
689
+ "type": "Layout[]"
690
+ }
831
691
  },
832
692
  {
833
- "name": "showLine",
834
- "type": "boolean"
693
+ "name": "save",
694
+ "detail": {
695
+ "type": "Layout[]"
696
+ }
835
697
  },
836
698
  {
837
- "name": "expandedKeys",
838
- "attribute": false,
839
- "type": "TreeNodeKey[]"
699
+ "name": "cancel",
700
+ "detail": {
701
+ "type": "void"
702
+ }
840
703
  },
841
704
  {
842
- "name": "checkedKeys",
843
- "attribute": false,
844
- "type": "TreeNodeKey[]"
705
+ "name": "action.click",
706
+ "description": "操作点击事件",
707
+ "detail": {
708
+ "description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
709
+ "type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
710
+ }
711
+ }
712
+ ],
713
+ "slots": [],
714
+ "methods": [
715
+ {
716
+ "name": "setLayouts",
717
+ "params": [
718
+ {
719
+ "name": "layouts",
720
+ "type": "Layout[]"
721
+ }
722
+ ]
723
+ }
724
+ ],
725
+ "parts": [],
726
+ "description": "工作台布局",
727
+ "deprecated": "Please use eo-workbench-layout-v2 which support global styles instead"
728
+ },
729
+ {
730
+ "name": "eo-workbench-layout-v2",
731
+ "properties": [
732
+ {
733
+ "name": "cardTitle",
734
+ "type": "string"
845
735
  },
846
736
  {
847
- "name": "nodeDraggable",
848
- "attribute": false,
849
- "type": "boolean | { icon?: false }"
737
+ "name": "isEdit",
738
+ "type": "boolean"
850
739
  },
851
740
  {
852
- "name": "switcherIcon",
741
+ "name": "layouts",
853
742
  "attribute": false,
854
- "type": "\"auto\" | \"chevron\" | false"
743
+ "type": "ExtraLayout[]"
855
744
  },
856
745
  {
857
- "name": "allowDrop",
746
+ "name": "toolbarBricks",
858
747
  "attribute": false,
859
- "type": "((info: AllowDropInfo) => boolean)"
748
+ "type": "{ useBrick: UseSingleBrickConf[] }"
860
749
  },
861
750
  {
862
- "name": "titleSuffixBrick",
751
+ "name": "componentList",
863
752
  "attribute": false,
864
- "type": "{ useBrick: UseBrickConf }"
753
+ "type": "WorkbenchComponent[]"
754
+ },
755
+ {
756
+ "name": "showSettingButton",
757
+ "description": "description: 用于设置页面样式和布局的按钮",
758
+ "type": "boolean"
865
759
  }
866
760
  ],
867
761
  "events": [
868
762
  {
869
- "name": "check",
763
+ "name": "change",
870
764
  "detail": {
871
- "type": "TreeNodeKey[]"
765
+ "type": "ExtraLayout[]"
872
766
  }
873
767
  },
874
768
  {
875
- "name": "check.detail",
769
+ "name": "save",
876
770
  "detail": {
877
- "type": "CheckDetail"
771
+ "type": "ExtraLayout[]"
878
772
  }
879
773
  },
880
774
  {
881
- "name": "expand",
775
+ "name": "cancel",
882
776
  "detail": {
883
- "type": "TreeNodeKey[]"
777
+ "type": "void"
884
778
  }
885
779
  },
886
780
  {
887
- "name": "node.drop",
781
+ "name": "setting",
888
782
  "detail": {
889
- "type": "DropDetail"
783
+ "type": "void"
784
+ }
785
+ },
786
+ {
787
+ "name": "action.click",
788
+ "description": "操作点击事件",
789
+ "detail": {
790
+ "description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
791
+ "type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
890
792
  }
891
793
  }
892
794
  ],
893
795
  "slots": [],
894
- "methods": [],
796
+ "methods": [
797
+ {
798
+ "name": "setLayouts",
799
+ "params": [
800
+ {
801
+ "name": "layouts",
802
+ "type": "Layout[]"
803
+ }
804
+ ]
805
+ }
806
+ ],
895
807
  "parts": [],
896
- "description": "树形构件"
808
+ "description": "工作台布局V2,未使用shadow dom"
897
809
  },
898
810
  {
899
811
  "name": "eo-tree-select",
@@ -1029,6 +941,94 @@
1029
941
  "description": "树选择器",
1030
942
  "category": "form-input-basic"
1031
943
  },
944
+ {
945
+ "name": "eo-tree",
946
+ "properties": [
947
+ {
948
+ "name": "dataSource",
949
+ "attribute": false,
950
+ "type": "TreeNode[]"
951
+ },
952
+ {
953
+ "name": "checkable",
954
+ "type": "boolean"
955
+ },
956
+ {
957
+ "name": "selectable",
958
+ "description": "",
959
+ "default": "true",
960
+ "type": "boolean"
961
+ },
962
+ {
963
+ "name": "defaultExpandAll",
964
+ "type": "boolean"
965
+ },
966
+ {
967
+ "name": "showLine",
968
+ "type": "boolean"
969
+ },
970
+ {
971
+ "name": "expandedKeys",
972
+ "attribute": false,
973
+ "type": "TreeNodeKey[]"
974
+ },
975
+ {
976
+ "name": "checkedKeys",
977
+ "attribute": false,
978
+ "type": "TreeNodeKey[]"
979
+ },
980
+ {
981
+ "name": "nodeDraggable",
982
+ "attribute": false,
983
+ "type": "boolean | { icon?: false }"
984
+ },
985
+ {
986
+ "name": "switcherIcon",
987
+ "attribute": false,
988
+ "type": "\"auto\" | \"chevron\" | false"
989
+ },
990
+ {
991
+ "name": "allowDrop",
992
+ "attribute": false,
993
+ "type": "((info: AllowDropInfo) => boolean)"
994
+ },
995
+ {
996
+ "name": "titleSuffixBrick",
997
+ "attribute": false,
998
+ "type": "{ useBrick: UseBrickConf }"
999
+ }
1000
+ ],
1001
+ "events": [
1002
+ {
1003
+ "name": "check",
1004
+ "detail": {
1005
+ "type": "TreeNodeKey[]"
1006
+ }
1007
+ },
1008
+ {
1009
+ "name": "check.detail",
1010
+ "detail": {
1011
+ "type": "CheckDetail"
1012
+ }
1013
+ },
1014
+ {
1015
+ "name": "expand",
1016
+ "detail": {
1017
+ "type": "TreeNodeKey[]"
1018
+ }
1019
+ },
1020
+ {
1021
+ "name": "node.drop",
1022
+ "detail": {
1023
+ "type": "DropDetail"
1024
+ }
1025
+ }
1026
+ ],
1027
+ "slots": [],
1028
+ "methods": [],
1029
+ "parts": [],
1030
+ "description": "树形构件"
1031
+ },
1032
1032
  {
1033
1033
  "name": "eo-text-tooltip",
1034
1034
  "properties": [