@xuda.io/runtime-bundle 1.0.402 → 1.0.404
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 +26 -4
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +26 -4
- package/js/xuda-runtime-slim.min.es.js +26 -4
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda-server-bundle.mjs +1 -4
- package/js/xuda-worker-bundle.js +1 -4
- package/package.json +1 -1
|
@@ -3560,10 +3560,6 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
|
|
|
3560
3560
|
}
|
|
3561
3561
|
}
|
|
3562
3562
|
|
|
3563
|
-
// } catch (err) {
|
|
3564
|
-
// console.error(err);
|
|
3565
|
-
// }
|
|
3566
|
-
|
|
3567
3563
|
if (!fields_changed.includes(field_id)) {
|
|
3568
3564
|
fields_changed.push(field_id);
|
|
3569
3565
|
}
|
|
@@ -4102,6 +4098,7 @@ func.datasource.reset_jobs = function (SESSION_ID, dsSessionP, sourceP, errP) {
|
|
|
4102
4098
|
// _ds_0.data_system[val] = await func.utils.get_dateTime(SESSION_ID, val, ts);
|
|
4103
4099
|
// }
|
|
4104
4100
|
// };
|
|
4101
|
+
|
|
4105
4102
|
func.datasource.get_currentRecordId = function (SESSION_ID, dsSessionP, from_datasourceP) {
|
|
4106
4103
|
var _ds = SESSION_OBJ[SESSION_ID].DS_GLB[dsSessionP];
|
|
4107
4104
|
if (_ds._dataSourceTableId !== '') {
|
package/js/xuda-worker-bundle.js
CHANGED
|
@@ -3560,10 +3560,6 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
|
|
|
3560
3560
|
}
|
|
3561
3561
|
}
|
|
3562
3562
|
|
|
3563
|
-
// } catch (err) {
|
|
3564
|
-
// console.error(err);
|
|
3565
|
-
// }
|
|
3566
|
-
|
|
3567
3563
|
if (!fields_changed.includes(field_id)) {
|
|
3568
3564
|
fields_changed.push(field_id);
|
|
3569
3565
|
}
|
|
@@ -4102,6 +4098,7 @@ func.datasource.reset_jobs = function (SESSION_ID, dsSessionP, sourceP, errP) {
|
|
|
4102
4098
|
// _ds_0.data_system[val] = await func.utils.get_dateTime(SESSION_ID, val, ts);
|
|
4103
4099
|
// }
|
|
4104
4100
|
// };
|
|
4101
|
+
|
|
4105
4102
|
func.datasource.get_currentRecordId = function (SESSION_ID, dsSessionP, from_datasourceP) {
|
|
4106
4103
|
var _ds = SESSION_OBJ[SESSION_ID].DS_GLB[dsSessionP];
|
|
4107
4104
|
if (_ds._dataSourceTableId !== '') {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xuda.io/runtime-bundle",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.404",
|
|
4
4
|
"description": "The Xuda Runtime Bundle refers to a collection of scripts and libraries packaged together to provide the necessary runtime environment for executing plugins or components in the Xuda platform. ",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"pub": "npm version patch --force && npm publish --access public"
|