@openui5/sap.f 1.109.0 → 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 (183) 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 +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 +3 -32
  17. package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +2 -2
  18. package/src/sap/f/DynamicPageHeader.js +3 -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 +41 -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 +7 -4
  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 +7 -0
  85. package/src/sap/f/messagebundle_bg.properties +7 -0
  86. package/src/sap/f/messagebundle_ca.properties +7 -0
  87. package/src/sap/f/messagebundle_cs.properties +16 -9
  88. package/src/sap/f/messagebundle_cy.properties +7 -0
  89. package/src/sap/f/messagebundle_da.properties +7 -0
  90. package/src/sap/f/messagebundle_de.properties +7 -0
  91. package/src/sap/f/messagebundle_el.properties +7 -0
  92. package/src/sap/f/messagebundle_en.properties +7 -0
  93. package/src/sap/f/messagebundle_en_GB.properties +7 -0
  94. package/src/sap/f/messagebundle_en_US_sappsd.properties +7 -0
  95. package/src/sap/f/messagebundle_en_US_saptrc.properties +7 -0
  96. package/src/sap/f/messagebundle_es.properties +7 -0
  97. package/src/sap/f/messagebundle_es_MX.properties +7 -0
  98. package/src/sap/f/messagebundle_et.properties +7 -0
  99. package/src/sap/f/messagebundle_fi.properties +7 -0
  100. package/src/sap/f/messagebundle_fr.properties +7 -0
  101. package/src/sap/f/messagebundle_fr_CA.properties +7 -0
  102. package/src/sap/f/messagebundle_hi.properties +7 -0
  103. package/src/sap/f/messagebundle_hr.properties +8 -1
  104. package/src/sap/f/messagebundle_hu.properties +7 -0
  105. package/src/sap/f/messagebundle_id.properties +7 -0
  106. package/src/sap/f/messagebundle_it.properties +7 -0
  107. package/src/sap/f/messagebundle_iw.properties +7 -0
  108. package/src/sap/f/messagebundle_ja.properties +7 -0
  109. package/src/sap/f/messagebundle_kk.properties +7 -0
  110. package/src/sap/f/messagebundle_ko.properties +7 -0
  111. package/src/sap/f/messagebundle_lt.properties +7 -0
  112. package/src/sap/f/messagebundle_lv.properties +7 -0
  113. package/src/sap/f/messagebundle_ms.properties +7 -0
  114. package/src/sap/f/messagebundle_nl.properties +7 -0
  115. package/src/sap/f/messagebundle_no.properties +7 -0
  116. package/src/sap/f/messagebundle_pl.properties +7 -0
  117. package/src/sap/f/messagebundle_pt.properties +7 -0
  118. package/src/sap/f/messagebundle_pt_PT.properties +7 -0
  119. package/src/sap/f/messagebundle_ro.properties +7 -0
  120. package/src/sap/f/messagebundle_ru.properties +7 -0
  121. package/src/sap/f/messagebundle_sh.properties +7 -0
  122. package/src/sap/f/messagebundle_sk.properties +7 -0
  123. package/src/sap/f/messagebundle_sl.properties +10 -3
  124. package/src/sap/f/messagebundle_sv.properties +7 -0
  125. package/src/sap/f/messagebundle_th.properties +7 -0
  126. package/src/sap/f/messagebundle_tr.properties +7 -0
  127. package/src/sap/f/messagebundle_uk.properties +7 -0
  128. package/src/sap/f/messagebundle_vi.properties +7 -0
  129. package/src/sap/f/messagebundle_zh_CN.properties +7 -0
  130. package/src/sap/f/messagebundle_zh_TW.properties +7 -0
  131. package/src/sap/f/routing/Router.js +1 -1
  132. package/src/sap/f/routing/Target.js +1 -1
  133. package/src/sap/f/routing/TargetHandler.js +1 -1
  134. package/src/sap/f/routing/Targets.js +1 -1
  135. package/src/sap/f/routing/async/Target.js +1 -1
  136. package/src/sap/f/routing/async/Targets.js +1 -1
  137. package/src/sap/f/rules/Avatar.support.js +1 -1
  138. package/src/sap/f/rules/DynamicPage.support.js +1 -1
  139. package/src/sap/f/semantic/AddAction.js +2 -2
  140. package/src/sap/f/semantic/CloseAction.js +2 -2
  141. package/src/sap/f/semantic/CopyAction.js +2 -2
  142. package/src/sap/f/semantic/DeleteAction.js +2 -2
  143. package/src/sap/f/semantic/DiscussInJamAction.js +2 -2
  144. package/src/sap/f/semantic/EditAction.js +2 -2
  145. package/src/sap/f/semantic/ExitFullScreenAction.js +2 -2
  146. package/src/sap/f/semantic/FavoriteAction.js +2 -2
  147. package/src/sap/f/semantic/FlagAction.js +2 -2
  148. package/src/sap/f/semantic/FooterMainAction.js +2 -2
  149. package/src/sap/f/semantic/FullScreenAction.js +2 -2
  150. package/src/sap/f/semantic/MainAction.js +2 -2
  151. package/src/sap/f/semantic/MessagesIndicator.js +2 -2
  152. package/src/sap/f/semantic/NegativeAction.js +2 -2
  153. package/src/sap/f/semantic/PositiveAction.js +2 -2
  154. package/src/sap/f/semantic/PrintAction.js +2 -2
  155. package/src/sap/f/semantic/SemanticButton.js +2 -2
  156. package/src/sap/f/semantic/SemanticConfiguration.js +2 -2
  157. package/src/sap/f/semantic/SemanticContainer.js +1 -1
  158. package/src/sap/f/semantic/SemanticControl.js +2 -2
  159. package/src/sap/f/semantic/SemanticFooter.js +1 -1
  160. package/src/sap/f/semantic/SemanticPage.js +6 -6
  161. package/src/sap/f/semantic/SemanticPageRenderer.js +1 -1
  162. package/src/sap/f/semantic/SemanticShareMenu.js +1 -1
  163. package/src/sap/f/semantic/SemanticTitle.js +1 -1
  164. package/src/sap/f/semantic/SemanticToggleButton.js +2 -2
  165. package/src/sap/f/semantic/SendEmailAction.js +2 -2
  166. package/src/sap/f/semantic/SendMessageAction.js +2 -2
  167. package/src/sap/f/semantic/ShareInJamAction.js +2 -2
  168. package/src/sap/f/semantic/TitleMainAction.js +2 -2
  169. package/src/sap/f/shellBar/Accessibility.js +1 -1
  170. package/src/sap/f/shellBar/AdditionalContentSupport.js +2 -2
  171. package/src/sap/f/shellBar/CoPilot.js +2 -2
  172. package/src/sap/f/shellBar/CoPilotRenderer.js +1 -1
  173. package/src/sap/f/shellBar/ControlSpacer.js +2 -2
  174. package/src/sap/f/shellBar/ControlSpacerRenderer.js +1 -1
  175. package/src/sap/f/shellBar/Factory.js +1 -1
  176. package/src/sap/f/shellBar/ResponsiveHandler.js +1 -1
  177. package/src/sap/f/shellBar/Search.js +2 -2
  178. package/src/sap/f/shellBar/SearchRenderer.js +1 -1
  179. package/src/sap/f/themes/base/DynamicPage.less +4 -1
  180. package/src/sap/f/themes/base/FlexibleColumnLayout.less +1 -1
  181. package/src/sap/f/themes/base/ShellBar.less +6 -0
  182. package/src/sap/f/themes/base/library.source.less +1 -1
  183. package/src/sap/f/themes/sap_hcb/library.source.less +1 -1
