@xuda.io/runtime-bundle 1.0.638 → 1.0.640

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.
@@ -13266,7 +13266,11 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
13266
13266
  break;
13267
13267
  }
13268
13268
 
13269
- if (typeof nodeP.attributes[attr] === 'undefined') {
13269
+ // if (typeof nodeP.attributes[attr] === 'undefined') {
13270
+ // continue;
13271
+ // }
13272
+
13273
+ if (typeof func.UI.screen.fix_val_defaults(attr, nodeP.attributes[attr]) === 'undefined') {
13270
13274
  continue;
13271
13275
  }
13272
13276
 
@@ -10988,7 +10988,11 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
10988
10988
  break;
10989
10989
  }
10990
10990
 
10991
- if (typeof nodeP.attributes[attr] === 'undefined') {
10991
+ // if (typeof nodeP.attributes[attr] === 'undefined') {
10992
+ // continue;
10993
+ // }
10994
+
10995
+ if (typeof func.UI.screen.fix_val_defaults(attr, nodeP.attributes[attr]) === 'undefined') {
10992
10996
  continue;
10993
10997
  }
10994
10998