@xuda.io/runtime-bundle 1.0.572 → 1.0.573
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
|
@@ -12356,7 +12356,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
12356
12356
|
const $teleport_elm = 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);
|
|
12357
12357
|
// $teleport_elm.data('xuTeleportParentId', );
|
|
12358
12358
|
$elm.data().xuTeleportData.push($teleport_elm.attr('xu-ui-id'));
|
|
12359
|
-
console.log(
|
|
12359
|
+
console.log($teleport_elm);
|
|
12360
12360
|
}
|
|
12361
12361
|
|
|
12362
12362
|
// Select the node that will be observed for mutations
|
|
@@ -10088,7 +10088,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10088
10088
|
const $teleport_elm = 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);
|
|
10089
10089
|
// $teleport_elm.data('xuTeleportParentId', );
|
|
10090
10090
|
$elm.data().xuTeleportData.push($teleport_elm.attr('xu-ui-id'));
|
|
10091
|
-
console.log(
|
|
10091
|
+
console.log($teleport_elm);
|
|
10092
10092
|
}
|
|
10093
10093
|
|
|
10094
10094
|
// Select the node that will be observed for mutations
|