@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.
@@ -1667,10 +1667,10 @@ func.datasource.create = async function (
1667
1667
  if (_session.opt.app_computing_mode === 'main') {
1668
1668
  run_at = 'client';
1669
1669
  }
1670
+ }
1670
1671
 
1671
- if (_prog_obj?.properties.menuType === 'globals') {
1672
- run_at = 'client';
1673
- }
1672
+ if (_prog_obj?.properties.menuType === 'globals') {
1673
+ run_at = 'client';
1674
1674
  }
1675
1675
 
1676
1676
  if (!run_at && parentDataSourceNoP && _session.DS_GLB[parentDataSourceNoP]) {
@@ -1667,10 +1667,10 @@ func.datasource.create = async function (
1667
1667
  if (_session.opt.app_computing_mode === 'main') {
1668
1668
  run_at = 'client';
1669
1669
  }
1670
+ }
1670
1671
 
1671
- if (_prog_obj?.properties.menuType === 'globals') {
1672
- run_at = 'client';
1673
- }
1672
+ if (_prog_obj?.properties.menuType === 'globals') {
1673
+ run_at = 'client';
1674
1674
  }
1675
1675
 
1676
1676
  if (!run_at && parentDataSourceNoP && _session.DS_GLB[parentDataSourceNoP]) {