@xuda.io/runtime-bundle 1.0.507 → 1.0.508
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 +3 -3
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +3 -3
- package/js/xuda-runtime-slim.min.es.js +3 -3
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +3 -3
- package/js/xuda-worker-bundle.js +3 -3
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
|
@@ -28391,10 +28391,10 @@ func.datasource.create = async function (
|
|
|
28391
28391
|
if (_session.opt.app_computing_mode === 'main') {
|
|
28392
28392
|
run_at = 'client';
|
|
28393
28393
|
}
|
|
28394
|
+
}
|
|
28394
28395
|
|
|
28395
|
-
|
|
28396
|
-
|
|
28397
|
-
}
|
|
28396
|
+
if (_prog_obj?.properties.menuType === 'globals') {
|
|
28397
|
+
run_at = 'client';
|
|
28398
28398
|
}
|
|
28399
28399
|
|
|
28400
28400
|
if (!run_at && parentDataSourceNoP && _session.DS_GLB[parentDataSourceNoP]) {
|