@xuda.io/runtime-bundle 1.0.636 → 1.0.638
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 +6 -1
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +6 -1
- package/js/xuda-runtime-slim.min.es.js +6 -1
- package/js/xuda-runtime-slim.min.js +2 -2
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +5 -0
- package/js/xuda-worker-bundle.js +5 -0
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
|
@@ -31979,7 +31979,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
31979
31979
|
async function render_panel() {
|
|
31980
31980
|
const prog_id = val.value?.prog || val.value;
|
|
31981
31981
|
const param_obj = await get_params_obj_new(SESSION_ID, prog_id, nodeP, paramsP.dsSessionP);
|
|
31982
|
-
let ret_panel = await func.UI.screen.init(SESSION_ID, prog_id, paramsP.screenId, _ds, $elm, null, _ds.currentRecordId, null, true, param_obj, 'initXu_panel', undefined, refreshed_ds);
|
|
31982
|
+
let ret_panel = await func.UI.screen.init(SESSION_ID, prog_id, paramsP.screenId, _ds, $elm, null, _ds.currentRecordId, null, true, param_obj, 'initXu_panel', undefined, prog_id !== _ds.prog_id ? null : refreshed_ds);
|
|
31983
31983
|
ret = { $new_div: ret_panel };
|
|
31984
31984
|
$container.data().xuData.xuPanelProps = $elm.data().xuAttributes;
|
|
31985
31985
|
$container.data().xuData.xuPanelData = ret_panel.data();
|
|
@@ -35013,6 +35013,11 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
|
|
|
35013
35013
|
};
|
|
35014
35014
|
if (error) log_error();
|
|
35015
35015
|
// if (error || warning) log_error();
|
|
35016
|
+
|
|
35017
|
+
if (typeof EXP_BUSY !== 'undefined') {
|
|
35018
|
+
EXP_BUSY = false;
|
|
35019
|
+
}
|
|
35020
|
+
|
|
35016
35021
|
return {
|
|
35017
35022
|
result: ret,
|
|
35018
35023
|
fields: fields,
|