simplify-angular
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0.
23 lines (22 loc) • 1.35 kB
TypeScript
import { SimpleInputComponent } from '../simple-input/simple-input.component';
import { NgxDaterangepickerBootstrapComponent } from 'ngx-daterangepicker-bootstrap';
import * as i0 from "@angular/core";
export declare class SimpleInputDateComponent extends SimpleInputComponent {
datePicker: NgxDaterangepickerBootstrapComponent;
minDate: any;
maxDate: any;
type: string;
startField: string;
endField: string;
setInRecord: boolean;
displayFormat: string;
format: string;
rangeSelected: any;
ranges: any;
ngAfterViewInit(): void;
setValue(value: any): void;
setValueFromRecord(): void;
datesUpdated(event: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SimpleInputDateComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SimpleInputDateComponent, "simple-input-date", never, { "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "type": { "alias": "type"; "required": false; }; "startField": { "alias": "startField"; "required": false; }; "endField": { "alias": "endField"; "required": false; }; "setInRecord": { "alias": "setInRecord"; "required": false; }; "displayFormat": { "alias": "displayFormat"; "required": false; }; "format": { "alias": "format"; "required": false; }; }, {}, never, never, false, never>;
}