@xuda.io/runtime-bundle 1.0.538 → 1.0.540

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,6 +12125,7 @@ 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
  continue; // bypass render job
12129
12130
  }
12130
12131
 
@@ -14234,7 +14235,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
14234
14235
 
14235
14236
  SESSION_OBJ[SESSION_ID].DS_GLB[0].data_system.SYS_OBJ_WIN_ELEMENT_HOVERED_ATTRIBUTES = attributes;
14236
14237
  //////////////////////////////////
14237
- if (!$div.data()) return;
14238
+ if (!$div.data()?.xuData) return;
14238
14239
  const _iterate_info = $div.data().xuData.iterate_info;
14239
14240
  if (_iterate_info) {
14240
14241
  if (_iterate_info.is_key_dynamic_field) {
@@ -9857,6 +9857,7 @@ 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
  continue; // bypass render job
9861
9862
  }
9862
9863
 
@@ -11966,7 +11967,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
11966
11967
 
11967
11968
  SESSION_OBJ[SESSION_ID].DS_GLB[0].data_system.SYS_OBJ_WIN_ELEMENT_HOVERED_ATTRIBUTES = attributes;
11968
11969
  //////////////////////////////////
11969
- if (!$div.data()) return;
11970
+ if (!$div.data()?.xuData) return;
11970
11971
  const _iterate_info = $div.data().xuData.iterate_info;
11971
11972
  if (_iterate_info) {
11972
11973
  if (_iterate_info.is_key_dynamic_field) {