@openui5/sap.f 1.109.0 → 1.111.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 +1 -1
  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 +4 -4
  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 +7 -35
  17. package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +2 -2
  18. package/src/sap/f/DynamicPageHeader.js +18 -3
  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 +6 -6
  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 +42 -18
  28. package/src/sap/f/GridContainerItemLayoutData.js +2 -2
  29. package/src/sap/f/GridContainerRenderer.js +8 -4
  30. package/src/sap/f/GridContainerSettings.js +3 -3
  31. package/src/sap/f/GridContainerUtils.js +1 -1
  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 +2 -2
  36. package/src/sap/f/GridNavigationMatrix.js +1 -1
  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 -2
  43. package/src/sap/f/ProductSwitchItem.js +2 -2
  44. package/src/sap/f/ProductSwitchItemRenderer.js +1 -1
  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 +13 -7
  50. package/src/sap/f/SidePanelItem.js +2 -2
  51. package/src/sap/f/SidePanelRenderer.js +1 -1
  52. package/src/sap/f/cards/BaseHeader.js +3 -10
  53. package/src/sap/f/cards/Header.js +3 -3
  54. package/src/sap/f/cards/HeaderRenderer.js +11 -15
  55. package/src/sap/f/cards/NumericHeader.js +3 -3
  56. package/src/sap/f/cards/NumericHeaderRenderer.js +11 -15
  57. package/src/sap/f/cards/NumericIndicators.js +2 -2
  58. package/src/sap/f/cards/NumericIndicatorsRenderer.js +1 -1
  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 +2 -2
  63. package/src/sap/f/cards/loading/GenericPlaceholder.js +2 -2
  64. package/src/sap/f/cards/loading/ListPlaceholder.js +2 -2
  65. package/src/sap/f/cards/loading/ObjectPlaceholder.js +2 -2
  66. package/src/sap/f/cards/loading/TablePlaceholder.js +2 -2
  67. package/src/sap/f/cards/loading/TimelinePlaceholder.js +2 -2
  68. package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +2 -2
  69. package/src/sap/f/delegate/GridContainerItemNavigation.js +2 -2
  70. package/src/sap/f/delegate/GridItemNavigation.js +2 -2
  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 +2 -2
  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_ar.properties +11 -0
  85. package/src/sap/f/messagebundle_bg.properties +11 -0
  86. package/src/sap/f/messagebundle_ca.properties +11 -0
  87. package/src/sap/f/messagebundle_cs.properties +20 -9
  88. package/src/sap/f/messagebundle_cy.properties +11 -0
  89. package/src/sap/f/messagebundle_da.properties +11 -0
  90. package/src/sap/f/messagebundle_de.properties +11 -0
  91. package/src/sap/f/messagebundle_el.properties +11 -0
  92. package/src/sap/f/messagebundle_en.properties +11 -0
  93. package/src/sap/f/messagebundle_en_GB.properties +11 -0
  94. package/src/sap/f/messagebundle_en_US_sappsd.properties +11 -0
  95. package/src/sap/f/messagebundle_en_US_saprigi.properties +4 -0
  96. package/src/sap/f/messagebundle_en_US_saptrc.properties +11 -0
  97. package/src/sap/f/messagebundle_es.properties +11 -0
  98. package/src/sap/f/messagebundle_es_MX.properties +11 -0
  99. package/src/sap/f/messagebundle_et.properties +11 -0
  100. package/src/sap/f/messagebundle_fi.properties +11 -0
  101. package/src/sap/f/messagebundle_fr.properties +11 -0
  102. package/src/sap/f/messagebundle_fr_CA.properties +11 -0
  103. package/src/sap/f/messagebundle_hi.properties +11 -0
  104. package/src/sap/f/messagebundle_hr.properties +12 -1
  105. package/src/sap/f/messagebundle_hu.properties +11 -0
  106. package/src/sap/f/messagebundle_id.properties +11 -0
  107. package/src/sap/f/messagebundle_it.properties +11 -0
  108. package/src/sap/f/messagebundle_iw.properties +11 -0
  109. package/src/sap/f/messagebundle_ja.properties +11 -0
  110. package/src/sap/f/messagebundle_kk.properties +11 -0
  111. package/src/sap/f/messagebundle_ko.properties +11 -0
  112. package/src/sap/f/messagebundle_lt.properties +11 -0
  113. package/src/sap/f/messagebundle_lv.properties +11 -0
  114. package/src/sap/f/messagebundle_ms.properties +11 -0
  115. package/src/sap/f/messagebundle_nl.properties +11 -0
  116. package/src/sap/f/messagebundle_no.properties +11 -0
  117. package/src/sap/f/messagebundle_pl.properties +11 -0
  118. package/src/sap/f/messagebundle_pt.properties +11 -0
  119. package/src/sap/f/messagebundle_pt_PT.properties +11 -0
  120. package/src/sap/f/messagebundle_ro.properties +11 -0
  121. package/src/sap/f/messagebundle_ru.properties +11 -0
  122. package/src/sap/f/messagebundle_sh.properties +11 -0
  123. package/src/sap/f/messagebundle_sk.properties +11 -0
  124. package/src/sap/f/messagebundle_sl.properties +14 -3
  125. package/src/sap/f/messagebundle_sv.properties +11 -0
  126. package/src/sap/f/messagebundle_th.properties +11 -0
  127. package/src/sap/f/messagebundle_tr.properties +11 -0
  128. package/src/sap/f/messagebundle_uk.properties +11 -0
  129. package/src/sap/f/messagebundle_vi.properties +11 -0
  130. package/src/sap/f/messagebundle_zh_CN.properties +11 -0
  131. package/src/sap/f/messagebundle_zh_TW.properties +11 -0
  132. package/src/sap/f/routing/Router.js +1 -1
  133. package/src/sap/f/routing/Target.js +1 -1
  134. package/src/sap/f/routing/TargetHandler.js +1 -1
  135. package/src/sap/f/routing/Targets.js +1 -1
  136. package/src/sap/f/routing/async/Target.js +1 -1
  137. package/src/sap/f/routing/async/Targets.js +1 -1
  138. package/src/sap/f/rules/Avatar.support.js +1 -1
  139. package/src/sap/f/rules/DynamicPage.support.js +1 -1
  140. package/src/sap/f/semantic/AddAction.js +2 -2
  141. package/src/sap/f/semantic/CloseAction.js +2 -2
  142. package/src/sap/f/semantic/CopyAction.js +2 -2
  143. package/src/sap/f/semantic/DeleteAction.js +2 -2
  144. package/src/sap/f/semantic/DiscussInJamAction.js +2 -2
  145. package/src/sap/f/semantic/EditAction.js +2 -2
  146. package/src/sap/f/semantic/ExitFullScreenAction.js +2 -2
  147. package/src/sap/f/semantic/FavoriteAction.js +2 -2
  148. package/src/sap/f/semantic/FlagAction.js +2 -2
  149. package/src/sap/f/semantic/FooterMainAction.js +2 -2
  150. package/src/sap/f/semantic/FullScreenAction.js +2 -2
  151. package/src/sap/f/semantic/MainAction.js +2 -2
  152. package/src/sap/f/semantic/MessagesIndicator.js +2 -2
  153. package/src/sap/f/semantic/NegativeAction.js +2 -2
  154. package/src/sap/f/semantic/PositiveAction.js +2 -2
  155. package/src/sap/f/semantic/PrintAction.js +2 -2
  156. package/src/sap/f/semantic/SemanticButton.js +2 -2
  157. package/src/sap/f/semantic/SemanticConfiguration.js +2 -2
  158. package/src/sap/f/semantic/SemanticContainer.js +1 -1
  159. package/src/sap/f/semantic/SemanticControl.js +2 -2
  160. package/src/sap/f/semantic/SemanticFooter.js +1 -1
  161. package/src/sap/f/semantic/SemanticPage.js +6 -6
  162. package/src/sap/f/semantic/SemanticPageRenderer.js +1 -1
  163. package/src/sap/f/semantic/SemanticShareMenu.js +1 -1
  164. package/src/sap/f/semantic/SemanticTitle.js +1 -1
  165. package/src/sap/f/semantic/SemanticToggleButton.js +2 -2
  166. package/src/sap/f/semantic/SendEmailAction.js +2 -2
  167. package/src/sap/f/semantic/SendMessageAction.js +2 -2
  168. package/src/sap/f/semantic/ShareInJamAction.js +2 -2
  169. package/src/sap/f/semantic/TitleMainAction.js +2 -2
  170. package/src/sap/f/shellBar/Accessibility.js +1 -1
  171. package/src/sap/f/shellBar/AdditionalContentSupport.js +2 -2
  172. package/src/sap/f/shellBar/CoPilot.js +2 -2
  173. package/src/sap/f/shellBar/CoPilotRenderer.js +1 -1
  174. package/src/sap/f/shellBar/ControlSpacer.js +2 -2
  175. package/src/sap/f/shellBar/ControlSpacerRenderer.js +1 -1
  176. package/src/sap/f/shellBar/Factory.js +1 -1
  177. package/src/sap/f/shellBar/ResponsiveHandler.js +1 -1
  178. package/src/sap/f/shellBar/Search.js +2 -2
  179. package/src/sap/f/shellBar/SearchRenderer.js +1 -1
  180. package/src/sap/f/themes/base/CardNumericIndicators.less +1 -1
  181. package/src/sap/f/themes/base/DynamicPage.less +4 -1
  182. package/src/sap/f/themes/base/DynamicPageHeader.less +3 -0
  183. package/src/sap/f/themes/base/FlexibleColumnLayout.less +1 -1
  184. package/src/sap/f/themes/base/GridDragAndDrop.less +1 -1
  185. package/src/sap/f/themes/base/ShellBar.less +7 -3
  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
