Commit Graph

1238 Commits

Author SHA1 Message Date
oblomov-dev
1fee8bfea6
Update LICENSE (#1599)
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 17:49:41 +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
7ba360ae9f
Update transform.yml (#1587)
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-27 10:15:08 +01:00
oblomov-dev
29e8d3e56c
add workflow (#1586) 2024-11-27 10:14:02 +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
9cc44d0fd9
Delete .github/workflows/transform.yml (#1584) 2024-11-26 15:25:09 +01:00
oblomov-dev
d0ef15f564
Create transform.yml (#1582) 2024-11-26 15:20:56 +01:00
oblomov-dev
68131ef870
Update ui5lint.yml (#1579) 2024-11-26 14:05: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
f3afebfaff
update bootstrapping path (#1574) 2024-11-24 20:00:13 +01:00
oblomov-dev
2eaeb22330
Update index.html (#1573)
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-24 17:16:39 +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
42c9f09fcd
Delete app/README.md (#1571)
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-23 14:39:06 +01:00
oblomov-dev
6505fdcfec
Delete .github/workflows/js_tranform.yml (#1570) 2024-11-23 14:28:29 +01:00
oblomov-dev
db1bef6e76
Update js_tranform.yml (#1569) 2024-11-23 14:26:50 +01:00
oblomov-dev
545a3cca8e
Update js_tranform.yml (#1568) 2024-11-23 14:23:58 +01:00
oblomov-dev
b451bc74f9
Update js_tranform.yml (#1567) 2024-11-23 14:20:37 +01:00
oblomov-dev
46dd1ca84d
Create ui5lint (#1566)
* Create ui5lint

* Rename ui5lint to ui5lint.yml

* Create js_tranform.yml

* Update ui5lint.yml

* Update ui5lint.yml
2024-11-23 14:15:10 +01:00
oblomov-dev
4a115007f1
bal and message functions (#1565)
* bal and message functions

* update

* fix
2024-11-23 13:28:39 +01:00
oblomov-dev
20500bd40a
Update README.md (#1564)
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-22 07:50:28 +01:00
Christian Günter
72798539a0
enable toggle debug popup (#1563) 2024-11-22 07:38:36 +01:00
oblomov-dev
ef50f709ce
action fix repo name for frontend (#1561)
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-21 21:19:03 +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
9670856f1c
README.md aktualisieren
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-20 01:03:42 +01:00
oblomov-dev
87d6b4b390
small fixes (#1550) 2024-11-19 09:52:13 +01:00
oblomov-dev
5f5fd6da7a
Update README.md (#1549)
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
ajson mirror / pr_ajson_changes (push) Has been cancelled
2024-11-17 11:42:06 +01:00
oblomov-dev
940d31bef4
Update README.md (#1547)
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-16 12:00:20 +01:00
oblomov-dev
8a3802d785
Update README.md (#1546) 2024-11-16 11:57:46 +01:00
oblomov-dev
e1e288e160
Update README.md (#1545) 2024-11-16 11:57:03 +01:00
oblomov-dev
2492d2de5d
Update README.md (#1544) 2024-11-16 11:54:31 +01:00
oblomov-dev
22aece3563
Update README.md (#1543) 2024-11-16 10:35:33 +01:00
oblomov-dev
5475f53b69
Update README.md (#1542)
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-15 12:23:30 +01:00
oblomov-dev
6953248044
Update README.md (#1541) 2024-11-15 12:22:49 +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