impaktapps-ui-builder 0.0.393-alpha.3 → 0.0.393-alpha.4
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.
|
@@ -8612,16 +8612,6 @@ var service = (funcParams) => {
|
|
|
8612
8612
|
serviceHolder: this,
|
|
8613
8613
|
eventGroups
|
|
8614
8614
|
};
|
|
8615
|
-
await executeRefreshHandler({
|
|
8616
|
-
config: {},
|
|
8617
|
-
componentName: "",
|
|
8618
|
-
store: funcParams.store,
|
|
8619
|
-
dynamicData: funcParams.dynamicData,
|
|
8620
|
-
userValue: funcParams.userValue,
|
|
8621
|
-
service: funcParams.service,
|
|
8622
|
-
serviceHolder: this,
|
|
8623
|
-
eventGroups
|
|
8624
|
-
});
|
|
8625
8615
|
funcParams.store.setSchema(
|
|
8626
8616
|
(pre) => {
|
|
8627
8617
|
return {
|