@xuda.io/runtime-bundle 1.0.303 → 1.0.305
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 +2 -1
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +2 -1
- package/js/xuda-runtime-slim.min.es.js +2 -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
|
@@ -30444,7 +30444,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
|
|
|
30444
30444
|
}
|
|
30445
30445
|
}
|
|
30446
30446
|
}
|
|
30447
|
-
|
|
30447
|
+
|
|
30448
30448
|
if (glb.IS_WORKER) {
|
|
30449
30449
|
if (!update_local_scope_only && !_.isEmpty(client_datasource_changes)) {
|
|
30450
30450
|
func.utils.post_back_to_client(SESSION_ID, 'update_client_eventChangesResults_from_worker', _session.worker_id, client_datasource_changes);
|
|
@@ -31663,6 +31663,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
31663
31663
|
if (!elem_val?.$elm?.data()?.xuAttributes) continue;
|
|
31664
31664
|
|
|
31665
31665
|
if (elem_val.attributes.includes('xu-exp:xu-render')) {
|
|
31666
|
+
debugger;
|
|
31666
31667
|
var res = await func.expression.get(SESSION_ID, elem_val.$elm.data().xuAttributes['xu-exp:xu-render'], elem_val.$elm.data().xuData.paramsP.dsSessionP, 'UI Property EXP', elem_val.$elm.data().xuData.recordid);
|
|
31667
31668
|
|
|
31668
31669
|
var attr_value = await func.common.get_cast_val(SESSION_ID, 'refresh xu-attributes', 'xu-render', 'bool', res.result);
|