@seafile/seafile-calendar 0.0.29-alpha10 → 0.0.29-alpha13

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 CHANGED
@@ -159,6 +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, props);
162
163
  props.onChange(value);
163
164
  };
164
165
 
package/lib/Picker.js CHANGED
@@ -195,6 +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, props);
198
199
  props.onChange(value);
199
200
  };
200
201
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/seafile-calendar",
3
- "version": "0.0.29-alpha10",
3
+ "version": "0.0.29-alpha13",
4
4
  "description": "React Calendar",
5
5
  "keywords": [
6
6
  "react",