@@ -78,28 +78,35 @@ export class DateRangePickerWrapper extends React.Component<any, any> {
7878 endDatePlaceholderText : this . props . endDatePlaceholderText ,
7979 disabled : this . props . disabled ,
8080 required : this . props . required ,
81+ readOnly : this . props . readOnly ,
8182 screenReaderInputMessage : this . props . screenReaderInputMessage ,
8283 showClearDates : this . props . showClearDates ,
8384 showDefaultInputIcon : this . props . showDefaultInputIcon ,
8485 customInputIcon : this . props . customInputIcon ,
8586 customArrowIcon : this . props . customArrowIcon ,
8687 customCloseIcon : this . props . customCloseIcon ,
8788
89+ renderMonth : this . props . renderMonth ,
8890 orientation : this . props . orientation ,
8991 anchorDirection : this . props . anchorDirection ,
9092 horizontalMargin : this . props . horizontalMargin ,
9193 withPortal : this . props . withPortal ,
9294 withFullScreenPortal : this . props . withFullScreenPortal ,
95+ daySize : this . props . daySize ,
96+ isRTL : this . props . isRTL ,
9397 initialVisibleMonth : this . props . initialVisibleMonth ,
98+ firstDayOfWeek : this . props . firstDayOfWeek ,
9499 numberOfMonths : this . props . numberOfMonths ,
95100 keepOpenOnDateSelect : this . props . keepOpenOnDateSelect ,
96101 reopenPickerOnClearDates : this . props . reopenPickerOnClearDates ,
97102 renderCalendarInfo : this . props . renderCalendarInfo ,
103+ hideKeyboardShortcutsPanel : this . props . hideKeyboardShortcutsPanel ,
98104
99105 navPrev : this . props . navPrev ,
100106 navNext : this . props . navNext ,
101107 onPrevMonthClick : this . props . onPrevMonthClick ,
102108 onNextMonthClick : this . props . onNextMonthClick ,
109+ onClose : this . props . onClose ,
103110
104111 renderDay : this . props . renderDay ,
105112 minimumNights : this . props . minimumNights ,
0 commit comments