igniteui-angular 15.1.11 → 15.1.12

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.
@@ -1421,8 +1421,8 @@ export declare abstract class IgxGridBaseDirective extends DisplayDensityBase im
1421
1421
  * <igx-grid #grid [data]="localData" [rowHeight]="100" [autoGenerate]="true"></igx-grid>
1422
1422
  * ```
1423
1423
  */
1424
- get rowHeight(): any;
1425
- set rowHeight(value: any);
1424
+ get rowHeight(): number;
1425
+ set rowHeight(value: number | string);
1426
1426
  /**
1427
1427
  * Gets/Sets the default width of the columns.
1428
1428
  *
@@ -2202,10 +2202,6 @@ export declare abstract class IgxGridBaseDirective extends DisplayDensityBase im
2202
2202
  * ```
2203
2203
  */
2204
2204
  get virtualizationState(): import("../directives/for-of/for_of.directive").IForOfState;
2205
- /**
2206
- * @hidden
2207
- */
2208
- set virtualizationState(state: import("../directives/for-of/for_of.directive").IForOfState);
2209
2205
  /**
2210
2206
  * @hidden
2211
2207
  * @internal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "15.1.11",
3
+ "version": "15.1.12",
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",