@xuda.io/runtime-bundle 1.0.299 → 1.0.301
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 -2
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-mini-bundle.js +1 -1
- package/js/xuda-runtime-mini-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +2 -2
- package/js/xuda-runtime-slim.min.es.js +2 -2
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +2 -2
- package/js/xuda-worker-bundle.js +2 -2
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
|
@@ -3567,7 +3567,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
|
|
|
3567
3567
|
}
|
|
3568
3568
|
}
|
|
3569
3569
|
}
|
|
3570
|
-
|
|
3570
|
+
console.log('datasource_changes', datasource_changes);
|
|
3571
3571
|
if (glb.IS_WORKER) {
|
|
3572
3572
|
if (!update_local_scope_only && !_.isEmpty(client_datasource_changes)) {
|
|
3573
3573
|
func.utils.post_back_to_client(SESSION_ID, 'update_client_eventChangesResults_from_worker', _session.worker_id, client_datasource_changes);
|
|
@@ -4955,7 +4955,7 @@ func.utils.ws_worker.functions = {
|
|
|
4955
4955
|
);
|
|
4956
4956
|
|
|
4957
4957
|
if (show_log) console.log('DATASOURCE EXECUTION DONE ' + ret.dsSessionP + ' ' + _session.DS_GLB[ret.dsSessionP]?.tree_obj?.menuName || '' + ' SESSION_ID: ' + SESSION_ID, APP_OBJ[_session.app_id].app_name);
|
|
4958
|
-
var obj = func.utils.clean_returned_datasource(SESSION_ID, ret?.dsSessionP
|
|
4958
|
+
var obj = func.utils.clean_returned_datasource(SESSION_ID, ret?.dsSessionP);
|
|
4959
4959
|
obj.dataSourceSessionGlobal = _session.dataSourceSessionGlobal;
|
|
4960
4960
|
|
|
4961
4961
|
worker_post_message({
|
package/js/xuda-worker-bundle.js
CHANGED
|
@@ -3567,7 +3567,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
|
|
|
3567
3567
|
}
|
|
3568
3568
|
}
|
|
3569
3569
|
}
|
|
3570
|
-
|
|
3570
|
+
console.log('datasource_changes', datasource_changes);
|
|
3571
3571
|
if (glb.IS_WORKER) {
|
|
3572
3572
|
if (!update_local_scope_only && !_.isEmpty(client_datasource_changes)) {
|
|
3573
3573
|
func.utils.post_back_to_client(SESSION_ID, 'update_client_eventChangesResults_from_worker', _session.worker_id, client_datasource_changes);
|
|
@@ -4955,7 +4955,7 @@ func.utils.ws_worker.functions = {
|
|
|
4955
4955
|
);
|
|
4956
4956
|
|
|
4957
4957
|
if (show_log) console.log('DATASOURCE EXECUTION DONE ' + ret.dsSessionP + ' ' + _session.DS_GLB[ret.dsSessionP]?.tree_obj?.menuName || '' + ' SESSION_ID: ' + SESSION_ID, APP_OBJ[_session.app_id].app_name);
|
|
4958
|
-
var obj = func.utils.clean_returned_datasource(SESSION_ID, ret?.dsSessionP
|
|
4958
|
+
var obj = func.utils.clean_returned_datasource(SESSION_ID, ret?.dsSessionP);
|
|
4959
4959
|
obj.dataSourceSessionGlobal = _session.dataSourceSessionGlobal;
|
|
4960
4960
|
|
|
4961
4961
|
worker_post_message({
|