@openui5/sap.f 1.123.1 → 1.124.1

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 (83) hide show
  1. package/package.json +4 -4
  2. package/src/sap/f/.library +1 -1
  3. package/src/sap/f/Avatar.js +1 -1
  4. package/src/sap/f/AvatarGroup.js +1 -1
  5. package/src/sap/f/AvatarGroupItem.js +1 -1
  6. package/src/sap/f/CalendarAppointmentInCard.js +1 -1
  7. package/src/sap/f/CalendarInCard.js +1 -1
  8. package/src/sap/f/Card.js +1 -1
  9. package/src/sap/f/CardBase.js +1 -1
  10. package/src/sap/f/DynamicPage.js +1 -1
  11. package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +1 -1
  12. package/src/sap/f/DynamicPageHeader.js +1 -1
  13. package/src/sap/f/DynamicPageTitle.js +1 -1
  14. package/src/sap/f/FlexibleColumnLayout.js +17 -3
  15. package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +1 -1
  16. package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +1 -1
  17. package/src/sap/f/GridContainer.js +1 -1
  18. package/src/sap/f/GridContainerItemLayoutData.js +1 -1
  19. package/src/sap/f/GridContainerSettings.js +2 -2
  20. package/src/sap/f/GridList.js +1 -1
  21. package/src/sap/f/GridListItem.js +1 -1
  22. package/src/sap/f/IllustratedMessage.js +1 -1
  23. package/src/sap/f/Illustration.js +1 -1
  24. package/src/sap/f/PlanningCalendarInCardLegend.js +1 -1
  25. package/src/sap/f/ProductSwitch.js +1 -1
  26. package/src/sap/f/ProductSwitchItem.js +1 -1
  27. package/src/sap/f/SearchManager.js +1 -1
  28. package/src/sap/f/ShellBar.js +1 -1
  29. package/src/sap/f/SidePanel.js +1 -1
  30. package/src/sap/f/SidePanelItem.js +1 -1
  31. package/src/sap/f/cards/BaseHeader.js +2 -1
  32. package/src/sap/f/cards/Header.js +5 -1
  33. package/src/sap/f/cards/NumericHeader.js +31 -42
  34. package/src/sap/f/cards/NumericHeaderRenderer.js +5 -1
  35. package/src/sap/f/cards/NumericIndicators.js +1 -1
  36. package/src/sap/f/cards/NumericSideIndicator.js +1 -1
  37. package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +1 -1
  38. package/src/sap/f/cards/loading/CalendarPlaceholder.js +1 -1
  39. package/src/sap/f/cards/loading/GenericPlaceholder.js +1 -1
  40. package/src/sap/f/cards/loading/ListPlaceholder.js +1 -1
  41. package/src/sap/f/cards/loading/ObjectPlaceholder.js +1 -1
  42. package/src/sap/f/cards/loading/PlaceholderBase.js +1 -1
  43. package/src/sap/f/cards/loading/TablePlaceholder.js +1 -1
  44. package/src/sap/f/cards/loading/TimelinePlaceholder.js +1 -1
  45. package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +1 -1
  46. package/src/sap/f/delegate/GridContainerItemNavigation.js +1 -1
  47. package/src/sap/f/delegate/GridItemNavigation.js +1 -1
  48. package/src/sap/f/dnd/GridDragOver.js +1 -1
  49. package/src/sap/f/dnd/GridDropInfo.js +1 -1
  50. package/src/sap/f/library.js +64 -6
  51. package/src/sap/f/messagebundle_sh.properties +12 -12
  52. package/src/sap/f/semantic/AddAction.js +1 -1
  53. package/src/sap/f/semantic/CloseAction.js +1 -1
  54. package/src/sap/f/semantic/CopyAction.js +1 -1
  55. package/src/sap/f/semantic/DeleteAction.js +1 -1
  56. package/src/sap/f/semantic/DiscussInJamAction.js +1 -1
  57. package/src/sap/f/semantic/EditAction.js +1 -1
  58. package/src/sap/f/semantic/ExitFullScreenAction.js +1 -1
  59. package/src/sap/f/semantic/FavoriteAction.js +1 -1
  60. package/src/sap/f/semantic/FlagAction.js +1 -1
  61. package/src/sap/f/semantic/FooterMainAction.js +1 -1
  62. package/src/sap/f/semantic/FullScreenAction.js +1 -1
  63. package/src/sap/f/semantic/MainAction.js +1 -1
  64. package/src/sap/f/semantic/MessagesIndicator.js +1 -1
  65. package/src/sap/f/semantic/NegativeAction.js +1 -1
  66. package/src/sap/f/semantic/PositiveAction.js +1 -1
  67. package/src/sap/f/semantic/PrintAction.js +1 -1
  68. package/src/sap/f/semantic/SemanticButton.js +1 -1
  69. package/src/sap/f/semantic/SemanticConfiguration.js +1 -1
  70. package/src/sap/f/semantic/SemanticControl.js +1 -1
  71. package/src/sap/f/semantic/SemanticPage.js +1 -1
  72. package/src/sap/f/semantic/SemanticToggleButton.js +1 -1
  73. package/src/sap/f/semantic/SendEmailAction.js +1 -1
  74. package/src/sap/f/semantic/SendMessageAction.js +1 -1
  75. package/src/sap/f/semantic/ShareInJamAction.js +1 -1
  76. package/src/sap/f/semantic/TitleMainAction.js +1 -1
  77. package/src/sap/f/shellBar/AdditionalContentSupport.js +1 -1
  78. package/src/sap/f/shellBar/CoPilot.js +1 -1
  79. package/src/sap/f/shellBar/ControlSpacer.js +1 -1
  80. package/src/sap/f/shellBar/Factory.js +2 -1
  81. package/src/sap/f/shellBar/Search.js +1 -1
  82. package/src/sap/f/themes/base/Card.less +24 -0
  83. package/src/sap/f/themes/base/ShellBar.less +10 -0
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  *
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.123.1
37
+ * @version 1.124.1
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.123.1
21
+ * @version 1.124.1
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.123.1
40
+ * @version 1.124.1
41
41
  *
