@seafile/seafile-calendar 0.0.31-Apph0.31 → 0.0.31-Apph0.32
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/dist/rc-calendar.js
CHANGED
@@ -7406,7 +7406,7 @@ var _initialiseProps = function _initialiseProps() {
|
|
7406
7406
|
console.log('calendarStr', !calendarStr);
|
7407
7407
|
var parsed = __WEBPACK_IMPORTED_MODULE_8_dayjs___default()(calendarStr, format[0]);
|
7408
7408
|
var value = _this2.props.value.clone();
|
7409
|
-
console.log('
|
7409
|
+
console.log('defaultValue', defaultValue);
|
7410
7410
|
value = value.year(parsed.year()).month(parsed.month()).date(parsed.date()).hour(parsed.hour()).minute(parsed.minute()).second(parsed.second());
|
7411
7411
|
|
7412
7412
|
if (!value || disabledDate && disabledDate(value)) {
|