@seafile/seafile-calendar 0.0.31-Apph0.34 → 0.0.31-Apph0.35
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 -1
- package/dist/rc-calendar.js.map +1 -1
- package/dist/rc-calendar.min.js +1 -1
- package/es/Calendar.js +1 -1
- package/lib/Calendar.js +1 -1
- package/package.json +1 -1
package/dist/rc-calendar.js
CHANGED
@@ -2845,7 +2845,7 @@ var Calendar = function (_React$Component) {
|
|
2845
2845
|
disabledTime: disabledTime,
|
2846
2846
|
disabledDate: disabledDate,
|
2847
2847
|
onClear: this.onClear,
|
2848
|
-
|
2848
|
+
defaultInputValue: defaultInputValue,
|
2849
2849
|
prefixCls: prefixCls,
|
2850
2850
|
selectedValue: selectedValue,
|
2851
2851
|
onChange: this.onDateInputChange,
|