igniteui-angular 17.0.8 → 17.0.9
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.
|
@@ -6,6 +6,7 @@ import { IgxHierarchicalGridBaseDirective } from './hierarchical-grid-base.direc
|
|
|
6
6
|
import { CellType, GridType, RowType } from '../common/grid.interface';
|
|
7
7
|
import { IgxPaginatorComponent } from '../../paginator/paginator.component';
|
|
8
8
|
import { IgxGridExcelStyleFilteringComponent } from '../filtering/excel-style/excel-style-filtering.component';
|
|
9
|
+
import { IgxActionStripComponent } from '../../action-strip/action-strip.component';
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
11
|
export interface HierarchicalStateRecord {
|
|
11
12
|
rowID: any;
|
|
@@ -147,6 +148,8 @@ export declare class IgxHierarchicalGridComponent extends IgxHierarchicalGridBas
|
|
|
147
148
|
* @hidden
|
|
148
149
|
*/
|
|
149
150
|
childRow: IgxChildGridRowComponent;
|
|
151
|
+
/** @hidden @internal */
|
|
152
|
+
actionStrip: IgxActionStripComponent;
|
|
150
153
|
private _data;
|
|
151
154
|
private h_id;
|
|
152
155
|
private childGridTemplates;
|
|
@@ -420,6 +423,6 @@ export declare class IgxHierarchicalGridComponent extends IgxHierarchicalGridBas
|
|
|
420
423
|
private updateColumnList;
|
|
421
424
|
private _clearSeletionHighlights;
|
|
422
425
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxHierarchicalGridComponent, never>;
|
|
423
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IgxHierarchicalGridComponent, "igx-hierarchical-grid", never, { "id": { "alias": "id"; "required": false; }; "data": { "alias": "data"; "required": false; }; "totalItemCount": { "alias": "totalItemCount"; "required": false; }; "expandChildren": { "alias": "expandChildren"; "required": false; }; }, {}, ["childLayoutList", "allLayoutList", "paginatorList"], ["igx-grid-toolbar", "igx-grid-footer", "igx-paginator"], true, never>;
|
|
426
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxHierarchicalGridComponent, "igx-hierarchical-grid", never, { "id": { "alias": "id"; "required": false; }; "data": { "alias": "data"; "required": false; }; "totalItemCount": { "alias": "totalItemCount"; "required": false; }; "expandChildren": { "alias": "expandChildren"; "required": false; }; }, {}, ["actionStrip", "childLayoutList", "allLayoutList", "paginatorList"], ["igx-grid-toolbar", "igx-grid-footer", "igx-paginator"], true, never>;
|
|
424
427
|
static ngAcceptInputType_expandChildren: unknown;
|
|
425
428
|
}
|
package/package.json
CHANGED