UNPKG

survey-creator-angular

Version:

Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.

25 lines (24 loc) 1.25 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; static ɵfac: i0.ɵɵFactoryDeclaration<ImageItemValueDesignerComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ImageItemValueDesignerComponent, "svc-image-item-value", never, { "componentName": "componentName"; "componentData": "componentData"; }, {}, never, never>; }