igniteui-angular 13.1.0-beta.0 → 13.1.0-beta.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.
@@ -640,6 +640,7 @@ export declare class IgxPivotGridComponent extends IgxGridBaseDirective implemen
640
640
  toggleValue(value: IPivotValue): void;
641
641
  getDimensionsByType(dimension: PivotDimensionType): IPivotDimension[];
642
642
  resizeRowDimensionPixels(dimension: IPivotDimension, newWidth: number): void;
643
+ protected _removeDimensionInternal(dimension: any): void;
643
644
  protected getDimensionType(dimension: IPivotDimension): PivotDimensionType;
644
645
  protected getLargesContentWidth(contents: ElementRef[]): string;
645
646
  /**
@@ -10,11 +10,13 @@ import * as i8 from "./pivot-data-selector.component";
10
10
  import * as i9 from "../grid/grid.module";
11
11
  import * as i10 from "../../expansion-panel/expansion-panel.module";
12
12
  import * as i11 from "../../directives/drag-drop/drag-drop.directive";
13
+ import * as i12 from "../../list/list.component";
14
+ import * as i13 from "../../accordion/accordion.module";
13
15
  /**
14
16
  * @hidden
15
17
  */
16
18
  export declare class IgxPivotGridModule {
17
19
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxPivotGridModule, never>;
18
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgxPivotGridModule, [typeof i1.IgxPivotGridComponent, typeof i2.IgxPivotRowComponent, typeof i3.IgxPivotHeaderRowComponent, typeof i4.IgxPivotRowDimensionContentComponent, typeof i5.IgxPivotRowDimensionHeaderComponent, typeof i6.IgxPivotRowDimensionHeaderGroupComponent, typeof i7.IgxPivotRowPipe, typeof i7.IgxPivotRowExpansionPipe, typeof i7.IgxPivotAutoTransform, typeof i7.IgxPivotColumnPipe, typeof i7.IgxPivotGridFilterPipe, typeof i7.IgxPivotGridSortingPipe, typeof i7.IgxPivotGridColumnSortingPipe, typeof i7.IgxPivotCellMergingPipe, typeof i7.IgxFilterPivotItemsPipe, typeof i8.IgxPivotDataSelectorComponent], [typeof i9.IgxGridModule, typeof i10.IgxExpansionPanelModule, typeof i11.IgxDragDropModule], [typeof i9.IgxGridModule, typeof i1.IgxPivotGridComponent, typeof i2.IgxPivotRowComponent, typeof i3.IgxPivotHeaderRowComponent, typeof i4.IgxPivotRowDimensionContentComponent, typeof i5.IgxPivotRowDimensionHeaderComponent, typeof i6.IgxPivotRowDimensionHeaderGroupComponent, typeof i7.IgxPivotRowExpansionPipe, typeof i7.IgxPivotAutoTransform, typeof i7.IgxPivotRowPipe, typeof i7.IgxPivotColumnPipe, typeof i7.IgxPivotGridFilterPipe, typeof i7.IgxPivotGridSortingPipe, typeof i7.IgxPivotGridColumnSortingPipe, typeof i7.IgxPivotCellMergingPipe, typeof i7.IgxFilterPivotItemsPipe, typeof i8.IgxPivotDataSelectorComponent]>;
20
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgxPivotGridModule, [typeof i1.IgxPivotGridComponent, typeof i2.IgxPivotRowComponent, typeof i3.IgxPivotHeaderRowComponent, typeof i4.IgxPivotRowDimensionContentComponent, typeof i5.IgxPivotRowDimensionHeaderComponent, typeof i6.IgxPivotRowDimensionHeaderGroupComponent, typeof i7.IgxPivotRowPipe, typeof i7.IgxPivotRowExpansionPipe, typeof i7.IgxPivotAutoTransform, typeof i7.IgxPivotColumnPipe, typeof i7.IgxPivotGridFilterPipe, typeof i7.IgxPivotGridSortingPipe, typeof i7.IgxPivotGridColumnSortingPipe, typeof i7.IgxPivotCellMergingPipe, typeof i7.IgxFilterPivotItemsPipe, typeof i8.IgxPivotDataSelectorComponent], [typeof i9.IgxGridModule, typeof i10.IgxExpansionPanelModule, typeof i11.IgxDragDropModule, typeof i12.IgxListModule, typeof i13.IgxAccordionModule], [typeof i9.IgxGridModule, typeof i1.IgxPivotGridComponent, typeof i2.IgxPivotRowComponent, typeof i3.IgxPivotHeaderRowComponent, typeof i4.IgxPivotRowDimensionContentComponent, typeof i5.IgxPivotRowDimensionHeaderComponent, typeof i6.IgxPivotRowDimensionHeaderGroupComponent, typeof i7.IgxPivotRowExpansionPipe, typeof i7.IgxPivotAutoTransform, typeof i7.IgxPivotRowPipe, typeof i7.IgxPivotColumnPipe, typeof i7.IgxPivotGridFilterPipe, typeof i7.IgxPivotGridSortingPipe, typeof i7.IgxPivotGridColumnSortingPipe, typeof i7.IgxPivotCellMergingPipe, typeof i7.IgxFilterPivotItemsPipe, typeof i8.IgxPivotDataSelectorComponent]>;
19
21
  static ɵinj: i0.ɵɵInjectorDeclaration<IgxPivotGridModule>;
20
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "13.1.0-beta.0",
3
+ "version": "13.1.0-beta.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",