@xuda.io/runtime-bundle 1.0.312 → 1.0.313

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.
@@ -14204,7 +14204,7 @@ func.UI.screen.screen_loading_done = async function (SESSION_ID, paramsP, $div,
14204
14204
 
14205
14205
  func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, parent_infoP, paramsP, jobNoP, is_skeleton, keyP, is_mainP, parent_nodeP, check_existP, $root_container) {
14206
14206
  if (!is_skeleton) {
14207
- const _session = SESSION_OBJ[SESSION_ID];
14207
+ var _session = SESSION_OBJ[SESSION_ID];
14208
14208
  var _ds = _session.DS_GLB[paramsP.dsSessionP];
14209
14209
  }
14210
14210
  var prop;
@@ -11614,7 +11614,7 @@ func.UI.screen.screen_loading_done = async function (SESSION_ID, paramsP, $div,
11614
11614
 
11615
11615
  func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, parent_infoP, paramsP, jobNoP, is_skeleton, keyP, is_mainP, parent_nodeP, check_existP, $root_container) {
11616
11616
  if (!is_skeleton) {
11617
- const _session = SESSION_OBJ[SESSION_ID];
11617
+ var _session = SESSION_OBJ[SESSION_ID];
11618
11618
  var _ds = _session.DS_GLB[paramsP.dsSessionP];
11619
11619
  }
11620
11620
  var prop;