@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/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({
@@ -191,6 +191,7 @@ var _initialiseProps = function _initialiseProps() {
191
191
  }
192
192
 
193
193
  if (selectedValue !== value || selectedValue && value && !selectedValue.isSame(value)) {
194
+ // console.log(123)
194
195
  _this2.setState({ str: str });
195
196
  onChange(value);
196
197
  }
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({
@@ -222,6 +222,7 @@ var _initialiseProps = function _initialiseProps() {
222
222
  }
223
223
 
224
224
  if (selectedValue !== value || selectedValue && value && !selectedValue.isSame(value)) {
225
+ // console.log(123)
225
226
  _this2.setState({ str: str });
226
227
  onChange(value);
227
228
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/seafile-calendar",
3
- "version": "0.0.29-alpha49",
3
+ "version": "0.0.29-alpha51",
4
4
  "description": "React Calendar",
5
5
  "keywords": [
6
6
  "react",