@grapecity/inputman.angular
Version:
このパッケージには、Angular用の[InputManJS](https://developer.mescius.jp/inputmanjs)コンポーネントが含まれます。
17 lines (16 loc) • 798 B
TypeScript
import { ElementRef } from '@angular/core';
import { GC } from '../inputman';
import { GcComponents } from './GcComponents';
import * as i0 from "@angular/core";
export declare class GcCalculatorComponent extends GcComponents<GC.InputMan.GcCalculator> {
value: number;
showOutput: boolean;
visible: boolean;
enabled: boolean;
buttonText: object;
constructor(ref: ElementRef);
protected initGcComponent(): void;
protected bindEvent(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<GcCalculatorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GcCalculatorComponent, "gc-calculator", never, { "value": "value"; "showOutput": "showOutput"; "visible": "visible"; "enabled": "enabled"; "buttonText": "buttonText"; }, {}, never, never, false, never>;
}