@xuda.io/runtime-bundle 1.0.1086 → 1.0.1088
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
|
}
|
|
@@ -34442,7 +34442,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34442
34442
|
nodeP.xu_render_xu_ui_id = xu_ui_id;
|
|
34443
34443
|
nodeP.xu_render_cache_id = xu_render_cache_id;
|
|
34444
34444
|
if (ret.xu_render_background_processing) {
|
|
34445
|
-
$container.find(`[xu-ui-id="${xu_ui_id}"]`).remove;
|
|
34445
|
+
$container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
|
|
34446
34446
|
return $div;
|
|
34447
34447
|
} //else {
|
|
34448
34448
|
// $container.append(temp_$container.children());
|
|
@@ -34453,7 +34453,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34453
34453
|
} else {
|
|
34454
34454
|
// $container.append(temp_$container.children());
|
|
34455
34455
|
if (ret.has_xu_render_attribute) {
|
|
34456
|
-
$container.find(`[xu-ui-id="${xu_ui_id}"]`).remove;
|
|
34456
|
+
$container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
|
|
34457
34457
|
}
|
|
34458
34458
|
return $div;
|
|
34459
34459
|
}
|