@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
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -5531,20 +5531,20 @@ func.datasource.callback = async function (SESSION_ID, dsSessionP, na, rowIdP, j
|
|
|
5531
5531
|
}
|
|
5532
5532
|
}
|
|
5533
5533
|
|
|
5534
|
-
if (_ds?.progDataSource?.datasetOutputField) {
|
|
5535
|
-
|
|
5534
|
+
// if (_ds?.progDataSource?.datasetOutputField) {
|
|
5535
|
+
// let datasource_changes = {};
|
|
5536
5536
|
|
|
5537
|
-
|
|
5538
|
-
|
|
5539
|
-
|
|
5540
|
-
|
|
5541
|
-
|
|
5542
|
-
|
|
5537
|
+
// let _ds = _session.DS_GLB[ret_get_value.dsSessionP];
|
|
5538
|
+
// if (!datasource_changes[_ds.dsSession]) {
|
|
5539
|
+
// datasource_changes[_ds.dsSession] = {};
|
|
5540
|
+
// }
|
|
5541
|
+
// if (!datasource_changes[_ds.dsSession][_ds.currentRecordId]) {
|
|
5542
|
+
// datasource_changes[_ds.dsSession][_ds.currentRecordId] = {};
|
|
5543
5543
|
|
|
5544
|
-
|
|
5545
|
-
|
|
5546
|
-
|
|
5547
|
-
}
|
|
5544
|
+
// datasource_changes[_ds.dsSession][ret_get_value.currentRecordId][_ds?.progDataSource?.datasetOutputField] = _ds?.data_feed?.rows || [];
|
|
5545
|
+
// await func.datasource.update(SESSION_ID, datasource_changes);
|
|
5546
|
+
// }
|
|
5547
|
+
// }
|
|
5548
5548
|
} catch (err) {
|
|
5549
5549
|
// console.error(err);
|
|
5550
5550
|
}
|
|
@@ -5532,20 +5532,20 @@ func.datasource.callback = async function (SESSION_ID, dsSessionP, na, rowIdP, j
|
|
|
5532
5532
|
}
|
|
5533
5533
|
}
|
|
5534
5534
|
|
|
5535
|
-
if (_ds?.progDataSource?.datasetOutputField) {
|
|
5536
|
-
|
|
5535
|
+
// if (_ds?.progDataSource?.datasetOutputField) {
|
|
5536
|
+
// let datasource_changes = {};
|
|
5537
5537
|
|
|
5538
|
-
|
|
5539
|
-
|
|
5540
|
-
|
|
5541
|
-
|
|
5542
|
-
|
|
5543
|
-
|
|
5538
|
+
// let _ds = _session.DS_GLB[ret_get_value.dsSessionP];
|
|
5539
|
+
// if (!datasource_changes[_ds.dsSession]) {
|
|
5540
|
+
// datasource_changes[_ds.dsSession] = {};
|
|
5541
|
+
// }
|
|
5542
|
+
// if (!datasource_changes[_ds.dsSession][_ds.currentRecordId]) {
|
|
5543
|
+
// datasource_changes[_ds.dsSession][_ds.currentRecordId] = {};
|
|
5544
5544
|
|
|
5545
|
-
|
|
5546
|
-
|
|
5547
|
-
|
|
5548
|
-
}
|
|
5545
|
+
// datasource_changes[_ds.dsSession][ret_get_value.currentRecordId][_ds?.progDataSource?.datasetOutputField] = _ds?.data_feed?.rows || [];
|
|
5546
|
+
// await func.datasource.update(SESSION_ID, datasource_changes);
|
|
5547
|
+
// }
|
|
5548
|
+
// }
|
|
5549
5549
|
} catch (err) {
|
|
5550
5550
|
// console.error(err);
|
|
5551
5551
|
}
|