@xuda.io/runtime-bundle 1.0.540 → 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,12 +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
12129
|
continue; // bypass render job
|
|
12130
12130
|
}
|
|
12131
12131
|
|
|
12132
12132
|
if (!elem_val?.$elm?.data()?.xuData?.ui_type) continue;
|
|
12133
12133
|
|
|
12134
|
+
new_job = jobNoP;
|
|
12134
12135
|
new_job = await func.UI.worker.add_to_queue(
|
|
12135
12136
|
SESSION_ID,
|
|
12136
12137
|
'gui event',
|
|
@@ -9857,12 +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
9861
|
continue; // bypass render job
|
|
9862
9862
|
}
|
|
9863
9863
|
|
|
9864
9864
|
if (!elem_val?.$elm?.data()?.xuData?.ui_type) continue;
|
|
9865
9865
|
|
|
9866
|
+
new_job = jobNoP;
|
|
9866
9867
|
new_job = await func.UI.worker.add_to_queue(
|
|
9867
9868
|
SESSION_ID,
|
|
9868
9869
|
'gui event',
|