@seafile/seafile-calendar 0.0.31-Apph0.33 → 0.0.31-Apph0.34

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
@@ -189,6 +189,7 @@ var _initialiseProps = function _initialiseProps() {
189
189
  var props = _this2.props;
190
190
  var state = _this2.state;
191
191
  var calendarProps = props.calendar.props;
192
+ console.log('calendarProps', calendarProps);
192
193
  var value = state.value;
193
194
 
194
195
  var defaultValue = value;
package/lib/Picker.js CHANGED
@@ -225,6 +225,7 @@ var _initialiseProps = function _initialiseProps() {
225
225
  var props = _this2.props;
226
226
  var state = _this2.state;
227
227
  var calendarProps = props.calendar.props;
228
+ console.log('calendarProps', calendarProps);
228
229
  var value = state.value;
229
230
 
230
231
  var defaultValue = value;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/seafile-calendar",
3
- "version": "0.0.31Apph0.33",
3
+ "version": "0.0.31Apph0.34",
4
4
  "description": "React Calendar",
5
5
  "keywords": [
6
6
  "react",