@progress/kendo-angular-dateinputs
Version:
Kendo UI for Angular Date Inputs Package - Everything you need to add date selection functionality to apps (DatePicker, TimePicker, DateInput, DateRangePicker, DateTimePicker, Calendar, and MultiViewCalendar).
20 lines (19 loc) • 572 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
/**
* @hidden
*/
export declare enum Action {
Left = 0,
Right = 1,
Up = 2,
Down = 3,
PrevView = 4,
NextView = 5,
FirstInView = 6,
LastInView = 7,
LowerView = 8,
UpperView = 9
}