/** * @description : * @author : Marat * @group : * @created : 18/07/2021 - 09:01:01 * * MODIFICATION LOG * - Version : 1.0.0 * - Date : 18/07/2021 * - Author : Marat * - Modification : **/ import { EventEmitter, ElementRef } from "@angular/core"; import { Calendar } from "primeng/calendar"; import { DateService } from "../../services/date.service"; import { ControlValueAccessor } from "@angular/forms"; import * as i0 from "@angular/core"; export declare class DatePickerComponent implements ControlValueAccessor { private dateService; datePicker: Calendar; calendarContainer: ElementRef; private _value; get value(): Date; set value(v: Date); onChange: (_: any) => void; onTouched: () => void; showErrors: boolean; showTime: boolean; timeOnly: boolean; placeholder: string; set yearRange(value: string); get yearRange(): string; yearNavigator: boolean; width: string; isShowDateFormat: boolean; set dateFormat(value: string); get dateFormat(): string; private _dateFormat; disabled: boolean; isTop: boolean; private _yearRange; updateChanges(): void; writeValue(value: Date): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; setDisabledState(isDisabled: boolean): void; onSelect: EventEmitter; constructor(dateService: DateService); locale: any; changeDate($event: any): void; onShowCalendar(elm: any): void; toggle(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=date-picker.component.d.ts.map