@xuda.io/runtime-bundle 1.0.606 → 1.0.608
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
|
@@ -11881,6 +11881,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
11881
11881
|
elem_key: _elem_key,
|
|
11882
11882
|
elem_val: _elem_val,
|
|
11883
11883
|
fields_arr,
|
|
11884
|
+
xu_for_item_id: elem_val?.$elm?.data().xuData.nodeid,
|
|
11884
11885
|
};
|
|
11885
11886
|
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);
|
|
11886
11887
|
|
|
@@ -9612,6 +9612,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
9612
9612
|
elem_key: _elem_key,
|
|
9613
9613
|
elem_val: _elem_val,
|
|
9614
9614
|
fields_arr,
|
|
9615
|
+
xu_for_item_id: elem_val?.$elm?.data().xuData.nodeid,
|
|
9615
9616
|
};
|
|
9616
9617
|
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);
|
|
9617
9618
|
|