@xuda.io/runtime-bundle 1.0.1064 → 1.0.1065

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.
@@ -34412,7 +34412,8 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34412
34412
  if (!UI_WORKER_OBJ.xu_render_cache[xu_ui_id]) {
34413
34413
  UI_WORKER_OBJ.xu_render_cache[xu_ui_id] = {};
34414
34414
  }
34415
- const xu_render_cache_id = await get_xu_render_cache_str(SESSION_ID, paramsP.dsSessionP);
34415
+
34416
+ 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 || {}));
34416
34417
  UI_WORKER_OBJ.xu_render_cache[xu_ui_id][xu_render_cache_id] = { $div: $div.clone(true), paramsP };
34417
34418
  nodeP.xu_render_xu_ui_id = xu_ui_id;
34418
34419
  nodeP.xu_render_cache_id = xu_render_cache_id;