@seafile/seafile-calendar 0.0.29-alpha29 → 0.0.29-alpha31

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.
@@ -7471,6 +7471,8 @@ var _initialiseProps = function _initialiseProps() {
7471
7471
  console.log('ISO format');
7472
7472
  if (parts[0] && parts[0].length === 4 && (parts[0].slice(0, 3) === '000' || parts[0].slice(0, 2) === '00')) {
7473
7473
  value.year(parts[0]);
7474
+ // eslint-disable-next-line no-console
7475
+ console.log('ISO format year', value);
7474
7476
  }
7475
7477
  }
7476
7478
  if (_this2.state.localeFormat === __WEBPACK_IMPORTED_MODULE_9__util__["a" /* DATE_FORMATS */].European || _this2.state.localeFormat === __WEBPACK_IMPORTED_MODULE_9__util__["a" /* DATE_FORMATS */].EuropeanAndTime || _this2.state.localeFormat === __WEBPACK_IMPORTED_MODULE_9__util__["a" /* DATE_FORMATS */].US || _this2.state.localeFormat === __WEBPACK_IMPORTED_MODULE_9__util__["a" /* DATE_FORMATS */].USAndTime || _this2.state.localeFormat === __WEBPACK_IMPORTED_MODULE_9__util__["a" /* DATE_FORMATS */].Germany_Russia_etc || _this2.state.localeFormat === __WEBPACK_IMPORTED_MODULE_9__util__["a" /* DATE_FORMATS */].Germany_Russia_etcAndTime) {
@@ -7485,6 +7487,8 @@ var _initialiseProps = function _initialiseProps() {
7485
7487
 
7486
7488
  if (selectedValue !== value || selectedValue && value && !selectedValue.isSame(value)) {
7487
7489
  _this2.setState({ str: str });
7490
+ // eslint-disable-next-line no-console
7491
+ console.log('value', value);
7488
7492
  onChange(value);
7489
7493
  }
7490
7494
  };