@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.
- package/js/xuda-runtime-bundle.js +3 -2
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +3 -2
- package/js/xuda-runtime-slim.min.es.js +3 -2
- 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
|
@@ -1444,7 +1444,7 @@ func.datasource.create = async function (
|
|
|
1444
1444
|
args.rowIdP,
|
|
1445
1445
|
args.jobNoP,
|
|
1446
1446
|
args.calling_trigger_prop,
|
|
1447
|
-
|
|
1447
|
+
args.parameters_raw_obj,
|
|
1448
1448
|
null,
|
|
1449
1449
|
null,
|
|
1450
1450
|
args.calling_jobP,
|
|
@@ -1485,7 +1485,7 @@ func.datasource.create = async function (
|
|
|
1485
1485
|
return done(SESSION_ID, jsonP.dsSession, true);
|
|
1486
1486
|
});
|
|
1487
1487
|
};
|
|
1488
|
-
func.datasource.prepare = async function (SESSION_ID, prog_id, dataSourceNoP, parentDataSourceNoP, containerIdP, rowIdP, jobNoP, calling_trigger_prop,
|
|
1488
|
+
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) {
|
|
1489
1489
|
const set_parameters = async function () {
|
|
1490
1490
|
var _session = SESSION_OBJ[SESSION_ID];
|
|
1491
1491
|
const get_Out_parameters = async function (fieldIdP, located_field_param_idxP, param_row_idP) {
|
|
@@ -1614,6 +1614,7 @@ func.datasource.prepare = async function (SESSION_ID, prog_id, dataSourceNoP, pa
|
|
|
1614
1614
|
static_refreshP,
|
|
1615
1615
|
run_atP,
|
|
1616
1616
|
worker_id,
|
|
1617
|
+
parameters_raw_obj,
|
|
1617
1618
|
};
|
|
1618
1619
|
|
|
1619
1620
|
var dataSourceSession = null;
|
package/js/xuda-worker-bundle.js
CHANGED
|
@@ -1444,7 +1444,7 @@ func.datasource.create = async function (
|
|
|
1444
1444
|
args.rowIdP,
|
|
1445
1445
|
args.jobNoP,
|
|
1446
1446
|
args.calling_trigger_prop,
|
|
1447
|
-
|
|
1447
|
+
args.parameters_raw_obj,
|
|
1448
1448
|
null,
|
|
1449
1449
|
null,
|
|
1450
1450
|
args.calling_jobP,
|
|
@@ -1485,7 +1485,7 @@ func.datasource.create = async function (
|
|
|
1485
1485
|
return done(SESSION_ID, jsonP.dsSession, true);
|
|
1486
1486
|
});
|
|
1487
1487
|
};
|
|
1488
|
-
func.datasource.prepare = async function (SESSION_ID, prog_id, dataSourceNoP, parentDataSourceNoP, containerIdP, rowIdP, jobNoP, calling_trigger_prop,
|
|
1488
|
+
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) {
|
|
1489
1489
|
const set_parameters = async function () {
|
|
1490
1490
|
var _session = SESSION_OBJ[SESSION_ID];
|
|
1491
1491
|
const get_Out_parameters = async function (fieldIdP, located_field_param_idxP, param_row_idP) {
|
|
@@ -1614,6 +1614,7 @@ func.datasource.prepare = async function (SESSION_ID, prog_id, dataSourceNoP, pa
|
|
|
1614
1614
|
static_refreshP,
|
|
1615
1615
|
run_atP,
|
|
1616
1616
|
worker_id,
|
|
1617
|
+
parameters_raw_obj,
|
|
1617
1618
|
};
|
|
1618
1619
|
|
|
1619
1620
|
var dataSourceSession = null;
|