@openui5/sap.f 1.127.0 → 1.128.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (138) hide show
  1. package/package.json +4 -4
  2. package/src/sap/f/.library +1 -1
  3. package/src/sap/f/Avatar.js +1 -1
  4. package/src/sap/f/AvatarGroup.js +1 -1
  5. package/src/sap/f/AvatarGroupItem.js +1 -1
  6. package/src/sap/f/CalendarAppointmentInCard.js +1 -1
  7. package/src/sap/f/CalendarInCard.js +1 -1
  8. package/src/sap/f/Card.js +1 -1
  9. package/src/sap/f/CardBase.js +21 -51
  10. package/src/sap/f/CardRenderer.js +30 -3
  11. package/src/sap/f/DynamicPage.js +7 -2
  12. package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +11 -2
  13. package/src/sap/f/DynamicPageHeader.js +20 -6
  14. package/src/sap/f/DynamicPageTitle.js +1 -1
  15. package/src/sap/f/FlexibleColumnLayout.js +136 -21
  16. package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +1 -1
  17. package/src/sap/f/FlexibleColumnLayoutData.js +52 -0
  18. package/src/sap/f/FlexibleColumnLayoutDataForDesktop.js +72 -0
  19. package/src/sap/f/FlexibleColumnLayoutDataForTablet.js +71 -0
  20. package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +1 -1
  21. package/src/sap/f/GridContainer.js +1 -1
  22. package/src/sap/f/GridContainerItemLayoutData.js +1 -1
  23. package/src/sap/f/GridContainerSettings.js +2 -2
  24. package/src/sap/f/GridList.js +1 -1
  25. package/src/sap/f/GridListItem.js +1 -1
  26. package/src/sap/f/IllustratedMessage.js +1 -1
  27. package/src/sap/f/Illustration.js +1 -1
  28. package/src/sap/f/PlanningCalendarInCardLegend.js +1 -1
  29. package/src/sap/f/ProductSwitch.js +1 -1
  30. package/src/sap/f/ProductSwitchItem.js +1 -1
  31. package/src/sap/f/SearchManager.js +1 -1
  32. package/src/sap/f/ShellBar.js +1 -1
  33. package/src/sap/f/SidePanel.js +8 -3
  34. package/src/sap/f/SidePanelItem.js +1 -1
  35. package/src/sap/f/cards/BaseHeader.js +1 -1
  36. package/src/sap/f/cards/CardBadgeCustomData.js +123 -0
  37. package/src/sap/f/cards/Header.js +1 -1
  38. package/src/sap/f/cards/NumericHeader.js +1 -1
  39. package/src/sap/f/cards/NumericIndicators.js +1 -1
  40. package/src/sap/f/cards/NumericSideIndicator.js +1 -1
  41. package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +1 -1
  42. package/src/sap/f/cards/loading/CalendarPlaceholder.js +1 -1
  43. package/src/sap/f/cards/loading/GenericPlaceholder.js +1 -1
  44. package/src/sap/f/cards/loading/ListPlaceholder.js +1 -1
  45. package/src/sap/f/cards/loading/ObjectPlaceholder.js +1 -1
  46. package/src/sap/f/cards/loading/PlaceholderBase.js +1 -1
  47. package/src/sap/f/cards/loading/TablePlaceholder.js +1 -1
  48. package/src/sap/f/cards/loading/TimelinePlaceholder.js +1 -1
  49. package/src/sap/f/cards/util/CardBadgeEnabler.js +196 -0
  50. package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +1 -1
  51. package/src/sap/f/delegate/GridContainerItemNavigation.js +1 -1
  52. package/src/sap/f/delegate/GridItemNavigation.js +1 -1
  53. package/src/sap/f/dnd/GridDragOver.js +1 -1
  54. package/src/sap/f/dnd/GridDropInfo.js +1 -1
  55. package/src/sap/f/library.js +30 -2
  56. package/src/sap/f/messagebundle.properties +3 -0
  57. package/src/sap/f/messagebundle_ar.properties +2 -0
  58. package/src/sap/f/messagebundle_bg.properties +2 -0
  59. package/src/sap/f/messagebundle_ca.properties +2 -0
  60. package/src/sap/f/messagebundle_cnr.properties +2 -0
  61. package/src/sap/f/messagebundle_cs.properties +2 -0
  62. package/src/sap/f/messagebundle_cy.properties +2 -0
  63. package/src/sap/f/messagebundle_da.properties +2 -0
  64. package/src/sap/f/messagebundle_de.properties +2 -0
  65. package/src/sap/f/messagebundle_el.properties +2 -0
  66. package/src/sap/f/messagebundle_en.properties +2 -0
  67. package/src/sap/f/messagebundle_en_GB.properties +2 -0
  68. package/src/sap/f/messagebundle_en_US_saprigi.properties +3 -1
  69. package/src/sap/f/messagebundle_es.properties +2 -0
  70. package/src/sap/f/messagebundle_es_MX.properties +2 -0
  71. package/src/sap/f/messagebundle_et.properties +2 -0
  72. package/src/sap/f/messagebundle_fi.properties +2 -0
  73. package/src/sap/f/messagebundle_fr.properties +2 -0
  74. package/src/sap/f/messagebundle_fr_CA.properties +2 -0
  75. package/src/sap/f/messagebundle_hi.properties +2 -0
  76. package/src/sap/f/messagebundle_hr.properties +2 -0
  77. package/src/sap/f/messagebundle_hu.properties +2 -0
  78. package/src/sap/f/messagebundle_id.properties +2 -0
  79. package/src/sap/f/messagebundle_it.properties +2 -0
  80. package/src/sap/f/messagebundle_iw.properties +2 -0
  81. package/src/sap/f/messagebundle_ja.properties +2 -0
  82. package/src/sap/f/messagebundle_kk.properties +2 -0
  83. package/src/sap/f/messagebundle_ko.properties +2 -0
  84. package/src/sap/f/messagebundle_lt.properties +2 -0
  85. package/src/sap/f/messagebundle_lv.properties +2 -0
  86. package/src/sap/f/messagebundle_mk.properties +2 -0
  87. package/src/sap/f/messagebundle_ms.properties +2 -0
  88. package/src/sap/f/messagebundle_nl.properties +2 -0
  89. package/src/sap/f/messagebundle_no.properties +2 -0
  90. package/src/sap/f/messagebundle_pl.properties +2 -0
  91. package/src/sap/f/messagebundle_pt.properties +2 -0
  92. package/src/sap/f/messagebundle_pt_PT.properties +2 -0
  93. package/src/sap/f/messagebundle_ro.properties +2 -0
  94. package/src/sap/f/messagebundle_ru.properties +2 -0
  95. package/src/sap/f/messagebundle_sh.properties +2 -0
  96. package/src/sap/f/messagebundle_sk.properties +2 -0
  97. package/src/sap/f/messagebundle_sl.properties +2 -0
  98. package/src/sap/f/messagebundle_sr.properties +2 -0
  99. package/src/sap/f/messagebundle_sv.properties +2 -0
  100. package/src/sap/f/messagebundle_th.properties +2 -0
  101. package/src/sap/f/messagebundle_tr.properties +2 -0
  102. package/src/sap/f/messagebundle_uk.properties +2 -0
  103. package/src/sap/f/messagebundle_vi.properties +2 -0
  104. package/src/sap/f/messagebundle_zh_CN.properties +2 -0
  105. package/src/sap/f/messagebundle_zh_TW.properties +2 -0
  106. package/src/sap/f/semantic/AddAction.js +1 -1
  107. package/src/sap/f/semantic/CloseAction.js +1 -1
  108. package/src/sap/f/semantic/CopyAction.js +1 -1
  109. package/src/sap/f/semantic/DeleteAction.js +1 -1
  110. package/src/sap/f/semantic/DiscussInJamAction.js +1 -1
  111. package/src/sap/f/semantic/EditAction.js +1 -1
  112. package/src/sap/f/semantic/ExitFullScreenAction.js +1 -1
  113. package/src/sap/f/semantic/FavoriteAction.js +1 -1
  114. package/src/sap/f/semantic/FlagAction.js +1 -1
  115. package/src/sap/f/semantic/FooterMainAction.js +1 -1
  116. package/src/sap/f/semantic/FullScreenAction.js +1 -1
  117. package/src/sap/f/semantic/MainAction.js +1 -1
  118. package/src/sap/f/semantic/MessagesIndicator.js +1 -1
  119. package/src/sap/f/semantic/NegativeAction.js +1 -1
  120. package/src/sap/f/semantic/PositiveAction.js +1 -1
  121. package/src/sap/f/semantic/PrintAction.js +1 -1
  122. package/src/sap/f/semantic/SemanticButton.js +1 -1
  123. package/src/sap/f/semantic/SemanticConfiguration.js +1 -1
  124. package/src/sap/f/semantic/SemanticControl.js +1 -1
  125. package/src/sap/f/semantic/SemanticPage.js +1 -1
  126. package/src/sap/f/semantic/SemanticToggleButton.js +1 -1
  127. package/src/sap/f/semantic/SendEmailAction.js +1 -1
  128. package/src/sap/f/semantic/SendMessageAction.js +1 -1
  129. package/src/sap/f/semantic/ShareInJamAction.js +1 -1
  130. package/src/sap/f/semantic/TitleMainAction.js +1 -1
  131. package/src/sap/f/shellBar/AdditionalContentSupport.js +1 -1
  132. package/src/sap/f/shellBar/CoPilot.js +1 -1
  133. package/src/sap/f/shellBar/ControlSpacer.js +1 -1
  134. package/src/sap/f/shellBar/Search.js +1 -1
  135. package/src/sap/f/themes/base/Card.less +0 -20
  136. package/src/sap/f/themes/base/CardBadge.less +63 -0
  137. package/src/sap/f/themes/base/library.source.less +1 -0
  138. package/src/sap/f/themes/sap_hcb/base_Card.less +0 -20
