impaktapps-ui-builder 0.0.86 → 0.0.87
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.
- package/dist/impaktapps-ui-builder.es.js +10 -11
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/runtime/services/events.ts +0 -1
- package/src/impaktapps-ui-builder/runtime/services/service.ts +10 -11
|
@@ -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,16 @@ var service = (funcParams) => {
|
|
|
9628
9617
|
eventGroups,
|
|
9629
9618
|
formDataHolder
|
|
9630
9619
|
});
|
|
9620
|
+
funcParams.store.setSchema(
|
|
9621
|
+
(pre) => {
|
|
9622
|
+
return {
|
|
9623
|
+
...schema2,
|
|
9624
|
+
properties: { ...schema2.properties, ...pre.properties }
|
|
9625
|
+
};
|
|
9626
|
+
}
|
|
9627
|
+
);
|
|
9628
|
+
uiSchema.elements.push(notifyUiSchema);
|
|
9629
|
+
funcParams.store.setUiSchema(uiSchema);
|
|
9631
9630
|
},
|
|
9632
9631
|
onCellRenderer: (cellParams) => {
|
|
9633
9632
|
var _a, _b, _c;
|