igniteui-angular 22.0.0-beta.4 → 22.0.0-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/fesm2022/igniteui-angular-accordion.mjs +1 -1
  2. package/fesm2022/igniteui-angular-accordion.mjs.map +1 -1
  3. package/fesm2022/igniteui-angular-action-strip.mjs +2 -2
  4. package/fesm2022/igniteui-angular-action-strip.mjs.map +1 -1
  5. package/fesm2022/igniteui-angular-button-group.mjs +1 -1
  6. package/fesm2022/igniteui-angular-button-group.mjs.map +1 -1
  7. package/fesm2022/igniteui-angular-calendar.mjs +1 -1
  8. package/fesm2022/igniteui-angular-calendar.mjs.map +1 -1
  9. package/fesm2022/igniteui-angular-card.mjs +6 -6
  10. package/fesm2022/igniteui-angular-card.mjs.map +1 -1
  11. package/fesm2022/igniteui-angular-carousel.mjs +6 -6
  12. package/fesm2022/igniteui-angular-carousel.mjs.map +1 -1
  13. package/fesm2022/igniteui-angular-chips.mjs +34 -34
  14. package/fesm2022/igniteui-angular-chips.mjs.map +1 -1
  15. package/fesm2022/igniteui-angular-core.mjs +6 -6
  16. package/fesm2022/igniteui-angular-core.mjs.map +1 -1
  17. package/fesm2022/igniteui-angular-date-picker.mjs +2 -2
  18. package/fesm2022/igniteui-angular-date-picker.mjs.map +1 -1
  19. package/fesm2022/igniteui-angular-directives.mjs +12 -12
  20. package/fesm2022/igniteui-angular-directives.mjs.map +1 -1
  21. package/fesm2022/igniteui-angular-drop-down.mjs +5 -5
  22. package/fesm2022/igniteui-angular-drop-down.mjs.map +1 -1
  23. package/fesm2022/igniteui-angular-grids-core.mjs +29 -26
  24. package/fesm2022/igniteui-angular-grids-core.mjs.map +1 -1
  25. package/fesm2022/igniteui-angular-grids-grid.mjs +60 -89
  26. package/fesm2022/igniteui-angular-grids-grid.mjs.map +1 -1
  27. package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs +23 -69
  28. package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs.map +1 -1
  29. package/fesm2022/igniteui-angular-grids-tree-grid.mjs +10 -20
  30. package/fesm2022/igniteui-angular-grids-tree-grid.mjs.map +1 -1
  31. package/fesm2022/igniteui-angular-icon.mjs +4 -4
  32. package/fesm2022/igniteui-angular-icon.mjs.map +1 -1
  33. package/fesm2022/igniteui-angular-input-group.mjs +18 -18
  34. package/fesm2022/igniteui-angular-input-group.mjs.map +1 -1
  35. package/fesm2022/igniteui-angular-list.mjs +5 -5
  36. package/fesm2022/igniteui-angular-list.mjs.map +1 -1
  37. package/fesm2022/igniteui-angular-navbar.mjs +5 -5
  38. package/fesm2022/igniteui-angular-navbar.mjs.map +1 -1
  39. package/fesm2022/igniteui-angular-paginator.mjs +2 -2
  40. package/fesm2022/igniteui-angular-paginator.mjs.map +1 -1
  41. package/fesm2022/igniteui-angular-progressbar.mjs +7 -7
  42. package/fesm2022/igniteui-angular-progressbar.mjs.map +1 -1
  43. package/fesm2022/igniteui-angular-query-builder.mjs +2 -2
  44. package/fesm2022/igniteui-angular-query-builder.mjs.map +1 -1
  45. package/fesm2022/igniteui-angular-radio.mjs +5 -5
  46. package/fesm2022/igniteui-angular-radio.mjs.map +1 -1
  47. package/fesm2022/igniteui-angular-select.mjs +217 -209
  48. package/fesm2022/igniteui-angular-select.mjs.map +1 -1
  49. package/fesm2022/igniteui-angular-slider.mjs +17 -17
  50. package/fesm2022/igniteui-angular-slider.mjs.map +1 -1
  51. package/fesm2022/igniteui-angular-snackbar.mjs +1 -1
  52. package/fesm2022/igniteui-angular-snackbar.mjs.map +1 -1
  53. package/fesm2022/igniteui-angular-splitter.mjs +2 -2
  54. package/fesm2022/igniteui-angular-splitter.mjs.map +1 -1
  55. package/fesm2022/igniteui-angular-stepper.mjs +2 -2
  56. package/fesm2022/igniteui-angular-stepper.mjs.map +1 -1
  57. package/fesm2022/igniteui-angular-time-picker.mjs +1 -1
  58. package/fesm2022/igniteui-angular-time-picker.mjs.map +1 -1
  59. package/fesm2022/igniteui-angular-tree.mjs +1 -1
  60. package/fesm2022/igniteui-angular-tree.mjs.map +1 -1
  61. package/input-group/README.md +1 -1
  62. package/migrations/migration-collection.json +5 -0
  63. package/migrations/update-22_0_0/index.d.ts +3 -0
  64. package/migrations/update-22_0_0/index.js +86 -0
  65. package/migrations/update-22_0_0/index.spec.d.ts +1 -0
  66. package/migrations/update-22_0_0/index.spec.js +116 -0
  67. package/package.json +2 -2
  68. package/types/igniteui-angular-accordion.d.ts +3 -3
  69. package/types/igniteui-angular-action-strip.d.ts +2 -2
  70. package/types/igniteui-angular-button-group.d.ts +1 -1
  71. package/types/igniteui-angular-calendar.d.ts +1 -1
  72. package/types/igniteui-angular-card.d.ts +6 -6
  73. package/types/igniteui-angular-carousel.d.ts +6 -6
  74. package/types/igniteui-angular-chips.d.ts +38 -38
  75. package/types/igniteui-angular-core.d.ts +9 -9
  76. package/types/igniteui-angular-date-picker.d.ts +4 -4
  77. package/types/igniteui-angular-directives.d.ts +15 -15
  78. package/types/igniteui-angular-drop-down.d.ts +6 -6
  79. package/types/igniteui-angular-grids-core.d.ts +34 -37
  80. package/types/igniteui-angular-grids-grid.d.ts +55 -64
  81. package/types/igniteui-angular-grids-hierarchical-grid.d.ts +15 -23
  82. package/types/igniteui-angular-grids-tree-grid.d.ts +7 -7
  83. package/types/igniteui-angular-icon.d.ts +4 -4
  84. package/types/igniteui-angular-input-group.d.ts +17 -17
  85. package/types/igniteui-angular-list.d.ts +7 -7
  86. package/types/igniteui-angular-navbar.d.ts +7 -7
  87. package/types/igniteui-angular-paginator.d.ts +2 -2
  88. package/types/igniteui-angular-progressbar.d.ts +7 -7
  89. package/types/igniteui-angular-query-builder.d.ts +3 -3
  90. package/types/igniteui-angular-radio.d.ts +5 -5
  91. package/types/igniteui-angular-select.d.ts +91 -7
  92. package/types/igniteui-angular-slider.d.ts +17 -17
  93. package/types/igniteui-angular-snackbar.d.ts +1 -1
  94. package/types/igniteui-angular-splitter.d.ts +3 -3
  95. package/types/igniteui-angular-stepper.d.ts +2 -2
  96. package/types/igniteui-angular-time-picker.d.ts +1 -1
  97. package/types/igniteui-angular-tree.d.ts +2 -2
