impaktapps-ui-builder 0.0.86 → 0.0.88

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.
@@ -9216,7 +9216,6 @@ function getRefreshElements(eventConfig, eventGropus) {
9216
9216
  } else {
9217
9217
  if (eventGropus == null ? void 0 : eventGropus.onLoad) {
9218
9218
  result = Object.keys(eventGropus == null ? void 0 : eventGropus.onLoad);
9219
- result.push(result[0]);
9220
9219
  }
9221
9220
  }
9222
9221
  return result;
@@ -9594,16 +9593,6 @@ var service = (funcParams) => {
9594
9593
  );
9595
9594
  const schema2 = (_d = pageData == null ? void 0 : pageData.schema) != null ? _d : { type: "object", properties: {} };
9596
9595
  eventGroups = {};
9597
- funcParams.store.setSchema(
9598
- (pre) => {
9599
- return {
9600
- ...schema2,
9601
- properties: { ...schema2.properties, ...pre.properties }
9602
- };
9603
- }
9604
- );
9605
- uiSchema.elements.push(notifyUiSchema);
9606
- funcParams.store.setUiSchema(uiSchema);
9607
9596
  eventGroups = extractEvents(config);
9608
9597
  executeEventsParameters = {
9609
9598
  config: {},
@@ -9628,6 +9617,17 @@ var service = (funcParams) => {
9628
9617
  eventGroups,
9629
9618
  formDataHolder
9630
9619
  });
9620
+ funcParams.store.setSchema(
9621
+ (pre) => {
9622
+ return {
9623
+ ...schema2,
9624
+ ...pre,
9625
+ properties: { ...schema2.properties, ...pre.properties }
9626
+ };
9627
+ }
9628
+ );
9629
+ uiSchema.elements.push(notifyUiSchema);
9630
+ funcParams.store.setUiSchema(uiSchema);
9631
9631
  },
9632
9632
  onCellRenderer: (cellParams) => {
9633
9633
  var _a, _b, _c;