igniteui-angular 13.2.6 → 13.2.7
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.
|
@@ -7,6 +7,7 @@ import { CellType, GridType, RowType } from '../common/grid.interface';
|
|
|
7
7
|
import { IgxGridToolbarTemplateContext } from '../toolbar/common';
|
|
8
8
|
import { IgxPaginatorComponent } from '../../paginator/paginator.component';
|
|
9
9
|
import { IgxOverlayOutletDirective } from '../../directives/toggle/toggle.directive';
|
|
10
|
+
import { IgxGridExcelStyleFilteringComponent } from '../filtering/excel-style/grid.excel-style-filtering.component';
|
|
10
11
|
import * as i0 from "@angular/core";
|
|
11
12
|
export interface HierarchicalStateRecord {
|
|
12
13
|
rowID: any;
|
|
@@ -181,7 +182,7 @@ export declare class IgxHierarchicalGridComponent extends IgxHierarchicalGridBas
|
|
|
181
182
|
/** @hidden @internal */
|
|
182
183
|
get paginator(): IgxPaginatorComponent;
|
|
183
184
|
/** @hidden @internal */
|
|
184
|
-
get excelStyleFilteringComponent():
|
|
185
|
+
get excelStyleFilteringComponent(): IgxGridExcelStyleFilteringComponent;
|
|
185
186
|
/**
|
|
186
187
|
* Sets an array of objects containing the filtered data in the `IgxHierarchicalGridComponent`.
|
|
187
188
|
* ```typescript
|
package/package.json
CHANGED