@xuda.io/runtime-bundle 1.0.901 → 1.0.902
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.
|
@@ -32203,7 +32203,16 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32203
32203
|
} catch (error) {
|
|
32204
32204
|
console.warn(e);
|
|
32205
32205
|
}
|
|
32206
|
-
|
|
32206
|
+
return;
|
|
32207
|
+
return { abort: true };
|
|
32208
|
+
},
|
|
32209
|
+
'xu-html': async function ($elm, val) {
|
|
32210
|
+
try {
|
|
32211
|
+
$elm.html(val.value);
|
|
32212
|
+
} catch (error) {
|
|
32213
|
+
console.warn(e);
|
|
32214
|
+
}
|
|
32215
|
+
return;
|
|
32207
32216
|
return { abort: true };
|
|
32208
32217
|
},
|
|
32209
32218
|
'xu-for': async function ($elm, data) {
|