Merge pull request #33194 from WalterEbbers/patch-1

Update to Calender.selectDates()
This commit is contained in:
Nathan Shively-Sanders
2019-03-05 08:34:14 -08:00
committed by GitHub

View File

@@ -1883,7 +1883,9 @@ declare namespace kendo.ui {
navigateToPast(): void;
navigateUp(): void;
selectDates(): void;
selectDates(): void;
selectDates(datesToSelect : any): void;
//somehow the same interface got implemented twice which are the same
//kendo-ui supports date selection(https://docs.telerik.com/kendo-ui/knowledge-base/calendar-select-range-of-dates)
value(): Date;
value(value: Date): void;
value(value: string): void;