@smartbit4all/ng-client 3.3.123 → 3.3.124
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.component.mjs +1 -2
- package/fesm2015/smartbit4all-ng-client.mjs +0 -1
- package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs +0 -1
- package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
- package/package.json +1 -1
- package/smartbit4all-ng-client-3.3.124.tgz +0 -0
- package/smartbit4all-ng-client-3.3.123.tgz +0 -0
|
@@ -12898,7 +12898,6 @@ class SmartComponentLayoutComponent {
|
|
|
12898
12898
|
constructor(layoutService) {
|
|
12899
12899
|
this.layoutService = layoutService;
|
|
12900
12900
|
this._destroy$ = new Subject();
|
|
12901
|
-
this.toolbarId = 'not_initialized_yet';
|
|
12902
12901
|
}
|
|
12903
12902
|
ngAfterViewInit() {
|
|
12904
12903
|
if (this.smartFormList?.first) {
|