@seafile/seafile-calendar 0.0.29-alpha49 → 0.0.29-alpha51
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/dist/rc-calendar.js +1 -0
- package/dist/rc-calendar.js.map +1 -1
- package/es/Picker.js +1 -0
- package/es/date/DateInput.js +1 -0
- package/lib/Picker.js +1 -0
- package/lib/date/DateInput.js +1 -0
- package/package.json +1 -1
package/es/Picker.js
CHANGED
@@ -150,6 +150,7 @@ var _initialiseProps = function _initialiseProps() {
|
|
150
150
|
this.onCalendarSelect = function (value) {
|
151
151
|
var cause = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
152
152
|
|
153
|
+
console.log('value', value);
|
153
154
|
var props = _this2.props;
|
154
155
|
if (!('value' in props)) {
|
155
156
|
_this2.setState({
|
package/es/date/DateInput.js
CHANGED
package/lib/Picker.js
CHANGED
@@ -186,6 +186,7 @@ var _initialiseProps = function _initialiseProps() {
|
|
186
186
|
this.onCalendarSelect = function (value) {
|
187
187
|
var cause = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
188
188
|
|
189
|
+
console.log('value', value);
|
189
190
|
var props = _this2.props;
|
190
191
|
if (!('value' in props)) {
|
191
192
|
_this2.setState({
|
package/lib/date/DateInput.js
CHANGED