@smartbit4all/ng-client 3.3.65 → 3.3.66
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/esm2020/lib/smart-grid/smart-grid.component.mjs +3 -1
- package/fesm2015/smartbit4all-ng-client.mjs +7 -5
- package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs +2 -0
- package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
- package/lib/smart-grid/smart-grid.component.d.ts +1 -1
- package/package.json +1 -1
- package/smartbit4all-ng-client-3.3.66.tgz +0 -0
- package/smartbit4all-ng-client-3.3.65.tgz +0 -0
|
@@ -9927,6 +9927,8 @@ class SmartGridComponent {
|
|
|
9927
9927
|
return selectionMode === GridSelectionMode.MULTIPLE;
|
|
9928
9928
|
}
|
|
9929
9929
|
renderTree() {
|
|
9930
|
+
this.vcRefTable?.clear();
|
|
9931
|
+
this.componentRefTable = undefined;
|
|
9930
9932
|
if (!this.treeDataSource) {
|
|
9931
9933
|
this.treeFlattener = new MatTreeFlattener(this.transformer, this.getLevel, this.isExpandable, this.getChildren);
|
|
9932
9934
|
this.treeControl = new FlatTreeControl(this.getLevel, this.isExpandable);
|