shineout 3.5.3-beta.7 → 3.5.3-beta.8

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
@@ -500,5 +500,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
500
500
  // 此文件由脚本自动生成,请勿直接修改。
501
501
  // This file was generated automatically by a script. Please do not modify it directly.
502
502
  var _default = exports.default = {
503
- version: '3.5.3-beta.7'
503
+ version: '3.5.3-beta.8'
504
504
  };
package/dist/shineout.js CHANGED
@@ -12030,7 +12030,7 @@ var handleStyle = function handleStyle(style) {
12030
12030
  };
12031
12031
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
12032
12032
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
12033
- /* harmony default export */ var version = ('3.5.3-beta.7');
12033
+ /* harmony default export */ var version = ('3.5.3-beta.8');
12034
12034
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12035
12035
 
12036
12036
 
@@ -43450,7 +43450,7 @@ var Day = function Day(props) {
43450
43450
  length: 7
43451
43451
  }).map(function (_, index) {
43452
43452
  // weekStartsOn可能是字符串,需要转换为数字,否则得到星期顺序不正确
43453
- var num = (props.options.weekStartsOn + index) % 7;
43453
+ var num = (Number(props.options.weekStartsOn) + index) % 7;
43454
43454
  return weeks[num];
43455
43455
  });
43456
43456
  var renderWeek = function renderWeek(item) {
@@ -66968,7 +66968,7 @@ var upload_interface = __webpack_require__(8821);
66968
66968
 
66969
66969
 
66970
66970
  /* harmony default export */ var src_0 = ({
66971
- version: '3.5.3-beta.7'
66971
+ version: '3.5.3-beta.8'
66972
66972
  });
66973
66973
  }();
66974
66974
  /******/ return __webpack_exports__;