@xuda.io/runtime-bundle 1.0.730 → 1.0.732
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 +2 -2
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +2 -2
- package/js/xuda-runtime-slim.min.es.js +2 -2
- package/js/xuda-runtime-slim.min.js +2 -2
- 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
|
@@ -31298,7 +31298,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
31298
31298
|
new_job = await func.UI.worker.add_to_queue(SESSION_ID, 'gui event', type, obj, new_job, elem_val.$elm);
|
|
31299
31299
|
|
|
31300
31300
|
if (_session.engine_mode === 'live_preview') {
|
|
31301
|
-
console.
|
|
31301
|
+
console.log(type + '>>>', new_job, obj);
|
|
31302
31302
|
}
|
|
31303
31303
|
};
|
|
31304
31304
|
//////////// process render first ///////////////
|
|
@@ -35044,7 +35044,7 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
|
|
|
35044
35044
|
req: valP,
|
|
35045
35045
|
var_error_found,
|
|
35046
35046
|
};
|
|
35047
|
-
console.log('EXP>>>', results);
|
|
35047
|
+
// console.log('EXP>>>', results);
|
|
35048
35048
|
return results;
|
|
35049
35049
|
// return {
|
|
35050
35050
|
// result: ret,
|