@xuda.io/runtime-bundle 1.0.780 → 1.0.781
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 +4 -4
- package/js/xuda-runtime-bundle.min.js +3 -3
- package/js/xuda-runtime-slim.js +4 -4
- package/js/xuda-runtime-slim.min.es.js +4 -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 +4 -4
- package/js/xuda-worker-bundle.js +4 -4
- package/js/xuda-worker-bundle.min.js +3 -3
- package/package.json +1 -1
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -9650,14 +9650,14 @@ func.events.execute = async function (
|
|
|
9650
9650
|
|
|
9651
9651
|
call_native_javascript: async function () {
|
|
9652
9652
|
const module = await func.common.get_module(SESSION_ID, 'xuda-event-javascript-module.mjs');
|
|
9653
|
-
const result = await module.call_javascript(SESSION_ID, jobNoP, refIdP, dsSession, false, $
|
|
9653
|
+
const result = await module.call_javascript(SESSION_ID, jobNoP, refIdP, dsSession, false, $div);
|
|
9654
9654
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
9655
9655
|
|
|
9656
9656
|
return result;
|
|
9657
9657
|
},
|
|
9658
9658
|
call_evaluate_javascript: async function () {
|
|
9659
9659
|
const module = await func.common.get_module(SESSION_ID, 'xuda-event-javascript-module.mjs');
|
|
9660
|
-
const result = await module.call_javascript(SESSION_ID, jobNoP, refIdP, dsSession, true, $
|
|
9660
|
+
const result = await module.call_javascript(SESSION_ID, jobNoP, refIdP, dsSession, true, $div);
|
|
9661
9661
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
9662
9662
|
|
|
9663
9663
|
return result;
|
|
@@ -9676,7 +9676,7 @@ func.events.execute = async function (
|
|
|
9676
9676
|
null,
|
|
9677
9677
|
null,
|
|
9678
9678
|
evt,
|
|
9679
|
-
$
|
|
9679
|
+
$div,
|
|
9680
9680
|
);
|
|
9681
9681
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
9682
9682
|
|
|
@@ -9696,7 +9696,7 @@ func.events.execute = async function (
|
|
|
9696
9696
|
null,
|
|
9697
9697
|
null,
|
|
9698
9698
|
evt,
|
|
9699
|
-
$
|
|
9699
|
+
$div,
|
|
9700
9700
|
);
|
|
9701
9701
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
9702
9702
|
|
|
@@ -13781,14 +13781,14 @@ func.events.execute = async function (
|
|
|
13781
13781
|
|
|
13782
13782
|
call_native_javascript: async function () {
|
|
13783
13783
|
const module = await func.common.get_module(SESSION_ID, 'xuda-event-javascript-module.mjs');
|
|
13784
|
-
const result = await module.call_javascript(SESSION_ID, jobNoP, refIdP, dsSession, false, $
|
|
13784
|
+
const result = await module.call_javascript(SESSION_ID, jobNoP, refIdP, dsSession, false, $div);
|
|
13785
13785
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
13786
13786
|
|
|
13787
13787
|
return result;
|
|
13788
13788
|
},
|
|
13789
13789
|
call_evaluate_javascript: async function () {
|
|
13790
13790
|
const module = await func.common.get_module(SESSION_ID, 'xuda-event-javascript-module.mjs');
|
|
13791
|
-
const result = await module.call_javascript(SESSION_ID, jobNoP, refIdP, dsSession, true, $
|
|
13791
|
+
const result = await module.call_javascript(SESSION_ID, jobNoP, refIdP, dsSession, true, $div);
|
|
13792
13792
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
13793
13793
|
|
|
13794
13794
|
return result;
|
|
@@ -13807,7 +13807,7 @@ func.events.execute = async function (
|
|
|
13807
13807
|
null,
|
|
13808
13808
|
null,
|
|
13809
13809
|
evt,
|
|
13810
|
-
$
|
|
13810
|
+
$div,
|
|
13811
13811
|
);
|
|
13812
13812
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
13813
13813
|
|
|
@@ -13827,7 +13827,7 @@ func.events.execute = async function (
|
|
|
13827
13827
|
null,
|
|
13828
13828
|
null,
|
|
13829
13829
|
evt,
|
|
13830
|
-
$
|
|
13830
|
+
$div,
|
|
13831
13831
|
);
|
|
13832
13832
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
13833
13833
|
|