@xuda.io/runtime-bundle 1.0.1052 → 1.0.1054

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.
@@ -12691,7 +12691,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
12691
12691
  ////////////
12692
12692
  const xu_render_cache_id = await get_xu_render_cache_str(SESSION_ID, paramsP.dsSessionP);
12693
12693
  const xu_ui_id = $elm.attr('xu-ui-id');
12694
- let new_$div = UI_WORKER_OBJ?.xu_render_cache?.[xu_ui_id]?.[xu_render_cache_id]?.$container.clone(true);
12694
+ let new_$div = UI_WORKER_OBJ?.xu_render_cache?.[xu_ui_id]?.[xu_render_cache_id]?.$div.clone(true);
12695
12695
 
12696
12696
  /////////////
12697
12697
  // let new_$div = original_data_obj.$container.clone(true);
@@ -12699,7 +12699,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
12699
12699
  if (!new_$div) {
12700
12700
  new_$div = await func.UI.screen.render_ui_tree(
12701
12701
  SESSION_ID,
12702
- $elm, //original_data_obj.$container,
12702
+ $container, //original_data_obj.$container,
12703
12703
  nodeP,
12704
12704
  parent_infoP,
12705
12705
  paramsP,
@@ -10416,7 +10416,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
10416
10416
  ////////////
10417
10417
  const xu_render_cache_id = await get_xu_render_cache_str(SESSION_ID, paramsP.dsSessionP);
10418
10418
  const xu_ui_id = $elm.attr('xu-ui-id');
10419
- let new_$div = UI_WORKER_OBJ?.xu_render_cache?.[xu_ui_id]?.[xu_render_cache_id]?.$container.clone(true);
10419
+ let new_$div = UI_WORKER_OBJ?.xu_render_cache?.[xu_ui_id]?.[xu_render_cache_id]?.$div.clone(true);
10420
10420
 
10421
10421
  /////////////
10422
10422
  // let new_$div = original_data_obj.$container.clone(true);
@@ -10424,7 +10424,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
10424
10424
  if (!new_$div) {
10425
10425
  new_$div = await func.UI.screen.render_ui_tree(
10426
10426
  SESSION_ID,
10427
- $elm, //original_data_obj.$container,
10427
+ $container, //original_data_obj.$container,
10428
10428
  nodeP,
10429
10429
  parent_infoP,
10430
10430
  paramsP,