@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
|
@@ -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
|
-
|
|
1672
|
-
|
|
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]) {
|
package/js/xuda-worker-bundle.js
CHANGED
|
@@ -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
|
-
|
|
1672
|
-
|
|
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]) {
|