igniteui-angular 16.1.19 → 16.1.20
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/esm2022/lib/directives/for-of/for_of.directive.mjs +1 -6
- package/esm2022/lib/grids/hierarchical-grid/row-island.component.mjs +5 -1
- package/fesm2022/igniteui-angular.mjs +4 -5
- package/fesm2022/igniteui-angular.mjs.map +1 -1
- package/lib/grids/hierarchical-grid/row-island.component.d.ts +4 -0
- package/package.json +1 -1
|
@@ -151,6 +151,10 @@ export declare class IgxRowIslandComponent extends IgxHierarchicalGridBaseDirect
|
|
|
151
151
|
* @hidden
|
|
152
152
|
*/
|
|
153
153
|
calculateGridHeight(): void;
|
|
154
|
+
/**
|
|
155
|
+
* @hidden
|
|
156
|
+
*/
|
|
157
|
+
calculateGridWidth(): void;
|
|
154
158
|
protected _childColumns: any[];
|
|
155
159
|
protected updateColumnList(): void;
|
|
156
160
|
protected updateChildren(): void;
|
package/package.json
CHANGED