@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.
|
@@ -32744,6 +32744,11 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32744
32744
|
cond = expCond.result;
|
|
32745
32745
|
}
|
|
32746
32746
|
if (!cond) continue;
|
|
32747
|
+
|
|
32748
|
+
if (val.event_modifiers && e[val.event_modifiers]) {
|
|
32749
|
+
e[val.event_modifiers]();
|
|
32750
|
+
}
|
|
32751
|
+
|
|
32747
32752
|
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);
|
|
32748
32753
|
}
|
|
32749
32754
|
}
|