@seafile/seafile-calendar 0.0.88894 → 0.0.88895
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 +2 -3
- package/dist/rc-calendar.js.map +1 -1
- package/dist/rc-calendar.min.js +1 -1
- package/es/Calendar.js +0 -1
- package/es/date/DateInput.js +2 -2
- package/lib/Calendar.js +0 -1
- package/lib/date/DateInput.js +2 -2
- package/package.json +1 -1
package/dist/rc-calendar.js
CHANGED
@@ -3064,7 +3064,6 @@ var _initialiseProps = function _initialiseProps() {
|
|
3064
3064
|
return 1;
|
3065
3065
|
case __WEBPACK_IMPORTED_MODULE_7_rc_util_es_KeyCode__["a" /* default */].ENTER:
|
3066
3066
|
if (!disabledDate || !disabledDate(value)) {
|
3067
|
-
console.log('11111KeyCode', value);
|
3068
3067
|
_this2.onSelect(value, {
|
3069
3068
|
source: 'keyboard'
|
3070
3069
|
});
|
@@ -7415,9 +7414,9 @@ var _initialiseProps = function _initialiseProps() {
|
|
7415
7414
|
selectedValue = _props.selectedValue;
|
7416
7415
|
// 没有内容,合法并直接退出
|
7417
7416
|
|
7418
|
-
console.log('str', str);
|
7419
|
-
console.log('calendarStr', calendarStr);
|
7420
7417
|
if (!str || !calendarStr) {
|
7418
|
+
|
7419
|
+
onClear(null);
|
7421
7420
|
_this2.onClear();
|
7422
7421
|
return;
|
7423
7422
|
}
|