@xuda.io/runtime-bundle 1.0.704 → 1.0.706

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.
@@ -25409,7 +25409,7 @@ func.utils.ws_worker.functions = {
25409
25409
  args.rowIdP,
25410
25410
  args.jobNoP,
25411
25411
  args.calling_trigger_prop,
25412
- null,
25412
+ args.parameters_raw_obj,
25413
25413
  null,
25414
25414
  args.callingSourceP,
25415
25415
  args.calling_jobP,
@@ -28177,7 +28177,7 @@ func.datasource.create = async function (
28177
28177
  args.rowIdP,
28178
28178
  args.jobNoP,
28179
28179
  args.calling_trigger_prop,
28180
- null,
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, NA_screen_param, NA_isInitP, callingSourceP, calling_jobP, NA_screen_dsP, is_panelP, parameters_obj_inP, static_refreshP, run_atP, worker_id) {
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;