UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

50 lines (49 loc) 1.26 kB
import { WebInputBaseDescription } from "./WebInputBaseDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebInputDescription extends WebInputBaseDescription { static $t: Type; protected get_type(): string; constructor(); private at; get value(): string; set value(a: string); private ao; get displayType(): string; set displayType(a: string); private ap; get inputmode(): string; set inputmode(a: string); private as; get pattern(): string; set pattern(a: string); private ad; get invalid(): boolean; set invalid(a: boolean); private ah; get minlength(): number; set minlength(a: number); private ag; get maxlength(): number; set maxlength(a: number); private ar; get min(): string; set min(a: string); private aq; get max(): string; set max(a: string); private ai; get step(): number; set step(a: number); private ac; get autofocus(): boolean; set autofocus(a: boolean); private am; get autocomplete(): string; set autocomplete(a: string); private an; get changeRef(): string; set changeRef(a: string); }