@xuda.io/runtime-bundle 1.0.892 → 1.0.893

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.
@@ -31336,7 +31336,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
31336
31336
  if (avoid_xu_for_refresh) return;
31337
31337
  await func.UI.worker.add_to_queue(SESSION_ID, 'gui event', 'execute_xu_for', obj, new_job, _elem_val.$elm, _elem_val.$elm.data().xuData.paramsP.dsSessionP);
31338
31338
 
31339
- if (_session.engine_mode === 'live_preview') {
31339
+ if (glb.DEBUG_MODE) {
31340
31340
  console.info('node execute_xu_for', obj, panel_val);
31341
31341
  }
31342
31342
 
@@ -32177,7 +32177,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32177
32177
  console.warn(e);
32178
32178
  }
32179
32179
 
32180
- return {};
32180
+ return { abort: true };
32181
32181
  },
32182
32182
  'xu-for': async function ($elm, data) {
32183
32183
  // exit if call from rendered xu-for item to prevent infante loop (parent_infoP?.iterate_info indicate call from rendered item)