@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).
21 lines (20 loc) • 911 B
JavaScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
/**
* @hidden
*/
export var Action;
(function (Action) {
Action[Action["Left"] = 0] = "Left";
Action[Action["Right"] = 1] = "Right";
Action[Action["Up"] = 2] = "Up";
Action[Action["Down"] = 3] = "Down";
Action[Action["PrevView"] = 4] = "PrevView";
Action[Action["NextView"] = 5] = "NextView";
Action[Action["FirstInView"] = 6] = "FirstInView";
Action[Action["LastInView"] = 7] = "LastInView";
Action[Action["LowerView"] = 8] = "LowerView";
Action[Action["UpperView"] = 9] = "UpperView";
})(Action || (Action = {}));