impaktapps-ui-builder 0.0.382-alpha.336 → 0.0.382-alpha.337

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.
@@ -9198,7 +9198,9 @@ var service = (funcParams) => {
9198
9198
  });
9199
9199
  },
9200
9200
  onClick: async function() {
9201
+ alert("Loading");
9201
9202
  await this.callHandler("onClick");
9203
+ alert("end");
9202
9204
  },
9203
9205
  onFileDownload: async function() {
9204
9206
  await this.callHandler("onDownload");
@@ -9293,12 +9295,11 @@ var service = (funcParams) => {
9293
9295
  if (((_b = eventGroups == null ? void 0 : eventGroups[eventType]) == null ? void 0 : _b[path]) !== void 0) {
9294
9296
  for (const eventConfig of (_c = eventGroups == null ? void 0 : eventGroups[eventType]) == null ? void 0 : _c[path]) {
9295
9297
  executeEventsParameters.store.functionParameters = functionParameters;
9296
- const res = await executeEvents({
9298
+ await executeEvents({
9297
9299
  ...executeEventsParameters,
9298
9300
  config: eventConfig,
9299
9301
  componentName: path
9300
9302
  });
9301
- console.log("valll", res);
9302
9303
  }
9303
9304
  }
9304
9305
  },