@lemon-fe/kits 1.4.6 → 1.4.7-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.
|
@@ -325,7 +325,7 @@ var BatchOperate = /*#__PURE__*/function (_Component) {
|
|
|
325
325
|
/** 这里需要将handler处理成异步函数,否则后续next拿到的this.state.paused依旧是true */
|
|
326
326
|
_context2.next = 21;
|
|
327
327
|
return new Promise(function (res) {
|
|
328
|
-
|
|
328
|
+
setTimeout(res);
|
|
329
329
|
});
|
|
330
330
|
case 21:
|
|
331
331
|
_context2.next = 23;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lemon-fe/kits",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.7-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.4.
|
|
27
|
+
"@lemon-fe/components": "^1.4.7-alpha.0",
|
|
28
28
|
"@lemon-fe/hooks": "^1.4.0",
|
|
29
29
|
"@lemon-fe/utils": "^1.3.0",
|
|
30
30
|
"ag-grid-community": "29.2.0",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"publishConfig": {
|
|
47
47
|
"registry": "https://registry.npmjs.org"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "09e7aef5d176eb8495585b67e3eb807ff43116b0"
|
|
50
50
|
}
|