shineout 3.7.1-beta.8 → 3.7.1-beta.9
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.
- package/cjs/index.js +1 -1
- package/dist/shineout.js +6 -6
- package/dist/shineout.js.map +1 -1
- package/dist/shineout.min.js +1 -1
- package/dist/shineout.min.js.map +1 -1
- package/esm/index.js +1 -1
- package/package.json +5 -5
package/cjs/index.js
CHANGED
|
@@ -522,5 +522,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
522
522
|
// 此文件由脚本自动生成,请勿直接修改。
|
|
523
523
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
524
524
|
var _default = exports.default = {
|
|
525
|
-
version: '3.7.1-beta.
|
|
525
|
+
version: '3.7.1-beta.9'
|
|
526
526
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -12227,7 +12227,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12227
12227
|
};
|
|
12228
12228
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12229
12229
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12230
|
-
/* harmony default export */ var version = ('3.7.1-beta.
|
|
12230
|
+
/* harmony default export */ var version = ('3.7.1-beta.9');
|
|
12231
12231
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12232
12232
|
|
|
12233
12233
|
|
|
@@ -41155,9 +41155,6 @@ var result_Result = function Result(props) {
|
|
|
41155
41155
|
};
|
|
41156
41156
|
var handleCloseMouseDown = function handleCloseMouseDown() {
|
|
41157
41157
|
removeLock.current = true;
|
|
41158
|
-
setTimeout(function () {
|
|
41159
|
-
removeLock.current = false;
|
|
41160
|
-
}, 0);
|
|
41161
41158
|
};
|
|
41162
41159
|
var renderResultItem = function renderResultItem(item, index, nodes, v) {
|
|
41163
41160
|
var handleClose = function handleClose() {
|
|
@@ -41315,7 +41312,10 @@ var result_Result = function Result(props) {
|
|
|
41315
41312
|
var handleResetMore = function handleResetMore() {
|
|
41316
41313
|
if (!compressed) return;
|
|
41317
41314
|
if (isCompressedBound()) return;
|
|
41318
|
-
if (removeLock.current)
|
|
41315
|
+
if (removeLock.current) {
|
|
41316
|
+
removeLock.current = false;
|
|
41317
|
+
return;
|
|
41318
|
+
}
|
|
41319
41319
|
setMore(-1);
|
|
41320
41320
|
setShouldResetMore(true);
|
|
41321
41321
|
};
|
|
@@ -71339,7 +71339,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
71339
71339
|
|
|
71340
71340
|
|
|
71341
71341
|
/* harmony default export */ var src_0 = ({
|
|
71342
|
-
version: '3.7.1-beta.
|
|
71342
|
+
version: '3.7.1-beta.9'
|
|
71343
71343
|
});
|
|
71344
71344
|
}();
|
|
71345
71345
|
/******/ return __webpack_exports__;
|