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.

26 lines (25 loc) 1.29 kB
import { ElementRef } from "@angular/core"; import { ImageItemValue, QuestionImagePickerModel } from "survey-core"; import { ImageItemValueWrapperViewModel } from "survey-creator-core"; import { CreatorModelComponent } from "../creator-model.component"; import * as i0 from "@angular/core"; export declare class ImageItemValueDesignerComponent extends CreatorModelComponent<ImageItemValueWrapperViewModel> { componentName: string; componentData: any; container: ElementRef; adorner: ImageItemValueWrapperViewModel; private get creator(); get question(): QuestionImagePickerModel; get item(): ImageItemValue; protected createModel(): void; protected getPropertiesToTrack(): string[]; protected getModel(): ImageItemValueWrapperViewModel; get showDragDropGhostOnTop(): boolean; get showDragDropGhostOnBottom(): boolean; blockEvent(event: MouseEvent): void; getNewItemStyle(): any; ngAfterViewInit(): void; preventDragHandler(e: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration<ImageItemValueDesignerComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ImageItemValueDesignerComponent, "svc-image-item-value", never, { "componentName": "componentName"; "componentData": "componentData"; }, {}, never, never>; }