@lemon-fe/kits 1.4.7-alpha.0 → 1.4.8
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,6 +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
|
+
/** 不能使用requestAnimationFrame,因为这个函数会在页面后台被浏览器阻塞,使用setTimeout至少还能执行,虽然会降低执行速度,后续可以考虑优化state的使用 */
|
|
328
329
|
setTimeout(res);
|
|
329
330
|
});
|
|
330
331
|
case 21:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lemon-fe/kits",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.8",
|
|
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.8",
|
|
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": "5efd8dc6fe627450229c376bea96040c882ac430"
|
|
50
50
|
}
|