@smartbit4all/ng-client 3.3.117 → 3.3.118

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.
@@ -3232,6 +3232,9 @@ class SmartViewContextService {
3232
3232
  this.handlePerformActionResponse(change);
3233
3233
  return change;
3234
3234
  }
3235
+ getCurrentViewContext() {
3236
+ return this.viewContext;
3237
+ }
3235
3238
  }
3236
3239
  SmartViewContextService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: SmartViewContextService, deps: [{ token: ViewService }, { token: SmartSessionService }, { token: SmartNavigationService }, { token: SmartViewContextDialogService }, { token: ApiQueueService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
3237
3240
  SmartViewContextService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: SmartViewContextService, providedIn: 'root' });
@@ -15128,10 +15131,6 @@ class SmartComponentApiClient {
15128
15131
  actionModel.push(action);
15129
15132
  });
15130
15133
  this.uiActionModels = globalUiActionModels;
15131
- // toolbars.forEach((toolbar) => {
15132
- // toolbar.uiActionModels = toolbarModels.get(toolbar.id!);
15133
- // toolbar.setUp();
15134
- // });
15135
15134
  Promise.all(toolbars.map((toolbar) => {
15136
15135
  toolbar.uiActionModels = toolbarModels.get(toolbar.id);
15137
15136
  return toolbar.setUp();