@xuda.io/runtime-bundle 1.0.1101 → 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.
@@ -14875,7 +14875,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
14875
14875
  const xu_ui_id = $div.attr('xu-ui-id');
14876
14876
 
14877
14877
  if (ret.has_xu_exp_render_attribute) {
14878
- $div.css('display', 'unset');
14878
+ // $div.css('display', 'unset');
14879
14879
  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 || {}));
14880
14880
  UI_WORKER_OBJ.xu_render_cache[xu_ui_id + xu_render_cache_id] = { $div: $div.clone(true), paramsP };
14881
14881
  nodeP.xu_render_xu_ui_id = xu_ui_id;
@@ -14885,7 +14885,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
14885
14885
  // $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
14886
14886
  return $div;
14887
14887
  } else {
14888
- $div.css('display', 'unset');
14888
+ // $div.css('display', 'unset');
14889
14889
  temp_$div.replaceWith($div);
14890
14890
  return $div;
14891
14891
  }
@@ -14894,7 +14894,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
14894
14894
  temp_$div.remove();
14895
14895
  return $div;
14896
14896
  }
14897
- $div.css('display', 'unset');
14897
+ // $div.css('display', 'unset');
14898
14898
  temp_$div.replaceWith($div);
14899
14899
  return $div;
14900
14900
  }
@@ -14907,7 +14907,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
14907
14907
  let temp_$container = $('<tmp>').data('xuData', $container.data().xuData);
14908
14908
  let $div = temp_$div.clone(true);
14909
14909
 
14910
- $div.css('display', 'none');
14910
+ // $div.css('display', 'none');
14911
14911
 
14912
14912
  $div.hover(
14913
14913
  function (e) {
@@ -12600,7 +12600,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
12600
12600
  const xu_ui_id = $div.attr('xu-ui-id');
12601
12601
 
12602
12602
  if (ret.has_xu_exp_render_attribute) {
12603
- $div.css('display', 'unset');
12603
+ // $div.css('display', 'unset');
12604
12604
  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 || {}));
12605
12605
  UI_WORKER_OBJ.xu_render_cache[xu_ui_id + xu_render_cache_id] = { $div: $div.clone(true), paramsP };
12606
12606
  nodeP.xu_render_xu_ui_id = xu_ui_id;
@@ -12610,7 +12610,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
12610
12610
  // $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
12611
12611
  return $div;
12612
12612
  } else {
12613
- $div.css('display', 'unset');
12613
+ // $div.css('display', 'unset');
12614
12614
  temp_$div.replaceWith($div);
12615
12615
  return $div;
12616
12616
  }
@@ -12619,7 +12619,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
12619
12619
  temp_$div.remove();
12620
12620
  return $div;
12621
12621
  }
12622
- $div.css('display', 'unset');
12622
+ // $div.css('display', 'unset');
12623
12623
  temp_$div.replaceWith($div);
12624
12624
  return $div;
12625
12625
  }
@@ -12632,7 +12632,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
12632
12632
  let temp_$container = $('<tmp>').data('xuData', $container.data().xuData);
12633
12633
  let $div = temp_$div.clone(true);
12634
12634
 
12635
- $div.css('display', 'none');
12635
+ // $div.css('display', 'none');
12636
12636
 
12637
12637
  $div.hover(
12638
12638
  function (e) {