@xuda.io/runtime-bundle 1.0.485 → 1.0.486
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 +1 -1
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +1 -1
- package/js/xuda-runtime-slim.min.es.js +1 -1
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +1 -1
- package/js/xuda-worker-bundle.js +1 -1
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -3215,7 +3215,7 @@ glb.solid_attributes = ['disabled'];
|
|
|
3215
3215
|
func.datasource.create = async function (
|
|
3216
3216
|
SESSION_ID,
|
|
3217
3217
|
prog_id,
|
|
3218
|
-
dataSourceNoP, // if exist then refresh
|
|
3218
|
+
dataSourceNoP = null, // if exist then refresh
|
|
3219
3219
|
parentDataSourceNoP,
|
|
3220
3220
|
containerIdP,
|
|
3221
3221
|
rowIdP,
|
|
@@ -3216,7 +3216,7 @@ glb.solid_attributes = ['disabled'];
|
|
|
3216
3216
|
func.datasource.create = async function (
|
|
3217
3217
|
SESSION_ID,
|
|
3218
3218
|
prog_id,
|
|
3219
|
-
dataSourceNoP, // if exist then refresh
|
|
3219
|
+
dataSourceNoP = null, // if exist then refresh
|
|
3220
3220
|
parentDataSourceNoP,
|
|
3221
3221
|
containerIdP,
|
|
3222
3222
|
rowIdP,
|