@xuda.io/runtime-bundle 1.0.465 → 1.0.466
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.
|
@@ -32085,6 +32085,10 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32085
32085
|
let ret = await common_fx['xu-render']($elm, val);
|
|
32086
32086
|
return ret;
|
|
32087
32087
|
},
|
|
32088
|
+
'xu-ref': async function ($elm, val) {
|
|
32089
|
+
let ret = await common_fx['xu-ref']($elm, val);
|
|
32090
|
+
return ret;
|
|
32091
|
+
},
|
|
32088
32092
|
},
|
|
32089
32093
|
};
|
|
32090
32094
|
|