@xuda.io/runtime-bundle 1.0.456 → 1.0.457
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
|
@@ -11796,7 +11796,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
11796
11796
|
const new_$div = await func.UI.screen.render_ui_tree(
|
|
11797
11797
|
SESSION_ID,
|
|
11798
11798
|
$div_elm, // the wrapper
|
|
11799
|
-
_.cloneDeep(wrapper_data.xuData.node_org[0]), // the xu-panel node
|
|
11799
|
+
_.cloneDeep(wrapper_data.xuData.node_org.children[0]), // the xu-panel node
|
|
11800
11800
|
{},
|
|
11801
11801
|
wrapper_data.xuData.paramsP, // the wrapper params
|
|
11802
11802
|
null,
|
|
@@ -9869,7 +9869,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
9869
9869
|
const new_$div = await func.UI.screen.render_ui_tree(
|
|
9870
9870
|
SESSION_ID,
|
|
9871
9871
|
$div_elm, // the wrapper
|
|
9872
|
-
_.cloneDeep(wrapper_data.xuData.node_org[0]), // the xu-panel node
|
|
9872
|
+
_.cloneDeep(wrapper_data.xuData.node_org.children[0]), // the xu-panel node
|
|
9873
9873
|
{},
|
|
9874
9874
|
wrapper_data.xuData.paramsP, // the wrapper params
|
|
9875
9875
|
null,
|