UNPKG

survey-angular-ui

Version:

A free MIT-licensed Angular UI component that renders dynamic, interactive JSON-based forms and surveys. You can use it to collect responses from users and send them to your own database.

12 lines (11 loc) 684 B
import { ItemValue, QuestionRankingModel } from "survey-core"; import { SelectBaseComponent } from "./selectbase.component"; import * as i0 from "@angular/core"; export declare class RankingQuestionComponent extends SelectBaseComponent<QuestionRankingModel> { inputType: string; trackItemBy: (index: number, item: ItemValue) => number; getDefaultComponentName(): string; getItemValueComponentData(item: ItemValue, index?: number, unrankedItem?: boolean): any; static ɵfac: i0.ɵɵFactoryDeclaration<RankingQuestionComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<RankingQuestionComponent, "sv-ng-ranking-question", never, {}, {}, never, never>; }