@xuda.io/runtime-bundle 1.0.1101 → 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.
|
@@ -34559,7 +34559,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34559
34559
|
const xu_ui_id = $div.attr('xu-ui-id');
|
|
34560
34560
|
|
|
34561
34561
|
if (ret.has_xu_exp_render_attribute) {
|
|
34562
|
-
$div.css('display', 'unset');
|
|
34562
|
+
// $div.css('display', 'unset');
|
|
34563
34563
|
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 || {}));
|
|
34564
34564
|
UI_WORKER_OBJ.xu_render_cache[xu_ui_id + xu_render_cache_id] = { $div: $div.clone(true), paramsP };
|
|
34565
34565
|
nodeP.xu_render_xu_ui_id = xu_ui_id;
|
|
@@ -34569,7 +34569,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34569
34569
|
// $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
|
|
34570
34570
|
return $div;
|
|
34571
34571
|
} else {
|
|
34572
|
-
$div.css('display', 'unset');
|
|
34572
|
+
// $div.css('display', 'unset');
|
|
34573
34573
|
temp_$div.replaceWith($div);
|
|
34574
34574
|
return $div;
|
|
34575
34575
|
}
|
|
@@ -34578,7 +34578,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34578
34578
|
temp_$div.remove();
|
|
34579
34579
|
return $div;
|
|
34580
34580
|
}
|
|
34581
|
-
$div.css('display', 'unset');
|
|
34581
|
+
// $div.css('display', 'unset');
|
|
34582
34582
|
temp_$div.replaceWith($div);
|
|
34583
34583
|
return $div;
|
|
34584
34584
|
}
|
|
@@ -34591,7 +34591,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34591
34591
|
let temp_$container = $('<tmp>').data('xuData', $container.data().xuData);
|
|
34592
34592
|
let $div = temp_$div.clone(true);
|
|
34593
34593
|
|
|
34594
|
-
$div.css('display', 'none');
|
|
34594
|
+
// $div.css('display', 'none');
|
|
34595
34595
|
|
|
34596
34596
|
$div.hover(
|
|
34597
34597
|
function (e) {
|