igniteui-angular 13.2.16 → 13.2.17

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.
@@ -668,6 +668,8 @@ export declare abstract class IgxComboBaseDirective extends DisplayDensityBase i
668
668
  /** @hidden @internal */
669
669
  ngAfterViewInit(): void;
670
670
  /** @hidden @internal */
671
+ ngDoCheck(): void;
672
+ /** @hidden @internal */
671
673
  ngOnDestroy(): void;
672
674
  /**
673
675
  * A method that opens/closes the combo.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "13.2.16",
3
+ "version": "13.2.17",
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",