@openui5/sap.f 1.133.2 → 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 (153) hide show
  1. package/.reuse/dep5 +0 -7
  2. package/THIRDPARTY.txt +2 -23
  3. package/package.json +4 -4
  4. package/src/sap/f/.library +1 -1
  5. package/src/sap/f/Avatar.js +1 -1
  6. package/src/sap/f/AvatarGroup.js +1 -1
  7. package/src/sap/f/AvatarGroupItem.js +1 -1
  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 +170 -36
  12. package/src/sap/f/CardRenderer.js +16 -8
  13. package/src/sap/f/DynamicPage.js +12 -1
  14. package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +1 -1
  15. package/src/sap/f/DynamicPageHeader.js +1 -1
  16. package/src/sap/f/DynamicPageRenderer.js +1 -1
  17. package/src/sap/f/DynamicPageTitle.js +34 -1
  18. package/src/sap/f/FlexibleColumnLayout.js +1 -1
  19. package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +1 -1
  20. package/src/sap/f/FlexibleColumnLayoutData.js +1 -1
  21. package/src/sap/f/FlexibleColumnLayoutDataForDesktop.js +1 -1
  22. package/src/sap/f/FlexibleColumnLayoutDataForTablet.js +1 -1
  23. package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +1 -1
  24. package/src/sap/f/GridContainer.js +60 -110
  25. package/src/sap/f/GridContainerItemLayoutData.js +1 -1
  26. package/src/sap/f/GridContainerRenderer.js +8 -3
  27. package/src/sap/f/GridContainerSettings.js +2 -2
  28. package/src/sap/f/GridContainerUtils.js +8 -0
  29. package/src/sap/f/GridList.js +1 -1
  30. package/src/sap/f/GridListItem.js +1 -1
  31. package/src/sap/f/IllustratedMessage.js +1 -1
  32. package/src/sap/f/Illustration.js +1 -1
  33. package/src/sap/f/PlanningCalendarInCardLegend.js +1 -1
  34. package/src/sap/f/ProductSwitch.js +1 -1
  35. package/src/sap/f/ProductSwitchItem.js +1 -1
  36. package/src/sap/f/SearchManager.js +1 -1
  37. package/src/sap/f/ShellBar.js +3 -4
  38. package/src/sap/f/ShellBarRenderer.js +1 -0
  39. package/src/sap/f/SidePanel.js +1 -1
  40. package/src/sap/f/SidePanelItem.js +1 -1
  41. package/src/sap/f/cards/BaseHeader.js +61 -32
  42. package/src/sap/f/cards/BaseHeaderRenderer.js +212 -3
  43. package/src/sap/f/cards/Header.js +2 -8
  44. package/src/sap/f/cards/HeaderRenderer.js +0 -161
  45. package/src/sap/f/cards/NumericHeader.js +3 -9
  46. package/src/sap/f/cards/NumericHeaderRenderer.js +54 -126
  47. package/src/sap/f/cards/NumericIndicators.js +1 -1
  48. package/src/sap/f/cards/NumericSideIndicator.js +1 -1
  49. package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +1 -1
  50. package/src/sap/f/cards/loading/CalendarPlaceholder.js +1 -1
  51. package/src/sap/f/cards/loading/GenericPlaceholder.js +1 -1
  52. package/src/sap/f/cards/loading/ListPlaceholder.js +1 -1
  53. package/src/sap/f/cards/loading/ObjectPlaceholder.js +1 -1
  54. package/src/sap/f/cards/loading/PlaceholderBase.js +1 -1
  55. package/src/sap/f/cards/loading/TablePlaceholder.js +1 -1
  56. package/src/sap/f/cards/loading/TimelinePlaceholder.js +1 -1
  57. package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +1 -1
  58. package/src/sap/f/delegate/GridContainerItemNavigation.js +24 -202
  59. package/src/sap/f/delegate/GridItemNavigation.js +23 -10
  60. package/src/sap/f/dnd/GridDragOver.js +1 -1
  61. package/src/sap/f/dnd/GridDropInfo.js +1 -1
  62. package/src/sap/f/library.js +36 -2
  63. package/src/sap/f/messagebundle.properties +4 -4
  64. package/src/sap/f/messagebundle_ar.properties +0 -2
  65. package/src/sap/f/messagebundle_bg.properties +0 -2
  66. package/src/sap/f/messagebundle_ca.properties +0 -2
  67. package/src/sap/f/messagebundle_cnr.properties +0 -2
  68. package/src/sap/f/messagebundle_cs.properties +0 -2
  69. package/src/sap/f/messagebundle_cy.properties +0 -2
  70. package/src/sap/f/messagebundle_da.properties +0 -2
  71. package/src/sap/f/messagebundle_de.properties +0 -2
  72. package/src/sap/f/messagebundle_el.properties +0 -2
  73. package/src/sap/f/messagebundle_en.properties +0 -2
  74. package/src/sap/f/messagebundle_en_GB.properties +0 -2
  75. package/src/sap/f/messagebundle_en_US_saprigi.properties +2 -2
  76. package/src/sap/f/messagebundle_es.properties +0 -2
  77. package/src/sap/f/messagebundle_es_MX.properties +0 -2
  78. package/src/sap/f/messagebundle_et.properties +0 -2
  79. package/src/sap/f/messagebundle_fi.properties +0 -2
  80. package/src/sap/f/messagebundle_fr.properties +1 -3
  81. package/src/sap/f/messagebundle_fr_CA.properties +0 -2
  82. package/src/sap/f/messagebundle_hi.properties +0 -2
  83. package/src/sap/f/messagebundle_hr.properties +0 -2
  84. package/src/sap/f/messagebundle_hu.properties +0 -2
  85. package/src/sap/f/messagebundle_id.properties +0 -2
  86. package/src/sap/f/messagebundle_it.properties +0 -2
  87. package/src/sap/f/messagebundle_iw.properties +0 -2
  88. package/src/sap/f/messagebundle_ja.properties +0 -2
  89. package/src/sap/f/messagebundle_kk.properties +0 -2
  90. package/src/sap/f/messagebundle_ko.properties +0 -2
  91. package/src/sap/f/messagebundle_lt.properties +0 -2
  92. package/src/sap/f/messagebundle_lv.properties +0 -2
  93. package/src/sap/f/messagebundle_mk.properties +0 -2
  94. package/src/sap/f/messagebundle_ms.properties +0 -2
  95. package/src/sap/f/messagebundle_nl.properties +0 -2
  96. package/src/sap/f/messagebundle_no.properties +0 -2
  97. package/src/sap/f/messagebundle_pl.properties +0 -2
  98. package/src/sap/f/messagebundle_pt.properties +0 -2
  99. package/src/sap/f/messagebundle_pt_PT.properties +0 -2
  100. package/src/sap/f/messagebundle_ro.properties +1 -3
  101. package/src/sap/f/messagebundle_ru.properties +0 -2
  102. package/src/sap/f/messagebundle_sh.properties +0 -2
  103. package/src/sap/f/messagebundle_sk.properties +0 -2
  104. package/src/sap/f/messagebundle_sl.properties +0 -2
  105. package/src/sap/f/messagebundle_sr.properties +0 -2
  106. package/src/sap/f/messagebundle_sv.properties +0 -2
  107. package/src/sap/f/messagebundle_th.properties +0 -2
  108. package/src/sap/f/messagebundle_tr.properties +0 -2
  109. package/src/sap/f/messagebundle_uk.properties +2 -4
  110. package/src/sap/f/messagebundle_vi.properties +0 -2
  111. package/src/sap/f/messagebundle_zh_CN.properties +0 -2
  112. package/src/sap/f/messagebundle_zh_TW.properties +0 -2
  113. package/src/sap/f/semantic/AddAction.js +1 -1
  114. package/src/sap/f/semantic/CloseAction.js +1 -1
  115. package/src/sap/f/semantic/CopyAction.js +1 -1
  116. package/src/sap/f/semantic/DeleteAction.js +1 -1
  117. package/src/sap/f/semantic/DiscussInJamAction.js +1 -1
  118. package/src/sap/f/semantic/EditAction.js +1 -1
  119. package/src/sap/f/semantic/ExitFullScreenAction.js +1 -1
  120. package/src/sap/f/semantic/FavoriteAction.js +1 -1
  121. package/src/sap/f/semantic/FlagAction.js +1 -1
  122. package/src/sap/f/semantic/FooterMainAction.js +1 -1
  123. package/src/sap/f/semantic/FullScreenAction.js +1 -1
  124. package/src/sap/f/semantic/MainAction.js +1 -1
  125. package/src/sap/f/semantic/MessagesIndicator.js +1 -1
  126. package/src/sap/f/semantic/NegativeAction.js +1 -1
  127. package/src/sap/f/semantic/PositiveAction.js +1 -1
  128. package/src/sap/f/semantic/PrintAction.js +1 -1
  129. package/src/sap/f/semantic/SemanticButton.js +1 -1
  130. package/src/sap/f/semantic/SemanticConfiguration.js +1 -1
  131. package/src/sap/f/semantic/SemanticControl.js +1 -1
  132. package/src/sap/f/semantic/SemanticPage.js +1 -1
  133. package/src/sap/f/semantic/SemanticToggleButton.js +1 -1
  134. package/src/sap/f/semantic/SendEmailAction.js +1 -1
  135. package/src/sap/f/semantic/SendMessageAction.js +1 -1
  136. package/src/sap/f/semantic/ShareInJamAction.js +1 -1
  137. package/src/sap/f/semantic/TitleMainAction.js +1 -1
  138. package/src/sap/f/shellBar/AdditionalContentSupport.js +1 -1
  139. package/src/sap/f/shellBar/CoPilot.js +1 -1
  140. package/src/sap/f/shellBar/ControlSpacer.js +1 -1
  141. package/src/sap/f/shellBar/Factory.js +7 -1
  142. package/src/sap/f/shellBar/Search.js +1 -1
  143. package/src/sap/f/themes/base/CalendarPlaceholder.less +16 -4
  144. package/src/sap/f/themes/base/Card.less +93 -41
  145. package/src/sap/f/themes/base/CardBadge.less +10 -5
  146. package/src/sap/f/themes/base/CardHeaders.less +26 -37
  147. package/src/sap/f/themes/base/CardLoading.less +34 -23
  148. package/src/sap/f/themes/base/DynamicPage.less +5 -0
  149. package/src/sap/f/themes/base/GridContainer.less +16 -18
  150. package/src/sap/f/themes/base/GridListItem.less +14 -13
  151. package/src/sap/f/themes/sap_hcb/base_Card.less +3 -10
  152. package/src/sap/f/themes/sap_hcb/base_GridContainer.less +0 -13
  153. package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +0 -5
