@obliczeniowo/elementary
Version:
Library made in Angular version 20
28 lines (24 loc) • 1.34 kB
TypeScript
import * as i0 from '@angular/core';
import * as i2 from '@angular/common';
declare class HorizontalProgressBarComponent {
private static index;
protected idIndex: number;
value: i0.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>;
}
declare class HorizontalProgressBarModule {
static ɵfac: i0.ɵɵFactoryDeclaration<HorizontalProgressBarModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<HorizontalProgressBarModule, [typeof HorizontalProgressBarComponent], [typeof i2.CommonModule], [typeof HorizontalProgressBarComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<HorizontalProgressBarModule>;
}
export { HorizontalProgressBarComponent, HorizontalProgressBarModule };