@ux-aspects/ux-aspects
Version:
Open source user interface framework for building modern, responsive, mobile big data applications
14 lines (13 loc) • 837 B
TypeScript
import * as i0 from "@angular/core";
export declare class ProgressBarComponent {
value: number;
min: number;
max: number;
indeterminate: boolean;
trackColor: string;
barColor: string;
/** When indeteminate we should omit the valuenow label */
get valueNow(): number;
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "ux-progress-bar", never, { "value": { "alias": "value"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "trackColor": { "alias": "trackColor"; "required": false; }; "barColor": { "alias": "barColor"; "required": false; }; }, {}, never, ["*"], false, never>;
}