Commit Graph

307 Commits

Author SHA1 Message Date
oblomov
7e0a87aa29
reafactoring view (#345) 2023-07-06 08:33:59 +02:00
oblomov
9ca5236d2b
Update README.md 2023-07-06 08:13:21 +02:00
axelmohnen
4d7dfdaadd
FLEX_BOX: new visible parameter (#344)
FLEX_BOX: new visible parameter

Co-authored-by: oblomov <102328295+oblomov-dev@users.noreply.github.com>
2023-07-06 08:09:34 +02:00
Daniel Wegner
8ad8eaba27
add maxSuggestionWidth to input method (#342)
Property maxSuggestionWidth of class sap.m.Input added to abap method z2ui5_cl_xml_view->input
2023-07-06 08:05:08 +02:00
oblomov
f055295954
nested views (#340) 2023-07-05 18:39:50 +02:00
oblomov
65b6e2e7e0
Update README.md 2023-07-05 09:27:22 +02:00
oblomov
cf568a8eb4
Update README.md 2023-07-05 09:25:04 +02:00
oblomov
a417aaf541
Update links.md 2023-07-05 09:24:58 +02:00
oblomov
b38c700ae2
nested views (#337)
* error message

* update nested views
2023-07-04 17:44:08 +02:00
oblomov
bf6626ebe5
nested views (#336) 2023-07-03 21:05:13 +02:00
oblomov
80c73724f8
update home and reload (#335) 2023-07-03 16:08:35 +02:00
oblomov
daef6cf9f0
update get handler (#333) 2023-07-01 21:02:25 +02:00
oblomov
2aa9d4bdd2
update view interface (#332)
* pragmas cleanup

* view update

* update xml view

* update interface

* update
2023-07-01 20:42:53 +02:00
oblomov
2a7c2af4ee
Dev (#331)
* update frontend

* update
2023-07-01 18:43:30 +02:00
oblomov
8dd5b09576
Update control.md (#330)
* Update control.md

* update

* controls

* update controls
2023-07-01 11:27:28 +02:00
oblomov
cd6ef63cf0
update abaplint (#329)
* update abaplint

* abaplint
2023-07-01 10:53:39 +02:00
Th0masMa
1b591a10e0
sap.ui.table (#327)
* sap.ui.table

* Update src/z2ui5_cl_xml_view.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>

---------

Co-authored-by: oblomov <102328295+oblomov-dev@users.noreply.github.com>
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
2023-07-01 10:39:56 +02:00
oblomov
64cf0b4f46
Update property.md (#328) 2023-07-01 10:36:52 +02:00
oblomov
8a02428ac2
Update property.md (#326) 2023-06-30 14:23:28 +02:00
oblomov
6acb46f9d7
Update build_downport.yaml 2023-06-30 13:54:54 +02:00
oblomov
cd31c771b9
Update build_downport.yaml 2023-06-30 13:41:27 +02:00
oblomov
b87d41a09b
Delete test2.yml 2023-06-30 13:40:35 +02:00
oblomov
db189112e8
refactoring (#324)
* Create faq.md

* Create installation.md

* Create first_app.md

* update

* Rename installation.md to installation_on_prem.md

* docu

* docu

* docu

* docs

* docu

* docu

* refactoring

* abaplint fix

* Update abaplint.jsonc

* Update abaplint.jsonc

* docu

* docu

* Update zcl_my_handler_onprem.abap

* Update links.md

* Update README.md

* Update README.md

* github actions
2023-06-30 13:37:08 +02:00
oblomov
ef438e12d1
Update README.md 2023-06-29 19:58:14 +02:00
oblomov
5a2ea75141
rtti functionality (#323)
* update tiles

* rtti update

* abaplint fixes

* Update abaplint.jsonc

* downport readiness

* abaplint fixes
2023-06-29 12:12:38 +02:00
oblomov
862584facf
Update how_to_contribute.md 2023-06-29 06:50:22 +02:00
oblomov
228c8d6e6b
update (#322)
* update

* view update

* update

* update

* abaplint fixes

* update
2023-06-28 18:18:52 +02:00
oblomov
760150a1d6
Update CONTRIBUTING.md 2023-06-27 17:28:42 +02:00
oblomov
a0dfec94e3
docu (#320)
* docu

* Update README.md

* Update how_to_contribute.md

* Update how_to_contribute.md

* Update how_to_contribute.md
2023-06-27 17:26:21 +02:00
axelmohnen
8f2a96866f
FlexibleColumnLayout - aggregations are missing (#316)
* TreeTable: new parameters

API Reference:
sap.ui.table.TreeTable

New parameters for TreeTable and TreeColumn

* Update src/z2ui5_cl_xml_view.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>

* Update src/z2ui5_cl_xml_view.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>

* Update src/z2ui5_cl_xml_view.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>

* FilterBar: Namespace "fb" was missing

FilterBar: Namespace "fb" was missing:
xmlns:fb="sap.ui.comp.filterbar"

* Update src/z2ui5_cl_xml_view.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>

* FlexibleColumnLayout - aggregations are missing

sap.f.FlexibleColumnLayout: - aggregations are missing:
beginColumnPages
midColumnPages
endColumnPages

* Update src/z2ui5_cl_xml_view.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>

* Update src/z2ui5_cl_xml_view.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>

* Update src/z2ui5_cl_xml_view.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>

* Update src/z2ui5_cl_xml_view.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>

* Update src/z2ui5_cl_xml_view.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>

* Update src/z2ui5_cl_xml_view.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>

* Update src/z2ui5_cl_xml_view.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>

* Update src/z2ui5_cl_xml_view.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>

---------

Co-authored-by: oblomov <102328295+oblomov-dev@users.noreply.github.com>
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
2023-06-27 15:26:09 +02:00
oblomov
5faa80a3fd
adjustments (#318)
* messages

* unit tests

* update

* abaplint fixes
2023-06-27 15:21:57 +02:00
oblomov
a654c5a3e5
Update LINKS.md 2023-06-27 10:58:15 +02:00
oblomov
90cc554780
Update README.md 2023-06-27 10:40:17 +02:00
oblomov
17e72736f2
Update README.md 2023-06-27 10:38:45 +02:00
axelmohnen
fcb97b94c9
FilterBar: Namespace was missing (#315)
* TreeTable: new parameters

API Reference:
sap.ui.table.TreeTable

New parameters for TreeTable and TreeColumn

* Update src/z2ui5_cl_xml_view.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>

* Update src/z2ui5_cl_xml_view.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>

* Update src/z2ui5_cl_xml_view.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>

* FilterBar: Namespace "fb" was missing

FilterBar: Namespace "fb" was missing:
xmlns:fb="sap.ui.comp.filterbar"

* Update src/z2ui5_cl_xml_view.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>

---------

Co-authored-by: oblomov <102328295+oblomov-dev@users.noreply.github.com>
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
2023-06-27 10:35:26 +02:00
oblomov
f2f5dbab1f
Update README.md 2023-06-27 10:22:11 +02:00
oblomov
04f50e2ae2
Update README.md 2023-06-27 10:19:52 +02:00
oblomov
2f3d635584
Update CONTRIBUTING.md 2023-06-27 10:11:33 +02:00
oblomov
16c77d9bfc
Update CONTRIBUTING.md 2023-06-27 10:10:21 +02:00
oblomov
a6dcdb477c
Create LICENSE 2023-06-27 09:44:15 +02:00
oblomov
c08d672dcc
Delete LICENSE 2023-06-27 09:43:49 +02:00
oblomov
24d0e779de
Create CODE_OF_CONDUCT.md 2023-06-27 09:42:09 +02:00
oblomov
4ee901a6d7
Create CONTRIBUTING.md 2023-06-27 09:39:31 +02:00
axelmohnen
3ee332b747
TreeTable: new parameters (#313)
* TreeTable: new parameters

API Reference:
sap.ui.table.TreeTable

New parameters for TreeTable and TreeColumn

* Update src/z2ui5_cl_xml_view.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>

* Update src/z2ui5_cl_xml_view.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>

* Update src/z2ui5_cl_xml_view.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>

---------

Co-authored-by: oblomov <102328295+oblomov-dev@users.noreply.github.com>
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
2023-06-27 09:32:45 +02:00
oblomov
21b243ba12
update abap version 2023-06-27 09:30:11 +02:00
oblomov
b4094be9fc
update abap version 2023-06-27 09:29:48 +02:00
oblomov
c308a02068
new version fixes (#314) 2023-06-27 09:02:12 +02:00
oblomov
fdd14c41cb
new version (#309)
* updates

* abaplint

* update

* commit

* abaplint update

* update

* cursor

* popups

* popover

* illsutrated message

* error

* update

* Update README.md

* Update README.md

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update table

* update

* Create LINKS.md

* Update LINKS.md

* update

* Update LINKS.md

* Update LINKS.md

* Update LINKS.md

* Update LINKS.md

* update

* Update LINKS.md

* popups

* update

* update

* update

* update

* abaplint

* update

* Update README.md

* Update LINKS.md

* Update LINKS.md

* update

* update

* update

* Update abaplint.jsonc

* update downport ready

* update

* Update LINKS.md

* Update LINKS.md

* Update README.md

* update
2023-06-26 19:17:19 +02:00
oblomov
05eeac4671
formatting 2023-06-23 17:58:14 +02:00
abs-lme
863d9efc09
disable caching of abap2ui5 resources (#308) 2023-06-23 17:57:30 +02:00