UNPKG

stimulsoft-viewer-angular

Version:

The Viewer component is designed to view reports and dashboards in the web browser.

27 lines (26 loc) 1.45 kB
import { OnInit } from '@angular/core'; import { Variable } from '../../services/objects'; import { TextBoxComponent } from '../text-box.componet'; import { HelperService } from '../../services/helper.service'; import { ModelService } from '../../services/model.service'; import * as i0 from "@angular/core"; export declare class ParameterTextBoxComponent implements OnInit { helper: HelperService; model: ModelService; element: TextBoxComponent; item: Variable; variable: Variable; readOnly: boolean; focusOnCreate: boolean; isMenu: boolean; value: string; secondTextBox: boolean; constructor(helper: HelperService, model: ModelService); ngOnInit(): void; onchange(target: any): void; getValue(target: any): any; get width(): number; get color(): string; static ɵfac: i0.ɵɵFactoryDeclaration<ParameterTextBoxComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ParameterTextBoxComponent, "sti-parameter-text-box", never, { "item": { "alias": "item"; "required": false; }; "variable": { "alias": "variable"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "focusOnCreate": { "alias": "focusOnCreate"; "required": false; }; "isMenu": { "alias": "isMenu"; "required": false; }; "value": { "alias": "value"; "required": false; }; "secondTextBox": { "alias": "secondTextBox"; "required": false; }; }, {}, never, never, false, never>; }