@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
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -9274,6 +9274,7 @@ func.events.execute = async function (
|
|
|
9274
9274
|
argumentsP,
|
|
9275
9275
|
NA_viewIdP,
|
|
9276
9276
|
NA_nodeIdP,
|
|
9277
|
+
NA_filler,
|
|
9277
9278
|
NA_parentDataSourceNoP,
|
|
9278
9279
|
$div,
|
|
9279
9280
|
) {
|
|
@@ -9650,14 +9651,14 @@ func.events.execute = async function (
|
|
|
9650
9651
|
|
|
9651
9652
|
call_native_javascript: async function () {
|
|
9652
9653
|
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, $
|
|
9654
|
+
const result = await module.call_javascript(SESSION_ID, jobNoP, refIdP, dsSession, false, $div);
|
|
9654
9655
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
9655
9656
|
|
|
9656
9657
|
return result;
|
|
9657
9658
|
},
|
|
9658
9659
|
call_evaluate_javascript: async function () {
|
|
9659
9660
|
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, $
|
|
9661
|
+
const result = await module.call_javascript(SESSION_ID, jobNoP, refIdP, dsSession, true, $div);
|
|
9661
9662
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
9662
9663
|
|
|
9663
9664
|
return result;
|
|
@@ -9676,7 +9677,7 @@ func.events.execute = async function (
|
|
|
9676
9677
|
null,
|
|
9677
9678
|
null,
|
|
9678
9679
|
evt,
|
|
9679
|
-
$
|
|
9680
|
+
$div,
|
|
9680
9681
|
);
|
|
9681
9682
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
9682
9683
|
|
|
@@ -9696,7 +9697,7 @@ func.events.execute = async function (
|
|
|
9696
9697
|
null,
|
|
9697
9698
|
null,
|
|
9698
9699
|
evt,
|
|
9699
|
-
$
|
|
9700
|
+
$div,
|
|
9700
9701
|
);
|
|
9701
9702
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
9702
9703
|
|
|
@@ -13405,6 +13405,7 @@ func.events.execute = async function (
|
|
|
13405
13405
|
argumentsP,
|
|
13406
13406
|
NA_viewIdP,
|
|
13407
13407
|
NA_nodeIdP,
|
|
13408
|
+
NA_filler,
|
|
13408
13409
|
NA_parentDataSourceNoP,
|
|
13409
13410
|
$div,
|
|
13410
13411
|
) {
|
|
@@ -13781,14 +13782,14 @@ func.events.execute = async function (
|
|
|
13781
13782
|
|
|
13782
13783
|
call_native_javascript: async function () {
|
|
13783
13784
|
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, $
|
|
13785
|
+
const result = await module.call_javascript(SESSION_ID, jobNoP, refIdP, dsSession, false, $div);
|
|
13785
13786
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
13786
13787
|
|
|
13787
13788
|
return result;
|
|
13788
13789
|
},
|
|
13789
13790
|
call_evaluate_javascript: async function () {
|
|
13790
13791
|
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, $
|
|
13792
|
+
const result = await module.call_javascript(SESSION_ID, jobNoP, refIdP, dsSession, true, $div);
|
|
13792
13793
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
13793
13794
|
|
|
13794
13795
|
return result;
|
|
@@ -13807,7 +13808,7 @@ func.events.execute = async function (
|
|
|
13807
13808
|
null,
|
|
13808
13809
|
null,
|
|
13809
13810
|
evt,
|
|
13810
|
-
$
|
|
13811
|
+
$div,
|
|
13811
13812
|
);
|
|
13812
13813
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
13813
13814
|
|
|
@@ -13827,7 +13828,7 @@ func.events.execute = async function (
|
|
|
13827
13828
|
null,
|
|
13828
13829
|
null,
|
|
13829
13830
|
evt,
|
|
13830
|
-
$
|
|
13831
|
+
$div,
|
|
13831
13832
|
);
|
|
13832
13833
|
await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
|
|
13833
13834
|
|