@xuda.io/runtime-bundle 1.0.564 → 1.0.565

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.
@@ -32045,6 +32045,15 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32045
32045
  [`xu-teleport`]: {
32046
32046
  to: async function ($elm, val) {
32047
32047
  debugger;
32048
+ return {};
32049
+ },
32050
+ 'xu-render': async function ($elm, val) {
32051
+ debugger;
32052
+ return {};
32053
+ },
32054
+ 'xu-show': async function ($elm, val) {
32055
+ debugger;
32056
+ return {};
32048
32057
  },
32049
32058
  },
32050
32059
  };