@@ -1,6 +1,8 @@
1
1
 
2
2
  CARD_HEADER_DATETIMESTAMP_NOW=Agora
3
3
 
4
+ CARD_BADGE=Distintivo {0}
5
+
4
6
  DYNAMIC_PAGE_ROLE_DESCRIPTION=P\u00E1gina din\u00E2mica
5
7
 
6
8
  EXPANDED_HEADER=Cabe\u00E7alho expandido
@@ -1,6 +1,8 @@
1
1
 
2
2
  CARD_HEADER_DATETIMESTAMP_NOW=Agora
3
3
 
4
+ CARD_BADGE=Crach\u00E1 {0}
5
+
4
6
  DYNAMIC_PAGE_ROLE_DESCRIPTION=P\u00E1gina din\u00E2mica
5
7
 
6
8
  EXPANDED_HEADER=Cabe\u00E7alho expandido
@@ -1,6 +1,8 @@
1
1
 
2
2
  CARD_HEADER_DATETIMESTAMP_NOW=Acum
3
3
 
4
+ CARD_BADGE=Ecuson {0}
5
+
4
6
  DYNAMIC_PAGE_ROLE_DESCRIPTION=Pagin\u0103 dinamic\u0103
5
7
 
6
8
  EXPANDED_HEADER=Antet extins
