@xuda.io/runtime-bundle 1.0.829 → 1.0.830
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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -14767,6 +14767,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14767
14767
|
// console.log('on>>', 'inViewport_' + $div.attr('xu-ui-id'));
|
|
14768
14768
|
// $div.on('inViewport_' + $div.attr('xu-ui-id'), function () {
|
|
14769
14769
|
$div.on('inViewport', function () {
|
|
14770
|
+
func.UI.screen.hover_in(SESSION_ID, $div, $container, paramsP, is_skeleton);
|
|
14770
14771
|
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);
|
|
14771
14772
|
// render_child();
|
|
14772
14773
|
// iterate_child($div, nodeP, parent_infoP, null, $root_container);
|
|
@@ -12475,6 +12475,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12475
12475
|
// console.log('on>>', 'inViewport_' + $div.attr('xu-ui-id'));
|
|
12476
12476
|
// $div.on('inViewport_' + $div.attr('xu-ui-id'), function () {
|
|
12477
12477
|
$div.on('inViewport', function () {
|
|
12478
|
+
func.UI.screen.hover_in(SESSION_ID, $div, $container, paramsP, is_skeleton);
|
|
12478
12479
|
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);
|
|
12479
12480
|
// render_child();
|
|
12480
12481
|
// iterate_child($div, nodeP, parent_infoP, null, $root_container);
|