UNPKG

primeng

Version:

[![npm version](https://badge.fury.io/js/primeng.svg)](https://badge.fury.io/js/primeng) [![npm downloads](https://img.shields.io/npm/dm/primeng.svg)](https://www.npmjs.com/package/primeng) [![Actions CI](https://github.com/primefaces/primeng/workflows/No

24 lines (23 loc) 1.1 kB
import { ElementRef, DoCheck, ChangeDetectorRef, AfterViewInit } from '@angular/core'; import { NgModel } from '@angular/forms'; import { Nullable } from 'primeng/ts-helpers'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; export declare class InputText implements DoCheck, AfterViewInit { el: ElementRef; ngModel: NgModel; private cd; filled: Nullable<boolean>; constructor(el: ElementRef, ngModel: NgModel, cd: ChangeDetectorRef); ngAfterViewInit(): void; ngDoCheck(): void; onInput(): void; updateFilledState(): void; static ɵfac: i0.ɵɵFactoryDeclaration<InputText, [null, { optional: true; }, null]>; static ɵdir: i0.ɵɵDirectiveDeclaration<InputText, "[pInputText]", never, {}, {}, never, never, false, never>; } export declare class InputTextModule { static ɵfac: i0.ɵɵFactoryDeclaration<InputTextModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<InputTextModule, [typeof InputText], [typeof i1.CommonModule], [typeof InputText]>; static ɵinj: i0.ɵɵInjectorDeclaration<InputTextModule>; }