@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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -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
|
};
|
|
@@ -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
|
};
|