UNPKG

@ajsf/material

Version:

Angular JSON Schema Form builder using Angular Material UI

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