@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.
@@ -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
- if (_prog_obj?.properties.menuType === 'globals') {
3296
- run_at = 'client';
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
- if (_prog_obj?.properties.menuType === 'globals') {
3297
- run_at = 'client';
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]) {