@xuda.io/runtime-bundle 1.0.1100 → 1.0.1101
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;
|
|
@@ -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;
|