@openui5/sap.f 1.108.2 → 1.110.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 (187) hide show
  1. package/.reuse/dep5 +16 -16
  2. package/THIRDPARTY.txt +2 -2
  3. package/package.json +4 -4
  4. package/src/sap/f/.library +2 -2
  5. package/src/sap/f/Avatar.js +2 -2
  6. package/src/sap/f/AvatarGroup.js +2 -2
  7. package/src/sap/f/AvatarGroupItem.js +2 -2
  8. package/src/sap/f/AvatarGroupItemRenderer.js +1 -1
  9. package/src/sap/f/AvatarGroupRenderer.js +3 -6
  10. package/src/sap/f/CalendarAppointmentInCard.js +2 -2
  11. package/src/sap/f/CalendarInCard.js +2 -2
  12. package/src/sap/f/CalendarInCardRenderer.js +1 -1
  13. package/src/sap/f/Card.js +2 -2
  14. package/src/sap/f/CardBase.js +22 -7
  15. package/src/sap/f/CardRenderer.js +1 -1
  16. package/src/sap/f/DynamicPage.js +4 -32
  17. package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +2 -2
  18. package/src/sap/f/DynamicPageHeader.js +4 -4
  19. package/src/sap/f/DynamicPageHeaderRenderer.js +1 -1
  20. package/src/sap/f/DynamicPageRenderer.js +1 -1
  21. package/src/sap/f/DynamicPageTitle.js +7 -7
  22. package/src/sap/f/DynamicPageTitleRenderer.js +1 -1
  23. package/src/sap/f/FlexibleColumnLayout.js +4 -4
  24. package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +2 -2
  25. package/src/sap/f/FlexibleColumnLayoutRenderer.js +1 -1
  26. package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +6 -6
  27. package/src/sap/f/GridContainer.js +41 -18
  28. package/src/sap/f/GridContainerItemLayoutData.js +2 -2
  29. package/src/sap/f/GridContainerRenderer.js +9 -5
  30. package/src/sap/f/GridContainerSettings.js +3 -3
  31. package/src/sap/f/GridContainerUtils.js +5 -5
  32. package/src/sap/f/GridList.js +2 -2
  33. package/src/sap/f/GridListItem.js +2 -2
  34. package/src/sap/f/GridListItemRenderer.js +1 -1
  35. package/src/sap/f/GridListRenderer.js +1 -1
  36. package/src/sap/f/GridNavigationMatrix.js +3 -3
  37. package/src/sap/f/IllustratedMessage.js +2 -2
  38. package/src/sap/f/Illustration.js +2 -2
  39. package/src/sap/f/IllustrationPool.js +1 -1
  40. package/src/sap/f/PlanningCalendarInCardLegend.js +2 -2
  41. package/src/sap/f/PlanningCalendarInCardLegendRenderer.js +1 -1
  42. package/src/sap/f/ProductSwitch.js +2 -50
  43. package/src/sap/f/ProductSwitchItem.js +2 -2
  44. package/src/sap/f/ProductSwitchItemRenderer.js +1 -2
  45. package/src/sap/f/ProductSwitchRenderer.js +1 -1
  46. package/src/sap/f/SearchManager.js +2 -2
  47. package/src/sap/f/ShellBar.js +6 -6
  48. package/src/sap/f/ShellBarRenderer.js +1 -1
  49. package/src/sap/f/SidePanel.js +397 -87
  50. package/src/sap/f/SidePanelItem.js +2 -3
  51. package/src/sap/f/SidePanelRenderer.js +63 -20
  52. package/src/sap/f/cards/BaseHeader.js +12 -21
  53. package/src/sap/f/cards/Header.js +3 -3
  54. package/src/sap/f/cards/HeaderRenderer.js +12 -16
  55. package/src/sap/f/cards/NumericHeader.js +12 -4
  56. package/src/sap/f/cards/NumericHeaderRenderer.js +11 -15
  57. package/src/sap/f/cards/NumericIndicators.js +11 -3
  58. package/src/sap/f/cards/NumericIndicatorsRenderer.js +7 -4
  59. package/src/sap/f/cards/NumericSideIndicator.js +2 -2
  60. package/src/sap/f/cards/NumericSideIndicatorRenderer.js +1 -1
  61. package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +2 -2
  62. package/src/sap/f/cards/loading/CalendarPlaceholder.js +5 -6
  63. package/src/sap/f/cards/loading/GenericPlaceholder.js +2 -2
  64. package/src/sap/f/cards/loading/ListPlaceholder.js +6 -6
  65. package/src/sap/f/cards/loading/ObjectPlaceholder.js +2 -2
  66. package/src/sap/f/cards/loading/TablePlaceholder.js +6 -6
  67. package/src/sap/f/cards/loading/TimelinePlaceholder.js +7 -7
  68. package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +2 -2
  69. package/src/sap/f/delegate/GridContainerItemNavigation.js +20 -42
  70. package/src/sap/f/delegate/GridItemNavigation.js +8 -18
  71. package/src/sap/f/designtime/Avatar.designtime.js +1 -1
  72. package/src/sap/f/designtime/DynamicPage.designtime.js +1 -1
  73. package/src/sap/f/designtime/DynamicPageHeader.designtime.js +1 -1
  74. package/src/sap/f/designtime/DynamicPageTitle.designtime.js +1 -1
  75. package/src/sap/f/designtime/SemanticPage.designtime.js +1 -1
  76. package/src/sap/f/designtime/library.designtime.js +1 -1
  77. package/src/sap/f/dnd/GridDragOver.js +11 -5
  78. package/src/sap/f/dnd/GridDropInfo.js +43 -4
  79. package/src/sap/f/dnd/GridKeyboardDragAndDrop.js +1 -1
  80. package/src/sap/f/flexibility/Avatar.flexibility.js +1 -1
  81. package/src/sap/f/flexibility/DynamicPageTitle.flexibility.js +1 -1
  82. package/src/sap/f/library.js +3 -3
  83. package/src/sap/f/library.support.js +1 -1
  84. package/src/sap/f/messagebundle.properties +11 -0
  85. package/src/sap/f/messagebundle_ar.properties +7 -0
  86. package/src/sap/f/messagebundle_bg.properties +7 -0
  87. package/src/sap/f/messagebundle_ca.properties +7 -0
  88. package/src/sap/f/messagebundle_cs.properties +16 -9
  89. package/src/sap/f/messagebundle_cy.properties +7 -0
  90. package/src/sap/f/messagebundle_da.properties +7 -0
  91. package/src/sap/f/messagebundle_de.properties +7 -0
  92. package/src/sap/f/messagebundle_el.properties +7 -0
  93. package/src/sap/f/messagebundle_en.properties +7 -0
  94. package/src/sap/f/messagebundle_en_GB.properties +7 -0
  95. package/src/sap/f/messagebundle_en_US_sappsd.properties +7 -0
  96. package/src/sap/f/messagebundle_en_US_saprigi.properties +7 -0
  97. package/src/sap/f/messagebundle_en_US_saptrc.properties +7 -0
  98. package/src/sap/f/messagebundle_es.properties +7 -0
  99. package/src/sap/f/messagebundle_es_MX.properties +7 -0
  100. package/src/sap/f/messagebundle_et.properties +7 -0
  101. package/src/sap/f/messagebundle_fi.properties +7 -0
  102. package/src/sap/f/messagebundle_fr.properties +7 -0
  103. package/src/sap/f/messagebundle_fr_CA.properties +7 -0
  104. package/src/sap/f/messagebundle_hi.properties +7 -0
  105. package/src/sap/f/messagebundle_hr.properties +8 -1
  106. package/src/sap/f/messagebundle_hu.properties +7 -0
  107. package/src/sap/f/messagebundle_id.properties +7 -0
  108. package/src/sap/f/messagebundle_it.properties +7 -0
  109. package/src/sap/f/messagebundle_iw.properties +7 -0
  110. package/src/sap/f/messagebundle_ja.properties +7 -0
  111. package/src/sap/f/messagebundle_kk.properties +7 -0
  112. package/src/sap/f/messagebundle_ko.properties +7 -0
  113. package/src/sap/f/messagebundle_lt.properties +7 -0
  114. package/src/sap/f/messagebundle_lv.properties +7 -0
  115. package/src/sap/f/messagebundle_ms.properties +7 -0
  116. package/src/sap/f/messagebundle_nl.properties +7 -0
  117. package/src/sap/f/messagebundle_no.properties +7 -0
  118. package/src/sap/f/messagebundle_pl.properties +7 -0
  119. package/src/sap/f/messagebundle_pt.properties +7 -0
  120. package/src/sap/f/messagebundle_pt_PT.properties +7 -0
  121. package/src/sap/f/messagebundle_ro.properties +7 -0
  122. package/src/sap/f/messagebundle_ru.properties +7 -0
  123. package/src/sap/f/messagebundle_sh.properties +7 -0
  124. package/src/sap/f/messagebundle_sk.properties +7 -0
  125. package/src/sap/f/messagebundle_sl.properties +7 -0
  126. package/src/sap/f/messagebundle_sv.properties +7 -0
  127. package/src/sap/f/messagebundle_th.properties +7 -0
  128. package/src/sap/f/messagebundle_tr.properties +7 -0
  129. package/src/sap/f/messagebundle_uk.properties +7 -0
  130. package/src/sap/f/messagebundle_vi.properties +7 -0
  131. package/src/sap/f/messagebundle_zh_CN.properties +7 -0
  132. package/src/sap/f/messagebundle_zh_TW.properties +7 -0
  133. package/src/sap/f/routing/Router.js +1 -1
  134. package/src/sap/f/routing/Target.js +1 -1
  135. package/src/sap/f/routing/TargetHandler.js +1 -1
  136. package/src/sap/f/routing/Targets.js +1 -1
  137. package/src/sap/f/routing/async/Target.js +1 -1
  138. package/src/sap/f/routing/async/Targets.js +1 -1
  139. package/src/sap/f/rules/Avatar.support.js +1 -1
  140. package/src/sap/f/rules/DynamicPage.support.js +1 -1
  141. package/src/sap/f/semantic/AddAction.js +2 -2
  142. package/src/sap/f/semantic/CloseAction.js +2 -2
  143. package/src/sap/f/semantic/CopyAction.js +2 -2
  144. package/src/sap/f/semantic/DeleteAction.js +2 -2
  145. package/src/sap/f/semantic/DiscussInJamAction.js +2 -2
  146. package/src/sap/f/semantic/EditAction.js +2 -2
  147. package/src/sap/f/semantic/ExitFullScreenAction.js +2 -2
  148. package/src/sap/f/semantic/FavoriteAction.js +2 -2
  149. package/src/sap/f/semantic/FlagAction.js +2 -2
  150. package/src/sap/f/semantic/FooterMainAction.js +2 -2
  151. package/src/sap/f/semantic/FullScreenAction.js +2 -2
  152. package/src/sap/f/semantic/MainAction.js +2 -2
  153. package/src/sap/f/semantic/MessagesIndicator.js +2 -2
  154. package/src/sap/f/semantic/NegativeAction.js +2 -2
  155. package/src/sap/f/semantic/PositiveAction.js +2 -2
  156. package/src/sap/f/semantic/PrintAction.js +2 -2
  157. package/src/sap/f/semantic/SemanticButton.js +2 -2
  158. package/src/sap/f/semantic/SemanticConfiguration.js +4 -8
  159. package/src/sap/f/semantic/SemanticContainer.js +1 -1
  160. package/src/sap/f/semantic/SemanticControl.js +2 -2
  161. package/src/sap/f/semantic/SemanticFooter.js +1 -1
  162. package/src/sap/f/semantic/SemanticPage.js +6 -6
  163. package/src/sap/f/semantic/SemanticPageRenderer.js +1 -1
  164. package/src/sap/f/semantic/SemanticShareMenu.js +1 -1
  165. package/src/sap/f/semantic/SemanticTitle.js +1 -1
  166. package/src/sap/f/semantic/SemanticToggleButton.js +2 -2
  167. package/src/sap/f/semantic/SendEmailAction.js +2 -2
  168. package/src/sap/f/semantic/SendMessageAction.js +2 -2
  169. package/src/sap/f/semantic/ShareInJamAction.js +2 -2
  170. package/src/sap/f/semantic/TitleMainAction.js +2 -2
  171. package/src/sap/f/shellBar/Accessibility.js +1 -1
  172. package/src/sap/f/shellBar/AdditionalContentSupport.js +2 -2
  173. package/src/sap/f/shellBar/CoPilot.js +2 -2
  174. package/src/sap/f/shellBar/CoPilotRenderer.js +12 -7
  175. package/src/sap/f/shellBar/ControlSpacer.js +2 -2
  176. package/src/sap/f/shellBar/ControlSpacerRenderer.js +1 -1
  177. package/src/sap/f/shellBar/Factory.js +1 -1
  178. package/src/sap/f/shellBar/ResponsiveHandler.js +1 -1
  179. package/src/sap/f/shellBar/Search.js +2 -2
  180. package/src/sap/f/shellBar/SearchRenderer.js +1 -1
  181. package/src/sap/f/themes/base/DynamicPage.less +4 -1
  182. package/src/sap/f/themes/base/FlexibleColumnLayout.less +1 -1
  183. package/src/sap/f/themes/base/GridList.less +4 -0
  184. package/src/sap/f/themes/base/ShellBar.less +6 -0
  185. package/src/sap/f/themes/base/SidePanel.less +189 -29
  186. package/src/sap/f/themes/base/library.source.less +1 -1
  187. package/src/sap/f/themes/sap_hcb/library.source.less +1 -1
