@openui5/sap.f 1.108.1 → 1.109.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 (91) hide show
  1. package/THIRDPARTY.txt +1 -1
  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/AvatarGroupRenderer.js +2 -5
  8. package/src/sap/f/CalendarAppointmentInCard.js +1 -1
  9. package/src/sap/f/CalendarInCard.js +1 -1
  10. package/src/sap/f/Card.js +1 -1
  11. package/src/sap/f/CardBase.js +1 -1
  12. package/src/sap/f/DynamicPage.js +2 -1
  13. package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +1 -1
  14. package/src/sap/f/DynamicPageHeader.js +2 -2
  15. package/src/sap/f/DynamicPageTitle.js +2 -2
  16. package/src/sap/f/FlexibleColumnLayout.js +1 -1
  17. package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +1 -1
  18. package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +1 -1
  19. package/src/sap/f/GridContainer.js +1 -1
  20. package/src/sap/f/GridContainerItemLayoutData.js +1 -1
  21. package/src/sap/f/GridContainerRenderer.js +1 -1
  22. package/src/sap/f/GridContainerSettings.js +2 -2
  23. package/src/sap/f/GridContainerUtils.js +4 -4
  24. package/src/sap/f/GridList.js +1 -1
  25. package/src/sap/f/GridListItem.js +1 -1
  26. package/src/sap/f/GridNavigationMatrix.js +2 -2
  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 -49
  31. package/src/sap/f/ProductSwitchItem.js +1 -1
  32. package/src/sap/f/ProductSwitchItemRenderer.js +0 -1
  33. package/src/sap/f/SearchManager.js +1 -1
  34. package/src/sap/f/ShellBar.js +1 -1
  35. package/src/sap/f/SidePanel.js +391 -84
  36. package/src/sap/f/SidePanelItem.js +1 -2
  37. package/src/sap/f/SidePanelRenderer.js +62 -19
  38. package/src/sap/f/cards/BaseHeader.js +10 -12
  39. package/src/sap/f/cards/Header.js +1 -1
  40. package/src/sap/f/cards/HeaderRenderer.js +1 -1
  41. package/src/sap/f/cards/NumericHeader.js +10 -2
  42. package/src/sap/f/cards/NumericIndicators.js +10 -2
  43. package/src/sap/f/cards/NumericIndicatorsRenderer.js +6 -3
  44. package/src/sap/f/cards/NumericSideIndicator.js +1 -1
  45. package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +1 -1
  46. package/src/sap/f/cards/loading/CalendarPlaceholder.js +4 -5
  47. package/src/sap/f/cards/loading/GenericPlaceholder.js +1 -1
  48. package/src/sap/f/cards/loading/ListPlaceholder.js +5 -5
  49. package/src/sap/f/cards/loading/ObjectPlaceholder.js +1 -1
  50. package/src/sap/f/cards/loading/TablePlaceholder.js +5 -5
  51. package/src/sap/f/cards/loading/TimelinePlaceholder.js +6 -6
  52. package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +1 -1
  53. package/src/sap/f/delegate/GridContainerItemNavigation.js +19 -41
  54. package/src/sap/f/delegate/GridItemNavigation.js +7 -17
  55. package/src/sap/f/dnd/GridDragOver.js +10 -4
  56. package/src/sap/f/dnd/GridDropInfo.js +1 -1
  57. package/src/sap/f/library.js +2 -2
  58. package/src/sap/f/messagebundle.properties +11 -0
  59. package/src/sap/f/messagebundle_en_US_saprigi.properties +7 -0
  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 +3 -7
  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/CoPilotRenderer.js +11 -6
  88. package/src/sap/f/shellBar/ControlSpacer.js +1 -1
  89. package/src/sap/f/shellBar/Search.js +1 -1
  90. package/src/sap/f/themes/base/GridList.less +4 -0
  91. package/src/sap/f/themes/base/SidePanel.less +189 -29
@@ -4,12 +4,14 @@
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
7
+ "sap/ui/core/Element",
7
8
  "sap/ui/core/delegate/ItemNavigation",
8
9
  "./GridItemNavigation",
9
10
  "sap/ui/dom/containsOrEquals",
10
11
  "sap/ui/thirdparty/jquery",
11
12
  "sap/ui/dom/jquery/Selectors" // provides jQuery custom selector ":sapTabbable"
