survey-creator-angular
Version:
Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.
26 lines (25 loc) • 1.22 kB
TypeScript
import { AfterViewInit, ElementRef } from "@angular/core";
import { ItemValue, QuestionSelectBase } from "survey-core";
import { ItemValueWrapperViewModel } from "survey-creator-core";
import { CreatorModelComponent } from "../creator-model.component";
import * as i0 from "@angular/core";
export declare class ItemValueDesignerComponent extends CreatorModelComponent<ItemValueWrapperViewModel> implements AfterViewInit {
componentName: string;
componentData: any;
container: ElementRef<HTMLDivElement>;
adorner: ItemValueWrapperViewModel;
private prevItem;
private get creator();
get question(): QuestionSelectBase;
get item(): ItemValue;
onBlur(event: any): void;
private setupContainer;
private cleanContainer;
protected createModel(): void;
protected getPropertiesToTrack(): string[];
protected getModel(): ItemValueWrapperViewModel;
ngOnDestroy(): void;
ngAfterViewInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ItemValueDesignerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ItemValueDesignerComponent, "svc-item-value", never, { "componentName": "componentName"; "componentData": "componentData"; }, {}, never, never>;
}