igniteui-angular 22.0.0-rc.1 → 22.0.0

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 (100) 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 +1 -1
  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 +35 -23
  24. package/fesm2022/igniteui-angular-grids-core.mjs.map +1 -1
  25. package/fesm2022/igniteui-angular-grids-grid.mjs +51 -51
  26. package/fesm2022/igniteui-angular-grids-grid.mjs.map +1 -1
  27. package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs +7 -7
  28. package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs.map +1 -1
  29. package/fesm2022/igniteui-angular-grids-tree-grid.mjs +5 -5
  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/skills/igniteui-angular-grids/references/sizing.md +1 -0
  69. package/skills/igniteui-angular-grids/references/structure.md +1 -0
  70. package/skills/igniteui-angular-grids/references/types.md +2 -1
  71. package/types/igniteui-angular-accordion.d.ts +3 -3
  72. package/types/igniteui-angular-action-strip.d.ts +1 -1
  73. package/types/igniteui-angular-button-group.d.ts +1 -1
  74. package/types/igniteui-angular-calendar.d.ts +1 -1
  75. package/types/igniteui-angular-card.d.ts +6 -6
  76. package/types/igniteui-angular-carousel.d.ts +6 -6
  77. package/types/igniteui-angular-chips.d.ts +38 -38
  78. package/types/igniteui-angular-core.d.ts +9 -9
  79. package/types/igniteui-angular-date-picker.d.ts +4 -4
  80. package/types/igniteui-angular-directives.d.ts +15 -15
  81. package/types/igniteui-angular-drop-down.d.ts +6 -6
  82. package/types/igniteui-angular-grids-core.d.ts +31 -29
  83. package/types/igniteui-angular-grids-grid.d.ts +51 -51
  84. package/types/igniteui-angular-grids-hierarchical-grid.d.ts +7 -7
  85. package/types/igniteui-angular-grids-tree-grid.d.ts +7 -7
  86. package/types/igniteui-angular-icon.d.ts +4 -4
  87. package/types/igniteui-angular-input-group.d.ts +17 -17
  88. package/types/igniteui-angular-list.d.ts +7 -7
  89. package/types/igniteui-angular-navbar.d.ts +7 -7
  90. package/types/igniteui-angular-paginator.d.ts +2 -2
  91. package/types/igniteui-angular-progressbar.d.ts +7 -7
  92. package/types/igniteui-angular-query-builder.d.ts +3 -3
  93. package/types/igniteui-angular-radio.d.ts +5 -5
  94. package/types/igniteui-angular-select.d.ts +91 -7
  95. package/types/igniteui-angular-slider.d.ts +17 -17
  96. package/types/igniteui-angular-snackbar.d.ts +1 -1
  97. package/types/igniteui-angular-splitter.d.ts +3 -3
  98. package/types/igniteui-angular-stepper.d.ts +2 -2
  99. package/types/igniteui-angular-time-picker.d.ts +1 -1
  100. package/types/igniteui-angular-tree.d.ts +2 -2
@@ -1011,7 +1011,7 @@ class IgxGridBaseDirective {
1011
1011
  this._loadingGridTemplate = template;
1012
1012
  }
1013
1013
  /**
1014
- * Get/Set IgxSummaryRow height
1014
+ * Get/Set summary row height
1015
1015
  */
