igniteui-angular 16.1.24 → 16.1.25

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.
@@ -640,6 +640,7 @@ export declare class IgxSliderComponent implements ControlValueAccessor, EditorP
640
640
  private changeThumbFocusableState;
641
641
  private closestTo;
642
642
  private valueToFraction;
643
+ private isNullishButNotZero;
643
644
  /**
644
645
  * @hidden
645
646
  * Normalizе the value when two-way data bind is used and {@link this.step} is set.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "16.1.24",
3
+ "version": "16.1.25",
4
4
  "description": "Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps",
5
5
  "author": "Infragistics",
6
6
  "license": "SEE LICENSE IN LICENSE",