impaktapps-ui-builder 0.0.395 → 0.0.397

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,14 @@ var event = (store2, dynamicData2, submitHandler, service2) => {
8283
8283
  schema2.required = ["eventType", "Handler", "refreshElements"];
8284
8284
  }
8285
8285
  }
8286
+ if (functionsName) {
8287
+ schema2.inBuiltFunctionType.oneOf = [
8288
+ schema2.properties.inBuiltFunctionType.oneOf = [
8289
+ ...schema2.properties.inBuiltFunctionType.oneOf,
8290
+ ...functionsName
8291
+ ]
8292
+ ];
8293
+ }
8286
8294
  store22.setSchema(schema2);
8287
8295
  store22.setUiSchema(uiSchema);
8288
8296
  },
@@ -8777,7 +8785,8 @@ var service = (funcParams) => {
8777
8785
  }
8778
8786
  },
8779
8787
  downloadFile: downloadFile$1,
8780
- download: doDownload
8788
+ download: doDownload,
8789
+ ...funcParams.functionsProvider
8781
8790
  };
8782
8791
  };
8783
8792
  var leaderBoard = {