impaktapps-ui-builder 0.0.382-alpha.323 → 0.0.382-alpha.324
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.
|
@@ -9167,7 +9167,8 @@ var service = (funcParams) => {
|
|
|
9167
9167
|
);
|
|
9168
9168
|
funcParams.uiSchema.elements.push(notifyUiSchema);
|
|
9169
9169
|
funcParams.store.setUiSchema(funcParams.uiSchema);
|
|
9170
|
-
funcParams.store.setFormdata(
|
|
9170
|
+
funcParams.store.setFormdata({});
|
|
9171
|
+
setTimeout(() => {
|
|
9171
9172
|
executeRefreshHandler({
|
|
9172
9173
|
config: {},
|
|
9173
9174
|
componentName: "",
|
|
@@ -9178,8 +9179,7 @@ var service = (funcParams) => {
|
|
|
9178
9179
|
serviceHolder: this,
|
|
9179
9180
|
eventGroups
|
|
9180
9181
|
});
|
|
9181
|
-
|
|
9182
|
-
});
|
|
9182
|
+
}, 5e3);
|
|
9183
9183
|
},
|
|
9184
9184
|
onClick: async function() {
|
|
9185
9185
|
await this.callHandler("onClick");
|