@@ -97,8 +97,6 @@ ARIA_LABEL_TOOLBAR_HEADER_ACTIONS=Huvud\u00E5tg\u00E4rder
97
97
 
98
98
  ARIA_LABEL_TOOLBAR_FOOTER_ACTIONS=Sidfots\u00E5tg\u00E4rder
99
99
 
100
- ARIA_HEADER_AVATAR_TEXT=Avatar
101
-
102
100
  SHELLBAR_CONTAINER_LABEL=Shell-f\u00E4lt
103
101
 
104
102
  SHELLBAR_LOGO_TOOLTIP=Logotyp
@@ -97,8 +97,6 @@ ARIA_LABEL_TOOLBAR_HEADER_ACTIONS=\u0E01\u0E32\u0E23\u0E14\u0E33\u0E40\u0E19\u0E
97
97
 
98
98
  ARIA_LABEL_TOOLBAR_FOOTER_ACTIONS=\u0E01\u0E32\u0E23\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E2A\u0E48\u0E27\u0E19\u0E17\u0E49\u0E32\u0E22
99
99
 
100
- ARIA_HEADER_AVATAR_TEXT=\u0E20\u0E32\u0E1E\u0E2A\u0E31\u0E0D\u0E25\u0E31\u0E01\u0E29\u0E13\u0E4C
101
-
102
100
  SHELLBAR_CONTAINER_LABEL=\u0E41\u0E16\u0E1A Shell