1016
1016
  set summaryRowHeight(value) {
1017
1017
  this._summaryRowHeight = value | 0;
@@ -1379,7 +1379,7 @@ class IgxGridBaseDirective {
1379
1379
  return this._resourceStrings || this._defaultResourceStrings;
1380
1380
  }
1381
1381
  /**
1382
- * Gets/Sets the filtering logic of the `IgxGridComponent`.
1382
+ * Gets/Sets the filtering logic of the grid.
1383
1383
  *
1384
1384
  * @remarks
1385
1385
  * The default is AND.
@@ -1981,7 +1981,7 @@ class IgxGridBaseDirective {
1981
1981
  }
1982
1982
  /* csSuppress */
1983
1983
  /**
1984
- * A list of `IgxGridRowComponent`.
1984
+ * A list of grid row.
1985
1985
  *
1986
1986
  * @example
1987
1987
  * ```typescript
@@ -2001,7 +2001,7 @@ class IgxGridBaseDirective {
2001
2001
  }
2002
2002
  /* csSuppress */
2003
2003
  /**
2004
- * A list of currently rendered `IgxGridRowComponent`'s.
2004
+ * A list of currently rendered grid row's.
2005
2005
  *
2006
2006
  * @example
2007
2007
  * ```typescript
@@ -2267,7 +2267,7 @@ class IgxGridBaseDirective {
2267
2267
  *
2268
2268
  * @remarks
2269
2269
  * By default the row selection mode is 'none'
2270
- * Note that in IgxGrid and IgxHierarchicalGrid 'multipleCascade' behaves like 'multiple'
2270
+ * Note that in grid and hierarchical grid 'multipleCascade' behaves like 'multiple'
2271
2271
  */
2272
2272
  get rowSelection() {
2273
2273
  return this._rowSelectionMode;
@@ -2614,7 +2614,7 @@ class IgxGridBaseDirective {
2614
2614
  * Emitted when a cell is clicked.
2615
2615
  *
2616
2616
  * @remarks
2617
- * Returns the `IgxGridCell`.
2617
+ * Returns the grid cell.
2618
2618
  * @example
2619
2619
  * ```html
2620
2620
  * <igx-grid #grid (cellClick)="cellClick($event)" [data]="localData" [height]="'305px'" [autoGenerate]="true"></igx-grid>
@@ -2625,7 +2625,7 @@ class IgxGridBaseDirective {
2625
2625
  * Emitted when a row is clicked.
2626
2626
  *
2627
2627
  * @remarks
2628
- * Returns the `IgxGridRow`.
2628
+ * Returns the grid row.
2629
2629
  * @example
2630
2630
  * ```html
2631
2631
  * <igx-grid #grid (rowClick)="rowClick($event)" [data]="localData" [height]="'305px'" [autoGenerate]="true"></igx-grid>
@@ -2654,7 +2654,7 @@ class IgxGridBaseDirective {
2654
2654
  * Emitted when a cell is selected.
2655
2655
  *
2656
2656
  * @remarks
2657
- * Returns the `IgxGridCell`.
2657
+ * Returns the grid cell.
2658
2658
  * @example
2659
2659
  * ```html
2660
2660
  * <igx-grid #grid (selected)="onCellSelect($event)" [data]="localData" [height]="'305px'" [autoGenerate]="true"></igx-grid>
@@ -2662,7 +2662,7 @@ class IgxGridBaseDirective {
2662
2662
  */
2663
2663
  this.selected = new EventEmitter();
2664
2664
  /**
2665
- * Emitted when `IgxGridRowComponent` is selected.
2665
+ * Emitted when grid row is selected.
2666
2666
  *
2667
2667
  * @example
2668
2668
  * ```html
@@ -2671,7 +2671,7 @@ class IgxGridBaseDirective {
2671
2671
  */
2672
2672
  this.rowSelectionChanging = new EventEmitter();
2673
2673
  /**
2674
- * Emitted when `IgxColumnComponent` is selected.
2674
+ * Emitted when column is selected.
2675
2675
  *
2676
2676
  * @example
2677
2677
  * ```html
@@ -2680,7 +2680,7 @@ class IgxGridBaseDirective {
2680
2680
  */
2681
2681
  this.columnSelectionChanging = new EventEmitter();
2682
2682
  /**
2683
- * Emitted before `IgxColumnComponent` is pinned.
2683
+ * Emitted before column is pinned.
2684
2684
  *
2685
2685
  * @remarks
2686
2686
  * The index at which to insert the column may be changed through the `insertAtIndex` property.
@@ -2695,7 +2695,7 @@ class IgxGridBaseDirective {
2695
2695
  */
2696
2696
  this.columnPin = new EventEmitter();
2697
2697
  /**
2698
- * Emitted after `IgxColumnComponent` is pinned.
2698
+ * Emitted after column is pinned.
2699
2699
  *
2700
2700
  * @remarks
2701
2701
  * The index that the column is inserted at may be changed through the `insertAtIndex` property.
@@ -2873,7 +2873,7 @@ class IgxGridBaseDirective {
2873
2873
  * Emitted when a row is added.
2874
2874
  *
2875
2875
  * @remarks
2876
- * Returns the data for the new `IgxGridRowComponent` object.
2876
+ * Returns the data for the new grid row object.
2877
2877
  * @example
2878
2878
  * ```html
2879
2879
  * <igx-grid #grid [data]="localData" (rowAdded)="rowAdded($event)" [height]="'305px'" [autoGenerate]="true"></igx-grid>
@@ -2920,7 +2920,7 @@ class IgxGridBaseDirective {
2920
2920
  * Emitted after column is resized.
2921
2921
  *
2922
2922
  * @remarks
2923
- * Returns the `IgxColumnComponent` object's old and new width.
2923
+ * Returns the column object's old and new width.
2924
2924
  * @example
2925
2925
  * ```html
2926
2926
  * <igx-grid #grid [data]="localData" (columnResized)="resizing($event)" [autoGenerate]="true"></igx-grid>
@@ -2931,7 +2931,7 @@ class IgxGridBaseDirective {
2931
2931
  * Emitted when a cell or row is right clicked.
2932
2932
  *
2933
2933
  * @remarks
2934
- * Returns the `IgxGridCell` object if the immediate context menu target is a cell or an `IgxGridRow` otherwise.
2934
+ * Returns the grid cell object if the immediate context menu target is a cell or an grid row otherwise.
2935
2935
  * ```html
2936
2936
  * <igx-grid #grid [data]="localData" (contextMenu)="contextMenu($event)" [autoGenerate]="true"></igx-grid>
2937
2937
  * ```
@@ -2941,7 +2941,7 @@ class IgxGridBaseDirective {
2941
2941
  * Emitted when a cell is double clicked.
2942
2942
  *
2943
2943
  * @remarks
2944
- * Returns the `IgxGridCell` object.
2944
+ * Returns the grid cell object.
2945
2945
  * @example
2946
2946
  * ```html
2947
2947
  * <igx-grid #grid [data]="localData" (doubleClick)="dblClick($event)" [autoGenerate]="true"></igx-grid>
@@ -2974,7 +2974,7 @@ class IgxGridBaseDirective {
2974
2974
  * Emitted when column moving starts.
2975
2975
  *
2976
2976
  * @remarks
2977
- * Returns the moved `IgxColumnComponent` object.
2977
+ * Returns the moved column object.
2978
2978
  * @example
2979
2979
  * ```html
2980
2980
  * <igx-grid (columnMovingStart)="movingStart($event)"></igx-grid>
@@ -2985,7 +2985,7 @@ class IgxGridBaseDirective {
2985
2985
  * Emitted during the column moving operation.
2986
2986
  *
2987
2987
  * @remarks
2988
- * Returns the source and target `IgxColumnComponent` objects. This event is cancelable.
2988
+ * Returns the source and target column objects. This event is cancelable.
2989
2989
  * @example
2990
2990
  * ```html
2991
2991
  * <igx-grid (columnMoving)="moving($event)"></igx-grid>
@@ -2996,7 +2996,7 @@ class IgxGridBaseDirective {
2996
2996
  * Emitted when column moving ends.
2997
2997
  *
2998
2998
  * @remarks
2999
- * Returns the source and target `IgxColumnComponent` objects.
2999
+ * Returns the source and target column objects.
3000
3000
  * @example
3001
3001
  * ```html
3002
3002
  * <igx-grid (columnMovingEnd)="movingEnds($event)"></igx-grid>
@@ -4421,7 +4421,7 @@ class IgxGridBaseDirective {
4421
4421
  return this.featureColumnsWidth();
4422
4422
  }
4423
4423
  /**
4424
- * Gets an array of `IgxColumnComponent`s.
4424
+ * Gets an array of columns.
4425
4425
  *
4426
4426
  * @example
4427
4427
  * ```typescript
@@ -4432,7 +4432,7 @@ class IgxGridBaseDirective {
4432
4432
  return this._columns || [];
4433
4433
  }
4434
4434
  /**
4435
- * Gets an array of the pinned `IgxColumnComponent`s.
4435
+ * Gets an array of the pinned columns.
4436
4436
  *
4437
4437
  * @example
4438
4438
  * ```typescript
@@ -4447,7 +4447,7 @@ class IgxGridBaseDirective {
4447
4447
  return this._pinnedVisible;
4448
4448
  }
4449
4449
  /**
4450
- * Gets an array of the pinned to the left `IgxColumnComponent`s.
4450
+ * Gets an array of the pinned to the left columns.
4451
4451
  *
4452
4452
  * @example
4453
4453
  * ```typescript
@@ -4458,7 +4458,7 @@ class IgxGridBaseDirective {
4458
4458
  return this._pinnedStartColumns.filter(col => !col.hidden);
4459
4459
  }
4460
4460
  /**
4461
- * Gets an array of the pinned to the right `IgxColumnComponent`s.
4461
+ * Gets an array of the pinned to the right columns.
4462
4462
  *
4463
4463
  * @example
4464
4464
  * ```typescript
@@ -4470,7 +4470,7 @@ class IgxGridBaseDirective {
4470
4470
  }
4471
4471
  /* csSuppress */
4472
4472
  /**
4473
- * Gets an array of the pinned `IgxRowComponent`s.
4473
+ * Gets an array of the pinned rows.
4474
4474
  *
4475
4475
  * @example
4476
4476
  * ```typescript
@@ -4481,7 +4481,7 @@ class IgxGridBaseDirective {
4481
4481
  return this._pinnedRowList.toArray().sort((a, b) => a.index - b.index);
4482
4482
  }
4483
4483
  /**
4484
- * Gets an array of unpinned `IgxColumnComponent`s.
4484
+ * Gets an array of unpinned columns.
4485
4485
  *
4486
4486
  * @example
4487
4487
  * ```typescript
@@ -4496,7 +4496,7 @@ class IgxGridBaseDirective {
4496
4496
  return this._unpinnedVisible;
4497
4497
  }
4498
4498
  /**
4499
- * Gets the `width` to be set on `IgxGridHeaderGroupComponent`.
4499
+ * Gets the `width` to be set on grid header group.
4500
4500
  */
4501
4501
  getHeaderGroupWidth(column) {
4502
4502
  return this.hasColumnLayouts
@@ -4504,7 +4504,7 @@ class IgxGridBaseDirective {
4504
4504
  : `${parseFloat(column.calcWidth)}px`;
4505
4505
  }
4506
4506
  /**
4507
- * Returns the `IgxColumnComponent` by field name.
4507
+ * Returns the column by field name.
4508
4508
  *
4509
4509
  * @example
4510
4510
  * ```typescript
@@ -4537,7 +4537,7 @@ class IgxGridBaseDirective {
4537
4537
  });
4538
4538
  }
4539
4539
  /**
4540
- * Returns an array of visible `IgxColumnComponent`s.
4540
+ * Returns an array of visible columns.
4541
4541
  *
4542
4542
  * @example
4543
4543
  * ```typescript
@@ -4684,7 +4684,7 @@ class IgxGridBaseDirective {
4684
4684
  this._columnsReordered(column);
4685
4685
  }
4686
4686
  /**
4687
- * Triggers change detection for the `IgxGridComponent`.
4687
+ * Triggers change detection for the grid.
4688
4688
  * Calling markForCheck also triggers the grid pipes explicitly, resulting in all updates being processed.
4689
4689
  * May degrade performance if used when not needed, or if misused:
4690
4690
  * ```typescript
@@ -4715,7 +4715,7 @@ class IgxGridBaseDirective {
4715
4715
  }
4716
4716
  /* csSuppress */
4717
4717
  /**
4718
- * Creates a new `IgxGridRowComponent` and adds the data record to the end of the data source.
4718
+ * Creates a new grid row and adds the data record to the end of the data source.
4719
4719
  *
4720
4720
  * @example
4721
4721
  * ```typescript
@@ -4733,7 +4733,7 @@ class IgxGridBaseDirective {
4733
4733
  }
4734
4734
  /* blazorCSSuppress */
4735
4735
  /**
4736
- * Removes the `IgxGridRowComponent` and the corresponding data record by primary key.
4736
+ * Removes the grid row and the corresponding data record by primary key.
4737
4737
  *
4738
4738
  * @remarks
4739
4739
  * Requires that the `primaryKey` property is set.
@@ -4781,7 +4781,7 @@ class IgxGridBaseDirective {
4781
4781
  }
4782
4782
  /* blazorCSSuppress */
4783
4783
  /**
4784
- * Updates the `IgxGridRowComponent` and the corresponding data record by primary key.
4784
+ * Updates the grid row and the corresponding data record by primary key.
4785
4785
  *
4786
4786
  * @remarks
4787
4787
  * Requires that the `primaryKey` property is set.
@@ -4819,7 +4819,7 @@ class IgxGridBaseDirective {
4819
4819
  }
4820
4820
  /* blazorCSSuppress */
4821
4821
  /**
4822
- * Updates the `IgxGridRowComponent`
4822
+ * Updates the grid row
4823
4823
  *
4824
4824
  * @remarks
4825
4825
  * The row is specified by
@@ -4871,10 +4871,10 @@ class IgxGridBaseDirective {
4871
4871
  return index < 0 ? {} : data[index];
4872
4872
  }
4873
4873
  /**
4874
- * Sort a single `IgxColumnComponent`.
4874
+ * Sort a single column.
4875
4875
  *
4876
4876
  * @remarks
4877
- * Sort the `IgxGridComponent`'s `IgxColumnComponent` based on the provided array of sorting expressions.
4877
+ * Sort the grid's column based on the provided array of sorting expressions.
4878
4878
  * @example
4879
4879
  * ```typescript
4880
4880
  * this.grid.sort({ fieldName: name, dir: SortingDirection.Asc, ignoreCase: false });
@@ -4912,7 +4912,7 @@ class IgxGridBaseDirective {
4912
4912
  requestAnimationFrame(() => this.sortingDone.emit(expression));
4913
4913
  }
4914
4914
  /**
4915
- * Filters a single `IgxColumnComponent`.
4915
+ * Filters a single column.
4916
4916
  *
4917
4917
  * @example
4918
4918
  * ```typescript
@@ -4929,7 +4929,7 @@ class IgxGridBaseDirective {
4929
4929
  this.filteringService.filter(name, value, conditionOrExpressionTree, ignoreCase);
4930
4930
  }
4931
4931
  /**
4932
- * Filters all the `IgxColumnComponent` in the `IgxGridComponent` with the same condition.
4932
+ * Filters all the column in the grid with the same condition.
4933
4933
  *
4934
4934
  * @example
4935
4935
  * ```typescript
@@ -4990,10 +4990,10 @@ class IgxGridBaseDirective {
4990
4990
  }
4991
4991
  }
4992
4992
  /**
4993
- * If name is provided, clears the filtering state of the corresponding `IgxColumnComponent`.
4993
+ * If name is provided, clears the filtering state of the corresponding column.
4994
4994
  *
4995
4995
  * @remarks
4996
- * Otherwise clears the filtering state of all `IgxColumnComponent`s.
4996
+ * Otherwise clears the filtering state of all columns.
4997
4997
  * @example
4998
4998
  * ```typescript
4999
4999
  * this.grid.clearFilter();
@@ -5004,10 +5004,10 @@ class IgxGridBaseDirective {
5004
5004
  this.filteringService.clearFilter(name);
5005
5005
  }
5006
5006
  /**
5007
- * If name is provided, clears the sorting state of the corresponding `IgxColumnComponent`.
5007
+ * If name is provided, clears the sorting state of the corresponding column.
5008
5008
  *
5009
5009
  * @remarks
5010
- * otherwise clears the sorting state of all `IgxColumnComponent`.
5010
+ * otherwise clears the sorting state of all column.
5011
5011
  * @example
5012
5012
  * ```typescript
5013
5013
  * this.grid.clearSort();
@@ -5917,7 +5917,7 @@ class IgxGridBaseDirective {
5917
5917
  *
5918
5918
  * @remarks
5919
5919
  * You can pass callback function as a third parameter of `getPreviousCell` method.
5920
- * The callback function accepts IgxColumnComponent as a param
5920
+ * The callback function accepts column as a param
5921
5921
  * @example
5922
5922
  * ```typescript
5923
5923
  * const nextEditableCellPosition = this.grid.getNextCell(0, 3, (column) => column.editable);
@@ -5953,7 +5953,7 @@ class IgxGridBaseDirective {
5953
5953
  *
5954
5954
  * @remarks
5955
5955
  * You can pass callback function as a third parameter of `getPreviousCell` method.
5956
- * The callback function accepts IgxColumnComponent as a param
5956
+ * The callback function accepts column as a param
5957
5957
  * @example
5958
5958
  * ```typescript
5959
5959
  * const previousEditableCellPosition = this.grid.getPreviousCell(0, 3, (column) => column.editable);
@@ -8358,7 +8358,7 @@ class IgxGridComponent extends IgxGridBaseDirective {
8358
8358
  * The `groupingDone` event would be raised only once if several columns get grouped at once by calling
8359
8359
  * the `groupBy()` or `clearGrouping()` API methods and passing an array as an argument.
8360
8360
  * The event arguments provide the `expressions`, `groupedColumns` and `ungroupedColumns` properties, which contain
8361
- * the `ISortingExpression` and the `IgxColumnComponent` related to the grouping/ungrouping operation.
8361
+ * the `ISortingExpression` and the column related to the grouping/ungrouping operation.
8362
8362
  * Please note that `groupedColumns` and `ungroupedColumns` show only the **newly** changed columns (affected by the **last**
8363
8363
  * grouping/ungrouping operation), not all columns which are currently grouped/ungrouped.
8364
8364
  * columns.
@@ -8621,7 +8621,7 @@ class IgxGridComponent extends IgxGridBaseDirective {
8621
8621
  /**
8622
8622
  * Gets/Sets the grouping strategy of the grid.
8623
8623
  *
8624
- * @remarks The default IgxGrouping extends from IgxSorting and a custom one can be used as a `sortStrategy` as well.
8624
+ * @remarks The default grouping extends from sorting and a custom one can be used as a `sortStrategy` as well.
8625
8625
  *
8626
8626
  * @example
8627
8627
  * ```html
@@ -8755,7 +8755,7 @@ class IgxGridComponent extends IgxGridBaseDirective {
8755
8755
  this.notifyChanges();
8756
8756
  }
8757
8757
  /**
8758
- * Groups by a new `IgxColumnComponent` based on the provided expression, or modifies an existing one.
8758
+ * Groups by a new column based on the provided expression, or modifies an existing one.
8759
8759
  *
8760
8760
  * @remarks
8761
8761
  * Also allows for multiple columns to be grouped at once if an array of `ISortingExpression` is passed.
@@ -8899,7 +8899,7 @@ class IgxGridComponent extends IgxGridBaseDirective {
8899
8899
  return this._columns.some((col) => col.groupable && !col.columnGroup);
8900
8900
  }
8901
8901
  /**
8902
- * Returns whether the `IgxGridComponent` has group area.
8902
+ * Returns whether the grid has group area.
8903
8903
  *
8904
8904
  * @example
8905
8905
  * ```typescript
@@ -9110,7 +9110,7 @@ class IgxGridComponent extends IgxGridBaseDirective {
9110
9110
  }
9111
9111
  }
9112
9112
  /**
9113
- * Returns the `IgxGridRow` by index.
9113
+ * Returns the grid row by index.
9114
9114
  *
9115
9115
  * @example
9116
9116
  * ```typescript
@@ -9137,7 +9137,7 @@ class IgxGridComponent extends IgxGridBaseDirective {
9137
9137
  return row;
9138
9138
  }
9139
9139
  /**
9140
- * Returns `IgxGridRow` object by the specified primary key.
9140
+ * Returns grid row object by the specified primary key.
9141
9141
  *
9142
9142
  * @remarks
9143
9143
  * Requires that the `primaryKey` property is set.
@@ -9168,7 +9168,7 @@ class IgxGridComponent extends IgxGridBaseDirective {
9168
9168
  });
9169
9169
  }
9170
9170
  /**
9171
- * Returns the collection of `IgxGridRow`s for current page.
9171
+ * Returns the collection of grid rows for current page.
9172
9172
  *
9173
9173
  * @hidden @internal
9174
9174
  */
@@ -9176,7 +9176,7 @@ class IgxGridComponent extends IgxGridBaseDirective {
9176
9176
  return this.allRows().filter(row => row instanceof IgxGridRow);
9177
9177
  }
9178
9178
  /**
9179
- * Returns an array of the selected `IgxGridCell`s.
9179
+ * Returns an array of the selected grid cells.
9180
9180
  *
9181
9181
  * @example
9182
9182
  * ```typescript