@xuda.io/runtime-bundle 1.0.621 → 1.0.622
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.
|
@@ -31985,6 +31985,11 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
31985
31985
|
return ret;
|
|
31986
31986
|
}
|
|
31987
31987
|
|
|
31988
|
+
////// render default children tree
|
|
31989
|
+
if (nodeP.children.length) {
|
|
31990
|
+
const default_children_ret = await func.UI.screen.render_ui_tree(SESSION_ID, $container, nodeP.children[0], parent_infoP, paramsP, jobNoP, null, 0, null, nodeP, null, $root_container);
|
|
31991
|
+
}
|
|
31992
|
+
|
|
31988
31993
|
if (!val.value) {
|
|
31989
31994
|
val.value = '_empty_panel_program';
|
|
31990
31995
|
}
|
|
@@ -32661,6 +32666,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32661
32666
|
return {};
|
|
32662
32667
|
}
|
|
32663
32668
|
if (!$elm.data().xuData) return;
|
|
32669
|
+
|
|
32664
32670
|
$elm.data().xuData.debug_info.attribute_stat[new_val.key] = new_val.value;
|
|
32665
32671
|
|
|
32666
32672
|
// IGNORE UNDEFINED or NULL ATTRIBUTES
|