@xuda.io/runtime-bundle 1.0.828 → 1.0.829
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
|
@@ -14727,10 +14727,10 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14727
14727
|
$div.hover(
|
|
14728
14728
|
function (e) {
|
|
14729
14729
|
// hover_in($div);
|
|
14730
|
-
|
|
14730
|
+
func.UI.screen.hover_in(SESSION_ID, $div, $container, paramsP, is_skeleton);
|
|
14731
14731
|
},
|
|
14732
14732
|
function (e) {
|
|
14733
|
-
|
|
14733
|
+
func.UI.screen.hover_out(SESSION_ID, $container, is_skeleton, paramsP);
|
|
14734
14734
|
// hover_out();
|
|
14735
14735
|
},
|
|
14736
14736
|
);
|
|
@@ -12435,10 +12435,10 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12435
12435
|
$div.hover(
|
|
12436
12436
|
function (e) {
|
|
12437
12437
|
// hover_in($div);
|
|
12438
|
-
|
|
12438
|
+
func.UI.screen.hover_in(SESSION_ID, $div, $container, paramsP, is_skeleton);
|
|
12439
12439
|
},
|
|
12440
12440
|
function (e) {
|
|
12441
|
-
|
|
12441
|
+
func.UI.screen.hover_out(SESSION_ID, $container, is_skeleton, paramsP);
|
|
12442
12442
|
// hover_out();
|
|
12443
12443
|
},
|
|
12444
12444
|
);
|