@@ -1,6 +1,8 @@
1
1
 
2
2
  CARD_HEADER_DATETIMESTAMP_NOW=\u0421\u0435\u0439\u0447\u0430\u0441
3
3
 
4
+ CARD_BADGE=\u0411\u0435\u0439\u0434\u0436 {0}
5
+
4
6
  DYNAMIC_PAGE_ROLE_DESCRIPTION=\u0414\u0438\u043D\u0430\u043C\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430
5
7
 
6
8
  EXPANDED_HEADER=\u0420\u0430\u0437\u0432\u0435\u0440\u043D\u0443\u0442\u044B\u0439 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A
@@ -1,6 +1,8 @@
1
1
 
2
2
  CARD_HEADER_DATETIMESTAMP_NOW=Sada
3
3
 
4
+ CARD_BADGE=Bed\u017E {0}
5
+
4
6
  DYNAMIC_PAGE_ROLE_DESCRIPTION=Dinami\u010Dka stranica
5
7
 
6
8
  EXPANDED_HEADER=Pro\u0161ireno zaglavlje
@@ -1,6 +1,8 @@
1
1
 
2
2
  CARD_HEADER_DATETIMESTAMP_NOW=Teraz
3
3
 
4
+ CARD_BADGE=Ozna\u010Denie {0}
5
+
4
6
  DYNAMIC_PAGE_ROLE_DESCRIPTION=Dynamick\u00E1 str\u00E1nka
5
7
 
6
8
  EXPANDED_HEADER=Rozbalen\u00E1 hlavi\u010Dka
@@ -1,6 +1,8 @@
1
1
 
2
2
  CARD_HEADER_DATETIMESTAMP_NOW=Zdaj
3
3
 
4
+ CARD_BADGE=Zna\u010Dka {0}
5
+
4
6
  DYNAMIC_PAGE_ROLE_DESCRIPTION=Dinami\u010Dna stran
5
7
 
6
8
  EXPANDED_HEADER=Raz\u0161irjena glava
