shineout 3.8.8-beta.2 → 3.8.8-beta.3

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
@@ -522,5 +522,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
522
522
  // 此文件由脚本自动生成,请勿直接修改。
523
523
  // This file was generated automatically by a script. Please do not modify it directly.
524
524
  var _default = exports.default = {
525
- version: '3.8.8-beta.2'
525
+ version: '3.8.8-beta.3'
526
526
  };
package/dist/shineout.js CHANGED
@@ -12386,7 +12386,7 @@ var handleStyle = function handleStyle(style) {
12386
12386
  };
12387
12387
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
12388
12388
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
12389
- /* harmony default export */ var version = ('3.8.8-beta.2');
12389
+ /* harmony default export */ var version = ('3.8.8-beta.3');
12390
12390
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12391
12391
 
12392
12392
 
@@ -61410,12 +61410,14 @@ RateComp.displayName = 'ShineoutRate';
61410
61410
  /* harmony default export */ var src_rate_0 = (RateComp);
61411
61411
  ;// CONCATENATED MODULE: ../hooks/src/utils/rule/required.ts
61412
61412
 
61413
+
61414
+
61413
61415
  var options = {
61414
61416
  skipUndefined: true
61415
61417
  };
61416
61418
  var requiredMessage = function requiredMessage(props) {
61417
61419
  var type = props.type === 'array' ? 'array' : 'string';
61418
- return "$rules.required.".concat(type);
61420
+ return substitute(getLocale(src_config_config.locale, "rules.required.".concat(type)), props);
61419
61421
  };
61420
61422
  /* harmony default export */ var required = (function () {
61421
61423
  var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
@@ -73374,7 +73376,7 @@ var upload_interface = __webpack_require__(8821);
73374
73376
 
73375
73377
 
73376
73378
  /* harmony default export */ var src_0 = ({
73377
- version: '3.8.8-beta.2'
73379
+ version: '3.8.8-beta.3'
73378
73380
  });
73379
73381
  }();
73380
73382
  /******/ return __webpack_exports__;