@alauda/ui
Version:
Angular UI components by Alauda Frontend Team.
19 lines (18 loc) • 1.19 kB
TypeScript
import { CdkCell } from '@angular/cdk/table';
import { EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TableExpandButtonCellComponent extends CdkCell {
expand: boolean;
disabled: boolean;
expandChange: EventEmitter<any>;
get expanded(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<TableExpandButtonCellComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TableExpandButtonCellComponent, "aui-table-cell[auiExpandButton]", never, { "expand": { "alias": "expand"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "expandChange": "expandChange"; }, never, never, true, never>;
}
export declare class TableExpandPanelCellComponent extends CdkCell {
expand: boolean;
background: boolean;
get expanded(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<TableExpandPanelCellComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TableExpandPanelCellComponent, "aui-table-cell[auiExpandPanel]", never, { "expand": { "alias": "expand"; "required": false; }; "background": { "alias": "background"; "required": false; }; }, {}, never, ["*"], true, never>;
}