impaktapps-ui-builder 0.0.1061 → 0.0.1063

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.
@@ -10510,7 +10510,7 @@ var service = (funcParams) => {
10510
10510
  },
10511
10511
  callHandler: async function(eventType, functionParameters) {
10512
10512
  var _a, _b, _c;
10513
- const path = ((_a = funcParams.dynamicData) == null ? void 0 : _a.tableButtonPath) || funcParams.dynamicData.path.split(".")[0];
10513
+ const path = ((_a = funcParams.dynamicData) == null ? void 0 : _a.tableButtonPath) || funcParams.dynamicData.path.split(".")[funcParams.dynamicData.path.split(".").length - 1];
10514
10514
  if (((_b = eventGroups == null ? void 0 : eventGroups[eventType]) == null ? void 0 : _b[path]) !== void 0) {
10515
10515
  Promise.all((_c = eventGroups == null ? void 0 : eventGroups[eventType]) == null ? void 0 : _c[path].map((eventConfig) => {
10516
10516
  executeEventsParameters.store.functionParameters = functionParameters;
@@ -12497,7 +12497,7 @@ const buildUiSchema = (config2, store2) => {
12497
12497
  enableColumnFilter: Object.keys(filterMap).length === 0 ? true : (_a = filterMap[cellElem.name]) != null ? _a : false,
12498
12498
  columnFilterModeOptions: config2.filteringOptions,
12499
12499
  enableSorting: config2.enableSorting === "No" ? false : true,
12500
- columnKey: config2.columnKey
12500
+ columnKey: cellElem.columnKey
12501
12501
  };
12502
12502
  if (cellElem.type) {
12503
12503
  return {