@@ -95,6 +95,10 @@ ARIA_ROLEDESCRIPTION_INTERACTIVE_CARD_HEADER=\u4E92\u52D5\u5F0F\u5361\u7247\u886
95
95
 
96
96
  ARIA_LABEL_CARD_CONTENT=\u5361\u7247\u5167\u5BB9
97
97
 
98
+ ARIA_LABEL_TOOLBAR_HEADER_ACTIONS=Header actions
99
+
100
+ ARIA_LABEL_TOOLBAR_FOOTER_ACTIONS=Footer actions
101
+
98
102
  ARIA_HEADER_AVATAR_TEXT=\u865B\u64EC\u500B\u4EBA\u982D\u50CF
99
103
 
100
104
  SHELLBAR_CONTAINER_LABEL=Shell \u8868\u982D\u5217
@@ -153,4 +157,11 @@ SIDEPANEL_NAV_ITEM_SELECTED=\u5DF2\u9078\u64C7
153
157
 
154
158
  SIDEPANEL_DEFAULT_ARIA_LABEL=\u5074\u908A\u9762\u677F
155
159
 
160
+ SIDEPANEL_CONTEXTMENU_MINIMUM_WIDTH=\u6536\u5408\u81F3\u6700\u5C0F\u5BEC\u5EA6
161
+
162
+ SIDEPANEL_CONTEXTMENU_DEFAULT_WIDTH=\u91CD\u8A2D\u70BA\u9810\u8A2D\u5BEC\u5EA6
163
+
164
+ SIDEPANEL_CONTEXTMENU_MAXIMUM_WIDTH=\u5C55\u958B\u81F3\u6700\u5927\u5BEC\u5EA6
165
+
166
+ SIDEPANEL_RESIZE_SPLITTER_TITLE=\u8ABF\u6574\u5074\u908A\u9762\u677F\u5927\u5C0F
156
167
 