package/.reuse/dep5 CHANGED
@@ -28,7 +28,7 @@ Disclaimer: The code in this project may include calls to APIs (“API Calls”)
28
28
  # OpenUI5 code
29
29
 
30
30
  Files: *
31
- Copyright: 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
31
+ Copyright: 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
32
32
  License: Apache-2.0
33
33
 
34
34
 
@@ -68,7 +68,7 @@ Comment: these files belong to: jQuery UI
68
68
 
69
69
  Files: src/sap.ui.commons/src/sap/ui/commons/Carousel.js
70
70
  Copyright:
71
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
71
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
72
72
  Spencer Tipping
73
73
  License: Apache-2.0 and MIT
74
74
  Comment: these files contain content from SAP and jquery.fix.clone: Carousel.js is authored by SAP, but contains an improved implementation of the clone function which is taken from jquery-fix-clone
@@ -83,35 +83,35 @@ Comment: these files belong to: jQuery 3
83
83
 
84
84
  Files: src/sap.ui.core/src/sap/base/util/isPlainObject.js
85
85
  Copyright:
86
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
86
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
87
87
  OpenJS Foundation and other contributors
88
88
  License: Apache-2.0 and MIT
89
89
  Comment: these files contain content from SAP and jQuery 3: isPlainObject.js is overall written by SAP, but contains a modified implementation of jQuery.isPlainObject taken from jQuery
