@lemon-fe/kits 1.4.28-alpha.0 → 1.4.28-alpha.2

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.
@@ -556,6 +556,7 @@ var BatchOperate = /*#__PURE__*/function (_Component) {
556
556
  lockPinned: true,
557
557
  lockVisible: true,
558
558
  resizable: false,
559
+ suppressColumnsToolPanel: true,
559
560
  render: function render(val, record, idx, _ref9) {
560
561
  var context = _ref9.context,
561
562
  node = _ref9.node,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lemon-fe/kits",
3
- "version": "1.4.28-alpha.0",
3
+ "version": "1.4.28-alpha.2",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@ant-design/icons": "^4.7.0",
27
- "@lemon-fe/components": "^1.4.27-alpha.0",
27
+ "@lemon-fe/components": "^1.4.28-alpha.2",
28
28
  "@lemon-fe/hooks": "^1.4.27-alpha.0",
29
29
  "@lemon-fe/utils": "^1.4.15",
30
30
  "ag-grid-community": "29.2.0",
@@ -47,5 +47,5 @@
47
47
  "publishConfig": {
48
48
  "registry": "https://registry.npmjs.org"
49
49
  },
50
- "gitHead": "2cac9897b2a48e7fd1e1b1490735d50c3e372e88"
50
+ "gitHead": "ab72bcf9c66072be25cadc0a50ab44c17cc78ec5"
51
51
  }