@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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -11761,6 +11761,12 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
11761
11761
|
break;
|
|
11762
11762
|
}
|
|
11763
11763
|
}
|
|
11764
|
+
|
|
11765
|
+
if (glb.new_xu_render) {
|
|
11766
|
+
if (attr === 'xu-exp:xu-render' || attr === 'xu-render') {
|
|
11767
|
+
debugger;
|
|
11768
|
+
}
|
|
11769
|
+
}
|
|
11764
11770
|
}
|
|
11765
11771
|
}
|
|
11766
11772
|
if (found) break;
|
|
@@ -12634,6 +12640,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
12634
12640
|
};
|
|
12635
12641
|
|
|
12636
12642
|
const post_render = async function () {
|
|
12643
|
+
nodeP.xu_render_made = value;
|
|
12637
12644
|
if (value) {
|
|
12638
12645
|
try {
|
|
12639
12646
|
// abort if already rended
|
|
@@ -12711,7 +12718,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
12711
12718
|
|
|
12712
12719
|
/////////// !value ///////////
|
|
12713
12720
|
|
|
12714
|
-
const xu_ui_id = $
|
|
12721
|
+
const xu_ui_id = $elm.attr('xu-ui-id');
|
|
12715
12722
|
if (!UI_WORKER_OBJ.xu_render_cache[xu_ui_id]) {
|
|
12716
12723
|
UI_WORKER_OBJ.xu_render_cache[xu_ui_id] = {};
|
|
12717
12724
|
}
|
|
@@ -14772,7 +14779,6 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14772
14779
|
const done = async function (ret = {}) {
|
|
14773
14780
|
if (glb.new_xu_render) {
|
|
14774
14781
|
if (ret.xu_render_in_process) {
|
|
14775
|
-
debugger;
|
|
14776
14782
|
const xu_ui_id = $div.attr('xu-ui-id');
|
|
14777
14783
|
if (!UI_WORKER_OBJ.xu_render_cache[xu_ui_id]) {
|
|
14778
14784
|
UI_WORKER_OBJ.xu_render_cache[xu_ui_id] = {};
|
|
@@ -9486,6 +9486,12 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
9486
9486
|
break;
|
|
9487
9487
|
}
|
|
9488
9488
|
}
|
|
9489
|
+
|
|
9490
|
+
if (glb.new_xu_render) {
|
|
9491
|
+
if (attr === 'xu-exp:xu-render' || attr === 'xu-render') {
|
|
9492
|
+
debugger;
|
|
9493
|
+
}
|
|
9494
|
+
}
|
|
9489
9495
|
}
|
|
9490
9496
|
}
|
|
9491
9497
|
if (found) break;
|
|
@@ -10359,6 +10365,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10359
10365
|
};
|
|
10360
10366
|
|
|
10361
10367
|
const post_render = async function () {
|
|
10368
|
+
nodeP.xu_render_made = value;
|
|
10362
10369
|
if (value) {
|
|
10363
10370
|
try {
|
|
10364
10371
|
// abort if already rended
|
|
@@ -10436,7 +10443,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10436
10443
|
|
|
10437
10444
|
/////////// !value ///////////
|
|
10438
10445
|
|
|
10439
|
-
const xu_ui_id = $
|
|
10446
|
+
const xu_ui_id = $elm.attr('xu-ui-id');
|
|
10440
10447
|
if (!UI_WORKER_OBJ.xu_render_cache[xu_ui_id]) {
|
|
10441
10448
|
UI_WORKER_OBJ.xu_render_cache[xu_ui_id] = {};
|
|
10442
10449
|
}
|
|
@@ -12497,7 +12504,6 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12497
12504
|
const done = async function (ret = {}) {
|
|
12498
12505
|
if (glb.new_xu_render) {
|
|
12499
12506
|
if (ret.xu_render_in_process) {
|
|
12500
|
-
debugger;
|
|
12501
12507
|
const xu_ui_id = $div.attr('xu-ui-id');
|
|
12502
12508
|
if (!UI_WORKER_OBJ.xu_render_cache[xu_ui_id]) {
|
|
12503
12509
|
UI_WORKER_OBJ.xu_render_cache[xu_ui_id] = {};
|