mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-28 18:26:18 +08:00
add missing property to date_range_selection (#1270)
Some checks are pending
build_downport / build_downport (push) Waiting to run
Some checks are pending
build_downport / build_downport (push) Waiting to run
Co-authored-by: oblomov <102328295+oblomov-dev@users.noreply.github.com>
This commit is contained in:
parent
d6ea61aa7c
commit
b56ef6d1e7
|
@ -3064,6 +3064,7 @@ CLASS z2ui5_cl_xml_view DEFINITION
|
|||
!textalign TYPE clike OPTIONAL
|
||||
!name TYPE clike OPTIONAL
|
||||
!datevalue TYPE clike OPTIONAL
|
||||
!seconddatevalue TYPE clike OPTIONAL
|
||||
!initialfocuseddatevalue TYPE clike OPTIONAL
|
||||
!delimiter TYPE clike OPTIONAL
|
||||
PREFERRED PARAMETER value
|
||||
|
@ -9639,6 +9640,7 @@ CLASS z2ui5_cl_xml_view IMPLEMENTATION.
|
|||
( n = `width` v = width )
|
||||
( n = `id` v = id )
|
||||
( n = `dateValue` v = datevalue )
|
||||
( n = `secondDateValue` v = seconddatevalue )
|
||||
( n = `name` v = name )
|
||||
( n = `class` v = class )
|
||||
( n = `calendarWeekNumbering` v = calendarweeknumbering )
|
||||
|
|
Loading…
Reference in New Issue
Block a user