@xuda.io/runtime-bundle 1.0.1026 → 1.0.1028
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.
|
@@ -31445,6 +31445,12 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
31445
31445
|
break;
|
|
31446
31446
|
}
|
|
31447
31447
|
}
|
|
31448
|
+
|
|
31449
|
+
if (glb.new_xu_render) {
|
|
31450
|
+
if (attr === 'xu-exp:xu-render' || attr === 'xu-render') {
|
|
31451
|
+
debugger;
|
|
31452
|
+
}
|
|
31453
|
+
}
|
|
31448
31454
|
}
|
|
31449
31455
|
}
|
|
31450
31456
|
if (found) break;
|
|
@@ -32318,6 +32324,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32318
32324
|
};
|
|
32319
32325
|
|
|
32320
32326
|
const post_render = async function () {
|
|
32327
|
+
nodeP.xu_render_made = value;
|
|
32321
32328
|
if (value) {
|
|
32322
32329
|
try {
|
|
32323
32330
|
// abort if already rended
|
|
@@ -32395,7 +32402,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32395
32402
|
|
|
32396
32403
|
/////////// !value ///////////
|
|
32397
32404
|
|
|
32398
|
-
const xu_ui_id = $
|
|
32405
|
+
const xu_ui_id = $elm.attr('xu-ui-id');
|
|
32399
32406
|
if (!UI_WORKER_OBJ.xu_render_cache[xu_ui_id]) {
|
|
32400
32407
|
UI_WORKER_OBJ.xu_render_cache[xu_ui_id] = {};
|
|
32401
32408
|
}
|
|
@@ -34456,7 +34463,6 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34456
34463
|
const done = async function (ret = {}) {
|
|
34457
34464
|
if (glb.new_xu_render) {
|
|
34458
34465
|
if (ret.xu_render_in_process) {
|
|
34459
|
-
debugger;
|
|
34460
34466
|
const xu_ui_id = $div.attr('xu-ui-id');
|
|
34461
34467
|
if (!UI_WORKER_OBJ.xu_render_cache[xu_ui_id]) {
|
|
34462
34468
|
UI_WORKER_OBJ.xu_render_cache[xu_ui_id] = {};
|