reanming+new version (#984)

This commit is contained in:
oblomov 2024-03-01 13:54:01 +01:00 committed by GitHub
parent 570aebd687
commit bb9bea912f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 6 deletions

View File

@ -278,7 +278,7 @@ CLASS z2ui5_cl_core_client IMPLEMENTATION.
result = lo_ui5->get_event(
val = val
t_arg = t_arg
s_cnt = s_cnt ).
s_cnt = s_ctrl ).
ENDMETHOD.

View File

@ -1,7 +1,7 @@
INTERFACE z2ui5_if_app PUBLIC.
INTERFACES if_serializable_object.
CONSTANTS version TYPE string VALUE '1.121.0'.
CONSTANTS version TYPE string VALUE '1.122.0'.
CONSTANTS origin TYPE string VALUE 'https://github.com/abap2UI5/abap2UI5'.
CONSTANTS license TYPE string VALUE 'MIT'.

View File

@ -105,10 +105,9 @@ INTERFACE z2ui5_if_client
METHODS _event
IMPORTING
val TYPE clike OPTIONAL
t_arg TYPE string_table OPTIONAL
check_view_destroy TYPE abap_bool OPTIONAL
s_cnt TYPE z2ui5_if_types=>ty_s_event_control OPTIONAL
val TYPE clike OPTIONAL
t_arg TYPE string_table OPTIONAL
s_ctrl TYPE z2ui5_if_types=>ty_s_event_control OPTIONAL
PREFERRED PARAMETER val
RETURNING
VALUE(result) TYPE string.