UNPKG

igniteui-webcomponents-inputs

Version:

Ignite UI Web Components inputs components.

54 lines (53 loc) 1.66 kB
import { XComponentBridge } from "./XComponentBridge"; import { INativeUIInputBridge } from "igniteui-webcomponents-core"; import { Type } from "igniteui-webcomponents-core"; import { NativeUIComponent } from "igniteui-webcomponents-core"; import { NativeUIBuiltInEvents } from "igniteui-webcomponents-core"; import { NativeUIBuiltInProperties } from "igniteui-webcomponents-core"; import { UIElementPropertyId } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class XInputBridge extends XComponentBridge implements INativeUIInputBridge { static $t: Type; private ab; private aa; private ag; private af; private x; private am; private y; private z; private ai; private ak; private ac; private ah; private ad; private aj; private ae; private al; constructor(a: any); addHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void; private at; private ar; private ap; private as; private aq; private aw; removeHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void; private av; private au; private v; private an; private w; private u; private ao; getValue(a: any, b: NativeUIBuiltInProperties): any; setValue(a: any, b: NativeUIBuiltInProperties, c: any): void; getTargetForProperty(a: UIElementPropertyId, b: any): any; focus(a: any): void; select(a: any): void; resetIsExpanded(a: any): void; setSelectionRange(a: any, b: number, c: number): void; exportVisualData(a: any): any; }