@smartbit4all/ng-client 3.3.168 → 3.3.169
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 -2
- package/fesm2015/smartbit4all-ng-client.mjs +3 -2
- 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.169.tgz +0 -0
- package/smartbit4all-ng-client-3.3.168.tgz +0 -0
|
@@ -15368,7 +15368,6 @@ class SmartComponentApiClient {
|
|
|
15368
15368
|
}
|
|
15369
15369
|
this.changeDetector?.detectChanges();
|
|
15370
15370
|
this.initActions();
|
|
15371
|
-
this.changeDetector?.detectChanges();
|
|
15372
15371
|
// TODO: layout, widgets
|
|
15373
15372
|
}
|
|
15374
15373
|
getAllSmartFormComponents() {
|
|
@@ -15449,6 +15448,7 @@ class SmartComponentApiClient {
|
|
|
15449
15448
|
}))
|
|
15450
15449
|
.then(() => {
|
|
15451
15450
|
// continue code here if needed
|
|
15451
|
+
this.changeDetector?.detectChanges();
|
|
15452
15452
|
})
|
|
15453
15453
|
.catch((error) => {
|
|
15454
15454
|
console.error('An error occurred during toolbar setup:', error);
|