UNPKG

@ajsf/core

Version:

Angular JSON Schema Form builder core

19 lines (18 loc) 954 B
import { ComponentFactoryResolver, ComponentRef, OnChanges, OnInit, ViewContainerRef } from '@angular/core'; import { JsonSchemaFormService } from '../json-schema-form.service'; import * as i0 from "@angular/core"; export declare class SelectFrameworkComponent implements OnChanges, OnInit { private componentFactory; private jsf; newComponent: ComponentRef<any>; layoutNode: any; layoutIndex: number[]; dataIndex: number[]; widgetContainer: ViewContainerRef; constructor(componentFactory: ComponentFactoryResolver, jsf: JsonSchemaFormService); ngOnInit(): void; ngOnChanges(): void; updateComponent(): void; static ɵfac: i0.ɵɵFactoryDeclaration<SelectFrameworkComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SelectFrameworkComponent, "select-framework-widget", never, { "layoutNode": "layoutNode"; "layoutIndex": "layoutIndex"; "dataIndex": "dataIndex"; }, {}, never, never, false>; }