@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.
@@ -28240,7 +28240,7 @@ func.UI.update_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
28240
28240
  SYS_GLOBAL_OBJ_REFS[ref_field_id].props = _ds.in_parameters || {};
28241
28241
 
28242
28242
  if ($elm) {
28243
- const attributes = $elm?.data()?.xuData?.properties || {};
28243
+ const attributes = $elm?.data()?.xuData?.debug_info?.attribute_stat || {};
28244
28244
  SYS_GLOBAL_OBJ_REFS[ref_field_id].attributes = attributes;
28245
28245
  SYS_GLOBAL_OBJ_REFS[ref_field_id].xu_ui_id = $elm.attr('xu-ui-id');
28246
28246
  }