UNPKG

stimulsoft-forms

Version:
34 lines (33 loc) 1.43 kB
import { ElementRef, OnInit } from "@angular/core"; import { StiModelService } from "../services/model.service"; import { StiEditableContentService } from "../services/sti-editable-content.service"; import { StiHelperService } from "../services/sti-helper.service"; import * as i0 from "@angular/core"; export declare class StiInputTextComponent implements OnInit { model: StiModelService; helper: StiHelperService; editableService: StiEditableContentService; input: ElementRef; element: any; property: string; tabIndex: number; MASK_PATTERN: { A: string; X: string; O: string; 9: string; }; get needToFill(): boolean; get value(): string; set value(val: string); get placeholder(): any; constructor(model: StiModelService, helper: StiHelperService, editableService: StiEditableContentService); disableDrag(event: any): void; borderWidth(): string; inFocus(e: any): void; lostFocus(): void; checkMask(e: any): void; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<StiInputTextComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<StiInputTextComponent, "sti-input-text-component", never, { "element": { "alias": "element"; "required": false; }; "property": { "alias": "property"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; }, {}, never, never, false, never>; }