12
13
  ], function (
14
+ Element,
13
15
  ItemNavigation,
14
16
  GridItemNavigation,
15
17
  containsOrEquals,
@@ -39,7 +41,7 @@ sap.ui.define([
39
41
  *
40
42
  *
41
43
  * @author SAP SE
42
- * @version 1.108.1
44
+ * @version 1.109.0
43
45
  *
44
46
  * @extends sap.f.delegate.GridItemNavigation
45
47
  *
@@ -52,20 +54,10 @@ sap.ui.define([
52
54
  GridItemNavigation.apply(this, arguments);
53
55
 
54
56
  this.attachEvent(ItemNavigation.Events.FocusLeave, this._onFocusLeave, this);
55
- },
56
- metadata: {
57
- library: "sap.f",
58
- properties: {
59
-
60
- },
61
- events: {
62
-
63
- }
64
57
  }
65
58
  });
66
59
 
67
60
  GridContainerItemNavigation.prototype._onFocusLeave = function (oEvent) {
68
-
69
61
  var currentFocused = this.getFocusedDomRef();
70
62
  this.getItemDomRefs().forEach(function (item, index) {
71
63
  if (currentFocused === item) {
@@ -73,8 +65,6 @@ sap.ui.define([
73
65
  this.setFocusedIndex(nextFocusableIndex);
74
66
  }
75
67
  }.bind(this));
76
-
77
- this._bFocusLeft = true;
78
68
  };
79
69
 
80
70
  /**
@@ -116,11 +106,9 @@ sap.ui.define([
116
106
  }
117
107
  });
118
108
 
119
- var $Tabbables = jQuery(Tabbables),
120
- focusableIndex = $Tabbables.length === 1 ? 0 : $Tabbables.length - 1;
121
-
109
+ var focusableIndex = Tabbables.length - 1;
122
110
  if (focusableIndex === -1 ||
123
- ($Tabbables.control(focusableIndex) && $Tabbables.control(focusableIndex).getId() === oEvent.target.id)) {
111
+ (Element.closestTo(Tabbables[focusableIndex]) && Element.closestTo(Tabbables[focusableIndex]).getId() === oEvent.target.id)) {
124
112
  this._lastFocusedElement = oEvent.target;
125
113
  this.forwardTab(true);
126
114
  }
@@ -168,7 +156,7 @@ sap.ui.define([
168
156
  oControl;
169
157
 
170
158
  if ($listItem.length) {
171
- oControl = $listItem.children().eq(0).control()[0];
159
+ oControl = Element.closestTo($listItem.children()[0]);
172
160
 
173
161
  // if the list item visual focus is displayed by the currently focused control,
174
162
  // move the focus to the list item
@@ -206,6 +194,16 @@ sap.ui.define([
206
194
  GridContainerItemNavigation.prototype.onfocusin = function(oEvent) {
207
195
  GridItemNavigation.prototype.onfocusin.call(this, oEvent);
208
196
 
197
+ // focus is coming in the grid container from Tab
198
+ if (oEvent.target === this._getGridInstance().getDomRef("before") && !this.getRootDomRef().contains(oEvent.relatedTarget)) {
199
+ var oLastFocused = this._lastFocusedElement || this.getItemDomRefs()[this.getFocusedIndex()];
200
+
201
+ if (oLastFocused) {
202
+ oLastFocused.focus();
203
+ }
204
+ return;
205
+ }
206
+
209
207
  // focus is coming in the grid container from Shift + Tab
210
208
  if (oEvent.target === this._getGridInstance().getDomRef("after") && !this.getRootDomRef().contains(oEvent.relatedTarget)) {
211
209
  this._focusPrevious(oEvent);
@@ -213,13 +211,10 @@ sap.ui.define([
213
211
  }
214
212
 
215
213
  var $listItem = jQuery(oEvent.target).closest('.sapFGridContainerItemWrapperNoVisualFocus'),
216
- oControl,
217
- aNavigationDomRefs,
218
- iLastFocusedIndex,
219
- oLastFocused;
214
+ oControl;
220
215
 
221
216
  if ($listItem.length) {
222
- oControl = $listItem.children().eq(0).control()[0];
217
+ oControl = Element.closestTo($listItem.children()[0]);
223
218
 
224
219
  if (oControl) {
225
220
  doVirtualFocusin(oControl);
@@ -233,23 +228,6 @@ sap.ui.define([
233
228
  }
234
229
  }
235
230
  }
236
-
237
- if (oEvent.target.classList.contains("sapFGridContainerItemWrapper")) {
238
- this._lastFocusedElement = null;
239
- }
240
-
241
- if (this._bFocusLeft && !this._bIsMouseDown) {
242
- aNavigationDomRefs = this.getItemDomRefs();
243
- iLastFocusedIndex = this.getFocusedIndex();
244
-
245
- oLastFocused = this._lastFocusedElement || aNavigationDomRefs[iLastFocusedIndex];
246
-
247
- if (!containsOrEquals(oLastFocused, oEvent.target)) {
248
- oLastFocused.focus();
249
- }
250
- }
251
-
252
- this._bFocusLeft = false;
253
231
  };
254
232
 
255
233
  /**
@@ -318,7 +296,7 @@ sap.ui.define([
318
296
  this.aItemDomRefs[this.iFocusedIndex].focus();
319
297
 
320
298
  // make the DOM element that has the outline focus to be visible in the view area
321
- oInnerControl = jQuery(this.aItemDomRefs[this.iFocusedIndex].firstChild).control()[0];
299
+ oInnerControl = Element.closestTo(this.aItemDomRefs[this.iFocusedIndex].firstChild);
322
300
 
323
301
  if (oInnerControl) {
324
302
  oInnerControlFocusDomRef = oInnerControl.getFocusDomRef();
@@ -4,17 +4,17 @@
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
7
+ "sap/ui/core/Element",
7
8
  "sap/ui/core/delegate/ItemNavigation",
8
9
  "sap/ui/events/KeyCodes",
9
10
  "sap/base/Log",
10
- "sap/f/library",
11
- "sap/ui/thirdparty/jquery"
11
+ "sap/f/library"
12
12
  ], function (
13
+ Element,
13
14
  ItemNavigation,
14
15
  KeyCodes,
15
16
  Log,
16
- library,
17
- jQuery
17
+ library
18
18
  ) {
19
19
  "use strict";
20
20
 
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  *
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.108.1
34
+ * @version 1.109.0
35
35
  *
36
36
  * @extends sap.ui.core.delegate.ItemNavigation
37
37
  *
@@ -39,17 +39,7 @@ sap.ui.define([
39
39
  * @constructor
40
40
  * @alias sap.f.delegate.GridItemNavigation
41
41
  */
42
- var GridItemNavigation = ItemNavigation.extend("sap.f.delegate.GridItemNavigation", /** @lends sap.f.GridItemNavigation.prototype */ {
43
- metadata: {
44
- library: "sap.f",
45
- properties: {
46
-
47
- },
48
- events: {
49
-
50
- }
51
- }
52
- });
42
+ var GridItemNavigation = ItemNavigation.extend("sap.f.delegate.GridItemNavigation");
53
43
 
54
44
  GridItemNavigation.prototype.resetFocusPosition = function () {
55
45
  this._mCurrentPosition = null;
@@ -384,7 +374,7 @@ sap.ui.define([
384
374
  };
385
375
 
386
376
  GridItemNavigation.prototype._getGridInstance = function () {
387
- return jQuery(this.oDomRef).control(0);
377
+ return Element.closestTo(this.oDomRef);
388
378
  };
389
379
 
390
380
  return GridItemNavigation;
@@ -4,15 +4,21 @@
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
7
- sap.ui.define(['sap/ui/base/Object', "sap/ui/thirdparty/jquery", "sap/base/Log", "sap/ui/core/Configuration"],
8
- function(BaseObject, jQuery, Log, Configuration) {
7
+ sap.ui.define([
8
+ "sap/ui/base/Object",
9
+ "sap/ui/thirdparty/jquery",
10
+ "sap/base/Log",
11
+ "sap/ui/core/Configuration",
12
+ "sap/ui/core/Element"
13
+ ],
14
+ function(BaseObject, jQuery, Log, Configuration, Element) {
9
15
  "use strict";
10
16
 
11
17
  /**
12
18
  * Handles dragging of a control over a given grid container.
13
19
  *
14
20
  * @author SAP SE
15
- * @version 1.108.1
21
+ * @version 1.109.0
16
22
  *
17
23
  * @extends sap.ui.base.Object
18
24
  *
@@ -450,7 +456,7 @@ sap.ui.define(['sap/ui/base/Object', "sap/ui/thirdparty/jquery", "sap/base/Log",
450
456
  return null;
451
457
  }
452
458
 
453
- oTargetControl = $target.control(0, true);
459
+ oTargetControl = Element.closestTo($target[0], true);
454
460
 
455
461
  if (!sBeforeOrAfter) {
456
462
  sBeforeOrAfter = this._calculateDropBeforeOrAfter(oTargetControl, oDragEvent);
@@ -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.108.1
40
+ * @version 1.109.0
41
41
  *
42
42
  * @public
43
43
  * @experimental Since 1.68 This class is experimental. The API may change.
@@ -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.108.1
39
+ * @version 1.109.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.108.1",
45
+ version: "1.109.0",
46
46
  dependencies : ["sap.ui.core", "sap.m", "sap.ui.layout"],
47
47
  designtime: "sap/f/designtime/library.designtime",
48
48
  interfaces: [
@@ -232,4 +232,15 @@ SIDEPANEL_NAV_ITEM_SELECTED=Selected
232
232
  #XACT: sap.f.SidePanel Default aria-label text for the side panel
233
233
  SIDEPANEL_DEFAULT_ARIA_LABEL=Side Panel
234
234
 
235
+ #XMIT: sap.f.SidePanel context menu minimum width menu item text
236
+ SIDEPANEL_CONTEXTMENU_MINIMUM_WIDTH=Collapse to Minimum Width
237
+
238
+ #XMIT: sap.f.SidePanel context menu default width menu item text
239
+ SIDEPANEL_CONTEXTMENU_DEFAULT_WIDTH=Reset to Default Width
240
+
241
+ #XMIT: sap.f.SidePanel context menu maximum width menu item text
242
+ SIDEPANEL_CONTEXTMENU_MAXIMUM_WIDTH=Expand to Maximum Width
243
+
244
+ #XACT: sap.f.SidePanel "Selected" announcement text
245
+ SIDEPANEL_RESIZE_SPLITTER_TITLE=Resize side panel
235
246
 
@@ -153,4 +153,11 @@ SIDEPANEL_NAV_ITEM_SELECTED=\u206A\u206A\u206A\u200D\u200D\u200C\u200B\u200C\u20
153
153
 
154
154
  SIDEPANEL_DEFAULT_ARIA_LABEL=\u206A\u206A\u206A\u200C\u200C\u200C\u200B\u200B\u200D\u200C\u200C\u200B\u200D\u200C\u200D\u200D\u200D\u200C\u200B\u200C\u200B\u200C\u200C\u200D\u200D\u200B\u200B\u200C\u200C\u200B\u200D\u200D\u200D\u200D\u200C\u200B\u200D\u200C\u200D\u200B\u200C\u200B\u206ASide Panel\u206A\u206A
155
155
 
156
+ SIDEPANEL_CONTEXTMENU_MINIMUM_WIDTH=\u206A\u206A\u206A\u200C\u200C\u200B\u200C\u200D\u200C\u200D\u200D\u200B\u200D\u200C\u200C\u200B\u200C\u200B\u200B\u200D\u200D\u200D\u200C\u200D\u200D\u200C\u200D\u200B\u200C\u200C\u200D\u200C\u200C\u200D\u200B\u200C\u200C\u200D\u200D\u200C\u200B\u200B\u200C\u206ACollapse to Minimum Width\u206A\u206A
157
+
158
+ SIDEPANEL_CONTEXTMENU_DEFAULT_WIDTH=\u206A\u206A\u206A\u200C\u200B\u200B\u200D\u200B\u200C\u200B\u200B\u200B\u200C\u200B\u200D\u200B\u200D\u200C\u200D\u200D\u200C\u200B\u200D\u200C\u200D\u200B\u200D\u200C\u200D\u200D\u200D\u200D\u200C\u200C\u200D\u200D\u200B\u200D\u200C\u200B\u200D\u200B\u200D\u206AReset to Default Width\u206A\u206A
159
+
160
+ SIDEPANEL_CONTEXTMENU_MAXIMUM_WIDTH=\u206A\u206A\u206A\u200C\u200D\u200C\u200B\u200B\u200C\u200B\u200D\u200D\u200C\u200C\u200C\u200D\u200C\u200D\u200C\u200D\u200D\u200D\u200B\u200D\u200D\u200B\u200D\u200B\u200D\u200C\u200C\u200C\u200B\u200B\u200D\u200C\u200B\u200C\u200C\u200B\u200D\u200C\u200C\u206AExpand to Maximum Width\u206A\u206A
161
+
162
+ SIDEPANEL_RESIZE_SPLITTER_TITLE=\u206A\u206A\u206A\u200C\u200D\u200B\u200C\u200C\u200D\u200C\u200C\u200C\u200B\u200B\u200C\u200D\u200C\u200D\u200D\u200D\u200D\u200C\u200D\u200C\u200D\u200D\u200D\u200C\u200D\u200B\u200D\u200B\u200C\u200C\u200B\u200C\u200D\u200D\u200D\u200C\u200D\u200D\u200B\u206AResize side panel\u206A\u206A
156
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.108.1
21
+ * @version 1.109.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.108.1
21
+ * @version 1.109.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.108.1
21
+ * @version 1.109.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.108.1
22
+ * @version 1.109.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.108.1
22
+ * @version 1.109.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.108.1
21
+ * @version 1.109.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.108.1
21
+ * @version 1.109.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.108.1
22
+ * @version 1.109.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.108.1
22
+ * @version 1.109.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.108.1
22
+ * @version 1.109.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.108.1
21
+ * @version 1.109.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.108.1
21
+ * @version 1.109.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.108.1
22
+ * @version 1.109.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.108.1
22
+ * @version 1.109.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.108.1
22
+ * @version 1.109.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.108.1
22
+ * @version 1.109.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.108.1
27
+ * @version 1.109.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -11,13 +11,11 @@ sap.ui.define([
11
11
  "sap/ui/base/Object",
12
12
  "sap/ui/core/IconPool",
13
13
  "sap/m/library",
14
- "sap/m/OverflowToolbarLayoutData",
15
- "sap/ui/core/InvisibleText"
14
+ "sap/m/OverflowToolbarLayoutData"
16
15
  ], function(BaseObject,
17
16
  IconPool,
18
17
  mobileLibrary,
19
- OverflowToolbarLayoutData,
20
- InvisibleText) {
18
+ OverflowToolbarLayoutData) {
21
19
  "use strict";
22
20
 
23
21
  // shortcut for sap.m.OverflowToolbarPriority
@@ -32,7 +30,7 @@ sap.ui.define([
32
30
  * @class
33
31
  * Defines the visual properties and placement for each supported semantic type.
34
32
  *
35
- * @version 1.108.1
33
+ * @version 1.109.0
36
34
  * @private
37
35
  * @since 1.46.0
38
36
  * @alias sap.f.semantic.SemanticConfiguration
@@ -326,7 +324,6 @@ sap.ui.define([
326
324
  order: 0,
327
325
  mainAction : false,
328
326
  getSettings: function() {
329
- var sTooltipId = InvisibleText.getStaticId("sap.f", "SEMANTIC_CONTROL_MESSAGES_INDICATOR");
330
327
 
331
328
  return {
332
329
  icon: IconPool.getIconURI("message-popup"),
@@ -337,7 +334,6 @@ sap.ui.define([
337
334
  }
338
335
  },
339
336
  tooltip: oBundle.getText("SEMANTIC_CONTROL_MESSAGES_INDICATOR"),
340
- ariaLabelledBy: sTooltipId,
341
337
  type: ButtonType.Emphasized,
342
338
  visible: {
343
339
  path: "message>/",
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @abstract
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.108.1
27
+ * @version 1.109.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -97,7 +97,7 @@ sap.ui.define([
97
97
  * @extends sap.ui.core.Control
98
98
  *
99
99
  * @author SAP SE
100
- * @version 1.108.1
100
+ * @version 1.109.0
101
101
  *
102
102
  * @constructor
103
103
  * @public
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @abstract
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.108.1
26
+ * @version 1.109.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.108.1
22
+ * @version 1.109.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.108.1
22
+ * @version 1.109.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.108.1
22
+ * @version 1.109.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.108.1
22
+ * @version 1.109.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.108.1
25
+ * @version 1.109.0
26
26
  *
27
27
  * @private
28
28
  * @since 1.64
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.ui.core.Control
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.108.1
28
+ * @version 1.109.0
29
29
  *
30
30
  * @constructor
31
31
  * @private