@progress/kendo-react-dateinputs 7.0.3-develop.9 → 7.1.0-develop.10
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.
|
@@ -6,7 +6,7 @@ import { DateInputFormatPlaceholder } from '../../dateinput/models/format-placeh
|
|
|
6
6
|
import { DateInputsPopupSettings } from '../../PopupSettings';
|
|
7
7
|
import { CalendarProps } from '../../calendar/components/Calendar';
|
|
8
8
|
import { PopupProps } from '@progress/kendo-react-popup';
|
|
9
|
-
import { DateInputProps } from '../..';
|
|
9
|
+
import { DateInputProps, MultiViewCalendarProps } from '../..';
|
|
10
10
|
import { DateFormatOptions } from '@progress/kendo-react-intl';
|
|
11
11
|
import { ToggleButtonProps } from '../ToggleButton';
|
|
12
12
|
import { PickerWrapProps } from '../../common/PickerWrap';
|
|
@@ -27,7 +27,7 @@ export interface DatePickerSettings {
|
|
|
27
27
|
* Enables the customization or the override of the default Calendar which is rendered by the DatePicker
|
|
28
28
|
* ([see example]({% slug custom_rendering_datepicker %}#toc-customizing-the-calendar)).
|
|
29
29
|
*/
|
|
30
|
-
calendar?: React.ComponentType<CalendarProps<any>>;
|
|
30
|
+
calendar?: React.ComponentType<CalendarProps<any>> | React.ComponentType<MultiViewCalendarProps<any>>;
|
|
31
31
|
/**
|
|
32
32
|
* Enables the customization or the override of the default Popup which is rendered by the DatePicker
|
|
33
33
|
* ([see example]({% slug custom_rendering_datepicker %}#toc-customizing-the-popup)).
|