UNPKG

@nova-ui/dashboards

Version:

Nova Dashboards is a framework designed to provide feature developers with a common solution for presenting data coming from various sources within a single view, as well as a set of predefined widget visualizations that are 100% configuration-driven and

26 lines (25 loc) 1.47 kB
import { ChangeDetectorRef, EventEmitter } from "@angular/core"; import { IDashwizButtonsComponent } from "../types"; import * as i0 from "@angular/core"; export declare class DashwizButtonsComponent implements IDashwizButtonsComponent { changeDetector: ChangeDetectorRef; static lateLoadKey: string; constructor(changeDetector: ChangeDetectorRef); busy: boolean; canFinish: boolean; canProceed: boolean; isFirstStepActive: boolean; isLastStepActive: boolean; nextText: string; finishText: string; cancel: EventEmitter<void>; next: EventEmitter<void>; back: EventEmitter<void>; finish: EventEmitter<void>; onCancel(): void; onNext(): void; onBack(): void; onFinish(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DashwizButtonsComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DashwizButtonsComponent, "nui-dashwiz-buttons", never, { "busy": { "alias": "busy"; "required": false; }; "canFinish": { "alias": "canFinish"; "required": false; }; "canProceed": { "alias": "canProceed"; "required": false; }; "isFirstStepActive": { "alias": "isFirstStepActive"; "required": false; }; "isLastStepActive": { "alias": "isLastStepActive"; "required": false; }; "nextText": { "alias": "nextText"; "required": false; }; "finishText": { "alias": "finishText"; "required": false; }; }, { "cancel": "cancel"; "next": "next"; "back": "back"; "finish": "finish"; }, never, never, false, never>; }