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.

16 lines (15 loc) 771 B
import { QuestionAngular } from "../question"; import { ItemValue, QuestionSelectBase } from "survey-core"; import * as i0 from "@angular/core"; export declare class SelectBaseComponent<T extends QuestionSelectBase> extends QuestionAngular<T> { model: any; inputType: string; showLegend: boolean; getDefaultComponentName(): string; trackItemBy(_: number, item: ItemValue): any; trackColumnBy(index: number): any; getItemValueComponentName(item: ItemValue): string; getItemValueComponentData(item: ItemValue): any; static ɵfac: i0.ɵɵFactoryDeclaration<SelectBaseComponent<any>, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SelectBaseComponent<any>, "['sv-ng-selectbase']", never, { "model": "model"; }, {}, never, never>; }