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
@@ -131,7 +131,7 @@ declare abstract class IgxExporterOptionsBase {
131
131
  */
132
132
  ignoreFiltering: boolean;
133
133
  /**
134
- * Specifies if the exporter should ignore the current column order in the IgxGrid.
134
+ * Specifies if the exporter should ignore the current column order in the grid.
135
135
  * ```typescript
136
136
  * let ignoreColumnsOrder = this.exportOptions.ignoreColumnsOrder;
137
137
  * this.exportOptions.ignoreColumnsOrder = true;
@@ -141,7 +141,7 @@ declare abstract class IgxExporterOptionsBase {
141
141
  */
142
142
  ignoreColumnsOrder: boolean;
143
143
  /**
144
- * Specifies whether the exported data should be sorted as in the provided IgxGrid.
144
+ * Specifies whether the exported data should be sorted as in the provided grid.
145
145
  * When you export grouped data, setting ignoreSorting to true will cause
146
146
  * the grouping to fail because it relies on the sorting of the records.
147
147
  * ```typescript
@@ -153,7 +153,7 @@ declare abstract class IgxExporterOptionsBase {
153
153
  */
154
154
  ignoreSorting: boolean;
155
155
  /**
156
- * Specifies whether the exported data should be grouped as in the provided IgxGrid.
156
+ * Specifies whether the exported data should be grouped as in the provided grid.
157
157
  * ```typescript
158
158
  * let ignoreGrouping = this.exportOptions.ignoreGrouping;
159
159
  * this.exportOptions.ignoreGrouping = true;
@@ -163,7 +163,7 @@ declare abstract class IgxExporterOptionsBase {
163
163
  */
164
164
  ignoreGrouping: boolean;
165
165
  /**
166
- * Specifies whether the exported data should include multi column headers as in the provided IgxGrid.
166
+ * Specifies whether the exported data should include multi column headers as in the provided grid.
167
167
  * ```typescript
168
168
  * let ignoreMultiColumnHeaders = this.exportOptions.ignoreMultiColumnHeaders;
169
169
  * this.exportOptions.ignoreMultiColumnHeaders = true;
@@ -379,7 +379,7 @@ declare abstract class IgxBaseExporter {
379
379
  private ownerGrid;
380
380
  private i18nFormatter;
381
381
  /**
382
- * Method for exporting IgxGrid component's data.
382
+ * Method for exporting grid component's data.
383
383
  * ```typescript
384
384
  * this.exporterService.export(this.igxGridForExport, this.exportOptions);
385
385
  * ```
@@ -682,14 +682,14 @@ interface IGridToolbarExportEventArgs extends IBaseEventArgs {
682
682
  grid: GridType;
683
683
  /**
684
684
  * The `exporter` is a base service.
685
- * The type (an abstract class `IgxBaseExporter`) has it's own properties and methods
685
+ * The type (an abstract class base exporter) has it's own properties and methods
686
686
  * It is used to define the format and options of the export, the exported element
687
687
  * and methods for preparing the data from the elements for exporting
688
688
  */
689
689
  exporter: IgxBaseExporter;
690
690
  /**
691
691
  * Represents the different settings, that can be given to an export
692
- * The type (an abstract class `IgxExporterOptionsBase`) has properties for column settings
692
+ * The type (an abstract class exporter options base) has properties for column settings
693
693
  * (whether they should be ignored) as well as method for generating a file name
694
694
  */
695
695
  options: IgxExporterOptionsBase;
@@ -845,7 +845,7 @@ interface IGridScrollEventArgs extends IBaseEventArgs {
845
845
  }
846
846
  /**
847
847
  * Event emitted when a checkbox in the checkbox
848
- * list of an IgxColumnActions component is clicked.
848
+ * list of an column actions component is clicked.
849
849
  */
850
850
  interface IColumnToggledEventArgs extends IBaseEventArgs {
851
851
  /** The column that is toggled. */
@@ -1338,7 +1338,7 @@ interface IPivotAggregator {
1338
1338
  aggregatorName?: PivotAggregationType;
1339
1339
  /**
1340
1340
  * Aggregator function can be a custom implementation of `PivotAggregation`, or
1341
- * use predefined ones from `IgxPivotAggregate` and its variants.
1341
+ * use predefined ones from pivot aggregate and its variants.
1342
1342
  */
1343
1343
  aggregator?: PivotAggregation;
1344
1344
  }
@@ -1415,7 +1415,7 @@ interface IPivotValue {
1415
1415
  aggregateList?: IPivotAggregator[];
1416
1416
  /** Enables/Disables a particular value from pivot aggregation. */
1417
1417
  enabled: boolean;
1418
- /** Allow conditionally styling of the IgxPivotGrid cells. */
1418
+ /** Allow conditionally styling of the pivot grid cells. */
1419
1419
  styles?: any;
1420
1420
  /** Enables a data type specific template of the cells */
1421
1421
  dataType?: GridColumnDataType;
@@ -2666,7 +2666,7 @@ declare abstract class IgxColumnActionsBaseDirective {
2666
2666
  }
2667
2667
 
2668
2668
  /**
2669
- * Providing reference to `IgxColumnActionsComponent`:
2669
+ * Providing reference to column actions:
2670
2670
  * ```typescript
2671
2671
  * @ViewChild('columnActions', { read: IgxColumnActionsComponent })
2672
2672
  * public columnActions: IgxColumnActionsComponent;
@@ -2848,7 +2848,7 @@ declare class IgxColumnActionsComponent implements DoCheck {
2848
2848
  * Gets the text of the button that unchecks all columns.
2849
2849
  *
2850
2850
  * @remarks
2851
- * If unset it is obtained from the IgxColumnActionsBased derived directive applied.
2851
+ * If unset it is obtained from the column actions based derived directive applied.
2852
2852
  * @example
2853
2853
  * ```typescript
2854
2854
  * let uncheckAllText = this.columnActions.uncheckAllText;
@@ -2868,7 +2868,7 @@ declare class IgxColumnActionsComponent implements DoCheck {
2868
2868
  * Gets the text of the button that checks all columns.
2869
2869
  *
2870
2870
  * @remarks
2871
- * If unset it is obtained from the IgxColumnActionsBased derived directive applied.
2871
+ * If unset it is obtained from the column actions based derived directive applied.
2872
2872
  * @example
2873
2873
  * ```typescript
2874
2874
  * let uncheckAllText = this.columnActions.uncheckAllText;
@@ -2879,7 +2879,7 @@ declare class IgxColumnActionsComponent implements DoCheck {
2879
2879
  * Sets the text of the button that checks all columns.
2880
2880
  *
2881
2881
  * @remarks
2882
- * If unset it is obtained from the IgxColumnActionsBased derived directive applied.
2882
+ * If unset it is obtained from the column actions based derived directive applied.
2883
2883
  * @example
2884
2884
  * ```html
2885
2885
  * <igx-column-actions [checkAllText]="'Hide All'"></igx-column-actions>
@@ -3312,7 +3312,7 @@ declare class IgxFilteringService implements OnDestroy {
3312
3312
  clearFilter(field: string): void;
3313
3313
  clear_filter(fieldName: string): void;
3314
3314
  /**
3315
- * Filters all the `IgxColumnComponent` in the `IgxGridComponent` with the same condition.
3315
+ * Filters all the column in the grid with the same condition.
3316
3316
  * @deprecated in version 19.0.0.
3317
3317
  */
3318
3318
  filterGlobal(value: any, condition: any, ignoreCase?: any): void;
@@ -3605,7 +3605,7 @@ declare class IgxSummaryOperand {
3605
3605
  */
3606
3606
  static count(data: any[]): number;
3607
3607
  /**
3608
- * Executes the static `count` method and returns `IgxSummaryResult[]`.
3608
+ * Executes the static `count` method and returns summary result[]`.
3609
3609
  * ```typescript
3610
3610
  * interface IgxSummaryResult {
3611
3611
  * key: string;
@@ -3678,7 +3678,7 @@ declare class IgxNumberSummaryOperand extends IgxSummaryOperand {
3678
3678
  */
3679
3679
  static average(data: any[]): number;
3680
3680
  /**
3681
- * Executes the static methods and returns `IgxSummaryResult[]`.
3681
+ * Executes the static methods and returns summary result[]`.
3682
3682
  * ```typescript
3683
3683
  * interface IgxSummaryResult {
3684
3684
  * key: string;
@@ -3736,7 +3736,7 @@ declare class IgxDateSummaryOperand extends IgxSummaryOperand {
3736
3736
  */
3737
3737
  static earliest(data: any[]): any;
3738
3738
  /**
3739
- * Executes the static methods and returns `IgxSummaryResult[]`.
3739
+ * Executes the static methods and returns summary result[]`.
3740
3740
  * ```typescript
3741
3741
  * interface IgxSummaryResult {
3742
3742
  * key: string;
@@ -6155,6 +6155,8 @@ declare class IgxExcelStyleSearchComponent implements AfterViewInit, OnDestroy {
6155
6155
  private onActionKeyDown;
6156
6156
  private navigateItem;
6157
6157
  private isIndexOutOfBounds;
6158
+ private isTreeGridWithGroupBy;
6159
+ private isRemote;
6158
6160
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxExcelStyleSearchComponent, never>;
6159
6161
  static ɵcmp: i0.ɵɵComponentDeclaration<IgxExcelStyleSearchComponent, "igx-excel-style-search", never, { "id": { "alias": "id"; "required": false; }; }, {}, never, never, true, never>;
6160
6162
  }
@@ -7916,15 +7918,15 @@ declare class IgxGridStateBaseDirective {
7916
7918
  private applyFeatures;
7917
7919
  /**
7918
7920
  * This method restores complex objects in the pivot dimensions
7919
- * Like the IgxPivotDateDimension and filters.
7921
+ * Like the pivot date dimension and filters.
7920
7922
  */
7921
7923
  private restoreDimensions;
7922
7924
  /**
7923
- * This method restores the IgxPivotDateDimension with its default functions and resource strings.
7925
+ * This method restores the pivot date dimension with its default functions and resource strings.
7924
7926
  */
7925
7927
  private restoreDateDimension;
7926
7928
  /**
7927
- * Returns if this is a IgxPivotDateDimension.
7929
+ * Returns if this is a pivot date dimension.
7928
7930
  */
7929
7931
  private isDateDimension;
7930
7932
  /**
@@ -8801,7 +8803,7 @@ declare abstract class BaseRow implements RowType {
8801
8803
  */
8802
8804
  get deleted(): boolean;
8803
8805
  /**
8804
- * Returns if the row has child rows. Always return false for IgxGridRow.
8806
+ * Returns if the row has child rows. Always return false for grid row.
8805
8807
  */
8806
8808
  get hasChildren(): boolean;
8807
8809
  /**
@@ -8899,7 +8901,7 @@ declare class IgxTreeGridRow extends BaseRow implements RowType {
8899
8901
  */
8900
8902
  get parent(): RowType;
8901
8903
  /**
8902
- * Returns true if child rows exist. Always return false for IgxGridRow.
8904
+ * Returns true if child rows exist. Always return false for grid row.
8903
8905
  */
8904
8906
  get hasChildren(): boolean;
8905
8907
  /**
@@ -8976,7 +8978,7 @@ declare class IgxGroupByRow implements RowType {
8976
8978
  */
8977
8979
  grid: GridType;
8978
8980
  /**
8979
- * Returns always true, because this is in instance of an IgxGroupByRow.
8981
+ * Returns always true, because this is in instance of an group by row.
8980
8982
  */
8981
8983
  isGroupByRow: boolean;
8982
8984
  /**
@@ -9040,7 +9042,7 @@ declare class IgxSummaryRow implements RowType {
9040
9042
  */
9041
9043
  grid: GridType;
9042
9044
  /**
9043
- * Returns always true, because this is in instance of an IgxGroupByRow.
9045
+ * Returns always true, because this is in instance of an group by row.
9044
9046
  */
9045
9047
  isSummaryRow: boolean;
9046
9048
  /**
@@ -9826,7 +9828,7 @@ declare class RowEditPositionStrategy extends ConnectedPositioningStrategy {
9826
9828
  }
9827
9829
 
9828
9830
  /**
9829
- * Providing reference to `IgxGridCellComponent`:
9831
+ * Providing reference to grid cell:
9830
9832
  * ```typescript
9831
9833
  * @ViewChild('grid', { read: IgxGridComponent })
9832
9834
  * public grid: IgxGridComponent;
@@ -10828,7 +10830,7 @@ interface ICsvExportEndedEventArgs extends IBaseEventArgs {
10828
10830
  * [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/exporter-csv)
10829
10831
  *
10830
10832
  * The Ignite UI for Angular CSV Exporter service can export data in a Character Separated Values format from
10831
- * both raw data (array) or from an `IgxGrid`.
10833
+ * both raw data (array) or from an grid.
10832
10834
  *
10833
10835
  * Example:
10834
10836
  * ```typescript
@@ -10897,7 +10899,7 @@ interface IExcelExportEndedEventArgs extends IBaseEventArgs {
10897
10899
  * [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/exporter_excel.html)
10898
10900
  *
10899
10901
  * The Ignite UI for Angular Excel Exporter service can export data in Microsoft® Excel® format from both raw data
10900
- * (array) or from an `IgxGrid`.
10902
+ * (array) or from an grid.
10901
10903
  *
10902
10904
  * Example:
10903
10905
  * ```typescript
@@ -10940,7 +10942,7 @@ interface IPdfExportEndedEventArgs extends IBaseEventArgs {
10940
10942
  * [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/exporter_pdf.html)
10941
10943
  *
10942
10944
  * The Ignite UI for Angular PDF Exporter service can export data in PDF format from both raw data
10943
- * (array) or from an `IgxGrid`.
10945
+ * (array) or from an grid.
10944
10946
  *
10945
10947
  * Example:
10946
10948
  * ```typescript
@@ -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.
@@ -538,7 +538,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
538
538
  * Emitted when a row is added.
539
539
  *
540
540
  * @remarks
541
- * Returns the data for the new `IgxGridRowComponent` object.
541
+ * Returns the data for the new grid row object.
542
542
  * @example
543
543
  * ```html
544
544
  * <igx-grid #grid [data]="localData" (rowAdded)="rowAdded($event)" [height]="'305px'" [autoGenerate]="true"></igx-grid>
@@ -584,7 +584,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
584
584
  * Emitted after column is resized.
585
585
  *
586
586
  * @remarks
587
- * Returns the `IgxColumnComponent` object's old and new width.
587
+ * Returns the column object's old and new width.
588
588
  * @example
589
589
  * ```html
590
590
  * <igx-grid #grid [data]="localData" (columnResized)="resizing($event)" [autoGenerate]="true"></igx-grid>
@@ -595,7 +595,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
595
595
  * Emitted when a cell or row is right clicked.
596
596
  *
597
597
  * @remarks
598
- * 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.
599
599
  * ```html
600
600
  * <igx-grid #grid [data]="localData" (contextMenu)="contextMenu($event)" [autoGenerate]="true"></igx-grid>
601
601
  * ```
@@ -605,7 +605,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
605
605
  * Emitted when a cell is double clicked.
606
606
  *
607
607
  * @remarks
608
- * Returns the `IgxGridCell` object.
608
+ * Returns the grid cell object.
609
609
  * @example
610
610
  * ```html
611
611
  * <igx-grid #grid [data]="localData" (doubleClick)="dblClick($event)" [autoGenerate]="true"></igx-grid>
@@ -638,7 +638,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
638
638
  * Emitted when column moving starts.
639
639
  *
640
640
  * @remarks
641
- * Returns the moved `IgxColumnComponent` object.
641
+ * Returns the moved column object.
642
642
  * @example
643
643
  * ```html
644
644
  * <igx-grid (columnMovingStart)="movingStart($event)"></igx-grid>
@@ -649,7 +649,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
649
649
  * Emitted during the column moving operation.
650
650
  *
651
651
  * @remarks
652
- * Returns the source and target `IgxColumnComponent` objects. This event is cancelable.
652
+ * Returns the source and target column objects. This event is cancelable.
653
653
  * @example
654
654
  * ```html
655
655
  * <igx-grid (columnMoving)="moving($event)"></igx-grid>
@@ -660,7 +660,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
660
660
  * Emitted when column moving ends.
661
661
  *
662
662
  * @remarks
663
- * Returns the source and target `IgxColumnComponent` objects.
663
+ * Returns the source and target column objects.
664
664
  * @example
665
665
  * ```html
666
666
  * <igx-grid (columnMovingEnd)="movingEnds($event)"></igx-grid>
@@ -1249,7 +1249,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
1249
1249
  set resourceStrings(value: IGridResourceStrings);
1250
1250
  get resourceStrings(): IGridResourceStrings;
1251
1251
  /**
1252
- * Gets/Sets the filtering logic of the `IgxGridComponent`.
1252
+ * Gets/Sets the filtering logic of the grid.
1253
1253
  *
1254
1254
  * @remarks
1255
1255
  * The default is AND.
@@ -1586,7 +1586,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
1586
1586
  */
1587
1587
  get summariesRowList(): QueryList<any>;
1588
1588
  /**
1589
- * A list of `IgxGridRowComponent`.
1589
+ * A list of grid row.
1590
1590
  *
1591
1591
  * @example
1592
1592
  * ```typescript
@@ -1595,7 +1595,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
1595
1595
  */
1596
1596
  get rowList(): QueryList<IgxRowDirective>;
1597
1597
  /**
1598
- * A list of currently rendered `IgxGridRowComponent`'s.
1598
+ * A list of currently rendered grid row's.
1599
1599
  *
1600
1600
  * @example
1601
1601
  * ```typescript
@@ -1759,7 +1759,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
1759
1759
  *
1760
1760
  * @remarks
1761
1761
  * By default the row selection mode is 'none'
1762
- * Note that in IgxGrid and IgxHierarchicalGrid 'multipleCascade' behaves like 'multiple'
1762
+ * Note that in grid and hierarchical grid 'multipleCascade' behaves like 'multiple'
1763
1763
  */
1764
1764
  get rowSelection(): GridSelectionMode;
1765
1765
  set rowSelection(selectionMode: GridSelectionMode);
@@ -2495,7 +2495,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2495
2495
  */
2496
2496
  get summariesMargin(): number;
2497
2497
  /**
2498
- * Gets an array of `IgxColumnComponent`s.
2498
+ * Gets an array of columns.
2499
2499
  *
2500
2500
  * @example
2501
2501
  * ```typescript
@@ -2504,7 +2504,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2504
2504
  */
2505
2505
  get columns(): IgxColumnComponent[];
2506
2506
  /**
2507
- * Gets an array of the pinned `IgxColumnComponent`s.
2507
+ * Gets an array of the pinned columns.
2508
2508
  *
2509
2509
  * @example
2510
2510
  * ```typescript
@@ -2513,7 +2513,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2513
2513
  */
2514
2514
  get pinnedColumns(): IgxColumnComponent[];
2515
2515
  /**
2516
- * Gets an array of the pinned to the left `IgxColumnComponent`s.
2516
+ * Gets an array of the pinned to the left columns.
2517
2517
  *
2518
2518
  * @example
2519
2519
  * ```typescript
@@ -2522,7 +2522,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2522
2522
  */
2523
2523
  get pinnedStartColumns(): IgxColumnComponent[];
2524
2524
  /**
2525
- * Gets an array of the pinned to the right `IgxColumnComponent`s.
2525
+ * Gets an array of the pinned to the right columns.
2526
2526
  *
2527
2527
  * @example
2528
2528
  * ```typescript
@@ -2531,7 +2531,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2531
2531
  */
2532
2532
  get pinnedEndColumns(): IgxColumnComponent[];
2533
2533
  /**
2534
- * Gets an array of the pinned `IgxRowComponent`s.
2534
+ * Gets an array of the pinned rows.
2535
2535
  *
2536
2536
  * @example
2537
2537
  * ```typescript
@@ -2540,7 +2540,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2540
2540
  */
2541
2541
  get pinnedRows(): IgxGridRowComponent[];
2542
2542
  /**
2543
- * Gets an array of unpinned `IgxColumnComponent`s.
2543
+ * Gets an array of unpinned columns.
2544
2544
  *
2545
2545
  * @example
2546
2546
  * ```typescript
@@ -2549,11 +2549,11 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2549
2549
  */
2550
2550
  get unpinnedColumns(): IgxColumnComponent[];
2551
2551
  /**
2552
- * Gets the `width` to be set on `IgxGridHeaderGroupComponent`.
2552
+ * Gets the `width` to be set on grid header group.
2553
2553
  */
2554
2554
  getHeaderGroupWidth(column: IgxColumnComponent): string;
2555
2555
  /**
2556
- * Returns the `IgxColumnComponent` by field name.
2556
+ * Returns the column by field name.
2557
2557
  *
2558
2558
  * @example
2559
2559
  * ```typescript
@@ -2573,7 +2573,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2573
2573
  */
2574
2574
  recalculateAutoSizes(): void;
2575
2575
  /**
2576
- * Returns an array of visible `IgxColumnComponent`s.
2576
+ * Returns an array of visible columns.
2577
2577
  *
2578
2578
  * @example
2579
2579
  * ```typescript
@@ -2630,7 +2630,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2630
2630
  */
2631
2631
  moveColumn(column: IgxColumnComponent, target: IgxColumnComponent, pos?: DropPosition): void;
2632
2632
  /**
2633
- * Triggers change detection for the `IgxGridComponent`.
2633
+ * Triggers change detection for the grid.
2634
2634
  * Calling markForCheck also triggers the grid pipes explicitly, resulting in all updates being processed.
2635
2635
  * May degrade performance if used when not needed, or if misused:
2636
2636
  * ```typescript
@@ -2657,7 +2657,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2657
2657
  */
2658
2658
  markForCheck(): void;
2659
2659
  /**
2660
- * 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.
2661
2661
  *
2662
2662
  * @example
2663
2663
  * ```typescript
@@ -2667,7 +2667,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2667
2667
  */
2668
2668
  addRow(data: any): void;
2669
2669
  /**
2670
- * Removes the `IgxGridRowComponent` and the corresponding data record by primary key.
2670
+ * Removes the grid row and the corresponding data record by primary key.
2671
2671
  *
2672
2672
  * @remarks
2673
2673
  * Requires that the `primaryKey` property is set.
@@ -2682,7 +2682,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2682
2682
  /** @hidden */
2683
2683
  deleteRowById(rowId: any): any;
2684
2684
  /**
2685
- * Updates the `IgxGridRowComponent` and the corresponding data record by primary key.
2685
+ * Updates the grid row and the corresponding data record by primary key.
2686
2686
  *
2687
2687
  * @remarks
2688
2688
  * Requires that the `primaryKey` property is set.
@@ -2696,7 +2696,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2696
2696
  */
2697
2697
  updateCell(value: any, rowSelector: any, column: string): void;
2698
2698
  /**
2699
- * Updates the `IgxGridRowComponent`
2699
+ * Updates the grid row
2700
2700
  *
2701
2701
  * @remarks
2702
2702
  * The row is specified by
@@ -2725,10 +2725,10 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2725
2725
  */
2726
2726
  getRowData(rowSelector: any): any;
2727
2727
  /**
2728
- * Sort a single `IgxColumnComponent`.
2728
+ * Sort a single column.
2729
2729
  *
2730
2730
  * @remarks
2731
- * 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.
2732
2732
  * @example
2733
2733
  * ```typescript
2734
2734
  * this.grid.sort({ fieldName: name, dir: SortingDirection.Asc, ignoreCase: false });
@@ -2736,7 +2736,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2736
2736
  */
2737
2737
  sort(expression: ISortingExpression | Array<ISortingExpression>): void;
2738
2738
  /**
2739
- * Filters a single `IgxColumnComponent`.
2739
+ * Filters a single column.
2740
2740
  *
2741
2741
  * @example
2742
2742
  * ```typescript
@@ -2751,7 +2751,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2751
2751
  */
2752
2752
  filter(name: string, value: any, conditionOrExpressionTree?: IFilteringOperation | IFilteringExpressionsTree, ignoreCase?: boolean): void;
2753
2753
  /**
2754
- * Filters all the `IgxColumnComponent` in the `IgxGridComponent` with the same condition.
2754
+ * Filters all the column in the grid with the same condition.
2755
2755
  *
2756
2756
  * @example
2757
2757
  * ```typescript
@@ -2796,10 +2796,10 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2796
2796
  */
2797
2797
  disableSummaries(...rest: any[]): void;
2798
2798
  /**
2799
- * 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.
2800
2800
  *
2801
2801
  * @remarks
2802
- * Otherwise clears the filtering state of all `IgxColumnComponent`s.
2802
+ * Otherwise clears the filtering state of all columns.
2803
2803
  * @example
2804
2804
  * ```typescript
2805
2805
  * this.grid.clearFilter();
@@ -2808,10 +2808,10 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
2808
2808
  */
2809
2809
  clearFilter(name?: string): void;
2810
2810
  /**
2811
- * 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.
2812
2812
  *
2813
2813
  * @remarks
2814
- * otherwise clears the sorting state of all `IgxColumnComponent`.
2814
+ * otherwise clears the sorting state of all column.
2815
2815
  * @example
2816
2816
  * ```typescript
2817
2817
  * this.grid.clearSort();
@@ -3251,7 +3251,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
3251
3251
  *
3252
3252
  * @remarks
3253
3253
  * You can pass callback function as a third parameter of `getPreviousCell` method.
3254
- * The callback function accepts IgxColumnComponent as a param
3254
+ * The callback function accepts column as a param
3255
3255
  * @example
3256
3256
  * ```typescript
3257
3257
  * const nextEditableCellPosition = this.grid.getNextCell(0, 3, (column) => column.editable);
@@ -3264,7 +3264,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
3264
3264
  *
3265
3265
  * @remarks
3266
3266
  * You can pass callback function as a third parameter of `getPreviousCell` method.
3267
- * The callback function accepts IgxColumnComponent as a param
3267
+ * The callback function accepts column as a param
3268
3268
  * @example
3269
3269
  * ```typescript
3270
3270
  * const previousEditableCellPosition = this.grid.getPreviousCell(0, 3, (column) => column.editable);
@@ -3703,7 +3703,7 @@ declare class IgxGridComponent extends IgxGridBaseDirective implements GridType,
3703
3703
  * The `groupingDone` event would be raised only once if several columns get grouped at once by calling
3704
3704
  * the `groupBy()` or `clearGrouping()` API methods and passing an array as an argument.
3705
3705
  * The event arguments provide the `expressions`, `groupedColumns` and `ungroupedColumns` properties, which contain
3706
- * the `ISortingExpression` and the `IgxColumnComponent` related to the grouping/ungrouping operation.
3706
+ * the `ISortingExpression` and the column related to the grouping/ungrouping operation.
3707
3707
  * Please note that `groupedColumns` and `ungroupedColumns` show only the **newly** changed columns (affected by the **last**
3708
3708
  * grouping/ungrouping operation), not all columns which are currently grouped/ungrouped.
3709
3709
  * columns.
@@ -3932,7 +3932,7 @@ declare class IgxGridComponent extends IgxGridBaseDirective implements GridType,
3932
3932
  /**
3933
3933
  * Gets/Sets the grouping strategy of the grid.
3934
3934
  *
3935
- * @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.
3936
3936
  *
3937
3937
  * @example
3938
3938
  * ```html
@@ -4015,7 +4015,7 @@ declare class IgxGridComponent extends IgxGridBaseDirective implements GridType,
4015
4015
  /** @hidden @internal */
4016
4016
  trackChanges: (index: any, rec: any) => any;
4017
4017
  /**
4018
- * 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.
4019
4019
  *
4020
4020
  * @remarks
4021
4021
  * Also allows for multiple columns to be grouped at once if an array of `ISortingExpression` is passed.
@@ -4117,7 +4117,7 @@ declare class IgxGridComponent extends IgxGridBaseDirective implements GridType,
4117
4117
  /** @hidden @internal */
4118
4118
  get hasGroupableColumns(): boolean;
4119
4119
  /**
4120
- * Returns whether the `IgxGridComponent` has group area.
4120
+ * Returns whether the grid has group area.
4121
4121
  *
4122
4122
  * @example
4123
4123
  * ```typescript
@@ -4181,7 +4181,7 @@ declare class IgxGridComponent extends IgxGridBaseDirective implements GridType,
4181
4181
  */
4182
4182
  getSelectedData(formatters?: boolean, headers?: boolean): any[];
4183
4183
  /**
4184
- * Returns the `IgxGridRow` by index.
4184
+ * Returns the grid row by index.
4185
4185
  *
4186
4186
  * @example
4187
4187
  * ```typescript
@@ -4191,7 +4191,7 @@ declare class IgxGridComponent extends IgxGridBaseDirective implements GridType,
4191
4191
  */
4192
4192
  getRowByIndex(index: number): RowType;
4193
4193
  /**
4194
- * Returns `IgxGridRow` object by the specified primary key.
4194
+ * Returns grid row object by the specified primary key.
4195
4195
  *
4196
4196
  * @remarks
4197
4197
  * Requires that the `primaryKey` property is set.
@@ -4207,13 +4207,13 @@ declare class IgxGridComponent extends IgxGridBaseDirective implements GridType,
4207
4207
  */
4208
4208
  allRows(): RowType[];
4209
4209
  /**
4210
- * Returns the collection of `IgxGridRow`s for current page.
4210
+ * Returns the collection of grid rows for current page.
4211
4211
  *
4212
4212
  * @hidden @internal
4213
4213
  */
4214
4214
  dataRows(): RowType[];
4215
4215
  /**
4216
- * Returns an array of the selected `IgxGridCell`s.
4216
+ * Returns an array of the selected grid cells.
4217
4217
  *
4218
4218
  * @example
4219
4219
  * ```typescript