@fle-ui/plus-table 1.2.3 → 1.2.4

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.
@@ -3,6 +3,9 @@
3
3
  ::-webkit-scrollbar {
4
4
  width: 2px;
5
5
  }
6
+ // .ant-tree-checkbox-checked
7
+ // .ant-tree-checkbox-disabled
8
+ // pointer-events: none;
6
9
  .ant-pro-query-filter-row {
7
10
  row-gap: 12px;
8
11
  }
package/es/index.js CHANGED
@@ -390,6 +390,7 @@ var PlusTable = /*#__PURE__*/forwardRef(function (props, ref) {
390
390
  options: (action === null || action === void 0 ? void 0 : action.includes('columnSetting')) ? _objectSpread({
391
391
  setting: {
392
392
  checkedReset: false,
393
+ // children: <div></div>,
393
394
  extra: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("a", {
394
395
  onClick: function onClick() {
395
396
  return handleSave();
@@ -444,7 +445,7 @@ var PlusTable = /*#__PURE__*/forwardRef(function (props, ref) {
444
445
  width: '380px',
445
446
  right: '0',
446
447
  justifyContent: 'space-around',
447
- padding: "16px",
448
+ padding: '16px',
448
449
  boxSizing: 'border-box'
449
450
  }
450
451
  }, /*#__PURE__*/React.createElement(_Button, {
@@ -3,6 +3,9 @@
3
3
  ::-webkit-scrollbar {
4
4
  width: 2px;
5
5
  }
6
+ // .ant-tree-checkbox-checked
7
+ // .ant-tree-checkbox-disabled
8
+ // pointer-events: none;
6
9
  .ant-pro-query-filter-row {
7
10
  row-gap: 12px;
8
11
  }
package/lib/index.js CHANGED
@@ -390,6 +390,7 @@ var PlusTable = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
390
390
  options: (action === null || action === void 0 ? void 0 : action.includes('columnSetting')) ? _objectSpread({
391
391
  setting: {
392
392
  checkedReset: false,
393
+ // children: <div></div>,
393
394
  extra: /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement("a", {
394
395
  onClick: function onClick() {
395
396
  return handleSave();
@@ -444,7 +445,7 @@ var PlusTable = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
444
445
  width: '380px',
445
446
  right: '0',
446
447
  justifyContent: 'space-around',
447
- padding: "16px",
448
+ padding: '16px',
448
449
  boxSizing: 'border-box'
449
450
  }
450
451
  }, /*#__PURE__*/_react.default.createElement(_antd.Button, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fle-ui/plus-table",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "@fle-ui/plus-table",
5
5
  "keywords": [
6
6
  "fle-ui",
@@ -46,5 +46,5 @@
46
46
  "@ant-design/pro-components": "^2.7.0",
47
47
  "dayjs": "^1.11.10"
48
48
  },
49
- "gitHead": "5689cb1baefe9cc57fe1e750dc2d44826ef6329d"
49
+ "gitHead": "25f0a020b59e41af207bb1059c0141577f04b6eb"
50
50
  }