@xuda.io/runtime-bundle 1.0.540 → 1.0.542

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.
@@ -31816,12 +31816,13 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
31816
31816
 
31817
31817
  if (attr_value & (elem_val.$elm[0].tagName !== 'XURENDER')) {
31818
31818
  await add_execute_queue('execute_xu_all_attributes');
31819
- new_job = jobNoP;
31819
+
31820
31820
  continue; // bypass render job
31821
31821
  }
31822
31822
 
31823
31823
  if (!elem_val?.$elm?.data()?.xuData?.ui_type) continue;
31824
31824
 
31825
+ new_job = jobNoP;
31825
31826
  new_job = await func.UI.worker.add_to_queue(
31826
31827
  SESSION_ID,
31827
31828
  'gui event',
@@ -32367,6 +32368,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32367
32368
  },
32368
32369
  // programParameters: async function ($elm, val) {},
32369
32370
  'xu-render': async function ($elm, val) {
32371
+ return {};
32370
32372
  let ret = await common_fx['xu-render']($elm, val);
32371
32373
  return ret;
32372
32374
  },