@xuda.io/runtime-bundle 1.0.318 → 1.0.319
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-slim.js
CHANGED
|
@@ -13375,6 +13375,11 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
13375
13375
|
cond = expCond.result;
|
|
13376
13376
|
}
|
|
13377
13377
|
if (!cond) continue;
|
|
13378
|
+
|
|
13379
|
+
if (val.event_modifiers && e[val.event_modifiers]) {
|
|
13380
|
+
e[val.event_modifiers]();
|
|
13381
|
+
}
|
|
13382
|
+
|
|
13378
13383
|
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, null, null, null, null, paramsP.dsSessionP, null, null, null, e.type, val2.data.name, null, null, val2, null, null, null, null, null, null);
|
|
13379
13384
|
}
|
|
13380
13385
|
}
|
|
@@ -10785,6 +10785,11 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10785
10785
|
cond = expCond.result;
|
|
10786
10786
|
}
|
|
10787
10787
|
if (!cond) continue;
|
|
10788
|
+
|
|
10789
|
+
if (val.event_modifiers && e[val.event_modifiers]) {
|
|
10790
|
+
e[val.event_modifiers]();
|
|
10791
|
+
}
|
|
10792
|
+
|
|
10788
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, null, null, null, null, paramsP.dsSessionP, null, null, null, e.type, val2.data.name, null, null, val2, null, null, null, null, null, null);
|
|
10789
10794
|
}
|
|
10790
10795
|
}
|