@lemon-fe/kits 1.5.7-alpha.4 → 1.5.7-alpha.6
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.
|
@@ -697,6 +697,7 @@ var BatchOperate = /*#__PURE__*/function (_Component) {
|
|
|
697
697
|
centered: true,
|
|
698
698
|
open: open,
|
|
699
699
|
onCancel: function onCancel() {
|
|
700
|
+
_this6.queue.pause();
|
|
700
701
|
_this6.setState({
|
|
701
702
|
paused: true
|
|
702
703
|
}, function () {
|
|
@@ -712,10 +713,8 @@ var BatchOperate = /*#__PURE__*/function (_Component) {
|
|
|
712
713
|
afterClose: function afterClose() {
|
|
713
714
|
_this6.setState({
|
|
714
715
|
results: new Map(),
|
|
715
|
-
paused: true,
|
|
716
716
|
data: []
|
|
717
717
|
});
|
|
718
|
-
_this6.queue.pause();
|
|
719
718
|
_afterClose();
|
|
720
719
|
},
|
|
721
720
|
keyboard: false,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lemon-fe/kits",
|
|
3
|
-
"version": "1.5.7-alpha.
|
|
3
|
+
"version": "1.5.7-alpha.6",
|
|
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.5.7-alpha.
|
|
27
|
+
"@lemon-fe/components": "^1.5.7-alpha.6",
|
|
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": "
|
|
50
|
+
"gitHead": "6d26b5ca998c1e9f0455db9dc97880d1aa147bac"
|
|
51
51
|
}
|