@smartbit4all/ng-client 3.3.104 → 3.3.105
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-tree/smarttree-generic.service.mjs +4 -1
- package/fesm2015/smartbit4all-ng-client.mjs +3 -0
- package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs +3 -0
- package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
- package/package.json +1 -1
- package/smartbit4all-ng-client-3.3.105.tgz +0 -0
- package/smartbit4all-ng-client-3.3.104.tgz +0 -0
|
@@ -11980,6 +11980,9 @@ class SmarttreeGenericService extends SmarttreeService {
|
|
|
11980
11980
|
this.submit = new Subject();
|
|
11981
11981
|
this.reSubscribeToChange = new Subject();
|
|
11982
11982
|
this.uiActionDescriptors = new Map();
|
|
11983
|
+
if (!this.treeMenuIcon) {
|
|
11984
|
+
this.treeMenuIcon = inject.get('treeMenuIcon');
|
|
11985
|
+
}
|
|
11983
11986
|
this.configureTree({
|
|
11984
11987
|
pageName: this.pageName,
|
|
11985
11988
|
treeid: this.treeId,
|