@xuda.io/runtime-bundle 1.0.913 → 1.0.914

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.
@@ -14476,7 +14476,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
14476
14476
  if (UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')]) {
14477
14477
  $div[0].style.removeProperty('height');
14478
14478
  $div.removeClass('skeleton');
14479
- $div.content(UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')]);
14479
+ $div.html(UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')]);
14480
14480
  } else {
14481
14481
  hover_in($div);
14482
14482
  ui_job_id = func.UI.worker.add_to_queue(SESSION_ID, 'gui event', 'render_viewport', { $div, nodeP, parent_infoP, $root_container, paramsP, jobNoP, is_skeleton, keyP, refreshed_ds, parent_nodeP, check_existP, $container }, null, null, paramsP.dsSessionP);
@@ -14488,7 +14488,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
14488
14488
  func.UI.worker.delete_job(SESSION_ID, ui_job_id);
14489
14489
 
14490
14490
  if ($div.children().length) {
14491
- UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')] = $div.children().clone(true);
14491
+ // UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')] = $div.children().clone(true);
14492
14492
  $div.empty();
14493
14493
  const height = $div.data().xuData.viewport_height;
14494
14494
  if (typeof height !== 'undefined') {
@@ -12203,7 +12203,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
12203
12203
  if (UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')]) {
12204
12204
  $div[0].style.removeProperty('height');
12205
12205
  $div.removeClass('skeleton');
12206
- $div.content(UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')]);
12206
+ $div.html(UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')]);
12207
12207
  } else {
12208
12208
  hover_in($div);
12209
12209
  ui_job_id = func.UI.worker.add_to_queue(SESSION_ID, 'gui event', 'render_viewport', { $div, nodeP, parent_infoP, $root_container, paramsP, jobNoP, is_skeleton, keyP, refreshed_ds, parent_nodeP, check_existP, $container }, null, null, paramsP.dsSessionP);
@@ -12215,7 +12215,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
12215
12215
  func.UI.worker.delete_job(SESSION_ID, ui_job_id);
12216
12216
 
12217
12217
  if ($div.children().length) {
12218
- UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')] = $div.children().clone(true);
12218
+ // UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')] = $div.children().clone(true);
12219
12219
  $div.empty();
12220
12220
  const height = $div.data().xuData.viewport_height;
12221
12221
  if (typeof height !== 'undefined') {