igniteui-angular 17.1.1 → 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.
@@ -1,11 +1,12 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./button.directive";
3
+ import * as i2 from "./icon-button.directive";
3
4
  /**
4
5
  * @hidden
5
6
  * IMPORTANT: The following is NgModule exported for backwards-compatibility before standalone components
6
7
  */
7
8
  export declare class IgxButtonModule {
8
9
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxButtonModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgxButtonModule, never, [typeof i1.IgxButtonDirective], [typeof i1.IgxButtonDirective]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgxButtonModule, never, [typeof i1.IgxButtonDirective, typeof i2.IgxIconButtonDirective], [typeof i1.IgxButtonDirective, typeof i2.IgxIconButtonDirective]>;
10
11
  static ɵinj: i0.ɵɵInjectorDeclaration<IgxButtonModule>;
11
12
  }
@@ -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;
@@ -172,6 +172,10 @@ export declare class IgxRowIslandComponent extends IgxHierarchicalGridBaseDirect
172
172
  * @hidden
173
173
  */
174
174
  calculateGridHeight(): void;
175
+ /**
176
+ * @hidden
177
+ */
178
+ calculateGridWidth(): void;
175
179
  protected _childColumns: any[];
176
180
  protected updateColumnList(): void;
177
181
  protected updateChildren(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "17.1.1",
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",