shineout 3.6.6-beta.4 → 3.6.6-beta.5
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 +7 -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.6-beta.
|
|
517
|
+
version: '3.6.6-beta.5'
|
|
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.6-beta.
|
|
12220
|
+
/* harmony default export */ var version = ('3.6.6-beta.5');
|
|
12221
12221
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12222
12222
|
|
|
12223
12223
|
|
|
@@ -49731,7 +49731,11 @@ var useForm = function useForm(props) {
|
|
|
49731
49731
|
fullKeyPaths.forEach(function (key) {
|
|
49732
49732
|
delete context.serverErrors[key];
|
|
49733
49733
|
});
|
|
49734
|
-
|
|
49734
|
+
if (option.forceUpdate) {
|
|
49735
|
+
update();
|
|
49736
|
+
} else {
|
|
49737
|
+
update(fullKeyPaths);
|
|
49738
|
+
}
|
|
49735
49739
|
});
|
|
49736
49740
|
var updateDefaultValue = function updateDefaultValue() {
|
|
49737
49741
|
if (!context.mounted) return;
|
|
@@ -70074,7 +70078,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
70074
70078
|
|
|
70075
70079
|
|
|
70076
70080
|
/* harmony default export */ var src_0 = ({
|
|
70077
|
-
version: '3.6.6-beta.
|
|
70081
|
+
version: '3.6.6-beta.5'
|
|
70078
70082
|
});
|
|
70079
70083
|
}();
|
|
70080
70084
|
/******/ return __webpack_exports__;
|