@xuda.io/runtime-bundle 1.0.704 → 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.
@@ -3068,7 +3068,7 @@ func.datasource.create = async function (
3068
3068
  args.rowIdP,
3069
3069
  args.jobNoP,
3070
3070
  args.calling_trigger_prop,
3071
- null,
3071
+ args.parameters_raw_obj,
3072
3072
  null,
3073
3073
  null,
3074
3074
  args.calling_jobP,
@@ -3109,7 +3109,7 @@ func.datasource.create = async function (
3109
3109
  return done(SESSION_ID, jsonP.dsSession, true);
3110
3110
  });
3111
3111
  };
3112
- 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) {
3112
+ 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) {
3113
3113
  const set_parameters = async function () {
3114
3114
  var _session = SESSION_OBJ[SESSION_ID];
3115
3115
  const get_Out_parameters = async function (fieldIdP, located_field_param_idxP, param_row_idP) {
@@ -3238,6 +3238,7 @@ func.datasource.prepare = async function (SESSION_ID, prog_id, dataSourceNoP, pa
3238
3238
  static_refreshP,
3239
3239
  run_atP,
3240
3240
  worker_id,
3241
+ parameters_raw_obj,
3241
3242
  };
3242
3243
 
3243
3244
  var dataSourceSession = null;
@@ -3069,7 +3069,7 @@ func.datasource.create = async function (
3069
3069
  args.rowIdP,
3070
3070
  args.jobNoP,
3071
3071
  args.calling_trigger_prop,
3072
- null,
3072
+ args.parameters_raw_obj,
3073
3073
  null,
3074
3074
  null,
3075
3075
  args.calling_jobP,
@@ -3110,7 +3110,7 @@ func.datasource.create = async function (
3110
3110
  return done(SESSION_ID, jsonP.dsSession, true);
3111
3111
  });
3112
3112
  };
3113
- 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) {
3113
+ 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) {
3114
3114
  const set_parameters = async function () {
3115
3115
  var _session = SESSION_OBJ[SESSION_ID];
3116
3116
  const get_Out_parameters = async function (fieldIdP, located_field_param_idxP, param_row_idP) {
@@ -3239,6 +3239,7 @@ func.datasource.prepare = async function (SESSION_ID, prog_id, dataSourceNoP, pa
3239
3239
  static_refreshP,
3240
3240
  run_atP,
3241
3241
  worker_id,
3242
+ parameters_raw_obj,
3242
3243
  };
3243
3244
 
3244
3245
  var dataSourceSession = null;