42
42
  * @public
43
43
  * @since 1.68
@@ -7,7 +7,9 @@
7
7
  /**
8
8
  * Initialization Code and shared classes of library sap.f.
9
9
  */
10
- sap.ui.define(["sap/ui/base/DataType",
10
+ sap.ui.define([
11
+ "sap/ui/core/Lib",
12
+ "sap/ui/base/DataType",
11
13
  "sap/m/AvatarShape",
12
14
  "sap/m/AvatarSize",
13
15
  "sap/m/AvatarType",
@@ -19,7 +21,8 @@ sap.ui.define(["sap/ui/base/DataType",
19
21
  "sap/ui/Global",
20
22
  "sap/ui/core/library",
21
23
  "sap/ui/layout/library"], // library dependency
22
- function(DataType,
24
+ function(Library,
25
+ DataType,
23
26
  AvatarShape,
24
27
  AvatarSize,
25
28
  AvatarType,
@@ -36,13 +39,14 @@ sap.ui.define(["sap/ui/base/DataType",
36
39
  * @namespace
37
40
  * @alias sap.f
38
41
  * @author SAP SE
39
- * @version 1.123.1
42
+ * @version 1.124.1
40
43
  * @since 1.44
41
44
  * @public
42
45
  */
43
- var thisLib = sap.ui.getCore().initLibrary({
46
+ var thisLib = Library.init({
47
+ apiVersion: 2,
44
48
  name : "sap.f",
45
- version: "1.123.1",
49
+ version: "1.124.1",
46
50
  dependencies : ["sap.ui.core", "sap.m", "sap.ui.layout"],
47
51
  designtime: "sap/f/designtime/library.designtime",
48
52
  interfaces: [
@@ -65,7 +69,9 @@ sap.ui.define(["sap/ui/base/DataType",
65
69
  "sap.f.DynamicPageTitleShrinkRatio",
66
70
  "sap.f.IllustratedMessageSize",
67
71
  "sap.f.IllustratedMessageType",
68
- "sap.f.LayoutType"
72
+ "sap.f.LayoutType",
73
+ "sap.f.SidePanelPosition",
74
+ "sap.f.NavigationDirection"
69
75
  ],
70
76
  controls: [
71
77
  "sap.f.Avatar",
@@ -176,6 +182,11 @@ sap.ui.define(["sap/ui/base/DataType",
176
182
  Middle: "Middle"
177
183
  };
178
184
 
185
+ /**
186
+ * @deprecated As of version 1.54
187
+ */
188
+ DataType.registerEnum("sap.f.DynamicPageTitleArea", thisLib.DynamicPageTitleArea);
189
+
179
190
  /**
180
191
  * @classdesc A string type that represents the shrink ratios of the areas within the <code>sap.f.DynamicPageTitle</code>.
181
192
  *
@@ -345,6 +356,11 @@ sap.ui.define(["sap/ui/base/DataType",
345
356
  */
346
357
  thisLib.AvatarShape = AvatarShape;
347
358
 
359
+ /**
360
+ * @deprecated As of version 1.73
361
+ */
362
+ DataType.registerEnum("sap.f.AvatarShape", thisLib.AvatarShape);
363
+
348
364
  /**
349
365
  * Predefined sizes for the {@link sap.f.Avatar} control.
350
366
  *
@@ -357,6 +373,11 @@ sap.ui.define(["sap/ui/base/DataType",
357
373
  */
358
374
  thisLib.AvatarSize = AvatarSize;
359
375
 
376
+ /**
377
+ * @deprecated As of version 1.73
378
+ */
379
+ DataType.registerEnum("sap.f.AvatarSize", thisLib.AvatarSize);
380
+
360
381
  /**
361
382
  * Interface for controls suitable for the <code>stickySubheaderProvider</code>
362
383
  * association of <code>{@link sap.f.DynamicPage}</code>.
@@ -430,6 +451,11 @@ sap.ui.define(["sap/ui/base/DataType",
430
451
  */
431
452
  thisLib.AvatarType = AvatarType;
432
453
 
454
+ /**
455
+ * @deprecated As of version 1.73
456
+ */
457
+ DataType.registerEnum("sap.f.AvatarType", thisLib.AvatarType);
458
+
433
459
  /**
434
460
  * Possible background color options for the {@link sap.f.Avatar} control.
435
461
  *
@@ -450,6 +476,11 @@ sap.ui.define(["sap/ui/base/DataType",
450
476
  */
451
477
  thisLib.AvatarColor = AvatarColor;
452
478
 
479
+ /**
480
+ * @deprecated As of version 1.73
481
+ */
482
+ DataType.registerEnum("sap.f.AvatarColor", thisLib.AvatarColor);
483
+
453
484
  /**
454
485
  * Types of image size and position that determine how an image fits in the {@link sap.f.Avatar} control area.
455
486
  *
@@ -462,6 +493,11 @@ sap.ui.define(["sap/ui/base/DataType",
462
493
  */
463
494
  thisLib.AvatarImageFitType = AvatarImageFitType;
464
495
 
496
+ /**
497
+ * @deprecated As of version 1.73
498
+ */
499
+ DataType.registerEnum("sap.f.AvatarImageFitType", thisLib.AvatarImageFitType);
500
+
465
501
  /**
466
502
  * Group modes for the {@link sap.f.AvatarGroup} control.
467
503
  *
@@ -639,6 +675,8 @@ sap.ui.define(["sap/ui/base/DataType",
639
675
  Right: "Right"
640
676
  };
641
677
 
678
+ DataType.registerEnum("sap.f.NavigationDirection", thisLib.NavigationDirection);
679
+
642
680
  /**
643
681
  * Enumeration for different SidePanel position.
644
682
  *
@@ -661,6 +699,8 @@ sap.ui.define(["sap/ui/base/DataType",
661
699
  Right: "Right"
662
700
  };
663
701
 
702
+ DataType.registerEnum("sap.f.SidePanelPosition", thisLib.SidePanelPosition);
703
+
664
704
  /**
665
705
  * Available <code>Illustration</code> types for the {@link sap.f.IllustratedMessage} control.
666
706
  *
@@ -673,6 +713,11 @@ sap.ui.define(["sap/ui/base/DataType",
673
713
  */
674
714
  thisLib.IllustratedMessageType = IllustratedMessageType;
675
715
 
716
+ /**
717
+ * @deprecated As of version 1.98
718
+ */
719
+ DataType.registerEnum("sap.f.IllustratedMessageType", thisLib.IllustratedMessageType);
720
+
676
721
  /**
677
722
  * Available <code>Illustration</code> sizes for the {@link sap.f.IllustratedMessage} control.
678
723
  *
@@ -685,6 +730,11 @@ sap.ui.define(["sap/ui/base/DataType",
685
730
  */
686
731
  thisLib.IllustratedMessageSize = IllustratedMessageSize;
687
732
 
733
+ /**
734
+ * @deprecated As of version 1.98
735
+ */
736
+ DataType.registerEnum("sap.f.IllustratedMessageSize", thisLib.IllustratedMessageSize);
737
+
688
738
 
689
739
  /**
690
740
  * @deprecated since 1.56 as lazy loading implies sync loading
@@ -696,6 +746,14 @@ sap.ui.define(["sap/ui/base/DataType",
696
746
  sap.ui.lazyRequire("sap.f.routing.Targets");
697
747
  }());
698
748
 
749
+ /*
750
+ * Register all of the above defined enums.
751
+ */
752
+ DataType.registerEnum("sap.f.AvatarGroupType", thisLib.AvatarGroupType);
753
+ DataType.registerEnum("sap.f.cards.HeaderPosition", thisLib.cards.HeaderPosition);
754
+ DataType.registerEnum("sap.f.cards.NumericHeaderSideIndicatorsAlignment", thisLib.cards.NumericHeaderSideIndicatorsAlignment);
755
+ DataType.registerEnum("sap.f.LayoutType", thisLib.LayoutType);
756
+
699
757
  return thisLib;
700
758
 
701
759
  });
@@ -23,13 +23,13 @@ FCL_BEGIN_COLUMN_REGION_TEXT=Prva kolona
23
23
 
24
24
  FCL_MID_COLUMN_REGION_TEXT=Srednja kolona
25
25
 
26
- FCL_END_COLUMN_REGION_TEXT=Posljednja kolona
26
+ FCL_END_COLUMN_REGION_TEXT=Poslednja kolona
27
27
 
28
28
  FCL_FIRST_COLUMN_EXPANDED_MESSAGE=Prva kolona pro\u0161irena
29
29
 
30
30
  FCL_MIDDLE_COLUMN_EXPANDED_MESSAGE=Srednja kolona pro\u0161irena
31
31
 
32
- FCL_LAST_COLUMN_EXPANDED_MESSAGE=Posljednja kolona pro\u0161irena
32
+ FCL_LAST_COLUMN_EXPANDED_MESSAGE=Poslednja kolona pro\u0161irena
33
33
 
34
34
  FCL_SEPARATOR_MOVE=Pritisnite STRELICE na tastaturi za kretanje
35
35
 
@@ -63,7 +63,7 @@ SEMANTIC_CONTROL_SEND_EMAIL=Po\u0161alji e-po\u0161tu
63
63
 
64
64
  SEMANTIC_CONTROL_DISCUSS_IN_WORK_ZONE=Diskutuj u SAP Work Zone-u
65
65
 
66
- SEMANTIC_CONTROL_SHARE_ON_WORK_ZONE=Podijeli u SAP Work Zone-u
66
+ SEMANTIC_CONTROL_SHARE_ON_WORK_ZONE=Podeli u SAP Work Zone-u
67
67
 
68
68
  SEMANTIC_CONTROL_SEND_MESSAGE=Po\u0161alji poruku
69
69
 
@@ -71,15 +71,15 @@ SEMANTIC_CONTROL_PRINT=\u0160tampaj
71
71
 
72
72
  SEMANTIC_CONTROL_MESSAGES_INDICATOR=Poruke
73
73
 
74
- SEMANTIC_CONTROL_ACTION_SHARE=Podijeli
74
+ SEMANTIC_CONTROL_ACTION_SHARE=Podeli
75
75
 
76
76
  SEMANTIC_CONTROL_ACTION_SHARE_SHORTCUT=Ctrl+Shift+S
77
77
 
78
78
  SEMANTIC_CONTROL_ACTION_SHARE_SHORTCUT_MAC=Cmd+Shift+S
79
79
 
80
- SEMANTIC_CONTROL_FULL_SCREEN=Cio ekran
80
+ SEMANTIC_CONTROL_FULL_SCREEN=Ceo ekran
81
81
 
82
- SEMANTIC_CONTROL_EXIT_FULL_SCREEN=Napusti prikaz cijelog ekrana
82
+ SEMANTIC_CONTROL_EXIT_FULL_SCREEN=Napusti prikaz celog ekrana
83
83
 
84
84
  SEMANTIC_CONTROL_CLOSE=Zatvori
85
85
 
@@ -105,13 +105,13 @@ SHELLBAR_COPILOT_TOOLTIP=Joule
105
105
 
106
106
  SHELLBAR_SEARCH_TOOLTIP=Tra\u017Ei
107
107
 
108
- SHELLBAR_NOTIFICATIONS_TOOLTIP=Obavje\u0161tenja
108
+ SHELLBAR_NOTIFICATIONS_TOOLTIP=Obave\u0161tenja
109
109
 
110
110
  SHELLBAR_PROFILE_TOOLTIP=Profil
111
111
 
112
112
  SHELLBAR_PRODUCTS_TOOLTIP=Moji proizvodi
113
113
 
114
- SHELLBAR_BACK_TOOLTIP=Usmjeri nazad
114
+ SHELLBAR_BACK_TOOLTIP=Usmeri nazad
115
115
 
116
116
  SHELLBAR_MENU_TOOLTIP=Meni
117
117
 
@@ -121,11 +121,11 @@ GRIDCONTAINER_ITEM_KEYSHORTCUTS=Pritisnite TAB za unos stavke
121
121
 
122
122
  GRIDCONTAINER_ROLEDESCRIPTION=Lista stavki
123
123
 
124
- CALENDAR_NAVIGATION=Usmjeravanje u kalendaru
124
+ CALENDAR_NAVIGATION=Usmeravanje u kalendaru
125
125
 
126
126
  CALENDAR_TODAY=Danas
127
127
 
128
- CALENDAR_NAVIGATE_TO_TODAY=Usmjeri na teku\u0107i datum
128
+ CALENDAR_NAVIGATE_TO_TODAY=Usmeri na teku\u0107i datum
129
129
 
130
130
  CALENDAR_SELECT_RANGE=Odaberi raspon
131
131
 
@@ -133,7 +133,7 @@ CALENDAR_CANCEL=Odustani
133
133
 
134
134
  CALENDAR_BTN_PREV=Prethodno
135
135
 
136
- CALENDAR_BTN_NEXT=Sljede\u0107e
136
+ CALENDAR_BTN_NEXT=Slede\u0107e
137
137
 
138
138
  CALENDAR_LEGEND_MORE=Vi\u0161e
139
139
 
@@ -159,5 +159,5 @@ SIDEPANEL_CONTEXTMENU_DEFAULT_WIDTH=Ponovo postavi na standardnu \u0161irinu
159
159
 
160
160
  SIDEPANEL_CONTEXTMENU_MAXIMUM_WIDTH=Pro\u0161iri na maksimalnu \u0161irinu
161
161
 
162
- SIDEPANEL_RESIZE_SPLITTER_TITLE=Promijeni veli\u010Dinu sporednog panela
162
+ SIDEPANEL_RESIZE_SPLITTER_TITLE=Promeni veli\u010Dinu sporednog panela
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.123.1
21
+ * @version 1.124.1
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.123.1
21
+ * @version 1.124.1
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.123.1
21
+ * @version 1.124.1
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.123.1
22
+ * @version 1.124.1
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.123.1
22
+ * @version 1.124.1
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.123.1
21
+ * @version 1.124.1
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.123.1
21
+ * @version 1.124.1
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.123.1
22
+ * @version 1.124.1
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.123.1
22
+ * @version 1.124.1
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.123.1
22
+ * @version 1.124.1
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.123.1
21
+ * @version 1.124.1
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.123.1
21
+ * @version 1.124.1
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.123.1
22
+ * @version 1.124.1
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.123.1
22
+ * @version 1.124.1
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.123.1
22
+ * @version 1.124.1
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.123.1
22
+ * @version 1.124.1
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.123.1
27
+ * @version 1.124.1
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.123.1
32
+ * @version 1.124.1
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.123.1
27
+ * @version 1.124.1
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.123.1
104
+ * @version 1.124.1
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.123.1
26
+ * @version 1.124.1
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.123.1
22
+ * @version 1.124.1
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.123.1
22
+ * @version 1.124.1
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.123.1
22
+ * @version 1.124.1
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.123.1
22
+ * @version 1.124.1
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.123.1
25
+ * @version 1.124.1
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.123.1
29
+ * @version 1.124.1
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.123.1
26
+ * @version 1.124.1
27
27
  *
28
28
  * @constructor
29
29
  * @private
@@ -171,9 +171,10 @@ sap.ui.define([
171
171
  press: function (oEvent) {
172
172
  var oSource = oEvent.getSource();
173
173
  oSource.getIcon() === "sap-icon://da" ? oSource.setIcon("sap-icon://da-2") : oSource.setIcon("sap-icon://da");
174
+ oSource.toggleStyleClass("sapFShellBarItemActive");
174
175
  this._oContext.fireEvent("copilotPressed", {image: null, button: this._oControls.oCopilot});
175
176
  }.bind(this)
176
- })
177
+ }).addStyleClass("sapFShellBarAssistantBtn")
177
178
  .setLayoutData(new OverflowToolbarLayoutData({
178
179
  priority: OverflowToolbarPriority.Low
179
180
  }));
@@ -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.123.1
39
+ * @version 1.124.1
40
40
  *
41
41
  * @constructor
42
42
  * @private
@@ -284,6 +284,7 @@ ui-integration-card.sapFCardTransparent > [data-sap-ui-area] > .sapFCard {
284
284
  .sapFCardAvatarAndIndicatorsLine {
285
285
  display: flex;
286
286
  align-items: center;
287
+ overflow: hidden;
287
288
 
288
289
  .sapFCardIcon.sapFAvatar {
289
290
  margin-top: 0.5rem;
@@ -321,6 +322,28 @@ ui-integration-card.sapFCardTransparent > [data-sap-ui-area] > .sapFCard {
321
322
  flex-grow: 1;
322
323
  }
323
324
 
325
+ .sapFCardNumericHeaderDetailsState {
326
+ &None {
327
+ color: @sapUiNeutralText;
328
+ }
329
+
330
+ &Success {
331
+ color: @sapUiPositiveText;
332
+ }
333
+
334
+ &Warning {
335
+ color: @sapUiCriticalText;
336
+ }
337
+
338
+ &Error {
339
+ color: @sapUiNegativeText;
340
+ }
341
+
342
+ &Information {
343
+ color: @sapUiInformativeText;
344
+ }
345
+ }
346
+
324
347
  .sapFCardHeaderLineIncludesDataTimestamp .sapFCardHeaderDetails {
325
348
  margin-right: 1rem;
326
349
  }
@@ -603,3 +626,4 @@ ui-integration-card.sapFCardFocusFullCard > [data-sap-ui-area] > .sapFCard {
603
626
  box-shadow: @sapUiShadow;
604
627
  }
605
628
  }
629
+
@@ -82,6 +82,16 @@
82
82
  margin-left: 0;
83
83
  }
84
84
 
85
+ // Assistant
86
+ .sapMTB-Transparent-CTX .sapFShellBarAssistantBtn.sapFShellBarItemActive.sapFShellBarItem,
87
+ .sapFShellBarAssistantBtn.sapFShellBarItemActive.sapFShellBarItem {
88
+ color: @sapShell_Assistant_ForegroundColor;
89
+ .sapMBtnIcon,
90
+ &.sapFShellBarItem.sapMBtn:hover:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnHoverable:not(.sapMToggleBtnPressed) > .sapMBtnIcon {
91
+ color: @sapShell_Assistant_ForegroundColor;
92
+ }
93
+ }
94
+
85
95
  // Reflection: styles overwritten
86
96
  .sapMBtn .sapMBtnInner {
87
97
  .sapFAvatar {