UNPKG

@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).

67 lines (66 loc) 9.08 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { CalendarComponent } from "./calendar/calendar.component"; import { MultiViewCalendarComponent } from "./calendar/multiview-calendar.component"; import { DateInputComponent } from "./dateinput/dateinput.component"; import { DatePickerComponent } from "./datepicker/datepicker.component"; import { DateRangePopupComponent } from "./daterange/date-range-popup.component"; import { DateRangeComponent } from "./daterange/date-range.component"; import { DateTimePickerComponent } from "./datetimepicker/datetimepicker.component"; import { TimePickerComponent } from "./timepicker/timepicker.component"; import { CellTemplateDirective } from "./calendar/templates/cell-template.directive"; import { CenturyCellTemplateDirective } from "./calendar/templates/century-cell-template.directive"; import { DecadeCellTemplateDirective } from "./calendar/templates/decade-cell-template.directive"; import { FooterTemplateDirective } from "./calendar/templates/footer-template.directive"; import { HeaderTemplateDirective } from "./calendar/templates/header-template.directive"; import { HeaderTitleTemplateDirective } from "./calendar/templates/header-title-template.directive"; import { MonthCellTemplateDirective } from "./calendar/templates/month-cell-template.directive"; import { NavigationItemTemplateDirective } from "./calendar/templates/navigation-item-template.directive"; import { WeekNumberCellTemplateDirective } from "./calendar/templates/weeknumber-cell-template.directive"; import { YearCellTemplateDirective } from "./calendar/templates/year-cell-template.directive"; import { DateRangeEndInputDirective } from "./daterange/date-range-end-input.directive"; import { DateRangePopupTemplateDirective } from "./daterange/date-range-popup-template.directive"; import { DateRangeSelectionDirective } from "./daterange/date-range-selection.directive"; import { DateRangeStartInputDirective } from "./daterange/date-range-start-input.directive"; import { CalendarCustomMessagesComponent } from "./calendar/localization/calendar-custom-messages.component"; import { MultiViewCalendarCustomMessagesComponent } from "./calendar/localization/multiview-calendar-custom-messages.component"; import { DateInputCustomMessagesComponent } from "./dateinput/localization/dateinput-custom-messages.component"; import { DatePickerCustomMessagesComponent } from "./datepicker/localization/datepicker-custom-messages.component"; import { DateRangePopupCustomMessagesComponent } from "./daterange/localization/daterange-popup-custom-messages.component"; import { DateTimePickerCustomMessagesComponent } from "./datetimepicker/localization/datetimepicker-custom-messages.component"; import { TimePickerCustomMessagesComponent } from "./timepicker/localization/timepicker-custom-messages.component"; import { ToggleButtonTabStopDirective } from "@progress/kendo-angular-common"; /** * Utility array that contains all `Calendar` related components and directives */ export declare const KENDO_CALENDAR: readonly [typeof CalendarCustomMessagesComponent, typeof CalendarComponent, typeof CellTemplateDirective, typeof CenturyCellTemplateDirective, typeof DecadeCellTemplateDirective, typeof FooterTemplateDirective, typeof HeaderTemplateDirective, typeof HeaderTitleTemplateDirective, typeof MonthCellTemplateDirective, typeof NavigationItemTemplateDirective, typeof WeekNumberCellTemplateDirective, typeof YearCellTemplateDirective, typeof NavigationItemTemplateDirective]; /** * Utility array that contains all `MultiViewCalendar` related components and directives */ export declare const KENDO_MULTIVIEWCALENDAR: readonly [typeof MultiViewCalendarCustomMessagesComponent, typeof MultiViewCalendarComponent, typeof CellTemplateDirective, typeof CenturyCellTemplateDirective, typeof DecadeCellTemplateDirective, typeof FooterTemplateDirective, typeof HeaderTemplateDirective, typeof HeaderTitleTemplateDirective, typeof MonthCellTemplateDirective, typeof NavigationItemTemplateDirective, typeof WeekNumberCellTemplateDirective, typeof YearCellTemplateDirective]; /** * Utility array that contains all `DateInput` related components and directives */ export declare const KENDO_DATEINPUT: readonly [typeof DateInputCustomMessagesComponent, typeof DateInputComponent]; /** * Utility array that contains all `DatePicker` related components and directives */ export declare const KENDO_DATEPICKER: readonly [typeof DatePickerCustomMessagesComponent, typeof DatePickerComponent, typeof CellTemplateDirective, typeof CenturyCellTemplateDirective, typeof DecadeCellTemplateDirective, typeof FooterTemplateDirective, typeof HeaderTemplateDirective, typeof HeaderTitleTemplateDirective, typeof MonthCellTemplateDirective, typeof NavigationItemTemplateDirective, typeof WeekNumberCellTemplateDirective, typeof YearCellTemplateDirective, typeof NavigationItemTemplateDirective, typeof ToggleButtonTabStopDirective]; /** * Utility array that contains all `DateRange` related components and directives */ export declare const KENDO_DATERANGE: readonly [typeof DateRangePopupCustomMessagesComponent, typeof DateInputCustomMessagesComponent, typeof DateInputComponent, typeof DateRangeEndInputDirective, typeof DateRangePopupTemplateDirective, typeof DateRangeComponent, typeof DateRangePopupComponent, typeof DateRangeSelectionDirective, typeof DateRangeStartInputDirective]; /** * Utility array that contains all `DateTimePicker` related components and directives */ export declare const KENDO_DATETIMEPICKER: readonly [typeof DateTimePickerCustomMessagesComponent, typeof DateTimePickerComponent, typeof CellTemplateDirective, typeof CenturyCellTemplateDirective, typeof DecadeCellTemplateDirective, typeof FooterTemplateDirective, typeof HeaderTemplateDirective, typeof HeaderTitleTemplateDirective, typeof MonthCellTemplateDirective, typeof NavigationItemTemplateDirective, typeof WeekNumberCellTemplateDirective, typeof YearCellTemplateDirective, typeof ToggleButtonTabStopDirective]; /** * Utility array that contains all `TimePicker` related components and directives */ export declare const KENDO_TIMEPICKER: readonly [typeof TimePickerCustomMessagesComponent, typeof TimePickerComponent, typeof ToggleButtonTabStopDirective]; /** * Utility array that contains all `@progress/kendo-angular-dateinputs` related components and directives */ export declare const KENDO_DATEINPUTS: readonly [typeof CalendarCustomMessagesComponent, typeof CalendarComponent, typeof CellTemplateDirective, typeof CenturyCellTemplateDirective, typeof DecadeCellTemplateDirective, typeof FooterTemplateDirective, typeof HeaderTemplateDirective, typeof HeaderTitleTemplateDirective, typeof MonthCellTemplateDirective, typeof NavigationItemTemplateDirective, typeof WeekNumberCellTemplateDirective, typeof YearCellTemplateDirective, typeof NavigationItemTemplateDirective, typeof MultiViewCalendarCustomMessagesComponent, typeof MultiViewCalendarComponent, typeof CellTemplateDirective, typeof CenturyCellTemplateDirective, typeof DecadeCellTemplateDirective, typeof FooterTemplateDirective, typeof HeaderTemplateDirective, typeof HeaderTitleTemplateDirective, typeof MonthCellTemplateDirective, typeof NavigationItemTemplateDirective, typeof WeekNumberCellTemplateDirective, typeof YearCellTemplateDirective, typeof DateInputCustomMessagesComponent, typeof DateInputComponent, typeof DatePickerCustomMessagesComponent, typeof DatePickerComponent, typeof CellTemplateDirective, typeof CenturyCellTemplateDirective, typeof DecadeCellTemplateDirective, typeof FooterTemplateDirective, typeof HeaderTemplateDirective, typeof HeaderTitleTemplateDirective, typeof MonthCellTemplateDirective, typeof NavigationItemTemplateDirective, typeof WeekNumberCellTemplateDirective, typeof YearCellTemplateDirective, typeof NavigationItemTemplateDirective, typeof ToggleButtonTabStopDirective, typeof DateRangePopupCustomMessagesComponent, typeof DateInputCustomMessagesComponent, typeof DateInputComponent, typeof DateRangeEndInputDirective, typeof DateRangePopupTemplateDirective, typeof DateRangeComponent, typeof DateRangePopupComponent, typeof DateRangeSelectionDirective, typeof DateRangeStartInputDirective, typeof DateTimePickerCustomMessagesComponent, typeof DateTimePickerComponent, typeof CellTemplateDirective, typeof CenturyCellTemplateDirective, typeof DecadeCellTemplateDirective, typeof FooterTemplateDirective, typeof HeaderTemplateDirective, typeof HeaderTitleTemplateDirective, typeof MonthCellTemplateDirective, typeof NavigationItemTemplateDirective, typeof WeekNumberCellTemplateDirective, typeof YearCellTemplateDirective, typeof ToggleButtonTabStopDirective, typeof TimePickerCustomMessagesComponent, typeof TimePickerComponent, typeof ToggleButtonTabStopDirective];