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.

19 lines (18 loc) 928 B
import { AfterViewInit, ElementRef } from "@angular/core"; import { BaseAngular } from "../base-angular"; import { ItemValue } from "survey-core"; import * as i0 from "@angular/core"; export declare class SelectBaseItemComponent extends BaseAngular<ItemValue> implements AfterViewInit { question: any; model: ItemValue | any; inputType: string; showLabel: boolean; ariaLabel?: string; container: ElementRef<HTMLDivElement>; protected getModel(): ItemValue; protected onModelChanged(): void; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<SelectBaseItemComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SelectBaseItemComponent, "['sv-ng-selectbase-item'], sv-ng-selebase-item", never, { "question": "question"; "model": "model"; "inputType": "inputType"; "showLabel": "showLabel"; "ariaLabel": "ariaLabel"; }, {}, never, never>; }