@xuda.io/runtime-bundle 1.0.1100 → 1.0.1102

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.
@@ -34559,6 +34559,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34559
34559
  const xu_ui_id = $div.attr('xu-ui-id');
34560
34560
 
34561
34561
  if (ret.has_xu_exp_render_attribute) {
34562
+ // $div.css('display', 'unset');
34562
34563
  const xu_render_cache_id = await get_xu_render_cache_str(SESSION_ID, paramsP.dsSessionP, Object.keys($div.data()?.xuData?.attr_exp_info?.['xu-render']?.fields || {}));
34563
34564
  UI_WORKER_OBJ.xu_render_cache[xu_ui_id + xu_render_cache_id] = { $div: $div.clone(true), paramsP };
34564
34565
  nodeP.xu_render_xu_ui_id = xu_ui_id;
@@ -34568,7 +34569,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34568
34569
  // $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
34569
34570
  return $div;
34570
34571
  } else {
34571
- $div.css('display', 'unset');
34572
+ // $div.css('display', 'unset');
34572
34573
  temp_$div.replaceWith($div);
34573
34574
  return $div;
34574
34575
  }
@@ -34577,7 +34578,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34577
34578
  temp_$div.remove();
34578
34579
  return $div;
34579
34580
  }
34580
- $div.css('display', 'unset');
34581
+ // $div.css('display', 'unset');
34581
34582
  temp_$div.replaceWith($div);
34582
34583
  return $div;
34583
34584
  }
@@ -34590,7 +34591,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34590
34591
  let temp_$container = $('<tmp>').data('xuData', $container.data().xuData);
34591
34592
  let $div = temp_$div.clone(true);
34592
34593
 
34593
- $div.css('display', 'none');
34594
+ // $div.css('display', 'none');
34594
34595
 
34595
34596
  $div.hover(
34596
34597
  function (e) {