add missing property to date_range_selection (#1270)
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:
Christian Günter 2024-07-13 12:58:43 +02:00 committed by GitHub
parent d6ea61aa7c
commit b56ef6d1e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 )