@alauda/ui
Version:
Angular UI components by Alauda Frontend Team.
14 lines (13 loc) • 746 B
TypeScript
import { CdkRow } from '@angular/cdk/table';
import { AfterContentInit, ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
/** Data row template container that contains the cell outlet. Adds the right class and role. */
export declare class TableRowComponent extends CdkRow implements AfterContentInit {
private readonly elRef;
disabled: boolean;
hasPanel: boolean;
constructor(elRef: ElementRef<HTMLElement>);
ngAfterContentInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TableRowComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TableRowComponent, "aui-table-row", ["auiTableRow"], { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, never>;
}