90
90
 
91
91
  Files: src/sap.ui.core/src/sap/base/util/_merge.js
92
92
  Copyright:
93
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
93
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
94
94
  OpenJS Foundation and other contributors
95
95
  License: Apache-2.0 and MIT
96
96
  Comment: these files contain content from SAP and jQuery 3: _merge.js is overall written by SAP, but contains a modified implementation of jQuery.extend taken from jQuery
97
97
 
98
98
  Files: src/sap.ui.core/src/jquery.sap.script.js
99
99
  Copyright:
100
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
100
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
101
101
  OpenJS Foundation and other contributors
102
102
  License: Apache-2.0 and MIT
103
103
  Comment: these files contain content from SAP and jQuery 3: jquery.sap.script.js is overall written by SAP, but contains a modified implementation of jQuery.extend taken from jQuery
104
104
 
105
105
  Files: src/sap.ui.core/src/sap/ui/Device.js
106
106
  Copyright:
107
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
107
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
108
108
  2011, John Resig
109
109
  License: Apache-2.0 and MIT
110
110
  Comment: these files contain content from SAP and jQuery 1: Device.js is overall written by SAP, but contains code taken from jQuery 1.7.1 (see the respective comment)
111
111
 
112
112
  Files: src/sap.ui.core/src/sap/ui/dom/jquery/Selectors.js
