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