@xuda.io/runtime-bundle 1.0.731 → 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 +3 -3
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +3 -3
- package/js/xuda-runtime-slim.min.es.js +3 -3
- 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
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -10321,7 +10321,7 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
|
|
|
10321
10321
|
req: valP,
|
|
10322
10322
|
var_error_found,
|
|
10323
10323
|
};
|
|
10324
|
-
console.log('EXP>>>', results);
|
|
10324
|
+
// console.log('EXP>>>', results);
|
|
10325
10325
|
return results;
|
|
10326
10326
|
// return {
|
|
10327
10327
|
// result: ret,
|
|
@@ -11627,9 +11627,9 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
11627
11627
|
elem_val,
|
|
11628
11628
|
};
|
|
11629
11629
|
new_job = await func.UI.worker.add_to_queue(SESSION_ID, 'gui event', type, obj, new_job, elem_val.$elm);
|
|
11630
|
-
|
|
11630
|
+
|
|
11631
11631
|
if (_session.engine_mode === 'live_preview') {
|
|
11632
|
-
console.
|
|
11632
|
+
console.log(type + '>>>', new_job, obj);
|
|
11633
11633
|
}
|
|
11634
11634
|
};
|
|
11635
11635
|
//////////// process render first ///////////////
|
|
@@ -9337,9 +9337,9 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
9337
9337
|
elem_val,
|
|
9338
9338
|
};
|
|
9339
9339
|
new_job = await func.UI.worker.add_to_queue(SESSION_ID, 'gui event', type, obj, new_job, elem_val.$elm);
|
|
9340
|
-
|
|
9340
|
+
|
|
9341
9341
|
if (_session.engine_mode === 'live_preview') {
|
|
9342
|
-
console.
|
|
9342
|
+
console.log(type + '>>>', new_job, obj);
|
|
9343
9343
|
}
|
|
9344
9344
|
};
|
|
9345
9345
|
//////////// process render first ///////////////
|
|
@@ -14410,7 +14410,7 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
|
|
|
14410
14410
|
req: valP,
|
|
14411
14411
|
var_error_found,
|
|
14412
14412
|
};
|
|
14413
|
-
console.log('EXP>>>', results);
|
|
14413
|
+
// console.log('EXP>>>', results);
|
|
14414
14414
|
return results;
|
|
14415
14415
|
// return {
|
|
14416
14416
|
// result: ret,
|