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

106 lines (105 loc) 4.06 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 TimePickerMessages extends ComponentMessages { /** * Specifies the text of the **Accept** button in the popup footer of the TimeList. */ accept; /** * Specifies the label of the **Accept** button in the popup footer of the TimeList. */ acceptLabel; /** * Specifies the text of the **Cancel** button in the popup footer of the TimeList. */ cancel; /** * Specifies the label of the **Cancel** button in the popup footer of the TimeList. */ cancelLabel; /** * Specifies the text of the **Now** button in the popup header of the TimeList. */ now; /** * Specifies the label of the **Now** button in the popup header of the TimeList. */ nowLabel; /** * Specifies the title of the **Toggle** button of the TimePicker. */ toggle; /** * Specifies the label of the **Hour** part in the TimePicker. */ hour; /** * Specifies the label of the **Minute** part in the TimePicker. */ minute; /** * Specifies the label of the **Second** part in the TimePicker. */ second; /** * Specifies the label of the **Millisecond** part in the TimePicker. */ millisecond; /** * Specifies the label of the **Dayperiod** part in the TimePicker. */ dayperiod; /** * Specifies the title of the **Clear** button of the TimePicker. */ clearTitle; /** * Specifies the title of the **Close** button of the ActionSheet that renders 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: TimePickerMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive }); static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TimePickerMessages, selector: "kendo-timepicker-messages-base", inputs: { accept: "accept", acceptLabel: "acceptLabel", cancel: "cancel", cancelLabel: "cancelLabel", now: "now", nowLabel: "nowLabel", toggle: "toggle", hour: "hour", minute: "minute", second: "second", millisecond: "millisecond", dayperiod: "dayperiod", clearTitle: "clearTitle", adaptiveCloseButtonTitle: "adaptiveCloseButtonTitle" }, usesInheritance: true, ngImport: i0 }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TimePickerMessages, decorators: [{ type: Directive, args: [{ // eslint-disable-next-line selector: 'kendo-timepicker-messages-base' }] }], propDecorators: { accept: [{ type: Input }], acceptLabel: [{ type: Input }], cancel: [{ type: Input }], cancelLabel: [{ type: Input }], now: [{ type: Input }], nowLabel: [{ type: Input }], toggle: [{ type: Input }], hour: [{ type: Input }], minute: [{ type: Input }], second: [{ type: Input }], millisecond: [{ type: Input }], dayperiod: [{ type: Input }], clearTitle: [{ type: Input }], adaptiveCloseButtonTitle: [{ type: Input }] } });