@smartbit4all/ng-client 3.3.35 → 3.3.36
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 +5 -1
- package/esm2020/lib/smart-grid/smart-grid.component.mjs +1 -1
- package/fesm2015/smartbit4all-ng-client.mjs +4 -0
- package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs +4 -0
- package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
- package/lib/smart-grid/smart-grid.component.d.ts +1 -1
- package/package.json +1 -1
- package/smartbit4all-ng-client-3.3.36.tgz +0 -0
- package/smartbit4all-ng-client-3.3.35.tgz +0 -0
|
@@ -14522,6 +14522,10 @@ class SmartComponentApiClient {
|
|
|
14522
14522
|
grid.smartGrid.uiActionDescriptorService = this.uiActionDescriptorService;
|
|
14523
14523
|
grid.smartGrid.serviceToUse = this;
|
|
14524
14524
|
grid.smartGrid.viewContextService = this.viewContext;
|
|
14525
|
+
grid.setupToolbar();
|
|
14526
|
+
if (grid.toolbar) {
|
|
14527
|
+
this.initActions();
|
|
14528
|
+
}
|
|
14525
14529
|
}
|
|
14526
14530
|
if (this.uuid && this.uuid !== grid.uuid)
|
|
14527
14531
|
grid.uuid = this.uuid;
|