igniteui-angular 16.1.20 → 16.1.21

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.
@@ -1048,7 +1048,7 @@ export interface GridType extends IGridDataBindable {
1048
1048
  getVisibleContentHeight(): number;
1049
1049
  getDragGhostCustomTemplate(): TemplateRef<any> | null;
1050
1050
  openRowOverlay(id: any): void;
1051
- openAdvancedFilteringDialog(): void;
1051
+ openAdvancedFilteringDialog(overlaySettings?: OverlaySettings): void;
1052
1052
  showSnackbarFor(index: number): void;
1053
1053
  getColumnByName(name: string): any;
1054
1054
  getColumnByVisibleIndex(index: number): ColumnType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "16.1.20",
3
+ "version": "16.1.21",
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",