@formio/angular
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.4.
21 lines • 1.12 kB
TypeScript
import { OnInit, OnChanges, ElementRef, EventEmitter } from '@angular/core';
import { FormioComponent } from '../formio/formio.component';
import { FormioReport } from '../../formio.common';
import * as i0 from "@angular/core";
export declare class FormioReportComponent extends FormioComponent implements OnInit, OnChanges {
report?: FormioReport;
projectEndpoint?: string;
fetchDataError: EventEmitter<any>;
formioElement?: ElementRef<any>;
isReportLoading: boolean;
setFormFromSrc(): void;
setFormUrl(url: any): void;
ngOnChanges(changes: any): void;
getRendererOptions(): any;
createRenderer(): any;
attachFormEvents(): void;
getRenderer(): any;
static ɵfac: i0.ɵɵFactoryDeclaration<FormioReportComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FormioReportComponent, "formio-report", never, { "report": { "alias": "report"; "required": false; }; "projectEndpoint": { "alias": "projectEndpoint"; "required": false; }; }, { "fetchDataError": "fetchDataError"; }, never, never, false, never>;
}
//# sourceMappingURL=formioreport.component.d.ts.map