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
@@ -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.
@@ -2824,11 +2824,6 @@ class IgxGridBaseDirective {
2824
2824
  * ```
2825
2825
  */
2826
2826
  this.columnInit = new EventEmitter();
2827
- /* blazorInclude */
2828
- /**
2829
- * @hidden @internal
2830
- */
2831
- this.columnsAutogenerated = new EventEmitter();
2832
2827
  /**
2833
2828
  * Emitted before sorting expressions are applied.
2834
2829
  *
@@ -2878,7 +2873,7 @@ class IgxGridBaseDirective {
2878
2873
  * Emitted when a row is added.
2879
2874
  *
2880
2875
  * @remarks
2881
- * Returns the data for the new `IgxGridRowComponent` object.
2876
+ * Returns the data for the new grid row object.
2882
2877
  * @example
2883
2878
  * ```html
2884
2879
  * <igx-grid #grid [data]="localData" (rowAdded)="rowAdded($event)" [height]="'305px'" [autoGenerate]="true"></igx-grid>
@@ -2925,7 +2920,7 @@ class IgxGridBaseDirective {
2925
2920
  * Emitted after column is resized.
2926
2921
  *
2927
2922
  * @remarks
2928
- * Returns the `IgxColumnComponent` object's old and new width.
2923
+ * Returns the column object's old and new width.
2929
2924
  * @example
2930
2925
  * ```html
2931
2926
  * <igx-grid #grid [data]="localData" (columnResized)="resizing($event)" [autoGenerate]="true"></igx-grid>
@@ -2936,7 +2931,7 @@ class IgxGridBaseDirective {
2936
2931
  * Emitted when a cell or row is right clicked.
2937
2932
  *
2938
2933
  * @remarks
2939
- * 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.
2940
2935
  * ```html
2941
2936
  * <igx-grid #grid [data]="localData" (contextMenu)="contextMenu($event)" [autoGenerate]="true"></igx-grid>
2942
2937
  * ```
@@ -2946,7 +2941,7 @@ class IgxGridBaseDirective {
2946
2941
  * Emitted when a cell is double clicked.
2947
2942
  *
2948
2943
  * @remarks
2949
- * Returns the `IgxGridCell` object.
2944
+ * Returns the grid cell object.
2950
2945
  * @example
2951
2946
  * ```html
2952
2947
  * <igx-grid #grid [data]="localData" (doubleClick)="dblClick($event)" [autoGenerate]="true"></igx-grid>
@@ -2979,7 +2974,7 @@ class IgxGridBaseDirective {
2979
2974
  * Emitted when column moving starts.
2980
2975
  *
2981
2976
  * @remarks
2982
- * Returns the moved `IgxColumnComponent` object.
2977
+ * Returns the moved column object.
2983
2978
  * @example
2984
2979
  * ```html
2985
2980
  * <igx-grid (columnMovingStart)="movingStart($event)"></igx-grid>
@@ -2990,7 +2985,7 @@ class IgxGridBaseDirective {
2990
2985
  * Emitted during the column moving operation.
2991
2986
  *
2992
2987
  * @remarks
2993
- * Returns the source and target `IgxColumnComponent` objects. This event is cancelable.
2988
+ * Returns the source and target column objects. This event is cancelable.
2994
2989
  * @example
2995
2990
  * ```html
2996
2991
  * <igx-grid (columnMoving)="moving($event)"></igx-grid>
@@ -3001,7 +2996,7 @@ class IgxGridBaseDirective {
3001
2996
  * Emitted when column moving ends.
3002
2997
  *
3003
2998
  * @remarks
3004
- * Returns the source and target `IgxColumnComponent` objects.
2999
+ * Returns the source and target column objects.
3005
3000
  * @example
3006
3001
  * ```html
3007
3002
  * <igx-grid (columnMovingEnd)="movingEnds($event)"></igx-grid>
@@ -3061,12 +3056,6 @@ class IgxGridBaseDirective {
3061
3056
  * ```
3062
3057
  */
3063
3058
  this.selectedRowsChange = new EventEmitter();
3064
- /* blazorInclude */
3065
- /** @hidden @internal */
3066
- /**
3067
- * Emitted when content children are resolved and collections in grid are updated.
3068
- */
3069
- this.childrenResolved = new EventEmitter();
3070
3059
  /**
3071
3060
  * Emitted when the expanded state of a row gets changed.
3072
3061
  *
@@ -3476,9 +3465,6 @@ class IgxGridBaseDirective {
3476
3465
  this._transactions = this.transactionFactory.create("None" /* TRANSACTION_TYPE.None */);
3477
3466
  this._transactions.cloneStrategy = this.dataCloneStrategy;
3478
3467
  this.cdr.detach();
3479
- this.selectionService.selectedRowsChange.pipe(takeUntil(this.destroy$)).subscribe((args) => {
3480
- this.selectedRowsChange.emit(args);
3481
- });
3482
3468
  IgcTrialWatermark.register();
3483
3469
  }
3484
3470
  /**
@@ -4435,7 +4421,7 @@ class IgxGridBaseDirective {
4435
4421
  return this.featureColumnsWidth();
4436
4422
  }
4437
4423
  /**
4438
- * Gets an array of `IgxColumnComponent`s.
4424
+ * Gets an array of columns.
4439
4425
  *
4440
4426
  * @example
4441
4427
  * ```typescript
@@ -4446,7 +4432,7 @@ class IgxGridBaseDirective {
4446
4432
  return this._columns || [];
4447
4433
  }
4448
4434
  /**
4449
- * Gets an array of the pinned `IgxColumnComponent`s.
4435
+ * Gets an array of the pinned columns.
4450
4436
  *
4451
4437
  * @example
4452
4438
  * ```typescript
@@ -4461,7 +4447,7 @@ class IgxGridBaseDirective {
4461
4447
  return this._pinnedVisible;
4462
4448
  }
4463
4449
  /**
4464
- * Gets an array of the pinned to the left `IgxColumnComponent`s.
4450
+ * Gets an array of the pinned to the left columns.
4465
4451
  *
4466
4452
  * @example
4467
4453
  * ```typescript
@@ -4472,7 +4458,7 @@ class IgxGridBaseDirective {
4472
4458
  return this._pinnedStartColumns.filter(col => !col.hidden);
4473
4459
  }
4474
4460
  /**
4475
- * Gets an array of the pinned to the right `IgxColumnComponent`s.
4461
+ * Gets an array of the pinned to the right columns.
4476
4462
  *
4477
4463
  * @example
4478
4464
  * ```typescript
@@ -4484,7 +4470,7 @@ class IgxGridBaseDirective {
4484
4470
  }
4485
4471
  /* csSuppress */
4486
4472
  /**
4487
- * Gets an array of the pinned `IgxRowComponent`s.
4473
+ * Gets an array of the pinned rows.
4488
4474
  *
4489
4475
  * @example
4490
4476
  * ```typescript
@@ -4495,7 +4481,7 @@ class IgxGridBaseDirective {
4495
4481
  return this._pinnedRowList.toArray().sort((a, b) => a.index - b.index);
4496
4482
  }
4497
4483
  /**
4498
- * Gets an array of unpinned `IgxColumnComponent`s.
4484
+ * Gets an array of unpinned columns.
4499
4485
  *
4500
4486
  * @example
4501
4487
  * ```typescript
@@ -4510,7 +4496,7 @@ class IgxGridBaseDirective {
4510
4496
  return this._unpinnedVisible;
4511
4497
  }
4512
4498
  /**
4513
- * Gets the `width` to be set on `IgxGridHeaderGroupComponent`.
4499
+ * Gets the `width` to be set on grid header group.
4514
4500
  */
4515
4501
  getHeaderGroupWidth(column) {
4516
4502
  return this.hasColumnLayouts
@@ -4518,7 +4504,7 @@ class IgxGridBaseDirective {
4518
4504
  : `${parseFloat(column.calcWidth)}px`;
4519
4505
  }
4520
4506
  /**
4521
- * Returns the `IgxColumnComponent` by field name.
4507
+ * Returns the column by field name.
4522
4508
  *
4523
4509
  * @example
4524
4510
  * ```typescript
@@ -4551,7 +4537,7 @@ class IgxGridBaseDirective {
4551
4537
  });
4552
4538
  }
4553
4539
  /**
4554
- * Returns an array of visible `IgxColumnComponent`s.
4540
+ * Returns an array of visible columns.
4555
4541
  *
4556
4542
  * @example
4557
4543
  * ```typescript
@@ -4698,7 +4684,7 @@ class IgxGridBaseDirective {
4698
4684
  this._columnsReordered(column);
4699
4685
  }
4700
4686
  /**
4701
- * Triggers change detection for the `IgxGridComponent`.
4687
+ * Triggers change detection for the grid.
4702
4688
  * Calling markForCheck also triggers the grid pipes explicitly, resulting in all updates being processed.
4703
4689
  * May degrade performance if used when not needed, or if misused:
4704
4690
  * ```typescript
@@ -4729,7 +4715,7 @@ class IgxGridBaseDirective {
4729
4715
  }
4730
4716
  /* csSuppress */
4731
4717
  /**
4732
- * 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.
4733
4719
  *
4734
4720
  * @example
4735
4721
  * ```typescript
@@ -4747,7 +4733,7 @@ class IgxGridBaseDirective {
4747
4733
  }
4748
4734
  /* blazorCSSuppress */
4749
4735
  /**
4750
- * Removes the `IgxGridRowComponent` and the corresponding data record by primary key.
4736
+ * Removes the grid row and the corresponding data record by primary key.
4751
4737
  *
4752
4738
  * @remarks
4753
4739
  * Requires that the `primaryKey` property is set.
@@ -4795,7 +4781,7 @@ class IgxGridBaseDirective {
4795
4781
  }
4796
4782
  /* blazorCSSuppress */
4797
4783
  /**
4798
- * Updates the `IgxGridRowComponent` and the corresponding data record by primary key.
4784
+ * Updates the grid row and the corresponding data record by primary key.
4799
4785
  *
4800
4786
  * @remarks
4801
4787
  * Requires that the `primaryKey` property is set.
@@ -4833,7 +4819,7 @@ class IgxGridBaseDirective {
4833
4819
  }
4834
4820
  /* blazorCSSuppress */
4835
4821
  /**
4836
- * Updates the `IgxGridRowComponent`
4822
+ * Updates the grid row
4837
4823
  *
4838
4824
  * @remarks
4839
4825
  * The row is specified by
@@ -4885,10 +4871,10 @@ class IgxGridBaseDirective {
4885
4871
  return index < 0 ? {} : data[index];
4886
4872
  }
4887
4873
  /**
4888
- * Sort a single `IgxColumnComponent`.
4874
+ * Sort a single column.
4889
4875
  *
4890
4876
  * @remarks
4891
- * 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.
4892
4878
  * @example
4893
4879
  * ```typescript
4894
4880
  * this.grid.sort({ fieldName: name, dir: SortingDirection.Asc, ignoreCase: false });
@@ -4926,7 +4912,7 @@ class IgxGridBaseDirective {
4926
4912
  requestAnimationFrame(() => this.sortingDone.emit(expression));
4927
4913
  }
4928
4914
  /**
4929
- * Filters a single `IgxColumnComponent`.
4915
+ * Filters a single column.
4930
4916
  *
4931
4917
  * @example
4932
4918
  * ```typescript
@@ -4943,7 +4929,7 @@ class IgxGridBaseDirective {
4943
4929
  this.filteringService.filter(name, value, conditionOrExpressionTree, ignoreCase);
4944
4930
  }
4945
4931
  /**
4946
- * Filters all the `IgxColumnComponent` in the `IgxGridComponent` with the same condition.
4932
+ * Filters all the column in the grid with the same condition.
4947
4933
  *
4948
4934
  * @example
4949
4935
  * ```typescript
@@ -5004,10 +4990,10 @@ class IgxGridBaseDirective {
5004
4990
  }
5005
4991
  }
5006
4992
  /**
5007
- * 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.
5008
4994
  *
5009
4995
  * @remarks
5010
- * Otherwise clears the filtering state of all `IgxColumnComponent`s.
4996
+ * Otherwise clears the filtering state of all columns.
5011
4997
  * @example
5012
4998
  * ```typescript
5013
4999
  * this.grid.clearFilter();
@@ -5018,10 +5004,10 @@ class IgxGridBaseDirective {
5018
5004
  this.filteringService.clearFilter(name);
5019
5005
  }
5020
5006
  /**
5021
- * 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.
5022
5008
  *
5023
5009
  * @remarks
5024
- * otherwise clears the sorting state of all `IgxColumnComponent`.
5010
+ * otherwise clears the sorting state of all column.
5025
5011
  * @example
5026
5012
  * ```typescript
5027
5013
  * this.grid.clearSort();
@@ -5931,7 +5917,7 @@ class IgxGridBaseDirective {
5931
5917
  *
5932
5918
  * @remarks
5933
5919
  * You can pass callback function as a third parameter of `getPreviousCell` method.
5934
- * The callback function accepts IgxColumnComponent as a param
5920
+ * The callback function accepts column as a param
5935
5921
  * @example
5936
5922
  * ```typescript
5937
5923
  * const nextEditableCellPosition = this.grid.getNextCell(0, 3, (column) => column.editable);
@@ -5967,7 +5953,7 @@ class IgxGridBaseDirective {
5967
5953
  *
5968
5954
  * @remarks
5969
5955
  * You can pass callback function as a third parameter of `getPreviousCell` method.
5970
- * The callback function accepts IgxColumnComponent as a param
5956
+ * The callback function accepts column as a param
5971
5957
  * @example
5972
5958
  * ```typescript
5973
5959
  * const previousEditableCellPosition = this.grid.getPreviousCell(0, 3, (column) => column.editable);
@@ -6959,7 +6945,6 @@ class IgxGridBaseDirective {
6959
6945
  });
6960
6946
  this._autoGeneratedCols = columns;
6961
6947
  this.updateColumns(columns);
6962
- this.columnsAutogenerated.emit({ columns: this._autoGeneratedCols });
6963
6948
  }
6964
6949
  generateDataFields(data) {
6965
6950
  return Object.keys(data && data.length !== 0 ? data[0] : [])
@@ -7795,7 +7780,7 @@ class IgxGridBaseDirective {
7795
7780
  }
7796
7781
  }
7797
7782
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: IgxGridBaseDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
7798
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "22.0.0", type: IgxGridBaseDirective, isStandalone: true, inputs: { snackbarDisplayTime: "snackbarDisplayTime", autoGenerate: ["autoGenerate", "autoGenerate", booleanAttribute], autoGenerateExclude: "autoGenerateExclude", moving: ["moving", "moving", booleanAttribute], emptyGridTemplate: "emptyGridTemplate", addRowEmptyTemplate: "addRowEmptyTemplate", loadingGridTemplate: "loadingGridTemplate", summaryRowHeight: "summaryRowHeight", dataCloneStrategy: "dataCloneStrategy", clipboardOptions: "clipboardOptions", rowClasses: "rowClasses", rowStyles: "rowStyles", primaryKey: "primaryKey", uniqueColumnValuesStrategy: "uniqueColumnValuesStrategy", dragGhostCustomTemplate: "dragGhostCustomTemplate", rowEditTextTemplate: "rowEditTextTemplate", rowAddTextTemplate: "rowAddTextTemplate", rowEditActionsTemplate: "rowEditActionsTemplate", rowExpandedIndicatorTemplate: "rowExpandedIndicatorTemplate", rowCollapsedIndicatorTemplate: "rowCollapsedIndicatorTemplate", headerExpandedIndicatorTemplate: "headerExpandedIndicatorTemplate", headerCollapsedIndicatorTemplate: "headerCollapsedIndicatorTemplate", excelStyleHeaderIconTemplate: "excelStyleHeaderIconTemplate", sortAscendingHeaderIconTemplate: "sortAscendingHeaderIconTemplate", sortDescendingHeaderIconTemplate: "sortDescendingHeaderIconTemplate", sortHeaderIconTemplate: "sortHeaderIconTemplate", resourceStrings: "resourceStrings", filteringLogic: "filteringLogic", filteringExpressionsTree: "filteringExpressionsTree", advancedFilteringExpressionsTree: "advancedFilteringExpressionsTree", locale: "locale", pagingMode: "pagingMode", hideRowSelectors: ["hideRowSelectors", "hideRowSelectors", booleanAttribute], rowDraggable: ["rowDraggable", "rowDraggable", booleanAttribute], validationTrigger: "validationTrigger", rowEditable: ["rowEditable", "rowEditable", booleanAttribute], height: "height", width: "width", rowHeight: "rowHeight", columnWidth: "columnWidth", emptyGridMessage: "emptyGridMessage", isLoading: ["isLoading", "isLoading", booleanAttribute], emptyFilteredGridMessage: "emptyFilteredGridMessage", pinning: "pinning", allowFiltering: ["allowFiltering", "allowFiltering", booleanAttribute], allowAdvancedFiltering: ["allowAdvancedFiltering", "allowAdvancedFiltering", booleanAttribute], filterMode: "filterMode", summaryPosition: "summaryPosition", summaryCalculationMode: "summaryCalculationMode", showSummaryOnCollapse: ["showSummaryOnCollapse", "showSummaryOnCollapse", booleanAttribute], filterStrategy: "filterStrategy", sortStrategy: "sortStrategy", mergeStrategy: "mergeStrategy", sortingOptions: "sortingOptions", selectedRows: "selectedRows", headSelectorTemplate: "headSelectorTemplate", rowSelectorTemplate: "rowSelectorTemplate", dragIndicatorIconTemplate: "dragIndicatorIconTemplate", sortingExpressions: "sortingExpressions", batchEditing: ["batchEditing", "batchEditing", booleanAttribute], cellSelection: "cellSelection", cellMergeMode: "cellMergeMode", rowSelection: "rowSelection", columnSelection: "columnSelection", expansionStates: "expansionStates", outlet: "outlet", totalRecords: "totalRecords", selectRowOnClick: ["selectRowOnClick", "selectRowOnClick", booleanAttribute] }, outputs: { 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" }, host: { listeners: { "mouseleave": "hideActionStrip()" }, properties: { "attr.tabindex": "this.tabindex", "attr.role": "this.hostRole", "class.igx-grid": "this.baseClass", "attr.aria-colcount": "this.ariaColCount", "attr.aria-rowcount": "this.ariaRowCount", "style.height": "this.height", "style.width": "this.hostWidth", "style.display": "this.displayStyle", "style.grid-template-rows": "this.templateRows" } }, queries: [{ propertyName: "excelStyleLoadingValuesTemplateDirective", first: true, predicate: IgxExcelStyleLoadingValuesTemplateDirective, descendants: true, read: IgxExcelStyleLoadingValuesTemplateDirective, static: true }, { propertyName: "rowAddText", first: true, predicate: IgxRowAddTextDirective, descendants: true, read: TemplateRef }, { propertyName: "rowExpandedIndicatorDirectiveTemplate", first: true, predicate: IgxRowExpandedIndicatorDirective, descendants: true, read: TemplateRef }, { propertyName: "rowCollapsedIndicatorDirectiveTemplate", first: true, predicate: IgxRowCollapsedIndicatorDirective, descendants: true, read: TemplateRef }, { propertyName: "headerExpandedIndicatorDirectiveTemplate", first: true, predicate: IgxHeaderExpandedIndicatorDirective, descendants: true, read: TemplateRef }, { propertyName: "headerCollapsedIndicatorDirectiveTemplate", first: true, predicate: IgxHeaderCollapsedIndicatorDirective, descendants: true, read: TemplateRef }, { propertyName: "excelStyleHeaderIconDirectiveTemplate", first: true, predicate: IgxExcelStyleHeaderIconDirective, descendants: true, read: TemplateRef }, { propertyName: "sortAscendingHeaderIconDirectiveTemplate", first: true, predicate: IgxSortAscendingHeaderIconDirective, descendants: true, read: TemplateRef }, { propertyName: "sortDescendingHeaderIconDirectiveTemplate", first: true, predicate: IgxSortDescendingHeaderIconDirective, descendants: true, read: TemplateRef }, { propertyName: "sortHeaderIconDirectiveTemplate", first: true, predicate: IgxSortHeaderIconDirective, descendants: true, read: TemplateRef }, { propertyName: "loadingDirectiveTemplate", first: true, predicate: IgxGridLoadingTemplateDirective, descendants: true, read: TemplateRef }, { propertyName: "emptyDirectiveTemplate", first: true, predicate: IgxGridEmptyTemplateDirective, descendants: true, read: TemplateRef }, { propertyName: "excelStyleFilteringComponents", predicate: IgxGridExcelStyleFilteringComponent, read: IgxGridExcelStyleFilteringComponent }, { propertyName: "columnList", predicate: IgxColumnComponent, descendants: true, read: IgxColumnComponent }, { propertyName: "actionStripComponents", predicate: IgxActionStripToken }, { propertyName: "headSelectorsTemplates", predicate: IgxHeadSelectorDirective, read: TemplateRef }, { propertyName: "rowSelectorsTemplates", predicate: IgxRowSelectorDirective, read: TemplateRef }, { propertyName: "dragGhostCustomTemplates", predicate: IgxRowDragGhostDirective, read: TemplateRef }, { propertyName: "rowEditCustomDirectives", predicate: IgxRowEditTemplateDirective, read: TemplateRef }, { propertyName: "rowEditTextDirectives", predicate: IgxRowEditTextDirective, read: TemplateRef }, { propertyName: "rowEditActionsDirectives", predicate: IgxRowEditActionsDirective, read: TemplateRef }, { propertyName: "dragIndicatorIconTemplates", predicate: IgxDragIndicatorIconDirective, read: TemplateRef }, { propertyName: "rowEditTabsCUSTOM", predicate: IgxRowEditTabStopDirective, descendants: true }, { propertyName: "toolbar", predicate: IgxToolbarToken }, { propertyName: "paginationComponents", predicate: IgxPaginatorToken }], viewQueries: [{ propertyName: "addRowSnackbar", first: true, predicate: IgxSnackbarComponent, descendants: true }, { propertyName: "resizeLine", first: true, predicate: IgxGridColumnResizerComponent, descendants: true }, { propertyName: "loadingOverlay", first: true, predicate: ["loadingOverlay"], descendants: true, read: IgxToggleDirective, static: true }, { propertyName: "emptyFilteredGridTemplate", first: true, predicate: ["emptyFilteredGrid"], descendants: true, read: TemplateRef, static: true }, { propertyName: "emptyGridDefaultTemplate", first: true, predicate: ["defaultEmptyGrid"], descendants: true, read: TemplateRef, static: true }, { propertyName: "loadingGridDefaultTemplate", first: true, predicate: ["defaultLoadingGrid"], descendants: true, read: TemplateRef, static: true }, { propertyName: "parentVirtDir", first: true, predicate: ["scrollContainer"], descendants: true, read: IgxGridForOfDirective, static: true }, { propertyName: "verticalScrollContainer", first: true, predicate: ["verticalScrollContainer"], descendants: true, read: IgxGridForOfDirective, static: true }, { propertyName: "verticalScroll", first: true, predicate: ["verticalScrollHolder"], descendants: true, read: IgxGridForOfDirective, static: true }, { propertyName: "scr", first: true, predicate: ["scr"], descendants: true, read: ElementRef, static: true }, { propertyName: "headerSelectorBaseTemplate", first: true, predicate: ["headSelectorBaseTemplate"], descendants: true, read: TemplateRef, static: true }, { propertyName: "footer", first: true, predicate: ["footer"], descendants: true, read: ElementRef }, { propertyName: "theadRow", first: true, predicate: IgxGridHeaderRowComponent, descendants: true, static: true }, { propertyName: "groupArea", first: true, predicate: IgxGridGroupByAreaComponent, descendants: true }, { propertyName: "tbody", first: true, predicate: ["tbody"], descendants: true, static: true }, { propertyName: "bodyViewContainerRef", first: true, predicate: ["bodyViewContainerRef"], descendants: true, read: ViewContainerRef, static: true }, { propertyName: "tbodyContainer", first: true, predicate: IgxGridBodyDirective, descendants: true, read: ElementRef, static: true }, { propertyName: "pinContainer", first: true, predicate: ["pinContainer"], descendants: true, read: ElementRef }, { propertyName: "tfoot", first: true, predicate: ["tfoot"], descendants: true, static: true }, { propertyName: "dragIndicatorIconBase", first: true, predicate: ["dragIndicatorIconBase"], descendants: true, read: TemplateRef, static: true }, { propertyName: "rowEditingOverlay", first: true, predicate: ["rowEditingOverlay"], descendants: true, read: IgxToggleDirective }, { propertyName: "_outletDirective", first: true, predicate: ["igxFilteringOverlayOutlet"], descendants: true, read: IgxOverlayOutletDirective, static: true }, { propertyName: "anchor", first: true, predicate: ["sink"], descendants: true, read: ViewContainerRef, static: true }, { propertyName: "defaultExpandedTemplate", first: true, predicate: ["defaultExpandedTemplate"], descendants: true, read: TemplateRef, static: true }, { propertyName: "defaultCollapsedTemplate", first: true, predicate: ["defaultCollapsedTemplate"], descendants: true, read: TemplateRef, static: true }, { propertyName: "defaultESFHeaderIconTemplate", first: true, predicate: ["defaultESFHeaderIcon"], descendants: true, read: TemplateRef, static: true }, { propertyName: "defaultRowEditTemplate", first: true, predicate: ["defaultRowEditTemplate"], descendants: true, read: TemplateRef, static: true }, { propertyName: "tmpOutlets", predicate: IgxTemplateOutletDirective, descendants: true, read: IgxTemplateOutletDirective }, { propertyName: "rowEditTabsDEFAULT", predicate: IgxRowEditTabStopDirective, descendants: true }, { propertyName: "_summaryRowList", predicate: ["summaryRow"], descendants: true, read: IgxSummaryRowComponent }, { propertyName: "_rowList", predicate: ["row"], descendants: true }, { propertyName: "_pinnedRowList", predicate: ["pinnedRow"], descendants: true }, { propertyName: "_dataRowList", predicate: IgxRowDirective, descendants: true, read: IgxRowDirective }], ngImport: i0 }); }
7783
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "22.0.0", type: IgxGridBaseDirective, isStandalone: true, inputs: { snackbarDisplayTime: "snackbarDisplayTime", autoGenerate: ["autoGenerate", "autoGenerate", booleanAttribute], autoGenerateExclude: "autoGenerateExclude", moving: ["moving", "moving", booleanAttribute], emptyGridTemplate: "emptyGridTemplate", addRowEmptyTemplate: "addRowEmptyTemplate", loadingGridTemplate: "loadingGridTemplate", summaryRowHeight: "summaryRowHeight", dataCloneStrategy: "dataCloneStrategy", clipboardOptions: "clipboardOptions", rowClasses: "rowClasses", rowStyles: "rowStyles", primaryKey: "primaryKey", uniqueColumnValuesStrategy: "uniqueColumnValuesStrategy", dragGhostCustomTemplate: "dragGhostCustomTemplate", rowEditTextTemplate: "rowEditTextTemplate", rowAddTextTemplate: "rowAddTextTemplate", rowEditActionsTemplate: "rowEditActionsTemplate", rowExpandedIndicatorTemplate: "rowExpandedIndicatorTemplate", rowCollapsedIndicatorTemplate: "rowCollapsedIndicatorTemplate", headerExpandedIndicatorTemplate: "headerExpandedIndicatorTemplate", headerCollapsedIndicatorTemplate: "headerCollapsedIndicatorTemplate", excelStyleHeaderIconTemplate: "excelStyleHeaderIconTemplate", sortAscendingHeaderIconTemplate: "sortAscendingHeaderIconTemplate", sortDescendingHeaderIconTemplate: "sortDescendingHeaderIconTemplate", sortHeaderIconTemplate: "sortHeaderIconTemplate", resourceStrings: "resourceStrings", filteringLogic: "filteringLogic", filteringExpressionsTree: "filteringExpressionsTree", advancedFilteringExpressionsTree: "advancedFilteringExpressionsTree", locale: "locale", pagingMode: "pagingMode", hideRowSelectors: ["hideRowSelectors", "hideRowSelectors", booleanAttribute], rowDraggable: ["rowDraggable", "rowDraggable", booleanAttribute], validationTrigger: "validationTrigger", rowEditable: ["rowEditable", "rowEditable", booleanAttribute], height: "height", width: "width", rowHeight: "rowHeight", columnWidth: "columnWidth", emptyGridMessage: "emptyGridMessage", isLoading: ["isLoading", "isLoading", booleanAttribute], emptyFilteredGridMessage: "emptyFilteredGridMessage", pinning: "pinning", allowFiltering: ["allowFiltering", "allowFiltering", booleanAttribute], allowAdvancedFiltering: ["allowAdvancedFiltering", "allowAdvancedFiltering", booleanAttribute], filterMode: "filterMode", summaryPosition: "summaryPosition", summaryCalculationMode: "summaryCalculationMode", showSummaryOnCollapse: ["showSummaryOnCollapse", "showSummaryOnCollapse", booleanAttribute], filterStrategy: "filterStrategy", sortStrategy: "sortStrategy", mergeStrategy: "mergeStrategy", sortingOptions: "sortingOptions", selectedRows: "selectedRows", headSelectorTemplate: "headSelectorTemplate", rowSelectorTemplate: "rowSelectorTemplate", dragIndicatorIconTemplate: "dragIndicatorIconTemplate", sortingExpressions: "sortingExpressions", batchEditing: ["batchEditing", "batchEditing", booleanAttribute], cellSelection: "cellSelection", cellMergeMode: "cellMergeMode", rowSelection: "rowSelection", columnSelection: "columnSelection", expansionStates: "expansionStates", outlet: "outlet", totalRecords: "totalRecords", selectRowOnClick: ["selectRowOnClick", "selectRowOnClick", booleanAttribute] }, outputs: { 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" }, host: { listeners: { "mouseleave": "hideActionStrip()" }, properties: { "attr.tabindex": "this.tabindex", "attr.role": "this.hostRole", "class.igx-grid": "this.baseClass", "attr.aria-colcount": "this.ariaColCount", "attr.aria-rowcount": "this.ariaRowCount", "style.height": "this.height", "style.width": "this.hostWidth", "style.display": "this.displayStyle", "style.grid-template-rows": "this.templateRows" } }, queries: [{ propertyName: "excelStyleLoadingValuesTemplateDirective", first: true, predicate: IgxExcelStyleLoadingValuesTemplateDirective, descendants: true, read: IgxExcelStyleLoadingValuesTemplateDirective, static: true }, { propertyName: "rowAddText", first: true, predicate: IgxRowAddTextDirective, descendants: true, read: TemplateRef }, { propertyName: "rowExpandedIndicatorDirectiveTemplate", first: true, predicate: IgxRowExpandedIndicatorDirective, descendants: true, read: TemplateRef }, { propertyName: "rowCollapsedIndicatorDirectiveTemplate", first: true, predicate: IgxRowCollapsedIndicatorDirective, descendants: true, read: TemplateRef }, { propertyName: "headerExpandedIndicatorDirectiveTemplate", first: true, predicate: IgxHeaderExpandedIndicatorDirective, descendants: true, read: TemplateRef }, { propertyName: "headerCollapsedIndicatorDirectiveTemplate", first: true, predicate: IgxHeaderCollapsedIndicatorDirective, descendants: true, read: TemplateRef }, { propertyName: "excelStyleHeaderIconDirectiveTemplate", first: true, predicate: IgxExcelStyleHeaderIconDirective, descendants: true, read: TemplateRef }, { propertyName: "sortAscendingHeaderIconDirectiveTemplate", first: true, predicate: IgxSortAscendingHeaderIconDirective, descendants: true, read: TemplateRef }, { propertyName: "sortDescendingHeaderIconDirectiveTemplate", first: true, predicate: IgxSortDescendingHeaderIconDirective, descendants: true, read: TemplateRef }, { propertyName: "sortHeaderIconDirectiveTemplate", first: true, predicate: IgxSortHeaderIconDirective, descendants: true, read: TemplateRef }, { propertyName: "loadingDirectiveTemplate", first: true, predicate: IgxGridLoadingTemplateDirective, descendants: true, read: TemplateRef }, { propertyName: "emptyDirectiveTemplate", first: true, predicate: IgxGridEmptyTemplateDirective, descendants: true, read: TemplateRef }, { propertyName: "excelStyleFilteringComponents", predicate: IgxGridExcelStyleFilteringComponent, read: IgxGridExcelStyleFilteringComponent }, { propertyName: "columnList", predicate: IgxColumnComponent, descendants: true, read: IgxColumnComponent }, { propertyName: "headSelectorsTemplates", predicate: IgxHeadSelectorDirective, read: TemplateRef }, { propertyName: "rowSelectorsTemplates", predicate: IgxRowSelectorDirective, read: TemplateRef }, { propertyName: "dragGhostCustomTemplates", predicate: IgxRowDragGhostDirective, read: TemplateRef }, { propertyName: "rowEditCustomDirectives", predicate: IgxRowEditTemplateDirective, read: TemplateRef }, { propertyName: "rowEditTextDirectives", predicate: IgxRowEditTextDirective, read: TemplateRef }, { propertyName: "rowEditActionsDirectives", predicate: IgxRowEditActionsDirective, read: TemplateRef }, { propertyName: "actionStripComponents", predicate: IgxActionStripToken }, { propertyName: "dragIndicatorIconTemplates", predicate: IgxDragIndicatorIconDirective, read: TemplateRef }, { propertyName: "rowEditTabsCUSTOM", predicate: IgxRowEditTabStopDirective, descendants: true }, { propertyName: "toolbar", predicate: IgxToolbarToken }, { propertyName: "paginationComponents", predicate: IgxPaginatorToken }], viewQueries: [{ propertyName: "addRowSnackbar", first: true, predicate: IgxSnackbarComponent, descendants: true }, { propertyName: "resizeLine", first: true, predicate: IgxGridColumnResizerComponent, descendants: true }, { propertyName: "loadingOverlay", first: true, predicate: ["loadingOverlay"], descendants: true, read: IgxToggleDirective, static: true }, { propertyName: "emptyFilteredGridTemplate", first: true, predicate: ["emptyFilteredGrid"], descendants: true, read: TemplateRef, static: true }, { propertyName: "emptyGridDefaultTemplate", first: true, predicate: ["defaultEmptyGrid"], descendants: true, read: TemplateRef, static: true }, { propertyName: "loadingGridDefaultTemplate", first: true, predicate: ["defaultLoadingGrid"], descendants: true, read: TemplateRef, static: true }, { propertyName: "parentVirtDir", first: true, predicate: ["scrollContainer"], descendants: true, read: IgxGridForOfDirective, static: true }, { propertyName: "verticalScrollContainer", first: true, predicate: ["verticalScrollContainer"], descendants: true, read: IgxGridForOfDirective, static: true }, { propertyName: "verticalScroll", first: true, predicate: ["verticalScrollHolder"], descendants: true, read: IgxGridForOfDirective, static: true }, { propertyName: "scr", first: true, predicate: ["scr"], descendants: true, read: ElementRef, static: true }, { propertyName: "headerSelectorBaseTemplate", first: true, predicate: ["headSelectorBaseTemplate"], descendants: true, read: TemplateRef, static: true }, { propertyName: "footer", first: true, predicate: ["footer"], descendants: true, read: ElementRef }, { propertyName: "theadRow", first: true, predicate: IgxGridHeaderRowComponent, descendants: true, static: true }, { propertyName: "groupArea", first: true, predicate: IgxGridGroupByAreaComponent, descendants: true }, { propertyName: "tbody", first: true, predicate: ["tbody"], descendants: true, static: true }, { propertyName: "bodyViewContainerRef", first: true, predicate: ["bodyViewContainerRef"], descendants: true, read: ViewContainerRef, static: true }, { propertyName: "tbodyContainer", first: true, predicate: IgxGridBodyDirective, descendants: true, read: ElementRef, static: true }, { propertyName: "pinContainer", first: true, predicate: ["pinContainer"], descendants: true, read: ElementRef }, { propertyName: "tfoot", first: true, predicate: ["tfoot"], descendants: true, static: true }, { propertyName: "dragIndicatorIconBase", first: true, predicate: ["dragIndicatorIconBase"], descendants: true, read: TemplateRef, static: true }, { propertyName: "rowEditingOverlay", first: true, predicate: ["rowEditingOverlay"], descendants: true, read: IgxToggleDirective }, { propertyName: "_outletDirective", first: true, predicate: ["igxFilteringOverlayOutlet"], descendants: true, read: IgxOverlayOutletDirective, static: true }, { propertyName: "anchor", first: true, predicate: ["sink"], descendants: true, read: ViewContainerRef, static: true }, { propertyName: "defaultExpandedTemplate", first: true, predicate: ["defaultExpandedTemplate"], descendants: true, read: TemplateRef, static: true }, { propertyName: "defaultCollapsedTemplate", first: true, predicate: ["defaultCollapsedTemplate"], descendants: true, read: TemplateRef, static: true }, { propertyName: "defaultESFHeaderIconTemplate", first: true, predicate: ["defaultESFHeaderIcon"], descendants: true, read: TemplateRef, static: true }, { propertyName: "defaultRowEditTemplate", first: true, predicate: ["defaultRowEditTemplate"], descendants: true, read: TemplateRef, static: true }, { propertyName: "tmpOutlets", predicate: IgxTemplateOutletDirective, descendants: true, read: IgxTemplateOutletDirective }, { propertyName: "rowEditTabsDEFAULT", predicate: IgxRowEditTabStopDirective, descendants: true }, { propertyName: "_summaryRowList", predicate: ["summaryRow"], descendants: true, read: IgxSummaryRowComponent }, { propertyName: "_rowList", predicate: ["row"], descendants: true }, { propertyName: "_pinnedRowList", predicate: ["pinnedRow"], descendants: true }, { propertyName: "_dataRowList", predicate: IgxRowDirective, descendants: true, read: IgxRowDirective }], ngImport: i0 }); }
7799
7784
  }
7800
7785
  __decorate([
7801
7786
  WatchChanges()
@@ -7925,8 +7910,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
7925
7910
  type: Output
7926
7911
  }], columnInit: [{
7927
7912
  type: Output
7928
- }], columnsAutogenerated: [{
7929
- type: Output
7930
7913
  }], sorting: [{
7931
7914
  type: Output
7932
7915
  }], sortingDone: [{
@@ -7971,8 +7954,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
7971
7954
  type: Output
7972
7955
  }], selectedRowsChange: [{
7973
7956
  type: Output
7974
- }], childrenResolved: [{
7975
- type: Output
7976
7957
  }], rowToggle: [{
7977
7958
  type: Output
7978
7959
  }], rowPinning: [{
@@ -8007,9 +7988,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
8007
7988
  }], columnList: [{
8008
7989
  type: ContentChildren,
8009
7990
  args: [IgxColumnComponent, { read: IgxColumnComponent, descendants: true }]
8010
- }], actionStripComponents: [{
8011
- type: ContentChildren,
8012
- args: [IgxActionStripToken]
8013
7991
  }], excelStyleLoadingValuesTemplateDirective: [{
8014
7992
  type: ContentChild,
8015
7993
  args: [IgxExcelStyleLoadingValuesTemplateDirective, { read: IgxExcelStyleLoadingValuesTemplateDirective, static: true }]
@@ -8126,6 +8104,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
8126
8104
  args: [IgxSortAscendingHeaderIconDirective, { read: TemplateRef }]
8127
8105
  }], sortAscendingHeaderIconTemplate: [{
8128
8106
  type: Input
8107
+ }], actionStripComponents: [{
8108
+ type: ContentChildren,
8109
+ args: [IgxActionStripToken]
8129
8110
  }], sortDescendingHeaderIconDirectiveTemplate: [{
8130
8111
  type: ContentChild,
8131
8112
  args: [IgxSortDescendingHeaderIconDirective, { read: TemplateRef }]
@@ -8316,21 +8297,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
8316
8297
  }] } });
8317
8298
 
8318
8299
  let NEXT_ID = 0;
8319
- /* blazorAdditionalDependency: Column */
8320
- /* blazorAdditionalDependency: ColumnGroup */
8321
- /* blazorAdditionalDependency: ColumnLayout */
8322
- /* blazorAdditionalDependency: GridToolbar */
8323
- /* blazorAdditionalDependency: GridToolbarActions */
8324
- /* blazorAdditionalDependency: GridToolbarTitle */
8325
- /* blazorAdditionalDependency: GridToolbarAdvancedFiltering */
8326
- /* blazorAdditionalDependency: GridToolbarExporter */
8327
- /* blazorAdditionalDependency: GridToolbarHiding */
8328
- /* blazorAdditionalDependency: GridToolbarPinning */
8329
- /* blazorAdditionalDependency: ActionStrip */
8330
- /* blazorAdditionalDependency: GridActionsBaseDirective */
8331
- /* blazorAdditionalDependency: GridEditingActions */
8332
- /* blazorAdditionalDependency: GridPinningActions */
8333
- /* blazorIndirectRender */
8300
+ /* wcAlternateName: GridBase */
8301
+ /* blazorIndirectRender
8302
+ blazorComponent
8303
+ omitModule
8304
+ wcSkipComponentSuffix */
8334
8305
  /**
8335
8306
  * Grid provides a way to present and manipulate tabular data.
8336
8307
  *
@@ -8387,7 +8358,7 @@ class IgxGridComponent extends IgxGridBaseDirective {
8387
8358
  * The `groupingDone` event would be raised only once if several columns get grouped at once by calling
8388
8359
  * the `groupBy()` or `clearGrouping()` API methods and passing an array as an argument.
8389
8360
  * The event arguments provide the `expressions`, `groupedColumns` and `ungroupedColumns` properties, which contain
8390
- * the `ISortingExpression` and the `IgxColumnComponent` related to the grouping/ungrouping operation.
8361
+ * the `ISortingExpression` and the column related to the grouping/ungrouping operation.
8391
8362
  * Please note that `groupedColumns` and `ungroupedColumns` show only the **newly** changed columns (affected by the **last**
8392
8363
  * grouping/ungrouping operation), not all columns which are currently grouped/ungrouped.
8393
8364
  * columns.
@@ -8650,7 +8621,7 @@ class IgxGridComponent extends IgxGridBaseDirective {
8650
8621
  /**
8651
8622
  * Gets/Sets the grouping strategy of the grid.
8652
8623
  *
8653
- * @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.
8654
8625
  *
8655
8626
  * @example
8656
8627
  * ```html
@@ -8784,7 +8755,7 @@ class IgxGridComponent extends IgxGridBaseDirective {
8784
8755
  this.notifyChanges();
8785
8756
  }
8786
8757
  /**
8787
- * 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.
8788
8759
  *
8789
8760
  * @remarks
8790
8761
  * Also allows for multiple columns to be grouped at once if an array of `ISortingExpression` is passed.
@@ -8928,7 +8899,7 @@ class IgxGridComponent extends IgxGridBaseDirective {
8928
8899
  return this._columns.some((col) => col.groupable && !col.columnGroup);
8929
8900
  }
8930
8901
  /**
8931
- * Returns whether the `IgxGridComponent` has group area.
8902
+ * Returns whether the grid has group area.
8932
8903
  *
8933
8904
  * @example
8934
8905
  * ```typescript
@@ -9139,7 +9110,7 @@ class IgxGridComponent extends IgxGridBaseDirective {
9139
9110
  }
9140
9111
  }
9141
9112
  /**
9142
- * Returns the `IgxGridRow` by index.
9113
+ * Returns the grid row by index.
9143
9114
  *
9144
9115
  * @example
9145
9116
  * ```typescript
@@ -9166,7 +9137,7 @@ class IgxGridComponent extends IgxGridBaseDirective {
9166
9137
  return row;
9167
9138
  }
9168
9139
  /**
9169
- * Returns `IgxGridRow` object by the specified primary key.
9140
+ * Returns grid row object by the specified primary key.
9170
9141
  *
9171
9142
  * @remarks
9172
9143
  * Requires that the `primaryKey` property is set.
@@ -9197,7 +9168,7 @@ class IgxGridComponent extends IgxGridBaseDirective {
9197
9168
  });
9198
9169
  }
9199
9170
  /**
9200
- * Returns the collection of `IgxGridRow`s for current page.
9171
+ * Returns the collection of grid rows for current page.
9201
9172
  *
9202
9173
  * @hidden @internal
9203
9174
  */
@@ -9205,7 +9176,7 @@ class IgxGridComponent extends IgxGridBaseDirective {
9205
9176
  return this.allRows().filter(row => row instanceof IgxGridRow);
9206
9177
  }
9207
9178
  /**
9208
- * Returns an array of the selected `IgxGridCell`s.
9179
+ * Returns an array of the selected grid cells.
9209
9180
  *
9210
9181
  * @example
9211
9182
  * ```typescript