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

46 lines (45 loc) 2.14 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { Directive, Input } from '@angular/core'; import { ComponentMessages } from '@progress/kendo-angular-l10n'; import * as i0 from "@angular/core"; /** * @hidden */ export class CalendarMessages extends ComponentMessages { /** * The **Today** button text in the header of the Calendar. */ today; /** * The title of the **Prev** button in the header of the Classic Calendar. */ prevButtonTitle; /** * The title of the **Next** button in the header of the Classic Calendar. */ nextButtonTitle; /** * The title of the **Parent View** button in the header of the Calendar. */ parentViewButtonTitle; static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CalendarMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive }); static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: CalendarMessages, selector: "kendo-calendar-messages-base", inputs: { today: "today", prevButtonTitle: "prevButtonTitle", nextButtonTitle: "nextButtonTitle", parentViewButtonTitle: "parentViewButtonTitle" }, usesInheritance: true, ngImport: i0 }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CalendarMessages, decorators: [{ type: Directive, args: [{ // eslint-disable-next-line selector: 'kendo-calendar-messages-base' }] }], propDecorators: { today: [{ type: Input }], prevButtonTitle: [{ type: Input }], nextButtonTitle: [{ type: Input }], parentViewButtonTitle: [{ type: Input }] } });