igniteui-angular 12.3.39 → 12.3.40

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.
@@ -659,6 +659,8 @@ export declare abstract class IgxComboBaseDirective extends DisplayDensityBase i
659
659
  /** @hidden @internal */
660
660
  ngAfterViewInit(): void;
661
661
  /** @hidden @internal */
662
+ ngDoCheck(): void;
663
+ /** @hidden @internal */
662
664
  ngOnDestroy(): void;
663
665
  /**
664
666
  * A method that opens/closes the combo.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "12.3.39",
3
+ "version": "12.3.40",
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",