@@ -1,6 +1,8 @@
1
1
 
2
2
  CARD_HEADER_DATETIMESTAMP_NOW=\u0421\u0430\u0434\u0430
3
3
 
4
+ CARD_BADGE=\u0411\u0435\u045F {0}
5
+
4
6
  DYNAMIC_PAGE_ROLE_DESCRIPTION=\u0414\u0438\u043D\u0430\u043C\u0438\u0447\u043A\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430
5
7
 
6
8
  EXPANDED_HEADER=\u041F\u0440\u043E\u0448\u0438\u0440\u0435\u043D\u043E \u0437\u0430\u0433\u043B\u0430\u0432\u0459\u0435
@@ -1,6 +1,8 @@
1
1
 
2
2
  CARD_HEADER_DATETIMESTAMP_NOW=Nu
3
3
 
4
+ CARD_BADGE=M\u00E4rke {0}
5
+
4
6
  DYNAMIC_PAGE_ROLE_DESCRIPTION=Dynamisk sida
5
7
 
6
8
  EXPANDED_HEADER=Expanderat huvud
@@ -1,6 +1,8 @@
1
1
 
2
2
  CARD_HEADER_DATETIMESTAMP_NOW=\u0E15\u0E2D\u0E19\u0E19\u0E35\u0E49
3
3
 
4
+ CARD_BADGE=\u0E1B\u0E49\u0E32\u0E22\u0E41\u0E08\u0E49\u0E07 {0}
5
+
4
6
  DYNAMIC_PAGE_ROLE_DESCRIPTION=\u0E2B\u0E19\u0E49\u0E32\u0E41\u0E1A\u0E1A\u0E44\u0E14\u0E19\u0E32\u0E21\u0E34\u0E01
5
7
 
6
8
  EXPANDED_HEADER=\u0E2A\u0E48\u0E27\u0E19\u0E2B\u0E31\u0E27\u0E17\u0E35\u0E48\u0E02\u0E22\u0E32\u0E22
@@ -1,6 +1,8 @@
1
1
 
2
2
  CARD_HEADER_DATETIMESTAMP_NOW=\u015Eimdi
3
3
 
4
+ CARD_BADGE=Rozet {0}
5
+
4
6
  DYNAMIC_PAGE_ROLE_DESCRIPTION=Dinamik sayfa
5
7
 
6
8
  EXPANDED_HEADER=Geni\u015Fletilen ba\u015Fl\u0131k
@@ -1,6 +1,8 @@
1
1
 
2
2
  CARD_HEADER_DATETIMESTAMP_NOW=\u0417\u0430\u0440\u0430\u0437
3
3
 
4
+ CARD_BADGE=\u0417\u043D\u0430\u0447\u043E\u043A {0}
5
+
4
6
  DYNAMIC_PAGE_ROLE_DESCRIPTION=\u0414\u0438\u043D\u0430\u043C\u0456\u0447\u043D\u0430 \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0430
5
7
 
6
8
  EXPANDED_HEADER=\u0420\u043E\u0437\u0448\u0438\u0440\u0435\u043D\u0438\u0439 \u0437\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A
@@ -1,6 +1,8 @@
1
1
 
2
2
  CARD_HEADER_DATETIMESTAMP_NOW=B\u00E2y gi\u01A1\u0300
3
3
 
4
+ CARD_BADGE=Huy hi\u00EA\u0323u {0}
5
+
4
6
  DYNAMIC_PAGE_ROLE_DESCRIPTION=Trang \u0111\u00F4\u0323ng
5
7
 
6
8
  EXPANDED_HEADER=Ti\u00EAu \u0111\u00EA\u0300 m\u01A1\u0309 r\u00F4\u0323ng
@@ -1,6 +1,8 @@
1
1
 
2
2
  CARD_HEADER_DATETIMESTAMP_NOW=\u73B0\u5728
3
3
 
4
+ CARD_BADGE=\u5FBD\u7AE0 {0}
5
+
4
6
  DYNAMIC_PAGE_ROLE_DESCRIPTION=\u52A8\u6001\u9875\u9762
5
7
 
6
8
  EXPANDED_HEADER=\u5C55\u5F00\u7684\u62AC\u5934
@@ -1,6 +1,8 @@
1
1
 
2
2
  CARD_HEADER_DATETIMESTAMP_NOW=\u73FE\u5728
3
3
 
