@xuda.io/runtime-bundle 1.0.937 → 1.0.938

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.
@@ -12973,7 +12973,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
12973
12973
  }
12974
12974
 
12975
12975
  // XU-ATTRS
12976
- if (nodeP?.attributes?.['xu-attrs']) {
12976
+ if (nodeP?.attributes?.['xu-attrs'] || nodeP?.attributes?.['xu-exp:xu-attrs']) {
12977
12977
  const attr = 'xu-attrs';
12978
12978
  let ret = await func.UI.screen.execute_xu_functions(
12979
12979
  SESSION_ID,
@@ -10700,7 +10700,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
10700
10700
  }
10701
10701
 
10702
10702
  // XU-ATTRS
10703
- if (nodeP?.attributes?.['xu-attrs']) {
10703
+ if (nodeP?.attributes?.['xu-attrs'] || nodeP?.attributes?.['xu-exp:xu-attrs']) {
10704
10704
  const attr = 'xu-attrs';
10705
10705
  let ret = await func.UI.screen.execute_xu_functions(
10706
10706
  SESSION_ID,