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.
- package/fesm2022/igniteui-angular-action-strip.mjs +1 -1
- package/fesm2022/igniteui-angular-action-strip.mjs.map +1 -1
- package/fesm2022/igniteui-angular-core.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-core.mjs +3 -3
- package/fesm2022/igniteui-angular-grids-core.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-grid.mjs +9 -38
- package/fesm2022/igniteui-angular-grids-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs +16 -62
- package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-tree-grid.mjs +5 -15
- package/fesm2022/igniteui-angular-grids-tree-grid.mjs.map +1 -1
- package/package.json +2 -2
- package/types/igniteui-angular-action-strip.d.ts +1 -1
- package/types/igniteui-angular-grids-core.d.ts +4 -8
- package/types/igniteui-angular-grids-grid.d.ts +4 -13
- package/types/igniteui-angular-grids-hierarchical-grid.d.ts +8 -16
|
@@ -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,
|
|
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,
|
|
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,
|
|
16486
|
+
* @igxParent IgxGridComponent, IgxHierarchicalGridComponent, IgxTreeGridComponent, IgxPivotGridComponent,
|
|
16487
16487
|
*
|
|
16488
16488
|
*/
|
|
16489
16489
|
class IgxGridToolbarComponent {
|