@@ -1,7 +1,7 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { OnInit, DoCheck, OnDestroy, AfterContentInit, AfterViewInit, NgZone, ChangeDetectorRef, IterableDiffers, ViewContainerRef, Injector, EnvironmentInjector, TemplateRef, EventEmitter, QueryList, ElementRef, ComponentRef, InjectionToken, PipeTransform } from '@angular/core';
3
3
  import * as i2 from 'igniteui-angular/grids/core';
4
- import { IgxRowDirective, IgxGroupByAreaDirective, FlatGridType, GridType, IgxGridValidationService, IgxGridSelectionService, IgxColumnResizingService, GridServiceType, IgxGridNavigationService, IgxFilteringService, IgxGridSummaryService, IgxGridTemplateContext, IClipboardOptions, IGridScrollEventArgs, IgxGridExcelStyleFilteringComponent, IgxGridHeaderGroupComponent, IGridCellEventArgs, IGridRowEventArgs, IGridFormGroupCreatedEventArgs, IGridValidationStatusEventArgs, IRowSelectionEventArgs, IColumnSelectionEventArgs, IPinColumnCancellableEventArgs, IPinColumnEventArgs, IGridEditEventArgs, IGridEditDoneEventArgs, IgxColumnComponent, IColumnsAutoGeneratedEventArgs, ISortingEventArgs, IFilteringEventArgs, IRowDataEventArgs, IRowDataCancelableEventArgs, IColumnResizeEventArgs, IGridContextMenuEventArgs, IColumnVisibilityChangingEventArgs, IColumnVisibilityChangedEventArgs, IColumnMovingStartEventArgs, IColumnMovingEventArgs, IColumnMovingEndEventArgs, IGridKeydownEventArgs, IRowDragStartEventArgs, IRowDragEndEventArgs, IGridClipboardEvent, IRowToggleEventArgs, IPinRowEventArgs, IActiveNodeChangeEventArgs, IGridToolbarExportEventArgs, GridSelectionRange, IgxGridColumnResizerComponent, IgxExcelStyleLoadingValuesTemplateDirective, IgxHeadSelectorTemplateContext, IgxRowSelectorTemplateContext, IgxGridRowDragGhostContext, IgxGridFilteringRowComponent, IgxGridHeaderRowComponent, IgxGridRowEditTemplateContext, IgxGridRowEditTextTemplateContext, IgxGridEmptyTemplateContext, IgxGridRowEditActionsTemplateContext, IgxGridRowTemplateContext, IgxGridHeaderTemplateContext, IgxRowEditTabStopDirective, IgxGridToolbarComponent, IgxSummaryRowComponent, GridPagingMode, GridValidationTrigger, IPinningConfig, FilterMode, GridSummaryPosition, IgxGridHeaderComponent, IgxGridFilteringCellComponent, GridSelectionMode, GridCellMergeMode, ISearchInfo, ISizeInfo, DropPosition, RowType, ICellPosition, IgxGridMasterDetailContext, IgxGroupByRowTemplateDirective, IgxGroupByRowSelectorTemplateContext, IgxGroupByRowTemplateContext, IgxGridDetailTemplateDirective, CellType, IgxGridCellComponent, IgxRowAddTextDirective, IgxRowEditActionsDirective, IgxRowEditTextDirective, IgxGridFooterComponent, IgxAdvancedFilteringDialogComponent, IgxRowExpandedIndicatorDirective, IgxRowCollapsedIndicatorDirective, IgxHeaderExpandedIndicatorDirective, IgxHeaderCollapsedIndicatorDirective, IgxExcelStyleHeaderIconDirective, IgxSortAscendingHeaderIconDirective, IgxSortDescendingHeaderIconDirective, IgxSortHeaderIconDirective, IgxGridEmptyTemplateDirective, IgxGridLoadingTemplateDirective, IgxDragIndicatorIconDirective, IgxRowDragGhostDirective, IgxGridStateDirective, IgxGridPinningActionsComponent, IgxGridEditingActionsComponent, IgxGridActionsBaseDirective, IgxGridActionButtonComponent, IgxFilterCellTemplateDirective, IgxSummaryTemplateDirective, IgxCellTemplateDirective, IgxCellValidationErrorDirective, IgxCellHeaderTemplateDirective, IgxCellFooterTemplateDirective, IgxCellEditorTemplateDirective, IgxCollapsibleIndicatorTemplateDirective, IgxColumnGroupComponent, IgxColumnLayoutComponent, IgxColumnActionsComponent, IgxColumnHidingDirective, IgxColumnPinningDirective, IgxRowSelectorDirective, IgxGroupByRowSelectorDirective, IgxHeadSelectorDirective, IgxCSVTextDirective, IgxExcelTextDirective, IgxGridToolbarActionsComponent, IgxGridToolbarAdvancedFilteringComponent, IgxGridToolbarExporterComponent, IgxGridToolbarHidingComponent, IgxGridToolbarPinningComponent, IgxGridToolbarTitleComponent, IgxGridToolbarDirective, IgxExcelStyleHeaderComponent, IgxExcelStyleSortingComponent, IgxExcelStylePinningComponent, IgxExcelStyleHidingComponent, IgxExcelStyleSelectingComponent, IgxExcelStyleClearFiltersComponent, IgxExcelStyleConditionalFilterComponent, IgxExcelStyleMovingComponent, IgxExcelStyleSearchComponent, IgxExcelStyleColumnOperationsTemplateDirective, IgxExcelStyleFilterOperationsTemplateDirective, IgxColumnRequiredValidatorDirective, IgxColumnMinValidatorDirective, IgxColumnMaxValidatorDirective, IgxColumnEmailValidatorDirective, IgxColumnMinLengthValidatorDirective, IgxColumnMaxLengthValidatorDirective, IgxColumnPatternValidatorDirective } from 'igniteui-angular/grids/core';
4
+ import { IgxRowDirective, IgxGroupByAreaDirective, FlatGridType, GridType, IgxGridValidationService, IgxGridSelectionService, IgxColumnResizingService, GridServiceType, IgxGridNavigationService, IgxFilteringService, IgxGridSummaryService, IgxGridTemplateContext, IClipboardOptions, IGridScrollEventArgs, IgxGridExcelStyleFilteringComponent, IgxGridHeaderGroupComponent, IGridCellEventArgs, IGridRowEventArgs, IGridFormGroupCreatedEventArgs, IGridValidationStatusEventArgs, IRowSelectionEventArgs, IColumnSelectionEventArgs, IPinColumnCancellableEventArgs, IPinColumnEventArgs, IGridEditEventArgs, IGridEditDoneEventArgs, IgxColumnComponent, ISortingEventArgs, IFilteringEventArgs, IRowDataEventArgs, IRowDataCancelableEventArgs, IColumnResizeEventArgs, IGridContextMenuEventArgs, IColumnVisibilityChangingEventArgs, IColumnVisibilityChangedEventArgs, IColumnMovingStartEventArgs, IColumnMovingEventArgs, IColumnMovingEndEventArgs, IGridKeydownEventArgs, IRowDragStartEventArgs, IRowDragEndEventArgs, IGridClipboardEvent, IRowToggleEventArgs, IPinRowEventArgs, IActiveNodeChangeEventArgs, IGridToolbarExportEventArgs, GridSelectionRange, IgxGridColumnResizerComponent, IgxExcelStyleLoadingValuesTemplateDirective, IgxHeadSelectorTemplateContext, IgxRowSelectorTemplateContext, IgxGridRowDragGhostContext, IgxGridFilteringRowComponent, IgxGridHeaderRowComponent, IgxGridRowEditTemplateContext, IgxGridRowEditTextTemplateContext, IgxGridEmptyTemplateContext, IgxGridRowEditActionsTemplateContext, IgxGridRowTemplateContext, IgxGridHeaderTemplateContext, IgxRowEditTabStopDirective, IgxGridToolbarComponent, IgxSummaryRowComponent, GridPagingMode, GridValidationTrigger, IPinningConfig, FilterMode, GridSummaryPosition, IgxGridHeaderComponent, IgxGridFilteringCellComponent, GridSelectionMode, GridCellMergeMode, ISearchInfo, ISizeInfo, DropPosition, RowType, ICellPosition, IgxGridMasterDetailContext, IgxGroupByRowTemplateDirective, IgxGroupByRowSelectorTemplateContext, IgxGroupByRowTemplateContext, IgxGridDetailTemplateDirective, CellType, IgxGridCellComponent, IgxRowAddTextDirective, IgxRowEditActionsDirective, IgxRowEditTextDirective, IgxGridFooterComponent, IgxAdvancedFilteringDialogComponent, IgxRowExpandedIndicatorDirective, IgxRowCollapsedIndicatorDirective, IgxHeaderExpandedIndicatorDirective, IgxHeaderCollapsedIndicatorDirective, IgxExcelStyleHeaderIconDirective, IgxSortAscendingHeaderIconDirective, IgxSortDescendingHeaderIconDirective, IgxSortHeaderIconDirective, IgxGridEmptyTemplateDirective, IgxGridLoadingTemplateDirective, IgxDragIndicatorIconDirective, IgxRowDragGhostDirective, IgxGridStateDirective, IgxGridPinningActionsComponent, IgxGridEditingActionsComponent, IgxGridActionsBaseDirective, IgxGridActionButtonComponent, IgxFilterCellTemplateDirective, IgxSummaryTemplateDirective, IgxCellTemplateDirective, IgxCellValidationErrorDirective, IgxCellHeaderTemplateDirective, IgxCellFooterTemplateDirective, IgxCellEditorTemplateDirective, IgxCollapsibleIndicatorTemplateDirective, IgxColumnGroupComponent, IgxColumnLayoutComponent, IgxColumnActionsComponent, IgxColumnHidingDirective, IgxColumnPinningDirective, IgxRowSelectorDirective, IgxGroupByRowSelectorDirective, IgxHeadSelectorDirective, IgxCSVTextDirective, IgxExcelTextDirective, IgxGridToolbarActionsComponent, IgxGridToolbarAdvancedFilteringComponent, IgxGridToolbarExporterComponent, IgxGridToolbarHidingComponent, IgxGridToolbarPinningComponent, IgxGridToolbarTitleComponent, IgxGridToolbarDirective, IgxExcelStyleHeaderComponent, IgxExcelStyleSortingComponent, IgxExcelStylePinningComponent, IgxExcelStyleHidingComponent, IgxExcelStyleSelectingComponent, IgxExcelStyleClearFiltersComponent, IgxExcelStyleConditionalFilterComponent, IgxExcelStyleMovingComponent, IgxExcelStyleSearchComponent, IgxExcelStyleColumnOperationsTemplateDirective, IgxExcelStyleFilterOperationsTemplateDirective, IgxColumnRequiredValidatorDirective, IgxColumnMinValidatorDirective, IgxColumnMaxValidatorDirective, IgxColumnEmailValidatorDirective, IgxColumnMinLengthValidatorDirective, IgxColumnMaxLengthValidatorDirective, IgxColumnPatternValidatorDirective } from 'igniteui-angular/grids/core';
5
5
  import * as igniteui_angular_core from 'igniteui-angular/core';
