@xuda.io/runtime-bundle 1.0.771 → 1.0.773
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-bundle.js +3 -1
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +3 -1
- package/js/xuda-runtime-slim.min.es.js +3 -1
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +1 -1
- package/js/xuda-worker-bundle.js +1 -1
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
|
@@ -29266,7 +29266,7 @@ func.datasource.run_events_functions = async function (SESSION_ID, dataSourceSes
|
|
|
29266
29266
|
clearInterval(interval);
|
|
29267
29267
|
resolve(job_num);
|
|
29268
29268
|
}
|
|
29269
|
-
if (i >
|
|
29269
|
+
if (i > 200) {
|
|
29270
29270
|
console.error('deadlock detected');
|
|
29271
29271
|
clearInterval(interval);
|
|
29272
29272
|
resolve(job_num);
|
|
@@ -32096,6 +32096,8 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32096
32096
|
|
|
32097
32097
|
const common_fx = {
|
|
32098
32098
|
'xu-ref': async function ($elm, val, dsSession) {
|
|
32099
|
+
if (!val.value) return {};
|
|
32100
|
+
|
|
32099
32101
|
func.UI.update_xu_ref(SESSION_ID, dsSession || paramsP.dsSessionP, val.value, $elm);
|
|
32100
32102
|
|
|
32101
32103
|
// Select the node that will be observed for mutations
|