igniteui-angular 21.2.13 → 21.2.14
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-directives.mjs +15 -3
- package/fesm2022/igniteui-angular-directives.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-core.mjs +1 -1
- package/fesm2022/igniteui-angular-grids-core.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-grid.mjs +9 -1
- package/fesm2022/igniteui-angular-grids-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-pivot-grid.mjs +3 -1
- package/fesm2022/igniteui-angular-grids-pivot-grid.mjs.map +1 -1
- package/package.json +1 -1
- package/types/igniteui-angular-directives.d.ts +1 -0
|
@@ -8806,7 +8806,7 @@ class IgxExcelStyleSearchComponent {
|
|
|
8806
8806
|
*/
|
|
8807
8807
|
get containerSize() {
|
|
8808
8808
|
if (this.esf.listData.length) {
|
|
8809
|
-
return this.list?.element.nativeElement.
|
|
8809
|
+
return this.list?.element.nativeElement.clientHeight;
|
|
8810
8810
|
}
|
|
8811
8811
|
// GE Nov 1st, 2021 #10355 Return a numeric value, so the chunk size is calculated properly.
|
|
8812
8812
|
// If we skip this branch, on applying the filter the _calculateChunkSize() method off the ForOfDirective receives
|