impaktapps-ui-builder 1.0.108 → 1.0.110

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.
@@ -10496,7 +10496,7 @@ var service = (funcParams) => {
10496
10496
  (_c = eventGroups == null ? void 0 : eventGroups[eventType]) == null ? void 0 : _c[path].map((eventConfig) => {
10497
10497
  executeEventsParameters.store.functionParameters = functionParameters;
10498
10498
  if (eventConfig.Handler === "refresh") {
10499
- executeEvents({
10499
+ executeRefreshHandler({
10500
10500
  ...executeEventsParameters,
10501
10501
  config: eventConfig,
10502
10502
  componentName: path,
@@ -11129,7 +11129,7 @@ const buildTable = (config2, componentScope2) => {
11129
11129
  table.config.main.lazyLoading = config2.lazyLoading === "YES" ? true : false;
11130
11130
  }
11131
11131
  if (config2.defaultColumnSize) {
11132
- table.config.main.enableRowMovement = config2.defaultColumnSize;
11132
+ table.config.main.defaultColumnSize = config2.defaultColumnSize;
11133
11133
  }
11134
11134
  if (config2.enableRowMovement) {
11135
11135
  table.config.main.enableRowMovement = config2.enableRowMovement === "YES" ? true : false;