@@ -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([
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  * @implements sap.f.cards.IHeader
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.109.0
49
+ * @version 1.110.0
50
50
  *
51
51
  * @constructor
52
52
  * @public
@@ -245,7 +245,7 @@ sap.ui.define([
245
245
  * those controls.
246
246
  *
247
247
  * @param {sap.ui.core.Control} oElement - The Control that gets rendered by the RenderManager
248
- * @param {object} mAriaProps - The mapping of "aria-" prefixed attributes
248
+ * @param {{role: string, level: string}} mAriaProps - The mapping of "aria-" prefixed attributes
249
249
  * @protected
250
250
  */
251
251
  Header.prototype.enhanceAccessibilityState = function (oElement, mAriaProps) {
@@ -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,8 +30,7 @@ sap.ui.define([], function () {
30
30
  bLoading = oHeader.isLoading(),
31
31
  oError = oHeader.getAggregation("_error"),
32
32
  oToolbar = oHeader.getToolbar(),
33
- bIconVisible = oHeader.getIconVisible ? oHeader.getIconVisible() : true,
34
- sTabIndex;
33
+ bIconVisible = oHeader.getIconVisible ? oHeader.getIconVisible() : true;
35
34
 
36
35
  oRm.openStart("div", oHeader)
37
36
  .class("sapFCardHeader");
@@ -48,26 +47,23 @@ sap.ui.define([], function () {
48
47
  oRm.class("sapFCardHeaderError");
49
48
  }
50
49
 
51
- //Accessibility state
52
- oRm.accessibilityState(oHeader, {
53
- role: oHeader.getAriaRole(),
54
- roledescription: { value: oHeader.getAriaRoleDescription(), append: true }
55
- });
56
50
  oRm.openEnd();
57
51
 
58
52
  oRm.openStart("div")
59
53
  .attr("id", sId + "-focusable")
60
54
  .class("sapFCardHeaderWrapper");
61
55
 
62
- if (oHeader.getProperty("focusable")) {
63
- sTabIndex = oHeader._isInsideGridContainer() ? "-1" : "0";
64
- oRm.attr("tabindex", sTabIndex);
56
+ if (oHeader.getProperty("focusable") && !oHeader._isInsideGridContainer()) {
57
+ oRm.attr("tabindex", "0");
65
58
  }
66
59
 
67
- oRm.accessibilityState({
68
- labelledby: { value: oHeader._getAriaLabelledBy(), append: true },
69
- role: oHeader.getFocusableElementAriaRole()
70
- });
60
+ if (!oHeader._isInsideGridContainer()) {
61
+ oRm.accessibilityState({
62
+ labelledby: {value: oHeader._getAriaLabelledBy(), append: true},
63
+ role: oHeader.getFocusableElementAriaRole(),
64
+ roledescription: oHeader.getAriaRoleDescription()
65
+ });
66
+ }
71
67
 
72
68
  oRm.openEnd();
73
69
 
@@ -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([
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  * @extends sap.f.cards.BaseHeader
40
40
  *
41
41
  * @author SAP SE
42
- * @version 1.109.0
42
+ * @version 1.110.0
43
43
  *
44
44
  * @constructor
45
45
  * @public
@@ -233,7 +233,7 @@ sap.ui.define([
233
233
  * those controls.
234
234
  *
235
235
  * @param {sap.ui.core.Control} oElement - The Control that gets rendered by the RenderManager
236
- * @param {object} mAriaProps - The mapping of "aria-" prefixed attributes
236
+ * @param {{role: string, level: string}} mAriaProps - The mapping of "aria-" prefixed attributes
237
237
  * @protected
238
238
  */
239
239
  NumericHeader.prototype.enhanceAccessibilityState = function (oElement, mAriaProps) {
@@ -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
 
@@ -20,8 +20,7 @@ sap.ui.define([], function () {
20
20
  */
21
21
  NumericHeaderRenderer.render = function (oRm, oNumericHeader) {
22
22
  var bLoading = oNumericHeader.isLoading(),
23
- oError = oNumericHeader.getAggregation("_error"),
24
- sTabIndex;
23
+ oError = oNumericHeader.getAggregation("_error");
25
24
 
26
25
  oRm.openStart("div", oNumericHeader)
27
26
  .class("sapFCardHeader")
@@ -39,26 +38,23 @@ sap.ui.define([], function () {
39
38
  oRm.class("sapFCardHeaderError");
40
39
  }
41
40
 
42
- //Accessibility state
43
- oRm.accessibilityState(oNumericHeader, {
44
- role: oNumericHeader.getAriaRole(),
45
- roledescription: { value: oNumericHeader.getAriaRoleDescription(), append: true }
46
- });
47
41
  oRm.openEnd();
48
42
 
49
43
  oRm.openStart("div")
50
44
  .attr("id", oNumericHeader.getId() + "-focusable")
51
45
  .class("sapFCardHeaderContent");
52
46
 
53
- if (oNumericHeader.getProperty("focusable")) {
54
- sTabIndex = oNumericHeader._isInsideGridContainer() ? "-1" : "0";
55
- oRm.attr("tabindex", sTabIndex);
47
+ if (oNumericHeader.getProperty("focusable") && !oNumericHeader._isInsideGridContainer()) {
48
+ oRm.attr("tabindex", "0");
56
49
  }
57
50
 
58
- oRm.accessibilityState({
59
- labelledby: { value: oNumericHeader._getAriaLabelledBy(), append: true },
60
- role: oNumericHeader.getFocusableElementAriaRole()
61
- });
51
+ if (!oNumericHeader._isInsideGridContainer()) {
52
+ oRm.accessibilityState({
53
+ labelledby: {value: oNumericHeader._getAriaLabelledBy(), append: true},
54
+ role: oNumericHeader.getFocusableElementAriaRole(),
55
+ roledescription: oNumericHeader.getAriaRoleDescription()
56
+ });
57
+ }
62
58
 
63
59
  oRm.openEnd();
64
60
 
@@ -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([
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.ui.core.Control
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.109.0
28
+ * @version 1.110.0
29
29
  *
30
30
  * @constructor
31
31
  * @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
 
@@ -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([
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.ui.core.Control
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.109.0
29
+ * @version 1.110.0
30
30
  *
31
31
  * @constructor
32
32
  * @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([
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.ui.core.Control
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.109.0
22
+ * @version 1.110.0
23
23
  *
24
24
  * @constructor
25
25
  * @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
  sap.ui.define([
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.f.cards.loading.ListPlaceholder
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.109.0
22
+ * @version 1.110.0
23
23
  *
24
24
  * @constructor
25
25
  * @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
  sap.ui.define([
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.ui.core.Control
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.109.0
22
+ * @version 1.110.0
23
23
  *
24
24
  * @constructor
25
25
  * @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
  sap.ui.define([
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.ui.core.Control
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.109.0
22
+ * @version 1.110.0
23
23
  *
24
24
  * @constructor
25
25
  * @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
  sap.ui.define([
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.ui.core.Control
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.109.0
32
+ * @version 1.110.0
33
33
  *
34
34
  * @constructor
35
35
  * @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
  sap.ui.define([
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.ui.core.Control
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.109.0
22
+ * @version 1.110.0
23
23
  *
24
24
  * @constructor
25
25
  * @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
  sap.ui.define([
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.ui.core.Control
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.109.0
22
+ * @version 1.110.0
23
23
  *
24
24
  * @constructor
25
25
  * @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
 
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  *
17
17
  * @alias sap.f.changeHandler.MoveDynamicPageTitleActions
18
18
  * @author SAP SE
19
- * @version 1.109.0
19
+ * @version 1.110.0
20
20
  * @experimental Since 1.52
21
21
  */
22
22
  var MoveActions = { };
@@ -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([
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  *
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.109.0
44
+ * @version 1.110.0
45
45
  *
46
46
  * @extends sap.f.delegate.GridItemNavigation
47
47
  *
@@ -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([
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  *
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.109.0
34
+ * @version 1.110.0
35
35
  *
36
36
  * @extends sap.ui.core.delegate.ItemNavigation
37
37
  *
@@ -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
 
@@ -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
 
@@ -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([
18
18
  * Handles dragging of a control over a given grid container.
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.109.0
21
+ * @version 1.110.0
22
22
  *
23
23
  * @extends sap.ui.base.Object
24
24
  *
@@ -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
 
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.ui.core.dnd.DropInfo
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.109.0
40
+ * @version 1.110.0
41
41
  *
42
42
  * @public
43
43
  * @experimental Since 1.68 This class is experimental. The API may change.
@@ -57,9 +57,9 @@ sap.ui.define([
57
57
  *
58
58
  * If not specified or if the function returns <code>null</code>, the indicator size will be calculated automatically.
59
59
  *
60
- * This callback will be called when the indicator is displayed, that happens during the drag over movement.
60
+ * This callback will be called when the indicator is displayed, which happens during the drag over movement.
61
61
  *
62
- * The callback receives <code>draggedControl</code> as parameter and must return an object of type <code>{rows: <int>, columns: <int>}</code> or <code>null</code>.
62
+ * The callback receives <code>draggedControl</code> as parameter and must return an object of type <code>{rows: int, columns: int}</code> or <code>null</code>.
63
63
  */
64
64
  dropIndicatorSize: {
65
65
  type: "function",
@@ -81,6 +81,45 @@ sap.ui.define([
81
81
  }
82
82
  }});
83
83
 
84
+ /**
85
+ * Sets a new value for property {@link #setDropIndicatorSize dropIndicatorSize}.
86
+ *
87
+ * A function which will define the desired drop indicator size. The drop indicator shows the user how the grid will rearrange after drop.
88
+ * Use when custom size needs to be defined. For example when an item is dragged from outside a grid and is dropped over the grid.
89
+ *
90
+ * If not specified or if the function returns <code>null</code>, the indicator size will be calculated automatically.
91
+ *
92
+ * This callback will be called when the indicator is displayed, which happens during the drag over movement.
93
+ *
94
+ * The callback receives <code>draggedControl</code> as parameter and must return an object of type <code>{rows: int, columns: int}</code> or <code>null</code>.
95
+ *
96
+ * When called with a value of <code>null</code> or <code>undefined</code>, the default value of the property will be restored.
97
+ *
98
+ * @public
99
+ * @method
100
+ * @name sap.f.dnd.GridDropInfo#setDropIndicatorSize
101
+ * @param {function(sap.ui.core.Control): ({rows: int, columns: int}|null)} [fnDropIndicatorSize] New value for property <code>dropIndicatorSize</code>
102
+ * @returns {this} Reference to <code>this</code> in order to allow method chaining
103
+ */
104
+
105
+ /**
106
+ * Gets current value of property {@link #getDropIndicatorSize dropIndicatorSize}.
107
+ *
108
+ * A function which will define the desired drop indicator size. The drop indicator shows the user how the grid will rearrange after drop.
109
+ * Use when custom size needs to be defined. For example, when an item is dragged from outside a grid and is dropped over the grid.
110
+ *
111
+ * If not specified or if the function returns <code>null</code>, the indicator size will be calculated automatically.
112
+ *
113
+ * This callback will be called when the indicator is displayed, which happens during the drag over movement.
114
+ *
115
+ * The callback receives <code>draggedControl</code> as parameter and must return an object of type <code>{rows: int, columns: int}</code> or <code>null</code>.
116
+ *
117
+ * @public
118
+ * @method
119
+ * @name sap.f.dnd.GridDropInfo#getDropIndicatorSize
120
+ * @returns {function(sap.ui.core.Control): ({rows: int, columns: int}|null)|undefined} Value of property <code>dropIndicatorSize</code>
121
+ */
122
+
84
123
  GridDropInfo.prototype.isDroppable = function(oControl, oEvent) {
85
124
  if (!this._shouldEnhance()) {
86
125
  return DropInfo.prototype.isDroppable.apply(this, arguments);
@@ -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
 
@@ -36,13 +36,13 @@ sap.ui.define(["sap/ui/base/DataType",
36
36
  * @namespace
37
37
  * @alias sap.f
38
38
  * @author SAP SE
39
- * @version 1.109.0
39
+ * @version 1.110.0
40
40
  * @since 1.44
41
41
  * @public
42
42
  */
43
43
  var thisLib = sap.ui.getCore().initLibrary({
44
44
  name : "sap.f",
45
- version: "1.109.0",
45
+ version: "1.110.0",
46
46
  dependencies : ["sap.ui.core", "sap.m", "sap.ui.layout"],
47
47
  designtime: "sap/f/designtime/library.designtime",
48
48
  interfaces: [
@@ -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
  /**
@@ -153,4 +153,11 @@ SIDEPANEL_NAV_ITEM_SELECTED=\u0645\u062D\u062F\u062F
153
153
 
154
154
  SIDEPANEL_DEFAULT_ARIA_LABEL=\u0644\u0648\u062D\u0629 \u062C\u0627\u0646\u0628\u064A\u0629...
155
155
 
156
+ SIDEPANEL_CONTEXTMENU_MINIMUM_WIDTH=\u0637\u064A \u0625\u0644\u0649 \u0623\u062F\u0646\u0649 \u0639\u0631\u0636
157
+
158
+ SIDEPANEL_CONTEXTMENU_DEFAULT_WIDTH=\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u0639\u064A\u064A\u0646 \u0625\u0644\u0649 \u0627\u0644\u0639\u0631\u0636 \u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A
159
+
160
+ SIDEPANEL_CONTEXTMENU_MAXIMUM_WIDTH=\u062A\u0648\u0633\u064A\u0639 \u0625\u0644\u0649 \u0623\u0642\u0635\u0649 \u0639\u0631\u0636
161
+
162
+ SIDEPANEL_RESIZE_SPLITTER_TITLE=\u0625\u0639\u0627\u062F\u0629 \u062A\u062D\u062F\u064A\u062F \u062D\u062C\u0645 \u0644\u0648\u062D\u0629 \u062C\u0627\u0646\u0628\u064A\u0629
156
163
 
@@ -153,4 +153,11 @@ SIDEPANEL_NAV_ITEM_SELECTED=\u0418\u0437\u0431\u0440\u0430\u043D\u043E
153
153
 
154
154
  SIDEPANEL_DEFAULT_ARIA_LABEL=\u0421\u0442\u0440\u0430\u043D\u0438\u0447\u0435\u043D \u043F\u0430\u043D\u0435\u043B
155
155
 
156
+ SIDEPANEL_CONTEXTMENU_MINIMUM_WIDTH=\u0421\u0432\u0438\u0432\u0430\u043D\u0435 \u0434\u043E \u043C\u0438\u043D\u0438\u043C\u0430\u043B\u043D\u0430 \u0448\u0438\u0440\u0438\u043D\u0430
157
+
158
+ SIDEPANEL_CONTEXTMENU_DEFAULT_WIDTH=\u0418\u0437\u0447\u0438\u0441\u0442\u0432\u0430\u043D\u0435 \u0434\u043E \u0448\u0438\u0440\u0438\u043D\u0430 \u043F\u043E \u043F\u043E\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043D\u0435
159
+
160
+ SIDEPANEL_CONTEXTMENU_MAXIMUM_WIDTH=\u0420\u0430\u0437\u0433\u044A\u0432\u0430\u043D\u0435 \u0434\u043E \u043C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u043D\u0430 \u0448\u0438\u0440\u0438\u043D\u0430
161
+
162
+ SIDEPANEL_RESIZE_SPLITTER_TITLE=\u041F\u0440\u043E\u043C\u044F\u043D\u0430 \u043D\u0430 \u0440\u0430\u0437\u043C\u0435\u0440 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0447\u0435\u043D \u043F\u0430\u043D\u0435\u043B
156
163
 
@@ -153,4 +153,11 @@ SIDEPANEL_NAV_ITEM_SELECTED=Seleccionat
153
153
 
154
154
  SIDEPANEL_DEFAULT_ARIA_LABEL=Panell lateral
155
155
 
156
+ SIDEPANEL_CONTEXTMENU_MINIMUM_WIDTH=Comprimir a l'amplada m\u00EDnima
157
+
158
+ SIDEPANEL_CONTEXTMENU_DEFAULT_WIDTH=Restablir amplada est\u00E0ndard
159
+
160
+ SIDEPANEL_CONTEXTMENU_MAXIMUM_WIDTH=Desplegar a l'amplada m\u00E0xima
161
+
162
+ SIDEPANEL_RESIZE_SPLITTER_TITLE=Ajustar mida del panell lateral
156
163