@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).
26 lines (25 loc) • 1.29 kB
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { LocalizationService } from '@progress/kendo-angular-l10n';
import { CalendarMessages } from './calendar-messages';
import * as i0 from "@angular/core";
/**
* A component that allows customization of Calendar localization messages.
*
* @example
* ```html
* <kendo-calendar-messages prevButtonTitle="Previous">
* </kendo-calendar-messages>
* ```
*
* For more information, see the [globalization documentation]({% slug globalization_dateinputs %}#toc-custom-messages).
*/
export declare class CalendarCustomMessagesComponent extends CalendarMessages {
protected service: LocalizationService;
constructor(service: LocalizationService);
protected get override(): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarCustomMessagesComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarCustomMessagesComponent, "kendo-calendar-messages", never, {}, {}, never, never, true, never>;
}