@xuda.io/runtime-bundle 1.0.501 → 1.0.502
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
|
@@ -12149,7 +12149,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
12149
12149
|
null,
|
|
12150
12150
|
null,
|
|
12151
12151
|
wrapper_data.xuData.key, // the wrapper key
|
|
12152
|
-
|
|
12152
|
+
panel_val._ds.dsSession, // the refreshed_ds
|
|
12153
12153
|
wrapper_data.xuData.parent_node, // the wrapper parent node
|
|
12154
12154
|
null,
|
|
12155
12155
|
wrapper_data.xuData.$root_container, // the wrapper root container
|
|
@@ -13761,7 +13761,7 @@ func.UI.screen.screen_loading_done = async function (SESSION_ID, paramsP, $div,
|
|
|
13761
13761
|
return $div;
|
|
13762
13762
|
};
|
|
13763
13763
|
|
|
13764
|
-
func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, parent_infoP, paramsP, jobNoP, is_skeleton, keyP,
|
|
13764
|
+
func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, parent_infoP, paramsP, jobNoP, is_skeleton, keyP, refreshed_ds, parent_nodeP, check_existP, $root_container) {
|
|
13765
13765
|
if (!is_skeleton) {
|
|
13766
13766
|
var _session = SESSION_OBJ[SESSION_ID];
|
|
13767
13767
|
var _ds = _session.DS_GLB[paramsP.dsSessionP];
|
|
@@ -9881,7 +9881,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
9881
9881
|
null,
|
|
9882
9882
|
null,
|
|
9883
9883
|
wrapper_data.xuData.key, // the wrapper key
|
|
9884
|
-
|
|
9884
|
+
panel_val._ds.dsSession, // the refreshed_ds
|
|
9885
9885
|
wrapper_data.xuData.parent_node, // the wrapper parent node
|
|
9886
9886
|
null,
|
|
9887
9887
|
wrapper_data.xuData.$root_container, // the wrapper root container
|
|
@@ -11493,7 +11493,7 @@ func.UI.screen.screen_loading_done = async function (SESSION_ID, paramsP, $div,
|
|
|
11493
11493
|
return $div;
|
|
11494
11494
|
};
|
|
11495
11495
|
|
|
11496
|
-
func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, parent_infoP, paramsP, jobNoP, is_skeleton, keyP,
|
|
11496
|
+
func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, parent_infoP, paramsP, jobNoP, is_skeleton, keyP, refreshed_ds, parent_nodeP, check_existP, $root_container) {
|
|
11497
11497
|
if (!is_skeleton) {
|
|
11498
11498
|
var _session = SESSION_OBJ[SESSION_ID];
|
|
11499
11499
|
var _ds = _session.DS_GLB[paramsP.dsSessionP];
|