igniteui-angular 17.1.2 → 17.1.3

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.
@@ -1055,7 +1055,7 @@ export interface GridType extends IGridDataBindable {
1055
1055
  getVisibleContentHeight(): number;
1056
1056
  getDragGhostCustomTemplate(): TemplateRef<any> | null;
1057
1057
  openRowOverlay(id: any): void;
1058
- openAdvancedFilteringDialog(): void;
1058
+ openAdvancedFilteringDialog(overlaySettings?: OverlaySettings): void;
1059
1059
  showSnackbarFor(index: number): void;
1060
1060
  getColumnByName(name: string): any;
1061
1061
  getColumnByVisibleIndex(index: number): ColumnType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "17.1.2",
3
+ "version": "17.1.3",
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",