@openui5/sap.f 1.134.0 → 1.135.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 (95) 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 +111 -17
  11. package/src/sap/f/CardRenderer.js +8 -3
  12. package/src/sap/f/DynamicPage.js +1 -1
  13. package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +1 -1
  14. package/src/sap/f/DynamicPageHeader.js +1 -1
  15. package/src/sap/f/DynamicPageTitle.js +1 -1
  16. package/src/sap/f/FlexibleColumnLayout.js +1 -1
  17. package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +1 -1
  18. package/src/sap/f/FlexibleColumnLayoutData.js +1 -1
  19. package/src/sap/f/FlexibleColumnLayoutDataForDesktop.js +1 -1
  20. package/src/sap/f/FlexibleColumnLayoutDataForTablet.js +1 -1
  21. package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +1 -1
  22. package/src/sap/f/GridContainer.js +1 -1
  23. package/src/sap/f/GridContainerItemLayoutData.js +1 -1
  24. package/src/sap/f/GridContainerSettings.js +2 -2
  25. package/src/sap/f/GridList.js +1 -1
  26. package/src/sap/f/GridListItem.js +1 -1
  27. package/src/sap/f/IllustratedMessage.js +1 -1
  28. package/src/sap/f/Illustration.js +1 -1
  29. package/src/sap/f/PlanningCalendarInCardLegend.js +1 -1
  30. package/src/sap/f/ProductSwitch.js +1 -1
  31. package/src/sap/f/ProductSwitchItem.js +1 -1
  32. package/src/sap/f/SearchManager.js +1 -1
  33. package/src/sap/f/ShellBar.js +3 -4
  34. package/src/sap/f/SidePanel.js +1 -1
  35. package/src/sap/f/SidePanelItem.js +1 -1
  36. package/src/sap/f/cards/BaseHeader.js +27 -13
  37. package/src/sap/f/cards/Header.js +1 -1
  38. package/src/sap/f/cards/NumericHeader.js +1 -1
  39. package/src/sap/f/cards/NumericIndicators.js +1 -1
  40. package/src/sap/f/cards/NumericSideIndicator.js +1 -1
  41. package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +1 -1
  42. package/src/sap/f/cards/loading/CalendarPlaceholder.js +1 -1
  43. package/src/sap/f/cards/loading/GenericPlaceholder.js +1 -1
  44. package/src/sap/f/cards/loading/ListPlaceholder.js +1 -1
  45. package/src/sap/f/cards/loading/ObjectPlaceholder.js +1 -1
  46. package/src/sap/f/cards/loading/PlaceholderBase.js +1 -1
  47. package/src/sap/f/cards/loading/TablePlaceholder.js +1 -1
  48. package/src/sap/f/cards/loading/TimelinePlaceholder.js +1 -1
  49. package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +1 -1
  50. package/src/sap/f/delegate/GridContainerItemNavigation.js +1 -1
  51. package/src/sap/f/delegate/GridItemNavigation.js +1 -1
  52. package/src/sap/f/dnd/GridDragOver.js +1 -1
  53. package/src/sap/f/dnd/GridDropInfo.js +1 -1
  54. package/src/sap/f/library.js +2 -2
  55. package/src/sap/f/messagebundle.properties +4 -1
  56. package/src/sap/f/messagebundle_en_US_saprigi.properties +2 -0
  57. package/src/sap/f/messagebundle_fr.properties +1 -1
  58. package/src/sap/f/messagebundle_ro.properties +1 -1
  59. package/src/sap/f/messagebundle_uk.properties +2 -2
  60. package/src/sap/f/semantic/AddAction.js +1 -1
  61. package/src/sap/f/semantic/CloseAction.js +1 -1
  62. package/src/sap/f/semantic/CopyAction.js +1 -1
  63. package/src/sap/f/semantic/DeleteAction.js +1 -1
  64. package/src/sap/f/semantic/DiscussInJamAction.js +1 -1
  65. package/src/sap/f/semantic/EditAction.js +1 -1
  66. package/src/sap/f/semantic/ExitFullScreenAction.js +1 -1
  67. package/src/sap/f/semantic/FavoriteAction.js +1 -1
  68. package/src/sap/f/semantic/FlagAction.js +1 -1
  69. package/src/sap/f/semantic/FooterMainAction.js +1 -1
  70. package/src/sap/f/semantic/FullScreenAction.js +1 -1
  71. package/src/sap/f/semantic/MainAction.js +1 -1
  72. package/src/sap/f/semantic/MessagesIndicator.js +1 -1
  73. package/src/sap/f/semantic/NegativeAction.js +1 -1
  74. package/src/sap/f/semantic/PositiveAction.js +1 -1
  75. package/src/sap/f/semantic/PrintAction.js +1 -1
  76. package/src/sap/f/semantic/SemanticButton.js +1 -1
  77. package/src/sap/f/semantic/SemanticConfiguration.js +1 -1
  78. package/src/sap/f/semantic/SemanticControl.js +1 -1
  79. package/src/sap/f/semantic/SemanticPage.js +1 -1
  80. package/src/sap/f/semantic/SemanticToggleButton.js +1 -1
  81. package/src/sap/f/semantic/SendEmailAction.js +1 -1
  82. package/src/sap/f/semantic/SendMessageAction.js +1 -1
  83. package/src/sap/f/semantic/ShareInJamAction.js +1 -1
  84. package/src/sap/f/semantic/TitleMainAction.js +1 -1
  85. package/src/sap/f/shellBar/AdditionalContentSupport.js +1 -1
  86. package/src/sap/f/shellBar/CoPilot.js +1 -1
  87. package/src/sap/f/shellBar/ControlSpacer.js +1 -1
  88. package/src/sap/f/shellBar/Search.js +1 -1
  89. package/src/sap/f/themes/base/CalendarPlaceholder.less +16 -4
  90. package/src/sap/f/themes/base/Card.less +16 -0
  91. package/src/sap/f/themes/base/CardBadge.less +10 -5
  92. package/src/sap/f/themes/base/CardHeaders.less +1 -2
  93. package/src/sap/f/themes/base/CardLoading.less +32 -21
  94. package/src/sap/f/themes/base/GridContainer.less +6 -5
  95. package/src/sap/f/themes/base/GridListItem.less +14 -13
