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.

22 lines (21 loc) 1.09 kB
import { AfterViewInit, ElementRef } from "@angular/core"; import { CreatorModelComponent } from "../creator-model.component"; import { SurveyCreatorModel, ToolboxToolViewModel } from "survey-creator-core"; import { Action, ActionContainer } from "survey-core"; import * as i0 from "@angular/core"; export declare class ToolboxToolComponent extends CreatorModelComponent<Action> implements AfterViewInit { creator: SurveyCreatorModel; item: Action; parentModel: ActionContainer; isCompact: boolean; container: ElementRef<HTMLDivElement>; model: ToolboxToolViewModel; createModel(): void; protected getPropertiesToTrack(): string[]; protected getModel(): Action; get itemCssClasses(): string | undefined; ngOnDestroy(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<ToolboxToolComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ToolboxToolComponent, "svc-toolbox-tool", never, { "creator": "creator"; "item": "item"; "parentModel": "parentModel"; "isCompact": "isCompact"; }, {}, never, never>; }