igniteui-angular 21.2.9 → 21.2.10
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 +0 -1
- package/fesm2022/igniteui-angular-directives.mjs.map +1 -1
- package/fesm2022/igniteui-angular-drop-down.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-core.mjs +13 -1
- package/fesm2022/igniteui-angular-grids-core.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs +42 -2
- package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs.map +1 -1
- package/package.json +1 -1
- package/types/igniteui-angular-drop-down.d.ts +5 -5
- package/types/igniteui-angular-grids-core.d.ts +2 -0
- package/types/igniteui-angular-grids-hierarchical-grid.d.ts +2 -0
|
@@ -4563,7 +4563,6 @@ class IgxForOfDirective extends IgxForOfToken {
|
|
|
4563
4563
|
this.scrollFocus(embView.rootNodes.find(node => node.nodeType === Node.ELEMENT_NODE)
|
|
4564
4564
|
|| embView.rootNodes[0].nextElementSibling);
|
|
4565
4565
|
const view = container.detach(0);
|
|
4566
|
-
// embView and view both refer to the same collections
|
|
4567
4566
|
this.updateTemplateContext(embView.context, i);
|
|
4568
4567
|
// Because in Elements the whole parent div (containing data-index) gets removed (possibly due to being disconnected). In Angular it just gets moved.
|
|
4569
4568
|
// This ensures to update it with the new context and remove it first from DOM because of detach action before inserting it manually.
|