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.
@@ -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];