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