@openui5/sap.f 1.140.0 → 1.141.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 (87) hide show
  1. package/THIRDPARTY.txt +2 -2
  2. package/package.json +4 -4
  3. package/src/sap/f/.library +1 -1
  4. package/src/sap/f/Avatar.js +1 -1
  5. package/src/sap/f/AvatarGroup.js +1 -1
  6. package/src/sap/f/AvatarGroupItem.js +1 -1
  7. package/src/sap/f/CalendarAppointmentInCard.js +1 -1
  8. package/src/sap/f/CalendarInCard.js +1 -1
  9. package/src/sap/f/Card.js +1 -1
  10. package/src/sap/f/CardBase.js +1 -1
  11. package/src/sap/f/DynamicPage.js +22 -6
  12. package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +1 -1
  13. package/src/sap/f/DynamicPageHeader.js +1 -1
  14. package/src/sap/f/DynamicPageTitle.js +1 -1
  15. package/src/sap/f/FlexibleColumnLayout.js +6 -5
  16. package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +1 -1
  17. package/src/sap/f/FlexibleColumnLayoutData.js +1 -1
  18. package/src/sap/f/FlexibleColumnLayoutDataForDesktop.js +1 -1
  19. package/src/sap/f/FlexibleColumnLayoutDataForTablet.js +1 -1
  20. package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +1 -1
  21. package/src/sap/f/GridContainer.js +1 -1
  22. package/src/sap/f/GridContainerItemLayoutData.js +1 -1
  23. package/src/sap/f/GridContainerSettings.js +2 -2
  24. package/src/sap/f/GridList.js +1 -1
  25. package/src/sap/f/GridListItem.js +1 -1
  26. package/src/sap/f/IllustratedMessage.js +1 -1
  27. package/src/sap/f/Illustration.js +1 -1
  28. package/src/sap/f/PlanningCalendarInCardLegend.js +1 -1
  29. package/src/sap/f/ProductSwitch.js +1 -1
  30. package/src/sap/f/ProductSwitchItem.js +1 -1
  31. package/src/sap/f/SearchManager.js +1 -1
  32. package/src/sap/f/ShellBar.js +1 -1
  33. package/src/sap/f/SidePanel.js +1 -1
  34. package/src/sap/f/SidePanelItem.js +1 -1
  35. package/src/sap/f/cards/BaseHeader.js +1 -1
  36. package/src/sap/f/cards/BaseHeaderRenderer.js +26 -4
  37. package/src/sap/f/cards/Header.js +61 -13
  38. package/src/sap/f/cards/NumericHeader.js +4 -2
  39. package/src/sap/f/cards/NumericHeaderRenderer.js +1 -1
  40. package/src/sap/f/cards/NumericIndicators.js +1 -1
  41. package/src/sap/f/cards/NumericSideIndicator.js +1 -1
  42. package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +1 -1
  43. package/src/sap/f/cards/loading/CalendarPlaceholder.js +1 -1
  44. package/src/sap/f/cards/loading/GenericPlaceholder.js +1 -1
  45. package/src/sap/f/cards/loading/ListPlaceholder.js +1 -1
  46. package/src/sap/f/cards/loading/ObjectPlaceholder.js +1 -1
  47. package/src/sap/f/cards/loading/PlaceholderBase.js +1 -1
  48. package/src/sap/f/cards/loading/TablePlaceholder.js +1 -1
  49. package/src/sap/f/cards/loading/TimelinePlaceholder.js +1 -1
  50. package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +1 -1
  51. package/src/sap/f/delegate/GridContainerItemNavigation.js +1 -1
  52. package/src/sap/f/delegate/GridItemNavigation.js +1 -1
  53. package/src/sap/f/dnd/GridDragOver.js +1 -1
  54. package/src/sap/f/dnd/GridDropInfo.js +1 -1
  55. package/src/sap/f/library.js +3 -3
  56. package/src/sap/f/messagebundle_da.properties +2 -2
  57. package/src/sap/f/messagebundle_pt.properties +1 -1
  58. package/src/sap/f/semantic/AddAction.js +1 -1
  59. package/src/sap/f/semantic/CloseAction.js +1 -1
  60. package/src/sap/f/semantic/CopyAction.js +1 -1
  61. package/src/sap/f/semantic/DeleteAction.js +1 -1
  62. package/src/sap/f/semantic/DiscussInJamAction.js +1 -1
  63. package/src/sap/f/semantic/EditAction.js +1 -1
  64. package/src/sap/f/semantic/ExitFullScreenAction.js +1 -1
  65. package/src/sap/f/semantic/FavoriteAction.js +1 -1
  66. package/src/sap/f/semantic/FlagAction.js +1 -1
  67. package/src/sap/f/semantic/FooterMainAction.js +1 -1
  68. package/src/sap/f/semantic/FullScreenAction.js +1 -1
  69. package/src/sap/f/semantic/MainAction.js +1 -1
  70. package/src/sap/f/semantic/MessagesIndicator.js +1 -1
  71. package/src/sap/f/semantic/NegativeAction.js +1 -1
  72. package/src/sap/f/semantic/PositiveAction.js +1 -1
  73. package/src/sap/f/semantic/PrintAction.js +1 -1
  74. package/src/sap/f/semantic/SemanticButton.js +1 -1
  75. package/src/sap/f/semantic/SemanticConfiguration.js +1 -1
  76. package/src/sap/f/semantic/SemanticControl.js +1 -1
  77. package/src/sap/f/semantic/SemanticPage.js +1 -1
  78. package/src/sap/f/semantic/SemanticToggleButton.js +1 -1
  79. package/src/sap/f/semantic/SendEmailAction.js +1 -1
  80. package/src/sap/f/semantic/SendMessageAction.js +1 -1
  81. package/src/sap/f/semantic/ShareInJamAction.js +1 -1
  82. package/src/sap/f/semantic/TitleMainAction.js +1 -1
  83. package/src/sap/f/shellBar/AdditionalContentSupport.js +1 -1
  84. package/src/sap/f/shellBar/CoPilot.js +1 -1
  85. package/src/sap/f/shellBar/ControlSpacer.js +1 -1
  86. package/src/sap/f/shellBar/Search.js +1 -1
  87. package/src/sap/f/themes/base/CardHeaders.less +24 -2
