ag-grid-angular
Advanced tools
Comparing version 28.2.0 to 28.2.1
@@ -1,2 +0,2 @@ | ||
import { CellClassFunc, CellClassRules, CellClickedEvent, CellContextMenuEvent, CellDoubleClickedEvent, CellEditorSelectorFunc, CellRendererSelectorFunc, CellStyle, CellStyleFunc, CheckboxSelectionCallback, ColDef, ColGroupDef, ColSpanParams, ColumnsMenuParams, DndSourceCallback, DndSourceOnRowDragParams, EditableCallback, GetQuickFilterTextParams, HeaderCheckboxSelectionCallback, HeaderClass, HeaderValueGetterFunc, IAggFunc, ICellRendererComp, ICellRendererFunc, IRowDragItem, ITooltipParams, KeyCreatorParams, NewValueParams, RowDragCallback, RowNode, RowSpanParams, SuppressHeaderKeyboardEventParams, SuppressKeyboardEventParams, SuppressNavigableCallback, SuppressPasteCallback, ToolPanelClass, ValueFormatterFunc, ValueGetterFunc, ValueParserFunc, ValueSetterFunc } from "ag-grid-community"; | ||
import { CellClassFunc, CellClassRules, CellClickedEvent, CellContextMenuEvent, CellDoubleClickedEvent, CellEditorSelectorFunc, CellRendererSelectorFunc, CellStyle, CellStyleFunc, CheckboxSelectionCallback, ColDef, ColGroupDef, ColSpanParams, ColumnMenuTab, ColumnsMenuParams, DndSourceCallback, DndSourceOnRowDragParams, EditableCallback, GetQuickFilterTextParams, HeaderCheckboxSelectionCallback, HeaderClass, HeaderValueGetterFunc, IAggFunc, ICellRendererComp, ICellRendererFunc, IRowDragItem, ITooltipParams, KeyCreatorParams, NewValueParams, RowDragCallback, RowNode, RowSpanParams, SuppressHeaderKeyboardEventParams, SuppressKeyboardEventParams, SuppressNavigableCallback, SuppressPasteCallback, ToolPanelClass, ValueFormatterFunc, ValueGetterFunc, ValueParserFunc, ValueSetterFunc } from "ag-grid-community"; | ||
import { QueryList } from "@angular/core"; | ||
@@ -15,3 +15,2 @@ import * as i0 from "@angular/core"; | ||
floatingFilterComponentFramework: any; | ||
floatingFilterFramework: any; | ||
filter: any; | ||
@@ -113,3 +112,3 @@ /** The name to render in the column header. If not specified and field is specified, the field name will be used as the header name. */ | ||
lockVisible: boolean | undefined; | ||
/** Lock a column to position to `'left'` or`'right'` to always have this column displayed in that position. true is treated as `'left'` */ | ||
/** Lock a column to position to `'left'` or`'right'` to always have this column displayed in that position. `true` is treated as `'left'` */ | ||
lockPosition: boolean | 'left' | 'right' | undefined; | ||
@@ -174,3 +173,3 @@ /** Set to `true` if you do not want this column to be movable via dragging. Default: `false` */ | ||
* This is used to figure out which menu tabs are present and in which order the tabs are shown. */ | ||
menuTabs: string[] | undefined; | ||
menuTabs: ColumnMenuTab[] | undefined; | ||
/** Params used to change the behaviour and appearance of the Columns Menu tab. */ | ||
@@ -268,3 +267,3 @@ columnsMenuParams: ColumnsMenuParams | undefined; | ||
enableValue: boolean | undefined; | ||
/** Name of function to use for aggregation. You can also provide your own agg function. */ | ||
/** Name of function to use for aggregation. In-built options are: `sum`, `min`, `max`, `count`, `avg`, `first`, `last`. Also accepts a custom aggregation name or an aggregation function. */ | ||
aggFunc: string | IAggFunc<TData> | null | undefined; | ||
@@ -375,3 +374,3 @@ /** Same as `aggFunc`, except only applied when creating a new column. Not applied when updating column definitions. */ | ||
static ɵfac: i0.ɵɵFactoryDeclaration<AgGridColumn<any>, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<AgGridColumn<any>, "ag-grid-column", never, { "filterFramework": "filterFramework"; "filterParams": "filterParams"; "floatingFilterComponent": "floatingFilterComponent"; "floatingFilterComponentParams": "floatingFilterComponentParams"; "floatingFilterComponentFramework": "floatingFilterComponentFramework"; "floatingFilterFramework": "floatingFilterFramework"; "filter": "filter"; "headerName": "headerName"; "headerValueGetter": "headerValueGetter"; "headerTooltip": "headerTooltip"; "headerClass": "headerClass"; "suppressHeaderKeyboardEvent": "suppressHeaderKeyboardEvent"; "columnGroupShow": "columnGroupShow"; "toolPanelClass": "toolPanelClass"; "suppressColumnsToolPanel": "suppressColumnsToolPanel"; "suppressFiltersToolPanel": "suppressFiltersToolPanel"; "tooltipComponent": "tooltipComponent"; "tooltipComponentFramework": "tooltipComponentFramework"; "tooltipComponentParams": "tooltipComponentParams"; "children": "children"; "groupId": "groupId"; "openByDefault": "openByDefault"; "marryChildren": "marryChildren"; "headerGroupComponent": "headerGroupComponent"; "headerGroupComponentFramework": "headerGroupComponentFramework"; "headerGroupComponentParams": "headerGroupComponentParams"; "colId": "colId"; "field": "field"; "type": "type"; "valueGetter": "valueGetter"; "valueFormatter": "valueFormatter"; "refData": "refData"; "keyCreator": "keyCreator"; "equals": "equals"; "tooltipField": "tooltipField"; "tooltipValueGetter": "tooltipValueGetter"; "checkboxSelection": "checkboxSelection"; "showDisabledCheckboxes": "showDisabledCheckboxes"; "icons": "icons"; "suppressNavigable": "suppressNavigable"; "suppressKeyboardEvent": "suppressKeyboardEvent"; "suppressPaste": "suppressPaste"; "suppressFillHandle": "suppressFillHandle"; "hide": "hide"; "initialHide": "initialHide"; "lockVisible": "lockVisible"; "lockPosition": "lockPosition"; "suppressMovable": "suppressMovable"; "editable": "editable"; "valueSetter": "valueSetter"; "valueParser": "valueParser"; "cellEditor": "cellEditor"; "cellEditorFramework": "cellEditorFramework"; "cellEditorParams": "cellEditorParams"; "cellEditorSelector": "cellEditorSelector"; "singleClickEdit": "singleClickEdit"; "newValueHandler": "newValueHandler"; "cellEditorPopup": "cellEditorPopup"; "cellEditorPopupPosition": "cellEditorPopupPosition"; "onCellValueChanged": "onCellValueChanged"; "onCellClicked": "onCellClicked"; "onCellDoubleClicked": "onCellDoubleClicked"; "onCellContextMenu": "onCellContextMenu"; "getQuickFilterText": "getQuickFilterText"; "filterValueGetter": "filterValueGetter"; "floatingFilter": "floatingFilter"; "wrapHeaderText": "wrapHeaderText"; "autoHeaderHeight": "autoHeaderHeight"; "headerComponent": "headerComponent"; "headerComponentFramework": "headerComponentFramework"; "headerComponentParams": "headerComponentParams"; "menuTabs": "menuTabs"; "columnsMenuParams": "columnsMenuParams"; "suppressMenu": "suppressMenu"; "headerCheckboxSelection": "headerCheckboxSelection"; "headerCheckboxSelectionFilteredOnly": "headerCheckboxSelectionFilteredOnly"; "chartDataType": "chartDataType"; "pinned": "pinned"; "initialPinned": "initialPinned"; "lockPinned": "lockPinned"; "pinnedRowCellRenderer": "pinnedRowCellRenderer"; "pinnedRowCellRendererFramework": "pinnedRowCellRendererFramework"; "pinnedRowCellRendererParams": "pinnedRowCellRendererParams"; "pinnedRowValueFormatter": "pinnedRowValueFormatter"; "pivot": "pivot"; "initialPivot": "initialPivot"; "pivotIndex": "pivotIndex"; "initialPivotIndex": "initialPivotIndex"; "pivotComparator": "pivotComparator"; "enablePivot": "enablePivot"; "cellStyle": "cellStyle"; "cellClass": "cellClass"; "cellClassRules": "cellClassRules"; "cellRenderer": "cellRenderer"; "cellRendererFramework": "cellRendererFramework"; "cellRendererParams": "cellRendererParams"; "cellRendererSelector": "cellRendererSelector"; "autoHeight": "autoHeight"; "wrapText": "wrapText"; "enableCellChangeFlash": "enableCellChangeFlash"; "suppressCellFlash": "suppressCellFlash"; "rowDrag": "rowDrag"; "rowDragText": "rowDragText"; "dndSource": "dndSource"; "dndSourceOnRowDrag": "dndSourceOnRowDrag"; "rowGroup": "rowGroup"; "initialRowGroup": "initialRowGroup"; "rowGroupIndex": "rowGroupIndex"; "initialRowGroupIndex": "initialRowGroupIndex"; "enableRowGroup": "enableRowGroup"; "enableValue": "enableValue"; "aggFunc": "aggFunc"; "initialAggFunc": "initialAggFunc"; "defaultAggFunc": "defaultAggFunc"; "allowedAggFuncs": "allowedAggFuncs"; "showRowGroup": "showRowGroup"; "sortable": "sortable"; "sort": "sort"; "initialSort": "initialSort"; "sortIndex": "sortIndex"; "initialSortIndex": "initialSortIndex"; "sortingOrder": "sortingOrder"; "comparator": "comparator"; "unSortIcon": "unSortIcon"; "sortedAt": "sortedAt"; "colSpan": "colSpan"; "rowSpan": "rowSpan"; "width": "width"; "initialWidth": "initialWidth"; "minWidth": "minWidth"; "maxWidth": "maxWidth"; "flex": "flex"; "initialFlex": "initialFlex"; "resizable": "resizable"; "suppressSizeToFit": "suppressSizeToFit"; "suppressAutoSize": "suppressAutoSize"; }, {}, ["childColumns"], never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<AgGridColumn<any>, "ag-grid-column", never, { "filterFramework": "filterFramework"; "filterParams": "filterParams"; "floatingFilterComponent": "floatingFilterComponent"; "floatingFilterComponentParams": "floatingFilterComponentParams"; "floatingFilterComponentFramework": "floatingFilterComponentFramework"; "filter": "filter"; "headerName": "headerName"; "headerValueGetter": "headerValueGetter"; "headerTooltip": "headerTooltip"; "headerClass": "headerClass"; "suppressHeaderKeyboardEvent": "suppressHeaderKeyboardEvent"; "columnGroupShow": "columnGroupShow"; "toolPanelClass": "toolPanelClass"; "suppressColumnsToolPanel": "suppressColumnsToolPanel"; "suppressFiltersToolPanel": "suppressFiltersToolPanel"; "tooltipComponent": "tooltipComponent"; "tooltipComponentFramework": "tooltipComponentFramework"; "tooltipComponentParams": "tooltipComponentParams"; "children": "children"; "groupId": "groupId"; "openByDefault": "openByDefault"; "marryChildren": "marryChildren"; "headerGroupComponent": "headerGroupComponent"; "headerGroupComponentFramework": "headerGroupComponentFramework"; "headerGroupComponentParams": "headerGroupComponentParams"; "colId": "colId"; "field": "field"; "type": "type"; "valueGetter": "valueGetter"; "valueFormatter": "valueFormatter"; "refData": "refData"; "keyCreator": "keyCreator"; "equals": "equals"; "tooltipField": "tooltipField"; "tooltipValueGetter": "tooltipValueGetter"; "checkboxSelection": "checkboxSelection"; "showDisabledCheckboxes": "showDisabledCheckboxes"; "icons": "icons"; "suppressNavigable": "suppressNavigable"; "suppressKeyboardEvent": "suppressKeyboardEvent"; "suppressPaste": "suppressPaste"; "suppressFillHandle": "suppressFillHandle"; "hide": "hide"; "initialHide": "initialHide"; "lockVisible": "lockVisible"; "lockPosition": "lockPosition"; "suppressMovable": "suppressMovable"; "editable": "editable"; "valueSetter": "valueSetter"; "valueParser": "valueParser"; "cellEditor": "cellEditor"; "cellEditorFramework": "cellEditorFramework"; "cellEditorParams": "cellEditorParams"; "cellEditorSelector": "cellEditorSelector"; "singleClickEdit": "singleClickEdit"; "newValueHandler": "newValueHandler"; "cellEditorPopup": "cellEditorPopup"; "cellEditorPopupPosition": "cellEditorPopupPosition"; "onCellValueChanged": "onCellValueChanged"; "onCellClicked": "onCellClicked"; "onCellDoubleClicked": "onCellDoubleClicked"; "onCellContextMenu": "onCellContextMenu"; "getQuickFilterText": "getQuickFilterText"; "filterValueGetter": "filterValueGetter"; "floatingFilter": "floatingFilter"; "wrapHeaderText": "wrapHeaderText"; "autoHeaderHeight": "autoHeaderHeight"; "headerComponent": "headerComponent"; "headerComponentFramework": "headerComponentFramework"; "headerComponentParams": "headerComponentParams"; "menuTabs": "menuTabs"; "columnsMenuParams": "columnsMenuParams"; "suppressMenu": "suppressMenu"; "headerCheckboxSelection": "headerCheckboxSelection"; "headerCheckboxSelectionFilteredOnly": "headerCheckboxSelectionFilteredOnly"; "chartDataType": "chartDataType"; "pinned": "pinned"; "initialPinned": "initialPinned"; "lockPinned": "lockPinned"; "pinnedRowCellRenderer": "pinnedRowCellRenderer"; "pinnedRowCellRendererFramework": "pinnedRowCellRendererFramework"; "pinnedRowCellRendererParams": "pinnedRowCellRendererParams"; "pinnedRowValueFormatter": "pinnedRowValueFormatter"; "pivot": "pivot"; "initialPivot": "initialPivot"; "pivotIndex": "pivotIndex"; "initialPivotIndex": "initialPivotIndex"; "pivotComparator": "pivotComparator"; "enablePivot": "enablePivot"; "cellStyle": "cellStyle"; "cellClass": "cellClass"; "cellClassRules": "cellClassRules"; "cellRenderer": "cellRenderer"; "cellRendererFramework": "cellRendererFramework"; "cellRendererParams": "cellRendererParams"; "cellRendererSelector": "cellRendererSelector"; "autoHeight": "autoHeight"; "wrapText": "wrapText"; "enableCellChangeFlash": "enableCellChangeFlash"; "suppressCellFlash": "suppressCellFlash"; "rowDrag": "rowDrag"; "rowDragText": "rowDragText"; "dndSource": "dndSource"; "dndSourceOnRowDrag": "dndSourceOnRowDrag"; "rowGroup": "rowGroup"; "initialRowGroup": "initialRowGroup"; "rowGroupIndex": "rowGroupIndex"; "initialRowGroupIndex": "initialRowGroupIndex"; "enableRowGroup": "enableRowGroup"; "enableValue": "enableValue"; "aggFunc": "aggFunc"; "initialAggFunc": "initialAggFunc"; "defaultAggFunc": "defaultAggFunc"; "allowedAggFuncs": "allowedAggFuncs"; "showRowGroup": "showRowGroup"; "sortable": "sortable"; "sort": "sort"; "initialSort": "initialSort"; "sortIndex": "sortIndex"; "initialSortIndex": "initialSortIndex"; "sortingOrder": "sortingOrder"; "comparator": "comparator"; "unSortIcon": "unSortIcon"; "sortedAt": "sortedAt"; "colSpan": "colSpan"; "rowSpan": "rowSpan"; "width": "width"; "initialWidth": "initialWidth"; "minWidth": "minWidth"; "maxWidth": "maxWidth"; "flex": "flex"; "initialFlex": "initialFlex"; "resizable": "resizable"; "suppressSizeToFit": "suppressSizeToFit"; "suppressAutoSize": "suppressAutoSize"; }, {}, ["childColumns"], never>; | ||
} |
{ | ||
"name": "ag-grid-angular", | ||
"version": "28.2.0", | ||
"version": "28.2.1", | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"ag-grid-community": "~28.2.0", | ||
"ag-grid-community": "~28.2.1", | ||
"@angular/common": ">= 12.0.0", | ||
@@ -8,0 +8,0 @@ "@angular/core": ">= 12.0.0" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1279275
8870