103
101
 
104
102
  SHELLBAR_LOGO_TOOLTIP=\u0E42\u0E25\u0E42\u0E01\u0E49
@@ -97,8 +97,6 @@ ARIA_LABEL_TOOLBAR_HEADER_ACTIONS=Ba\u015Fl\u0131k i\u015Flemleri
97
97
 
98
98
  ARIA_LABEL_TOOLBAR_FOOTER_ACTIONS=Sayfa altl\u0131\u011F\u0131 i\u015Flemleri
99
99
 
100
- ARIA_HEADER_AVATAR_TEXT=Avatar
101
-
102
100
  SHELLBAR_CONTAINER_LABEL=Shell \u00E7ubu\u011Fu
103
101
 
104
102
  SHELLBAR_LOGO_TOOLTIP=Logo
@@ -97,8 +97,6 @@ ARIA_LABEL_TOOLBAR_HEADER_ACTIONS=\u041E\u043F\u0435\u0440\u0430\u0446\u0456\u04
97
97
 
98
98
  ARIA_LABEL_TOOLBAR_FOOTER_ACTIONS=\u041E\u043F\u0435\u0440\u0430\u0446\u0456\u0457 \u043D\u0438\u0436\u043D\u044C\u043E\u0433\u043E \u043A\u043E\u043B\u043E\u043D\u0442\u0438\u0442\u0443\u043B\u0430
