@xuda.io/runtime-bundle 1.0.782 → 1.0.783
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 +1 -4
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-mini-bundle.js +0 -1
- package/js/xuda-runtime-mini-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +1 -4
- package/js/xuda-runtime-slim.min.es.js +1 -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 +1 -3
- package/js/xuda-worker-bundle.js +1 -3
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
|
@@ -25237,7 +25237,6 @@ func.utils.job_worker = function (session_id) {
|
|
|
25237
25237
|
val.prog_id,
|
|
25238
25238
|
val.nodeId,
|
|
25239
25239
|
val.parentDataSourceNo,
|
|
25240
|
-
'', //dismissed val.$div creating bug in alter ui
|
|
25241
25240
|
val.$container,
|
|
25242
25241
|
);
|
|
25243
25242
|
}
|
|
@@ -29421,7 +29420,6 @@ func.datasource.execute_field_init_events = async function (SESSION_ID, dataSour
|
|
|
29421
29420
|
val.eventInfo.id, //eventInfo[2],
|
|
29422
29421
|
sourceP,
|
|
29423
29422
|
true,
|
|
29424
|
-
// check_count,
|
|
29425
29423
|
null,
|
|
29426
29424
|
null,
|
|
29427
29425
|
args.jobNoP,
|
|
@@ -29433,6 +29431,7 @@ func.datasource.execute_field_init_events = async function (SESSION_ID, dataSour
|
|
|
29433
29431
|
null,
|
|
29434
29432
|
null,
|
|
29435
29433
|
ds.parentDataSourceNo,
|
|
29434
|
+
null,
|
|
29436
29435
|
);
|
|
29437
29436
|
}
|
|
29438
29437
|
}
|
|
@@ -33410,7 +33409,6 @@ func.UI.screen.execute_screen_ready_events = async function (SESSION_ID, paramsP
|
|
|
33410
33409
|
val.eventInfo, // val.eventInfo[8],
|
|
33411
33410
|
null,
|
|
33412
33411
|
null,
|
|
33413
|
-
null,
|
|
33414
33412
|
_ds.prog_id,
|
|
33415
33413
|
_ds.nodeId,
|
|
33416
33414
|
_ds.parentDataSourceNo,
|
|
@@ -36330,7 +36328,6 @@ func.events.execute = async function (
|
|
|
36330
36328
|
argumentsP,
|
|
36331
36329
|
NA_viewIdP,
|
|
36332
36330
|
NA_nodeIdP,
|
|
36333
|
-
NA_filler,
|
|
36334
36331
|
NA_parentDataSourceNoP,
|
|
36335
36332
|
$div,
|
|
36336
36333
|
) {
|