@xuda.io/runtime-bundle 1.0.567 → 1.0.568
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
|
@@ -12350,7 +12350,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
12350
12350
|
},
|
|
12351
12351
|
[`xu-teleport`]: {
|
|
12352
12352
|
to: async function ($elm, val) {
|
|
12353
|
-
const ret = await func.UI.screen.render_ui_tree(SESSION_ID, $(val.value), nodeP, parent_infoP, paramsP, jobNoP, is_skeleton, Number(
|
|
12353
|
+
const ret = await func.UI.screen.render_ui_tree(SESSION_ID, $(val.value), nodeP, parent_infoP, paramsP, jobNoP, is_skeleton, Number(keyP), null, nodeP, null, $root_container);
|
|
12354
12354
|
|
|
12355
12355
|
return { abort: true };
|
|
12356
12356
|
},
|
|
@@ -10082,7 +10082,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10082
10082
|
},
|
|
10083
10083
|
[`xu-teleport`]: {
|
|
10084
10084
|
to: async function ($elm, val) {
|
|
10085
|
-
const ret = await func.UI.screen.render_ui_tree(SESSION_ID, $(val.value), nodeP, parent_infoP, paramsP, jobNoP, is_skeleton, Number(
|
|
10085
|
+
const ret = await func.UI.screen.render_ui_tree(SESSION_ID, $(val.value), nodeP, parent_infoP, paramsP, jobNoP, is_skeleton, Number(keyP), null, nodeP, null, $root_container);
|
|
10086
10086
|
|
|
10087
10087
|
return { abort: true };
|
|
10088
10088
|
},
|