Skip to content

Commit d9d8424

Browse files
authored
update and align (#59)
1 parent a3b1db3 commit d9d8424

File tree

5 files changed

+13
-12
lines changed

5 files changed

+13
-12
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"license": "MIT",
1313
"dependencies": {
14-
"@abaplint/cli": "^2.113.188",
15-
"@abaplint/runtime": "^2.11.62",
16-
"@abaplint/database-sqlite": "^2.11.0",
17-
"@abaplint/transpiler-cli": "^2.11.62"
14+
"@abaplint/cli": "^2.113.219",
15+
"@abaplint/runtime": "^2.11.96",
16+
"@abaplint/database-sqlite": "^2.11.78",
17+
"@abaplint/transpiler-cli": "^2.11.96"
1818
}
1919
}

src/cl_gui_column_tree.clas.abap

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,12 @@ CLASS cl_gui_column_tree DEFINITION PUBLIC.
8888

8989
EVENTS button_click
9090
EXPORTING
91-
VALUE(node_key) TYPE string
91+
VALUE(node_key) TYPE string
9292
VALUE(item_name) TYPE string.
93+
9394
EVENTS link_click
9495
EXPORTING
95-
VALUE(node_key) TYPE string
96+
VALUE(node_key) TYPE string
9697
VALUE(item_name) TYPE string.
9798
ENDCLASS.
9899

src/cl_gui_html_viewer.clas.abap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ CLASS cl_gui_html_viewer DEFINITION PUBLIC INHERITING FROM cl_gui_control.
22
PUBLIC SECTION.
33
EVENTS sapevent
44
EXPORTING
5-
VALUE(action) TYPE c OPTIONAL
6-
VALUE(frame) TYPE c OPTIONAL
7-
VALUE(getdata) TYPE c OPTIONAL
8-
VALUE(postdata) TYPE any OPTIONAL
5+
VALUE(action) TYPE c OPTIONAL
6+
VALUE(frame) TYPE c OPTIONAL
7+
VALUE(getdata) TYPE c OPTIONAL
8+
VALUE(postdata) TYPE any OPTIONAL
99
VALUE(query_table) TYPE any OPTIONAL.
1010

1111
METHODS constructor

src/salv/cl_salv_events_table.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CLASS cl_salv_events_table DEFINITION PUBLIC.
1111

1212
EVENTS link_click
1313
EXPORTING
14-
VALUE(row) TYPE i
14+
VALUE(row) TYPE i
1515
VALUE(column) TYPE string.
1616

1717
ENDCLASS.

src/tree/cl_gui_alv_tree.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ CLASS cl_gui_alv_tree DEFINITION INHERITING FROM cl_alv_tree_base PUBLIC.
4444
EVENTS item_double_click
4545
EXPORTING
4646
VALUE(fieldname) TYPE any
47-
VALUE(node_key) TYPE any.
47+
VALUE(node_key) TYPE any.
4848

4949
EVENTS node_double_click
5050
EXPORTING

0 commit comments

Comments
 (0)