99
99
 
100
- ARIA_HEADER_AVATAR_TEXT=\u0410\u0432\u0430\u0442\u0430\u0440
101
-
102
100
  SHELLBAR_CONTAINER_LABEL=\u041F\u0430\u043D\u0435\u043B\u044C \u043E\u0431\u043E\u043B\u043E\u043D\u043A\u0438
103
101
 
104
102
  SHELLBAR_LOGO_TOOLTIP=\u041B\u043E\u0433\u043E\u0442\u0438\u043F
@@ -149,7 +147,7 @@ SIDEPANEL_MORE_ACTIONS_TEXT=\u0411\u0456\u043B\u044C\u0448\u0435 \u043E\u043F\u0
149
147
 
150
148
  SIDEPANEL_SHOW_LESS_TEXT=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043C\u0435\u043D\u0448\u0435
151
149
 
152
- 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
153
151
 
154
152
  SIDEPANEL_NAV_ITEM_SELECTED=\u0412\u0438\u0431\u0440\u0430\u043D\u0435
155
153
 
@@ -161,5 +159,5 @@ SIDEPANEL_CONTEXTMENU_DEFAULT_WIDTH=\u0421\u043A\u0438\u043D\u0443\u0442\u0438 \
161
159
 
162
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
163
161
 
164
- 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
165
163
 
@@ -97,8 +97,6 @@ ARIA_LABEL_TOOLBAR_HEADER_ACTIONS=Ha\u0300nh \u0111\u00F4\u0323ng ti\u00EAu \u01
97
97
 
98
98
  ARIA_LABEL_TOOLBAR_FOOTER_ACTIONS=Ha\u0300nh \u0111\u00F4\u0323ng ch\u00E2n trang
99
99
 
100
- ARIA_HEADER_AVATAR_TEXT=A\u0309nh \u0111a\u0323i di\u00EA\u0323n
101
-
102
100
  SHELLBAR_CONTAINER_LABEL=Thanh vo\u0309
103
101
 
104
102
  SHELLBAR_LOGO_TOOLTIP=L\u00F4g\u00F4
@@ -97,8 +97,6 @@ ARIA_LABEL_TOOLBAR_HEADER_ACTIONS=\u62AC\u5934\u64CD\u4F5C
97
97
 
98
98
  ARIA_LABEL_TOOLBAR_FOOTER_ACTIONS=\u9875\u811A\u64CD\u4F5C
99
99
 
100
- ARIA_HEADER_AVATAR_TEXT=\u5934\u50CF
101
-
102
100
  SHELLBAR_CONTAINER_LABEL=\u5916\u58F3\u680F
103
101
 
104
102
  SHELLBAR_LOGO_TOOLTIP=\u5FBD\u6807
@@ -97,8 +97,6 @@ ARIA_LABEL_TOOLBAR_HEADER_ACTIONS=\u8868\u982D\u52D5\u4F5C
97
97
 
98
98
  ARIA_LABEL_TOOLBAR_FOOTER_ACTIONS=\u8868\u5C3E\u52D5\u4F5C
99
99
 
