@xuda.io/runtime-bundle 1.0.322 → 1.0.323

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.
@@ -10064,7 +10064,7 @@ func.events.execute = async function (
10064
10064
  dsSession,
10065
10065
  `(async function(el,evt) {
10066
10066
  ${refIdP.value}
10067
- })(document.querySelector(\`[xu-ui-id=${elementP}]\`),${evt})`,
10067
+ })(document.querySelector(\`[xu-ui-id=${elementP}]\`),evt)`,
10068
10068
  );
10069
10069
  await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
10070
10070
 
@@ -10079,7 +10079,7 @@ func.events.execute = async function (
10079
10079
  dsSession,
10080
10080
  `(async function(el,evt) {
10081
10081
  ${refIdP.value}
10082
- })(document.querySelector(\`[xu-ui-id=${elementP}]\`),${evt})`,
10082
+ })(document.querySelector(\`[xu-ui-id=${elementP}]\`),evt)`,
10083
10083
  true,
10084
10084
  );
10085
10085
  await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
@@ -14100,7 +14100,7 @@ func.events.execute = async function (
14100
14100
  dsSession,
14101
14101
  `(async function(el,evt) {
14102
14102
  ${refIdP.value}
14103
- })(document.querySelector(\`[xu-ui-id=${elementP}]\`),${evt})`,
14103
+ })(document.querySelector(\`[xu-ui-id=${elementP}]\`),evt)`,
14104
14104
  );
14105
14105
  await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
14106
14106
 
@@ -14115,7 +14115,7 @@ func.events.execute = async function (
14115
14115
  dsSession,
14116
14116
  `(async function(el,evt) {
14117
14117
  ${refIdP.value}
14118
- })(document.querySelector(\`[xu-ui-id=${elementP}]\`),${evt})`,
14118
+ })(document.querySelector(\`[xu-ui-id=${elementP}]\`),evt)`,
14119
14119
  true,
14120
14120
  );
14121
14121
  await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);