@xuda.io/runtime-bundle 1.0.1093 → 1.0.1094
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
|
@@ -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);
|
|
@@ -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);
|