impaktapps-ui-builder 0.0.313 → 0.0.314

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.
@@ -8346,7 +8346,7 @@ var service = (funcParams) => {
8346
8346
  onFileDownload: async () => {
8347
8347
  var _a;
8348
8348
  const path = ((_a = funcParams.dynamicData) == null ? void 0 : _a.tableButtonPath) || funcParams.dynamicData.path.split(".")[0];
8349
- for (const eventConfig of eventGroups == null ? void 0 : eventGroups.onFileDownload[path]) {
8349
+ for (const eventConfig of eventGroups == null ? void 0 : eventGroups.onDownload[path]) {
8350
8350
  await executeEvents({
8351
8351
  ...executeEventsParameters,
8352
8352
  config: eventConfig,
@@ -8357,7 +8357,7 @@ var service = (funcParams) => {
8357
8357
  onFileUpload: async () => {
8358
8358
  var _a;
8359
8359
  const path = ((_a = funcParams.dynamicData) == null ? void 0 : _a.tableButtonPath) || funcParams.dynamicData.path.split(".")[0];
8360
- for (const eventConfig of eventGroups == null ? void 0 : eventGroups.onFileUpload[path]) {
8360
+ for (const eventConfig of eventGroups == null ? void 0 : eventGroups.onUpload[path]) {
8361
8361
  await executeEvents({
8362
8362
  ...executeEventsParameters,
8363
8363
  config: eventConfig,