@@ -78,7 +78,14 @@ import { IGridResourceStrings } from '../core/i18n/grid-resources';
7878import { CurrentResourceStrings } from '../core/i18n/resources' ;
7979import { IgxGridSummaryService } from './summaries/grid-summary.service' ;
8080import { IgxSummaryRowComponent } from './summaries/summary-row.component' ;
81- import { IgxGridSelectionService , GridSelectionRange , IgxGridCRUDService , IgxRow , IgxCell , isChromium } from './selection/selection.service' ;
81+ import {
82+ IgxGridSelectionService ,
83+ GridSelectionRange ,
84+ IgxGridCRUDService ,
85+ IgxRow ,
86+ IgxCell ,
87+ isChromium
88+ } from './selection/selection.service' ;
8289import { DragScrollDirection } from './selection/drag-select.directive' ;
8390import { ICachedViewLoadedEventArgs , IgxTemplateOutletDirective } from '../directives/template-outlet/template_outlet.directive' ;
8491import { IgxExcelStyleLoadingValuesTemplateDirective } from './filtering/excel-style/excel-style-search.component' ;
@@ -97,7 +104,25 @@ import { IFilteringStrategy } from '../data-operations/filtering-strategy';
97104import { IgxRowExpandedIndicatorDirective , IgxRowCollapsedIndicatorDirective ,
98105 IgxHeaderExpandIndicatorDirective , IgxHeaderCollapseIndicatorDirective } from './grid/grid.directives' ;
99106import { GridKeydownTargetType , GridSelectionMode , GridSummaryPosition , GridSummaryCalculationMode , FilterMode } from './common/enums' ;
100- import { IGridCellEventArgs , IRowSelectionEventArgs , IPinColumnEventArgs , IGridEditEventArgs , IPageEventArgs , IRowDataEventArgs , IColumnResizeEventArgs , IColumnMovingStartEventArgs , IColumnMovingEventArgs , IColumnMovingEndEventArgs , IGridKeydownEventArgs , IRowDragStartEventArgs , IRowDragEndEventArgs , IGridClipboardEvent , IGridToolbarExportEventArgs , ISearchInfo , ICellPosition } from './common/events' ;
107+ import {
108+ IGridCellEventArgs ,
109+ IRowSelectionEventArgs ,
110+ IPinColumnEventArgs ,
111+ IGridEditEventArgs ,
112+ IPageEventArgs ,
113+ IRowDataEventArgs ,
114+ IColumnResizeEventArgs ,
115+ IColumnMovingStartEventArgs ,
116+ IColumnMovingEventArgs ,
117+ IColumnMovingEndEventArgs ,
118+ IGridKeydownEventArgs ,
119+ IRowDragStartEventArgs ,
120+ IRowDragEndEventArgs ,
121+ IGridClipboardEvent ,
122+ IGridToolbarExportEventArgs ,
123+ ISearchInfo ,
124+ ICellPosition
125+ } from './common/events' ;
101126import { IgxAdvancedFilteringDialogComponent } from './filtering/advanced-filtering/advanced-filtering-dialog.component' ;
102127import { GridType } from './common/grid.interface' ;
103128import { IgxDecimalPipeComponent , IgxDatePipeComponent } from './common/pipes' ;
0 commit comments