linkmore-design 1.1.19-beta.2 → 1.1.19-beta.3
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/base.css +512 -0
- package/dist/index.umd.js +2 -1
- package/dist/index.umd.min.js +1 -1
- package/dist/variables.css +12843 -0
- package/es/LmTable/Table.js +2 -1
- package/lib/LmTable/Table.js +2 -1
- package/package.json +4 -4
package/es/LmTable/Table.js
CHANGED
|
@@ -912,7 +912,8 @@ var ResetTable = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
|
912
912
|
title: '分组',
|
|
913
913
|
dataIndex: '_group',
|
|
914
914
|
key: '_group',
|
|
915
|
-
width: 100
|
|
915
|
+
width: 100,
|
|
916
|
+
fixed: true
|
|
916
917
|
}].concat((0, _toConsumableArray2.default)(innerColumns));
|
|
917
918
|
}
|
|
918
919
|
return sortOpen ? [sortDefaultColumnItem].concat((0, _toConsumableArray2.default)(innerColumns)) : innerColumns;
|
package/lib/LmTable/Table.js
CHANGED
|
@@ -912,7 +912,8 @@ var ResetTable = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
|
912
912
|
title: '分组',
|
|
913
913
|
dataIndex: '_group',
|
|
914
914
|
key: '_group',
|
|
915
|
-
width: 100
|
|
915
|
+
width: 100,
|
|
916
|
+
fixed: true
|
|
916
917
|
}].concat((0, _toConsumableArray2.default)(innerColumns));
|
|
917
918
|
}
|
|
918
919
|
return sortOpen ? [sortDefaultColumnItem].concat((0, _toConsumableArray2.default)(innerColumns)) : innerColumns;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "linkmore-design",
|
|
3
|
-
"version": "1.1.19-beta.
|
|
3
|
+
"version": "1.1.19-beta.3",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "nowthen",
|
|
6
6
|
"email": "rnlvwyx@gmail.com"
|
|
@@ -73,8 +73,6 @@
|
|
|
73
73
|
"antd-img-crop": "^4.2.5",
|
|
74
74
|
"axios": "^0.21.0",
|
|
75
75
|
"classnames": "^2.3.1",
|
|
76
|
-
"conventional-changelog": "^3.1.25",
|
|
77
|
-
"conventional-changelog-cli": "^2.2.2",
|
|
78
76
|
"dayjs": "^1.9.7",
|
|
79
77
|
"echarts": "^5.4.0",
|
|
80
78
|
"hex-to-rgba": "^2.0.1",
|
|
@@ -139,6 +137,8 @@
|
|
|
139
137
|
"react-copy-to-clipboard": "^5.1.0",
|
|
140
138
|
"stylelint": "^13.8.0",
|
|
141
139
|
"stylelint-config-prettier": "^8.0.2",
|
|
142
|
-
"stylelint-config-standard": "^20.0.0"
|
|
140
|
+
"stylelint-config-standard": "^20.0.0",
|
|
141
|
+
"conventional-changelog": "^3.1.25",
|
|
142
|
+
"conventional-changelog-cli": "^2.2.2"
|
|
143
143
|
}
|
|
144
144
|
}
|