igniteui-angular 16.1.19 → 16.1.20

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.
@@ -151,6 +151,10 @@ export declare class IgxRowIslandComponent extends IgxHierarchicalGridBaseDirect
151
151
  * @hidden
152
152
  */
153
153
  calculateGridHeight(): void;
154
+ /**
155
+ * @hidden
156
+ */
157
+ calculateGridWidth(): void;
154
158
  protected _childColumns: any[];
155
159
  protected updateColumnList(): void;
156
160
  protected updateChildren(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "16.1.19",
3
+ "version": "16.1.20",
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",