@kep-platform/basic-component 0.0.19 → 0.0.20

Sign up to get free protection for your applications and to get access to all the features.
@@ -211,7 +211,7 @@ export default function Table(_ref3) {
211
211
  /* 条件过滤 */
212
212
  return formatedDataSource;
213
213
  }, [sorterController, dataSource, columns, pagination]);
214
- return /*#__PURE__*/React.createElement(TableContainer, null, /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, {
214
+ return /*#__PURE__*/React.createElement(TableContainer, null, (title || actions) && /*#__PURE__*/React.createElement(Row, null, /*#__PURE__*/React.createElement(Col, {
215
215
  span: 8
216
216
  }, /*#__PURE__*/React.createElement(TableTitle, null, title)), /*#__PURE__*/React.createElement(Col, {
217
217
  span: 16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kep-platform/basic-component",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "description": "A react library developed with dumi",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -74,10 +74,10 @@
74
74
  "react-dom": "^18.0.0",
75
75
  "stylelint": "^14.9.1"
76
76
  },
77
- "gitHead": "4e24a0c14e9b1508022d27174161eb926de711ec",
77
+ "gitHead": "d4f36d49811bbff1291bc103c104a2f9c947fc4b",
78
78
  "dependencies": {
79
79
  "@ant-design/icons": "^5.3.7",
80
- "@kep-platform/hooks": "^0.0.19",
80
+ "@kep-platform/hooks": "^0.0.20",
81
81
  "color": "^4.2.3",
82
82
  "rc-pagination": "^4.1.0",
83
83
  "styled-components": "^6.1.11"