shineout 3.6.2-beta.4 → 3.6.2-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 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.2-beta.4'
517
+ version: '3.6.2-beta.5'
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.2-beta.4');
12142
+ /* harmony default export */ var version = ('3.6.2-beta.5');
12143
12143
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12144
12144
 
12145
12145
 
@@ -41976,8 +41976,8 @@ function useFormControl(props) {
41976
41976
  if (isArray(name)) {
41977
41977
  name.forEach(function (n) {
41978
41978
  controlFunc.unbind(n, reserveAble, validateField, update);
41979
- updateError(n, undefined);
41980
41979
  });
41980
+ updateError(isArray(name) ? name.join('|') : name, undefined);
41981
41981
  } else {
41982
41982
  controlFunc.unbind(name, reserveAble, validateField, update);
41983
41983
  updateError(name, undefined);
@@ -69719,7 +69719,7 @@ var upload_interface = __webpack_require__(8821);
69719
69719
 
69720
69720
 
69721
69721
  /* harmony default export */ var src_0 = ({
69722
- version: '3.6.2-beta.4'
69722
+ version: '3.6.2-beta.5'
69723
69723
  });
69724
69724
  }();
69725
69725
  /******/ return __webpack_exports__;