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

42 lines (41 loc) 3.19 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import * as i0 from "@angular/core"; import * as i1 from "./localization/datetimepicker-custom-messages.component"; import * as i2 from "./datetimepicker.component"; import * as i3 from "../calendar/templates/cell-template.directive"; import * as i4 from "../calendar/templates/century-cell-template.directive"; import * as i5 from "../calendar/templates/decade-cell-template.directive"; import * as i6 from "../calendar/templates/footer-template.directive"; import * as i7 from "../calendar/templates/header-template.directive"; import * as i8 from "../calendar/templates/header-title-template.directive"; import * as i9 from "../calendar/templates/month-cell-template.directive"; import * as i10 from "../calendar/templates/navigation-item-template.directive"; import * as i11 from "../calendar/templates/weeknumber-cell-template.directive"; import * as i12 from "../calendar/templates/year-cell-template.directive"; import * as i13 from "@progress/kendo-angular-common"; /** * Required for adding all DateTimePicker features in [NgModule-based](link:site.data.urls.angular['ngmoduleapi']) Angular applications. * * @example * ```typescript * import { NgModule } from '@angular/core'; * import { BrowserModule } from '@angular/platform-browser'; * import { DateTimePickerModule } from '@progress/kendo-angular-dateinputs'; * * @NgModule({ * imports: [ * BrowserModule, * DateTimePickerModule * ] * }) * export class AppModule { } * ``` */ export declare class DateTimePickerModule { static ɵfac: i0.ɵɵFactoryDeclaration<DateTimePickerModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DateTimePickerModule, never, [typeof i1.DateTimePickerCustomMessagesComponent, typeof i2.DateTimePickerComponent, typeof i3.CellTemplateDirective, typeof i4.CenturyCellTemplateDirective, typeof i5.DecadeCellTemplateDirective, typeof i6.FooterTemplateDirective, typeof i7.HeaderTemplateDirective, typeof i8.HeaderTitleTemplateDirective, typeof i9.MonthCellTemplateDirective, typeof i10.NavigationItemTemplateDirective, typeof i11.WeekNumberCellTemplateDirective, typeof i12.YearCellTemplateDirective, typeof i13.ToggleButtonTabStopDirective, typeof i13.ToggleButtonTabStopDirective], [typeof i1.DateTimePickerCustomMessagesComponent, typeof i2.DateTimePickerComponent, typeof i3.CellTemplateDirective, typeof i4.CenturyCellTemplateDirective, typeof i5.DecadeCellTemplateDirective, typeof i6.FooterTemplateDirective, typeof i7.HeaderTemplateDirective, typeof i8.HeaderTitleTemplateDirective, typeof i9.MonthCellTemplateDirective, typeof i10.NavigationItemTemplateDirective, typeof i11.WeekNumberCellTemplateDirective, typeof i12.YearCellTemplateDirective, typeof i13.ToggleButtonTabStopDirective, typeof i13.ToggleButtonTabStopDirective]>; static ɵinj: i0.ɵɵInjectorDeclaration<DateTimePickerModule>; }