@xuda.io/runtime-bundle 1.0.539 → 1.0.541
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
|
@@ -12125,11 +12125,13 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
12125
12125
|
|
|
12126
12126
|
if (attr_value & (elem_val.$elm[0].tagName !== 'XURENDER')) {
|
|
12127
12127
|
await add_execute_queue('execute_xu_all_attributes');
|
|
12128
|
+
|
|
12128
12129
|
continue; // bypass render job
|
|
12129
12130
|
}
|
|
12130
12131
|
|
|
12131
12132
|
if (!elem_val?.$elm?.data()?.xuData?.ui_type) continue;
|
|
12132
12133
|
|
|
12134
|
+
new_job = jobNoP;
|
|
12133
12135
|
new_job = await func.UI.worker.add_to_queue(
|
|
12134
12136
|
SESSION_ID,
|
|
12135
12137
|
'gui event',
|
|
@@ -9857,11 +9857,13 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
9857
9857
|
|
|
9858
9858
|
if (attr_value & (elem_val.$elm[0].tagName !== 'XURENDER')) {
|
|
9859
9859
|
await add_execute_queue('execute_xu_all_attributes');
|
|
9860
|
+
|
|
9860
9861
|
continue; // bypass render job
|
|
9861
9862
|
}
|
|
9862
9863
|
|
|
9863
9864
|
if (!elem_val?.$elm?.data()?.xuData?.ui_type) continue;
|
|
9864
9865
|
|
|
9866
|
+
new_job = jobNoP;
|
|
9865
9867
|
new_job = await func.UI.worker.add_to_queue(
|
|
9866
9868
|
SESSION_ID,
|
|
9867
9869
|
'gui event',
|