UNPKG

3.5 kBTypeScriptView Raw
1import { QueryList } from "@angular/core";
2import { ColDef } from "ag-grid-community";
3export declare class AgGridColumn {
4 childColumns: QueryList<AgGridColumn>;
5 hasChildColumns(): boolean;
6 toColDef(): ColDef;
7 private getChildColDefs;
8 private createColDefFromGridColumn;
9 children: any;
10 sortingOrder: any;
11 allowedAggFuncs: any;
12 menuTabs: any;
13 cellClassRules: any;
14 icons: any;
15 headerGroupComponent: any;
16 headerGroupComponentFramework: any;
17 headerGroupComponentParams: any;
18 cellStyle: any;
19 cellRendererParams: any;
20 cellEditorFramework: any;
21 cellEditorParams: any;
22 pinnedRowCellRendererFramework: any;
23 pinnedRowCellRendererParams: any;
24 filterFramework: any;
25 filterParams: any;
26 headerComponent: any;
27 headerComponentFramework: any;
28 headerComponentParams: any;
29 floatingFilterComponent: any;
30 floatingFilterComponentParams: any;
31 floatingFilterComponentFramework: any;
32 tooltipComponent: any;
33 tooltipComponentParams: any;
34 tooltipComponentFramework: any;
35 refData: any;
36 columnsMenuParams: any;
37 headerName: any;
38 columnGroupShow: any;
39 headerClass: any;
40 toolPanelClass: any;
41 headerValueGetter: any;
42 groupId: any;
43 colId: any;
44 sort: any;
45 initialSort: any;
46 field: any;
47 type: any;
48 tooltipField: any;
49 headerTooltip: any;
50 cellClass: any;
51 showRowGroup: any;
52 filter: any;
53 initialAggFunc: any;
54 aggFunc: any;
55 cellRenderer: any;
56 cellEditor: any;
57 pinned: any;
58 initialPinned: any;
59 chartDataType: any;
60 sortedAt: any;
61 sortIndex: any;
62 initialSortIndex: any;
63 flex: any;
64 initialFlex: any;
65 width: any;
66 initialWidth: any;
67 minWidth: any;
68 maxWidth: any;
69 rowGroupIndex: any;
70 initialRowGroupIndex: any;
71 pivotIndex: any;
72 initialPivotIndex: any;
73 dndSourceOnRowDrag: any;
74 valueGetter: any;
75 valueSetter: any;
76 filterValueGetter: any;
77 keyCreator: any;
78 cellRendererFramework: any;
79 pinnedRowCellRenderer: any;
80 valueFormatter: any;
81 pinnedRowValueFormatter: any;
82 valueParser: any;
83 comparator: any;
84 equals: any;
85 pivotComparator: any;
86 suppressKeyboardEvent: any;
87 suppressHeaderKeyboardEvent: any;
88 colSpan: any;
89 rowSpan: any;
90 getQuickFilterText: any;
91 newValueHandler: any;
92 onCellValueChanged: any;
93 onCellClicked: any;
94 onCellDoubleClicked: any;
95 onCellContextMenu: any;
96 rowDragText: any;
97 tooltipValueGetter: any;
98 cellRendererSelector: any;
99 cellEditorSelector: any;
100 suppressCellFlash: any;
101 suppressColumnsToolPanel: any;
102 suppressFiltersToolPanel: any;
103 openByDefault: any;
104 marryChildren: any;
105 hide: any;
106 initialHide: any;
107 rowGroup: any;
108 initialRowGroup: any;
109 pivot: any;
110 initialPivot: any;
111 checkboxSelection: any;
112 headerCheckboxSelection: any;
113 headerCheckboxSelectionFilteredOnly: any;
114 suppressMenu: any;
115 suppressMovable: any;
116 lockPosition: any;
117 lockVisible: any;
118 lockPinned: any;
119 unSortIcon: any;
120 suppressSizeToFit: any;
121 suppressAutoSize: any;
122 enableRowGroup: any;
123 enablePivot: any;
124 enableValue: any;
125 editable: any;
126 suppressPaste: any;
127 suppressNavigable: any;
128 enableCellChangeFlash: any;
129 rowDrag: any;
130 dndSource: any;
131 autoHeight: any;
132 wrapText: any;
133 sortable: any;
134 resizable: any;
135 singleClickEdit: any;
136 floatingFilter: any;
137}