@smartbit4all/ng-client 3.3.173 → 3.3.175
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/view-context/smart-ui-action/ui-action-toolbar.component.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/lib/view-context/smart-ui-action/ui-action-toolbar.component.d.ts +3 -2
- package/package.json +1 -1
- package/smartbit4all-ng-client-3.3.175.tgz +0 -0
- package/smartbit4all-ng-client-3.3.173.tgz +0 -0
|
@@ -5176,6 +5176,9 @@ class UiActionToolbarComponent {
|
|
|
5176
5176
|
}
|
|
5177
5177
|
this.setUp();
|
|
5178
5178
|
}
|
|
5179
|
+
ngAfterViewInit() {
|
|
5180
|
+
this.changeDetector.detectChanges();
|
|
5181
|
+
}
|
|
5179
5182
|
ngOnChanges(changes) {
|
|
5180
5183
|
if (changes['uiActionModels']) {
|
|
5181
5184
|
let uiActionModels = changes['uiActionModels'].currentValue;
|