@xuda.io/runtime-bundle 1.0.703 → 1.0.705
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 +5 -4
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +5 -4
- package/js/xuda-runtime-slim.min.es.js +5 -4
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +3 -2
- package/js/xuda-worker-bundle.js +3 -2
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
|
@@ -28177,7 +28177,7 @@ func.datasource.create = async function (
|
|
|
28177
28177
|
args.rowIdP,
|
|
28178
28178
|
args.jobNoP,
|
|
28179
28179
|
args.calling_trigger_prop,
|
|
28180
|
-
|
|
28180
|
+
args.parameters_raw_obj,
|
|
28181
28181
|
null,
|
|
28182
28182
|
null,
|
|
28183
28183
|
args.calling_jobP,
|
|
@@ -28218,7 +28218,7 @@ func.datasource.create = async function (
|
|
|
28218
28218
|
return done(SESSION_ID, jsonP.dsSession, true);
|
|
28219
28219
|
});
|
|
28220
28220
|
};
|
|
28221
|
-
func.datasource.prepare = async function (SESSION_ID, prog_id, dataSourceNoP, parentDataSourceNoP, containerIdP, rowIdP, jobNoP, calling_trigger_prop,
|
|
28221
|
+
func.datasource.prepare = async function (SESSION_ID, prog_id, dataSourceNoP, parentDataSourceNoP, containerIdP, rowIdP, jobNoP, calling_trigger_prop, parameters_raw_obj, NA_isInitP, callingSourceP, calling_jobP, NA_screen_dsP, is_panelP, parameters_obj_inP, static_refreshP, run_atP, worker_id) {
|
|
28222
28222
|
const set_parameters = async function () {
|
|
28223
28223
|
var _session = SESSION_OBJ[SESSION_ID];
|
|
28224
28224
|
const get_Out_parameters = async function (fieldIdP, located_field_param_idxP, param_row_idP) {
|
|
@@ -28347,6 +28347,7 @@ func.datasource.prepare = async function (SESSION_ID, prog_id, dataSourceNoP, pa
|
|
|
28347
28347
|
static_refreshP,
|
|
28348
28348
|
run_atP,
|
|
28349
28349
|
worker_id,
|
|
28350
|
+
parameters_raw_obj,
|
|
28350
28351
|
};
|
|
28351
28352
|
|
|
28352
28353
|
var dataSourceSession = null;
|
|
@@ -31882,7 +31883,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
31882
31883
|
async function render_panel() {
|
|
31883
31884
|
const prog_id = val.value?.prog || val.value;
|
|
31884
31885
|
const params_obj = await get_params_obj_new(SESSION_ID, prog_id, nodeP, paramsP.dsSessionP);
|
|
31885
|
-
let ret_panel = await func.UI.screen.init(SESSION_ID, prog_id, paramsP.screenId, _ds, $elm, null, _ds.currentRecordId, null, true, params_obj.
|
|
31886
|
+
let ret_panel = await func.UI.screen.init(SESSION_ID, prog_id, paramsP.screenId, _ds, $elm, null, _ds.currentRecordId, null, true, params_obj.params_res, 'initXu_panel', undefined, prog_id !== _ds.prog_id ? null : refreshed_ds, params_obj.params_raw);
|
|
31886
31887
|
ret = { $new_div: ret_panel };
|
|
31887
31888
|
$container.data().xuData.xuPanelProps = $elm.data().xuAttributes;
|
|
31888
31889
|
$container.data().xuData.xuPanelData = ret_panel.data();
|
|
@@ -31932,7 +31933,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
31932
31933
|
var $wrapper = $('<div>');
|
|
31933
31934
|
var $div = func.UI.screen.create_container(SESSION_ID, $root_container, nodeP, $container, paramsP, parent_infoP, jobNoP, keyP, parent_nodeP, nodeP.attributes, null, null, null, $wrapper, '');
|
|
31934
31935
|
const params_obj = await get_params_obj_new(SESSION_ID, program, nodeP, paramsP.dsSessionP);
|
|
31935
|
-
let ret_init = await func.UI.screen.init(SESSION_ID, program, paramsP.screenId, _ds, $div, null, _ds.currentRecordId, jobNoP, true, params_obj.
|
|
31936
|
+
let ret_init = await func.UI.screen.init(SESSION_ID, program, paramsP.screenId, _ds, $div, null, _ds.currentRecordId, jobNoP, true, params_obj.params_res, 'alterXu_panel', undefined, undefined, params_obj.params_raw);
|
|
31936
31937
|
ret = {
|
|
31937
31938
|
$new_div: ret_init,
|
|
31938
31939
|
abort: true,
|