UNPKG

@ajsf/material

Version:

Angular JSON Schema Form builder using Angular Material UI

24 lines (23 loc) 1.01 kB
import { AbstractControl } from '@angular/forms'; import { OnInit } from '@angular/core'; import { JsonSchemaFormService } from '@ajsf/core'; import * as i0 from "@angular/core"; export declare class MaterialInputComponent implements OnInit { matFormFieldDefaultOptions: any; private jsf; formControl: AbstractControl; controlName: string; controlValue: string; controlDisabled: boolean; boundControl: boolean; options: any; autoCompleteList: string[]; layoutNode: any; layoutIndex: number[]; dataIndex: number[]; constructor(matFormFieldDefaultOptions: any, jsf: JsonSchemaFormService); ngOnInit(): void; updateValue(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<MaterialInputComponent, [{ optional: true; }, null]>; static ɵcmp: i0.ɵɵComponentDeclaration<MaterialInputComponent, "material-input-widget", never, { "layoutNode": "layoutNode"; "layoutIndex": "layoutIndex"; "dataIndex": "dataIndex"; }, {}, never, never, false>; }