@xuda.io/runtime-bundle 1.0.1063 → 1.0.1064

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.
@@ -13187,7 +13187,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
13187
13187
 
13188
13188
  let _xuData = $elm.data().xuData;
13189
13189
  if (!_xuData.attr_exp_info) {
13190
- attr_exp_info = {};
13190
+ _xuData.attr_exp_info = {};
13191
13191
  }
13192
13192
 
13193
13193
  const attr = `xu-exp:${attrib}`;
@@ -10912,7 +10912,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
10912
10912
 
10913
10913
  let _xuData = $elm.data().xuData;
10914
10914
  if (!_xuData.attr_exp_info) {
10915
- attr_exp_info = {};
10915
+ _xuData.attr_exp_info = {};
10916
10916
  }
10917
10917
 
10918
10918
  const attr = `xu-exp:${attrib}`;