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

26 lines (25 loc) 1.34 kB
/**----------------------------------------------------------------------------------------- * 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 { Messages } from './multiview-calendar-messages'; import * as i0 from "@angular/core"; /** * A component that allows customization of MultiView Calendar localization messages. * * @example * ```html * <kendo-multiviewcalendar-messages prevButtonTitle="Previous"> * </kendo-multiviewcalendar-messages> * ``` * * For more information, see the [globalization documentation]({% slug globalization_dateinputs %}#toc-custom-messages). */ export declare class MultiViewCalendarCustomMessagesComponent extends Messages { protected service: LocalizationService; constructor(service: LocalizationService); protected get override(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<MultiViewCalendarCustomMessagesComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<MultiViewCalendarCustomMessagesComponent, "kendo-multiviewcalendar-messages", never, {}, {}, never, never, true, never>; }