@xuda.io/runtime-bundle 1.0.1107 → 1.0.1108

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.
@@ -34598,15 +34598,13 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34598
34598
 
34599
34599
  if (ret.has_xu_exp_render_attribute) {
34600
34600
  // $div.css('display', 'unset');
34601
- if (!ret.xu_render_background_processing) {
34602
- 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 || {}));
34603
- const _$div = $div.clone(true);
34604
- UI_WORKER_OBJ.xu_render_cache[xu_ui_id + xu_render_cache_id] = { $div: _$div, paramsP, data: _$div.data() };
34605
- nodeP.xu_render_xu_ui_id = xu_ui_id;
34606
- nodeP.xu_render_cache_id = xu_render_cache_id;
34607
- temp_$div.replaceWith($div);
34608
- return $div;
34609
- }
34601
+
34602
+ 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 || {}));
34603
+ const _$div = $div.clone(true);
34604
+ UI_WORKER_OBJ.xu_render_cache[xu_ui_id + xu_render_cache_id] = { $div: _$div, paramsP, data: _$div.data() };
34605
+ nodeP.xu_render_xu_ui_id = xu_ui_id;
34606
+ nodeP.xu_render_cache_id = xu_render_cache_id;
34607
+
34610
34608
  if (ret.xu_render_background_processing) {
34611
34609
  temp_$div.remove();
34612
34610
  // $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();