UNPKG

@cfstratos/ajsf-material

Version:

Angular JSON Schema Form builder using Angular Material UI

26 lines (25 loc) 809 B
import { ChangeDetectorRef, OnChanges, OnInit } from '@angular/core'; import { JsonSchemaFormService } from '@cfstratos/ajsf-core'; export declare class MaterialDesignFrameworkComponent implements OnInit, OnChanges { private changeDetector; private jsf; frameworkInitialized: boolean; inputType: string; options: any; widgetLayoutNode: any; widgetOptions: any; formControl: any; parentArray: any; isOrderable: boolean; dynamicTitle: string; layoutNode: any; layoutIndex: number[]; dataIndex: number[]; constructor(changeDetector: ChangeDetectorRef, jsf: JsonSchemaFormService); readonly showRemoveButton: boolean; ngOnInit(): void; ngOnChanges(): void; initializeFramework(): void; updateTitle(): void; removeItem(): void; }