@xuda.io/runtime-bundle 1.0.1021 → 1.0.1023

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.
@@ -14764,9 +14764,10 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
14764
14764
  if (glb.new_xu_render) {
14765
14765
  if (ret.xu_render_in_process) {
14766
14766
  debugger;
14767
- $container.append(temp_$container.children());
14767
+
14768
14768
  return $div;
14769
14769
  } else {
14770
+ $container.append(temp_$container.children());
14770
14771
  return $div;
14771
14772
  }
14772
14773
  } else {
@@ -14794,7 +14795,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
14794
14795
 
14795
14796
  let ret = await func.UI.screen.set_attributes_new(SESSION_ID, is_skeleton, $root_container, nodeP, temp_$container, paramsP, parent_infoP, jobNoP, keyP, parent_nodeP, $div, true);
14796
14797
  if (ret.abort || nodeP.tagName === 'svg' || !_.isEmpty(nodeP?.attributes?.['xu-text']) || !_.isEmpty(nodeP?.attributes?.['xu-html']) || !_.isEmpty(nodeP?.attributes?.['xu-exp:xu-text']) || !_.isEmpty(nodeP?.attributes?.['xu-exp:xu-html'])) {
14797
- return await done();
14798
+ return await done(ret);
14798
14799
  }
14799
14800
  // check if iterator made to prevent children render
14800
14801
 
@@ -12489,9 +12489,10 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
12489
12489
  if (glb.new_xu_render) {
12490
12490
  if (ret.xu_render_in_process) {
12491
12491
  debugger;
12492
- $container.append(temp_$container.children());
12492
+
12493
12493
  return $div;
12494
12494
  } else {
12495
+ $container.append(temp_$container.children());
12495
12496
  return $div;
12496
12497
  }
12497
12498
  } else {
@@ -12519,7 +12520,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
12519
12520
 
12520
12521
  let ret = await func.UI.screen.set_attributes_new(SESSION_ID, is_skeleton, $root_container, nodeP, temp_$container, paramsP, parent_infoP, jobNoP, keyP, parent_nodeP, $div, true);
12521
12522
  if (ret.abort || nodeP.tagName === 'svg' || !_.isEmpty(nodeP?.attributes?.['xu-text']) || !_.isEmpty(nodeP?.attributes?.['xu-html']) || !_.isEmpty(nodeP?.attributes?.['xu-exp:xu-text']) || !_.isEmpty(nodeP?.attributes?.['xu-exp:xu-html'])) {
12522
- return await done();
12523
+ return await done(ret);
12523
12524
  }
12524
12525
  // check if iterator made to prevent children render
12525
12526