UNPKG

636 BTypeScriptView Raw
1import { NbComponentOrCustomStatus, NbComponentStatus } from '../components/component-status';
2import * as i0 from "@angular/core";
3export declare class NbStatusService {
4 readonly coreStatuses: NbComponentStatus[];
5 isCoreStatus(status: NbComponentOrCustomStatus): boolean;
6 isCustomStatus(status: NbComponentOrCustomStatus): boolean;
7 getStatusClass(status: NbComponentOrCustomStatus): string | undefined;
8 protected isValidStatusString(status: NbComponentOrCustomStatus): boolean;
9 static ɵfac: i0.ɵɵFactoryDeclaration<NbStatusService, never>;
10 static ɵprov: i0.ɵɵInjectableDeclaration<NbStatusService>;
11}