@xuda.io/runtime-bundle 1.0.400 → 1.0.401

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.
@@ -32432,6 +32432,8 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32432
32432
  } else {
32433
32433
  $elm.removeClass(cla);
32434
32434
  }
32435
+
32436
+ $elm.data().xuData.debug_info.attribute_stat['xu-class'] = $elm.attr('class');
32435
32437
  }
32436
32438
  return {};
32437
32439
  } catch (e) {