shineout 3.6.4-beta.3 → 3.6.4-beta.4
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 +4 -3
- 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
|
@@ -514,5 +514,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
514
514
|
// 此文件由脚本自动生成,请勿直接修改。
|
|
515
515
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
516
516
|
var _default = exports.default = {
|
|
517
|
-
version: '3.6.4-beta.
|
|
517
|
+
version: '3.6.4-beta.4'
|
|
518
518
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -12217,7 +12217,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12217
12217
|
};
|
|
12218
12218
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12219
12219
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12220
|
-
/* harmony default export */ var version = ('3.6.4-beta.
|
|
12220
|
+
/* harmony default export */ var version = ('3.6.4-beta.4');
|
|
12221
12221
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12222
12222
|
|
|
12223
12223
|
|
|
@@ -49918,7 +49918,8 @@ var useForm = function useForm(props) {
|
|
|
49918
49918
|
validateFields(keys).catch(function () {});
|
|
49919
49919
|
}
|
|
49920
49920
|
update();
|
|
49921
|
-
|
|
49921
|
+
// 默认值上位时会提前触发外部的onChange, 导致外部的多次setFormValue不能合并后生效的问题(ReactDOM.render方式渲染)
|
|
49922
|
+
setTimeout(updateDefaultValue);
|
|
49922
49923
|
context.resetTime = 0;
|
|
49923
49924
|
}, [props.value]);
|
|
49924
49925
|
external_root_React_commonjs2_react_commonjs_react_amd_react_.useEffect(function () {
|
|
@@ -69868,7 +69869,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
69868
69869
|
|
|
69869
69870
|
|
|
69870
69871
|
/* harmony default export */ var src_0 = ({
|
|
69871
|
-
version: '3.6.4-beta.
|
|
69872
|
+
version: '3.6.4-beta.4'
|
|
69872
69873
|
});
|
|
69873
69874
|
}();
|
|
69874
69875
|
/******/ return __webpack_exports__;
|