@@ -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(['sap/ui/core/routing/Router', './TargetHandler', './Targets'],
@@ -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(['sap/ui/core/routing/Target', 'sap/f/FlexibleColumnLayout', './async/Target'],
@@ -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
  sap.ui.define(['sap/ui/core/routing/Targets', './TargetHandler', './Target', './async/Targets'],
@@ -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([], function() {
@@ -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([], function() {
@@ -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
  sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
@@ -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.109.0
21
+ * @version 1.111.0
22
22
  *
23
23
  * @constructor
24
24
  * @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(['./SemanticButton'], function(SemanticButton) {
@@ -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.109.0
21
+ * @version 1.111.0
22
22
  *
23
23
  * @constructor
24
24
  * @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(['./SemanticButton'], function(SemanticButton) {
@@ -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.109.0
21
+ * @version 1.111.0
22
22
  *
23
23
  * @constructor
24
24
  * @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
 
@@ -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.109.0
22
+ * @version 1.111.0
23
23
  *
24
24
  * @constructor
25
25
  * @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
 
@@ -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.109.0
22
+ * @version 1.111.0
23
23
  *
24
24
  * @constructor
25
25
  * @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(['./SemanticButton'], function(SemanticButton) {
@@ -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.109.0
21
+ * @version 1.111.0
22
22
  *
23
23
  * @constructor
24
24
  * @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(['./SemanticButton'], function(SemanticButton) {
@@ -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.109.0
21
+ * @version 1.111.0
22
22
  *
23
23
  * @constructor
24
24
  * @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
 
@@ -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.109.0
22
+ * @version 1.111.0
23
23
  *
24
24
  * @constructor
25
25
  * @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
 
@@ -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.109.0
22
+ * @version 1.111.0
23
23
  *
24
24
  * @constructor
25
25
  * @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
 
@@ -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.109.0
22
+ * @version 1.111.0
23
23
  *
24
24
  * @constructor
25
25
  * @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(['./SemanticButton'], function(SemanticButton) {
@@ -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.109.0
21
+ * @version 1.111.0
22
22
  *
23
23
  * @constructor
24
24
  * @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
 
@@ -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.109.0
21
+ * @version 1.111.0
22
22
  *
23
23
  * @constructor
24
24
  * @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
 
@@ -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.109.0
22
+ * @version 1.111.0
23
23
  *
24
24
  * @constructor
25
25
  * @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
 
@@ -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.109.0
22
+ * @version 1.111.0
23
23
  *
24
24
  * @constructor
25
25
  * @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
 
@@ -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.109.0
22
+ * @version 1.111.0
23
23
  *
24
24
  * @constructor
25
25
  * @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
 
@@ -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.109.0
22
+ * @version 1.111.0
23
23
  *
24
24
  * @constructor
25
25
  * @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
 
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @abstract
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.109.0
27
+ * @version 1.111.0
28
28
  *
29
29
  * @constructor
30
30
  * @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
 
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @class
31
31
  * Defines the visual properties and placement for each supported semantic type.
32
32
  *
33
- * @version 1.109.0
33
+ * @version 1.111.0
34
34
  * @private
35
35
  * @since 1.46.0
36
36
  * @alias sap.f.semantic.SemanticConfiguration
@@ -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
 
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @abstract
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.109.0
27
+ * @version 1.111.0
28
28
  *
29
29
  * @constructor
30
30
  * @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,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([
@@ -97,7 +97,7 @@ sap.ui.define([
97
97
  * @extends sap.ui.core.Control
98
98
  *
99
99
  * @author SAP SE
100
- * @version 1.109.0
100
+ * @version 1.111.0
101
101
  *
102
102
  * @constructor
103
103
  * @public
@@ -230,7 +230,7 @@ sap.ui.define([
230
230
  * the <code>SemanticPage</code> header is in its collapsed (snapped) state.</li>
231
231
  * </ul>
232
232
  */
233
- titleHeading: {type: "sap.ui.core.Control", multiple: false, defaultValue: null, forwarding: {getter: "_getTitle", aggregation: "heading"}},
233
+ titleHeading: {type: "sap.ui.core.Control", multiple: false, forwarding: {getter: "_getTitle", aggregation: "heading"}},
234
234
 
235
235
  /**
236
236
  * The <code>titleExpandedHeading</code> is positioned in the <code>SemanticPage</code> title left area
@@ -243,7 +243,7 @@ sap.ui.define([
243
243
  * <code>titleSnappedHeading</code> to switch content when the header switches state.
244
244
  * @since 1.58
245
245
  */
246
- titleExpandedHeading: {type: "sap.ui.core.Control", multiple: false, defaultValue: null, forwarding: {getter: "_getTitle", aggregation: "expandedHeading"}},
246
+ titleExpandedHeading: {type: "sap.ui.core.Control", multiple: false, forwarding: {getter: "_getTitle", aggregation: "expandedHeading"}},
247
247
 
248
248
  /**
249
249
  * The <code>titleSnappedHeading</code> is positioned in the <code>SemanticPage</code> title left area
@@ -262,7 +262,7 @@ sap.ui.define([
262
262
  * </ul>
263
263
  * @since 1.58
264
264
  */
265
- titleSnappedHeading: {type: "sap.ui.core.Control", multiple: false, defaultValue: null, forwarding: {getter: "_getTitle", aggregation: "snappedHeading"}},
265
+ titleSnappedHeading: {type: "sap.ui.core.Control", multiple: false, forwarding: {getter: "_getTitle", aggregation: "snappedHeading"}},
266
266
 
267
267
  /**
268
268
  * The <code>SemanticPage</code> breadcrumbs.
@@ -279,7 +279,7 @@ sap.ui.define([
279
279
  * </ul>
280
280
  * @since 1.52
281
281
  */
282
- titleBreadcrumbs: {type: "sap.m.IBreadcrumbs", multiple: false, defaultValue: null, forwarding: {getter: "_getTitle", aggregation: "breadcrumbs"}},
282
+ titleBreadcrumbs: {type: "sap.m.IBreadcrumbs", multiple: false, forwarding: {getter: "_getTitle", aggregation: "breadcrumbs"}},
283
283
 
284
284
  /**
285
285
  * The only content that is displayed in the <code>SemanticPage</code> title
@@ -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([], function() {
@@ -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
 
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @abstract
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.109.0
26
+ * @version 1.111.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
 
@@ -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.109.0
22
+ * @version 1.111.0
23
23
  *
24
24
  * @constructor
25
25
  * @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
 
@@ -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.109.0
22
+ * @version 1.111.0
23
23
  *
24
24
  * @constructor
25
25
  * @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
 
@@ -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.109.0
22
+ * @version 1.111.0
23
23
  *
24
24
  * @constructor
25
25
  * @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
 
@@ -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.109.0
22
+ * @version 1.111.0
23
23
  *
24
24
  * @constructor
25
25
  * @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([
@@ -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([
22
22
 
23
23
  /**
24
24
  * @author SAP SE
25
- * @version 1.109.0
25
+ * @version 1.111.0
26
26
  *
27
27
  * @private
28
28
  * @since 1.64