UNPKG

survey-angular-ui

Version:

survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.

15 lines (14 loc) 801 B
import { OnInit } from "@angular/core"; import { QuestionAngular } from "../question"; import { PanelModel, QuestionPanelDynamicModel } from "survey-core"; import * as i0 from "@angular/core"; export declare class PanelDynamicQuestionComponent extends QuestionAngular<QuestionPanelDynamicModel | any> implements OnInit { trackPanelBy(_: number, panel: PanelModel): string; protected onModelChanged(): void; get progressCssClass(): any; ngOnDestroy(): void; getPanelComponentName(panel: PanelModel): string; getPanelComponentData(panel: PanelModel): any; static ɵfac: i0.ɵɵFactoryDeclaration<PanelDynamicQuestionComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PanelDynamicQuestionComponent, "sv-ng-paneldynamic-question", never, {}, {}, never, never>; }