wargerm 0.7.60 → 0.7.62

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/dist/index.esm.js CHANGED
@@ -7202,7 +7202,8 @@ var TabelCard = function TabelCard(props, ref) {
7202
7202
  }))),
7203
7203
  search: false,
7204
7204
  pagination: pagination !== null && pagination !== void 0 ? pagination : {
7205
- pageSize: 20
7205
+ showSizeChanger: true,
7206
+ defaultPageSize: 10
7206
7207
  }
7207
7208
  }, extraProps))));
7208
7209
  };
package/dist/index.js CHANGED
@@ -7246,7 +7246,8 @@ var TabelCard = function TabelCard(props, ref) {
7246
7246
  }))),
7247
7247
  search: false,
7248
7248
  pagination: pagination !== null && pagination !== void 0 ? pagination : {
7249
- pageSize: 20
7249
+ showSizeChanger: true,
7250
+ defaultPageSize: 10
7250
7251
  }
7251
7252
  }, extraProps))));
7252
7253
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "wargerm",
4
- "version": "0.7.60",
4
+ "version": "0.7.62",
5
5
  "scripts": {
6
6
  "dev": "dumi dev",
7
7
  "docs:build": "dumi build",