@xuda.io/runtime-bundle 1.0.1093 → 1.0.1095
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
|
@@ -14883,7 +14883,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14883
14883
|
// $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
|
|
14884
14884
|
return $div;
|
|
14885
14885
|
} else {
|
|
14886
|
-
temp_$div.replaceWith($div);
|
|
14886
|
+
// temp_$div.replaceWith($div);
|
|
14887
14887
|
return $div;
|
|
14888
14888
|
}
|
|
14889
14889
|
} else {
|
|
@@ -14899,11 +14899,11 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14899
14899
|
|
|
14900
14900
|
var temp_$div = await func.UI.screen.create_container(SESSION_ID, $root_container, nodeP, $container, paramsP, parent_infoP, jobNoP, keyP, parent_nodeP, prop, null, null, element, null, str);
|
|
14901
14901
|
|
|
14902
|
-
$div.css('display', 'none');
|
|
14903
|
-
|
|
14904
14902
|
let temp_$container = $('<tmp>').data('xuData', $container.data().xuData);
|
|
14905
14903
|
let $div = temp_$div.clone(true);
|
|
14906
14904
|
|
|
14905
|
+
$div.css('display', 'none');
|
|
14906
|
+
|
|
14907
14907
|
$div.hover(
|
|
14908
14908
|
function (e) {
|
|
14909
14909
|
hover_in($div, e);
|
|
@@ -12608,7 +12608,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12608
12608
|
// $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
|
|
12609
12609
|
return $div;
|
|
12610
12610
|
} else {
|
|
12611
|
-
temp_$div.replaceWith($div);
|
|
12611
|
+
// temp_$div.replaceWith($div);
|
|
12612
12612
|
return $div;
|
|
12613
12613
|
}
|
|
12614
12614
|
} else {
|
|
@@ -12624,11 +12624,11 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12624
12624
|
|
|
12625
12625
|
var temp_$div = await func.UI.screen.create_container(SESSION_ID, $root_container, nodeP, $container, paramsP, parent_infoP, jobNoP, keyP, parent_nodeP, prop, null, null, element, null, str);
|
|
12626
12626
|
|
|
12627
|
-
$div.css('display', 'none');
|
|
12628
|
-
|
|
12629
12627
|
let temp_$container = $('<tmp>').data('xuData', $container.data().xuData);
|
|
12630
12628
|
let $div = temp_$div.clone(true);
|
|
12631
12629
|
|
|
12630
|
+
$div.css('display', 'none');
|
|
12631
|
+
|
|
12632
12632
|
$div.hover(
|
|
12633
12633
|
function (e) {
|
|
12634
12634
|
hover_in($div, e);
|