impaktapps-ui-builder 0.0.382-alpha.36 → 0.0.382-alpha.37

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.
@@ -8762,6 +8762,9 @@ var service = (funcParams) => {
8762
8762
  functionParameters == null ? void 0 : functionParameters.handleNext();
8763
8763
  }
8764
8764
  },
8765
+ backHandler: () => {
8766
+ funcParams.store.navigate(-1);
8767
+ },
8765
8768
  onReset: async function(functionParameters) {
8766
8769
  var _a, _b;
8767
8770
  const path = ((_a = funcParams.dynamicData) == null ? void 0 : _a.tableButtonPath) || funcParams.dynamicData.path.split(".")[0];