@xuda.io/runtime-bundle 1.0.1088 → 1.0.1089

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.
@@ -14750,9 +14750,8 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
14750
14750
  // }
14751
14751
  const done = async function (ret = {}) {
14752
14752
  if (glb.new_xu_render) {
14753
+ const xu_ui_id = $div.attr('xu-ui-id');
14753
14754
  if (ret.has_xu_exp_render_attribute) {
14754
- const xu_ui_id = $div.attr('xu-ui-id');
14755
-
14756
14755
  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 || {}));
14757
14756
  UI_WORKER_OBJ.xu_render_cache[xu_ui_id + xu_render_cache_id] = { $div: $div.clone(true), paramsP };
14758
14757
  nodeP.xu_render_xu_ui_id = xu_ui_id;
@@ -12475,9 +12475,8 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
12475
12475
  // }
12476
12476
  const done = async function (ret = {}) {
12477
12477
  if (glb.new_xu_render) {
12478
+ const xu_ui_id = $div.attr('xu-ui-id');
12478
12479
  if (ret.has_xu_exp_render_attribute) {
12479
- const xu_ui_id = $div.attr('xu-ui-id');
12480
-
12481
12480
  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 || {}));
12482
12481
  UI_WORKER_OBJ.xu_render_cache[xu_ui_id + xu_render_cache_id] = { $div: $div.clone(true), paramsP };
12483
12482
  nodeP.xu_render_xu_ui_id = xu_ui_id;