@xuda.io/runtime-bundle 1.0.1045 → 1.0.1047

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.
@@ -12688,9 +12688,9 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
12688
12688
  // }
12689
12689
 
12690
12690
  ////////////
12691
- const cache_str = await get_xu_render_cache_str(SESSION_ID, paramsP.dsSessionP);
12691
+ const xu_render_cache_id = await get_xu_render_cache_str(SESSION_ID, paramsP.dsSessionP);
12692
12692
  const xu_ui_id = $elm.attr('xu-ui-id');
12693
- let new_$div = UI_WORKER_OBJ?.xu_render_cache?.[xu_ui_id]?.[cache_str]?.$container.clone(true);
12693
+ let new_$div = UI_WORKER_OBJ?.xu_render_cache?.[xu_ui_id]?.[xu_render_cache_id]?.$container.clone(true);
12694
12694
 
12695
12695
  /////////////
12696
12696
  // let new_$div = original_data_obj.$container.clone(true);
@@ -12710,7 +12710,12 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
12710
12710
  null,
12711
12711
  $root_container,
12712
12712
  );
12713
+
12714
+ UI_WORKER_OBJ.xu_render_cache[xu_ui_id][xu_render_cache_id] = { $div: new_$div.clone(true) };
12715
+ nodeP.xu_render_xu_ui_id = xu_ui_id;
12716
+ nodeP.xu_render_cache_id = xu_render_cache_id;
12713
12717
  }
12718
+ new_$div.appendTo($container);
12714
12719
  // ////////////
12715
12720
  // if (!UI_WORKER_OBJ.xu_render_cache[xu_ui_id]) {
12716
12721
  // UI_WORKER_OBJ.xu_render_cache[xu_ui_id] = {};
@@ -10413,9 +10413,9 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
10413
10413
  // }
10414
10414
 
10415
10415
  ////////////
10416
- const cache_str = await get_xu_render_cache_str(SESSION_ID, paramsP.dsSessionP);
10416
+ const xu_render_cache_id = await get_xu_render_cache_str(SESSION_ID, paramsP.dsSessionP);
10417
10417
  const xu_ui_id = $elm.attr('xu-ui-id');
10418
- let new_$div = UI_WORKER_OBJ?.xu_render_cache?.[xu_ui_id]?.[cache_str]?.$container.clone(true);
10418
+ let new_$div = UI_WORKER_OBJ?.xu_render_cache?.[xu_ui_id]?.[xu_render_cache_id]?.$container.clone(true);
10419
10419
 
10420
10420
  /////////////
10421
10421
  // let new_$div = original_data_obj.$container.clone(true);
@@ -10435,7 +10435,12 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
10435
10435
  null,
10436
10436
  $root_container,
10437
10437
  );
10438
+
10439
+ UI_WORKER_OBJ.xu_render_cache[xu_ui_id][xu_render_cache_id] = { $div: new_$div.clone(true) };
10440
+ nodeP.xu_render_xu_ui_id = xu_ui_id;
10441
+ nodeP.xu_render_cache_id = xu_render_cache_id;
10438
10442
  }
10443
+ new_$div.appendTo($container);
10439
10444
  // ////////////
10440
10445
  // if (!UI_WORKER_OBJ.xu_render_cache[xu_ui_id]) {
10441
10446
  // UI_WORKER_OBJ.xu_render_cache[xu_ui_id] = {};