@grapecity/inputman.angular
Version:
このパッケージには、Angular用の[InputManJS](https://developer.mescius.jp/inputmanjs)コンポーネントが含まれます。
22 lines (21 loc) • 1.12 kB
TypeScript
import { AfterViewInit, ElementRef } from '@angular/core';
import { GC } from '../inputman';
import { GcComponents } from './GcComponents';
import * as i0 from "@angular/core";
export declare class GcIconNotifierComponent extends GcComponents<GC.InputMan.GcIconNotifier> implements AfterViewInit {
private _parent;
ngAfterViewInit(): void;
protected bindEvent(): void;
constructor(ref: ElementRef, _parent: GcComponents<GC.InputMan.GcInputManBase | GC.InputMan.GcComboBox>);
direction: GC.InputMan.IconDirection;
failIcon: string;
successIcon: string;
failMessage: string;
successMessage: string;
protected initGcComponent(): void;
onFail(): void;
onSuccess(): void;
onClear(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<GcIconNotifierComponent, [null, { optional: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<GcIconNotifierComponent, "gc-icon-notifier", never, { "direction": "direction"; "failIcon": "failIcon"; "successIcon": "successIcon"; "failMessage": "failMessage"; "successMessage": "successMessage"; }, {}, never, never, false, never>;
}