@xuda.io/runtime-bundle 1.0.780 → 1.0.782
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 +5 -4
- package/js/xuda-runtime-bundle.min.js +3 -3
- package/js/xuda-runtime-slim.js +5 -4
- package/js/xuda-runtime-slim.min.es.js +5 -4
- package/js/xuda-runtime-slim.min.js +3 -3
- package/js/xuda-server-bundle.min.mjs +3 -3
- package/js/xuda-server-bundle.mjs +5 -4
- package/js/xuda-worker-bundle.js +5 -4
- package/js/xuda-worker-bundle.min.js +3 -3
- package/package.json +1 -1
|
@@ -6533,6 +6533,7 @@ func.events.execute = async function (
|
|
|
6533
6533
|
argumentsP,
|
|
6534
6534
|
NA_viewIdP,
|
|
6535
6535
|
NA_nodeIdP,
|
|
6536
|
+
NA_filler,
|
|
6536
6537
|
NA_parentDataSourceNoP,
|
|
6537
6538
|
$div,
|
|
6538
6539
|
) {
|
|
@@ -6909,14 +6910,14 @@ func.events.execute = async function (
|
|
|
6909
6910
|
|
|
6910
6911
|
call_native_javascript: async function () {
|
|
6911
6912
|
const module = await func.common.get_module(SESSION_ID, 'xuda-event-javascript-module.mjs');
|
|
6912
|
-
const result = await module.call_javascript(SESSION_ID, jobNoP, refIdP, dsSession, false, $
|
|
6913
|
+
const result = await module.call_javascript(SESSION_ID, jobNoP, refIdP, dsSession, false, $div);
|
|
6913
6914
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
6914
6915
|
|
|
6915
6916
|
return result;
|
|
6916
6917
|
},
|
|
6917
6918
|
call_evaluate_javascript: async function () {
|
|
6918
6919
|
const module = await func.common.get_module(SESSION_ID, 'xuda-event-javascript-module.mjs');
|
|
6919
|
-
const result = await module.call_javascript(SESSION_ID, jobNoP, refIdP, dsSession, true, $
|
|
6920
|
+
const result = await module.call_javascript(SESSION_ID, jobNoP, refIdP, dsSession, true, $div);
|
|
6920
6921
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
6921
6922
|
|
|
6922
6923
|
return result;
|
|
@@ -6935,7 +6936,7 @@ func.events.execute = async function (
|
|
|
6935
6936
|
null,
|
|
6936
6937
|
null,
|
|
6937
6938
|
evt,
|
|
6938
|
-
$
|
|
6939
|
+
$div,
|
|
6939
6940
|
);
|
|
6940
6941
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
6941
6942
|
|
|
@@ -6955,7 +6956,7 @@ func.events.execute = async function (
|
|
|
6955
6956
|
null,
|
|
6956
6957
|
null,
|
|
6957
6958
|
evt,
|
|
6958
|
-
$
|
|
6959
|
+
$div,
|
|
6959
6960
|
);
|
|
6960
6961
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
6961
6962
|
|
package/js/xuda-worker-bundle.js
CHANGED
|
@@ -6533,6 +6533,7 @@ func.events.execute = async function (
|
|
|
6533
6533
|
argumentsP,
|
|
6534
6534
|
NA_viewIdP,
|
|
6535
6535
|
NA_nodeIdP,
|
|
6536
|
+
NA_filler,
|
|
6536
6537
|
NA_parentDataSourceNoP,
|
|
6537
6538
|
$div,
|
|
6538
6539
|
) {
|
|
@@ -6909,14 +6910,14 @@ func.events.execute = async function (
|
|
|
6909
6910
|
|
|
6910
6911
|
call_native_javascript: async function () {
|
|
6911
6912
|
const module = await func.common.get_module(SESSION_ID, 'xuda-event-javascript-module.mjs');
|
|
6912
|
-
const result = await module.call_javascript(SESSION_ID, jobNoP, refIdP, dsSession, false, $
|
|
6913
|
+
const result = await module.call_javascript(SESSION_ID, jobNoP, refIdP, dsSession, false, $div);
|
|
6913
6914
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
6914
6915
|
|
|
6915
6916
|
return result;
|
|
6916
6917
|
},
|
|
6917
6918
|
call_evaluate_javascript: async function () {
|
|
6918
6919
|
const module = await func.common.get_module(SESSION_ID, 'xuda-event-javascript-module.mjs');
|
|
6919
|
-
const result = await module.call_javascript(SESSION_ID, jobNoP, refIdP, dsSession, true, $
|
|
6920
|
+
const result = await module.call_javascript(SESSION_ID, jobNoP, refIdP, dsSession, true, $div);
|
|
6920
6921
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
6921
6922
|
|
|
6922
6923
|
return result;
|
|
@@ -6935,7 +6936,7 @@ func.events.execute = async function (
|
|
|
6935
6936
|
null,
|
|
6936
6937
|
null,
|
|
6937
6938
|
evt,
|
|
6938
|
-
$
|
|
6939
|
+
$div,
|
|
6939
6940
|
);
|
|
6940
6941
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
6941
6942
|
|
|
@@ -6955,7 +6956,7 @@ func.events.execute = async function (
|
|
|
6955
6956
|
null,
|
|
6956
6957
|
null,
|
|
6957
6958
|
evt,
|
|
6958
|
-
$
|
|
6959
|
+
$div,
|
|
6959
6960
|
);
|
|
6960
6961
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
6961
6962
|
|