113
113
  Copyright:
114
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
114
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
115
115
  2014 jQuery Foundation and other contributors
116
116
  License: Apache-2.0 and MIT
117
117
  Comment: these files contain content from SAP and jQuery UI 1.8: Selectors.js is overall written by SAP, but contains code taken from jQuery UI (see the respective comments)
@@ -123,14 +123,14 @@ Comment: these files belong to: jQuery UI 1.10
123
123
 
124
124
  Files: src/sap.ui.core/src/jquery.sap.dom.js
125
125
  Copyright:
126
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
126
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
127
127
  2014 jQuery Foundation and other contributors
128
128
  License: Apache-2.0 and MIT
129
129
  Comment: these files contain content from SAP and jQuery UI 1.10: jquery.sap.dom.js is overall written by SAP, but contains code taken from jQuery UI Core (see the respective comment)
130
130
 
131
131
  Files: src/sap.ui.core/src/sap/ui/dom/jquery/zIndex.js
132
132
  Copyright:
133
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
133
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
134
134
  2014 jQuery Foundation and other contributors
135
135
  License: Apache-2.0 and MIT
136
136
  Comment: these files contain content from SAP and jQuery UI 1.11: zIndex.js is overall written by SAP, but contains an implementation of the function 'fnzIndex' which is taken from jQuery UI Datepicker 1.11.1
@@ -162,7 +162,7 @@ Comment: these files belong to: jQuery Mobile
162
162
 
163
163
  Files: src/sap.ui.core/src/sap/ui/util/_FeatureDetection.js
164
164
  Copyright:
