@pisell/materials 1.0.333 → 1.0.335

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.
@@ -135,7 +135,7 @@ var BasicTable = function BasicTable(props) {
135
135
  expandable: {
136
136
  defaultExpandAllRows: true
137
137
  }
138
- })), total > ((pagination === null || pagination === void 0 ? void 0 : (_pagination$pageSizeO = pagination.pageSizeOptions) === null || _pagination$pageSizeO === void 0 ? void 0 : _pagination$pageSizeO[0]) || 10) ? /*#__PURE__*/React.createElement(Form.Item, {
138
+ })), total > ((pagination === null || pagination === void 0 ? void 0 : pagination.pageSize) || (pagination === null || pagination === void 0 ? void 0 : (_pagination$pageSizeO = pagination.pageSizeOptions) === null || _pagination$pageSizeO === void 0 ? void 0 : _pagination$pageSizeO[0]) || 10) ? /*#__PURE__*/React.createElement(Form.Item, {
139
139
  name: "pagination"
140
140
  }, /*#__PURE__*/React.createElement(FormPagination, _extends({}, pagination, {
141
141
  showTotal: _showTotal,
@@ -144,7 +144,7 @@ var BasicTable = (props) => {
144
144
  defaultExpandAllRows: true
145
145
  }
146
146
  }
147
- ), total > (((_a = pagination == null ? void 0 : pagination.pageSizeOptions) == null ? void 0 : _a[0]) || 10) ? /* @__PURE__ */ import_react.default.createElement(import_antd.Form.Item, { name: "pagination" }, /* @__PURE__ */ import_react.default.createElement(
147
+ ), total > ((pagination == null ? void 0 : pagination.pageSize) || ((_a = pagination == null ? void 0 : pagination.pageSizeOptions) == null ? void 0 : _a[0]) || 10) ? /* @__PURE__ */ import_react.default.createElement(import_antd.Form.Item, { name: "pagination" }, /* @__PURE__ */ import_react.default.createElement(
148
148
  import_Pagination.FormPagination,
149
149
  {
150
150
  ...pagination,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "1.0.333",
3
+ "version": "1.0.335",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -63,8 +63,8 @@
63
63
  "react-virtualized-auto-sizer": "^1.0.20",
64
64
  "crypto-js": "^4.2.0",
65
65
  "@pisell/utils": "1.0.27",
66
- "@pisell/date-picker": "1.0.80",
67
- "@pisell/icon": "0.0.10"
66
+ "@pisell/icon": "0.0.10",
67
+ "@pisell/date-picker": "1.0.81"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "react": "^18.0.0",