@smartbit4all/ng-client 3.3.175 → 3.3.176
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.176.tgz +0 -0
- package/smartbit4all-ng-client-3.3.175.tgz +0 -0
|
@@ -5179,6 +5179,9 @@ class UiActionToolbarComponent {
|
|
|
5179
5179
|
ngAfterViewInit() {
|
|
5180
5180
|
this.changeDetector.detectChanges();
|
|
5181
5181
|
}
|
|
5182
|
+
ngAfterViewChecked() {
|
|
5183
|
+
this.changeDetector.detectChanges();
|
|
5184
|
+
}
|
|
5182
5185
|
ngOnChanges(changes) {
|
|
5183
5186
|
if (changes['uiActionModels']) {
|
|
5184
5187
|
let uiActionModels = changes['uiActionModels'].currentValue;
|