@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.
@@ -12400,6 +12400,8 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
12400
12400
  } else {
12401
12401
  $elm.removeClass(cla);
12402
12402
  }
12403
+
12404
+ $elm.data().xuData.debug_info.attribute_stat['xu-class'] = $elm.attr('class');
12403
12405
  }
12404
12406
  return {};
12405
12407
  } catch (e) {
@@ -10473,6 +10473,8 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
10473
10473
  } else {
10474
10474
  $elm.removeClass(cla);
10475
10475
  }
10476
+
10477
+ $elm.data().xuData.debug_info.attribute_stat['xu-class'] = $elm.attr('class');
10476
10478
  }
10477
10479
  return {};
10478
10480
  } catch (e) {