@xuda.io/runtime-bundle 1.0.1063 → 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.
@@ -32871,7 +32871,7 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
32871
32871
 
32872
32872
  let _xuData = $elm.data().xuData;
32873
32873
  if (!_xuData.attr_exp_info) {
32874
- attr_exp_info = {};
32874
+ _xuData.attr_exp_info = {};
32875
32875
  }
32876
32876
 
32877
32877
  const attr = `xu-exp:${attrib}`;
@@ -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;