@ardium-ui/ui 3.4.2 → 3.4.3

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.
@@ -70,6 +70,7 @@ export declare class SimpleItemStorage {
70
70
  * @param ngModel The value of the ngModel to set.
71
71
  */
72
72
  writeValue(ngModel: any[]): void;
73
+ private _validateSingleElementType;
73
74
  /**
74
75
  * Validates that all values of the value to be written are able to be accurately compared against the storage items.
75
76
  *
@@ -26,7 +26,7 @@ export declare class ArdiumRangeSliderComponent extends _AbstractSlider<SliderRa
26
26
  onTrackHitboxPointerDown(event: MouseEvent | TouchEvent): void;
27
27
  onPointerMove(event: MouseEvent | TouchEvent): void;
28
28
  protected _percentValueToValue(percent: number, handleId: number): SliderRange;
29
- readonly currentHandle: import("@angular/core").WritableSignal<2 | 1 | null>;
29
+ readonly currentHandle: import("@angular/core").WritableSignal<1 | 2 | null>;
30
30
  onHandleFocus(event: FocusEvent, handleId: 1 | 2): void;
31
31
  onBlur(event: FocusEvent): void;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumRangeSliderComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ardium-ui/ui",
3
- "version": "3.4.2",
3
+ "version": "3.4.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0",
6
6
  "@angular/core": ">=18.0.0",