@xuda.io/runtime-bundle 1.0.341 → 1.0.343
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-bundle.js +4 -1
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +4 -1
- package/js/xuda-runtime-slim.min.es.js +4 -1
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +1 -1
- package/js/xuda-worker-bundle.js +1 -1
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
|
@@ -30467,7 +30467,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
|
|
|
30467
30467
|
///// REFRESH SCREEN
|
|
30468
30468
|
if (!avoid_refresh && fields_changed.length) {
|
|
30469
30469
|
// await removed from the below function cause to dead lock Mar 3 25
|
|
30470
|
-
func.UI.screen.refresh_xu_attributes(SESSION_ID, fields_changed);
|
|
30470
|
+
await func.UI.screen.refresh_xu_attributes(SESSION_ID, fields_changed);
|
|
30471
30471
|
func.UI.screen.refresh_screen(
|
|
30472
30472
|
SESSION_ID,
|
|
30473
30473
|
fields_changed,
|
|
@@ -31708,6 +31708,9 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
31708
31708
|
|
|
31709
31709
|
if (!elem_val?.$elm?.data()?.xuData?.ui_type) continue;
|
|
31710
31710
|
|
|
31711
|
+
// already rended
|
|
31712
|
+
if (elem_val?.$elm?.length) continue;
|
|
31713
|
+
|
|
31711
31714
|
new_job = await func.UI.worker.add_to_queue(
|
|
31712
31715
|
SESSION_ID,
|
|
31713
31716
|
'gui event',
|