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.
- package/esm2020/lib/combo/combo.common.mjs +7 -1
- package/esm2020/lib/grids/toolbar/grid-toolbar.base.mjs +2 -5
- package/fesm2015/igniteui-angular.mjs +8 -4
- package/fesm2015/igniteui-angular.mjs.map +1 -1
- package/fesm2020/igniteui-angular.mjs +7 -4
- package/fesm2020/igniteui-angular.mjs.map +1 -1
- package/lib/combo/combo.common.d.ts +2 -0
- package/package.json +1 -1
|
@@ -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