UNPKG

@tiampersian/kendo-jalali-date-inputs

Version:

angular jalali ( persian ) date time picker base on kendo-angular-dateinputs

25 lines (24 loc) 1.04 kB
import { AfterViewInit, TemplateRef } from '@angular/core'; import '@angular/localize'; import { DatePickerType } from '../../models/date-picker-type'; import { JalaliCldrIntlService } from '../../services/jalali-cldr-intl.service'; import * as i0 from "@angular/core"; export declare class KendoJalaliHeaderTitleTemplateComponent implements AfterViewInit { private localeService; templateRef: typeof TemplateRef; calendarType: DatePickerType; calendarTypes: { gregory: string; jalali: string; }; calendarTypesSymbol: { gregory: string; jalali: string; }; xIcon: import("@progress/kendo-angular-icons").SVGIcon; constructor(localeService: JalaliCldrIntlService); ngAfterViewInit(): void; toggleCalendarType(event: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration<KendoJalaliHeaderTitleTemplateComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<KendoJalaliHeaderTitleTemplateComponent, "ng-component", never, {}, {}, never, never, true, never>; }