@xuda.io/runtime-bundle 1.0.1086 → 1.0.1088

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.
@@ -12659,7 +12659,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
12659
12659
  nodeP.xu_render_made = value;
12660
12660
  if (!value) {
12661
12661
  if (has_xu_exp_render_attribute) {
12662
- return { has_xu_exp_render_attribute, has_xu_render_attribute, xu_render_background_processing: true, abort: true };
12662
+ return { has_xu_exp_render_attribute, has_xu_render_attribute, xu_render_background_processing: true };
12663
12663
  }
12664
12664
  return { has_xu_render_attribute, abort: true };
12665
12665
  }
@@ -14758,7 +14758,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
14758
14758
  nodeP.xu_render_xu_ui_id = xu_ui_id;
14759
14759
  nodeP.xu_render_cache_id = xu_render_cache_id;
14760
14760
  if (ret.xu_render_background_processing) {
14761
- $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove;
14761
+ $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
14762
14762
  return $div;
14763
14763
  } //else {
14764
14764
  // $container.append(temp_$container.children());
@@ -14769,7 +14769,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
14769
14769
  } else {
14770
14770
  // $container.append(temp_$container.children());
14771
14771
  if (ret.has_xu_render_attribute) {
14772
- $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove;
14772
+ $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
14773
14773
  }
14774
14774
  return $div;
14775
14775
  }
@@ -10384,7 +10384,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
10384
10384
  nodeP.xu_render_made = value;
10385
10385
  if (!value) {
10386
10386
  if (has_xu_exp_render_attribute) {
10387
- return { has_xu_exp_render_attribute, has_xu_render_attribute, xu_render_background_processing: true, abort: true };
10387
+ return { has_xu_exp_render_attribute, has_xu_render_attribute, xu_render_background_processing: true };
10388
10388
  }
10389
10389
  return { has_xu_render_attribute, abort: true };
10390
10390
  }
@@ -12483,7 +12483,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
12483
12483
  nodeP.xu_render_xu_ui_id = xu_ui_id;
12484
12484
  nodeP.xu_render_cache_id = xu_render_cache_id;
12485
12485
  if (ret.xu_render_background_processing) {
12486
- $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove;
12486
+ $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
12487
12487
  return $div;
12488
12488
  } //else {
12489
12489
  // $container.append(temp_$container.children());
@@ -12494,7 +12494,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
12494
12494
  } else {
12495
12495
  // $container.append(temp_$container.children());
12496
12496
  if (ret.has_xu_render_attribute) {
12497
- $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove;
12497
+ $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
12498
12498
  }
12499
12499
  return $div;
12500
12500
  }