@xuda.io/runtime-bundle 1.0.565 → 1.0.567

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.
@@ -32029,11 +32029,8 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32029
32029
  }
32030
32030
  return alter_program();
32031
32031
  },
32032
- // programParameters: async function ($elm, val) {},
32032
+
32033
32033
  'xu-render': async function ($elm, val) {
32034
- // if (val.value) {
32035
- // return {};
32036
- // }
32037
32034
  let ret = await common_fx['xu-render']($elm, val, true);
32038
32035
  return ret;
32039
32036
  },
@@ -32044,16 +32041,17 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32044
32041
  },
32045
32042
  [`xu-teleport`]: {
32046
32043
  to: async function ($elm, val) {
32047
- debugger;
32048
- return {};
32044
+ const ret = await func.UI.screen.render_ui_tree(SESSION_ID, $(val.value), nodeP, parent_infoP, paramsP, jobNoP, is_skeleton, Number(key), null, nodeP, null, $root_container);
32045
+
32046
+ return { abort: true };
32049
32047
  },
32050
32048
  'xu-render': async function ($elm, val) {
32051
- debugger;
32052
- return {};
32049
+ let ret = await common_fx['xu-render']($elm, val, true);
32050
+ return ret;
32053
32051
  },
32054
32052
  'xu-show': async function ($elm, val) {
32055
- debugger;
32056
- return {};
32053
+ let ret = await common_fx['xu-show']($elm, val, true);
32054
+ return ret;
32057
32055
  },
32058
32056
  },
32059
32057
  };
@@ -32932,7 +32930,8 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
32932
32930
 
32933
32931
  const new_key = key.split(':')[0]; // break expression
32934
32932
  if (
32935
- nodeP.tagName !== 'xu-panel' && // nodeP.tagName.substr(0, 3) !== "xu-" &&
32933
+ nodeP.tagName !== 'xu-panel' &&
32934
+ nodeP.tagName !== 'xu-teleport' && // nodeP.tagName.substr(0, 3) !== "xu-" &&
32936
32935
  (new_key.substr(0, 2) !== 'xu' || new_key.substr(2, 1) !== '-')
32937
32936
  ) {
32938
32937
  // handle common html attributes