shineout 3.6.3-beta.1 → 3.6.3-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 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.3-beta.1'
517
+ version: '3.6.3-beta.2'
518
518
  };
package/dist/shineout.js CHANGED
@@ -12139,7 +12139,7 @@ var handleStyle = function handleStyle(style) {
12139
12139
  };
12140
12140
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
12141
12141
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
12142
- /* harmony default export */ var version = ('3.6.3-beta.1');
12142
+ /* harmony default export */ var version = ('3.6.3-beta.2');
12143
12143
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12144
12144
 
12145
12145
 
@@ -49696,12 +49696,10 @@ var useForm = function useForm(props) {
49696
49696
  context.removeArr.delete(n);
49697
49697
  if (df !== undefined && deepGet(context.value, n) === undefined) {
49698
49698
  if (!context.mounted) context.defaultValues[n] = df;
49699
- setTimeout(function () {
49700
- onChange(function (v) {
49701
- deepSet(v, n, df, deepSetOptions);
49702
- });
49703
- update(n);
49699
+ onChange(function (v) {
49700
+ deepSet(v, n, df, deepSetOptions);
49704
49701
  });
49702
+ update(n);
49705
49703
  }
49706
49704
  },
49707
49705
  unbind: function unbind(n, reserveAble, validateField, update) {
@@ -69758,7 +69756,7 @@ var upload_interface = __webpack_require__(8821);
69758
69756
 
69759
69757
 
69760
69758
  /* harmony default export */ var src_0 = ({
69761
- version: '3.6.3-beta.1'
69759
+ version: '3.6.3-beta.2'
69762
69760
  });
69763
69761
  }();
69764
69762
  /******/ return __webpack_exports__;