@smartbit4all/ng-client 3.3.121 → 3.3.122
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-component-layout/smart-component-layout-utility.mjs +2 -2
- package/fesm2015/smartbit4all-ng-client.mjs +1 -1
- package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
- package/package.json +1 -1
- package/smartbit4all-ng-client-3.3.122.tgz +0 -0
- package/smartbit4all-ng-client-3.3.121.tgz +0 -0
|
@@ -14510,7 +14510,7 @@ class SmartComponentLayoutUtility {
|
|
|
14510
14510
|
return result;
|
|
14511
14511
|
}
|
|
14512
14512
|
static getExpandableComponent(comp) {
|
|
14513
|
-
return comp.expandableComponents?.first?.componentRef?.instance
|
|
14513
|
+
return comp.expandableComponents?.first?.componentRef?.instance;
|
|
14514
14514
|
}
|
|
14515
14515
|
}
|
|
14516
14516
|
|