@next-bricks/advanced 0.39.0 → 0.40.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.
@@ -716,76 +716,6 @@
716
716
  "description": "工作台布局",
717
717
  "deprecated": "Please use eo-workbench-layout-v2 which support global styles instead"
718
718
  },
719
- {
720
- "name": "eo-workbench-layout-v2",
721
- "properties": [
722
- {
723
- "name": "cardTitle",
724
- "type": "string"
725
- },
726
- {
727
- "name": "isEdit",
728
- "type": "boolean"
729
- },
730
- {
731
- "name": "layouts",
732
- "attribute": false,
733
- "type": "Layout[]"
734
- },
735
- {
736
- "name": "toolbarBricks",
737
- "attribute": false,
738
- "type": "{\n useBrick: UseSingleBrickConf[];\n }"
739
- },
740
- {
741
- "name": "componentList",
742
- "attribute": false,
743
- "type": "Item[]"
744
- }
745
- ],
746
- "events": [
747
- {
748
- "name": "change",
749
- "detail": {
750
- "type": "Layout[]"
751
- }
752
- },
753
- {
754
- "name": "save",
755
- "detail": {
756
- "type": "Layout[]"
757
- }
758
- },
759
- {
760
- "name": "cancel",
761
- "detail": {
762
- "type": "void"
763
- }
764
- },
765
- {
766
- "name": "action.click",
767
- "description": "操作点击事件",
768
- "detail": {
769
- "description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
770
- "type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
771
- }
772
- }
773
- ],
774
- "slots": [],
775
- "methods": [
776
- {
777
- "name": "setLayouts",
778
- "params": [
779
- {
780
- "name": "layouts",
781
- "type": "Layout[]"
782
- }
783
- ]
784
- }
785
- ],
786
- "parts": [],
787
- "description": "工作台布局V2,未使用shadow dom"
788
- },
789
719
  {
790
720
  "name": "eo-tree",
791
721
  "properties": [
@@ -1008,6 +938,76 @@
1008
938
  "description": "树选择器",
1009
939
  "category": "form-input-basic"
1010
940
  },
941
+ {
942
+ "name": "eo-workbench-layout-v2",
943
+ "properties": [
944
+ {
945
+ "name": "cardTitle",
946
+ "type": "string"
947
+ },
948
+ {
949
+ "name": "isEdit",
950
+ "type": "boolean"
951
+ },
952
+ {
953
+ "name": "layouts",
954
+ "attribute": false,
955
+ "type": "Layout[]"
956
+ },
957
+ {
958
+ "name": "toolbarBricks",
959
+ "attribute": false,
960
+ "type": "{\n useBrick: UseSingleBrickConf[];\n }"
961
+ },
962
+ {
963
+ "name": "componentList",
964
+ "attribute": false,
965
+ "type": "Item[]"
966
+ }
967
+ ],
968
+ "events": [
969
+ {
970
+ "name": "change",
971
+ "detail": {
972
+ "type": "Layout[]"
973
+ }
974
+ },
975
+ {
976
+ "name": "save",
977
+ "detail": {
978
+ "type": "Layout[]"
979
+ }
980
+ },
981
+ {
982
+ "name": "cancel",
983
+ "detail": {
984
+ "type": "void"
985
+ }
986
+ },
987
+ {
988
+ "name": "action.click",
989
+ "description": "操作点击事件",
990
+ "detail": {
991
+ "description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
992
+ "type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
993
+ }
994
+ }
995
+ ],
996
+ "slots": [],
997
+ "methods": [
998
+ {
999
+ "name": "setLayouts",
1000
+ "params": [
1001
+ {
1002
+ "name": "layouts",
1003
+ "type": "Layout[]"
1004
+ }
1005
+ ]
1006
+ }
1007
+ ],
1008
+ "parts": [],
1009
+ "description": "工作台布局V2,未使用shadow dom"
1010
+ },
1011
1011
  {
1012
1012
  "name": "eo-text-tooltip",
1013
1013
  "properties": [