@xuda.io/runtime-bundle 1.0.320 → 1.0.322

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.
@@ -10062,9 +10062,9 @@ func.events.execute = async function (
10062
10062
  SESSION_ID,
10063
10063
  jobNoP,
10064
10064
  dsSession,
10065
- `(async function(el) {
10065
+ `(async function(el,evt) {
10066
10066
  ${refIdP.value}
10067
- })(document.querySelector(\`[xu-ui-id=${elementP}]\`))`,
10067
+ })(document.querySelector(\`[xu-ui-id=${elementP}]\`),${evt})`,
10068
10068
  );
10069
10069
  await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
10070
10070
 
@@ -10077,9 +10077,9 @@ func.events.execute = async function (
10077
10077
  SESSION_ID,
10078
10078
  jobNoP,
10079
10079
  dsSession,
10080
- `(async function(el) {
10080
+ `(async function(el,evt) {
10081
10081
  ${refIdP.value}
10082
- })(document.querySelector(\`[xu-ui-id=${elementP}]\`))`,
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);
@@ -12886,7 +12886,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
12886
12886
  evt[val.event_modifiers]();
12887
12887
  }
12888
12888
 
12889
- func.events.add_to_queue(SESSION_ID, 'element event', val2.id, e.type, val2.data.action, val2.data.name, null, $elm.attr('xu-ui-id'), null, evt, null, null, null, paramsP.dsSessionP, null, null, null, e.type, val2.data.name, null, null, val2, null, null, null, null, null, null);
12889
+ func.events.add_to_queue(SESSION_ID, 'element event', val2.id, evt.type, val2.data.action, val2.data.name, null, $elm.attr('xu-ui-id'), null, evt, null, null, null, paramsP.dsSessionP, null, null, null, evt.type, val2.data.name, null, null, val2, null, null, null, null, null, null);
12890
12890
  }
12891
12891
  }
12892
12892
  }
@@ -10790,7 +10790,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
10790
10790
  evt[val.event_modifiers]();
10791
10791
  }
10792
10792
 
10793
- func.events.add_to_queue(SESSION_ID, 'element event', val2.id, e.type, val2.data.action, val2.data.name, null, $elm.attr('xu-ui-id'), null, evt, null, null, null, paramsP.dsSessionP, null, null, null, e.type, val2.data.name, null, null, val2, null, null, null, null, null, null);
10793
+ func.events.add_to_queue(SESSION_ID, 'element event', val2.id, evt.type, val2.data.action, val2.data.name, null, $elm.attr('xu-ui-id'), null, evt, null, null, null, paramsP.dsSessionP, null, null, null, evt.type, val2.data.name, null, null, val2, null, null, null, null, null, null);
10794
10794
  }
10795
10795
  }
10796
10796
  }
@@ -14098,9 +14098,9 @@ func.events.execute = async function (
14098
14098
  SESSION_ID,
14099
14099
  jobNoP,
14100
14100
  dsSession,
14101
- `(async function(el) {
14101
+ `(async function(el,evt) {
14102
14102
  ${refIdP.value}
14103
- })(document.querySelector(\`[xu-ui-id=${elementP}]\`))`,
14103
+ })(document.querySelector(\`[xu-ui-id=${elementP}]\`),${evt})`,
14104
14104
  );
14105
14105
  await func.datasource.set_outputField(SESSION_ID, dsSessionP, result, args);
14106
14106
 
@@ -14113,9 +14113,9 @@ func.events.execute = async function (
14113
14113
  SESSION_ID,
14114
14114
  jobNoP,
14115
14115
  dsSession,
14116
- `(async function(el) {
14116
+ `(async function(el,evt) {
14117
14117
  ${refIdP.value}
14118
- })(document.querySelector(\`[xu-ui-id=${elementP}]\`))`,
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);