Christian Günter
6c478d78f9
radio button: add visible property ( #1610 )
2024-12-03 17:51:34 +01:00
oblomov-dev
c1ab4e6658
Smart control fix ( #1609 )
...
build_downport / build_downport (push) Waiting to run
build_frontend_classic / build_frontend_classic (push) Waiting to run
build_frontend_cloud / build_frontend_cloud (push) Waiting to run
js_transform / Code-Cleanup (push) Waiting to run
ui5lint / test (push) Waiting to run
* smart control fix
* update
2024-12-03 12:44:25 +01:00
Christian Günter
620be93586
popup_to_select: fix title ( #1608 )
...
build_downport / build_downport (push) Waiting to run
build_frontend_classic / build_frontend_classic (push) Waiting to run
build_frontend_cloud / build_frontend_cloud (push) Waiting to run
js_transform / Code-Cleanup (push) Waiting to run
ui5lint / test (push) Waiting to run
Co-authored-by: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com>
2024-12-02 16:01:45 +01:00
oblomov-dev
908434983e
viz control fixes ( #1607 )
2024-12-02 14:04:12 +01:00
oblomov-dev
6416c41bca
Smart controls test ( #1606 )
...
* smart controls test
* update
* Update src/01/03/z2ui5_cl_app_view1_js.clas.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
* update
* update
* update
* update
* update
---------
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
2024-12-02 12:13:51 +01:00
axelmohnen
062332d22b
New VizFrame Chart control ( #1605 )
...
* New VizFrame Chart control
List of methods:
VIZ_FRAME
VIZ_DATASET
VIZ_FLATTENED_DATASET
VIZ_DIMENSIONS
VIZ_DIMENSION_DEFINITION
VIZ_MEASURES
VIZ_MEASURE_DEFINITION
VIZ_FEEDS
VIZ_FEED_ITEM
* New VizFrame Chart control
List of methods:
VIZ_FRAME
VIZ_DATASET
VIZ_FLATTENED_DATASET
VIZ_DIMENSIONS
VIZ_DIMENSION_DEFINITION
VIZ_MEASURES
VIZ_MEASURE_DEFINITION
VIZ_FEEDS
VIZ_FEED_ITEM
* New VizFrame Chart control
List of methods:
VIZ_FRAME
VIZ_DATASET
VIZ_FLATTENED_DATASET
VIZ_DIMENSIONS
VIZ_DIMENSION_DEFINITION
VIZ_MEASURES
VIZ_MEASURE_DEFINITION
VIZ_FEEDS
VIZ_FEED_ITEM
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
* New VizFrame Chart control
List of methods:
VIZ_FRAME
VIZ_DATASET
VIZ_FLATTENED_DATASET
VIZ_DIMENSIONS
VIZ_DIMENSION_DEFINITION
VIZ_MEASURES
VIZ_MEASURE_DEFINITION
VIZ_FEEDS
VIZ_FEED_ITEM
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
* New VizFrame Chart control
List of methods:
VIZ_FRAME
VIZ_DATASET
VIZ_FLATTENED_DATASET
VIZ_DIMENSIONS
VIZ_DIMENSION_DEFINITION
VIZ_MEASURES
VIZ_MEASURE_DEFINITION
VIZ_FEEDS
VIZ_FEED_ITEM
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
* New VizFrame Chart control
List of methods:
VIZ_FRAME
VIZ_DATASET
VIZ_FLATTENED_DATASET
VIZ_DIMENSIONS
VIZ_DIMENSION_DEFINITION
VIZ_MEASURES
VIZ_MEASURE_DEFINITION
VIZ_FEEDS
VIZ_FEED_ITEM
* New VizFrame Chart control
List of methods:
VIZ_FRAME
VIZ_DATASET
VIZ_FLATTENED_DATASET
VIZ_DIMENSIONS
VIZ_DIMENSION_DEFINITION
VIZ_MEASURES
VIZ_MEASURE_DEFINITION
VIZ_FEEDS
VIZ_FEED_ITEM
---------
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
2024-12-02 10:49:15 +01:00
oblomov-dev
54136bbc64
update ( #1598 )
2024-11-30 17:46:54 +01:00
oblomov-dev
e53aa52fe6
UI5 2.x fixes ( #1597 )
build_downport / build_downport (push) Waiting to run
build_frontend_classic / build_frontend_classic (push) Waiting to run
build_frontend_cloud / build_frontend_cloud (push) Waiting to run
js_transform / Code-Cleanup (push) Waiting to run
ui5lint / test (push) Waiting to run
2024-11-30 15:05:05 +01:00
ABAP for years :)
f9375fba19
Properties for Spot ( #1596 )
...
build_downport / build_downport (push) Waiting to run
build_frontend_classic / build_frontend_classic (push) Waiting to run
build_frontend_cloud / build_frontend_cloud (push) Waiting to run
js_transform / Code-Cleanup (push) Waiting to run
ui5lint / test (push) Waiting to run
Co-authored-by: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com>
2024-11-30 02:36:01 +01:00
ABAP for years :)
782a45742e
Correction of comparison_micro_chart and add comparison_micro_chart_data ( #1595 )
...
* Correction of comparison_micro_chart and add comparison_micro_chart_data
Addition and correction comparison_micro_chart
Sample
DATA(lo_comparison) = page->comparison_micro_chart(
* EXPORTING
* colorpalette =
* press =
size = 'L'
* height =
maxvalue = '100'
* minvalue =
* scale =
* width =
* hideonnodata =
* shrinkable =
* view =
* RECEIVING
* result =
).
lo_comparison->comparison_micro_chart_data( color = 'Good'
* press =
* displayvalue =
title = 'Best'
value = '99'
* RECEIVING
* result =
).
lo_comparison->comparison_micro_chart_data( color = 'Good'
* press =
* displayvalue =
title = 'Current'
value = '80'
* RECEIVING
* result =
).
* line correction
---------
Co-authored-by: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com>
2024-11-30 02:35:04 +01:00
ABAP for years :)
28b8666565
Properties for analytic_map ( #1594 )
...
* Properties for analytic_map
Properties for analytic_map
* Update src/02/z2ui5_cl_xml_view.clas.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
* Update src/02/z2ui5_cl_xml_view.clas.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
* Update src/02/z2ui5_cl_xml_view.clas.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
* Update src/02/z2ui5_cl_xml_view.clas.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
---------
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
2024-11-30 02:34:07 +01:00
ABAP for years :)
f51f1d853d
MapContainer - ShowHome Parameter ( #1593 )
...
added property
2024-11-29 15:41:17 +01:00
Christian Wildt
8bc645fb74
Added parameters to GridBoxLayout & GridListItem ( #1591 )
build_downport / build_downport (push) Has been cancelled
build_frontend_classic / build_frontend_classic (push) Has been cancelled
build_frontend_cloud / build_frontend_cloud (push) Has been cancelled
js_transform / Code-Cleanup (push) Has been cancelled
ui5lint / test (push) Has been cancelled
2024-11-28 15:14:59 +01:00
oblomov-dev
c9fea5d581
fix microchart ( #1590 )
2024-11-28 13:59:50 +01:00
ABAP for years :)
16c37ac766
HarveyBallMicroChartItem ( #1589 )
build_downport / build_downport (push) Waiting to run
build_frontend_classic / build_frontend_classic (push) Waiting to run
build_frontend_cloud / build_frontend_cloud (push) Waiting to run
js_transform / Code-Cleanup (push) Waiting to run
ui5lint / test (push) Waiting to run
2024-11-28 08:39:46 +01:00
oblomov-dev
a09ad57472
update formatting of abap js classes ( #1585 )
build_downport / build_downport (push) Waiting to run
build_frontend_classic / build_frontend_classic (push) Waiting to run
build_frontend_cloud / build_frontend_cloud (push) Waiting to run
ui5lint / test (push) Waiting to run
2024-11-26 15:29:24 +01:00
oblomov-dev
0f155af743
Ui5 v2 adjustments ( #1578 )
...
* update
* update
* Update abaplint.jsonc
* update
* update
* fixes
2024-11-26 13:57:54 +01:00
Christian Wildt
43550ff667
Added GridList with Drag and Drop functionality ( #1577 )
build_downport / build_downport (push) Waiting to run
build_frontend_classic / build_frontend_classic (push) Waiting to run
build_frontend_cloud / build_frontend_cloud (push) Waiting to run
2024-11-26 08:00:37 +01:00
oblomov-dev
58634e2386
fix gantt control ( #1576 )
...
build_downport / build_downport (push) Waiting to run
build_frontend_classic / build_frontend_classic (push) Waiting to run
build_frontend_cloud / build_frontend_cloud (push) Waiting to run
* fix gantt control
* update
2024-11-25 20:34:47 +01:00
oblomov-dev
a7b27924f1
udate ( #1575 )
2024-11-24 22:21:53 +01:00
oblomov-dev
3ddc2fc88a
frontend ( #1572 )
...
* update
* update
* update camera
* update
* Update ui5lint.yml
2024-11-24 17:02:17 +01:00
oblomov-dev
4a115007f1
bal and message functions ( #1565 )
...
* bal and message functions
* update
* fix
2024-11-23 13:28:39 +01:00
Christian Günter
72798539a0
enable toggle debug popup ( #1563 )
2024-11-22 07:38:36 +01:00
Christian Günter
5aa6743f82
refactor: change CTRL+F12 condition to natural order ( #1560 )
2024-11-21 21:18:09 +01:00
Christian Günter
69a742e9d3
small fix to be consistent with other boolean prop ( #1559 )
...
Co-authored-by: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com>
2024-11-21 19:55:00 +01:00
Christian Günter
b37afef0e6
fix debug tool - open with ctrl+F12 ( #1558 )
2024-11-21 19:49:16 +01:00
ABAP for years :)
dd0121578e
Update z2ui5_cl_xml_view.clas.abap ( #1554 )
...
build_downport / build_downport (push) Waiting to run
build_frontend_classic / build_frontend_classic (push) Waiting to run
build_frontend_cloud / build_frontend_cloud (push) Waiting to run
* Update z2ui5_cl_xml_view.clas.abap
Visible Property to Label
* Update z2ui5_cl_xml_view.clas.abap
---------
Co-authored-by: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com>
2024-11-21 15:37:01 +01:00
Christian Günter
c33f813c5f
add missing property to core_custom_data ( #1553 )
...
Co-authored-by: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com>
2024-11-21 14:01:15 +01:00
oblomov-dev
54aa1fc5d8
extended message handling and popups ( #1552 )
2024-11-21 11:52:48 +01:00
oblomov-dev
87d6b4b390
small fixes ( #1550 )
2024-11-19 09:52:13 +01:00
oblomov-dev
3514f40a3c
Fix file upload ( #1540 )
...
* fix file upload
* Update App.controller.js
* Update README.md
2024-11-15 12:17:38 +01:00
Christian Wildt
aa51304d07
Added BarcodeScannerButton properties ( #1538 )
2024-11-14 13:37:17 +01:00
oblomov-dev
a729bc9b46
Update z2ui5_cl_http_handler.clas.xml ( #1536 )
2024-11-14 09:05:22 +01:00
axelmohnen
0e5a100f10
New parameter for multi_input ( #1535 )
...
build_downport / build_downport (push) Waiting to run
build_frontend_classic / build_frontend_classic (push) Waiting to run
build_frontend_cloud / build_frontend_cloud (push) Waiting to run
New parameter for multi_input.
Parameter name: visible
2024-11-13 12:34:20 +01:00
Christian Wildt
674f4d5151
Added moreBlocks ( #1528 )
build_downport / build_downport (push) Has been cancelled
build_frontend_classic / build_frontend_classic (push) Has been cancelled
build_frontend_cloud / build_frontend_cloud (push) Has been cancelled
2024-11-04 19:58:39 +01:00
oblomov-dev
0932686286
update links startup app ( #1527 )
build_downport / build_downport (push) Waiting to run
build_frontend_classic / build_frontend_classic (push) Waiting to run
build_frontend_cloud / build_frontend_cloud (push) Waiting to run
2024-11-03 19:15:11 +01:00
oblomov-dev
3a1de1a8bc
added layout component ( #1526 )
build_downport / build_downport (push) Waiting to run
build_frontend_classic / build_frontend_classic (push) Waiting to run
build_frontend_cloud / build_frontend_cloud (push) Waiting to run
ajson mirror / pr_ajson_changes (push) Has been cancelled
2024-11-02 18:48:59 +01:00
oblomov-dev
088cff177b
Typos and formatting ( #1525 )
...
build_downport / build_downport (push) Has been cancelled
build_frontend_classic / build_frontend_classic (push) Has been cancelled
build_frontend_cloud / build_frontend_cloud (push) Has been cancelled
* typos and formatting
* Update cleaner-profile.cfj
2024-10-29 04:59:41 +01:00
oblomov-dev
7c9f3221ee
fix syntax ( #1524 )
2024-10-28 22:48:35 +01:00
github-actions[bot]
5529d56a6e
[create-pull-request] automated change ( #1522 )
...
build_downport / build_downport (push) Waiting to run
build_frontend_classic / build_frontend_classic (push) Waiting to run
build_frontend_cloud / build_frontend_cloud (push) Waiting to run
Co-authored-by: oblomov-dev <oblomov-dev@users.noreply.github.com>
2024-10-28 10:48:32 +01:00
oblomov-dev
2682f414b9
update ( #1521 )
...
build_downport / build_downport (push) Waiting to run
build_frontend_classic / build_frontend_classic (push) Waiting to run
build_frontend_cloud / build_frontend_cloud (push) Waiting to run
* update
* update
2024-10-27 15:52:08 +01:00
oblomov-dev
771f7f9d0b
Refactoring2 ( #1520 )
...
* update
* update
* update
* update
2024-10-27 15:33:52 +01:00
oblomov-dev
a0df28a4ab
Refactoring ( #1519 )
...
* refactoring
* update
* update
* update
* update
* update
2024-10-27 15:11:09 +01:00
oblomov-dev
c7be9a4508
fix ui5 version and message box ( #1518 )
...
build_downport / build_downport (push) Waiting to run
build_frontend_classic / build_frontend_classic (push) Waiting to run
build_frontend_cloud / build_frontend_cloud (push) Waiting to run
ajson mirror / pr_ajson_changes (push) Has been cancelled
* fixes
* Update App.controller.js
2024-10-26 16:28:03 +02:00
oblomov-dev
9bd7e5acb0
Renamed ( #1517 )
...
* update
* update
* update
* update
* update
2024-10-26 15:45:03 +02:00
Francisco Alcaraz
0c0849b578
fix typo ( #1516 )
2024-10-26 14:54:03 +02:00
oblomov-dev
1bfd7a9a03
message box ( #1515 )
...
build_downport / build_downport (push) Waiting to run
build_frontend_classic / build_frontend_classic (push) Waiting to run
build_frontend_cloud / build_frontend_cloud (push) Waiting to run
* message box
* Update src/01/02/z2ui5_cl_core_client.clas.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
---------
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
2024-10-26 12:55:27 +02:00
Lars Kaldewey
bd5c3cb045
update message box
2024-10-26 10:50:41 +00:00
oblomov-dev
db038379ff
New apis ( #1514 )
...
build_downport / build_downport (push) Waiting to run
build_frontend_classic / build_frontend_classic (push) Waiting to run
build_frontend_cloud / build_frontend_cloud (push) Waiting to run
* new_apis
* Update README.md
* Update README.md
* Update README.md
* Create SECURITY.md (#1513 )
* update
* update
* update
---------
Co-authored-by: oblomov-dev@outlook.com <>
2024-10-25 13:34:57 +02:00
oblomov-dev
b44bbbf2f4
update hanlder for rfc call ( #1512 )
build_downport / build_downport (push) Waiting to run
build_frontend_classic / build_frontend_classic (push) Waiting to run
build_frontend_cloud / build_frontend_cloud (push) Waiting to run
2024-10-21 15:24:55 +02:00
oblomov-dev
eb45fcd2a4
adjust http handler to call from outside ( #1511 )
2024-10-21 09:02:28 +02:00
oblomov-dev
f6c111b907
handler_cleanup ( #1509 )
...
* handler_cleanup
* Update src/02/z2ui5_cl_http_handler.clas.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
---------
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
2024-10-17 19:51:18 +02:00
Francisco Milán
1cde193dc4
Add "class" to "expandable_text" method ( #1507 )
2024-10-15 09:50:59 +02:00
oblomov-dev
6a9eeafa43
fixes ( #1503 )
2024-10-14 10:03:09 +02:00
github-actions[bot]
40f91b1401
[create-pull-request] automated change ( #1501 )
...
Co-authored-by: oblomov-dev <oblomov-dev@users.noreply.github.com>
2024-10-12 15:51:35 +02:00
Christian Günter
7018a6c334
fix cloud ( #1498 )
2024-10-11 14:06:50 +02:00
oblomov-dev
2328ae841c
fix-abap-api-exception ( #1491 )
2024-10-06 08:58:24 +02:00
github-actions[bot]
1012283880
Automatic Update ( #1489 )
...
* [create-pull-request] automated change
* Update z2ui5_cl_app_debugtool_js.clas.abap
---------
Co-authored-by: oblomov-dev <oblomov-dev@users.noreply.github.com>
Co-authored-by: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com>
2024-10-04 10:55:22 +02:00
oblomov-dev
ae831d52a9
fix-db-cleanup-w-launchpad ( #1473 )
2024-10-03 12:07:20 +02:00
oblomov-dev
03d1f83723
new generated UI ( #1472 )
...
* update
* update
* update
* update
* update
2024-10-02 15:06:22 +02:00
oblomov-dev
7b47b3bba9
Update generation UI ( #1471 )
...
* update setup
* update
* Update abaplint.jsonc
* Update abaplint.jsonc
2024-10-02 00:43:43 +02:00
oblomov-dev
e0cb6990f2
cleanup session comments ( #1470 )
2024-10-01 19:25:20 +02:00
oblomov-dev
533b863553
New frontend ( #1468 )
...
* new-frontend
* Update DebugTool.js
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update config
2024-10-01 18:34:44 +02:00
oblomov-dev
30f8cec526
New frontend test ( #1466 )
...
* update
* update ui52abap auto taransformation
* update
* commit changes
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* Update abaplint.jsonc
* update
* update
* update
* update
* update
* update
* update
* update
* Update abaplint.jsonc
* update
* update
* update
* update
* update
2024-10-01 00:25:48 +02:00
oblomov-dev
5280439bac
new-ui5-frontend ( #1463 )
...
* new app
* update structure
* update folder structure
* update
* update
* update
* Delete src/01/03/z2ui5_cl_ui5_cc_js.clas.abap
* update
* Update src/02/z2ui5_if_types.intf.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
* update
* update
---------
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
2024-09-29 23:36:48 +02:00
Francisco Milán
0f02f90914
Add "color_palette" method ( #1462 )
2024-09-29 10:36:09 +02:00
Francisco Milán
68e47230a6
Add "endIcon" & "icon" to "link" method ( #1459 )
2024-09-25 22:11:24 +02:00
oblomov-dev
75e90f57cd
debugtool-fix ( #1458 )
...
* debugtool-fix
* update
2024-09-25 19:37:18 +02:00
Francisco Milán
0537c6a109
Add methods "breadcrumbs" and "current_location" ( #1457 )
2024-09-25 18:20:53 +02:00
oblomov-dev
614368e26c
refactoring ( #1456 )
2024-09-25 17:29:19 +02:00
Michael Zinnöcker
26c9732fe4
sap.z2ui5.contextId not initialized on exit(termination) ( #1455 )
2024-09-25 17:02:06 +02:00
oblomov-dev
ff3bfc6e66
refactoring ( #1452 )
2024-09-25 10:18:01 +02:00
Francisco Milán
3e5f73d555
Add "enableformattedtext" to message_strip method. ( #1451 )
...
* Add "enableformattedtext" to message_strip method.
* Add "enableformattedtext" to message_strip method2
* Add "enableformattedtext" to message_strip method3
* Add "enableformattedtext" to message_strip method4
2024-09-25 08:48:48 +02:00
Francisco Milán
3a4192d3e0
Add "type" to method "object_list_item" ( #1450 )
2024-09-25 07:57:18 +02:00
oblomov-dev
1c9efb3561
update ( #1449 )
...
* update
* Update playwright.yml
2024-09-24 19:47:19 +02:00
oblomov-dev
a11bad5b2c
Launchpad fix ( #1448 )
...
* launchpad fix
* fix scroling cc
2024-09-24 18:54:10 +02:00
oblomov-dev
e9007c05da
New handler ( #1446 )
...
* new handler
* update
* update
* update
* update
* update
* fix statefulness
* update
* update
* update
2024-09-24 10:19:25 +02:00
oblomov-dev
6c0843cb06
refactoring debug tools ( #1445 )
...
* refactoring debug tools
* update
2024-09-22 16:41:38 +02:00
oblomov-dev
498cdc7fc7
refactoring ( #1444 )
2024-09-22 14:18:01 +02:00
oblomov-dev
ef4494bdb9
New UI5 frontend ( #1443 )
...
* Refactoring due to added Component support, slightly fixed session handl (#1439 )
* Refactoring due to added Component support, slightly fixed session handl
* Update src/01/02/z2ui5_cl_core_http_get.clas.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
---------
Co-authored-by: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com>
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
* session fix + tokens
* update stateful error
* pagehide for ios devices, beforeunload for desktop and others (#1440 )
* fixes
* fixes excpetions
* update
* lint fixes
* replaced root view with app for launchpad compati
* fix missed latest changes in init - added again
* update index html
* update
* update app
* update
* Update src/01/02/z2ui5_cl_core_http_get.clas.locals_imp.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
* Update src/01/02/z2ui5_cl_core_http_get.clas.locals_imp.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
* fixes
* lint fixes
* update
* Update src/01/02/z2ui5_cl_core_app.clas.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
* Update changelog.txt
* update
* Update src/01/02/z2ui5_cl_core_app.clas.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
---------
Co-authored-by: Michael Zinnöcker <29286643+mzinnoecker@users.noreply.github.com>
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
2024-09-22 13:53:11 +02:00
Francisco Milán
1c3d88fa6a
Add missing parameters to method "step_input" ( #1441 )
2024-09-22 09:54:09 +02:00
oblomov-dev
4940a26a46
refactoring - filter functions - sticky functions ( #1437 )
...
* refactoring - filter fucntions - sticky functions
* update
* udpate
* update
2024-09-17 19:38:43 +02:00
oblomov-dev
1fba55457c
session-stickyness ( #1435 )
...
* Added Component and Session Stateful (#1433 )
- Added Component support (TODO refactoring sap.z2ui5 and view handling -> instead of .placeAt use mainView of component manifest)
- Added Session Stateful support
*add the following lines to your REST handler in order to support stateful session handling*
'''abap
if attributes-stateful-switched = abap_true.
server->set_session_stateful( stateful = attributes-stateful-active ).
endif.
'''
And here is an ABAP example class for testing session handling
'''abap
"! <p class="shorttext synchronized" lang="en">Session Demo</p>
class z2ui5_cl_demo_app_session definition
public
create public.
public section.
interfaces z2ui5_if_app.
data instance_counter type i read-only.
data check_initialized type abap_bool read-only.
data session_is_stateful type abap_bool read-only.
data session_text type string read-only.
protected section.
private section.
methods initialize_view
importing
client type ref to z2ui5_if_client.
methods on_event
importing
client type ref to z2ui5_if_client.
methods set_session_stateful
importing
client type ref to z2ui5_if_client
stateful type abap_bool.
endclass.
class z2ui5_cl_demo_app_session implementation.
method z2ui5_if_app~main.
if check_initialized = abap_false.
check_initialized = abap_true.
initialize_view( client ).
endif.
on_event( client ).
endmethod.
method initialize_view.
set_session_stateful( client = client stateful = abap_true ).
data(view) = z2ui5_cl_xml_view=>factory( ).
data(page) = view->shell( )->page(
title = `abap2UI5 - Sample: Sticky Session`
navbuttonpress = client->_event( 'BACK' )
shownavbutton = xsdbool( client->get( )-s_draft-id_prev_app_stack is not initial ) ).
data(vbox) = page->vbox( ).
vbox->info_label( text = client->_bind( session_text ) ).
data(hbox) = vbox->hbox( alignitems = 'Center' ).
hbox->label( text = 'press button to increment counter in backend session' class = 'sapUiTinyMarginEnd' ).
hbox->button(
text = client->_bind( instance_counter )
press = client->_event( 'INCREMENT' )
type = 'Emphasized' ).
hbox = vbox->hbox( ).
hbox->button(
text = 'End session'
press = client->_event( 'END_SESSION' ) ).
hbox->button(
text = 'Start session again'
press = client->_event( 'START_SESSION' ) ).
client->view_display( view->stringify( ) ).
endmethod.
method on_event.
case client->get( )-event.
when 'BACK'.
client->nav_app_leave( ).
when 'INCREMENT'.
instance_counter = lcl_static_container=>increment( ).
client->view_model_update( ).
when 'END_SESSION'.
set_session_stateful( client = client stateful = abap_false ).
when 'START_SESSION'.
set_session_stateful( client = client stateful = abap_true ).
endcase.
endmethod.
method set_session_stateful.
client->set_session_stateful( stateful ).
session_is_stateful = stateful.
if stateful = abap_true.
session_text = 'Session ON (stateful)'.
else.
session_text = 'Session OFF (stateless)'.
endif.
client->view_model_update( ).
endmethod.
endclass.
'''
* Update z2ui5_cl_core_http_get.clas.abap (#1434 )
updated to reflect latest changes (sorry some local changes were los)
* lint fix
* lint fix
* xml fix
---------
Co-authored-by: Michael Zinnöcker <29286643+mzinnoecker@users.noreply.github.com>
2024-09-16 16:45:41 +02:00
oblomov-dev
e9d557737c
refactoring ( #1431 )
2024-09-15 18:37:38 +02:00
oblomov-dev
fd5183b16b
refactoring ( #1430 )
2024-09-15 18:00:25 +02:00
oblomov-dev
ae603290cb
Update handler ( #1428 )
...
* update handler
* update handler
* update
* lint fixes
* update
* Update src/01/02/z2ui5_cl_core_http_get.clas.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
* update
* Update src/01/02/z2ui5_cl_core_http_get.clas.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
---------
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
2024-09-14 10:39:27 +02:00
Christian Günter
b7b464d981
Popup to select: New feature multiselect ( #1427 )
...
* popup to select: enable mutliselect
fixup
* allow preselect
2024-09-13 17:20:49 +02:00
Christian Günter
ba47b24f3a
New property title for z2ui5_cl_pop_table ( #1426 )
2024-09-13 11:54:11 +02:00
Francisco Milán
c83640913d
Preparation for new Demo Flexible sizing - Toolbar ( #1419 )
...
* Preparation for new Demo Flexible sizing - Toolbar
* Preparation for new Demo (2)
* Preparation for new Demo (3)
* Preparation for new Demo (4)
* Preparation for new Demo (5)
2024-09-12 09:15:33 +02:00
oblomov-dev
622c19c8b6
Refactoring ( #1417 )
...
* refactoring
* update
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update z2ui5_cl_core_http_get2.clas.abap
* lint fix
* update
* Update abaplint.jsonc
2024-09-12 00:35:07 +02:00
oblomov-dev
83fcc9604f
fix namespaces ( #1415 )
2024-09-11 15:34:46 +02:00
Christian Günter
430db60fdd
add class property to table ( #1412 )
2024-09-11 15:04:57 +02:00
oblomov-dev
fddf31e8b1
update setSizeLimit ( #1398 )
...
* update setSizeLimit
* Update src/02/z2ui5_cl_xml_view.clas.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
* update
---------
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
2024-09-09 20:00:41 +02:00
github-actions[bot]
fcda388222
ajson, Automatic Update ( #1397 )
...
* [create-pull-request] automated change
* Update README.md
---------
Co-authored-by: oblomov-dev <oblomov-dev@users.noreply.github.com>
Co-authored-by: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com>
2024-09-09 07:37:46 +02:00
oblomov-dev
f01f1ef57e
update hello world ( #1392 )
...
* update hello world
* Update README.md
2024-09-08 19:18:19 +02:00
oblomov-dev
71ea2631b6
language version fix ( #1389 )
2024-09-08 17:25:19 +02:00
oblomov-dev
7f2fe77b37
update typess ( #1386 )
2024-09-08 09:48:32 +02:00
oblomov-dev
d8bacf4f73
Update lint fixes ( #1384 )
...
* update lint fixes
* Update abaplint-abap_cloud_readiness.jsonc
* Update abaplint-abap_cloud_readiness.jsonc
2024-09-07 17:34:17 +02:00
oblomov-dev
38d5362192
Update abaplint.jsonc ( #1383 )
...
* Update abaplint.jsonc
* lint fixes
* Update src/01/00/02/z2ui5_cl_abap_api.clas.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
* Update src/01/00/02/z2ui5_cl_abap_api.clas.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
* abaplint fixes
* Update abaplint.jsonc
* lint fix
---------
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
2024-09-07 16:57:14 +02:00
oblomov-dev
860f03d05e
update ajson mirror ( #1379 )
2024-09-07 12:56:21 +02:00