Files
flights_web_raw/apps/angular/node_modules/primeng/inputtext/inputtext.d.ts
T

22 lines
983 B
TypeScript

import { ElementRef, DoCheck } from '@angular/core';
import { NgModel } from '@angular/forms';
import * as ɵngcc0 from '@angular/core';
import * as ɵngcc1 from '@angular/common';
export declare class InputText implements DoCheck {
el: ElementRef;
ngModel: NgModel;
filled: boolean;
constructor(el: ElementRef, ngModel: NgModel);
ngDoCheck(): void;
onInput(e: any): void;
updateFilledState(): void;
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<InputText, [null, { optional: true; }]>;
static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<InputText, "[pInputText]", never, {}, {}, never>;
}
export declare class InputTextModule {
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<InputTextModule, never>;
static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<InputTextModule, [typeof InputText], [typeof ɵngcc1.CommonModule], [typeof InputText]>;
static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<InputTextModule>;
}
//# sourceMappingURL=inputtext.d.ts.map