@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.
|
@@ -32047,7 +32047,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32047
32047
|
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);
|
|
32048
32048
|
// $teleport_elm.data('xuTeleportParentId', );
|
|
32049
32049
|
$elm.data().xuTeleportData.push($teleport_elm.attr('xu-ui-id'));
|
|
32050
|
-
console.log(
|
|
32050
|
+
console.log($teleport_elm);
|
|
32051
32051
|
}
|
|
32052
32052
|
|
|
32053
32053
|
// Select the node that will be observed for mutations
|