@xuda.io/runtime-bundle 1.0.642 → 1.0.643

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.
@@ -13270,7 +13270,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
13270
13270
  // continue;
13271
13271
  // }
13272
13272
 
13273
- if (!nodeP.attributes[`xu-exp:${attr}`] && typeof func.UI.screen.fix_val_defaults(attr, nodeP.attributes[attr]) === 'undefined') {
13273
+ if (typeof func.UI.screen.fix_val_defaults(attr, (await get_xuExp(attr)) || nodeP.attributes[attr]) === 'undefined') {
13274
13274
  continue;
13275
13275
  }
13276
13276
 
@@ -10992,7 +10992,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
10992
10992
  // continue;
10993
10993
  // }
10994
10994
 
10995
- if (!nodeP.attributes[`xu-exp:${attr}`] && typeof func.UI.screen.fix_val_defaults(attr, nodeP.attributes[attr]) === 'undefined') {
10995
+ if (typeof func.UI.screen.fix_val_defaults(attr, (await get_xuExp(attr)) || nodeP.attributes[attr]) === 'undefined') {
10996
10996
  continue;
10997
10997
  }
10998
10998