@xuda.io/runtime-bundle 1.0.781 → 1.0.782
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 -0
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +1 -0
- package/js/xuda-runtime-slim.min.es.js +1 -0
- 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 -0
- package/js/xuda-worker-bundle.js +1 -0
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -13405,6 +13405,7 @@ func.events.execute = async function (
|
|
|
13405
13405
|
argumentsP,
|
|
13406
13406
|
NA_viewIdP,
|
|
13407
13407
|
NA_nodeIdP,
|
|
13408
|
+
NA_filler,
|
|
13408
13409
|
NA_parentDataSourceNoP,
|
|
13409
13410
|
$div,
|
|
13410
13411
|
) {
|