@xuda.io/runtime-bundle 1.0.564 → 1.0.566

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.
@@ -12354,6 +12354,15 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
12354
12354
  [`xu-teleport`]: {
12355
12355
  to: async function ($elm, val) {
12356
12356
  debugger;
12357
+ return {};
12358
+ },
12359
+ 'xu-render': async function ($elm, val) {
12360
+ debugger;
12361
+ return {};
12362
+ },
12363
+ 'xu-show': async function ($elm, val) {
12364
+ debugger;
12365
+ return {};
12357
12366
  },
12358
12367
  },
12359
12368
  };
@@ -13232,7 +13241,8 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
13232
13241
 
13233
13242
  const new_key = key.split(':')[0]; // break expression
13234
13243
  if (
13235
- nodeP.tagName !== 'xu-panel' && // nodeP.tagName.substr(0, 3) !== "xu-" &&
13244
+ nodeP.tagName !== 'xu-panel' &&
13245
+ nodeP.tagName !== 'xu-teleport' && // nodeP.tagName.substr(0, 3) !== "xu-" &&
13236
13246
  (new_key.substr(0, 2) !== 'xu' || new_key.substr(2, 1) !== '-')
13237
13247
  ) {
13238
13248
  // handle common html attributes
@@ -10086,6 +10086,15 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
10086
10086
  [`xu-teleport`]: {
10087
10087
  to: async function ($elm, val) {
10088
10088
  debugger;
10089
+ return {};
10090
+ },
10091
+ 'xu-render': async function ($elm, val) {
10092
+ debugger;
10093
+ return {};
10094
+ },
10095
+ 'xu-show': async function ($elm, val) {
10096
+ debugger;
10097
+ return {};
10089
10098
  },
10090
10099
  },
10091
10100
  };
@@ -10964,7 +10973,8 @@ func.UI.screen.set_attributes_new = async function (SESSION_ID, is_skeleton, $ro
10964
10973
 
10965
10974
  const new_key = key.split(':')[0]; // break expression
10966
10975
  if (
10967
- nodeP.tagName !== 'xu-panel' && // nodeP.tagName.substr(0, 3) !== "xu-" &&
10976
+ nodeP.tagName !== 'xu-panel' &&
10977
+ nodeP.tagName !== 'xu-teleport' && // nodeP.tagName.substr(0, 3) !== "xu-" &&
10968
10978
  (new_key.substr(0, 2) !== 'xu' || new_key.substr(2, 1) !== '-')
10969
10979
  ) {
10970
10980
  // handle common html attributes