@xuda.io/runtime-bundle 1.0.1151 → 1.0.1153

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.
@@ -32795,7 +32795,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32795
32795
  // ${val.value}
32796
32796
  // })(document.querySelector(\`[xu-ui-id="${$elm.attr('xu-ui-id')}"]\`));`;
32797
32797
 
32798
- const fn = `function(el) {${val.value} };`;
32798
+ const fn = `(el)=>{${val.value} };`;
32799
32799
 
32800
32800
  var res = eval(fn);
32801
32801
  res($elm[0]);