@seafile/seafile-calendar 0.0.29-alpha74 → 0.0.29-alpha75

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.
@@ -2954,7 +2954,6 @@ var Calendar = function (_React$Component) {
2954
2954
  onSelect: this.onDateTableSelect,
2955
2955
  onClickRightPanelTime: onClickRightPanelTime,
2956
2956
  defaultMinutesTime: this.props.defaultMinutesTime,
2957
- showHourAndMinute: showHourAndMinute,
2958
2957
  format: this.getFormat()
2959
2958
  })
2960
2959
  )
@@ -6939,7 +6938,7 @@ var CalendarRightPanel = function (_React$Component) {
6939
6938
  null,
6940
6939
  this.times.map(function (time) {
6941
6940
  var parts = Object(__WEBPACK_IMPORTED_MODULE_6__util__["d" /* formatDateLocal */])(selectedDate, _this2.state.localeFormat);
6942
- var current = __WEBPACK_IMPORTED_MODULE_5_dayjs___default()(selectedDate + ' ' + time).year(parts[0]).month(parts[1]).date(parts[2]);
6941
+ var current = __WEBPACK_IMPORTED_MODULE_5_dayjs___default()(selectedDate + ' ' + time).year(parts[0]).month(parts[1] - 1).date(parts[2]);
6943
6942
  current = isZhcn ? current.locale('zh-cn') : current.locale('en-gb');
6944
6943
  return __WEBPACK_IMPORTED_MODULE_3_react___default.a.createElement(
6945
6944
  'li',