@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.
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, xu_render_background_processing: true
|
|
12662
|
+
return { has_xu_exp_render_attribute, has_xu_render_attribute, xu_render_background_processing: true };
|
|
12663
12663
|
}
|
|
12664
12664
|
return { has_xu_render_attribute, abort: true };
|
|
12665
12665
|
}
|
|
@@ -14750,9 +14750,8 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14750
14750
|
// }
|
|
14751
14751
|
const done = async function (ret = {}) {
|
|
14752
14752
|
if (glb.new_xu_render) {
|
|
14753
|
+
const xu_ui_id = $div.attr('xu-ui-id');
|
|
14753
14754
|
if (ret.has_xu_exp_render_attribute) {
|
|
14754
|
-
const xu_ui_id = $div.attr('xu-ui-id');
|
|
14755
|
-
|
|
14756
14755
|
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 || {}));
|
|
14757
14756
|
UI_WORKER_OBJ.xu_render_cache[xu_ui_id + xu_render_cache_id] = { $div: $div.clone(true), paramsP };
|
|
14758
14757
|
nodeP.xu_render_xu_ui_id = xu_ui_id;
|
|
@@ -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, xu_render_background_processing: true
|
|
10387
|
+
return { has_xu_exp_render_attribute, has_xu_render_attribute, xu_render_background_processing: true };
|
|
10388
10388
|
}
|
|
10389
10389
|
return { has_xu_render_attribute, abort: true };
|
|
10390
10390
|
}
|
|
@@ -12475,9 +12475,8 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12475
12475
|
// }
|
|
12476
12476
|
const done = async function (ret = {}) {
|
|
12477
12477
|
if (glb.new_xu_render) {
|
|
12478
|
+
const xu_ui_id = $div.attr('xu-ui-id');
|
|
12478
12479
|
if (ret.has_xu_exp_render_attribute) {
|
|
12479
|
-
const xu_ui_id = $div.attr('xu-ui-id');
|
|
12480
|
-
|
|
12481
12480
|
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 || {}));
|
|
12482
12481
|
UI_WORKER_OBJ.xu_render_cache[xu_ui_id + xu_render_cache_id] = { $div: $div.clone(true), paramsP };
|
|
12483
12482
|
nodeP.xu_render_xu_ui_id = xu_ui_id;
|