@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
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -3291,10 +3291,10 @@ func.datasource.create = async function (
|
|
|
3291
3291
|
if (_session.opt.app_computing_mode === 'main') {
|
|
3292
3292
|
run_at = 'client';
|
|
3293
3293
|
}
|
|
3294
|
+
}
|
|
3294
3295
|
|
|
3295
|
-
|
|
3296
|
-
|
|
3297
|
-
}
|
|
3296
|
+
if (_prog_obj?.properties.menuType === 'globals') {
|
|
3297
|
+
run_at = 'client';
|
|
3298
3298
|
}
|
|
3299
3299
|
|
|
3300
3300
|
if (!run_at && parentDataSourceNoP && _session.DS_GLB[parentDataSourceNoP]) {
|
|
@@ -3292,10 +3292,10 @@ func.datasource.create = async function (
|
|
|
3292
3292
|
if (_session.opt.app_computing_mode === 'main') {
|
|
3293
3293
|
run_at = 'client';
|
|
3294
3294
|
}
|
|
3295
|
+
}
|
|
3295
3296
|
|
|
3296
|
-
|
|
3297
|
-
|
|
3298
|
-
}
|
|
3297
|
+
if (_prog_obj?.properties.menuType === 'globals') {
|
|
3298
|
+
run_at = 'client';
|
|
3299
3299
|
}
|
|
3300
3300
|
|
|
3301
3301
|
if (!run_at && parentDataSourceNoP && _session.DS_GLB[parentDataSourceNoP]) {
|