@xuda.io/runtime-bundle 1.0.1085 → 1.0.1087
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
|
@@ -12659,7 +12659,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
12659
12659
|
nodeP.xu_render_made = value;
|
|
12660
12660
|
if (!value) {
|
|
12661
12661
|
if (has_xu_exp_render_attribute) {
|
|
12662
|
-
return { has_xu_exp_render_attribute, has_xu_render_attribute,
|
|
12662
|
+
return { has_xu_exp_render_attribute, has_xu_render_attribute, xu_render_background_processing: true, abort: true };
|
|
12663
12663
|
}
|
|
12664
12664
|
return { has_xu_render_attribute, abort: true };
|
|
12665
12665
|
}
|
|
@@ -14757,8 +14757,8 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14757
14757
|
UI_WORKER_OBJ.xu_render_cache[xu_ui_id + xu_render_cache_id] = { $div: $div.clone(true), paramsP };
|
|
14758
14758
|
nodeP.xu_render_xu_ui_id = xu_ui_id;
|
|
14759
14759
|
nodeP.xu_render_cache_id = xu_render_cache_id;
|
|
14760
|
-
if (ret.
|
|
14761
|
-
$container.find(`[xu-ui-id="${xu_ui_id}"]`).remove;
|
|
14760
|
+
if (ret.xu_render_background_processing) {
|
|
14761
|
+
$container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
|
|
14762
14762
|
return $div;
|
|
14763
14763
|
} //else {
|
|
14764
14764
|
// $container.append(temp_$container.children());
|
|
@@ -14769,7 +14769,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14769
14769
|
} else {
|
|
14770
14770
|
// $container.append(temp_$container.children());
|
|
14771
14771
|
if (ret.has_xu_render_attribute) {
|
|
14772
|
-
$container.find(`[xu-ui-id="${xu_ui_id}"]`).remove;
|
|
14772
|
+
$container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
|
|
14773
14773
|
}
|
|
14774
14774
|
return $div;
|
|
14775
14775
|
}
|
|
@@ -14894,7 +14894,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14894
14894
|
xu_viewport();
|
|
14895
14895
|
} else {
|
|
14896
14896
|
if (glb.new_xu_render) {
|
|
14897
|
-
if (ret.
|
|
14897
|
+
if (ret.xu_render_background_processing) {
|
|
14898
14898
|
let temp_$div = $div.clone(true);
|
|
14899
14899
|
iterate_child(temp_$div, nodeP, parent_infoP, $root_container);
|
|
14900
14900
|
} else {
|
|
@@ -10384,7 +10384,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10384
10384
|
nodeP.xu_render_made = value;
|
|
10385
10385
|
if (!value) {
|
|
10386
10386
|
if (has_xu_exp_render_attribute) {
|
|
10387
|
-
return { has_xu_exp_render_attribute, has_xu_render_attribute,
|
|
10387
|
+
return { has_xu_exp_render_attribute, has_xu_render_attribute, xu_render_background_processing: true, abort: true };
|
|
10388
10388
|
}
|
|
10389
10389
|
return { has_xu_render_attribute, abort: true };
|
|
10390
10390
|
}
|
|
@@ -12482,8 +12482,8 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12482
12482
|
UI_WORKER_OBJ.xu_render_cache[xu_ui_id + xu_render_cache_id] = { $div: $div.clone(true), paramsP };
|
|
12483
12483
|
nodeP.xu_render_xu_ui_id = xu_ui_id;
|
|
12484
12484
|
nodeP.xu_render_cache_id = xu_render_cache_id;
|
|
12485
|
-
if (ret.
|
|
12486
|
-
$container.find(`[xu-ui-id="${xu_ui_id}"]`).remove;
|
|
12485
|
+
if (ret.xu_render_background_processing) {
|
|
12486
|
+
$container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
|
|
12487
12487
|
return $div;
|
|
12488
12488
|
} //else {
|
|
12489
12489
|
// $container.append(temp_$container.children());
|
|
@@ -12494,7 +12494,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12494
12494
|
} else {
|
|
12495
12495
|
// $container.append(temp_$container.children());
|
|
12496
12496
|
if (ret.has_xu_render_attribute) {
|
|
12497
|
-
$container.find(`[xu-ui-id="${xu_ui_id}"]`).remove;
|
|
12497
|
+
$container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
|
|
12498
12498
|
}
|
|
12499
12499
|
return $div;
|
|
12500
12500
|
}
|
|
@@ -12619,7 +12619,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12619
12619
|
xu_viewport();
|
|
12620
12620
|
} else {
|
|
12621
12621
|
if (glb.new_xu_render) {
|
|
12622
|
-
if (ret.
|
|
12622
|
+
if (ret.xu_render_background_processing) {
|
|
12623
12623
|
let temp_$div = $div.clone(true);
|
|
12624
12624
|
iterate_child(temp_$div, nodeP, parent_infoP, $root_container);
|
|
12625
12625
|
} else {
|