100
- ARIA_HEADER_AVATAR_TEXT=\u865B\u64EC\u500B\u4EBA\u982D\u50CF
101
-
102
100
  SHELLBAR_CONTAINER_LABEL=Shell \u8868\u982D\u5217
103
101
 
104
102
  SHELLBAR_LOGO_TOOLTIP=\u5546\u6A19
@@ -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.133.2
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.133.2
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.133.2
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.133.2
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.133.2
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.133.2
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.133.2
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.133.2
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.133.2
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.133.2
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.133.2
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.133.2
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.133.2
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.133.2
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.133.2
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.133.2
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.133.2
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.133.2
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.133.2
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.133.2
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.133.2
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.133.2
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.133.2
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.133.2
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.133.2
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.133.2
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.133.2
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.133.2
26
+ * @version 1.135.0
27
27
  *
28
28
  * @constructor
29
29
  * @private
@@ -172,7 +172,13 @@ sap.ui.define([
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
174
  oSource.toggleStyleClass("sapFShellBarItemActive");
175
- this._oContext.fireEvent("copilotPressed", {image: null, button: this._oControls.oCopilot});
175
+ this._oContext.fireEvent("copilotPressed", {
176
+ /**
177
+ * @deprecated Since version 1.121
178
+ */
179
+ image: null,
180
+ button: this._oControls.oCopilot
181
+ });
176
182
  }.bind(this)
177
183
  }).addStyleClass("sapFShellBarAssistantBtn")
178
184
  .setLayoutData(new OverflowToolbarLayoutData({
@@ -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.133.2
39
+ * @version 1.135.0
40
40
  *
41
41
  * @constructor
42
42
  * @private
@@ -1,7 +1,7 @@
1
- /* ======================================================== */
2
- /* CSS for control sap.f.cards.loading/CalendarPlaceholder */
3
- /* Base theme */
4
- /* ======================================================== */
1
+ /* ========================================== */
2
+ /* CSS for control sap.f/CalendarPlaceholder */
3
+ /* Base theme */
4
+ /* ========================================== */
5
5
 
6
6
  .sapFCard .sapFCardContentCalendarPlaceholder .sapFCardLoadingShimmer {
7
7
  background-size: unset;
@@ -12,32 +12,40 @@
12
12
  }
13
13
 
14
14
  .sapFCardContentCalendarPlaceholder {
15
+
15
16
  .sapFCardContentCalendarPartPlaceholder {
16
17
  height: 13rem;
17
18
  min-width: 18rem;
18
19
  margin: 1rem;
19
20
  }
21
+
20
22
  .sapFCardContentLegendItemsListPlaceholder {
21
23
  column-width: 9rem;
22
24
  }
25
+
23
26
  .sapFCardContentItemsListPlaceholder {
24
27
  margin: 1rem;
25
28
  }
29
+
26
30
  .sapFCardListPlaceholderItem {
27
31
  height: 4.75rem;
28
32
  display: block;
33
+
29
34
  &.sapFCardListPlaceholderLegendItem {
30
35
  width: 15rem;
31
36
  height: 1.75rem;
37
+
32
38
  .sapFCardListPlaceholderImg,
33
39
  .sapFCardListPlaceholderRows {
34
40
  display: inline-block;
35
41
  }
42
+
36
43
  .sapFCardListPlaceholderImg {
37
44
  margin: 0.5rem 0.5rem 0.5rem 0;
38
45
  height: 1rem;
39
46
  width: 1rem;
40
47
  }
48
+
41
49
  .sapFCardListPlaceholderRows {
42
50
  .sapFCardListPlaceholderRow {
43
51
  width: 6rem;
@@ -46,16 +54,20 @@
46
54
  width: 8rem;
47
55
  }
48
56
  }
57
+
49
58
  .sapFCardListPlaceholderFromTo {
50
59
  height: 1rem;
51
60
  width: 5rem;
52
61
  display: inline-block;
53
62
  }
63
+
54
64
  .sapFCardListPlaceholderRows {
65
+
55
66
  .sapFCardListPlaceholderRow {
56
67
  height: 1rem;
57
68
  width: 8rem;
58
69
  margin-left: 2rem;
70
+
59
71
  &.sapFCardListPlaceholderTextRow {
60
72
  height: 0.75rem;
61
73
  width: 6rem;