@openui5/sap.f 1.130.0 → 1.131.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 (88) 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/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 +66 -5
  11. package/src/sap/f/CardRenderer.js +17 -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 +5 -1
  15. package/src/sap/f/DynamicPageTitle.js +1 -1
  16. package/src/sap/f/FlexibleColumnLayout.js +24 -1
  17. package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +23 -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 +1 -1
  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 +1 -1
  37. package/src/sap/f/cards/CardBadgeCustomData.js +1 -1
  38. package/src/sap/f/cards/Header.js +1 -1
  39. package/src/sap/f/cards/NumericHeader.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 +2 -2
  43. package/src/sap/f/cards/loading/CalendarPlaceholder.js +1 -1
  44. package/src/sap/f/cards/loading/GenericPlaceholder.js +2 -2
  45. package/src/sap/f/cards/loading/ListPlaceholder.js +2 -2
  46. package/src/sap/f/cards/loading/ObjectPlaceholder.js +2 -2
  47. package/src/sap/f/cards/loading/PlaceholderBase.js +1 -1
  48. package/src/sap/f/cards/loading/TablePlaceholder.js +2 -2
  49. package/src/sap/f/cards/loading/TimelinePlaceholder.js +2 -2
  50. package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +24 -22
  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 +27 -4
  56. package/src/sap/f/messagebundle_es.properties +1 -1
  57. package/src/sap/f/messagebundle_ru.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/Card.less +13 -0
  88. package/src/sap/f/themes/base/SidePanel.less +0 -11
