@xuda.io/runtime-bundle 1.0.570 → 1.0.571
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
|
@@ -12352,6 +12352,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
12352
12352
|
to: async function ($elm, val) {
|
|
12353
12353
|
for (const [key, node] of Object.entries(nodeP.children)) {
|
|
12354
12354
|
const ret = await func.UI.screen.render_ui_tree(SESSION_ID, $(val.value), node, parent_infoP, paramsP, jobNoP, is_skeleton, Number(key), null, node, null, $root_container);
|
|
12355
|
+
console.log(ret);
|
|
12355
12356
|
}
|
|
12356
12357
|
|
|
12357
12358
|
return { abort: true };
|
|
@@ -10084,6 +10084,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10084
10084
|
to: async function ($elm, val) {
|
|
10085
10085
|
for (const [key, node] of Object.entries(nodeP.children)) {
|
|
10086
10086
|
const ret = await func.UI.screen.render_ui_tree(SESSION_ID, $(val.value), node, parent_infoP, paramsP, jobNoP, is_skeleton, Number(key), null, node, null, $root_container);
|
|
10087
|
+
console.log(ret);
|
|
10087
10088
|
}
|
|
10088
10089
|
|
|
10089
10090
|
return { abort: true };
|