@ardium-ui/ui 5.0.0-alpha.42 → 5.0.0-alpha.43
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.
|
@@ -12,6 +12,7 @@ export interface ItemStorageHost {
|
|
|
12
12
|
readonly childrenFrom: Signal<string>;
|
|
13
13
|
readonly itemsAlreadyGrouped: Signal<Nullable<boolean>>;
|
|
14
14
|
readonly hideSelected: Signal<boolean>;
|
|
15
|
+
readonly isLoading: Signal<boolean>;
|
|
15
16
|
readonly searchCaseSensitive: Signal<boolean>;
|
|
16
17
|
readonly searchFn: Signal<SearchFn>;
|
|
17
18
|
readonly compareWith: Signal<Nullable<CompareWithFn>>;
|
|
@@ -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<2 | 1 | null>;
|
|
33
33
|
onHandleFocus(event: FocusEvent, handleId: 1 | 2): void;
|
|
34
34
|
onBlur(event: FocusEvent): void;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumRangeSliderComponent, never>;
|