UNPKG

@ng-formworks/core

Version:

Angular ng-formworks - JSON Schema Form builder core

28 lines (27 loc) 1.31 kB
import { ElementRef, OnDestroy, OnInit } from '@angular/core'; import { AbstractControl } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class NumberComponent implements OnInit, OnDestroy { private jsf; formControl: AbstractControl; controlName: string; controlValue: any; controlDisabled: boolean; boundControl: boolean; options: any; allowNegative: boolean; allowDecimal: boolean; allowExponents: boolean; lastValidNumber: string; readonly layoutNode: import("@angular/core").InputSignal<any>; readonly layoutIndex: import("@angular/core").InputSignal<number[]>; readonly dataIndex: import("@angular/core").InputSignal<number[]>; get inputAttributes(): any; inputControl: ElementRef; div: ElementRef; ngOnInit(): void; updateValue(event: any): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<NumberComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NumberComponent, "number-widget", never, { "layoutNode": { "alias": "layoutNode"; "required": false; "isSignal": true; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; "isSignal": true; }; "dataIndex": { "alias": "dataIndex"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>; }