/********** Angular **********/ import { OnInit } from "@angular/core"; import { DatePickerComponent, DateTimePickerComponent, TimePickerComponent } from "@progress/kendo-angular-dateinputs"; /********** Ionic **********/ /********** Component & Service **********/ import { InputFieldBase } from "../components/inputfieldbase.component"; import { ZComponentService } from "../services/zcomponent.service"; import { ZComponent } from "mmhglobal-zcore"; import * as i0 from "@angular/core"; export declare class ZdatetimeComponent extends InputFieldBase implements ZComponent, OnInit { datepicker: DatePickerComponent; timepicker: TimePickerComponent; datetimepicker: DateTimePickerComponent; minDate: any; maxDate: any; stepValue: any; disabledDates: any; constructor(componentService: ZComponentService); ngOnInit(): void; ngAfterViewInit(): void; getDateValue(): Date; onChange(value: any): void; SetDateRange: (minDate: any, maxDate: any) => any; setDateRange: (minDate: any, maxDate: any) => any; private setMinAndMaxDateRange; private setStepValue; private setDisabledDates; private convertDateTimeValueToString; /** * Adjusts a Date so that its wall-clock time stays the same * when ignoring the browser timezone. */ private adjustForIgnoreTimeZone; private parseAnyValueToDate; private parseAnyValueToDateOnly; focus(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }