@ccs-ui/rc-pro 1.1.19-beta-2 → 1.1.20

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.
package/es/table/index.js CHANGED
@@ -175,7 +175,7 @@ var CustomTable = function CustomTable(props) {
175
175
  children: /*#__PURE__*/_jsx(Table, _objectSpread(_objectSpread({
176
176
  rowKey: rowKey,
177
177
  dataSource: result,
178
- pagination: _objectSpread({
178
+ pagination: pagination === false ? false : _objectSpread({
179
179
  total: totalNum,
180
180
  pageSize: pageSize,
181
181
  current: pageNo,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ccs-ui/rc-pro",
3
- "version": "1.1.19-beta-2",
3
+ "version": "1.1.20",
4
4
  "description": "ProGrid 调整;ProTable 传入列宽度为number类型拖拽才生效;ProTable传入pagination分页显示异常",
5
5
  "license": "MIT",
6
6
  "author": {