@@ -16,10 +16,10 @@ sap.ui.define([
16
16
  * @param {object} [mSettings] Initial settings for the new control
17
17
  *
18
18
  *
19
- * @extends sap.ui.core.Control
19
+ * @extends sap.f.cards.loading.PlaceholderBase
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.130.0
22
+ * @version 1.131.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.130.0
22
+ * @version 1.131.0
23
23
  *
24
24
  * @constructor
25
25
  * @private
@@ -16,10 +16,10 @@ sap.ui.define([
16
16
  * @param {object} [mSettings] Initial settings for the new control
17
17
  *
18
18
  *
19
- * @extends sap.ui.core.Control
19
+ * @extends sap.f.cards.loading.PlaceholderBase
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.130.0
22
+ * @version 1.131.0
23
23
  *
24
24
  * @constructor
25
25
  * @private
@@ -16,10 +16,10 @@ sap.ui.define([
16
16
  * @param {object} [mSettings] Initial settings for the new control
17
17
  *
18
18
  *
19
- * @extends sap.ui.core.Control
19
+ * @extends sap.f.cards.loading.PlaceholderBase
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.130.0
22
+ * @version 1.131.0
23
23
  *
24
24
  * @constructor
25
25
  * @private
@@ -26,10 +26,10 @@ sap.ui.define([
26
26
  * @param {object} [mSettings] Initial settings for the new control
27
27
  *
28
28
  *
29
- * @extends sap.ui.core.Control
29
+ * @extends sap.f.cards.loading.PlaceholderBase
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.130.0
32
+ * @version 1.131.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.130.0
25
+ * @version 1.131.0
26
26
  *
27
27
  * @constructor
28
28
  * @private
@@ -16,10 +16,10 @@ sap.ui.define([
16
16
  * @param {object} [mSettings] Initial settings for the new control
17
17
  *
18
18
  *
19
- * @extends sap.ui.core.Control
19
+ * @extends sap.f.cards.loading.PlaceholderBase
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.130.0
22
+ * @version 1.131.0
23
23
  *
24
24
  * @constructor
25
25
  * @private
@@ -16,10 +16,10 @@ sap.ui.define([
16
16
  * @param {object} [mSettings] Initial settings for the new control
17
17
  *
18
18
  *
19
- * @extends sap.ui.core.Control
19
+ * @extends sap.f.cards.loading.PlaceholderBase
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.130.0
22
+ * @version 1.131.0
23
23
  *
24
24
  * @constructor
25
25
  * @private
@@ -16,8 +16,7 @@ sap.ui.define([
16
16
  *
17
17
  * @alias sap.f.changeHandler.MoveDynamicPageTitleActions
18
18
  * @author SAP SE
19
- * @version 1.130.0
20
- * @experimental Since 1.52
19
+ * @version 1.131.0
21
20
  */
22
21
  var MoveActions = { };
23
22
  var ACTION_AGGREGATION_NAME = "actions";
@@ -134,26 +133,29 @@ sap.ui.define([
134
133
  MoveActions.getCondenserInfo = function(oChange) {
135
134
  var oChangeContent = oChange.getContent();
136
135
  var oRevertData = oChange.getRevertData();
137
- return {
138
- affectedControl: oChangeContent.movedElements[0].selector,
139
- classification: Condenser.Move,
140
- sourceContainer: oRevertData.sourceParent,
141
- targetContainer: oChangeContent.targetContainer,
142
- sourceIndex: oRevertData.index,
143
- sourceAggregation: oRevertData.aggregation,
144
- targetAggregation: oChangeContent.targetAggregation,
145
- setTargetIndex: function(oChange, iNewTargetIndex) {
146
- oChange.getContent().movedElements[0].targetIndex = iNewTargetIndex;
147
- },
148
- getTargetIndex: function(oChange) {
149
- return oChange.getContent().movedElements[0].targetIndex;
150
- },
151
- setIndexInRevertData: function(oChange, iIndex) {
152
- var oRevertData = oChange.getRevertData();
153
- oRevertData.index = iIndex;
154
- oChange.setRevertData(oRevertData);
155
- }
156
- };
136
+ var bSupportsCondenser = oChangeContent.targetAggregation && oChangeContent.targetContainer;
137
+ if (bSupportsCondenser) {
138
+ return {
139
+ affectedControl: oChangeContent.movedElements[0].selector,
140
+ classification: Condenser.Move,
141
+ sourceContainer: oRevertData.sourceParent,
142
+ targetContainer: oChangeContent.targetContainer,
143
+ sourceIndex: oRevertData.index,
144
+ sourceAggregation: oRevertData.aggregation,
145
+ targetAggregation: oChangeContent.targetAggregation,
146
+ setTargetIndex: function(oChange, iNewTargetIndex) {
147
+ oChange.getContent().movedElements[0].targetIndex = iNewTargetIndex;
148
+ },
149
+ getTargetIndex: function(oChange) {
150
+ return oChange.getContent().movedElements[0].targetIndex;
151
+ },
152
+ setIndexInRevertData: function(oChange, iIndex) {
153
+ var oRevertData = oChange.getRevertData();
154
+ oRevertData.index = iIndex;
155
+ oChange.setRevertData(oRevertData);
156
+ }
157
+ };
158
+ }
157
159
  };
158
160
 
159
161
  return MoveActions;
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  *
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.130.0
44
+ * @version 1.131.0
45
45
  *
46
46
  * @extends sap.f.delegate.GridItemNavigation
47
47
  *
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  *
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.130.0
37
+ * @version 1.131.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.130.0
21
+ * @version 1.131.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.130.0
40
+ * @version 1.131.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.130.0
42
+ * @version 1.131.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.130.0",
49
+ version: "1.131.0",
50
50
  dependencies : ["sap.ui.core", "sap.m", "sap.ui.layout"],
51
51
  designtime: "sap/f/designtime/library.designtime",
52
52
  interfaces: [
@@ -64,6 +64,7 @@ sap.ui.define([
64
64
  "sap.f.AvatarColor",
65
65
  "sap.f.AvatarGroupType",
66
66
  "sap.f.CardBadgeVisibilityMode",
67
+ "sap.f.cards.SemanticRole",
67
68
  "sap.f.cards.HeaderPosition",
68
69
  "sap.f.cards.NumericHeaderSideIndicatorsAlignment",
69
70
  "sap.f.DynamicPageTitleArea",
@@ -508,7 +509,6 @@ sap.ui.define([
508
509
  *
509
510
  * @enum {string}
510
511
  * @public
511
- * @experimental Since 1.73.
512
512
  * @since 1.73
513
513
  */
514
514
  thisLib.AvatarGroupType = {
@@ -583,7 +583,6 @@ sap.ui.define([
583
583
  *
584
584
  * @since 1.63
585
585
  * @name sap.f.IShellBar
586
- * @experimental Since 1.63, that provides only limited functionality. Also, it can be removed in future versions.
587
586
  * @public
588
587
  * @interface
589
588
  */
@@ -602,6 +601,29 @@ sap.ui.define([
602
601
 
603
602
  thisLib.cards = thisLib.cards || {};
604
603
 
604
+ /**
605
+ * Different options for the semantic role in controls that implement the {@link sap.f.ICard} interface.
606
+ *
607
+ * @enum {string}
608
+ * @experimental
609
+ * @public
610
+ * @since 1.131
611
+ */
612
+ thisLib.cards.SemanticRole = {
613
+ /**
614
+ * The card has no interactive elements.
615
+ *
616
+ * @public
617
+ */
618
+ Region: "Region",
619
+ /**
620
+ * The card has interactive elements.
621
+ *
622
+ * @public
623
+ */
624
+ ListItem: "ListItem"
625
+ };
626
+
605
627
  /**
606
628
  * Different options for the position of the header in controls that implement the {@link sap.f.ICard} interface.
607
629
  *
@@ -779,6 +801,7 @@ sap.ui.define([
779
801
  * Register all of the above defined enums.
780
802
  */
781
803
  DataType.registerEnum("sap.f.AvatarGroupType", thisLib.AvatarGroupType);
804
+ DataType.registerEnum("sap.f.cards.SemanticRole", thisLib.cards.SemanticRole);
782
805
  DataType.registerEnum("sap.f.cards.HeaderPosition", thisLib.cards.HeaderPosition);
783
806
  DataType.registerEnum("sap.f.cards.NumericHeaderSideIndicatorsAlignment", thisLib.cards.NumericHeaderSideIndicatorsAlignment);
784
807
  DataType.registerEnum("sap.f.LayoutType", thisLib.LayoutType);
@@ -45,7 +45,7 @@ SEMANTIC_CONTROL_EDIT=Editar
45
45
 
46
46
  SEMANTIC_CONTROL_ADD=A\u00F1adir
47
47
 
48
- SEMANTIC_CONTROL_DELETE=Eliminar
48
+ SEMANTIC_CONTROL_DELETE=Borrar
49
49
 
50
50
  SEMANTIC_CONTROL_SAVE=Guardar
51
51
 
@@ -103,7 +103,7 @@ SHELLBAR_CONTAINER_LABEL=\u041F\u0430\u043D\u0435\u043B\u044C \u043E\u0431\u043E
103
103
 
104
104
  SHELLBAR_LOGO_TOOLTIP=\u041B\u043E\u0433\u043E\u0442\u0438\u043F
105
105
 
106
- SHELLBAR_COPILOT_TOOLTIP=\u0414\u0436\u043E\u0443\u043B\u044C
106
+ SHELLBAR_COPILOT_TOOLTIP=Joule
107
107
 
108
108
  SHELLBAR_SEARCH_TOOLTIP=\u041F\u043E\u0438\u0441\u043A
109
109
 
@@ -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.130.0
21
+ * @version 1.131.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.130.0
21
+ * @version 1.131.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.130.0
21
+ * @version 1.131.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.130.0
22
+ * @version 1.131.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.130.0
22
+ * @version 1.131.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.130.0
21
+ * @version 1.131.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.130.0
21
+ * @version 1.131.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.130.0
22
+ * @version 1.131.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.130.0
22
+ * @version 1.131.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.130.0
22
+ * @version 1.131.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.130.0
21
+ * @version 1.131.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.130.0
21
+ * @version 1.131.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.130.0
22
+ * @version 1.131.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.130.0
22
+ * @version 1.131.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.130.0
22
+ * @version 1.131.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.130.0
22
+ * @version 1.131.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.130.0
27
+ * @version 1.131.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.130.0
32
+ * @version 1.131.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.130.0
27
+ * @version 1.131.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.130.0
104
+ * @version 1.131.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.130.0
26
+ * @version 1.131.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.130.0
22
+ * @version 1.131.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.130.0
22
+ * @version 1.131.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.130.0
22
+ * @version 1.131.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.130.0
22
+ * @version 1.131.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.130.0
25
+ * @version 1.131.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.130.0
29
+ * @version 1.131.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.130.0
26
+ * @version 1.131.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.130.0
39
+ * @version 1.131.0
40
40
  *
41
41
  * @constructor
42
42
  * @private
@@ -472,6 +472,16 @@ html[data-sap-ui-browser^="cr"] .sapFCard {
472
472
  flex-grow: 1;
473
473
  }
474
474
 
475
+ .sapFCard.sapFCardInteractive:hover {
476
+ box-shadow: @sapUiContentShadow2;
477
+ cursor: pointer;
478
+ }
479
+ //Todo HC should use the active background: --sapTile_Hover_Background
480
+ .sapFCard.sapFCardInteractive:active {
481
+ box-shadow: none;
482
+ border: 0.0625rem solid; @sapTile_Interactive_BorderColor;
483
+ }
484
+
475
485
  .sapFCard.sapFCardSectionInteractive {
476
486
  &[data-sap-ui-draggable=true] {
477
487
  .sapMText {
@@ -499,6 +509,7 @@ html[data-sap-ui-browser^="cr"] .sapFCard {
499
509
  }
500
510
  }
501
511
 
512
+ .sapFCard.sapFCardFocus:focus::before,
502
513
  .sapFCardHeader:not(.sapFCardHeaderToolbarFocused):focus-within::before,
503
514
  .sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:focus > .sapFCard > .sapFCardHeader:not(.sapFCardHeaderToolbarFocused)::before, // focus inside Grid Container
504
515
  .sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:focus > .sapFCard.sapFCardNoHeader::before { // ... focus on a card without header
@@ -512,8 +523,10 @@ html[data-sap-ui-browser^="cr"] .sapFCard {
512
523
  border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
513
524
  border-radius: @_sap_f_Card_HeaderFocusBorderRadius;
514
525
  pointer-events: none;
526
+ z-index: 1;
515
527
  }
516
528
 
529
+
517
530
  /* ui5-restricted work zone */
518
531
  .sapFCard.sapFCardFocusFullCard,
519
532
  ui-integration-card.sapFCardFocusFullCard > [data-sap-ui-area] > .sapFCard {
@@ -497,17 +497,6 @@
497
497
  right: auto;
498
498
  left: 1rem;
499
499
  }
500
- .sapFSPActionBarList {
501
- .sapFSPItem {
502
- flex-direction: row-reverse;
503
- &.sapFSPSelected {
504
- &::before {
505
- right: 0;
506
- left: auto;
507
- }
508
- }
509
- }
510
- }
511
500
  .sapFSPSplitterBar {
512
501
  left: initial;
513
502
  right: -1rem;