@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.
@@ -12125,12 +12125,13 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
12125
12125
 
12126
12126
  if (attr_value & (elem_val.$elm[0].tagName !== 'XURENDER')) {
12127
12127
  await add_execute_queue('execute_xu_all_attributes');
12128
- new_job = jobNoP;
12128
+
12129
12129
  continue; // bypass render job
12130
12130
  }
12131
12131
 
12132
12132
  if (!elem_val?.$elm?.data()?.xuData?.ui_type) continue;
12133
12133
 
12134
+ new_job = jobNoP;
12134
12135
  new_job = await func.UI.worker.add_to_queue(
12135
12136
  SESSION_ID,
12136
12137
  'gui event',
@@ -12676,6 +12677,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
12676
12677
  },
12677
12678
  // programParameters: async function ($elm, val) {},
12678
12679
  'xu-render': async function ($elm, val) {
12680
+ return {};
12679
12681
  let ret = await common_fx['xu-render']($elm, val);
12680
12682
  return ret;
12681
12683
  },
@@ -9857,12 +9857,13 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
9857
9857
 
9858
9858
  if (attr_value & (elem_val.$elm[0].tagName !== 'XURENDER')) {
9859
9859
  await add_execute_queue('execute_xu_all_attributes');
9860
- new_job = jobNoP;
9860
+
9861
9861
  continue; // bypass render job
9862
9862
  }
9863
9863
 
9864
9864
  if (!elem_val?.$elm?.data()?.xuData?.ui_type) continue;
9865
9865
 
9866
+ new_job = jobNoP;
9866
9867
  new_job = await func.UI.worker.add_to_queue(
9867
9868
  SESSION_ID,
9868
9869
  'gui event',
@@ -10408,6 +10409,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
10408
10409
  },
10409
10410
  // programParameters: async function ($elm, val) {},
10410
10411
  'xu-render': async function ($elm, val) {
10412
+ return {};
10411
10413
  let ret = await common_fx['xu-render']($elm, val);
10412
10414
  return ret;
10413
10415
  },