@xuda.io/runtime-bundle 1.0.1147 → 1.0.1149
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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -13109,7 +13109,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
13109
13109
|
// var res = eval('(' + val.value + ')');
|
|
13110
13110
|
const fn = `(function(el, evt) {
|
|
13111
13111
|
${val.value}
|
|
13112
|
-
})(document.querySelector(\`[xu-ui-id="${$elm.attr('xu-ui-id')}"]\`),evt)
|
|
13112
|
+
})(document.querySelector(\`[xu-ui-id="${$elm.attr('xu-ui-id')}"]\`),evt);`;
|
|
13113
13113
|
|
|
13114
13114
|
var res = eval(fn);
|
|
13115
13115
|
// if (typeof res === 'function') {
|
|
@@ -10834,7 +10834,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10834
10834
|
// var res = eval('(' + val.value + ')');
|
|
10835
10835
|
const fn = `(function(el, evt) {
|
|
10836
10836
|
${val.value}
|
|
10837
|
-
})(document.querySelector(\`[xu-ui-id="${$elm.attr('xu-ui-id')}"]\`),evt)
|
|
10837
|
+
})(document.querySelector(\`[xu-ui-id="${$elm.attr('xu-ui-id')}"]\`),evt);`;
|
|
10838
10838
|
|
|
10839
10839
|
var res = eval(fn);
|
|
10840
10840
|
// if (typeof res === 'function') {
|