6
6
  import { ISortingExpression, IGroupingExpression, IgxFlatTransactionFactory, IgxOverlayService, PlatformUtil, TransactionService, Transaction, State, IDataCloneStrategy, IFilteringExpressionsTree, ColumnType, IgxActionStripToken, IgxOverlayOutletDirective, IGridResourceStrings, FilteringLogic, GridSummaryCalculationMode, IFilteringStrategy, IGridSortingStrategy, IGridMergeStrategy, ISortingOptions, EntityType, OverlaySettings, IFilteringOperation, ColumnPinningPosition, ɵSize as _Size, IGroupByRecord, StateUpdateEvent, ISummaryExpression, IGroupByExpandState, IBaseEventArgs, IGridGroupingStrategy, IGroupByResult } from 'igniteui-angular/core';
7
7
  import * as rxjs from 'rxjs';
@@ -162,7 +162,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
162
162
  get loadingGridTemplate(): TemplateRef<IgxGridTemplateContext>;
163
163
  set loadingGridTemplate(template: TemplateRef<IgxGridTemplateContext>);
164
164
  /**
165
- * Get/Set IgxSummaryRow height
165
+ * Get/Set summary row height
166
166
  */
167
167
  set summaryRowHeight(value: number);
168
168
  get summaryRowHeight(): number;
@@ -281,7 +281,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
281
281
  * Emitted when a cell is clicked.
282
282
  *
283
283
  * @remarks
284
- * Returns the `IgxGridCell`.
284
+ * Returns the grid cell.
285
285
  * @example
286
286
  * ```html
287
287
  * <igx-grid #grid (cellClick)="cellClick($event)" [data]="localData" [height]="'305px'" [autoGenerate]="true"></igx-grid>
@@ -292,7 +292,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
292
292
  * Emitted when a row is clicked.
293
293
  *
294
294
  * @remarks
295
- * Returns the `IgxGridRow`.
295
+ * Returns the grid row.
296
296
  * @example
297
297
  * ```html
298
298
  * <igx-grid #grid (rowClick)="rowClick($event)" [data]="localData" [height]="'305px'" [autoGenerate]="true"></igx-grid>
@@ -321,7 +321,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
321
321
  * Emitted when a cell is selected.
322
322
  *
323
323
  * @remarks
324
- * Returns the `IgxGridCell`.
324
+ * Returns the grid cell.
325
325
  * @example
326
326
  * ```html
327
327
  * <igx-grid #grid (selected)="onCellSelect($event)" [data]="localData" [height]="'305px'" [autoGenerate]="true"></igx-grid>
@@ -329,7 +329,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
329
329
  */
330
330
  selected: EventEmitter<IGridCellEventArgs>;
331
331
  /**
332
- * Emitted when `IgxGridRowComponent` is selected.
332
+ * Emitted when grid row is selected.
333
333
  *
334
334
  * @example
335
335
  * ```html
@@ -338,7 +338,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
338
338
  */
339
339
  rowSelectionChanging: EventEmitter<IRowSelectionEventArgs>;
340
340
  /**
341
- * Emitted when `IgxColumnComponent` is selected.
341
+ * Emitted when column is selected.
342
342
  *
343
343
  * @example
344
344
  * ```html
@@ -347,7 +347,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
347
347
  */
348
348
  columnSelectionChanging: EventEmitter<IColumnSelectionEventArgs>;
349
349
  /**
350
- * Emitted before `IgxColumnComponent` is pinned.
350
+ * Emitted before column is pinned.
351
351
  *
352
352
  * @remarks
353
353
  * The index at which to insert the column may be changed through the `insertAtIndex` property.
@@ -362,7 +362,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
362
362
  */
363
363
  columnPin: EventEmitter<IPinColumnCancellableEventArgs>;
