Update to Calender.selectDates()

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)
This commit is contained in:
WalterEbbers
2019-02-19 12:23:27 +01:00
committed by GitHub
parent 90961b6110
commit 791191b824
+3 -1
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;