UNPKG

@ajsf/material

Version:

Angular JSON Schema Form builder using Angular Material UI

24 lines (23 loc) 941 B
import { AbstractControl } from '@angular/forms'; import { OnInit } from '@angular/core'; import { JsonSchemaFormService } from '@ajsf/core'; import * as i0 from "@angular/core"; export declare class MaterialRadiosComponent implements OnInit { private jsf; formControl: AbstractControl; controlName: string; controlValue: any; controlDisabled: boolean; boundControl: boolean; options: any; flexDirection: string; radiosList: any[]; layoutNode: any; layoutIndex: number[]; dataIndex: number[]; constructor(jsf: JsonSchemaFormService); ngOnInit(): void; updateValue(value: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<MaterialRadiosComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<MaterialRadiosComponent, "material-radios-widget", never, { "layoutNode": "layoutNode"; "layoutIndex": "layoutIndex"; "dataIndex": "dataIndex"; }, {}, never, never, false>; }