|
7 | 7 | IColumnMovingEventArgs, IPinColumnEventArgs,
|
8 | 8 | IActiveNodeChangeEventArgs,
|
9 | 9 | ICellPosition, IFilteringEventArgs, IColumnResizeEventArgs, IRowToggleEventArgs, IGridToolbarExportEventArgs, IPinRowEventArgs,
|
10 |
| - IGridRowEventArgs, IGridEditEventArgs, IRowDataCancelableEventArgs, IGridEditDoneEventArgs |
| 10 | + IGridRowEventArgs, IGridEditEventArgs, IRowDataCancelableEventArgs, IGridEditDoneEventArgs, |
| 11 | + IGridContextMenuEventArgs |
11 | 12 | } from '../common/events';
|
12 | 13 | import { DisplayDensity, IDensityChangedEventArgs } from '../../core/density';
|
13 | 14 | import { ChangeDetectorRef, ElementRef, EventEmitter, InjectionToken, QueryList, TemplateRef, ViewContainerRef } from '@angular/core';
|
@@ -1028,7 +1029,7 @@ export interface GridType extends IGridDataBindable {
|
1028 | 1029 | cellClick: EventEmitter<IGridCellEventArgs>;
|
1029 | 1030 | rowClick: EventEmitter<IGridRowEventArgs>;
|
1030 | 1031 | doubleClick: EventEmitter<IGridCellEventArgs>;
|
1031 |
| - contextMenu: EventEmitter<IGridCellEventArgs>; |
| 1032 | + contextMenu: EventEmitter<IGridContextMenuEventArgs>; |
1032 | 1033 | selected: EventEmitter<IGridCellEventArgs>;
|
1033 | 1034 | rangeSelected: EventEmitter<GridSelectionRange>;
|
1034 | 1035 | rowSelectionChanging: EventEmitter<IRowSelectionEventArgs>;
|
|
0 commit comments