@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
|
@@ -2688,7 +2688,6 @@ func.datasource.execute_field_init_events = async function (SESSION_ID, dataSour
|
|
|
2688
2688
|
val.eventInfo.id, //eventInfo[2],
|
|
2689
2689
|
sourceP,
|
|
2690
2690
|
true,
|
|
2691
|
-
// check_count,
|
|
2692
2691
|
null,
|
|
2693
2692
|
null,
|
|
2694
2693
|
args.jobNoP,
|
|
@@ -2700,6 +2699,7 @@ func.datasource.execute_field_init_events = async function (SESSION_ID, dataSour
|
|
|
2700
2699
|
null,
|
|
2701
2700
|
null,
|
|
2702
2701
|
ds.parentDataSourceNo,
|
|
2702
|
+
null,
|
|
2703
2703
|
);
|
|
2704
2704
|
}
|
|
2705
2705
|
}
|
|
@@ -4523,7 +4523,6 @@ func.utils.job_worker = function (session_id) {
|
|
|
4523
4523
|
val.prog_id,
|
|
4524
4524
|
val.nodeId,
|
|
4525
4525
|
val.parentDataSourceNo,
|
|
4526
|
-
'', //dismissed val.$div creating bug in alter ui
|
|
4527
4526
|
val.$container,
|
|
4528
4527
|
);
|
|
4529
4528
|
}
|
|
@@ -6533,7 +6532,6 @@ func.events.execute = async function (
|
|
|
6533
6532
|
argumentsP,
|
|
6534
6533
|
NA_viewIdP,
|
|
6535
6534
|
NA_nodeIdP,
|
|
6536
|
-
NA_filler,
|
|
6537
6535
|
NA_parentDataSourceNoP,
|
|
6538
6536
|
$div,
|
|
6539
6537
|
) {
|
package/js/xuda-worker-bundle.js
CHANGED
|
@@ -2688,7 +2688,6 @@ func.datasource.execute_field_init_events = async function (SESSION_ID, dataSour
|
|
|
2688
2688
|
val.eventInfo.id, //eventInfo[2],
|
|
2689
2689
|
sourceP,
|
|
2690
2690
|
true,
|
|
2691
|
-
// check_count,
|
|
2692
2691
|
null,
|
|
2693
2692
|
null,
|
|
2694
2693
|
args.jobNoP,
|
|
@@ -2700,6 +2699,7 @@ func.datasource.execute_field_init_events = async function (SESSION_ID, dataSour
|
|
|
2700
2699
|
null,
|
|
2701
2700
|
null,
|
|
2702
2701
|
ds.parentDataSourceNo,
|
|
2702
|
+
null,
|
|
2703
2703
|
);
|
|
2704
2704
|
}
|
|
2705
2705
|
}
|
|
@@ -4523,7 +4523,6 @@ func.utils.job_worker = function (session_id) {
|
|
|
4523
4523
|
val.prog_id,
|
|
4524
4524
|
val.nodeId,
|
|
4525
4525
|
val.parentDataSourceNo,
|
|
4526
|
-
'', //dismissed val.$div creating bug in alter ui
|
|
4527
4526
|
val.$container,
|
|
4528
4527
|
);
|
|
4529
4528
|
}
|
|
@@ -6533,7 +6532,6 @@ func.events.execute = async function (
|
|
|
6533
6532
|
argumentsP,
|
|
6534
6533
|
NA_viewIdP,
|
|
6535
6534
|
NA_nodeIdP,
|
|
6536
|
-
NA_filler,
|
|
6537
6535
|
NA_parentDataSourceNoP,
|
|
6538
6536
|
$div,
|
|
6539
6537
|
) {
|