UNPKG

@tapsellorg/angular-material-library

Version:

Angular library for Tapsell

20 lines (19 loc) 963 B
import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class PghFinancialInputDirective { private elementRef; private localeId; private _value; constructor(elementRef: ElementRef<HTMLInputElement>, localeId: string); value: import("@angular/core").InputSignalWithTransform<string | number | null, string | number | null>; private formatValue; onInput(value: string): void; _onBlur(): void; _onChange(_: any): void; _onTouched(_: any): void; writeValue(value: any): void; registerOnChange(fn: (value: any) => void): void; registerOnTouched(fn: (value: any) => void): void; static ɵfac: i0.ɵɵFactoryDeclaration<PghFinancialInputDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<PghFinancialInputDirective, "input[pghFinancialInput]", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>; }