@xuda.io/runtime-bundle 1.0.1085 → 1.0.1087

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.
@@ -32343,7 +32343,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32343
32343
  nodeP.xu_render_made = value;
32344
32344
  if (!value) {
32345
32345
  if (has_xu_exp_render_attribute) {
32346
- return { has_xu_exp_render_attribute, has_xu_render_attribute, xu_render_in_process: true, abort: true };
32346
+ return { has_xu_exp_render_attribute, has_xu_render_attribute, xu_render_background_processing: true, abort: true };
32347
32347
  }
32348
32348
  return { has_xu_render_attribute, abort: true };
32349
32349
  }
@@ -34441,8 +34441,8 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34441
34441
  UI_WORKER_OBJ.xu_render_cache[xu_ui_id + xu_render_cache_id] = { $div: $div.clone(true), paramsP };
34442
34442
  nodeP.xu_render_xu_ui_id = xu_ui_id;
34443
34443
  nodeP.xu_render_cache_id = xu_render_cache_id;
34444
- if (ret.xu_render_in_process) {
34445
- $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove;
34444
+ if (ret.xu_render_background_processing) {
34445
+ $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
34446
34446
  return $div;
34447
34447
  } //else {
34448
34448
  // $container.append(temp_$container.children());
@@ -34453,7 +34453,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34453
34453
  } else {
34454
34454
  // $container.append(temp_$container.children());
34455
34455
  if (ret.has_xu_render_attribute) {
34456
- $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove;
34456
+ $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
34457
34457
  }
34458
34458
  return $div;
34459
34459
  }
@@ -34578,7 +34578,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34578
34578
  xu_viewport();
34579
34579
  } else {
34580
34580
  if (glb.new_xu_render) {
34581
- if (ret.xu_render_in_process) {
34581
+ if (ret.xu_render_background_processing) {
34582
34582
  let temp_$div = $div.clone(true);
34583
34583
  iterate_child(temp_$div, nodeP, parent_infoP, $root_container);
34584
34584
  } else {