@ardium-ui/ui 5.0.0-alpha.43 → 5.0.0-alpha.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -29,7 +29,7 @@ export declare class ArdiumRangeSliderComponent extends _AbstractSlider<SliderRa
|
|
|
29
29
|
onPointerMove(event: MouseEvent | TouchEvent): void;
|
|
30
30
|
protected _percentValueToValue(percent: number, handleId: number): SliderRange;
|
|
31
31
|
protected readonly _handlePositions: import("@angular/core").Signal<[number, number]>;
|
|
32
|
-
readonly currentHandle: import("@angular/core").WritableSignal<
|
|
32
|
+
readonly currentHandle: import("@angular/core").WritableSignal<1 | 2 | null>;
|
|
33
33
|
onHandleFocus(event: FocusEvent, handleId: 1 | 2): void;
|
|
34
34
|
onBlur(event: FocusEvent): void;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumRangeSliderComponent, never>;
|