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

64 lines (63 loc) 2.81 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 DatePickerMessages extends ComponentMessages { /** * The **Today** button text in the header of the Calendar. */ today; /** * The title of the **Toggle** button of the DatePicker. */ toggle; /** * 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; /** * The title of the **Clear** button of the DatePicker. */ clearTitle; /** * The title of the Close button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode. */ adaptiveCloseButtonTitle; static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DatePickerMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive }); static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DatePickerMessages, selector: "kendo-datepicker-messages-base", inputs: { today: "today", toggle: "toggle", prevButtonTitle: "prevButtonTitle", nextButtonTitle: "nextButtonTitle", parentViewButtonTitle: "parentViewButtonTitle", clearTitle: "clearTitle", adaptiveCloseButtonTitle: "adaptiveCloseButtonTitle" }, usesInheritance: true, ngImport: i0 }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DatePickerMessages, decorators: [{ type: Directive, args: [{ // eslint-disable-next-line selector: 'kendo-datepicker-messages-base' }] }], propDecorators: { today: [{ type: Input }], toggle: [{ type: Input }], prevButtonTitle: [{ type: Input }], nextButtonTitle: [{ type: Input }], parentViewButtonTitle: [{ type: Input }], clearTitle: [{ type: Input }], adaptiveCloseButtonTitle: [{ type: Input }] } });