165
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
165
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
166
166
  2012 Wei-Ko Kao
167
167
  License: Apache-2.0 and MIT
168
168
  Comment: these files contain content from SAP and jQuery.rtl-scroll-type: _FeatureDetection.js is overall written by SAP, but contains code which is inspired by jQuery.rtl-scroll-type
@@ -299,14 +299,14 @@ Comment: these files belong to: blanket.js
299
299
 
300
300
  Files: src/sap.ui.core/src/sap/base/util/JSTokenizer.js
301
301
  Copyright:
302
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
302
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
303
303
  Douglas Crockford
304
304
  License: Apache-2.0 and LicenseRef-JSONinJSPublicDomain
305
305
  Comment: these files contain content from SAP and JSON in JS: JSTokenizer.js is overall written by SAP, but contains code has been taken from the component JSON in JavaScript (https://github.com/douglascrockford/JSON-js/blob/master/json2.js) from Douglas Crockford which is licensed under Public Domain
306
306
 
307
307
  Files: src/sap.ui.core/src/sap/ui/base/ExpressionParser.js
308
308
  Copyright:
309
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
309
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
310
310
  2010 Douglas Crockford
311
311
  License: Apache-2.0
312
312
  Comment: these files contain content from SAP and Top Down Operator Precedence: ExpressionParser.js is overall written by SAP, but contains code taken from or inspired by TDOP by Douglas Crockford (see the respective comment)
@@ -340,7 +340,7 @@ Comment: these files contain content from p-cancelable and @babel/helpers: _Canc
340
340
 
341
341
  Files: src/sap.ui.core/src/sap/ui/core/date/Persian.js
342
342
  Copyright:
343
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
343
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
344
344
  Behrang Norouzinia
345
345
  License: Apache-2.0 and MIT
346
346
  Comment: these files contain content from SAP and Jalaali JS: Persian.js is overall written by SAP, but the calculation is taken from jalaali-js
@@ -352,14 +352,14 @@ Comment: these files belong to: vkBeautify
352
352
 
353
353
  Files: src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js
354
354
  Copyright:
355
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
355
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
356
356
  Isaac Z. Schlueter and Contributors
357
357
  License: Apache-2.0 and ISC
358
358
  Comment: these files contain content from SAP and node-lru-cache: LRUPersistentCache.js is overall written by SAP, but portions ('Least Recently Used' logic) are taken from the node-lru-cache project (see https://github.com/isaacs/node-lru-cache/blob/v2.7.3/README.md) and modified.
359
359
 
360
360
  Files: src/sap.ui.core/test/sap/ui/core/qunit/i18n/helper/_timezones.js
361
361
  Copyright:
362
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
362
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
363
363
  Arthur David Olson, Paul Eggert and other contributors
364
364
  License: Apache-2.0 and LicenseRef-tzdata-PublicDomain
365
365
  Comment: these files contain content from SAP and Time Zone Database: _timezones.js is overall written by SAP, but the list of IANA timezone IDs is taken from the Timezone Database
@@ -469,7 +469,7 @@ Comment: these files belong to: LESS
469
469
 
470
470
  Files: lib/jsdoc/ui5/plugin.js
471
471
  Copyright:
472
- 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
472
+ 2009-2023 SAP SE or an SAP affiliate company and OpenUI5 contributors
473
473
  2011-present Michael Mathews micmath@gmail.com and the contributors to JSDoc
474
474
  License: Apache-2.0
475
475
  Comment: these files contain content from SAP and JSDoc 3: plugin.js is overall written by SAP, but contains code taken from JSDoc 3.6.7 (see the respective comments)
package/THIRDPARTY.txt CHANGED
@@ -185,7 +185,7 @@ License: Apache-2.0
185
185
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
186
186
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/caja-html-sanitizer.js
187
187
 
188
- Component: Unicode Common Locale Data Repository, version: 35.1
188
+ Component: Unicode Common Locale Data Repository, version: 41
189
189
  Copyright: 1991-2014 Unicode, Inc.
190
190
  License: Unicode-DFS-2015
191
191
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Unicode-DFS-2015.txt
@@ -478,7 +478,7 @@ License: Apache-2.0
478
478
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
479
479
  Contained in: lib/jsdoc/ui5/plugin.js
480
480
 
481
- Component: SAP Theming Base Content, version: 11.1.40
481
+ Component: SAP Theming Base Content, version: 11.1.48
482
482
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
483
483
  License: Apache-2.0
484
484
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.f",
3
- "version": "1.108.2",
3
+ "version": "1.110.0",
4
4
  "description": "OpenUI5 UI Library sap.f",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,8 +14,8 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.m": "1.108.2",
18
- "@openui5/sap.ui.core": "1.108.2",
19
- "@openui5/sap.ui.layout": "1.108.2"
17
+ "@openui5/sap.m": "1.110.0",
18
+ "@openui5/sap.ui.core": "1.110.0",
19
+ "@openui5/sap.ui.layout": "1.110.0"
20
20
  }
21
21
  }