364
364
  /**
365
- * Emitted after `IgxColumnComponent` is pinned.
365
+ * Emitted after column is pinned.
366
366
  *
367
367
  * @remarks
368
368
  * The index that the column is inserted at may be changed through the `insertAtIndex` property.
@@ -490,10 +490,6 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
490
490
  * ```
491
491
  */
492
492
  columnInit: EventEmitter<IgxColumnComponent>;
493
- /**
494
- * @hidden @internal
495
- */
496
- columnsAutogenerated: EventEmitter<IColumnsAutoGeneratedEventArgs>;
497
493
  /**
498
494
  * Emitted before sorting expressions are applied.
499
495
  *
@@ -542,7 +538,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
542
538
  * Emitted when a row is added.
543
539
  *
544
540
  * @remarks
545
- * Returns the data for the new `IgxGridRowComponent` object.
541
+ * Returns the data for the new grid row object.
546
542
  * @example
547
543
  * ```html
548
544
  * <igx-grid #grid [data]="localData" (rowAdded)="rowAdded($event)" [height]="'305px'" [autoGenerate]="true"></igx-grid>
@@ -588,7 +584,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
588
584
  * Emitted after column is resized.
589
585
  *
590
586
  * @remarks
591
- * Returns the `IgxColumnComponent` object's old and new width.
587
+ * Returns the column object's old and new width.
592
588
  * @example
593
589
  * ```html
594
590
  * <igx-grid #grid [data]="localData" (columnResized)="resizing($event)" [autoGenerate]="true"></igx-grid>
@@ -599,7 +595,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
599
595
  * Emitted when a cell or row is right clicked.
600
596
  *
601
597
  * @remarks
602
- * Returns the `IgxGridCell` object if the immediate context menu target is a cell or an `IgxGridRow` otherwise.
598
+ * Returns the grid cell object if the immediate context menu target is a cell or an grid row otherwise.
603
599
  * ```html
604
600
  * <igx-grid #grid [data]="localData" (contextMenu)="contextMenu($event)" [autoGenerate]="true"></igx-grid>
605
601
  * ```
@@ -609,7 +605,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
609
605
  * Emitted when a cell is double clicked.
610
606
  *
611
607
  * @remarks
612
- * Returns the `IgxGridCell` object.
608
+ * Returns the grid cell object.
613
609
  * @example
614
610
  * ```html
615
611
  * <igx-grid #grid [data]="localData" (doubleClick)="dblClick($event)" [autoGenerate]="true"></igx-grid>
@@ -642,7 +638,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
642
638
  * Emitted when column moving starts.
643
639
  *
644
640
  * @remarks
645
- * Returns the moved `IgxColumnComponent` object.
641
+ * Returns the moved column object.
646
642
  * @example
647
643
  * ```html
648
644
  * <igx-grid (columnMovingStart)="movingStart($event)"></igx-grid>
@@ -653,7 +649,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
653
649
  * Emitted during the column moving operation.
654
650
  *
655
651
  * @remarks
656
- * Returns the source and target `IgxColumnComponent` objects. This event is cancelable.
652
+ * Returns the source and target column objects. This event is cancelable.
657
653
  * @example
658
654
  * ```html
659
655
  * <igx-grid (columnMoving)="moving($event)"></igx-grid>
@@ -664,7 +660,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
664
660
  * Emitted when column moving ends.
665
661
  *
666
662
  * @remarks
667
- * Returns the source and target `IgxColumnComponent` objects.
663
+ * Returns the source and target column objects.
668
664
  * @example
669
665
  * ```html
670
666
  * <igx-grid (columnMovingEnd)="movingEnds($event)"></igx-grid>
@@ -722,11 +718,6 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
722
718
  * ```
723
719
  */
724
720
  selectedRowsChange: EventEmitter<any[]>;
725
- /** @hidden @internal */
726
- /**
727
- * Emitted when content children are resolved and collections in grid are updated.
728
- */
729
- childrenResolved: EventEmitter<void>;
730
721
  /**
731
722
  * Emitted when the expanded state of a row gets changed.
732
723
  *
@@ -833,8 +824,6 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
833
824
  */
834
825
  columnList: QueryList<IgxColumnComponent>;
835
826
  /** @hidden @internal */
836
- protected actionStripComponents: QueryList<IgxActionStripToken>;
837
- /** @hidden @internal */
838
827
  get actionStrip(): IgxActionStripToken;
839
828
  /**
840
829
  * @hidden @internal
@@ -1129,6 +1118,8 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
1129
1118
  * The custom template, if any, that should be used when rendering a header sorting indicator when columns are sorted in asc order.
1130
1119
  */
1131
1120
  get sortAscendingHeaderIconTemplate(): TemplateRef<IgxGridHeaderTemplateContext>;
1121
+ /** @hidden @internal */
1122
+ protected actionStripComponents: QueryList<IgxActionStripToken>;
1132
1123
  /**
1133
1124
  * Sets a custom template that should be used when rendering a header sorting indicator when columns are sorted in asc order.
1134
1125
  *```html
@@ -1258,7 +1249,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
1258
1249
  set resourceStrings(value: IGridResourceStrings);
1259
1250
  get resourceStrings(): IGridResourceStrings;
1260
1251
  /**
1261
- * Gets/Sets the filtering logic of the `IgxGridComponent`.
1252
+ * Gets/Sets the filtering logic of the grid.
1262
1253
  *
1263
1254
  * @remarks
1264
1255
  * The default is AND.
@@ -1595,7 +1586,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
1595
1586
  */
1596
1587
  get summariesRowList(): QueryList<any>;
1597
1588
  /**
1598
- * A list of `IgxGridRowComponent`.
1589
+ * A list of grid row.
1599
1590
  *
1600
1591
  * @example
1601
1592
  * ```typescript
@@ -1604,7 +1595,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
1604
1595
  */
1605
1596
  get rowList(): QueryList<IgxRowDirective>;
1606
1597
  /**
1607
- * A list of currently rendered `IgxGridRowComponent`'s.
1598
+ * A list of currently rendered grid row's.
1608
1599
  *
1609
1600
  * @example
1610
1601
  * ```typescript
@@ -1768,7 +1759,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
1768
1759
  *
1769
1760
  * @remarks
1770
1761
  * By default the row selection mode is 'none'
1771
- * Note that in IgxGrid and IgxHierarchicalGrid 'multipleCascade' behaves like 'multiple'
1762
+ * Note that in grid and hierarchical grid 'multipleCascade' behaves like 'multiple'
1772
1763
  */
1773
1764
  get rowSelection(): GridSelectionMode;
1774
1765
  set rowSelection(selectionMode: GridSelectionMode);
@@ -2504,7 +2495,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2504
2495
  */
2505
2496
  get summariesMargin(): number;
2506
2497
  /**
2507
- * Gets an array of `IgxColumnComponent`s.
2498
+ * Gets an array of columns.
2508
2499
  *
2509
2500
  * @example
2510
2501
  * ```typescript
@@ -2513,7 +2504,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2513
2504
  */
2514
2505
  get columns(): IgxColumnComponent[];
2515
2506
  /**
2516
- * Gets an array of the pinned `IgxColumnComponent`s.
2507
+ * Gets an array of the pinned columns.
2517
2508
  *
2518
2509
  * @example
2519
2510
  * ```typescript
@@ -2522,7 +2513,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2522
2513
  */
2523
2514
  get pinnedColumns(): IgxColumnComponent[];
