@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.
@@ -36330,6 +36330,7 @@ func.events.execute = async function (
36330
36330
  argumentsP,
36331
36331
  NA_viewIdP,
36332
36332
  NA_nodeIdP,
36333
+ NA_filler,
36333
36334
  NA_parentDataSourceNoP,
36334
36335
  $div,
36335
36336
  ) {
@@ -36706,14 +36707,14 @@ func.events.execute = async function (
36706
36707
 
36707
36708
  call_native_javascript: async function () {
36708
36709
  const module = await func.common.get_module(SESSION_ID, 'xuda-event-javascript-module.mjs');
36709
- const result = await module.call_javascript(SESSION_ID, jobNoP, refIdP, dsSession, false, $(containerP));
36710
+ const result = await module.call_javascript(SESSION_ID, jobNoP, refIdP, dsSession, false, $div);
36710
36711
  await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
36711
36712
 
36712
36713
  return result;
36713
36714
  },
36714
36715
  call_evaluate_javascript: async function () {
36715
36716
  const module = await func.common.get_module(SESSION_ID, 'xuda-event-javascript-module.mjs');
36716
- const result = await module.call_javascript(SESSION_ID, jobNoP, refIdP, dsSession, true, $(containerP));
36717
+ const result = await module.call_javascript(SESSION_ID, jobNoP, refIdP, dsSession, true, $div);
36717
36718
  await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
36718
36719
 
36719
36720
  return result;
@@ -36732,7 +36733,7 @@ func.events.execute = async function (
36732
36733
  null,
36733
36734
  null,
36734
36735
  evt,
36735
- $(containerP),
36736
+ $div,
36736
36737
  );
36737
36738
  await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
36738
36739
 
@@ -36752,7 +36753,7 @@ func.events.execute = async function (
36752
36753
  null,
36753
36754
  null,
36754
36755
  evt,
36755
- $(containerP),
36756
+ $div,
36756
36757
  );
36757
36758
  await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
36758
36759