impaktapps-ui-builder 0.0.382-alpha.27 → 0.0.382-alpha.28
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 +3 -0
- 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/dist/src/impaktapps-ui-builder/runtime/services/service.d.ts +1 -0
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/runtime/services/service.ts +6 -3
|
@@ -8770,6 +8770,9 @@ var service = (funcParams) => {
|
|
|
8770
8770
|
functionParameters == null ? void 0 : functionParameters.handleReset();
|
|
8771
8771
|
}
|
|
8772
8772
|
},
|
|
8773
|
+
backHandler: (store2) => {
|
|
8774
|
+
store2.navigate(-1);
|
|
8775
|
+
},
|
|
8773
8776
|
callHandler: async function(eventType, functionParameters) {
|
|
8774
8777
|
var _a, _b, _c;
|
|
8775
8778
|
const path = ((_a = funcParams.dynamicData) == null ? void 0 : _a.tableButtonPath) || funcParams.dynamicData.path.split(".")[0];
|