@xuda.io/runtime-bundle 1.0.334 → 1.0.335
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
|
@@ -12237,6 +12237,9 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
12237
12237
|
};
|
|
12238
12238
|
|
|
12239
12239
|
const common_fx = {
|
|
12240
|
+
'xu-ref': async function ($elm, val) {
|
|
12241
|
+
return {};
|
|
12242
|
+
},
|
|
12240
12243
|
'xu-bind': async function ($elm, val) {
|
|
12241
12244
|
if (is_skeleton) return;
|
|
12242
12245
|
|
|
@@ -10303,6 +10303,9 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10303
10303
|
};
|
|
10304
10304
|
|
|
10305
10305
|
const common_fx = {
|
|
10306
|
+
'xu-ref': async function ($elm, val) {
|
|
10307
|
+
return {};
|
|
10308
|
+
},
|
|
10306
10309
|
'xu-bind': async function ($elm, val) {
|
|
10307
10310
|
if (is_skeleton) return;
|
|
10308
10311
|
|