@@ -7,18 +7,22 @@ sap.ui.define([
7
7
  "./BaseHeader",
8
8
  "sap/m/library",
9
9
  "sap/f/library",
10
+ "sap/ui/core/library",
10
11
  "sap/m/Text",
11
12
  "sap/m/Avatar",
12
13
  "sap/f/cards/HeaderRenderer",
13
- "sap/ui/core/InvisibleText"
14
+ "sap/ui/core/InvisibleText",
15
+ "sap/base/Log"
14
16
  ], function (
15
17
  BaseHeader,
16
18
  mLibrary,
17
19
  library,
20
+ coreLibrary,
18
21
  Text,
19
22
  Avatar,
20
23
  HeaderRenderer,
21
- InvisibleText
24
+ InvisibleText,
25
+ Log
22
26
  ) {
23
27
  "use strict";
24
28
 
@@ -26,6 +30,7 @@ sap.ui.define([
26
30
  const AvatarColor = mLibrary.AvatarColor;
27
31
  const AvatarImageFitType = mLibrary.AvatarImageFitType;
28
32
  const AvatarSize = mLibrary.AvatarSize;
33
+ const ValueState = coreLibrary.ValueState;
29
34
 
30
35
  /**
31
36
  * Constructor for a new <code>Header</code>.
@@ -48,7 +53,7 @@ sap.ui.define([
48
53
  * @implements sap.f.cards.IHeader
49
54
  *
50
55
  * @author SAP SE
51
- * @version 1.140.0
56
+ * @version 1.141.0
52
57
  *
53
58
  * @constructor
54
59
  * @public
@@ -136,7 +141,14 @@ sap.ui.define([
136
141
  *
137
142
  * @since 1.130
138
143
  */
139
- iconFitType: { type: "sap.m.AvatarImageFitType", defaultValue: AvatarImageFitType.Cover }
144
+ iconFitType: { type: "sap.m.AvatarImageFitType", defaultValue: AvatarImageFitType.Cover },
145
+
146
+ /**
147
+ * Defines a status-colored, non-interactive message icon in the icon area.
148
+ *
149
+ * @since 1.141
150
+ */
151
+ iconState: { type: "sap.ui.core.ValueState", defaultValue: ValueState.None }
140
152
  },
141
153
  aggregations: {
142
154
 
@@ -236,14 +248,50 @@ sap.ui.define([
236
248
 
237
249
  this._enhanceText(this._getSubtitle());
238
250
 
239
- this._getAvatar()
240
- .setDisplayShape(this.getIconDisplayShape())
241
- .setSrc(this.getIconSrc())
242
- .setInitials(this.getIconInitials())
243
- .setTooltip(this.getIconAlt())
244
- .setBackgroundColor(this.getIconBackgroundColor())
245
- .setDisplaySize(this.getIconSize())
246
- .setImageFitType(this.getIconFitType());
251
+ if (this.getIconState() != ValueState.None) {
252
+ const icon = this._getIconForState();
253
+ this._getAvatar()
254
+ .setSrc(icon)
255
+ .setTooltip(this.getIconAlt());
256
+ } else {
257
+ this._getAvatar()
258
+ .setDisplayShape(this.getIconDisplayShape())
259
+ .setSrc(this.getIconSrc())
260
+ .setInitials(this.getIconInitials())
261
+ .setTooltip(this.getIconAlt())
262
+ .setBackgroundColor(this.getIconBackgroundColor())
263
+ .setDisplaySize(this.getIconSize())
264
+ .setImageFitType(this.getIconFitType());
265
+ }
266
+
267
+ this._validateIconProperties();
268
+ };
269
+
270
+ /**
271
+ * Helper function used to get the appropriate icon for the state.
272
+ *
273
+ * @private
274
+ * @returns {string} The URI of the icon corresponding to the state.
275
+ */
276
+ Header.prototype._getIconForState = function () {
277
+ switch (this.getIconState()) {
278
+ case ValueState.Success:
279
+ return "sap-icon://sys-enter-2";
280
+ case ValueState.Error:
281
+ return "sap-icon://error";
282
+ case ValueState.Warning:
283
+ return "sap-icon://warning";
284
+ case ValueState.Information:
285
+ return "sap-icon://information";
286
+ default:
287
+ return "";
288
+ }
289
+ };
290
+
291
+ Header.prototype._validateIconProperties = function () {
292
+ if ((this.getIconSrc() || this.getIconInitials()) && this.getIconState() != ValueState.None) {
293
+ Log.warning("Invalid Icon configuration: You cannot set an icon with both src/initials and a state simultaneously. The Icon supports only one at a time. Remove either the src/initials or the state.");
294
+ }
247
295
  };
248
296
 
249
297
  /**
@@ -300,7 +348,7 @@ sap.ui.define([
300
348
  aIds.push(this.getId() + "-dataTimestamp");
301
349
  }
302
350
 
303
- if (this.getIconSrc() || this.getIconInitials()) {
351
+ if (this.getIconSrc() || this.getIconInitials() || this.getIconState() !== ValueState.None) {
304
352
  aIds.push(this._getAvatar().getId());
305
353
  }
306
354
 
@@ -58,7 +58,7 @@ sap.ui.define([
58
58
  * @implements sap.f.cards.IHeader
59
59
  *
60
60
  * @author SAP SE
61
- * @version 1.140.0
61
+ * @version 1.141.0
62
62
  *
63
63
  * @constructor
64
64
  * @public
@@ -531,7 +531,9 @@ sap.ui.define([
531
531
  aIds.push(this.getId() + "-dataTimestamp");
532
532
  }
533
533
 
534
- aIds.push(this._getUnitOfMeasurement().getId());
534
+ if (this.getAggregation("_unitOfMeasurement").getText()) {
535
+ aIds.push(this._getUnitOfMeasurement().getId());
536
+ }
535
537
 
536
538
  if (this.getIconSrc() || this.getIconInitials()) {
537
539
  aIds.push(this._getAvatar().getId());
@@ -156,7 +156,7 @@ sap.ui.define([
156
156
  oRm.renderControl(oSubtitle);
157
157
  }
158
158
 
159
- if (oUnitOfMeasurement) {
159
+ if (bHasUnitOfMeasurement) {
160
160
  oRm.renderControl(oUnitOfMeasurement);
161
161
  }
162
162
 
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.ui.core.Control
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.140.0
28
+ * @version 1.141.0
29
29
  *
30
30
  * @constructor
31
31
  * @private
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.core.Control
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.140.0
31
+ * @version 1.141.0
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.f.cards.loading.PlaceholderBase
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.140.0
22
+ * @version 1.141.0
23
23
  *
24
24
  * @constructor
25
25
  * @private
@@ -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.140.0
22
+ * @version 1.141.0
23
23
  *
24
24
  * @constructor
25
25
  * @private
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.f.cards.loading.PlaceholderBase
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.140.0
22
+ * @version 1.141.0
23
23
  *
24
24
  * @constructor
25
25
  * @private
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.f.cards.loading.PlaceholderBase
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.140.0
22
+ * @version 1.141.0
23
23
  *
24
24
  * @constructor
25
25
  * @private
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.f.cards.loading.PlaceholderBase
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.140.0
32
+ * @version 1.141.0
33
33
  *
34
34
  * @constructor
35
35
  * @private
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.core.Control
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.140.0
25
+ * @version 1.141.0
26
26
  *
27
27
  * @constructor
28
28
  * @private
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.f.cards.loading.PlaceholderBase
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.140.0
22
+ * @version 1.141.0
23
23
  *
24
24
  * @constructor
25
25
  * @private
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.f.cards.loading.PlaceholderBase
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.140.0
22
+ * @version 1.141.0
23
23
  *
24
24
  * @constructor
25
25
  * @private
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  *
17
17
  * @alias sap.f.changeHandler.MoveDynamicPageTitleActions
18
18
  * @author SAP SE
19
- * @version 1.140.0
19
+ * @version 1.141.0
20
20
  */
21
21
  var MoveActions = { };
22
22
  var ACTION_AGGREGATION_NAME = "actions";
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  *
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.140.0
28
+ * @version 1.141.0
29
29
  *
30
30
  * @extends sap.f.delegate.GridItemNavigation
31
31
  *
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  *
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.140.0
37
+ * @version 1.141.0
38
38
  *
39
39
  * @extends sap.ui.core.delegate.ItemNavigation
40
40
  *
@@ -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.140.0
21
+ * @version 1.141.0
22
22
  *
23
23
  * @extends sap.ui.base.Object
24
24
  *
@@ -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.140.0
40
+ * @version 1.141.0
41
41
  *
42
42
  * @public
43
43
  * @since 1.68
@@ -39,14 +39,14 @@ sap.ui.define([
39
39
  * @namespace
40
40
  * @alias sap.f
41
41
  * @author SAP SE
42
- * @version 1.140.0
42
+ * @version 1.141.0
43
43
  * @since 1.44
44
44
  * @public
45
45
  */
46
46
  var thisLib = Library.init({
47
47
  apiVersion: 2,
48
48
  name : "sap.f",
49
- version: "1.140.0",
49
+ version: "1.141.0",
50
50
  dependencies : ["sap.ui.core", "sap.m", "sap.ui.layout"],
51
51
  designtime: "sap/f/designtime/library.designtime",
52
52
  ...{
@@ -214,7 +214,7 @@ sap.ui.define([
214
214
  * Layouts, representing the number of columns to be displayed and their relative widths for a {@link sap.f.FlexibleColumnLayout} control.
215
215
  *
216
216
  * Each layout has a default predefined ratio for the three columns, depending on device size. Based on the device and layout, some columns are hidden.
217
- * For more information, refer to the ratios (in %) for each value, listed below: (dash "-" means non-accessible columns).
217
+ * For more information, refer to the ratios (in %) for each value, listed below: (hyphen "-" means non-accessible columns).
218
218
  *
219
219
  * <b>Notes:</b>
220
220
  * <ul>
@@ -9,7 +9,7 @@ EXPANDED_HEADER=Ekspanderet top
9
9
 
10
10
  SNAPPED_HEADER=Komprimeret top
11
11
 
12
- PIN_HEADER=S\u00E6t top fast
12
+ PIN_HEADER=S\u00E6t sidehoved fast
13
13
 
14
14
  DEFAULT_HEADER_TEXT=Top
15
15
 
@@ -35,7 +35,7 @@ FCL_LAST_COLUMN_EXPANDED_MESSAGE=Sidste kolonne ekspanderet
35
35
 
36
36
  FCL_SEPARATOR_MOVE=Tryk p\u00E5 de relevante piletaster for at flytte
37
37
 
38
- COLLAPSE_HEADER_BUTTON_TOOLTIP=Komprimer top
38
+ COLLAPSE_HEADER_BUTTON_TOOLTIP=Komprimer sidehoved
39
39
 
40
40
  EXPAND_HEADER_BUTTON_TOOLTIP=Ekspander top
41
41
 
@@ -41,7 +41,7 @@ EXPAND_HEADER_BUTTON_TOOLTIP=Expandir cabe\u00E7alho
41
41
 
42
42
  SEMANTIC_PAGE_ROLE_DESCRIPTION=P\u00E1gina sem\u00E2ntica
43
43
 
44
- SEMANTIC_CONTROL_EDIT=Processar
44
+ SEMANTIC_CONTROL_EDIT=Editar
45
45
 
46
46
  SEMANTIC_CONTROL_ADD=Adicionar
47
47
 
@@ -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.140.0
21
+ * @version 1.141.0
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['./SemanticButton'], function(SemanticButton) {
18
18
  * @extends sap.f.semantic.SemanticButton
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.140.0
21
+ * @version 1.141.0
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['./SemanticButton'], function(SemanticButton) {
18
18
  * @extends sap.f.semantic.SemanticButton
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.140.0
21
+ * @version 1.141.0
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.140.0
22
+ * @version 1.141.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.140.0
22
+ * @version 1.141.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['./SemanticButton'], function(SemanticButton) {
18
18
  * @extends sap.f.semantic.SemanticButton
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.140.0
21
+ * @version 1.141.0
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['./SemanticButton'], function(SemanticButton) {
18
18
  * @extends sap.f.semantic.SemanticButton
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.140.0
21
+ * @version 1.141.0
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['./SemanticToggleButton'], function(SemanticToggleButton) {
19
19
  * @extends sap.f.semantic.SemanticToggleButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.140.0
22
+ * @version 1.141.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['./SemanticToggleButton'], function(SemanticToggleButton) {
19
19
  * @extends sap.f.semantic.SemanticToggleButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.140.0
22
+ * @version 1.141.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(["./MainAction"], function(MainAction) {
19
19
  * @extends sap.f.semantic.MainAction
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.140.0
22
+ * @version 1.141.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['./SemanticButton'], function(SemanticButton) {
18
18
  * @extends sap.f.semantic.SemanticButton
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.140.0
21
+ * @version 1.141.0
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -18,7 +18,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
18
18
  * @extends sap.f.semantic.SemanticButton
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.140.0
21
+ * @version 1.141.0
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['./SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.140.0
22
+ * @version 1.141.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.140.0
22
+ * @version 1.141.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.140.0
22
+ * @version 1.141.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.140.0
22
+ * @version 1.141.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @abstract
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.140.0
27
+ * @version 1.141.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @class
30
30
  * Defines the visual properties and placement for each supported semantic type.
31
31
  *
32
- * @version 1.140.0
32
+ * @version 1.141.0
33
33
  * @private
34
34
  * @since 1.46.0
35
35
  * @alias sap.f.semantic.SemanticConfiguration
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @abstract
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.140.0
27
+ * @version 1.141.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -101,7 +101,7 @@ sap.ui.define([
101
101
  * @extends sap.ui.core.Control
102
102
  *
103
103
  * @author SAP SE
104
- * @version 1.140.0
104
+ * @version 1.141.0
105
105
  *
106
106
  * @constructor
107
107
  * @public
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @abstract
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.140.0
26
+ * @version 1.141.0
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.140.0
22
+ * @version 1.141.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.140.0
22
+ * @version 1.141.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(['sap/f/semantic/SemanticButton'], function(SemanticButton) {
19
19
  * @extends sap.f.semantic.SemanticButton
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.140.0
22
+ * @version 1.141.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -19,7 +19,7 @@ sap.ui.define(["./MainAction"], function(MainAction) {
19
19
  * @extends sap.f.semantic.MainAction
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.140.0
22
+ * @version 1.141.0
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
 
23
23
  /**
24
24
  * @author SAP SE
25
- * @version 1.140.0
25
+ * @version 1.141.0
26
26
  *
27
27
  * @private
28
28
  * @since 1.64
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.ui.core.Control
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.140.0
29
+ * @version 1.141.0
30
30
  *
31
31
  * @constructor
32
32
  * @private
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/core/Control', 'sap/f/shellBar/ControlSpacerRenderer'],
23
23
  * @extends sap.ui.core.Control
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.140.0
26
+ * @version 1.141.0
27
27
  *
28
28
  * @constructor
29
29
  * @private
@@ -36,7 +36,7 @@ sap.ui.define(['sap/ui/core/Control',
36
36
  * @extends sap.ui.core.Control
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.140.0
39
+ * @version 1.141.0
40
40
  *
41
41
  * @constructor
42
42
  * @private