1 | import type { BeanCollection, ComponentSelector } from 'ag-grid-community';
|
2 | import { Component } from 'ag-grid-community';
|
3 | export declare class AgGridHeaderDropZones extends Component {
|
4 | private columnModel;
|
5 | private funcColsService;
|
6 | wireBeans(beans: BeanCollection): void;
|
7 | private rowGroupComp;
|
8 | private pivotComp;
|
9 | constructor();
|
10 | postConstruct(): void;
|
11 | private createNorthPanel;
|
12 | private onDropPanelVisible;
|
13 | private onRowGroupChanged;
|
14 | private onPivotPanelShow;
|
15 | }
|
16 | export declare const AgGridHeaderDropZonesSelector: ComponentSelector;
|