@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.
- package/es/FormSearch/index.less +3 -0
- package/es/index.js +2 -1
- package/lib/FormSearch/index.less +3 -0
- package/lib/index.js +2 -1
- package/package.json +2 -2
package/es/FormSearch/index.less
CHANGED
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:
|
|
448
|
+
padding: '16px',
|
|
448
449
|
boxSizing: 'border-box'
|
|
449
450
|
}
|
|
450
451
|
}, /*#__PURE__*/React.createElement(_Button, {
|
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:
|
|
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
|
+
"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": "
|
|
49
|
+
"gitHead": "25f0a020b59e41af207bb1059c0141577f04b6eb"
|
|
50
50
|
}
|