@clr/angular
Version:
Angular components for Clarity
19 lines (18 loc) • 766 B
TypeScript
import { Observable } from 'rxjs';
import { IfExpandService } from '../../utils/conditional/if-expanded.service';
import { ClrLoadingState } from '../../utils/loading/loading';
import * as i0 from "@angular/core";
export declare class DatagridIfExpandService extends IfExpandService {
expandableId: string;
private _replace;
private _animate;
constructor();
get expanded(): boolean;
set expanded(value: boolean);
get replace(): Observable<boolean>;
get animate(): Observable<void>;
loadingStateChange(state: ClrLoadingState): void;
setReplace(replaceValue: boolean): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DatagridIfExpandService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<DatagridIfExpandService>;
}