linkmore-design 1.0.21 → 1.0.22
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.umd.css +0 -1
- package/dist/index.umd.js +4732 -2355
- package/dist/index.umd.min.css +1 -1
- package/dist/index.umd.min.js +14 -6
- package/es/LmTable/Table.js +1 -1
- package/lib/LmTable/Table.js +1 -1
- package/package.json +2 -2
package/es/LmTable/Table.js
CHANGED
|
@@ -369,7 +369,7 @@ var ResizeSize = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
|
369
369
|
resizeRef.current = window.addEventListener('resize', handResize);
|
|
370
370
|
setTableSize({
|
|
371
371
|
width: width,
|
|
372
|
-
height: typeof height === 'string' ? "calc(".concat(height, " - ").concat(value, "px)") : height - value
|
|
372
|
+
height: typeof height === 'string' ? "calc(".concat(height, " - ").concat(value, "px)") : height - value
|
|
373
373
|
});
|
|
374
374
|
return function () {
|
|
375
375
|
window.removeEventListener('resize', handResize);
|
package/lib/LmTable/Table.js
CHANGED
|
@@ -369,7 +369,7 @@ var ResizeSize = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
|
369
369
|
resizeRef.current = window.addEventListener('resize', handResize);
|
|
370
370
|
setTableSize({
|
|
371
371
|
width: width,
|
|
372
|
-
height: typeof height === 'string' ? "calc(".concat(height, " - ").concat(value, "px)") : height - value
|
|
372
|
+
height: typeof height === 'string' ? "calc(".concat(height, " - ").concat(value, "px)") : height - value
|
|
373
373
|
});
|
|
374
374
|
return function () {
|
|
375
375
|
window.removeEventListener('resize', handResize);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "linkmore-design",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.22",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "nowthen",
|
|
6
6
|
"email": "rnlvwyx@gmail.com"
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@ant-design/compatible": "^1.0.8",
|
|
50
50
|
"@ant-design/icons": "^4.3.0",
|
|
51
|
-
"@ant-design/pro-table": "^2.
|
|
51
|
+
"@ant-design/pro-table": "^2.77.0",
|
|
52
52
|
"@babel/runtime": "^7.17.9",
|
|
53
53
|
"@typescript-eslint/eslint-plugin": "^5.28.0",
|
|
54
54
|
"@typescript-eslint/parser": "^5.28.0",
|