2524
2515
  /**
2525
- * Gets an array of the pinned to the left `IgxColumnComponent`s.
2516
+ * Gets an array of the pinned to the left columns.
2526
2517
  *
2527
2518
  * @example
2528
2519
  * ```typescript
@@ -2531,7 +2522,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2531
2522
  */
2532
2523
  get pinnedStartColumns(): IgxColumnComponent[];
2533
2524
  /**
2534
- * Gets an array of the pinned to the right `IgxColumnComponent`s.
2525
+ * Gets an array of the pinned to the right columns.
2535
2526
  *
2536
2527
  * @example
2537
2528
  * ```typescript
@@ -2540,7 +2531,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2540
2531
  */
2541
2532
  get pinnedEndColumns(): IgxColumnComponent[];
2542
2533
  /**
2543
- * Gets an array of the pinned `IgxRowComponent`s.
2534
+ * Gets an array of the pinned rows.
2544
2535
  *
2545
2536
  * @example
2546
2537
  * ```typescript
@@ -2549,7 +2540,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2549
2540
  */
2550
2541
  get pinnedRows(): IgxGridRowComponent[];
2551
2542
  /**
2552
- * Gets an array of unpinned `IgxColumnComponent`s.
2543
+ * Gets an array of unpinned columns.
2553
2544
  *
2554
2545
  * @example
2555
2546
  * ```typescript
@@ -2558,11 +2549,11 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2558
2549
  */
2559
2550
  get unpinnedColumns(): IgxColumnComponent[];
2560
2551
  /**
2561
- * Gets the `width` to be set on `IgxGridHeaderGroupComponent`.
2552
+ * Gets the `width` to be set on grid header group.
2562
2553
  */
2563
2554
  getHeaderGroupWidth(column: IgxColumnComponent): string;
2564
2555
  /**
2565
- * Returns the `IgxColumnComponent` by field name.
2556
+ * Returns the column by field name.
2566
2557
  *
2567
2558
  * @example
2568
2559
  * ```typescript
@@ -2582,7 +2573,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2582
2573
  */
2583
2574
  recalculateAutoSizes(): void;
2584
2575
  /**
2585
- * Returns an array of visible `IgxColumnComponent`s.
2576
+ * Returns an array of visible columns.
2586
2577
  *
2587
2578
  * @example
2588
2579
  * ```typescript
@@ -2639,7 +2630,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2639
2630
  */
2640
2631
  moveColumn(column: IgxColumnComponent, target: IgxColumnComponent, pos?: DropPosition): void;
2641
2632
  /**
2642
- * Triggers change detection for the `IgxGridComponent`.
2633
+ * Triggers change detection for the grid.
2643
2634
  * Calling markForCheck also triggers the grid pipes explicitly, resulting in all updates being processed.
2644
2635
  * May degrade performance if used when not needed, or if misused:
2645
2636
  * ```typescript
@@ -2666,7 +2657,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2666
2657
  */
2667
2658
  markForCheck(): void;
2668
2659
  /**
2669
- * Creates a new `IgxGridRowComponent` and adds the data record to the end of the data source.
2660
+ * Creates a new grid row and adds the data record to the end of the data source.
2670
2661
  *
2671
2662
  * @example
2672
2663
  * ```typescript
@@ -2676,7 +2667,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2676
2667
  */
2677
2668
  addRow(data: any): void;
2678
2669
  /**
2679
- * Removes the `IgxGridRowComponent` and the corresponding data record by primary key.
2670
+ * Removes the grid row and the corresponding data record by primary key.
2680
2671
  *
2681
2672
  * @remarks
2682
2673
  * Requires that the `primaryKey` property is set.
@@ -2691,7 +2682,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2691
2682
  /** @hidden */
2692
2683
  deleteRowById(rowId: any): any;
2693
2684
  /**
2694
- * Updates the `IgxGridRowComponent` and the corresponding data record by primary key.
2685
+ * Updates the grid row and the corresponding data record by primary key.
2695
2686
  *
2696
2687
  * @remarks
2697
2688
  * Requires that the `primaryKey` property is set.
@@ -2705,7 +2696,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2705
2696
  */
2706
2697
  updateCell(value: any, rowSelector: any, column: string): void;
2707
2698
  /**
2708
- * Updates the `IgxGridRowComponent`
2699
+ * Updates the grid row
2709
2700
  *
2710
2701
  * @remarks
2711
2702
  * The row is specified by
@@ -2734,10 +2725,10 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2734
2725
  */
2735
2726
  getRowData(rowSelector: any): any;
2736
2727
  /**
2737
- * Sort a single `IgxColumnComponent`.
2728
+ * Sort a single column.
2738
2729
  *
2739
2730
  * @remarks
2740
- * Sort the `IgxGridComponent`'s `IgxColumnComponent` based on the provided array of sorting expressions.
2731
+ * Sort the grid's column based on the provided array of sorting expressions.
2741
2732
  * @example
2742
2733
  * ```typescript
2743
2734
  * this.grid.sort({ fieldName: name, dir: SortingDirection.Asc, ignoreCase: false });
@@ -2745,7 +2736,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2745
2736
  */
2746
2737
  sort(expression: ISortingExpression | Array<ISortingExpression>): void;
2747
2738
  /**
2748
- * Filters a single `IgxColumnComponent`.
2739
+ * Filters a single column.
2749
2740
  *
2750
2741
  * @example
2751
2742
  * ```typescript
@@ -2760,7 +2751,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2760
2751
  */
2761
2752
  filter(name: string, value: any, conditionOrExpressionTree?: IFilteringOperation | IFilteringExpressionsTree, ignoreCase?: boolean): void;
2762
2753
  /**
2763
- * Filters all the `IgxColumnComponent` in the `IgxGridComponent` with the same condition.
2754
+ * Filters all the column in the grid with the same condition.
2764
2755
  *
2765
2756
  * @example
2766
2757
  * ```typescript
@@ -2805,10 +2796,10 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2805
2796
  */
2806
2797
  disableSummaries(...rest: any[]): void;
2807
2798
  /**
2808
- * If name is provided, clears the filtering state of the corresponding `IgxColumnComponent`.
2799
+ * If name is provided, clears the filtering state of the corresponding column.
2809
2800
  *
2810
2801
  * @remarks
2811
- * Otherwise clears the filtering state of all `IgxColumnComponent`s.
2802
+ * Otherwise clears the filtering state of all columns.
2812
2803
  * @example
2813
2804
  * ```typescript
2814
2805
  * this.grid.clearFilter();
@@ -2817,10 +2808,10 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2817
2808
  */
2818
2809
  clearFilter(name?: string): void;
