@xuda.io/runtime-bundle 1.0.321 → 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.
- 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
|
@@ -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);
|
|
@@ -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);
|