@obliczeniowo/elementary
Version:
Library made in Angular version 19
18 lines (17 loc) • 873 B
TypeScript
import * as i0 from "@angular/core";
export declare class HorizontalProgressBarComponent {
private static index;
protected idIndex: number;
value: import("@angular/core").ModelSignal<number>;
get backgroundPatternId(): string;
get valuePatternId(): string;
onChange: (value: number) => void;
onTouched: () => void;
registerOnValidatorChange(fn: () => void): void;
writeValue(set?: number): void;
registerOnChange(onChange: any): void;
registerOnTouched(onTouched: any): void;
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<HorizontalProgressBarComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<HorizontalProgressBarComponent, "obl-horizontal-progress-bar", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; }, never, never, false, never>;
}