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.

18 lines (17 loc) 968 B
import { ElementRef } from "@angular/core"; import { BaseAngular } from "../base-angular"; import { MatrixDropdownRowModelBase, QuestionMatrixDropdownModelBase, QuestionMatrixDropdownRenderedRow } from "survey-core"; import * as i0 from "@angular/core"; export declare class MatrixRowComponent extends BaseAngular<QuestionMatrixDropdownRenderedRow> { model: QuestionMatrixDropdownRenderedRow; question: QuestionMatrixDropdownModelBase; container: ElementRef<HTMLTableRowElement>; protected getModel(): QuestionMatrixDropdownRenderedRow; get row(): MatrixDropdownRowModelBase; trackCellBy(_: number, cell: any): string; protected onModelChanged(): void; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<MatrixRowComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<MatrixRowComponent, "sv-ng-matrix-row", never, { "model": "model"; "question": "question"; }, {}, never, never>; }