@smartbit4all/ng-client 3.3.40 → 3.3.41
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-client/smart-component-api-client.mjs +2 -1
- package/fesm2015/smartbit4all-ng-client.mjs +1 -0
- package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs +1 -0
- package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
- package/package.json +1 -1
- package/smartbit4all-ng-client-3.3.41.tgz +0 -0
- package/smartbit4all-ng-client-3.3.40.tgz +0 -0
|
@@ -14545,6 +14545,7 @@ class SmartComponentApiClient {
|
|
|
14545
14545
|
if (comp.smartComponentLayout) {
|
|
14546
14546
|
// TODO maybe we should set comp.parent, not comp.smartComponentLayout.parentComponent..
|
|
14547
14547
|
SmartComponentLayoutUtility.setParent(comp.smartComponentLayout, this);
|
|
14548
|
+
this.initActions();
|
|
14548
14549
|
}
|
|
14549
14550
|
if (this.uuid && this.uuid !== comp.uuid)
|
|
14550
14551
|
comp.uuid = this.uuid;
|