@seafile/seafile-calendar 0.0.29-alpha47 → 0.0.29-alpha48
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
CHANGED
@@ -7445,6 +7445,7 @@ var _initialiseProps = function _initialiseProps() {
|
|
7445
7445
|
};
|
7446
7446
|
|
7447
7447
|
this.onInputChange = function (str) {
|
7448
|
+
console.log(str);
|
7448
7449
|
var cananderStr = Object(__WEBPACK_IMPORTED_MODULE_9__util__["l" /* normalizeDateInput */])(str, _this2.state.localeFormat, _this2.state.delimiter);
|
7449
7450
|
var _props = _this2.props,
|
7450
7451
|
disabledDate = _props.disabledDate,
|