Commit Graph

865 Commits

Author SHA1 Message Date
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)
Some checks are pending
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)
Some checks are pending
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)
Some checks failed
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)
Some checks are pending
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)
Some checks are pending
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)
Some checks are pending
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)
Some checks are pending
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)
Some checks are pending
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)
Some checks are pending
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)
Some checks failed
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)
Some checks are pending
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)
Some checks failed
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)
Some checks failed
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)
Some checks are pending
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)
Some checks are pending
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)
Some checks failed
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)
Some checks are pending
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)
Some checks are pending
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)
Some checks are pending
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