antd-management-fast-framework 1.2.4 → 1.2.5
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.
|
@@ -57,7 +57,7 @@ declare class ListBase extends AuthorizationWrapper {
|
|
|
57
57
|
buildSearchCard: () => JSX.Element | null;
|
|
58
58
|
renderForm: () => JSX.Element | null;
|
|
59
59
|
buildTableOtherConfig: () => {};
|
|
60
|
-
|
|
60
|
+
establishTableExpandableConfig: () => {};
|
|
61
61
|
restoreColumnsOtherConfigArray: () => void;
|
|
62
62
|
buildTableConfig: () => {
|
|
63
63
|
columns: any;
|
|
@@ -828,7 +828,7 @@ var ListBase = /*#__PURE__*/function (_AuthorizationWrapper) {
|
|
|
828
828
|
return {};
|
|
829
829
|
};
|
|
830
830
|
|
|
831
|
-
_this.
|
|
831
|
+
_this.establishTableExpandableConfig = function () {
|
|
832
832
|
// 可以配置额外的Table属性
|
|
833
833
|
return {};
|
|
834
834
|
};
|
|
@@ -850,7 +850,7 @@ var ListBase = /*#__PURE__*/function (_AuthorizationWrapper) {
|
|
|
850
850
|
|
|
851
851
|
var columns = _this.getColumnMerged();
|
|
852
852
|
|
|
853
|
-
var expandable = _this.
|
|
853
|
+
var expandable = _this.establishTableExpandableConfig();
|
|
854
854
|
|
|
855
855
|
return _objectSpread(_objectSpread({}, _this.buildTableOtherConfig()), {}, {
|
|
856
856
|
columns: columns,
|
|
@@ -57,7 +57,7 @@ declare class ListBase extends AuthorizationWrapper {
|
|
|
57
57
|
buildSearchCard: () => JSX.Element | null;
|
|
58
58
|
renderForm: () => JSX.Element | null;
|
|
59
59
|
buildTableOtherConfig: () => {};
|
|
60
|
-
|
|
60
|
+
establishTableExpandableConfig: () => {};
|
|
61
61
|
restoreColumnsOtherConfigArray: () => void;
|
|
62
62
|
buildTableConfig: () => {
|
|
63
63
|
columns: any;
|
|
@@ -828,7 +828,7 @@ var ListBase = /*#__PURE__*/function (_AuthorizationWrapper) {
|
|
|
828
828
|
return {};
|
|
829
829
|
};
|
|
830
830
|
|
|
831
|
-
_this.
|
|
831
|
+
_this.establishTableExpandableConfig = function () {
|
|
832
832
|
// 可以配置额外的Table属性
|
|
833
833
|
return {};
|
|
834
834
|
};
|
|
@@ -850,7 +850,7 @@ var ListBase = /*#__PURE__*/function (_AuthorizationWrapper) {
|
|
|
850
850
|
|
|
851
851
|
var columns = _this.getColumnMerged();
|
|
852
852
|
|
|
853
|
-
var expandable = _this.
|
|
853
|
+
var expandable = _this.establishTableExpandableConfig();
|
|
854
854
|
|
|
855
855
|
return _objectSpread(_objectSpread({}, _this.buildTableOtherConfig()), {}, {
|
|
856
856
|
columns: columns,
|