@xuda.io/runtime-bundle 1.0.804 → 1.0.805

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.
@@ -14744,14 +14744,15 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
14744
14744
  // console.log('on>>', 'inViewport_' + $div.attr('xu-ui-id'));
14745
14745
  // $div.on('inViewport_' + $div.attr('xu-ui-id'), function () {
14746
14746
  $div.on('inViewport', function () {
14747
- 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 }, null, null, paramsP.dsSessionP);
14747
+ func.UI.worker.add_to_queue(SESSION_ID, 'gui event', 'render_viewport', { $divP: $div, nodeP, parent_infoP, $root_container, paramsP, jobNoP, is_skeleton, keyP, refreshed_ds, parent_nodeP, check_existP }, null, null, paramsP.dsSessionP);
14748
14748
  // render_child();
14749
14749
  // iterate_child($div, nodeP, parent_infoP, null, $root_container);
14750
14750
  });
14751
14751
 
14752
14752
  observer.observe($div[0]);
14753
14753
  } else {
14754
- await render_child();
14754
+ // await render_child();
14755
+ await iterate_child($div, nodeP, parent_infoP, $root_container);
14755
14756
  }
14756
14757
 
14757
14758
  // const ret_iterate_child = await iterate_child($div, nodeP, parent_infoP, null, $root_container);
@@ -12452,14 +12452,15 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
12452
12452
  // console.log('on>>', 'inViewport_' + $div.attr('xu-ui-id'));
12453
12453
  // $div.on('inViewport_' + $div.attr('xu-ui-id'), function () {
12454
12454
  $div.on('inViewport', function () {
12455
- 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 }, null, null, paramsP.dsSessionP);
12455
+ func.UI.worker.add_to_queue(SESSION_ID, 'gui event', 'render_viewport', { $divP: $div, nodeP, parent_infoP, $root_container, paramsP, jobNoP, is_skeleton, keyP, refreshed_ds, parent_nodeP, check_existP }, null, null, paramsP.dsSessionP);
12456
12456
  // render_child();
12457
12457
  // iterate_child($div, nodeP, parent_infoP, null, $root_container);
12458
12458
  });
12459
12459
 
12460
12460
  observer.observe($div[0]);
12461
12461
  } else {
12462
- await render_child();
12462
+ // await render_child();
12463
+ await iterate_child($div, nodeP, parent_infoP, $root_container);
12463
12464
  }
12464
12465
 
12465
12466
  // const ret_iterate_child = await iterate_child($div, nodeP, parent_infoP, null, $root_container);