@xuda.io/runtime-bundle 1.0.334 → 1.0.335
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.
|
@@ -32262,6 +32262,9 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32262
32262
|
};
|
|
32263
32263
|
|
|
32264
32264
|
const common_fx = {
|
|
32265
|
+
'xu-ref': async function ($elm, val) {
|
|
32266
|
+
return {};
|
|
32267
|
+
},
|
|
32265
32268
|
'xu-bind': async function ($elm, val) {
|
|
32266
32269
|
if (is_skeleton) return;
|
|
32267
32270
|
|