UNPKG

survey-creator-angular

Version:

A white-label drag-and-drop form builder for Angular that lets you design complex, interactive forms and surveys without writing code. It generates JSON schemas used by the SurveyJS Form Library to render dynamic forms in your Angular app.

15 lines (14 loc) 776 B
import { PageModel, SurveyModel } from "survey-core"; import { TabDesignerViewModel } from "survey-creator-core"; import { BaseAngular } from "survey-angular-ui"; import * as i0 from "@angular/core"; export declare class DesignerSurveyComponent extends BaseAngular<SurveyModel> { model: TabDesignerViewModel; protected getModel(): SurveyModel; get creator(): import("survey-creator-core").SurveyCreatorModel; get survey(): SurveyModel; trackPageBy(index: number, page: PageModel): string; get surfaceCssVariablesString(): string; static ɵfac: i0.ɵɵFactoryDeclaration<DesignerSurveyComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DesignerSurveyComponent, "svc-designer-survey", never, { "model": "model"; }, {}, never, never>; }