2819
2810
  /**
2820
- * If name is provided, clears the sorting state of the corresponding `IgxColumnComponent`.
2811
+ * If name is provided, clears the sorting state of the corresponding column.
2821
2812
  *
2822
2813
  * @remarks
2823
- * otherwise clears the sorting state of all `IgxColumnComponent`.
2814
+ * otherwise clears the sorting state of all column.
2824
2815
  * @example
2825
2816
  * ```typescript
2826
2817
  * this.grid.clearSort();
@@ -3260,7 +3251,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
3260
3251
  *
3261
3252
  * @remarks
3262
3253
  * You can pass callback function as a third parameter of `getPreviousCell` method.
3263
- * The callback function accepts IgxColumnComponent as a param
3254
+ * The callback function accepts column as a param
3264
3255
  * @example
3265
3256
  * ```typescript
3266
3257
  * const nextEditableCellPosition = this.grid.getNextCell(0, 3, (column) => column.editable);
@@ -3273,7 +3264,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
3273
3264
  *
3274
3265
  * @remarks
3275
3266
  * You can pass callback function as a third parameter of `getPreviousCell` method.
3276
- * The callback function accepts IgxColumnComponent as a param
3267
+ * The callback function accepts column as a param
3277
3268
  * @example
3278
3269
  * ```typescript
3279
3270
  * const previousEditableCellPosition = this.grid.getPreviousCell(0, 3, (column) => column.editable);
@@ -3639,7 +3630,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
3639
3630
  private initLocale;
3640
3631
  private onResourceChange;
3641
3632
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxGridBaseDirective, never>;
3642
- static ɵdir: i0.ɵɵDirectiveDeclaration<IgxGridBaseDirective, never, never, { "snackbarDisplayTime": { "alias": "snackbarDisplayTime"; "required": false; }; "autoGenerate": { "alias": "autoGenerate"; "required": false; }; "autoGenerateExclude": { "alias": "autoGenerateExclude"; "required": false; }; "moving": { "alias": "moving"; "required": false; }; "emptyGridTemplate": { "alias": "emptyGridTemplate"; "required": false; }; "addRowEmptyTemplate": { "alias": "addRowEmptyTemplate"; "required": false; }; "loadingGridTemplate": { "alias": "loadingGridTemplate"; "required": false; }; "summaryRowHeight": { "alias": "summaryRowHeight"; "required": false; }; "dataCloneStrategy": { "alias": "dataCloneStrategy"; "required": false; }; "clipboardOptions": { "alias": "clipboardOptions"; "required": false; }; "rowClasses": { "alias": "rowClasses"; "required": false; }; "rowStyles": { "alias": "rowStyles"; "required": false; }; "primaryKey": { "alias": "primaryKey"; "required": false; }; "uniqueColumnValuesStrategy": { "alias": "uniqueColumnValuesStrategy"; "required": false; }; "dragGhostCustomTemplate": { "alias": "dragGhostCustomTemplate"; "required": false; }; "rowEditTextTemplate": { "alias": "rowEditTextTemplate"; "required": false; }; "rowAddTextTemplate": { "alias": "rowAddTextTemplate"; "required": false; }; "rowEditActionsTemplate": { "alias": "rowEditActionsTemplate"; "required": false; }; "rowExpandedIndicatorTemplate": { "alias": "rowExpandedIndicatorTemplate"; "required": false; }; "rowCollapsedIndicatorTemplate": { "alias": "rowCollapsedIndicatorTemplate"; "required": false; }; "headerExpandedIndicatorTemplate": { "alias": "headerExpandedIndicatorTemplate"; "required": false; }; "headerCollapsedIndicatorTemplate": { "alias": "headerCollapsedIndicatorTemplate"; "required": false; }; "excelStyleHeaderIconTemplate": { "alias": "excelStyleHeaderIconTemplate"; "required": false; }; "sortAscendingHeaderIconTemplate": { "alias": "sortAscendingHeaderIconTemplate"; "required": false; }; "sortDescendingHeaderIconTemplate": { "alias": "sortDescendingHeaderIconTemplate"; "required": false; }; "sortHeaderIconTemplate": { "alias": "sortHeaderIconTemplate"; "required": false; }; "resourceStrings": { "alias": "resourceStrings"; "required": false; }; "filteringLogic": { "alias": "filteringLogic"; "required": false; }; "filteringExpressionsTree": { "alias": "filteringExpressionsTree"; "required": false; }; "advancedFilteringExpressionsTree": { "alias": "advancedFilteringExpressionsTree"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "pagingMode": { "alias": "pagingMode"; "required": false; }; "hideRowSelectors": { "alias": "hideRowSelectors"; "required": false; }; "rowDraggable": { "alias": "rowDraggable"; "required": false; }; "validationTrigger": { "alias": "validationTrigger"; "required": false; }; "rowEditable": { "alias": "rowEditable"; "required": false; }; "height": { "alias": "height"; "required": false; }; "width": { "alias": "width"; "required": false; }; "rowHeight": { "alias": "rowHeight"; "required": false; }; "columnWidth": { "alias": "columnWidth"; "required": false; }; "emptyGridMessage": { "alias": "emptyGridMessage"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "emptyFilteredGridMessage": { "alias": "emptyFilteredGridMessage"; "required": false; }; "pinning": { "alias": "pinning"; "required": false; }; "allowFiltering": { "alias": "allowFiltering"; "required": false; }; "allowAdvancedFiltering": { "alias": "allowAdvancedFiltering"; "required": false; }; "filterMode": { "alias": "filterMode"; "required": false; }; "summaryPosition": { "alias": "summaryPosition"; "required": false; }; "summaryCalculationMode": { "alias": "summaryCalculationMode"; "required": false; }; "showSummaryOnCollapse": { "alias": "showSummaryOnCollapse"; "required": false; }; "filterStrategy": { "alias": "filterStrategy"; "required": false; }; "sortStrategy": { "alias": "sortStrategy"; "required": false; }; "mergeStrategy": { "alias": "mergeStrategy"; "required": false; }; "sortingOptions": { "alias": "sortingOptions"; "required": false; }; "selectedRows": { "alias": "selectedRows"; "required": false; }; "headSelectorTemplate": { "alias": "headSelectorTemplate"; "required": false; }; "rowSelectorTemplate": { "alias": "rowSelectorTemplate"; "required": false; }; "dragIndicatorIconTemplate": { "alias": "dragIndicatorIconTemplate"; "required": false; }; "sortingExpressions": { "alias": "sortingExpressions"; "required": false; }; "batchEditing": { "alias": "batchEditing"; "required": false; }; "cellSelection": { "alias": "cellSelection"; "required": false; }; "cellMergeMode": { "alias": "cellMergeMode"; "required": false; }; "rowSelection": { "alias": "rowSelection"; "required": false; }; "columnSelection": { "alias": "columnSelection"; "required": false; }; "expansionStates": { "alias": "expansionStates"; "required": false; }; "outlet": { "alias": "outlet"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "selectRowOnClick": { "alias": "selectRowOnClick"; "required": false; }; }, { "filteringExpressionsTreeChange": "filteringExpressionsTreeChange"; "advancedFilteringExpressionsTreeChange": "advancedFilteringExpressionsTreeChange"; "gridScroll": "gridScroll"; "cellClick": "cellClick"; "rowClick": "rowClick"; "formGroupCreated": "formGroupCreated"; "validationStatusChange": "validationStatusChange"; "selected": "selected"; "rowSelectionChanging": "rowSelectionChanging"; "columnSelectionChanging": "columnSelectionChanging"; "columnPin": "columnPin"; "columnPinned": "columnPinned"; "cellEditEnter": "cellEditEnter"; "cellEditExit": "cellEditExit"; "cellEdit": "cellEdit"; "cellEditDone": "cellEditDone"; "rowEditEnter": "rowEditEnter"; "rowEdit": "rowEdit"; "rowEditDone": "rowEditDone"; "rowEditExit": "rowEditExit"; "columnInit": "columnInit"; "columnsAutogenerated": "columnsAutogenerated"; "sorting": "sorting"; "sortingDone": "sortingDone"; "filtering": "filtering"; "filteringDone": "filteringDone"; "rowAdded": "rowAdded"; "rowDeleted": "rowDeleted"; "rowDelete": "rowDelete"; "rowAdd": "rowAdd"; "columnResized": "columnResized"; "contextMenu": "contextMenu"; "doubleClick": "doubleClick"; "columnVisibilityChanging": "columnVisibilityChanging"; "columnVisibilityChanged": "columnVisibilityChanged"; "columnMovingStart": "columnMovingStart"; "columnMoving": "columnMoving"; "columnMovingEnd": "columnMovingEnd"; "gridKeydown": "gridKeydown"; "rowDragStart": "rowDragStart"; "rowDragEnd": "rowDragEnd"; "gridCopy": "gridCopy"; "expansionStatesChange": "expansionStatesChange"; "selectedRowsChange": "selectedRowsChange"; "childrenResolved": "childrenResolved"; "rowToggle": "rowToggle"; "rowPinning": "rowPinning"; "rowPinned": "rowPinned"; "activeNodeChange": "activeNodeChange"; "sortingExpressionsChange": "sortingExpressionsChange"; "toolbarExporting": "toolbarExporting"; "rangeSelected": "rangeSelected"; "rendered": "rendered"; "localeChange": "localeChange"; "dataChanging": "dataChanging"; "dataChanged": "dataChanged"; }, ["excelStyleLoadingValuesTemplateDirective", "rowAddText", "rowExpandedIndicatorDirectiveTemplate", "rowCollapsedIndicatorDirectiveTemplate", "headerExpandedIndicatorDirectiveTemplate", "headerCollapsedIndicatorDirectiveTemplate", "excelStyleHeaderIconDirectiveTemplate", "sortAscendingHeaderIconDirectiveTemplate", "sortDescendingHeaderIconDirectiveTemplate", "sortHeaderIconDirectiveTemplate", "loadingDirectiveTemplate", "emptyDirectiveTemplate", "excelStyleFilteringComponents", "columnList", "actionStripComponents", "headSelectorsTemplates", "rowSelectorsTemplates", "dragGhostCustomTemplates", "rowEditCustomDirectives", "rowEditTextDirectives", "rowEditActionsDirectives", "dragIndicatorIconTemplates", "rowEditTabsCUSTOM", "toolbar", "paginationComponents"], never, true, never>;
3633
+ static ɵdir: i0.ɵɵDirectiveDeclaration<IgxGridBaseDirective, never, never, { "snackbarDisplayTime": { "alias": "snackbarDisplayTime"; "required": false; }; "autoGenerate": { "alias": "autoGenerate"; "required": false; }; "autoGenerateExclude": { "alias": "autoGenerateExclude"; "required": false; }; "moving": { "alias": "moving"; "required": false; }; "emptyGridTemplate": { "alias": "emptyGridTemplate"; "required": false; }; "addRowEmptyTemplate": { "alias": "addRowEmptyTemplate"; "required": false; }; "loadingGridTemplate": { "alias": "loadingGridTemplate"; "required": false; }; "summaryRowHeight": { "alias": "summaryRowHeight"; "required": false; }; "dataCloneStrategy": { "alias": "dataCloneStrategy"; "required": false; }; "clipboardOptions": { "alias": "clipboardOptions"; "required": false; }; "rowClasses": { "alias": "rowClasses"; "required": false; }; "rowStyles": { "alias": "rowStyles"; "required": false; }; "primaryKey": { "alias": "primaryKey"; "required": false; }; "uniqueColumnValuesStrategy": { "alias": "uniqueColumnValuesStrategy"; "required": false; }; "dragGhostCustomTemplate": { "alias": "dragGhostCustomTemplate"; "required": false; }; "rowEditTextTemplate": { "alias": "rowEditTextTemplate"; "required": false; }; "rowAddTextTemplate": { "alias": "rowAddTextTemplate"; "required": false; }; "rowEditActionsTemplate": { "alias": "rowEditActionsTemplate"; "required": false; }; "rowExpandedIndicatorTemplate": { "alias": "rowExpandedIndicatorTemplate"; "required": false; }; "rowCollapsedIndicatorTemplate": { "alias": "rowCollapsedIndicatorTemplate"; "required": false; }; "headerExpandedIndicatorTemplate": { "alias": "headerExpandedIndicatorTemplate"; "required": false; }; "headerCollapsedIndicatorTemplate": { "alias": "headerCollapsedIndicatorTemplate"; "required": false; }; "excelStyleHeaderIconTemplate": { "alias": "excelStyleHeaderIconTemplate"; "required": false; }; "sortAscendingHeaderIconTemplate": { "alias": "sortAscendingHeaderIconTemplate"; "required": false; }; "sortDescendingHeaderIconTemplate": { "alias": "sortDescendingHeaderIconTemplate"; "required": false; }; "sortHeaderIconTemplate": { "alias": "sortHeaderIconTemplate"; "required": false; }; "resourceStrings": { "alias": "resourceStrings"; "required": false; }; "filteringLogic": { "alias": "filteringLogic"; "required": false; }; "filteringExpressionsTree": { "alias": "filteringExpressionsTree"; "required": false; }; "advancedFilteringExpressionsTree": { "alias": "advancedFilteringExpressionsTree"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "pagingMode": { "alias": "pagingMode"; "required": false; }; "hideRowSelectors": { "alias": "hideRowSelectors"; "required": false; }; "rowDraggable": { "alias": "rowDraggable"; "required": false; }; "validationTrigger": { "alias": "validationTrigger"; "required": false; }; "rowEditable": { "alias": "rowEditable"; "required": false; }; "height": { "alias": "height"; "required": false; }; "width": { "alias": "width"; "required": false; }; "rowHeight": { "alias": "rowHeight"; "required": false; }; "columnWidth": { "alias": "columnWidth"; "required": false; }; "emptyGridMessage": { "alias": "emptyGridMessage"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "emptyFilteredGridMessage": { "alias": "emptyFilteredGridMessage"; "required": false; }; "pinning": { "alias": "pinning"; "required": false; }; "allowFiltering": { "alias": "allowFiltering"; "required": false; }; "allowAdvancedFiltering": { "alias": "allowAdvancedFiltering"; "required": false; }; "filterMode": { "alias": "filterMode"; "required": false; }; "summaryPosition": { "alias": "summaryPosition"; "required": false; }; "summaryCalculationMode": { "alias": "summaryCalculationMode"; "required": false; }; "showSummaryOnCollapse": { "alias": "showSummaryOnCollapse"; "required": false; }; "filterStrategy": { "alias": "filterStrategy"; "required": false; }; "sortStrategy": { "alias": "sortStrategy"; "required": false; }; "mergeStrategy": { "alias": "mergeStrategy"; "required": false; }; "sortingOptions": { "alias": "sortingOptions"; "required": false; }; "selectedRows": { "alias": "selectedRows"; "required": false; }; "headSelectorTemplate": { "alias": "headSelectorTemplate"; "required": false; }; "rowSelectorTemplate": { "alias": "rowSelectorTemplate"; "required": false; }; "dragIndicatorIconTemplate": { "alias": "dragIndicatorIconTemplate"; "required": false; }; "sortingExpressions": { "alias": "sortingExpressions"; "required": false; }; "batchEditing": { "alias": "batchEditing"; "required": false; }; "cellSelection": { "alias": "cellSelection"; "required": false; }; "cellMergeMode": { "alias": "cellMergeMode"; "required": false; }; "rowSelection": { "alias": "rowSelection"; "required": false; }; "columnSelection": { "alias": "columnSelection"; "required": false; }; "expansionStates": { "alias": "expansionStates"; "required": false; }; "outlet": { "alias": "outlet"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "selectRowOnClick": { "alias": "selectRowOnClick"; "required": false; }; }, { "filteringExpressionsTreeChange": "filteringExpressionsTreeChange"; "advancedFilteringExpressionsTreeChange": "advancedFilteringExpressionsTreeChange"; "gridScroll": "gridScroll"; "cellClick": "cellClick"; "rowClick": "rowClick"; "formGroupCreated": "formGroupCreated"; "validationStatusChange": "validationStatusChange"; "selected": "selected"; "rowSelectionChanging": "rowSelectionChanging"; "columnSelectionChanging": "columnSelectionChanging"; "columnPin": "columnPin"; "columnPinned": "columnPinned"; "cellEditEnter": "cellEditEnter"; "cellEditExit": "cellEditExit"; "cellEdit": "cellEdit"; "cellEditDone": "cellEditDone"; "rowEditEnter": "rowEditEnter"; "rowEdit": "rowEdit"; "rowEditDone": "rowEditDone"; "rowEditExit": "rowEditExit"; "columnInit": "columnInit"; "sorting": "sorting"; "sortingDone": "sortingDone"; "filtering": "filtering"; "filteringDone": "filteringDone"; "rowAdded": "rowAdded"; "rowDeleted": "rowDeleted"; "rowDelete": "rowDelete"; "rowAdd": "rowAdd"; "columnResized": "columnResized"; "contextMenu": "contextMenu"; "doubleClick": "doubleClick"; "columnVisibilityChanging": "columnVisibilityChanging"; "columnVisibilityChanged": "columnVisibilityChanged"; "columnMovingStart": "columnMovingStart"; "columnMoving": "columnMoving"; "columnMovingEnd": "columnMovingEnd"; "gridKeydown": "gridKeydown"; "rowDragStart": "rowDragStart"; "rowDragEnd": "rowDragEnd"; "gridCopy": "gridCopy"; "expansionStatesChange": "expansionStatesChange"; "selectedRowsChange": "selectedRowsChange"; "rowToggle": "rowToggle"; "rowPinning": "rowPinning"; "rowPinned": "rowPinned"; "activeNodeChange": "activeNodeChange"; "sortingExpressionsChange": "sortingExpressionsChange"; "toolbarExporting": "toolbarExporting"; "rangeSelected": "rangeSelected"; "rendered": "rendered"; "localeChange": "localeChange"; "dataChanging": "dataChanging"; "dataChanged": "dataChanged"; }, ["excelStyleLoadingValuesTemplateDirective", "rowAddText", "rowExpandedIndicatorDirectiveTemplate", "rowCollapsedIndicatorDirectiveTemplate", "headerExpandedIndicatorDirectiveTemplate", "headerCollapsedIndicatorDirectiveTemplate", "excelStyleHeaderIconDirectiveTemplate", "sortAscendingHeaderIconDirectiveTemplate", "sortDescendingHeaderIconDirectiveTemplate", "sortHeaderIconDirectiveTemplate", "loadingDirectiveTemplate", "emptyDirectiveTemplate", "excelStyleFilteringComponents", "columnList", "headSelectorsTemplates", "rowSelectorsTemplates", "dragGhostCustomTemplates", "rowEditCustomDirectives", "rowEditTextDirectives", "rowEditActionsDirectives", "actionStripComponents", "dragIndicatorIconTemplates", "rowEditTabsCUSTOM", "toolbar", "paginationComponents"], never, true, never>;
3643
3634
  static ngAcceptInputType_autoGenerate: unknown;
3644
3635
  static ngAcceptInputType_moving: unknown;
3645
3636
  static ngAcceptInputType_hideRowSelectors: unknown;
@@ -3712,7 +3703,7 @@ declare class IgxGridComponent extends IgxGridBaseDirective implements GridType,
3712
3703
  * The `groupingDone` event would be raised only once if several columns get grouped at once by calling
3713
3704
  * the `groupBy()` or `clearGrouping()` API methods and passing an array as an argument.
3714
3705
  * The event arguments provide the `expressions`, `groupedColumns` and `ungroupedColumns` properties, which contain
3715
- * the `ISortingExpression` and the `IgxColumnComponent` related to the grouping/ungrouping operation.
3706
+ * the `ISortingExpression` and the column related to the grouping/ungrouping operation.
3716
3707
  * Please note that `groupedColumns` and `ungroupedColumns` show only the **newly** changed columns (affected by the **last**
3717
3708
  * grouping/ungrouping operation), not all columns which are currently grouped/ungrouped.
3718
3709
  * columns.
@@ -3941,7 +3932,7 @@ declare class IgxGridComponent extends IgxGridBaseDirective implements GridType,
3941
3932
  /**
3942
3933
  * Gets/Sets the grouping strategy of the grid.
3943
3934
  *
3944
- * @remarks The default IgxGrouping extends from IgxSorting and a custom one can be used as a `sortStrategy` as well.
3935
+ * @remarks The default grouping extends from sorting and a custom one can be used as a `sortStrategy` as well.
3945
3936
  *
3946
3937
  * @example
3947
3938
  * ```html
@@ -4024,7 +4015,7 @@ declare class IgxGridComponent extends IgxGridBaseDirective implements GridType,
4024
4015
  /** @hidden @internal */
