impaktapps-ui-builder 1.0.118 → 1.0.119

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.
@@ -10505,9 +10505,9 @@ var service = (funcParams) => {
10505
10505
  var _a, _b, _c;
10506
10506
  const path = ((_a = funcParams.dynamicData) == null ? void 0 : _a.tableButtonPath) || funcParams.dynamicData.path.split(".")[funcParams.dynamicData.path.split(".").length - 1];
10507
10507
  if (((_b = eventGroups == null ? void 0 : eventGroups[eventType]) == null ? void 0 : _b[path]) !== void 0) {
10508
- (_c = eventGroups == null ? void 0 : eventGroups[eventType]) == null ? void 0 : _c[path].map((eventConfig) => {
10508
+ (_c = eventGroups == null ? void 0 : eventGroups[eventType]) == null ? void 0 : _c[path].map(async (eventConfig) => {
10509
10509
  executeEventsParameters.store.functionParameters = functionParameters;
10510
- executeEvents({
10510
+ await executeEvents({
10511
10511
  ...executeEventsParameters,
10512
10512
  config: eventConfig,
10513
10513
  componentName: path,