@xuda.io/runtime-bundle 1.0.1087 → 1.0.1089
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.
|
@@ -32343,7 +32343,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32343
32343
|
nodeP.xu_render_made = value;
|
|
32344
32344
|
if (!value) {
|
|
32345
32345
|
if (has_xu_exp_render_attribute) {
|
|
32346
|
-
return { has_xu_exp_render_attribute, has_xu_render_attribute, xu_render_background_processing: true
|
|
32346
|
+
return { has_xu_exp_render_attribute, has_xu_render_attribute, xu_render_background_processing: true };
|
|
32347
32347
|
}
|
|
32348
32348
|
return { has_xu_render_attribute, abort: true };
|
|
32349
32349
|
}
|
|
@@ -34434,9 +34434,8 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34434
34434
|
// }
|
|
34435
34435
|
const done = async function (ret = {}) {
|
|
34436
34436
|
if (glb.new_xu_render) {
|
|
34437
|
+
const xu_ui_id = $div.attr('xu-ui-id');
|
|
34437
34438
|
if (ret.has_xu_exp_render_attribute) {
|
|
34438
|
-
const xu_ui_id = $div.attr('xu-ui-id');
|
|
34439
|
-
|
|
34440
34439
|
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 || {}));
|
|
34441
34440
|
UI_WORKER_OBJ.xu_render_cache[xu_ui_id + xu_render_cache_id] = { $div: $div.clone(true), paramsP };
|
|
34442
34441
|
nodeP.xu_render_xu_ui_id = xu_ui_id;
|