4025
4016
  trackChanges: (index: any, rec: any) => any;
4026
4017
  /**
4027
- * Groups by a new `IgxColumnComponent` based on the provided expression, or modifies an existing one.
4018
+ * Groups by a new column based on the provided expression, or modifies an existing one.
4028
4019
  *
4029
4020
  * @remarks
4030
4021
  * Also allows for multiple columns to be grouped at once if an array of `ISortingExpression` is passed.
@@ -4126,7 +4117,7 @@ declare class IgxGridComponent extends IgxGridBaseDirective implements GridType,
4126
4117
  /** @hidden @internal */
4127
4118
  get hasGroupableColumns(): boolean;
4128
4119
  /**
4129
- * Returns whether the `IgxGridComponent` has group area.
4120
+ * Returns whether the grid has group area.
4130
4121
  *
4131
4122
  * @example
4132
4123
  * ```typescript
@@ -4190,7 +4181,7 @@ declare class IgxGridComponent extends IgxGridBaseDirective implements GridType,
4190
4181
  */
4191
4182
  getSelectedData(formatters?: boolean, headers?: boolean): any[];
4192
4183
  /**
4193
- * Returns the `IgxGridRow` by index.
4184
+ * Returns the grid row by index.
4194
4185
  *
4195
4186
  * @example
4196
4187
  * ```typescript
@@ -4200,7 +4191,7 @@ declare class IgxGridComponent extends IgxGridBaseDirective implements GridType,
4200
4191
  */
4201
4192
  getRowByIndex(index: number): RowType;
4202
4193
  /**
4203
- * Returns `IgxGridRow` object by the specified primary key.
4194
+ * Returns grid row object by the specified primary key.
4204
4195
  *
4205
4196
  * @remarks
4206
4197
  * Requires that the `primaryKey` property is set.
@@ -4216,13 +4207,13 @@ declare class IgxGridComponent extends IgxGridBaseDirective implements GridType,
4216
4207
  */
4217
4208
  allRows(): RowType[];
4218
4209
  /**
4219
- * Returns the collection of `IgxGridRow`s for current page.
4210
+ * Returns the collection of grid rows for current page.
4220
4211
  *
4221
4212
  * @hidden @internal
4222
4213
  */
4223
4214
  dataRows(): RowType[];
4224
4215
  /**
4225
- * Returns an array of the selected `IgxGridCell`s.
4216
+ * Returns an array of the selected grid cells.
4226
4217
  *
4227
4218
  * @example
4228
4219
  * ```typescript