import { ComponentFactoryResolver, OnChanges, OnInit, SimpleChanges } from '@angular/core'; import { SectionField } from '../../../forms/page/data-detail-view/section-field'; import { FormObjectWidgetViewDirective } from './form-object-widgets-view.directive'; import * as i0 from "@angular/core"; export declare class FormObjectWidgetsViewComponent implements OnInit, OnChanges { private componentFactoryResolver; /** * This Element Will Host Reference For Directive */ widgetsHost: FormObjectWidgetViewDirective; baseUrl: string; section: SectionField; axonatorX1Url: string; formObjectId: string; constructor(componentFactoryResolver: ComponentFactoryResolver); ngOnInit(): void; /** * On changes * * @param changes */ ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }