@lemon-fe/kits 1.2.9 → 1.2.11-alpha.0
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,
|
|
@@ -99,7 +99,7 @@ function MicroLayout(props) {
|
|
|
99
99
|
var target = routeTabsRef.current.find(function (tab) {
|
|
100
100
|
return isSubPath(tab.rootPath, pathname);
|
|
101
101
|
});
|
|
102
|
-
if (target === undefined || pathname === target.location.pathname) {
|
|
102
|
+
if (target === undefined || loc.pathname === target.location.pathname) {
|
|
103
103
|
return;
|
|
104
104
|
}
|
|
105
105
|
if (target.instance !== undefined && target.instance.block({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lemon-fe/kits",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.11-alpha.0",
|
|
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.2.
|
|
27
|
+
"@lemon-fe/components": "^1.2.11-alpha.0",
|
|
28
28
|
"@lemon-fe/hooks": "^1.2.0",
|
|
29
29
|
"@lemon-fe/utils": "^1.1.0",
|
|
30
30
|
"antd": "4.24.8",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"publishConfig": {
|
|
46
46
|
"registry": "https://registry.npmjs.org"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "084f158755b14b82bca352d812f0da492b120b66"
|
|
49
49
|
}
|