impaktapps-ui-builder 0.0.595 → 0.0.596

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.
@@ -9501,6 +9501,16 @@ var service = (funcParams) => {
9501
9501
  }
9502
9502
  );
9503
9503
  const schema2 = (_d = pageData == null ? void 0 : pageData.schema) != null ? _d : { type: "object", properties: {} };
9504
+ funcParams.store.setSchema(
9505
+ (pre) => {
9506
+ return {
9507
+ ...schema2,
9508
+ properties: { ...schema2.properties, ...pre.properties }
9509
+ };
9510
+ }
9511
+ );
9512
+ uiSchema.elements.push(notifyUiSchema);
9513
+ funcParams.store.setUiSchema(uiSchema);
9504
9514
  eventGroups = {};
9505
9515
  eventGroups = extractEvents(config);
9506
9516
  executeEventsParameters = {
@@ -9526,16 +9536,6 @@ var service = (funcParams) => {
9526
9536
  eventGroups,
9527
9537
  formDataHolder
9528
9538
  });
9529
- funcParams.store.setSchema(
9530
- (pre) => {
9531
- return {
9532
- ...schema2,
9533
- properties: { ...schema2.properties, ...pre.properties }
9534
- };
9535
- }
9536
- );
9537
- uiSchema.elements.push(notifyUiSchema);
9538
- funcParams.store.setUiSchema(uiSchema);
9539
9539
  },
9540
9540
  onCellRenderer: (cellParams) => {
9541
9541
  var _a, _b, _c;