igniteui-angular 13.1.0 → 13.1.1

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.
@@ -60,7 +60,6 @@ export declare class IgxPivotRowDimensionContentComponent extends IgxGridHeaderR
60
60
  getExpandState(): boolean;
61
61
  getLevel(): number;
62
62
  get rowSpan(): number;
63
- get headerHeight(): number;
64
63
  protected extractFromDimensions(): void;
65
64
  protected extractFromDimension(dim: IPivotDimension, rowData: IPivotGridGroupRecord): IgxColumnComponent;
66
65
  protected _createColComponent(field: string, header: string, dim: IPivotDimension): IgxColumnComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "13.1.0",
3
+ "version": "13.1.1",
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",