UNPKG

@ajsf/material

Version:

Angular JSON Schema Form builder using Angular Material UI

26 lines (25 loc) 1.02 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 FlexLayoutSectionComponent implements OnInit { private jsf; formControl: AbstractControl; controlName: string; controlValue: any; controlDisabled: boolean; boundControl: boolean; options: any; expanded: boolean; containerType: string; layoutNode: any; layoutIndex: number[]; dataIndex: number[]; constructor(jsf: JsonSchemaFormService); get sectionTitle(): string; ngOnInit(): void; toggleExpanded(): void; getFlexAttribute(attribute: string): any; static ɵfac: i0.ɵɵFactoryDeclaration<FlexLayoutSectionComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<FlexLayoutSectionComponent, "flex-layout-section-widget", never, { "layoutNode": "layoutNode"; "layoutIndex": "layoutIndex"; "dataIndex": "dataIndex"; }, {}, never, never, false>; }