@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 +1 -0
- package/lib/Picker.js +1 -0
- package/package.json +1 -1
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;
|