@xuda.io/runtime-bundle 1.0.320 → 1.0.321
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
|
@@ -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,
|
|
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,
|
|
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
|
}
|