@xuda.io/runtime-bundle 1.0.1100 → 1.0.1102
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
|
@@ -14875,6 +14875,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14875
14875
|
const xu_ui_id = $div.attr('xu-ui-id');
|
|
14876
14876
|
|
|
14877
14877
|
if (ret.has_xu_exp_render_attribute) {
|
|
14878
|
+
// $div.css('display', 'unset');
|
|
14878
14879
|
const xu_render_cache_id = await get_xu_render_cache_str(SESSION_ID, paramsP.dsSessionP, Object.keys($div.data()?.xuData?.attr_exp_info?.['xu-render']?.fields || {}));
|
|
14879
14880
|
UI_WORKER_OBJ.xu_render_cache[xu_ui_id + xu_render_cache_id] = { $div: $div.clone(true), paramsP };
|
|
14880
14881
|
nodeP.xu_render_xu_ui_id = xu_ui_id;
|
|
@@ -14884,7 +14885,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14884
14885
|
// $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
|
|
14885
14886
|
return $div;
|
|
14886
14887
|
} else {
|
|
14887
|
-
$div.css('display', 'unset');
|
|
14888
|
+
// $div.css('display', 'unset');
|
|
14888
14889
|
temp_$div.replaceWith($div);
|
|
14889
14890
|
return $div;
|
|
14890
14891
|
}
|
|
@@ -14893,7 +14894,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14893
14894
|
temp_$div.remove();
|
|
14894
14895
|
return $div;
|
|
14895
14896
|
}
|
|
14896
|
-
$div.css('display', 'unset');
|
|
14897
|
+
// $div.css('display', 'unset');
|
|
14897
14898
|
temp_$div.replaceWith($div);
|
|
14898
14899
|
return $div;
|
|
14899
14900
|
}
|
|
@@ -14906,7 +14907,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14906
14907
|
let temp_$container = $('<tmp>').data('xuData', $container.data().xuData);
|
|
14907
14908
|
let $div = temp_$div.clone(true);
|
|
14908
14909
|
|
|
14909
|
-
$div.css('display', 'none');
|
|
14910
|
+
// $div.css('display', 'none');
|
|
14910
14911
|
|
|
14911
14912
|
$div.hover(
|
|
14912
14913
|
function (e) {
|
|
@@ -12600,6 +12600,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12600
12600
|
const xu_ui_id = $div.attr('xu-ui-id');
|
|
12601
12601
|
|
|
12602
12602
|
if (ret.has_xu_exp_render_attribute) {
|
|
12603
|
+
// $div.css('display', 'unset');
|
|
12603
12604
|
const xu_render_cache_id = await get_xu_render_cache_str(SESSION_ID, paramsP.dsSessionP, Object.keys($div.data()?.xuData?.attr_exp_info?.['xu-render']?.fields || {}));
|
|
12604
12605
|
UI_WORKER_OBJ.xu_render_cache[xu_ui_id + xu_render_cache_id] = { $div: $div.clone(true), paramsP };
|
|
12605
12606
|
nodeP.xu_render_xu_ui_id = xu_ui_id;
|
|
@@ -12609,7 +12610,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12609
12610
|
// $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
|
|
12610
12611
|
return $div;
|
|
12611
12612
|
} else {
|
|
12612
|
-
$div.css('display', 'unset');
|
|
12613
|
+
// $div.css('display', 'unset');
|
|
12613
12614
|
temp_$div.replaceWith($div);
|
|
12614
12615
|
return $div;
|
|
12615
12616
|
}
|
|
@@ -12618,7 +12619,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12618
12619
|
temp_$div.remove();
|
|
12619
12620
|
return $div;
|
|
12620
12621
|
}
|
|
12621
|
-
$div.css('display', 'unset');
|
|
12622
|
+
// $div.css('display', 'unset');
|
|
12622
12623
|
temp_$div.replaceWith($div);
|
|
12623
12624
|
return $div;
|
|
12624
12625
|
}
|
|
@@ -12631,7 +12632,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12631
12632
|
let temp_$container = $('<tmp>').data('xuData', $container.data().xuData);
|
|
12632
12633
|
let $div = temp_$div.clone(true);
|
|
12633
12634
|
|
|
12634
|
-
$div.css('display', 'none');
|
|
12635
|
+
// $div.css('display', 'none');
|
|
12635
12636
|
|
|
12636
12637
|
$div.hover(
|
|
12637
12638
|
function (e) {
|