@xuda.io/runtime-bundle 1.0.484 → 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 +2 -2
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +2 -2
- package/js/xuda-runtime-slim.min.es.js +2 -2
- 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
|
@@ -1591,7 +1591,7 @@ glb.solid_attributes = ['disabled'];
|
|
|
1591
1591
|
func.datasource.create = async function (
|
|
1592
1592
|
SESSION_ID,
|
|
1593
1593
|
prog_id,
|
|
1594
|
-
dataSourceNoP, // if exist then refresh
|
|
1594
|
+
dataSourceNoP = null, // if exist then refresh
|
|
1595
1595
|
parentDataSourceNoP,
|
|
1596
1596
|
containerIdP,
|
|
1597
1597
|
rowIdP,
|
package/js/xuda-worker-bundle.js
CHANGED
|
@@ -1591,7 +1591,7 @@ glb.solid_attributes = ['disabled'];
|
|
|
1591
1591
|
func.datasource.create = async function (
|
|
1592
1592
|
SESSION_ID,
|
|
1593
1593
|
prog_id,
|
|
1594
|
-
dataSourceNoP, // if exist then refresh
|
|
1594
|
+
dataSourceNoP = null, // if exist then refresh
|
|
1595
1595
|
parentDataSourceNoP,
|
|
1596
1596
|
containerIdP,
|
|
1597
1597
|
rowIdP,
|