impaktapps-ui-builder 0.0.396 → 0.0.398

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.
@@ -8253,7 +8253,7 @@ const refreshSectionUiSchema = {
8253
8253
  }
8254
8254
  ]
8255
8255
  };
8256
- var event = (store2, dynamicData2, submitHandler, service2) => {
8256
+ var event = (store2, dynamicData2, submitHandler, service2, functionsName) => {
8257
8257
  return {
8258
8258
  setPage: async function() {
8259
8259
  const formdata = await this.getFormData();
@@ -8283,6 +8283,12 @@ var event = (store2, dynamicData2, submitHandler, service2) => {
8283
8283
  schema2.required = ["eventType", "Handler", "refreshElements"];
8284
8284
  }
8285
8285
  }
8286
+ if (functionsName) {
8287
+ schema2.properties.inBuiltFunctionType.oneOf = [
8288
+ ...schema2.properties.inBuiltFunctionType.oneOf,
8289
+ ...functionsName
8290
+ ];
8291
+ }
8286
8292
  store22.setSchema(schema2);
8287
8293
  store22.setUiSchema(uiSchema);
8288
8294
  },
@@ -8777,7 +8783,8 @@ var service = (funcParams) => {
8777
8783
  }
8778
8784
  },
8779
8785
  downloadFile: downloadFile$1,
8780
- download: doDownload
8786
+ download: doDownload,
8787
+ ...funcParams.functionsProvider
8781
8788
  };
8782
8789
  };
8783
8790
  var leaderBoard = {