@lemon-fe/kits 1.2.9 → 1.2.10
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.
|
@@ -508,6 +508,14 @@ var BatchOperate = /*#__PURE__*/function (_Component) {
|
|
|
508
508
|
title: '',
|
|
509
509
|
colId: '$$delete',
|
|
510
510
|
width: 32,
|
|
511
|
+
pinned: 'left',
|
|
512
|
+
sortable: false,
|
|
513
|
+
suppressAutoSize: true,
|
|
514
|
+
suppressMovable: true,
|
|
515
|
+
suppressMenu: true,
|
|
516
|
+
lockPinned: true,
|
|
517
|
+
lockVisible: true,
|
|
518
|
+
resizable: false,
|
|
511
519
|
render: function render(val, record, idx, _ref9) {
|
|
512
520
|
var context = _ref9.context,
|
|
513
521
|
node = _ref9.node,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lemon-fe/kits",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.10",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"publishConfig": {
|
|
46
46
|
"registry": "https://registry.npmjs.org"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "39106ffb955aee156d5f39975b9a198e6b52fca6"
|
|
49
49
|
}
|