4
+ CARD_BADGE=\u5FBD\u7AE0 {0}
5
+
4
6
  DYNAMIC_PAGE_ROLE_DESCRIPTION=\u52D5\u614B\u9801\u9762
5
7
 
6
8
  EXPANDED_HEADER=\u5C55\u958B\u7684\u8868\u982D
@@ -18,7 +18,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
18
18
  * @extends sap.f.semantic.SemanticButton
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.127.0
21
+ * @version 1.128.0
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['./SemanticButton'], function(SemanticButton) {
18
18
  * @extends sap.f.semantic.SemanticButton
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.127.0
21
+ * @version 1.128.0
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['./SemanticButton'], function(SemanticButton) {
18
18
  * @extends sap.f.semantic.SemanticButton
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.127.0
21
+ * @version 1.128.0
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.127.0
22
+ * @version 1.128.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.127.0
22
+ * @version 1.128.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['./SemanticButton'], function(SemanticButton) {
18
18
  * @extends sap.f.semantic.SemanticButton
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.127.0
21
+ * @version 1.128.0
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['./SemanticButton'], function(SemanticButton) {
18
18
  * @extends sap.f.semantic.SemanticButton
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.127.0
21
+ * @version 1.128.0
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['./SemanticToggleButton'], function(SemanticToggleButton) {
19
19
  * @extends sap.f.semantic.SemanticToggleButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.127.0
22
+ * @version 1.128.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['./SemanticToggleButton'], function(SemanticToggleButton) {
19
19
  * @extends sap.f.semantic.SemanticToggleButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.127.0
22
+ * @version 1.128.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(["./MainAction"], function(MainAction) {
19
19
  * @extends sap.f.semantic.MainAction
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.127.0
22
+ * @version 1.128.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['./SemanticButton'], function(SemanticButton) {
18
18
  * @extends sap.f.semantic.SemanticButton
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.127.0
21
+ * @version 1.128.0
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
18
18
  * @extends sap.f.semantic.SemanticButton
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.127.0
21
+ * @version 1.128.0
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['./SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.127.0
22
+ * @version 1.128.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.127.0
22
+ * @version 1.128.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.127.0
22
+ * @version 1.128.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.127.0
22
+ * @version 1.128.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @abstract
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.127.0
27
+ * @version 1.128.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @class
30
30
  * Defines the visual properties and placement for each supported semantic type.
31
31
  *
32
- * @version 1.127.0
32
+ * @version 1.128.0
33
33
  * @private
34
34
  * @since 1.46.0
35
35
  * @alias sap.f.semantic.SemanticConfiguration
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @abstract
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.127.0
27
+ * @version 1.128.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -101,7 +101,7 @@ sap.ui.define([
101
101
  * @extends sap.ui.core.Control
102
102
  *
103
103
  * @author SAP SE
104
- * @version 1.127.0
104
+ * @version 1.128.0
105
105
  *
106
106
  * @constructor
107
107
  * @public
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @abstract
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.127.0
26
+ * @version 1.128.0
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.127.0
22
+ * @version 1.128.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.127.0
22
+ * @version 1.128.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.127.0
22
+ * @version 1.128.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(["./MainAction"], function(MainAction) {
19
19
  * @extends sap.f.semantic.MainAction
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.127.0
22
+ * @version 1.128.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
 
23
23
  /**
24
24
  * @author SAP SE
25
- * @version 1.127.0
25
+ * @version 1.128.0
26
26
  *
27
27
  * @private
28
28
  * @since 1.64
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.ui.core.Control
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.127.0
29
+ * @version 1.128.0
30
30
  *
31
31
  * @constructor
32
32
  * @private
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/core/Control', 'sap/f/shellBar/ControlSpacerRenderer'],
23
23
  * @extends sap.ui.core.Control
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.127.0
26
+ * @version 1.128.0
27
27
  *
28
28
  * @constructor
29
29
  * @private
@@ -36,7 +36,7 @@ sap.ui.define(['sap/ui/core/Control',
36
36
  * @extends sap.ui.core.Control
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.127.0
39
+ * @version 1.128.0
40
40
  *
41
41
  * @constructor
42
42
  * @private
@@ -579,26 +579,6 @@ ui-integration-card.sapFCardFocusFullCard > [data-sap-ui-area] > .sapFCard {
579
579
  outline: none;
580
580
  }
581
581
 
582
- .sapFCard.sapMBadge .sapMBadgeIndicator {
583
- padding: 0 0.5rem;
584
- top: -0.6125rem;
585
- right: 0;
586
- height: auto;
587
- }
588
-
589
- .sapFCard.sapMBadge .sapMBadgeIndicator:after {
590
- background: @_sap_f_Card_Badge_Background;
591
- color: @_sap_f_Card_Badge_Color;
592
- border: @_sap_f_Card_Badge_Border;
593
-
594
- }
595
-
596
- .sapFCard.sapMBadge .sapMBadgeIndicator:before {
597
- background: @_sap_f_Card_Badge_Background;
598
- color: @_sap_f_Card_Badge_Color;
599
- border: @_sap_f_Card_Badge_Border;
600
- }
601
-
602
582
  .sapFCardExperimentalCaching {
603
583
  .sapFCardDataTimestamp {
604
584
  min-width: 100px;
@@ -0,0 +1,63 @@
1
+ .sapFCardBadgePlaceholder {
2
+ z-index: 100;
3
+ position: absolute;
4
+ top: -0.6125rem;
5
+ right: 0.75rem;
6
+ height: auto;
7
+ display: inline-flex;
8
+ max-width: 95%; /* long text will not go outside the card */
9
+ }
10
+
11
+ .sapUiIntCard .sapFCardBadgePlaceholder .sapMObjStatus:not(.sapMObjStatusShowCustomIcon) {
12
+ .sapMObjStatusIcon {
13
+ display: initial;
14
+ }
15
+ }
16
+
17
+ .sapFCardBadge.sapFCardBadgeHidden {
18
+ display: none;
19
+ }
20
+
21
+ .sapFCardBadgePlaceholder .sapMObjStatus.sapMObjStatusInverted {
22
+ margin-inline-start: 0.25rem;
23
+ height: 1rem;
24
+
25
+ .sapMObjStatusWrapper {
26
+ border: 0;
27
+ max-width: 100%;
28
+ display: flex;
29
+ align-items: center;
30
+
31
+ .sapMObjStatusIcon.sapMObjStatusIconOnly {
32
+ padding: 0 0.25rem;
33
+ }
34
+
35
+ .sapMObjStatusIcon{
36
+ padding: 0;
37
+ }
38
+
39
+ .sapMObjStatusText {
40
+ padding: 0 0.375rem;
41
+ overflow: hidden;
42
+ text-overflow: ellipsis;
43
+ white-space: nowrap;
44
+ max-width: inherit;
45
+ }
46
+
47
+ }
48
+
49
+ }
50
+
51
+ /* Padding between icon and text is too much */
52
+ .sapFCardBadgePlaceholder .sapMObjStatus.sapMObjStatusInverted.sapFCardBadgeTextIcon{
53
+ .sapMObjStatusWrapper {
54
+
55
+ .sapMObjStatusIcon {
56
+ padding-left: 0.375rem;
57
+ }
58
+
59
+ .sapMObjStatusText {
60
+ padding: 0 0.375rem 0 0.25rem;
61
+ }
62
+ }
63
+ }
@@ -10,6 +10,7 @@
10
10
  @import "AvatarGroup.less";
11
11
  @import "CalendarPlaceholder.less";
12
12
  @import "Card.less";
13
+ @import "CardBadge.less";
13
14
  @import "CardLoading.less";
14
15
  @import "CardNumericIndicators.less";
15
16
  @import "DynamicPage.less";
@@ -579,26 +579,6 @@ ui-integration-card.sapFCardFocusFullCard > [data-sap-ui-area] > .sapFCard {
579
579
  outline: none;
580
580
  }
581
581
 
582
- .sapFCard.sapMBadge .sapMBadgeIndicator {
583
- padding: 0 0.5rem;
584
- top: -0.6125rem;
585
- right: 0;
586
- height: auto;
587
- }
588
-
589
- .sapFCard.sapMBadge .sapMBadgeIndicator:after {
590
- background: @_sap_f_Card_Badge_Background;
591
- color: @_sap_f_Card_Badge_Color;
592
- border: @_sap_f_Card_Badge_Border;
593
-
594
- }
595
-
596
- .sapFCard.sapMBadge .sapMBadgeIndicator:before {
597
- background: @_sap_f_Card_Badge_Background;
598
- color: @_sap_f_Card_Badge_Color;
599
- border: @_sap_f_Card_Badge_Border;
600
- }
601
-
602
582
  .sapFCardExperimentalCaching {
603
583
  .sapFCardDataTimestamp {
604
584
  min-width: 100px;