@smartbit4all/ng-client 3.3.29 → 3.3.31
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 +3 -2
- package/fesm2015/smartbit4all-ng-client.mjs +2 -1
- package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs +2 -1
- package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
- package/package.json +1 -1
- package/smartbit4all-ng-client-3.3.31.tgz +0 -0
- package/smartbit4all-ng-client-3.3.29.tgz +0 -0
|
@@ -14636,11 +14636,12 @@ class SmartComponentApiClient {
|
|
|
14636
14636
|
if (!actionModel) {
|
|
14637
14637
|
actionModel = globalUiActionModels;
|
|
14638
14638
|
}
|
|
14639
|
-
actionModel.
|
|
14639
|
+
actionModel.push(action);
|
|
14640
14640
|
});
|
|
14641
14641
|
this.uiActionModels = globalUiActionModels;
|
|
14642
14642
|
toolbars.forEach((toolbar) => {
|
|
14643
14643
|
toolbar.uiActionModels = toolbarModels.get(toolbar.id);
|
|
14644
|
+
toolbar.setUp();
|
|
14644
14645
|
});
|
|
14645
14646
|
}
|
|
14646
14647
|
}
|