@next-bricks/advanced 0.48.4 → 0.49.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.
@@ -344,72 +344,6 @@
344
344
  "category": "table",
345
345
  "insider": true
346
346
  },
347
- {
348
- "name": "eo-workbench-layout",
349
- "properties": [
350
- {
351
- "name": "cardTitle",
352
- "type": "string"
353
- },
354
- {
355
- "name": "isEdit",
356
- "type": "boolean"
357
- },
358
- {
359
- "name": "layouts",
360
- "attribute": false,
361
- "type": "Layout[]"
362
- },
363
- {
364
- "name": "componentList",
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
347
  {
414
348
  "name": "eo-cascader",
415
349
  "alias": [
@@ -765,10 +699,21 @@
765
699
  "attribute": false,
766
700
  "type": "WorkbenchComponent[]"
767
701
  },
702
+ {
703
+ "name": "customDefaultCardConfigMap",
704
+ "description": "自定义卡片默认配置, 用于覆盖默认卡片配置",
705
+ "attribute": false,
706
+ "type": "Record<string, CardStyleConfig>"
707
+ },
768
708
  {
769
709
  "name": "showSettingButton",
770
710
  "description": "description: 用于设置页面样式和布局的按钮",
771
711
  "type": "boolean"
712
+ },
713
+ {
714
+ "name": "gap",
715
+ "description": "description: 卡片间隔",
716
+ "type": "number"
772
717
  }
773
718
  ],
774
719
  "events": [
@@ -820,143 +765,6 @@
820
765
  "parts": [],
821
766
  "description": "工作台布局V2,未使用shadow dom"
822
767
  },
823
- {
824
- "name": "eo-tree",
825
- "properties": [
826
- {
827
- "name": "dataSource",
828
- "attribute": false,
829
- "type": "TreeNode[]"
830
- },
831
- {
832
- "name": "checkable",
833
- "type": "boolean"
834
- },
835
- {
836
- "name": "selectable",
837
- "description": "",
838
- "default": "true",
839
- "type": "boolean"
840
- },
841
- {
842
- "name": "defaultExpandAll",
843
- "type": "boolean"
844
- },
845
- {
846
- "name": "showLine",
847
- "type": "boolean"
848
- },
849
- {
850
- "name": "expandedKeys",
851
- "attribute": false,
852
- "type": "TreeNodeKey[]"
853
- },
854
- {
855
- "name": "checkedKeys",
856
- "attribute": false,
857
- "type": "TreeNodeKey[]"
858
- },
859
- {
860
- "name": "nodeDraggable",
861
- "attribute": false,
862
- "type": "boolean | { icon?: false }"
863
- },
864
- {
865
- "name": "switcherIcon",
866
- "attribute": false,
867
- "type": "\"auto\" | \"chevron\" | false"
868
- },
869
- {
870
- "name": "allowDrop",
871
- "attribute": false,
872
- "type": "((info: AllowDropInfo) => boolean)"
873
- },
874
- {
875
- "name": "titleSuffixBrick",
876
- "attribute": false,
877
- "type": "{ useBrick: UseBrickConf }"
878
- }
879
- ],
880
- "events": [
881
- {
882
- "name": "check",
883
- "detail": {
884
- "type": "TreeNodeKey[]"
885
- }
886
- },
887
- {
888
- "name": "check.detail",
889
- "detail": {
890
- "type": "CheckDetail"
891
- }
892
- },
893
- {
894
- "name": "expand",
895
- "detail": {
896
- "type": "TreeNodeKey[]"
897
- }
898
- },
899
- {
900
- "name": "node.drop",
901
- "detail": {
902
- "type": "DropDetail"
903
- }
904
- }
905
- ],
906
- "slots": [],
907
- "methods": [],
908
- "parts": [],
909
- "description": "树形构件"
910
- },
911
- {
912
- "name": "eo-text-tooltip",
913
- "properties": [
914
- {
915
- "name": "label",
916
- "description": "文案",
917
- "default": null,
918
- "type": "string"
919
- },
920
- {
921
- "name": "lineClamp",
922
- "description": "省略行数",
923
- "default": "1",
924
- "type": "number"
925
- }
926
- ],
927
- "events": [],
928
- "slots": [],
929
- "methods": [],
930
- "parts": [],
931
- "description": "超出宽度鼠标悬浮显示tooltip\n构件 `eo-text-tooltip`"
932
- },
933
- {
934
- "name": "advanced.pdf-viewer",
935
- "properties": [
936
- {
937
- "name": "url",
938
- "type": "string"
939
- },
940
- {
941
- "name": "page",
942
- "type": "number"
943
- },
944
- {
945
- "name": "search",
946
- "type": "string"
947
- },
948
- {
949
- "name": "viewerStyle",
950
- "attribute": false,
951
- "type": "React.CSSProperties"
952
- }
953
- ],
954
- "events": [],
955
- "slots": [],
956
- "methods": [],
957
- "parts": [],
958
- "description": "构件 `advanced.pdf-viewer`"
959
- },
960
768
  {
961
769
  "name": "eo-tree-select",
962
770
  "properties": [
@@ -1095,6 +903,209 @@
1095
903
  "parts": [],
1096
904
  "description": "树选择器",
1097
905
  "category": "form-input-basic"
906
+ },
907
+ {
908
+ "name": "eo-tree",
909
+ "properties": [
910
+ {
911
+ "name": "dataSource",
912
+ "attribute": false,
913
+ "type": "TreeNode[]"
914
+ },
915
+ {
916
+ "name": "checkable",
917
+ "type": "boolean"
918
+ },
919
+ {
920
+ "name": "selectable",
921
+ "description": "",
922
+ "default": "true",
923
+ "type": "boolean"
924
+ },
925
+ {
926
+ "name": "defaultExpandAll",
927
+ "type": "boolean"
928
+ },
929
+ {
930
+ "name": "showLine",
931
+ "type": "boolean"
932
+ },
933
+ {
934
+ "name": "expandedKeys",
935
+ "attribute": false,
936
+ "type": "TreeNodeKey[]"
937
+ },
938
+ {
939
+ "name": "checkedKeys",
940
+ "attribute": false,
941
+ "type": "TreeNodeKey[]"
942
+ },
943
+ {
944
+ "name": "nodeDraggable",
945
+ "attribute": false,
946
+ "type": "boolean | { icon?: false }"
947
+ },
948
+ {
949
+ "name": "switcherIcon",
950
+ "attribute": false,
951
+ "type": "\"auto\" | \"chevron\" | false"
952
+ },
953
+ {
954
+ "name": "allowDrop",
955
+ "attribute": false,
956
+ "type": "((info: AllowDropInfo) => boolean)"
957
+ },
958
+ {
959
+ "name": "titleSuffixBrick",
960
+ "attribute": false,
961
+ "type": "{ useBrick: UseBrickConf }"
962
+ }
963
+ ],
964
+ "events": [
965
+ {
966
+ "name": "check",
967
+ "detail": {
968
+ "type": "TreeNodeKey[]"
969
+ }
970
+ },
971
+ {
972
+ "name": "check.detail",
973
+ "detail": {
974
+ "type": "CheckDetail"
975
+ }
976
+ },
977
+ {
978
+ "name": "expand",
979
+ "detail": {
980
+ "type": "TreeNodeKey[]"
981
+ }
982
+ },
983
+ {
984
+ "name": "node.drop",
985
+ "detail": {
986
+ "type": "DropDetail"
987
+ }
988
+ }
989
+ ],
990
+ "slots": [],
991
+ "methods": [],
992
+ "parts": [],
993
+ "description": "树形构件"
994
+ },
995
+ {
996
+ "name": "eo-workbench-layout",
997
+ "properties": [
998
+ {
999
+ "name": "cardTitle",
1000
+ "type": "string"
1001
+ },
1002
+ {
1003
+ "name": "isEdit",
1004
+ "type": "boolean"
1005
+ },
1006
+ {
1007
+ "name": "layouts",
1008
+ "attribute": false,
1009
+ "type": "Layout[]"
1010
+ },
1011
+ {
1012
+ "name": "componentList",
1013
+ "attribute": false,
1014
+ "type": "Item[]"
1015
+ }
1016
+ ],
1017
+ "events": [
1018
+ {
1019
+ "name": "change",
1020
+ "detail": {
1021
+ "type": "Layout[]"
1022
+ }
1023
+ },
1024
+ {
1025
+ "name": "save",
1026
+ "detail": {
1027
+ "type": "Layout[]"
1028
+ }
1029
+ },
1030
+ {
1031
+ "name": "cancel",
1032
+ "detail": {
1033
+ "type": "void"
1034
+ }
1035
+ },
1036
+ {
1037
+ "name": "action.click",
1038
+ "description": "操作点击事件",
1039
+ "detail": {
1040
+ "description": "{\naction: SimpleAction;\nlayouts: Layout[];\n}",
1041
+ "type": "{\n action: SimpleAction;\n layouts: Layout[];\n }"
1042
+ }
1043
+ }
1044
+ ],
1045
+ "slots": [],
1046
+ "methods": [
1047
+ {
1048
+ "name": "setLayouts",
1049
+ "params": [
1050
+ {
1051
+ "name": "layouts",
1052
+ "type": "Layout[]"
1053
+ }
1054
+ ]
1055
+ }
1056
+ ],
1057
+ "parts": [],
1058
+ "description": "工作台布局",
1059
+ "deprecated": "Please use eo-workbench-layout-v2 which support global styles instead"
1060
+ },
1061
+ {
1062
+ "name": "eo-text-tooltip",
1063
+ "properties": [
1064
+ {
1065
+ "name": "label",
1066
+ "description": "文案",
1067
+ "default": null,
1068
+ "type": "string"
1069
+ },
1070
+ {
1071
+ "name": "lineClamp",
1072
+ "description": "省略行数",
1073
+ "default": "1",
1074
+ "type": "number"
1075
+ }
1076
+ ],
1077
+ "events": [],
1078
+ "slots": [],
1079
+ "methods": [],
1080
+ "parts": [],
1081
+ "description": "超出宽度鼠标悬浮显示tooltip\n构件 `eo-text-tooltip`"
1082
+ },
1083
+ {
1084
+ "name": "advanced.pdf-viewer",
1085
+ "properties": [
1086
+ {
1087
+ "name": "url",
1088
+ "type": "string"
1089
+ },
1090
+ {
1091
+ "name": "page",
1092
+ "type": "number"
1093
+ },
1094
+ {
1095
+ "name": "search",
1096
+ "type": "string"
1097
+ },
1098
+ {
1099
+ "name": "viewerStyle",
1100
+ "attribute": false,
1101
+ "type": "React.CSSProperties"
1102
+ }
1103
+ ],
1104
+ "events": [],
1105
+ "slots": [],
1106
+ "methods": [],
1107
+ "parts": [],
1108
+ "description": "构件 `advanced.pdf-viewer`"
1098
1109
  }
1099
1110
  ],
1100
1111
  "providers": [