@xuda.io/runtime-bundle 1.0.288 → 1.0.289
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 +12 -12
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +12 -12
- package/js/xuda-runtime-slim.min.es.js +12 -12
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +12 -12
- package/js/xuda-worker-bundle.js +12 -12
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
|
@@ -30784,20 +30784,20 @@ func.datasource.callback = async function (SESSION_ID, dsSessionP, na, rowIdP, j
|
|
|
30784
30784
|
}
|
|
30785
30785
|
}
|
|
30786
30786
|
|
|
30787
|
-
if (_ds?.progDataSource?.datasetOutputField) {
|
|
30788
|
-
|
|
30787
|
+
// if (_ds?.progDataSource?.datasetOutputField) {
|
|
30788
|
+
// let datasource_changes = {};
|
|
30789
30789
|
|
|
30790
|
-
|
|
30791
|
-
|
|
30792
|
-
|
|
30793
|
-
|
|
30794
|
-
|
|
30795
|
-
|
|
30790
|
+
// let _ds = _session.DS_GLB[ret_get_value.dsSessionP];
|
|
30791
|
+
// if (!datasource_changes[_ds.dsSession]) {
|
|
30792
|
+
// datasource_changes[_ds.dsSession] = {};
|
|
30793
|
+
// }
|
|
30794
|
+
// if (!datasource_changes[_ds.dsSession][_ds.currentRecordId]) {
|
|
30795
|
+
// datasource_changes[_ds.dsSession][_ds.currentRecordId] = {};
|
|
30796
30796
|
|
|
30797
|
-
|
|
30798
|
-
|
|
30799
|
-
|
|
30800
|
-
}
|
|
30797
|
+
// datasource_changes[_ds.dsSession][ret_get_value.currentRecordId][_ds?.progDataSource?.datasetOutputField] = _ds?.data_feed?.rows || [];
|
|
30798
|
+
// await func.datasource.update(SESSION_ID, datasource_changes);
|
|
30799
|
+
// }
|
|
30800
|
+
// }
|
|
30801
30801
|
} catch (err) {
|
|
30802
30802
|
// console.error(err);
|
|
30803
30803
|
}
|