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

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.
@@ -4396,7 +4396,7 @@ const DEFAULT_DIGITS_INFO = '1.0-3';
4396
4396
  * filtering & editing are enabled at the column level. You can also provide a template containing custom content inside
4397
4397
  * the column using `ng-template` which will be used for all cells within the column.
4398
4398
  *
4399
- * @igxParent IgxGridComponent, IgxTreeGridComponent, IgxHierarchicalGridComponent, IgxPivotGridComponent, IgxRowIslandComponent, IgxColumnGroupComponent, IgxColumnLayoutComponent
4399
+ * @igxParent IgxGridComponent, IgxHierarchicalGridComponent, IgxTreeGridComponent, IgxPivotGridComponent, IgxRowIslandComponent, IgxColumnGroupComponent, IgxColumnLayoutComponent,
4400
4400
  */
4401
4401
  class IgxColumnComponent {
4402
4402
  constructor() {
@@ -6885,7 +6885,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
6885
6885
  /**
6886
6886
  * **Ignite UI for Angular Column Group**
6887
6887
  *
6888
- * @igxParent IgxGridComponent, IgxTreeGridComponent, IgxHierarchicalGridComponent, IgxColumnGroupComponent, IgxRowIslandComponent
6888
+ * @igxParent IgxGridComponent, IgxHierarchicalGridComponent, IgxTreeGridComponent, IgxColumnGroupComponent, IgxRowIslandComponent
6889
6889
  */
6890
6890
  class IgxColumnGroupComponent extends IgxColumnComponent {
6891
6891
  constructor() {
@@ -16483,7 +16483,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImpor
16483
16483
  * Provides a context-aware container component for UI operations for the grid components.
16484
16484
  *
16485
16485
  * @igxModule IgxGridToolbarModule
16486
- * @igxParent IgxGridComponent, IgxTreeGridComponent, IgxHierarchicalGridComponent, IgxPivotGridComponent
16486
+ * @igxParent IgxGridComponent, IgxHierarchicalGridComponent, IgxTreeGridComponent, IgxPivotGridComponent,
16487
16487
  *
16488
16488
  */
16489
16489
  class IgxGridToolbarComponent {