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.

23 lines (22 loc) 992 B
import { AfterViewInit, ElementRef } from "@angular/core"; import { ListModel, Action } from "survey-core"; import { BaseAngular } from "../../base-angular"; import * as i0 from "@angular/core"; export declare class ListItemComponent extends BaseAngular implements AfterViewInit { element: any; model: Action; listModel: ListModel; elementRef: ElementRef<HTMLDivElement>; get elementId(): string | undefined; get ariaSelected(): string | undefined; get ariaChecked(): string | undefined; get class(): string; get itemStyle(): any; click(event: any): void; pointerdown(event: any): void; get itemComponent(): string; getModel(): Action; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<ListItemComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ListItemComponent, "sv-ng-list-item, '[sv-ng-list-item]'", never, { "element": "element"; "model": "model"; "listModel": "listModel"; }, {}, never, never>; }