@@ -4,9 +4,9 @@
4
4
  <name>sap.f</name>
5
5
  <vendor>SAP SE</vendor>
6
6
  <copyright>OpenUI5
7
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
7
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.108.2</version>
9
+ <version>1.110.0</version>
10
10
 
11
11
  <documentation>SAPUI5 library with Fiori controls.</documentation>
12
12
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * @extends sap.m.Avatar
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.108.2
43
+ * @version 1.110.0
44
44
  *
45
45
  * @constructor
46
46
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -98,7 +98,7 @@ sap.ui.define([
98
98
  * @extends sap.ui.core.Control
99
99
  *
100
100
  * @author SAP SE
101
- * @version 1.108.2
101
+ * @version 1.110.0
102
102
  *
103
103
  * @constructor
104
104
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @extends sap.ui.core.Control
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.108.2
35
+ * @version 1.110.0
36
36
  *
37
37
  * @constructor
38
38
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,17 +1,14 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
7
7
  // Provides default renderer for control sap.f.AvatarGroupRenderer
8
- sap.ui.define(["sap/f/library"],
9
- function (library) {
8
+ sap.ui.define(["sap/m/AvatarSize"],
9
+ function (AvatarSize) {
10
10
  "use strict";
11
11
 
12
- // shortcut for sap.f.AvatarSize
13
- var AvatarSize = library.AvatarSize;
14
-
15
12
  /**
16
13
  * <code>AvatarGroup</code> renderer.
17
14
  * @author SAP SE
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  //Provides control sap.f.CalendarInCard.
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * This calendar appointment is used in card content of type Calendar.
22
22
  *
23
23
  * @extends sap.ui.unified.CalendarAppointment
24
- * @version 1.108.2
24
+ * @version 1.110.0
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  //Provides control sap.f.CalendarInCard.
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * <code>sap.m.Toolbar</code> with <code>sap.m.Buttons</code>.
42
42
  *
43
43
  * @extends sap.ui.unified.Calendar
44
- * @version 1.108.2
44
+ * @version 1.110.0
45
45
  *
46
46
  * @constructor
47
47
  * @private
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
package/src/sap/f/Card.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -71,7 +71,7 @@ sap.ui.define([
71
71
  * @extends sap.f.CardBase
72
72
  *
73
73
  * @author SAP SE
74
- * @version 1.108.2
74
+ * @version 1.110.0
75
75
  *
76
76
  * @constructor
77
77
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.ui.core.Control
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.108.2
40
+ * @version 1.110.0
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -243,14 +243,29 @@ sap.ui.define([
243
243
  * @private
244
244
  */
245
245
  CardBase.prototype._getAriaLabelledIds = function () {
246
- var oHeader = this.getCardHeader(),
247
- sAriaLabelledBy = "";
246
+ var oHeader = this.getCardHeader();
247
+
248
+ if (oHeader) {
249
+ if (this._isInsideGridContainer()) {
250
+ return oHeader._getAriaLabelledBy();
251
+ }
248
252
 
249
- if (oHeader && oHeader._getTitle && oHeader._getTitle()) {
250
- sAriaLabelledBy = oHeader._getTitle().getId();
253
+ if (oHeader._getTitle && oHeader._getTitle()) {
254
+ return oHeader._getTitle().getId();
255
+ }
251
256
  }
252
257
 
253
- return sAriaLabelledBy;
258
+ return this._ariaText.getId();
259
+ };
260
+
261
+ /**
262
+ * Returns if the control is inside a sap.f.GridContainer
263
+ *
264
+ * @private
265
+ */
266
+ CardBase.prototype._isInsideGridContainer = function() {
267
+ var oParent = this.getParent();
268
+ return oParent && oParent.isA("sap.f.GridContainer");
254
269
  };
255
270
 
256
271
  /**
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -108,7 +108,7 @@ sap.ui.define([
108
108
  * @extends sap.ui.core.Control
109
109
  *
110
110
  * @author SAP SE
111
- * @version 1.108.2
111
+ * @version 1.110.0
112
112
  *
113
113
  * @constructor
114
114
  * @public
@@ -403,11 +403,11 @@ sap.ui.define([
403
403
  horizontal: false,
404
404
  vertical: true
405
405
  });
406
- this._oScrollHelper.setOnAfterScrollToElement(this._onAfterScrollToElement.bind(this));
407
406
  this._oStickyHeaderObserver = null;
408
407
  this._oHeaderObserver = null;
409
408
  this._oSubHeaderAfterRenderingDelegate = {onAfterRendering: function() {
410
409
  this._bStickySubheaderInTitleArea = false; // reset the flag as the stickySubHeader is freshly rerendered with the iconTabBar
410
+ this._cacheDomElements();
411
411
  this._adjustStickyContent();
412
412
  }};
413
413
 
@@ -621,35 +621,6 @@ sap.ui.define([
621
621
  * PRIVATE METHODS
622
622
  */
623
623
 
624
- /**
625
- * Offsets to the required scroll position.
626
- * The offset is the offset of the scroll container from the top of the content container.
627
- *
628
- * This is required because <code>sap.ui.code>ScrollEnablement.prototype.scrollToElement</code>
629
- * scrolls the element to the very top of the scroll container, regardless of the scroll container top-padding.
630
- *
631
- * @private
632
- */
633
- DynamicPage.prototype._onAfterScrollToElement = function () {
634
- var iScrollTop = this.$wrapper.scrollTop(),
635
- iOffsetBeforeSnap = this._getTitleAreaHeight(),
636
- bWasStickySubheaderInTitleArea = this._bStickySubheaderInTitleArea,
637
- iOffset;
638
-
639
- // synchronously call the existing listener for the native 'scroll' event
640
- this._toggleHeaderOnScroll();
641
-
642
- iOffset = iOffsetBeforeSnap;
643
- // if the subheader was sticked (removed from the topmost part of the scrollable area) =>
644
- // all elements bellow it became offset with X pixels, where X is the subHeader height =>
645
- // the element (target of <code>scrollToElement</code>) was offset respectively =>
646
- // adjust the scroll position to ensure the element is back visible (outside scroll overflow)
647
- if (this._bStickySubheaderInTitleArea && !bWasStickySubheaderInTitleArea && this.$wrapper.scrollTop() === iScrollTop) {
648
- iOffset += this._getHeight(this._oStickySubheader);
649
- }
650
-
651
- this.$wrapper.scrollTop(iScrollTop - iOffset);
652
- };
653
624
 
654
625
  /**
655
626
  * If the header is larger than the allowed height, the <code>preserveHeaderStateOnScroll</code> property will be ignored
@@ -1351,6 +1322,7 @@ sap.ui.define([
1351
1322
  // (1) add top padding for the area underneath the title element
1352
1323
  // so that the title does not overlap the content of the scroll container
1353
1324
  oWrapperElement.style.paddingTop = iTitleHeight + "px";
1325
+ this._oScrollHelper.setScrollPaddingTop(iTitleHeight);
1354
1326
 
1355
1327
  // (2) also make the area underneath the title invisible (using clip-path)
1356
1328
  // to allow usage of *transparent background* of the title element
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
23
23
  * @extends sap.ui.core.Element
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.108.2
26
+ * @version 1.110.0
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -58,7 +58,7 @@ sap.ui.define([
58
58
  * @extends sap.ui.core.Control
59
59
  *
60
60
  * @author SAP SE
61
- * @version 1.108.2
61
+ * @version 1.110.0
62
62
  *
63
63
  * @constructor
64
64
  * @public
@@ -283,7 +283,7 @@ sap.ui.define([
283
283
  */
284
284
  DynamicPageHeader.prototype._toggleCollapseButton = function (bToggle) {
285
285
  this._setShowCollapseButton(bToggle);
286
- this._getCollapseButton().$().toggleClass("sapUiHidden", !bToggle);
286
+ this._getCollapseButton().toggleStyleClass("sapUiHidden", !bToggle);
287
287
  };
288
288
 
289
289
  /**
@@ -309,7 +309,7 @@ sap.ui.define([
309
309
  * @private
310
310
  */
311
311
  DynamicPageHeader.prototype._focusCollapseButton = function () {
312
- var sTextToAnnounce = this._getCollapseButton().getTooltip() + " " + DynamicPageHeader._getResourceBundle().getText("EXPANDED_HEADER");
312
+ var sTextToAnnounce = DynamicPageHeader._getResourceBundle().getText("EXPANDED_HEADER");
313
313
  this._getCollapseButton().$().trigger("focus");
314
314
  this._oInvisibleMessage.announce(sTextToAnnounce, InvisibleMessageMode.Polite);
315
315
  };
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -89,7 +89,7 @@ sap.ui.define([
89
89
  * @extends sap.ui.core.Control
90
90
  *
91
91
  * @author SAP SE
92
- * @version 1.108.2
92
+ * @version 1.110.0
93
93
  *
94
94
  * @constructor
95
95
  * @public
@@ -169,7 +169,7 @@ sap.ui.define([
169
169
  * the <code>DynamicPageHeader</code> is in its collapsed (snapped) state.</li>
170
170
  * </ul>
171
171
  */
172
- heading: {type: "sap.ui.core.Control", multiple: false, defaultValue: null},
172
+ heading: {type: "sap.ui.core.Control", multiple: false},
173
173
 
174
174
  /**
175
175
  * The <code>snappedHeading</code> is positioned in the <code>DynamicPageTitle</code> left area
@@ -189,7 +189,7 @@ sap.ui.define([
189
189
  *
190
190
  * @since 1.52
191
191
  */
192
- snappedHeading: {type: "sap.ui.core.Control", multiple: false, defaultValue: null},
192
+ snappedHeading: {type: "sap.ui.core.Control", multiple: false},
193
193
 
194
194
  /**
195
195
  * The <code>expandedHeading</code> is positioned in the <code>DynamicPageTitle</code> left area
@@ -202,7 +202,7 @@ sap.ui.define([
202
202
  * <code>snappedHeading</code> to switch content when the header switches state.
203
203
  * @since 1.52
204
204
  */
205
- expandedHeading: {type: "sap.ui.core.Control", multiple: false, defaultValue: null},
205
+ expandedHeading: {type: "sap.ui.core.Control", multiple: false},
206
206
 
207
207
  /**
208
208
  * The <code>DynamicPageTitle</code> actions.
@@ -1179,7 +1179,7 @@ sap.ui.define([
1179
1179
  */
1180
1180
  DynamicPageTitle.prototype._toggleExpandButton = function (bToggle) {
1181
1181
  this._setShowExpandButton(bToggle);
1182
- this._getExpandButton().$().toggleClass("sapUiHidden", !bToggle);
1182
+ this._getExpandButton().toggleStyleClass("sapUiHidden", !bToggle);
1183
1183
  };
1184
1184
 
1185
1185
  /**
@@ -1205,7 +1205,7 @@ sap.ui.define([
1205
1205
  * @private
1206
1206
  */
1207
1207
  DynamicPageTitle.prototype._focusExpandButton = function () {
1208
- var sTextToAnnounce = this._getExpandButton().getTooltip() + " " + this._oRB.getText("SNAPPED_HEADER");
1208
+ var sTextToAnnounce = this._oRB.getText("SNAPPED_HEADER");
1209
1209
  this._getExpandButton().$().trigger("focus");
1210
1210
  this._oInvisibleMessage.announce(sTextToAnnounce, InvisibleMessageMode.Polite);
1211
1211
  };
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -59,7 +59,7 @@ sap.ui.define([
59
59
  * @param {object} [mSettings] Initial settings for the new control
60
60
  *
61
61
  * @class
62
- * Implements the master-detail-detail paradigm by displaying up to three pages in separate columns.
62
+ * Implements the list-detail-detail paradigm by displaying up to three pages in separate columns.
63
63
  *
64
64
  * <h3>Overview</h3>
65
65
  *
@@ -97,7 +97,7 @@ sap.ui.define([
97
97
  *
98
98
  * @extends sap.ui.core.Control
99
99
  * @author SAP SE
100
- * @version 1.108.2
100
+ * @version 1.110.0
101
101
  *
102
102
  * @constructor
103
103
  * @public
@@ -2306,7 +2306,7 @@ sap.ui.define([
2306
2306
  * @param {object} mSettings Object containing the aggregation name
2307
2307
  * @param {string} mSettings.aggregation The aggregation name to decide on which column/container the placeholder should be shown
2308
2308
  * @private
2309
- * @ui5-restricted SAPUI5 Distribution libraries only
2309
+ * @ui5-restricted SAPUI5 Distribution Layer Libraries
2310
2310
  * @since 1.91
2311
2311
  */
2312
2312
  FlexibleColumnLayout.prototype.showPlaceholder = function(mSettings) {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -22,7 +22,7 @@ sap.ui.define(['sap/ui/core/Element', './library'],
22
22
  * @extends sap.ui.core.Element
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.108.2
25
+ * @version 1.110.0
26
26
  * @since 1.95
27
27
  *
28
28
  * @constructor