use rc-calendar@~9.7.0

This commit is contained in:
HeskeyBaozi 2018-09-02 18:39:35 +08:00 committed by 偏右
parent e3eb3c63a1
commit 3de0acabd1
4 changed files with 4 additions and 1 deletions

View File

@ -320,6 +320,7 @@ class RangePicker extends React.Component<any, RangePickerState> {
type="close-circle"
className={`${prefixCls}-picker-clear`}
onClick={this.clearSelection}
theme={'filled'}
/>
) : null;

View File

@ -115,6 +115,7 @@ class WeekPicker extends React.Component<any, any> {
type="close-circle"
className={`${prefixCls}-picker-clear`}
onClick={this.clearSelection}
theme={'filled'}
/>
) : null;
const input = ({ value }: { value: moment.Moment | undefined }) => {

View File

@ -162,6 +162,7 @@ export default function createPicker(TheCalendar: React.ComponentClass): any {
type="close-circle"
className={`${prefixCls}-picker-clear`}
onClick={this.clearSelection}
theme={'filled'}
/>
) : null;

View File

@ -56,7 +56,7 @@
"prop-types": "^15.5.7",
"raf": "^3.4.0",
"rc-animate": "^2.4.1",
"rc-calendar": "~9.6.0",
"rc-calendar": "~9.7.0",
"rc-cascader": "~0.16.0",
"rc-checkbox": "~2.1.5",
"rc-collapse": "~1.10.0",