@xuda.io/runtime-bundle 1.0.545 → 1.0.547
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.
|
@@ -32368,6 +32368,9 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32368
32368
|
},
|
|
32369
32369
|
// programParameters: async function ($elm, val) {},
|
|
32370
32370
|
'xu-render': async function ($elm, val) {
|
|
32371
|
+
// if (val.value) {
|
|
32372
|
+
// return {};
|
|
32373
|
+
// }
|
|
32371
32374
|
let ret = await common_fx['xu-render']($elm, val);
|
|
32372
32375
|
return ret;
|
|
32373
32376
|
},
|
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -12677,6 +12677,9 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
12677
12677
|
},
|
|
12678
12678
|
// programParameters: async function ($elm, val) {},
|
|
12679
12679
|
'xu-render': async function ($elm, val) {
|
|
12680
|
+
// if (val.value) {
|
|
12681
|
+
// return {};
|
|
12682
|
+
// }
|
|
12680
12683
|
let ret = await common_fx['xu-render']($elm, val);
|
|
12681
12684
|
return ret;
|
|
12682
12685
|
},
|
|
@@ -10409,6 +10409,9 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10409
10409
|
},
|
|
10410
10410
|
// programParameters: async function ($elm, val) {},
|
|
10411
10411
|
'xu-render': async function ($elm, val) {
|
|
10412
|
+
// if (val.value) {
|
|
10413
|
+
// return {};
|
|
10414
|
+
// }
|
|
10412
10415
|
let ret = await common_fx['xu-render']($elm, val);
|
|
10413
10416
|
return ret;
|
|
10414
10417
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xuda.io/runtime-bundle",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.547",
|
|
4
4
|
"description": "The Xuda Runtime Bundle refers to a collection of scripts and libraries packaged together to provide the necessary runtime environment for executing plugins or components in the Xuda platform. ",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"pub": "npm version patch --force && npm publish --access public"
|