@seafile/seafile-calendar 0.0.29-alpha14 → 0.0.29-alpha19

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.
@@ -3109,6 +3109,7 @@ var _initialiseProps = function _initialiseProps() {
3109
3109
  };
3110
3110
 
3111
3111
  this.onDateInputChange = function (value) {
3112
+ console.log('onDateInputChange', value);
3112
3113
  _this2.onSelect(value, {
3113
3114
  source: 'dateInput'
3114
3115
  });