@seafile/seafile-calendar 0.0.29-alpha12 → 0.0.29-alpha14
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/es/Picker.js +1 -1
- package/lib/Picker.js +1 -1
- package/package.json +1 -1
package/es/Picker.js
CHANGED
@@ -159,7 +159,7 @@ var _initialiseProps = function _initialiseProps() {
|
|
159
159
|
if (cause.source === 'keyboard' || cause.source === 'dateInputSelect' || !props.calendar.props.timePicker && cause.source !== 'dateInput' || cause.source === 'todayButton') {
|
160
160
|
_this2.close(_this2.focus);
|
161
161
|
}
|
162
|
-
console.log('onCalendarSelect', value,
|
162
|
+
console.log('onCalendarSelect', value, props.calendar.props.format[0]);
|
163
163
|
props.onChange(value);
|
164
164
|
};
|
165
165
|
|
package/lib/Picker.js
CHANGED
@@ -195,7 +195,7 @@ var _initialiseProps = function _initialiseProps() {
|
|
195
195
|
if (cause.source === 'keyboard' || cause.source === 'dateInputSelect' || !props.calendar.props.timePicker && cause.source !== 'dateInput' || cause.source === 'todayButton') {
|
196
196
|
_this2.close(_this2.focus);
|
197
197
|
}
|
198
|
-
console.log('onCalendarSelect', value,
|
198
|
+
console.log('onCalendarSelect', value, props.calendar.props.format[0]);
|
199
199
|
props.onChange(value);
|
200
200
|
};
|
201
201
|
|