sb-element
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.1. It is a component library constructed around the SCSS library [Sb-Theming](https://github.com/SeverinBuchser/SbTheming) and supports [Angular Schematics]
27 lines (26 loc) • 1.96 kB
TypeScript
import { ElementRef } from '@angular/core';
import { SbThemeService } from "../../core";
import * as i0 from "@angular/core";
declare const SbProgressCore: import("../../core").Constructor<import("../../core").CanDisable> & import("../../core").AbstractConstructor<import("../../core").CanDisable> & import("../../core").Constructor<import("../../core").CanSize> & import("../../core").AbstractConstructor<import("../../core").CanSize> & import("../../core").Constructor<import("../../core").CanColor> & import("../../core").AbstractConstructor<import("../../core").CanColor> & import("../../core").Constructor<import("../../core").CanClassName> & import("../../core").AbstractConstructor<import("../../core").CanClassName> & {
new (_elementRef: ElementRef, _themeService: SbThemeService): {
_elementRef: ElementRef;
_themeService: SbThemeService;
};
};
export declare class SbProgressComponent extends SbProgressCore {
progress: number;
transition: string;
get progressPercentage(): string;
showPercentage: boolean;
animateStripes: boolean;
set isPill(isPill: boolean);
set isOutline(isOutline: boolean);
set isStriped(isStriped: boolean);
private pill;
private outline;
private striped;
constructor(elementRef: ElementRef, themeService: SbThemeService, isPill: any, isOutline: any, isStriped: any);
static ɵfac: i0.ɵɵFactoryDeclaration<SbProgressComponent, [null, null, { attribute: "pill"; optional: true; }, { attribute: "outline"; optional: true; }, { attribute: "striped"; optional: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<SbProgressComponent, "sb-progress", never, { "size": "size"; "color": "color"; "disabled": "disabled"; "progress": "progress"; "transition": "transition"; "showPercentage": "showPercentage"; "animateStripes": "animateStripes"; "isPill": "isPill"; "isOutline": "isOutline"; "isStriped": "isStriped"; }, {}, never, never>;
}
export {};