choper725
a2eeec86e5
side panel properties ( #558 )
2023-09-22 07:42:01 +02:00
choper725
65b0bc9e23
add controls to xml view ( #557 )
...
* add controls to xml view
update uploadset
update mask input
side panel
* fix
2023-09-21 21:56:21 +02:00
oblomov
f203a773f3
update standalone compatibility ( #556 )
2023-09-21 13:16:58 +02:00
choper725
dc3aa5faaa
update uploadset xml view properties ( #555 )
2023-09-21 08:50:59 +02:00
oblomov
7f5c387e5d
Dev ( #554 )
...
* Update README.md
* Update README.md
* Update README.md
* binding nested views
* Update README.md
2023-09-20 15:56:24 +02:00
axelmohnen
191a985c52
zcc_file_uploader with new optional parameters ( #552 )
...
- new property "checkDirectUpload"
2023-09-20 08:58:23 +02:00
choper725
e602beaaaa
update xml_view class ( #551 )
2023-09-19 22:12:41 +02:00
oblomov
d4b37e28b8
Dev ( #549 )
...
* Update README.md
* Update README.md
* Update README.md
2023-09-18 17:13:00 +02:00
oblomov
c8180a5aee
Dev ( #548 )
...
* busy indicator extension
* Update README.md
* Update README.md
* update binding
* Update README.md
* update binding
* update
* Update package.json
* Update package-lock.json
2023-09-18 14:48:54 +02:00
oblomov
9e502b2882
busy indicator extension ( #547 )
2023-09-14 10:33:49 +02:00
choper725
56be32c4c7
added doctype tag to http handler + rich text edit ( #545 )
...
* added doctype tag to http handler + rich text edit
added <!DOCTYPE html> to http handler class
in order to support rich text editor TinyMCE.
add rich text editor + demo 106
* add missing events params to rich text editor
2023-09-12 09:50:53 +02:00
oblomov
04d6f3b4bd
Dev ( #542 )
...
* bugfix serialization
* update
* add new error message for binding errors
* binding and url fix
* nested views and custom function
* Update README.md
2023-09-11 08:11:08 +02:00
oblomov
b35537d443
Dev ( #536 )
...
* bugfix serialization
* update
* add new error message for binding errors
* binding and url fix
* nested views and custom function
2023-09-10 09:59:39 +02:00
choper725
69a1873776
add micro charts to xml view WIP ( #540 )
...
AreaMicroChart
BulletMicroChart
ColumnMicroChart
ComparisonMicroChart
DeltaMicroChart
HarveyBallMicroChart
LineMicroChart
StackedBarMicroChart
2023-09-10 08:56:56 +02:00
choper725
22587c1b12
add change event to mullti_input ( #537 )
2023-09-08 14:03:11 +02:00
choper725
e4b2ccabc2
add controls to xml view ( #535 )
...
* add controls to xml view
* add missing implementation
* add missing parameter
2023-09-08 09:00:47 +02:00
oblomov
7f5e3ec0d4
update ( #534 )
...
* bugfix serialization
* update
* add new error message for binding errors
* binding and url fix
2023-09-07 08:57:56 +02:00
oblomov
eb97edf946
new error message for binding ( #533 )
...
* bugfix serialization
* update
* add new error message for binding errors
2023-09-06 23:28:11 +02:00
oblomov
932cf9082e
serialization bugfix ( #532 )
...
* bugfix serialization
* update
2023-09-06 15:06:23 +02:00
oblomov
a2ea5a29f3
fix message manager and binding ( #529 )
...
* update new naming
* fix message manager and binding
2023-09-04 22:31:04 +02:00
choper725
cc1090a9b0
add new properties for controls ( #528 )
...
combobox
multi_input
radio button
radial micro chart (*fixed spelling error)
date_picker
input
2023-09-04 22:28:18 +02:00
oblomov
53c8823c7d
update new naming ( #526 )
2023-09-04 14:00:05 +02:00
oblomov
c29d11e047
Dev ( #525 )
...
* Update README.md
* updates
* Delete src/z2ui5_cl_fw_http_handler.clas.xml
* Delete src/z2ui5_cl_http_handler.clas.abap
* Delete src/z2ui5_cl_http_handler.clas.testclasses.abap
* Delete src/z2ui5_cl_http_handler.clas.xml
* Delete src/z2ui5_cl_app_hello_world.clas.abap
* Delete src/z2ui5_cl_app_hello_world.clas.testclasses.abap
* Delete src/z2ui5_cl_app_hello_world.clas.xml
* update
* update binding model updated
* abaplint fixes
* fix unit test
* update unit test fixes
* Update README.md
* fix unit tests
* update unit tests
2023-09-04 12:01:02 +02:00
choper725
d60fe94362
fix zfc_ddic_search_help TT declerations ( #524 )
...
* fix zfc_ddic_search_help TT declerations
not working with EMPTY KEY decleration in TT of method zfc_ddic_search_help
changed to DEFAULT KEY
* Update abaplint.jsonc
---------
Co-authored-by: oblomov <102328295+oblomov-dev@users.noreply.github.com>
2023-09-03 20:16:18 +02:00
choper725
db2b9f22db
fix generate shlp + messagepopover ( #523 )
...
* fix generate shlp + messagepopover
* Update src/z2ui5_cl_xml_view.clas.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
* added dynamic call of function module
* local decleration of shlp_descr type
* abaplint - update table key
* update max cyclic complexity
* add abaplint fix
---------
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
Co-authored-by: oblomov <102328295+oblomov-dev@users.noreply.github.com>
2023-09-03 15:55:44 +02:00
choper725
54cd6bd34b
fix zcc_generate_ddic_shlp ( #522 )
...
* fix zfc_generate_ddic_shlp
added ircontroller parameter to method in order to get the current app object
* abaplint fix
* abaplint fix
---------
Co-authored-by: oblomov <102328295+oblomov-dev@users.noreply.github.com>
2023-09-01 11:07:57 +02:00
oblomov
96d76e02b7
Dev ( #521 )
...
* update
* update
* update binding
* update xml view
* title_set method
* update binding
* renaming custom controls and functions
2023-09-01 10:06:36 +02:00
choper725
5521615b01
dynamic generate shlp dialog ( #520 )
...
* dynamic generate shlp dialog
a first take on dynamic generate shlp dialog
* Update src/z2ui5_cl_xml_view.clas.abap
Co-authored-by: Lars Hvam <larshp@hotmail.com>
* abaplint fixes
* abaplint fixes
---------
Co-authored-by: Lars Hvam <larshp@hotmail.com>
Co-authored-by: oblomov <102328295+oblomov-dev@users.noreply.github.com>
2023-09-01 09:28:59 +02:00
oblomov
6951a7fe5f
binding update ( #518 )
...
* update
* update
* update binding
* update xml view
* title_set method
* update binding
2023-08-30 21:55:43 +02:00
choper725
d4afaffed4
Responsive Splitter ( #516 )
2023-08-30 08:22:42 +02:00
oblomov
e8bf4ba9a0
Dev ( #515 )
...
* small adjustments
* update binding
* bugfix binding
* update binding
* binding update
* update binding
* update binding
* update binding
2023-08-29 15:17:42 +02:00
choper725
cf61b92dbf
add showseperatos propery to list ( #514 )
2023-08-28 20:13:03 +02:00
oblomov
038ab40b94
binding fixes ( #513 )
...
* small adjustments
* update binding
* bugfix binding
2023-08-28 15:56:03 +02:00
oblomov
c8df128bbc
small adjustments ( #511 )
2023-08-27 14:54:35 +02:00
oblomov
b38a9af146
new binding ( #503 )
...
* update
* new binding
* update
* new binding
* abaplint
* updates
* update binding
* Update abaplint.jsonc
* Update abaplint.jsonc
* update
* Update abaplint.jsonc
* Update abaplint.jsonc
* Update abaplint.jsonc
* update
* update binding
* abaplint fixes
* abaplint fixes
* added unit tests
* abaplint fixes
* added unit tests
* Update abaplint.jsonc
* more unit tests
* more unit tests
* Update src/00/z2ui5_cl_fw_utility.clas.abap
Co-authored-by: Lars Hvam <larshp@hotmail.com>
* Update src/00/z2ui5_cl_fw_utility.clas.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
* update unit tests
* update
* refactoring binding main
* abaplint fixes
* exception renamind and bind_local
* Delete z2ui5_cl_fw_error.clas.abap
* Delete z2ui5_cl_fw_handler.clas.testclasses.abap
* Delete z2ui5_cl_fw_error.clas.xml
* update refactoring
* refactoring binding
* update
* update binding
* refactoring and unit tests
* abaplint fixes
* unit test cx_fw_error
* abaplint fixes
* abaplint fixes
* refactoring
* Update abaplint.jsonc
* update
* updates
* refactoring and more unit tests
* abaplint fixes
* downport readiness
* downport readiness
* unit test one time binding
* update versions
* refactor bind method
* update unit test order
* unit test order
* unit test order
* unit test order
* unit test order
* unit test order
* unit test order
* update version
* fix one way binding
* refactoring json to any
* bugfix dissolve object ref
* update xml_view->get and unit test naming
* cleanup unit tests
* add check binding with dereferenced data
* nested models fixes
* update xml view with refactored method names
* error handling, exception texts
* fix xml transformation bug
* add more exceptions
* refactoring char to string
* unit test
* unit tests
* unit tests order
* unit test order
* unit test order
* unit test order
* update handling generic data references
* adjust binding, no more auto local binding
* update binding
* abapgit small diffs
* update unit tests
* update unit tests
* update unit tests
* unit tests
* abaplint fixes
---------
Co-authored-by: Lars Hvam <larshp@hotmail.com>
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
2023-08-27 14:39:52 +02:00
choper725
d27112b2af
change variant control ( #510 )
2023-08-27 08:23:22 +02:00
choper725
cf2fd2dcaa
add 11 controls to xml view ( #509 )
...
* added 12 controls to xml view class
generate_ddic_shlp (just to try to put it there...)
view_settings_dialog
filter_items
sort_items
group_items
view_settings_filter_item
view_settings_item
variant_management
feed_input
feed_list_item
feed_list_item_action
mask_input
* 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>
* add 11 controls to xml view
view_settings_dialog
filter_items
sort_items
group_items
view_settings_filter_item
view_settings_item
variant_management
feed_input
feed_list_item
feed_list_item_action
mask_input
* fix for variable
* Update abap_transpile.json
* Update 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>
2023-08-25 12:06:48 +02:00
oblomov
7636bed63a
Update README.md ( #505 )
2023-08-21 08:30:17 +02:00
choper725
d14bb8794b
processflow + p13n ( #504 )
2023-08-21 08:25:20 +02:00
Gabriele N
86a4472f89
date/time pickers and step input properties ( #502 )
...
Added additional properties to date/time pickers and step input controls
2023-08-20 18:06:08 +02:00
oblomov
bf2e4d7a8b
update ( #500 )
2023-08-18 15:22:15 +02:00
oblomov
ffc3b52533
update utility functions ( #499 )
...
* update nav container and frontend method
* update date functions
* update
* update client event handling
* update constants
* update
* update utility functions
* update
2023-08-17 19:09:43 +02:00
oblomov
4a23162072
update client event handling ( #498 )
...
* update nav container and frontend method
* update date functions
* update
* update client event handling
* update constants
2023-08-17 10:29:33 +02:00
oblomov
bb5f5d195e
update date functions ( #497 )
...
* update nav container and frontend method
* update date functions
* update
2023-08-16 23:27:07 +02:00
oblomov
4de8956b80
update nav container and frontend method ( #494 )
2023-08-16 16:40:21 +02:00
oblomov
4c18dffc3e
update xml view names ( #492 )
2023-08-15 18:07:21 +02:00
choper725
bb31554e43
added table select dialog to xml view ( #490 )
2023-08-15 17:48:15 +02:00
abapsheep
94a8d663e3
Added ToolPage ( #489 )
...
* Added https://sapui5.hana.ondemand.com/#/entity/sap.tnt.ToolPage/sample/sap.tnt.sample.ToolPageHorizontalNavigation/code
* Added ToolPage
2023-08-15 11:54:14 +02:00
oblomov
fa8b5d7166
Dev ( #488 )
...
* update
* update
2023-08-15 10:10:59 +02:00
oblomov
509c95e224
update ( #487 )
2023-08-15 09:30:25 +02:00