shineout 3.5.6-beta.1 → 3.5.6-beta.2
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 +9 -2
- 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
|
@@ -507,5 +507,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
507
507
|
// 此文件由脚本自动生成,请勿直接修改。
|
|
508
508
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
509
509
|
var _default = exports.default = {
|
|
510
|
-
version: '3.5.6-beta.
|
|
510
|
+
version: '3.5.6-beta.2'
|
|
511
511
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -12040,7 +12040,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12040
12040
|
};
|
|
12041
12041
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12042
12042
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12043
|
-
/* harmony default export */ var version = ('3.5.6-beta.
|
|
12043
|
+
/* harmony default export */ var version = ('3.5.6-beta.2');
|
|
12044
12044
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12045
12045
|
|
|
12046
12046
|
|
|
@@ -39153,6 +39153,13 @@ var result_Result = function Result(props) {
|
|
|
39153
39153
|
}
|
|
39154
39154
|
mounted.current = true;
|
|
39155
39155
|
}, [focus, placeholder, multiple]);
|
|
39156
|
+
|
|
39157
|
+
// Select多选模式下,且开启了onFilter,自动聚焦
|
|
39158
|
+
(0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useLayoutEffect)(function () {
|
|
39159
|
+
if (multiple && focus && inputRef !== null && inputRef !== void 0 && inputRef.current) {
|
|
39160
|
+
inputRef.current.focus();
|
|
39161
|
+
}
|
|
39162
|
+
}, [focus, multiple]);
|
|
39156
39163
|
(0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useLayoutEffect)(function () {
|
|
39157
39164
|
handleResetMore();
|
|
39158
39165
|
}, [valueProp, data]);
|
|
@@ -67186,7 +67193,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
67186
67193
|
|
|
67187
67194
|
|
|
67188
67195
|
/* harmony default export */ var src_0 = ({
|
|
67189
|
-
version: '3.5.6-beta.
|
|
67196
|
+
version: '3.5.6-beta.2'
|
|
67190
67197
|
});
|
|
67191
67198
|
}();
|
|
67192
67199
|
/******/ return __webpack_exports__;
|