igniteui-angular 16.1.23 → 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.
@@ -2013,7 +2013,7 @@ export declare abstract class IgxGridBaseDirective extends DisplayDensityBase im
2013
2013
  /**
2014
2014
  * @hidden @internal
2015
2015
  */
2016
- get template(): TemplateRef<any>;
2016
+ get template(): TemplateRef<IgxGridTemplateContext>;
2017
2017
  /**
2018
2018
  * @hidden @internal
2019
2019
  */
@@ -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.23",
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",