@@ -13,7 +13,8 @@ sap.ui.define([
13
13
  "sap/ui/events/KeyCodes",
14
14
  "sap/m/library",
15
15
  "sap/m/Text",
16
- "sap/f/cards/util/addTooltipIfTruncated"
16
+ "sap/f/cards/util/addTooltipIfTruncated",
17
+ "sap/base/Log"
17
18
  ], function (
18
19
  Control,
19
20
  IntervalTrigger,
@@ -24,7 +25,8 @@ sap.ui.define([
24
25
  KeyCodes,
25
26
  mLibrary,
26
27
  Text,
27
- addTooltipIfTruncated
28
+ addTooltipIfTruncated,
29
+ Log
28
30
  ) {
29
31
  "use strict";
30
32
 
@@ -53,7 +55,7 @@ sap.ui.define([
53
55
  * @abstract
54
56
  *
55
57
  * @author SAP SE
56
- * @version 1.134.0
58
+ * @version 1.135.0
57
59
  *
58
60
  * @constructor
59
61
  * @public
@@ -257,22 +259,34 @@ sap.ui.define([
257
259
  };
258
260
 
259
261
  BaseHeader.prototype.onkeydown = function (oEvent) {
260
- if (oEvent.key !== "Enter" && oEvent.keyCode !== KeyCodes.ENTER) {
261
- return;
262
- }
263
262
 
264
- if (!this._hasModifierKeys(oEvent)) {
265
- this._handleTap(oEvent);
263
+ if ((oEvent.which === KeyCodes.SPACE || oEvent.which === KeyCodes.ENTER || oEvent.which === KeyCodes.ESCAPE || oEvent.which === KeyCodes.SHIFT)
264
+ && !oEvent.ctrlKey && !oEvent.metaKey) {
265
+
266
+ if (oEvent.which === KeyCodes.SPACE) {
267
+ // To prevent the browser scrolling.
268
+ oEvent.preventDefault();
269
+ }
270
+ if (oEvent.which === KeyCodes.ENTER) {
271
+ this._handleTap(oEvent);
272
+ }
273
+
274
+ if (oEvent.which === KeyCodes.SHIFT || oEvent.which === KeyCodes.ESCAPE) {
275
+ this._bPressedEscapeOrShift = true;
276
+ }
266
277
  }
278
+
267
279
  };
268
280
 
269
281
  BaseHeader.prototype.onkeyup = function (oEvent) {
270
- if (oEvent.key !== " " && oEvent.keyCode !== KeyCodes.SPACE) {
271
- return;
282
+ if (oEvent.which === KeyCodes.SPACE) {
283
+ if (!this._bPressedEscapeOrShift && !this._hasModifierKeys(oEvent)) {
284
+ this._handleTap(oEvent);
285
+ }
272
286
  }
273
287
 
274
- if (!this._hasModifierKeys(oEvent)) {
275
- this._handleTap(oEvent);
288
+ if (oEvent.which === KeyCodes.SHIFT || oEvent.which === KeyCodes.ESCAPE) {
289
+ this._bPressedEscapeOrShift = false;
276
290
  }
277
291
  };
278
292
 
@@ -536,7 +550,7 @@ sap.ui.define([
536
550
  };
537
551
 
538
552
  BaseHeader.prototype._hasModifierKeys = function (oEvent) {
539
- return oEvent.shiftKey || oEvent.altKey || oEvent.ctrlKey || oEvent.metaKey;
553
+ return oEvent.altKey || oEvent.ctrlKey || oEvent.metaKey;
540
554
  };
541
555
 
542
556
  return BaseHeader;
@@ -48,7 +48,7 @@ sap.ui.define([
48
48
  * @implements sap.f.cards.IHeader
49
49
  *
50
50
  * @author SAP SE
51
- * @version 1.134.0
51
+ * @version 1.135.0
52
52
  *
53
53
  * @constructor
54
54
  * @public
@@ -58,7 +58,7 @@ sap.ui.define([
58
58
  * @implements sap.f.cards.IHeader
59
59
  *
60
60
  * @author SAP SE
61
- * @version 1.134.0
61
+ * @version 1.135.0
62
62
  *
63
63
  * @constructor
64
64
  * @public
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.ui.core.Control
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.134.0
28
+ * @version 1.135.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.134.0
31
+ * @version 1.135.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.134.0
22
+ * @version 1.135.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.134.0
22
+ * @version 1.135.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.134.0
22
+ * @version 1.135.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.134.0
22
+ * @version 1.135.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.134.0
32
+ * @version 1.135.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.134.0
25
+ * @version 1.135.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.134.0
22
+ * @version 1.135.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.134.0
22
+ * @version 1.135.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.134.0
19
+ * @version 1.135.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.134.0
28
+ * @version 1.135.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.134.0
37
+ * @version 1.135.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.134.0
21
+ * @version 1.135.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.134.0
40
+ * @version 1.135.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.134.0
42
+ * @version 1.135.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.134.0",
49
+ version: "1.135.0",
50
50
  dependencies : ["sap.ui.core", "sap.m", "sap.ui.layout"],
51
51
  designtime: "sap/f/designtime/library.designtime",
52
52
  interfaces: [
@@ -130,9 +130,12 @@ SEMANTIC_CONTROL_EXIT_FULL_SCREEN=Exit Full Screen Mode
130
130
  #XBUT: sap.f.semantic.SemanticControl "Action" Close button text
131
131
  SEMANTIC_CONTROL_CLOSE=Close
132
132
 
133
- #XACT ARIA announcement (aria-roledescription) for an sap.f.Card
133
+ #XACT: ARIA announcement (aria-roledescription) for an sap.f.Card
134
134
  ARIA_ROLEDESCRIPTION_CARD=Card
135
135
 
136
+ #XACT: ARIA announcement (aria-describedby) for an sap.f.Card activation key
137
+ ARIA_ACTIVATE_CARD=Active, Press Enter to Activate.
138
+
136
139
  #XACT: ARIA announcement (aria-roledescription) for the header of an sap.f.Card when the header is not interactable
137
140
  ARIA_ROLEDESCRIPTION_CARD_HEADER=Card Header
138
141
 
@@ -87,6 +87,8 @@ SEMANTIC_CONTROL_CLOSE=\u206A\u206A\u206A\u200C\u200C\u200B\u200D\u200C\u200C\u2
87
87
 
88
88
  ARIA_ROLEDESCRIPTION_CARD=\u206A\u206A\u206A\u200D\u200D\u200B\u200C\u200B\u200B\u200D\u200C\u200C\u200B\u200D\u200D\u200B\u200B\u200D\u200C\u200C\u200B\u200D\u200D\u200D\u200D\u200C\u200B\u200B\u200D\u200D\u200D\u200D\u200B\u200C\u200B\u200B\u200B\u200D\u200D\u200B\u200C\u200C\u200C\u206ACard\u206A\u206A
89
89
 
90
+ ARIA_ACTIVATE_CARD=\u206A\u206A\u206A\u200C\u200C\u200C\u200C\u200C\u200C\u200D\u200D\u200B\u200C\u200C\u200B\u200B\u200D\u200C\u200B\u200C\u200C\u200B\u200B\u200C\u200C\u200C\u200B\u200D\u200B\u200C\u200B\u200D\u200B\u200D\u200D\u200C\u200D\u200B\u200D\u200C\u200B\u206AActive, Press Enter to Activate.\u206A\u206A
91
+
90
92
  ARIA_ROLEDESCRIPTION_CARD_HEADER=\u206A\u206A\u206A\u200D\u200B\u200B\u200D\u200D\u200B\u200C\u200D\u200B\u200C\u200C\u200B\u200C\u200D\u200B\u200B\u200C\u200C\u200C\u200D\u200D\u200B\u200C\u200C\u200D\u200C\u200D\u200D\u200B\u200D\u200B\u200C\u200C\u200B\u200C\u200C\u200D\u200B\u200C\u206ACard Header\u206A\u206A
91
93
 
92
94
  ARIA_ROLEDESCRIPTION_INTERACTIVE_CARD_HEADER=\u206A\u206A\u206A\u200C\u200B\u200D\u200D\u200C\u200C\u200C\u200C\u200C\u200C\u200C\u200D\u200C\u200D\u200C\u200D\u200B\u200C\u200D\u200B\u200B\u200B\u200B\u200D\u200D\u200C\u200C\u200C\u200B\u200C\u200B\u200C\u200B\u200B\u200C\u200D\u200D\u200D\u200C\u200C\u206AInteractive Card Header\u206A\u206A
@@ -129,7 +129,7 @@ CALENDAR_NAVIGATE_TO_TODAY=Acc\u00E9der au jour actuel
129
129
 
130
130
  CALENDAR_SELECT_RANGE=S\u00E9lectionner plage
131
131
 
132
- CALENDAR_CANCEL=Interrompre
132
+ CALENDAR_CANCEL=Annuler
133
133
 
134
134
  CALENDAR_BTN_PREV=Pr\u00E9c\u00E9dent
135
135
 
@@ -81,7 +81,7 @@ SEMANTIC_CONTROL_ACTION_SHARE_SHORTCUT_MAC=Cmd+Shift+S
81
81
 
82
82
  SEMANTIC_CONTROL_FULL_SCREEN=Ecran \u00EEntreg
83
83
 
84
- SEMANTIC_CONTROL_EXIT_FULL_SCREEN=Ie\u015Fire din mod ecran complet
84
+ SEMANTIC_CONTROL_EXIT_FULL_SCREEN=Ie\u0219ire din modul ecran \u00EEntreg
85
85
 
86
86
  SEMANTIC_CONTROL_CLOSE=\u00CEnchidere
87
87
 
@@ -147,7 +147,7 @@ SIDEPANEL_MORE_ACTIONS_TEXT=\u0411\u0456\u043B\u044C\u0448\u0435 \u043E\u043F\u0
147
147
 
148
148
  SIDEPANEL_SHOW_LESS_TEXT=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043C\u0435\u043D\u0448\u0435
149
149
 
150
- SIDEPANEL_CONTENT_ARIA_LABEL=\u0412\u043C\u0456\u0441\u0442 \u0431\u043E\u043A\u043E\u0432\u043E\u0457 \u043F\u0430\u043D\u0435\u043B\u0456
150
+ SIDEPANEL_CONTENT_ARIA_LABEL=\u0412\u043C\u0456\u0441\u0442 \u0431\u0456\u0447\u043D\u043E\u0457 \u043F\u0430\u043D\u0435\u043B\u0456
151
151
 
152
152
  SIDEPANEL_NAV_ITEM_SELECTED=\u0412\u0438\u0431\u0440\u0430\u043D\u0435
153
153
 
@@ -159,5 +159,5 @@ SIDEPANEL_CONTEXTMENU_DEFAULT_WIDTH=\u0421\u043A\u0438\u043D\u0443\u0442\u0438 \
159
159
 
160
160
  SIDEPANEL_CONTEXTMENU_MAXIMUM_WIDTH=\u0420\u043E\u0437\u0433\u043E\u0440\u043D\u0443\u0442\u0438 \u0434\u043E \u043C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0457 \u0448\u0438\u0440\u0438\u043D\u0438
161
161
 
162
- SIDEPANEL_RESIZE_SPLITTER_TITLE=\u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u0440\u043E\u0437\u043C\u0456\u0440 \u0431\u043E\u043A\u043E\u0432\u043E\u0457 \u043F\u0430\u043D\u0435\u043B\u0456
162
+ SIDEPANEL_RESIZE_SPLITTER_TITLE=\u0417\u043C\u0456\u043D\u0438\u0442\u0438 \u0440\u043E\u0437\u043C\u0456\u0440 \u0431\u0456\u0447\u043D\u043E\u0457 \u043F\u0430\u043D\u0435\u043B\u0456
163
163
 
@@ -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.134.0
21
+ * @version 1.135.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.134.0
21
+ * @version 1.135.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.134.0
21
+ * @version 1.135.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.134.0
22
+ * @version 1.135.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.134.0
22
+ * @version 1.135.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.134.0
21
+ * @version 1.135.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.134.0
21
+ * @version 1.135.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.134.0
22
+ * @version 1.135.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.134.0
22
+ * @version 1.135.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.134.0
22
+ * @version 1.135.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.134.0
21
+ * @version 1.135.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.134.0
21
+ * @version 1.135.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.134.0
22
+ * @version 1.135.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.134.0
22
+ * @version 1.135.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.134.0
22
+ * @version 1.135.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.134.0
22
+ * @version 1.135.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.134.0
27
+ * @version 1.135.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.134.0
32
+ * @version 1.135.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.134.0
27
+ * @version 1.135.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.134.0
104
+ * @version 1.135.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.134.0
26
+ * @version 1.135.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.134.0
22
+ * @version 1.135.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.134.0
22
+ * @version 1.135.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.134.0
22
+ * @version 1.135.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.134.0
22
+ * @version 1.135.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.134.0
25
+ * @version 1.135.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.134.0
29
+ * @version 1.135.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.134.0
26
+ * @version 1.135.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.134.0
39
+ * @version 1.135.0
40
40
  *
41
41
  * @constructor
42
42
  * @private