@xuda.io/runtime-bundle 1.0.401 → 1.0.402

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.
@@ -9061,7 +9061,7 @@ func.UI.update_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
9061
9061
  SYS_GLOBAL_OBJ_REFS[ref_field_id].props = _ds.in_parameters || {};
9062
9062
 
9063
9063
  if ($elm) {
9064
- const attributes = $elm?.data()?.xuData?.properties || {};
9064
+ const attributes = $elm?.data()?.xuData?.debug_info?.attribute_stat || {};
9065
9065
  SYS_GLOBAL_OBJ_REFS[ref_field_id].attributes = attributes;
9066
9066
  SYS_GLOBAL_OBJ_REFS[ref_field_id].xu_ui_id = $elm.attr('xu-ui-id');
9067
9067
  }
@@ -9062,7 +9062,7 @@ func.UI.update_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
9062
9062
  SYS_GLOBAL_OBJ_REFS[ref_field_id].props = _ds.in_parameters || {};
9063
9063
 
9064
9064
  if ($elm) {
9065
- const attributes = $elm?.data()?.xuData?.properties || {};
9065
+ const attributes = $elm?.data()?.xuData?.debug_info?.attribute_stat || {};
9066
9066
  SYS_GLOBAL_OBJ_REFS[ref_field_id].attributes = attributes;
9067
9067
  SYS_GLOBAL_OBJ_REFS[ref_field_id].xu_ui_id = $elm.attr('xu-ui-id');
9068
9068
  }