@libs-ui/components-list 0.2.254 → 0.2.256
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/defines/list.define.d.ts +1 -1
- package/esm2022/templates/group/group.component.mjs +2 -2
- package/fesm2022/libs-ui-components-list.mjs +1 -1
- package/fesm2022/libs-ui-components-list.mjs.map +1 -1
- package/list.component.d.ts +1 -1
- package/package.json +23 -23
- package/templates/templates.component.abstract.d.ts +1 -1
|
@@ -1438,7 +1438,7 @@ class LibsUiComponentsListGroupComponent extends LibsUiComponentsListTemplatesCo
|
|
|
1438
1438
|
itemMap.update(current => {
|
|
1439
1439
|
const children = current[configTemplateGroup.fieldGetItems];
|
|
1440
1440
|
const data = this.filterItemsDisplay(this.convertDataByGroupInItem(itemGroup?.() || [], itemMap));
|
|
1441
|
-
children
|
|
1441
|
+
children?.set(data);
|
|
1442
1442
|
if (current[configTemplateGroup.fieldGetItems]?.()) {
|
|
1443
1443
|
current[configTemplateGroup.fieldGetItems].update((itemFields) => {
|
|
1444
1444
|
if (!itemFields.length) {
|