@xuda.io/runtime-bundle 1.0.892 → 1.0.893
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
|
@@ -11650,7 +11650,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
11650
11650
|
if (avoid_xu_for_refresh) return;
|
|
11651
11651
|
await func.UI.worker.add_to_queue(SESSION_ID, 'gui event', 'execute_xu_for', obj, new_job, _elem_val.$elm, _elem_val.$elm.data().xuData.paramsP.dsSessionP);
|
|
11652
11652
|
|
|
11653
|
-
if (
|
|
11653
|
+
if (glb.DEBUG_MODE) {
|
|
11654
11654
|
console.info('node execute_xu_for', obj, panel_val);
|
|
11655
11655
|
}
|
|
11656
11656
|
|
|
@@ -12491,7 +12491,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
12491
12491
|
console.warn(e);
|
|
12492
12492
|
}
|
|
12493
12493
|
|
|
12494
|
-
return {};
|
|
12494
|
+
return { abort: true };
|
|
12495
12495
|
},
|
|
12496
12496
|
'xu-for': async function ($elm, data) {
|
|
12497
12497
|
// exit if call from rendered xu-for item to prevent infante loop (parent_infoP?.iterate_info indicate call from rendered item)
|
|
@@ -9377,7 +9377,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
9377
9377
|
if (avoid_xu_for_refresh) return;
|
|
9378
9378
|
await func.UI.worker.add_to_queue(SESSION_ID, 'gui event', 'execute_xu_for', obj, new_job, _elem_val.$elm, _elem_val.$elm.data().xuData.paramsP.dsSessionP);
|
|
9379
9379
|
|
|
9380
|
-
if (
|
|
9380
|
+
if (glb.DEBUG_MODE) {
|
|
9381
9381
|
console.info('node execute_xu_for', obj, panel_val);
|
|
9382
9382
|
}
|
|
9383
9383
|
|
|
@@ -10218,7 +10218,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10218
10218
|
console.warn(e);
|
|
10219
10219
|
}
|
|
10220
10220
|
|
|
10221
|
-
return {};
|
|
10221
|
+
return { abort: true };
|
|
10222
10222
|
},
|
|
10223
10223
|
'xu-for': async function ($elm, data) {
|
|
10224
10224
|
// exit if call from rendered xu-for item to prevent infante loop (parent_infoP?.iterate_info indicate call from rendered item)
|