@seafile/seafile-calendar 0.0.31-Apph0.57 → 0.0.31-Apph0.58
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
@@ -7419,7 +7419,8 @@ var _initialiseProps = function _initialiseProps() {
|
|
7419
7419
|
format = _props.format,
|
7420
7420
|
onChange = _props.onChange,
|
7421
7421
|
selectedValue = _props.selectedValue,
|
7422
|
-
shouldDisplayCurrent = _props.shouldDisplayCurrent
|
7422
|
+
shouldDisplayCurrent = _props.shouldDisplayCurrent,
|
7423
|
+
openValue = _props.openValue;
|
7423
7424
|
|
7424
7425
|
console.log('openValue', openValue);
|
7425
7426
|
// 没有内容,合法并直接退出
|