@openui5/sap.f 1.143.1 → 1.145.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 (240) hide show
  1. package/REUSE.toml +40 -16
  2. package/THIRDPARTY.txt +22 -1
  3. package/package.json +5 -6
  4. package/src/sap/f/.library +2 -2
  5. package/src/sap/f/Avatar.js +2 -2
  6. package/src/sap/f/AvatarGroup.js +3 -3
  7. package/src/sap/f/AvatarGroupItem.js +2 -2
  8. package/src/sap/f/AvatarGroupItemRenderer.js +2 -2
  9. package/src/sap/f/AvatarGroupRenderer.js +2 -2
  10. package/src/sap/f/CalendarAppointmentInCard.js +2 -2
  11. package/src/sap/f/CalendarInCard.js +2 -2
  12. package/src/sap/f/CalendarInCardRenderer.js +1 -1
  13. package/src/sap/f/Card.js +2 -2
  14. package/src/sap/f/CardBase.js +76 -17
  15. package/src/sap/f/CardRenderer.js +2 -2
  16. package/src/sap/f/DynamicPage.js +31 -14
  17. package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +3 -3
  18. package/src/sap/f/DynamicPageHeader.js +2 -2
  19. package/src/sap/f/DynamicPageHeaderRenderer.js +1 -1
  20. package/src/sap/f/DynamicPageRenderer.js +1 -1
  21. package/src/sap/f/DynamicPageTitle.js +3 -3
  22. package/src/sap/f/DynamicPageTitleRenderer.js +1 -1
  23. package/src/sap/f/FlexibleColumnLayout.js +2 -2
  24. package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +2 -2
  25. package/src/sap/f/FlexibleColumnLayoutData.js +3 -3
  26. package/src/sap/f/FlexibleColumnLayoutDataForDesktop.js +2 -2
  27. package/src/sap/f/FlexibleColumnLayoutDataForTablet.js +2 -2
  28. package/src/sap/f/FlexibleColumnLayoutRenderer.js +1 -1
  29. package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +3 -3
  30. package/src/sap/f/GridContainer.js +3 -3
  31. package/src/sap/f/GridContainerItemLayoutData.js +2 -2
  32. package/src/sap/f/GridContainerRenderer.js +1 -1
  33. package/src/sap/f/GridContainerSettings.js +3 -3
  34. package/src/sap/f/GridContainerUtils.js +1 -1
  35. package/src/sap/f/GridList.js +2 -2
  36. package/src/sap/f/GridListItem.js +2 -2
  37. package/src/sap/f/GridListItemRenderer.js +1 -1
  38. package/src/sap/f/GridListRenderer.js +1 -1
  39. package/src/sap/f/GridNavigationMatrix.js +1 -1
  40. package/src/sap/f/IllustratedMessage.js +2 -2
  41. package/src/sap/f/Illustration.js +2 -2
  42. package/src/sap/f/IllustrationPool.js +1 -1
  43. package/src/sap/f/PlanningCalendarInCardLegend.js +2 -2
  44. package/src/sap/f/PlanningCalendarInCardLegendRenderer.js +1 -1
  45. package/src/sap/f/ProductSwitch.js +2 -2
  46. package/src/sap/f/ProductSwitchItem.js +2 -2
  47. package/src/sap/f/ProductSwitchItemRenderer.js +1 -1
  48. package/src/sap/f/ProductSwitchRenderer.js +1 -1
  49. package/src/sap/f/SearchManager.js +2 -2
  50. package/src/sap/f/ShellBar.js +2 -2
  51. package/src/sap/f/ShellBarRenderer.js +1 -1
  52. package/src/sap/f/SidePanel.js +2 -2
  53. package/src/sap/f/SidePanelItem.js +2 -2
  54. package/src/sap/f/SidePanelRenderer.js +2 -2
  55. package/src/sap/f/cards/BaseHeader.js +23 -6
  56. package/src/sap/f/cards/BaseHeaderRenderer.js +1 -1
  57. package/src/sap/f/cards/CardBadgeCustomData.js +1 -1
  58. package/src/sap/f/cards/Header.js +5 -3
  59. package/src/sap/f/cards/HeaderRenderer.js +1 -1
  60. package/src/sap/f/cards/NumericHeader.js +8 -9
  61. package/src/sap/f/cards/NumericHeaderRenderer.js +1 -1
  62. package/src/sap/f/cards/NumericIndicators.js +2 -2
  63. package/src/sap/f/cards/NumericIndicatorsRenderer.js +1 -1
  64. package/src/sap/f/cards/NumericSideIndicator.js +2 -2
  65. package/src/sap/f/cards/NumericSideIndicatorRenderer.js +2 -2
  66. package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +2 -2
  67. package/src/sap/f/cards/loading/AnalyticalPlaceholderRenderer.js +1 -1
  68. package/src/sap/f/cards/loading/CalendarPlaceholder.js +2 -2
  69. package/src/sap/f/cards/loading/CalendarPlaceholderRenderer.js +1 -1
  70. package/src/sap/f/cards/loading/GenericPlaceholder.js +2 -2
  71. package/src/sap/f/cards/loading/GenericPlaceholderRenderer.js +1 -1
  72. package/src/sap/f/cards/loading/ListPlaceholder.js +2 -2
  73. package/src/sap/f/cards/loading/ListPlaceholderRenderer.js +1 -1
  74. package/src/sap/f/cards/loading/ObjectPlaceholder.js +2 -2
  75. package/src/sap/f/cards/loading/ObjectPlaceholderRenderer.js +1 -1
  76. package/src/sap/f/cards/loading/PlaceholderBase.js +9 -3
  77. package/src/sap/f/cards/loading/PlaceholderBaseRenderer.js +6 -1
  78. package/src/sap/f/cards/loading/TablePlaceholder.js +2 -2
  79. package/src/sap/f/cards/loading/TablePlaceholderRenderer.js +1 -1
  80. package/src/sap/f/cards/loading/TimelinePlaceholder.js +2 -2
  81. package/src/sap/f/cards/loading/TimelinePlaceholderRenderer.js +1 -1
  82. package/src/sap/f/cards/util/CardBadgeEnabler.js +1 -1
  83. package/src/sap/f/cards/util/addTooltipIfTruncated.js +1 -1
  84. package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +2 -2
  85. package/src/sap/f/delegate/GridContainerItemNavigation.js +3 -3
  86. package/src/sap/f/delegate/GridItemNavigation.js +2 -2
  87. package/src/sap/f/designtime/Avatar.designtime.js +1 -1
  88. package/src/sap/f/designtime/DynamicPage.designtime.js +1 -1
  89. package/src/sap/f/designtime/DynamicPageHeader.designtime.js +1 -1
  90. package/src/sap/f/designtime/DynamicPageTitle.designtime.js +1 -1
  91. package/src/sap/f/designtime/GridContainer.designtime.js +1 -1
  92. package/src/sap/f/designtime/SemanticPage.designtime.js +1 -1
  93. package/src/sap/f/designtime/library.designtime.js +1 -1
  94. package/src/sap/f/dnd/GridDragOver.js +2 -2
  95. package/src/sap/f/dnd/GridDropInfo.js +2 -2
  96. package/src/sap/f/dnd/GridKeyboardDragAndDrop.js +2 -2
  97. package/src/sap/f/flexibility/Avatar.flexibility.js +1 -1
  98. package/src/sap/f/flexibility/DynamicPageTitle.flexibility.js +1 -1
  99. package/src/sap/f/gen/ui5/webcomponents/dist/Avatar.js +15 -2
  100. package/src/sap/f/gen/ui5/webcomponents/dist/Button.js +17 -2
  101. package/src/sap/f/gen/ui5/webcomponents/dist/Label.js +8 -2
  102. package/src/sap/f/gen/ui5/webcomponents/dist/ListItem.js +7 -1
  103. package/src/sap/f/gen/ui5/webcomponents/dist/ListItemBase.js +2 -1
  104. package/src/sap/f/gen/ui5/webcomponents/dist/ListItemGroup.js +8 -2
  105. package/src/sap/f/gen/ui5/webcomponents/dist/Menu.js +10 -2
  106. package/src/sap/f/gen/ui5/webcomponents/dist/MenuItem.js +17 -2
  107. package/src/sap/f/gen/ui5/webcomponents.js +342 -1
  108. package/src/sap/f/gen/ui5/webcomponents_base.js +34 -1
  109. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/IllustratedMessage.js +10 -2
  110. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationList.js +6 -2
  111. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListGroupItem.js +10 -2
  112. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItem.js +12 -2
  113. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/NotificationListItemBase.js +5 -1
  114. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/Search.js +13 -2
  115. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchItem.js +10 -2
  116. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchItemGroup.js +3 -2
  117. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchItemShowMore.js +6 -2
  118. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchMessageArea.js +6 -2
  119. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/SearchScope.js +6 -2
  120. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBar.js +21 -2
  121. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarBranding.js +8 -2
  122. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarItem.js +8 -2
  123. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarSearch.js +11 -2
  124. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/ShellBarSpacer.js +5 -2
  125. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/UserMenu.js +10 -2
  126. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/UserMenuAccount.js +12 -2
  127. package/src/sap/f/gen/ui5/webcomponents_fiori/dist/UserMenuItem.js +3 -2
  128. package/src/sap/f/gen/ui5/webcomponents_fiori.js +217 -1
  129. package/src/sap/f/library.js +3 -3
  130. package/src/sap/f/library.support.js +1 -1
  131. package/src/sap/f/routing/Router.js +1 -1
  132. package/src/sap/f/routing/Target.js +4 -4
  133. package/src/sap/f/routing/TargetHandler.js +1 -1
  134. package/src/sap/f/routing/Targets.js +1 -1
  135. package/src/sap/f/rules/Avatar.support.js +1 -1
  136. package/src/sap/f/rules/DynamicPage.support.js +1 -1
  137. package/src/sap/f/semantic/AddAction.js +2 -2
  138. package/src/sap/f/semantic/CloseAction.js +2 -2
  139. package/src/sap/f/semantic/CopyAction.js +2 -2
  140. package/src/sap/f/semantic/DeleteAction.js +2 -2
  141. package/src/sap/f/semantic/DiscussInJamAction.js +2 -2
  142. package/src/sap/f/semantic/EditAction.js +2 -2
  143. package/src/sap/f/semantic/ExitFullScreenAction.js +2 -2
  144. package/src/sap/f/semantic/FavoriteAction.js +2 -2
  145. package/src/sap/f/semantic/FlagAction.js +2 -2
  146. package/src/sap/f/semantic/FooterMainAction.js +2 -2
  147. package/src/sap/f/semantic/FullScreenAction.js +2 -2
  148. package/src/sap/f/semantic/MainAction.js +2 -2
  149. package/src/sap/f/semantic/MessagesIndicator.js +2 -2
  150. package/src/sap/f/semantic/NegativeAction.js +2 -2
  151. package/src/sap/f/semantic/PositiveAction.js +2 -2
  152. package/src/sap/f/semantic/PrintAction.js +2 -2
  153. package/src/sap/f/semantic/SemanticButton.js +2 -2
  154. package/src/sap/f/semantic/SemanticConfiguration.js +2 -2
  155. package/src/sap/f/semantic/SemanticContainer.js +1 -1
  156. package/src/sap/f/semantic/SemanticControl.js +2 -2
  157. package/src/sap/f/semantic/SemanticFooter.js +1 -1
  158. package/src/sap/f/semantic/SemanticPage.js +4 -4
  159. package/src/sap/f/semantic/SemanticPageRenderer.js +1 -1
  160. package/src/sap/f/semantic/SemanticShareMenu.js +1 -1
  161. package/src/sap/f/semantic/SemanticTitle.js +1 -1
  162. package/src/sap/f/semantic/SemanticToggleButton.js +2 -2
  163. package/src/sap/f/semantic/SendEmailAction.js +2 -2
  164. package/src/sap/f/semantic/SendMessageAction.js +2 -2
  165. package/src/sap/f/semantic/ShareInJamAction.js +2 -2
  166. package/src/sap/f/semantic/TitleMainAction.js +2 -2
  167. package/src/sap/f/shellBar/Accessibility.js +1 -1
  168. package/src/sap/f/shellBar/AdditionalContentSupport.js +2 -2
  169. package/src/sap/f/shellBar/CoPilot.js +2 -2
  170. package/src/sap/f/shellBar/CoPilotRenderer.js +1 -1
  171. package/src/sap/f/shellBar/ControlSpacer.js +2 -2
  172. package/src/sap/f/shellBar/ControlSpacerRenderer.js +1 -1
  173. package/src/sap/f/shellBar/Factory.js +1 -1
  174. package/src/sap/f/shellBar/ResponsiveHandler.js +1 -1
  175. package/src/sap/f/shellBar/Search.js +2 -2
  176. package/src/sap/f/shellBar/SearchRenderer.js +1 -1
  177. package/src/sap/f/themes/base/CardHeaders.less +2 -2
  178. package/src/sap/f/themes/base/GridList.less +1 -1
  179. package/src/sap/f/themes/base/ObjectPlaceholder.less +1 -0
  180. package/src/sap/f/themes/base/ProductSwitchItem.less +1 -1
  181. package/src/sap/f/themes/base/library.source.less +1 -1
  182. package/src/sap/f/themes/sap_hcb/library.source.less +1 -1
  183. package/src/sap/f/thirdparty/Avatar.js +5 -5
  184. package/src/sap/f/thirdparty/BusyIndicator.js +4 -4
  185. package/src/sap/f/thirdparty/Button.js +1 -1
  186. package/src/sap/f/thirdparty/Button2.js +6 -6
  187. package/src/sap/f/thirdparty/FocusableElements.js +2 -2
  188. package/src/sap/f/thirdparty/Icon.js +5 -5
  189. package/src/sap/f/thirdparty/Icons.js +24 -202
  190. package/src/sap/f/thirdparty/IllustratedMessage.js +8 -10
  191. package/src/sap/f/thirdparty/Illustrations.js +9 -0
  192. package/src/sap/f/thirdparty/Label.js +3 -3
  193. package/src/sap/f/thirdparty/Link.js +7 -7
  194. package/src/sap/f/thirdparty/List.js +5 -5
  195. package/src/sap/f/thirdparty/ListItemAdditionalText.css.js +3 -3
  196. package/src/sap/f/thirdparty/ListItemBase.js +6 -6
  197. package/src/sap/f/thirdparty/ListItemCustom.js +14 -14
  198. package/src/sap/f/thirdparty/ListItemGroup.js +7 -7
  199. package/src/sap/f/thirdparty/Menu.js +6 -6
  200. package/src/sap/f/thirdparty/MenuItem.js +1 -1
  201. package/src/sap/f/thirdparty/MenuItem2.js +9 -9
  202. package/src/sap/f/thirdparty/NotificationList.js +5 -5
  203. package/src/sap/f/thirdparty/NotificationListGroupItem.js +3 -3
  204. package/src/sap/f/thirdparty/NotificationListItem.js +5 -5
  205. package/src/sap/f/thirdparty/ResponsivePopover.js +36 -36
  206. package/src/sap/f/thirdparty/SearchItem.css.js +3 -3
  207. package/src/sap/f/thirdparty/SearchItem.js +3 -3
  208. package/src/sap/f/thirdparty/SearchItemGroup.js +5 -5
  209. package/src/sap/f/thirdparty/SearchItemShowMore.js +5 -5
  210. package/src/sap/f/thirdparty/SearchMessageArea.js +5 -5
  211. package/src/sap/f/thirdparty/SearchScope.js +3 -3
  212. package/src/sap/f/thirdparty/ShellBar.js +19 -19
  213. package/src/sap/f/thirdparty/ShellBarBranding.js +5 -5
  214. package/src/sap/f/thirdparty/ShellBarItem.js +3 -3
  215. package/src/sap/f/thirdparty/ShellBarSearch.js +2 -2
  216. package/src/sap/f/thirdparty/ShellBarSearch2.js +55 -55
  217. package/src/sap/f/thirdparty/ShellBarSpacer.js +3 -3
  218. package/src/sap/f/thirdparty/Tag.js +4 -4
  219. package/src/sap/f/thirdparty/Text.js +4 -4
  220. package/src/sap/f/thirdparty/Theme.js +187 -0
  221. package/src/sap/f/thirdparty/Title.js +3 -3
  222. package/src/sap/f/thirdparty/UserMenu.js +11 -11
  223. package/src/sap/f/thirdparty/UserMenuAccount.js +3 -3
  224. package/src/sap/f/thirdparty/UserMenuItem.js +5 -5
  225. package/src/sap/f/thirdparty/_dynamics/InputSuggestions.js +1 -1
  226. package/src/sap/f/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +4 -4
  227. package/src/sap/f/thirdparty/i18n-defaults.js +4 -0
  228. package/src/sap/f/thirdparty/information.js +1 -1
  229. package/src/sap/f/thirdparty/information2.js +1 -1
  230. package/src/sap/f/thirdparty/overflow.js +1 -1
  231. package/src/sap/f/thirdparty/slim-arrow-down.js +1 -1
  232. package/src/sap/f/thirdparty/sys-enter-2.js +1 -1
  233. package/src/sap/f/thirdparty/ui5/webcomponents_fiori/dist/illustrations/UnableToUpload.js +132 -0
  234. package/src/sap/f/thirdparty/ui5/webcomponents_icons/AllIcons.js +1 -1
  235. package/src/sap/f/thirdparty/ui5/webcomponents_icons_business_suite/AllIcons.js +1 -1
  236. package/src/sap/f/thirdparty/ui5/webcomponents_icons_tnt/AllIcons.js +1 -1
  237. package/src/sap/f/thirdparty/webcomponents-base.js +1 -1
  238. package/src/sap/f/thirdparty/webcomponents-fiori.js +1 -1
  239. package/src/sap/f/thirdparty/webcomponents.js +60 -60
  240. package/ui5-build.yaml +4 -0
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.143.1
26
+ * @version 1.145.0
27
27
  *
28
28
  * @constructor
29
29
  * @private
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*!
3
3
  * OpenUI5
4
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
5
5
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
6
6
  */
7
7
 
@@ -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.143.1
39
+ * @version 1.145.0
40
40
  *
41
41
  * @constructor
42
42
  * @private
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -33,7 +33,7 @@
33
33
  border-radius: inherit;
34
34
  }
35
35
 
36
- &:has(.sapFCardHeaderInfoSection) {
36
+ >:has(.sapFCardHeaderInfoSection) {
37
37
  flex-wrap: wrap;
38
38
  }
39
39
  }
@@ -152,7 +152,7 @@
152
152
  }
153
153
 
154
154
  .sapFCardHeaderTextSecondLine {
155
- margin-top: 0.25rem;
155
+ margin-top: 0.5rem;
156
156
  display: flex;
157
157
  justify-content: space-between;
158
158
  align-items: flex-end;
@@ -62,7 +62,7 @@
62
62
  width: 100%;
63
63
 
64
64
  & .sapMGHLITitle {
65
- font-size: 1.125rem;
65
+ font-size: var(--sapFontHeader5Size);
66
66
  color: var(--sapGroup_TitleTextColor);
67
67
  }
68
68
  }
@@ -13,6 +13,7 @@
13
13
  bottom: 0;
14
14
  right: 0;
15
15
  z-index: 1;
16
+ box-sizing: border-box;
16
17
 
17
18
  .sapFCardObjectPlaceholderColumn {
18
19
  flex: 1;
@@ -5,7 +5,7 @@
5
5
 
6
6
  .sapFPSItemContainer {
7
7
  border-radius: var(--sapElement_BorderCornerRadius);
8
- background: var(--sapUiListBackground);
8
+ background: var(--sapList_Background);
9
9
  padding: 0.5rem;
10
10
  width: 11.25rem;
11
11
  height: 7rem;
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,4 +1,4 @@
1
- sap.ui.define(['sap/f/thirdparty/webcomponents', 'sap/f/thirdparty/event-strict', 'sap/f/thirdparty/parameters-bundle.css', 'sap/f/thirdparty/parameters-bundle.css2', 'sap/f/thirdparty/Icons', 'sap/f/thirdparty/Icon', 'sap/f/thirdparty/i18n-defaults2'], (function (webcomponentsBase, eventStrict, parametersBundle_css$1, parametersBundle_css, Icons, Icon, i18nDefaults) { 'use strict';
1
+ sap.ui.define(['sap/f/thirdparty/webcomponents', 'sap/f/thirdparty/event-strict', 'sap/f/thirdparty/parameters-bundle.css', 'sap/f/thirdparty/parameters-bundle.css2', 'sap/f/thirdparty/Theme', 'sap/f/thirdparty/Icon', 'sap/f/thirdparty/i18n-defaults2', 'sap/f/thirdparty/Icons'], (function (webcomponentsBase, eventStrict, parametersBundle_css$1, parametersBundle_css, Theme, Icon, i18nDefaults, Icons) { 'use strict';
2
2
 
3
3
  function AvatarTemplate() {
4
4
  return (parametersBundle_css.jsxs("div", { class: "ui5-avatar-root", tabindex: this.tabindex, "data-sap-focus-ref": true, role: this._role, "aria-haspopup": this._ariaHasPopup, "aria-label": this.accessibleNameText, onKeyUp: this._onkeyup, onKeyDown: this._onkeydown, onClick: this._onclick, children: [this._hasImage ?
@@ -8,8 +8,8 @@ sap.ui.define(['sap/f/thirdparty/webcomponents', 'sap/f/thirdparty/event-strict'
8
8
  parametersBundle_css.jsx(Icon.Icon, { name: this.fallbackIcon, class: "ui5-avatar-icon ui5-avatar-icon-fallback" }))] }), parametersBundle_css.jsx("slot", { name: "badge" })] }));
9
9
  }
10
10
 
11
- Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
12
- Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
11
+ Theme.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
12
+ Theme.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
13
13
  var AvatarCss = `:host(:not([hidden])){display:inline-block;box-sizing:border-box;position:relative;font-family:var(--sapFontFamily)}:host(:not([hidden]).ui5_hovered){opacity:.7}:host([interactive]:not([disabled])){cursor:pointer}:host([interactive]:not([hidden]):active){background-color:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([interactive]:not([hidden]):not([disabled]):not(:active):not([focused]):hover){box-shadow:var(--ui5-v2-15-0-avatar-hover-box-shadow-offset)}:host([interactive][desktop]:not([hidden])) .ui5-avatar-root:focus,:host([interactive]:not([hidden])) .ui5-avatar-root:focus-visible{outline:var(--_ui5-v2-15-0_avatar_outline);outline-offset:var(--_ui5-v2-15-0_avatar_focus_offset)}:host([disabled]){opacity:var(--sapContent_DisabledOpacity);pointer-events:none}:host{height:3rem;width:3rem;border-radius:50%;border:var(--ui5-v2-15-0-avatar-initials-border);outline:none;color:var(--ui5-v2-15-0-avatar-initials-color)}.ui5-avatar-root{display:flex;align-items:center;justify-content:center;outline:none;height:100%;width:100%;border-radius:inherit}:host([_size="XS"]),:host([size="XS"]){height:2rem;width:2rem;min-height:2rem;min-width:2rem;font-size:var(--_ui5-v2-15-0_avatar_fontsize_XS)}:host(:not([size])),:host([_size="S"]),:host([size="S"]){min-height:3rem;min-width:3rem;font-size:var(--_ui5-v2-15-0_avatar_fontsize_S)}:host([_size="M"]),:host([size="M"]){min-height:4rem;min-width:4rem;font-size:var(--_ui5-v2-15-0_avatar_fontsize_M)}:host([_size="L"]),:host([size="L"]){min-height:5rem;min-width:5rem;font-size:var(--_ui5-v2-15-0_avatar_fontsize_L)}:host([_size="XL"]),:host([size="XL"]){min-height:7rem;min-width:7rem;font-size:var(--_ui5-v2-15-0_avatar_fontsize_XL)}:host .ui5-avatar-icon{height:var(--_ui5-v2-15-0_avatar_fontsize_S);width:var(--_ui5-v2-15-0_avatar_fontsize_S);color:inherit}:host([_size="XS"]) .ui5-avatar-icon,:host([size="XS"]) .ui5-avatar-icon{height:var(--_ui5-v2-15-0_avatar_icon_XS);width:var(--_ui5-v2-15-0_avatar_icon_XS)}:host([_size="S"]) .ui5-avatar-icon,:host([size="S"]) .ui5-avatar-icon{height:var(--_ui5-v2-15-0_avatar_icon_S);width:var(--_ui5-v2-15-0_avatar_icon_S)}:host([_size="M"]) .ui5-avatar-icon,:host([size="M"]) .ui5-avatar-icon{height:var(--_ui5-v2-15-0_avatar_icon_M);width:var(--_ui5-v2-15-0_avatar_icon_M)}:host([_size="L"]) .ui5-avatar-icon,:host([size="L"]) .ui5-avatar-icon{height:var(--_ui5-v2-15-0_avatar_icon_L);width:var(--_ui5-v2-15-0_avatar_icon_L)}:host([_size="XL"]) .ui5-avatar-icon,:host([size="XL"]) .ui5-avatar-icon{height:var(--_ui5-v2-15-0_avatar_icon_XL);width:var(--_ui5-v2-15-0_avatar_icon_XL)}::slotted(*){border-radius:50%;width:100%;height:100%;pointer-events:none}:host([shape="Square"]){border-radius:var(--ui5-v2-15-0-avatar-border-radius)}:host([shape="Square"]) ::slotted(*){border-radius:calc(var(--ui5-v2-15-0-avatar-border-radius) - var(--ui5-v2-15-0-avatar-border-radius-img-deduction))}:host(:not([color-scheme])),:host(:not([_has-image])),:host([color-scheme="Auto"]),:host([_color-scheme="Accent6"]),:host([ui5-avatar][color-scheme="Accent6"]){background-color:var(--ui5-v2-15-0-avatar-accent6);color:var(--ui5-v2-15-0-avatar-accent6-color);border-color:var(--ui5-v2-15-0-avatar-accent6-border-color)}:host([_color-scheme="Accent6"][interactive]:not([hidden]):not([disabled]):not(:active):hover),:host([ui5-avatar][color-scheme="Accent6"][interactive]:not([hidden]):not([disabled]):not(:active):hover){background-color:var(--sapAvatar_6_Hover_Background)}:host([_color-scheme="Accent1"]),:host([ui5-avatar][color-scheme="Accent1"]){background-color:var(--ui5-v2-15-0-avatar-accent1);color:var(--ui5-v2-15-0-avatar-accent1-color);border-color:var(--ui5-v2-15-0-avatar-accent1-border-color)}:host([_color-scheme="Accent1"][interactive]:not([hidden]):not([disabled]):not(:active):hover),:host([ui5-avatar][color-scheme="Accent1"][interactive]:not([hidden]):not([disabled]):not(:active):hover){background-color:var(--sapAvatar_1_Hover_Background)}:host([_color-scheme="Accent2"]),:host([ui5-avatar][color-scheme="Accent2"]){background-color:var(--ui5-v2-15-0-avatar-accent2);color:var(--ui5-v2-15-0-avatar-accent2-color);border-color:var(--ui5-v2-15-0-avatar-accent2-border-color)}:host([_color-scheme="Accent2"][interactive]:not([hidden]):not([disabled]):not(:active):hover),:host([ui5-avatar][color-scheme="Accent2"][interactive]:not([hidden]):not([disabled]):not(:active):hover){background-color:var(--sapAvatar_2_Hover_Background)}:host([_color-scheme="Accent3"]),:host([ui5-avatar][color-scheme="Accent3"]){background-color:var(--ui5-v2-15-0-avatar-accent3);color:var(--ui5-v2-15-0-avatar-accent3-color);border-color:var(--ui5-v2-15-0-avatar-accent3-border-color)}:host([_color-scheme="Accent3"][interactive]:not([hidden]):not([disabled]):not(:active):hover),:host([ui5-avatar][color-scheme="Accent3"][interactive]:not([hidden]):not([disabled]):not(:active):hover){background-color:var(--sapAvatar_3_Hover_Background)}:host([_color-scheme="Accent4"]),:host([ui5-avatar][color-scheme="Accent4"]){background-color:var(--ui5-v2-15-0-avatar-accent4);color:var(--ui5-v2-15-0-avatar-accent4-color);border-color:var(--ui5-v2-15-0-avatar-accent4-border-color)}:host([_color-scheme="Accent4"][interactive]:not([hidden]):not([disabled]):not(:active):hover),:host([ui5-avatar][color-scheme="Accent4"][interactive]:not([hidden]):not([disabled]):not(:active):hover){background-color:var(--sapAvatar_4_Hover_Background)}:host([_color-scheme="Accent5"]),:host([ui5-avatar][color-scheme="Accent5"]){background-color:var(--ui5-v2-15-0-avatar-accent5);color:var(--ui5-v2-15-0-avatar-accent5-color);border-color:var(--ui5-v2-15-0-avatar-accent5-border-color)}:host([_color-scheme="Accent5"][interactive]:not([hidden]):not([disabled]):not(:active):hover),:host([ui5-avatar][color-scheme="Accent5"][interactive]:not([hidden]):not([disabled]):not(:active):hover){background-color:var(--sapAvatar_5_Hover_Background)}:host([_color-scheme="Accent7"]),:host([ui5-avatar][color-scheme="Accent7"]){background-color:var(--ui5-v2-15-0-avatar-accent7);color:var(--ui5-v2-15-0-avatar-accent7-color);border-color:var(--ui5-v2-15-0-avatar-accent7-border-color)}:host([_color-scheme="Accent7"][interactive]:not([hidden]):not([disabled]):not(:active):hover),:host([ui5-avatar][color-scheme="Accent7"][interactive]:not([hidden]):not([disabled]):not(:active):hover){background-color:var(--sapAvatar_7_Hover_Background)}:host([_color-scheme="Accent8"]),:host([ui5-avatar][color-scheme="Accent8"]){background-color:var(--ui5-v2-15-0-avatar-accent8);color:var(--ui5-v2-15-0-avatar-accent8-color);border-color:var(--ui5-v2-15-0-avatar-accent8-border-color)}:host([_color-scheme="Accent8"][interactive]:not([hidden]):not([disabled]):not(:active):hover),:host([ui5-avatar][color-scheme="Accent8"][interactive]:not([hidden]):not([disabled]):not(:active):hover){background-color:var(--sapAvatar_8_Hover_Background)}:host([_color-scheme="Accent9"]),:host([ui5-avatar][color-scheme="Accent9"]){background-color:var(--ui5-v2-15-0-avatar-accent9);color:var(--ui5-v2-15-0-avatar-accent9-color);border-color:var(--ui5-v2-15-0-avatar-accent9-border-color)}:host([_color-scheme="Accent9"][interactive]:not([hidden]):not([disabled]):not(:active):hover),:host([ui5-avatar][color-scheme="Accent9"][interactive]:not([hidden]):not([disabled]):not(:active):hover){background-color:var(--sapAvatar_9_Hover_Background)}:host([_color-scheme="Accent10"]),:host([ui5-avatar][color-scheme="Accent10"]){background-color:var(--ui5-v2-15-0-avatar-accent10);color:var(--ui5-v2-15-0-avatar-accent10-color);border-color:var(--ui5-v2-15-0-avatar-accent10-border-color)}:host([_color-scheme="Accent10"][interactive]:not([hidden]):not([disabled]):not(:active):hover),:host([ui5-avatar][color-scheme="Accent10"][interactive]:not([hidden]):not([disabled]):not(:active):hover){background-color:var(--sapAvatar_10_Hover_Background)}:host([_color-scheme="Placeholder"]),:host([ui5-avatar][color-scheme="Placeholder"]){background-color:var(--ui5-v2-15-0-avatar-placeholder);color:var(--ui5-v2-15-0-avatar-placeholder-color);border-color:var(--sapAvatar_Lite_BorderColor)}:host([_color-scheme="Transparent"]),:host([ui5-avatar][color-scheme="Transparent"]){background-color:transparent;border-color:transparent}:host([_has-image]){color:var(--ui5-v2-15-0-avatar-accent10-color);border:var(--ui5-v2-15-0-avatar-optional-border);background-color:transparent}.ui5-avatar-initials{color:inherit}.ui5-avatar-icon~.ui5-avatar-initials,.ui5-avatar-icon~.ui5-avatar-icon-fallback{display:none}.ui5-avatar-fallback-icon-hidden{display:none}.ui5-avatar-initials-hidden{position:absolute;visibility:hidden;z-index:0;pointer-events:none}::slotted([slot="badge"]){position:absolute;bottom:0;right:0;width:1.125rem;height:1.125rem;font-family:var(--sapFontFamily);font-size:var(--sapFontSmallSize);color:var(--sapBackgroundColor);--_ui5-v2-15-0-tag-height: 1.125rem}:host(:not([disabled])) ::slotted([slot="badge"]){pointer-events:initial}:host([_size="L"]) ::slotted([slot="badge"]),:host([size="L"]) ::slotted([slot="badge"]){width:1.25rem;height:1.25rem;--_ui5-v2-15-0-tag-height: 1.25rem;--_ui5-v2-15-0-tag-icon-width: .875rem}:host([_size="XL"]) ::slotted([slot="badge"]),:host([size="XL"]) ::slotted([slot="badge"]){width:1.75rem;height:1.75rem;--_ui5-v2-15-0-tag-height: 1.75rem;--_ui5-v2-15-0-tag-icon-width: 1rem}:host([shape="Square"]) ::slotted([slot="badge"]){bottom:-.125rem;right:-.125rem}:host([_size="L"][shape="Square"]) ::slotted([slot="badge"]),:host([size="L"][shape="Square"]) ::slotted([slot="badge"]){bottom:-.1875rem;right:-.1875rem}:host([_size="XL"][shape="Square"]) ::slotted([slot="badge"]),:host([size="XL"][shape="Square"]) ::slotted([slot="badge"]){bottom:-.25rem;right:-.25rem}
14
14
  `;
15
15
 
@@ -251,13 +251,13 @@ sap.ui.define(['sap/f/thirdparty/webcomponents', 'sap/f/thirdparty/event-strict'
251
251
  return this.getDomRef().querySelector(".ui5-avatar-icon-fallback");
252
252
  }
253
253
  async onAfterRendering() {
254
- await Icons.f$1();
254
+ await Theme.f$1();
255
255
  if (this.initials && !this.icon) {
256
256
  this._checkInitials();
257
257
  }
258
258
  }
259
259
  onEnterDOM() {
260
- if (Icons.f()) {
260
+ if (Theme.f()) {
261
261
  this.setAttribute("desktop", "");
262
262
  }
263
263
  this.initialsContainer && webcomponentsBase.f.register(this.initialsContainer, this._handleResizeBound);
@@ -1,4 +1,4 @@
1
- sap.ui.define(['exports', 'sap/f/thirdparty/webcomponents', 'sap/f/thirdparty/parameters-bundle.css', 'sap/f/thirdparty/parameters-bundle.css2', 'sap/f/thirdparty/Icons', 'sap/f/thirdparty/willShowContent', 'sap/f/thirdparty/Label', 'sap/f/thirdparty/i18n-defaults2'], (function (exports, webcomponentsBase, parametersBundle_css$1, parametersBundle_css, Icons, willShowContent, Label, i18nDefaults) { 'use strict';
1
+ sap.ui.define(['exports', 'sap/f/thirdparty/webcomponents', 'sap/f/thirdparty/parameters-bundle.css', 'sap/f/thirdparty/parameters-bundle.css2', 'sap/f/thirdparty/Theme', 'sap/f/thirdparty/willShowContent', 'sap/f/thirdparty/Label', 'sap/f/thirdparty/i18n-defaults2'], (function (exports, webcomponentsBase, parametersBundle_css$1, parametersBundle_css, Theme, willShowContent, Label, i18nDefaults) { 'use strict';
2
2
 
3
3
  /**
4
4
  * Different BusyIndicator text placements.
@@ -30,8 +30,8 @@ sap.ui.define(['exports', 'sap/f/thirdparty/webcomponents', 'sap/f/thirdparty/pa
30
30
  return (parametersBundle_css.jsx(parametersBundle_css.Fragment, { children: this.text && (parametersBundle_css.jsx(Label, { id: `${this._id}-label`, class: "ui5-busy-indicator-text", children: this.text })) }));
31
31
  }
32
32
 
33
- Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
34
- Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
33
+ Theme.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
34
+ Theme.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
35
35
  var busyIndicatorCss = `:host(:not([hidden])){display:inline-block}:host([_is-busy]){color:var(--_ui5-v2-15-0_busy_indicator_color)}:host([size="S"]) .ui5-busy-indicator-root{min-width:1.625rem;min-height:.5rem}:host([size="S"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:1.75rem}:host([size="S"]) .ui5-busy-indicator-circle{width:.5rem;height:.5rem}:host([size="S"]) .ui5-busy-indicator-circle:first-child,:host([size="S"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.0625rem}:host(:not([size])) .ui5-busy-indicator-root,:host([size="M"]) .ui5-busy-indicator-root{min-width:3.375rem;min-height:1rem}:host([size="M"]) .ui5-busy-indicator-circle:first-child,:host([size="M"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.1875rem}:host(:not([size])[text]:not([text=""])) .ui5-busy-indicator-root,:host([size="M"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:2.25rem}:host(:not([size])) .ui5-busy-indicator-circle,:host([size="M"]) .ui5-busy-indicator-circle{width:1rem;height:1rem}:host([size="L"]) .ui5-busy-indicator-root{min-width:6.5rem;min-height:2rem}:host([size="L"]) .ui5-busy-indicator-circle:first-child,:host([size="L"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.25rem}:host([size="L"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:3.25rem}:host([size="L"]) .ui5-busy-indicator-circle{width:2rem;height:2rem}.ui5-busy-indicator-root{display:flex;justify-content:center;align-items:center;position:relative;background-color:inherit;height:inherit;border-radius:inherit}.ui5-busy-indicator-busy-area.ui5-busy-indicator-busy-area-over-content{position:absolute;inset:0;z-index:99}.ui5-busy-indicator-busy-area{display:flex;justify-content:center;align-items:center;background-color:inherit;flex-direction:column;border-radius:inherit}:host([active]) ::slotted(*){opacity:var(--sapContent_DisabledOpacity)}:host([desktop]) .ui5-busy-indicator-busy-area:focus,.ui5-busy-indicator-busy-area:focus-visible{outline:var(--_ui5-v2-15-0_busy_indicator_focus_outline);outline-offset:-2px}.ui5-busy-indicator-circles-wrapper{line-height:0}.ui5-busy-indicator-circle{display:inline-block;background-color:currentColor;border-radius:50%}.ui5-busy-indicator-circle:before{content:"";width:100%;height:100%;border-radius:100%}.circle-animation-0{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11)}.circle-animation-1{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.2s}.circle-animation-2{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.4s}.ui5-busy-indicator-text{width:100%;text-align:center}:host([text-placement="Top"]) .ui5-busy-indicator-text{margin-bottom:.5rem}:host(:not([text-placement])) .ui5-busy-indicator-text,:host([text-placement="Bottom"]) .ui5-busy-indicator-text{margin-top:.5rem}@keyframes grow{0%,50%,to{-webkit-transform:scale(.5);-moz-transform:scale(.5);transform:scale(.5)}25%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}
36
36
  `;
37
37
 
@@ -123,7 +123,7 @@ sap.ui.define(['exports', 'sap/f/thirdparty/webcomponents', 'sap/f/thirdparty/pa
123
123
  this.addEventListener("keyup", this._preventEventHandler, {
124
124
  capture: true,
125
125
  });
126
- if (Icons.f()) {
126
+ if (Theme.f()) {
127
127
  this.setAttribute("desktop", "");
128
128
  }
129
129
  }
@@ -1,4 +1,4 @@
1
- sap.ui.define(['sap/f/thirdparty/webcomponents', 'sap/f/thirdparty/event-strict', 'sap/f/thirdparty/parameters-bundle.css', 'sap/f/thirdparty/parameters-bundle.css2', 'sap/f/thirdparty/AccessibilityTextsHelper', 'sap/f/thirdparty/Icons', 'sap/f/thirdparty/willShowContent', 'sap/f/thirdparty/Button2', 'sap/f/thirdparty/toLowercaseEnumValue', 'sap/f/thirdparty/i18n-defaults2', 'sap/f/thirdparty/Icon', 'sap/f/thirdparty/BusyIndicator', 'sap/f/thirdparty/Label'], (function (webcomponentsBase, eventStrict, parametersBundle_css, parametersBundle_css$1, AccessibilityTextsHelper, Icons, willShowContent, Button, toLowercaseEnumValue, i18nDefaults, Icon, BusyIndicator, Label) { 'use strict';
1
+ sap.ui.define(['sap/f/thirdparty/webcomponents', 'sap/f/thirdparty/event-strict', 'sap/f/thirdparty/parameters-bundle.css', 'sap/f/thirdparty/parameters-bundle.css2', 'sap/f/thirdparty/AccessibilityTextsHelper', 'sap/f/thirdparty/Icons', 'sap/f/thirdparty/Theme', 'sap/f/thirdparty/willShowContent', 'sap/f/thirdparty/Button2', 'sap/f/thirdparty/toLowercaseEnumValue', 'sap/f/thirdparty/i18n-defaults2', 'sap/f/thirdparty/Icon', 'sap/f/thirdparty/BusyIndicator', 'sap/f/thirdparty/Label'], (function (webcomponentsBase, eventStrict, parametersBundle_css, parametersBundle_css$1, AccessibilityTextsHelper, Icons, Theme, willShowContent, Button, toLowercaseEnumValue, i18nDefaults, Icon, BusyIndicator, Label) { 'use strict';
2
2
 
3
3
 
4
4
 
@@ -1,6 +1,6 @@
1
- sap.ui.define(['exports', 'sap/f/thirdparty/webcomponents', 'sap/f/thirdparty/event-strict', 'sap/f/thirdparty/parameters-bundle.css', 'sap/f/thirdparty/parameters-bundle.css2', 'sap/f/thirdparty/AccessibilityTextsHelper', 'sap/f/thirdparty/Icons', 'sap/f/thirdparty/willShowContent', 'sap/f/thirdparty/toLowercaseEnumValue', 'sap/f/thirdparty/Icon', 'sap/f/thirdparty/BusyIndicator', 'sap/f/thirdparty/i18n-defaults2'], (function (exports, webcomponentsBase, eventStrict, parametersBundle_css$1, parametersBundle_css, AccessibilityTextsHelper, Icons, willShowContent, toLowercaseEnumValue, Icon, BusyIndicator, i18nDefaults) { 'use strict';
1
+ sap.ui.define(['exports', 'sap/f/thirdparty/webcomponents', 'sap/f/thirdparty/event-strict', 'sap/f/thirdparty/parameters-bundle.css', 'sap/f/thirdparty/parameters-bundle.css2', 'sap/f/thirdparty/AccessibilityTextsHelper', 'sap/f/thirdparty/Icons', 'sap/f/thirdparty/Theme', 'sap/f/thirdparty/willShowContent', 'sap/f/thirdparty/toLowercaseEnumValue', 'sap/f/thirdparty/Icon', 'sap/f/thirdparty/BusyIndicator', 'sap/f/thirdparty/i18n-defaults2'], (function (exports, webcomponentsBase, eventStrict, parametersBundle_css$1, parametersBundle_css, AccessibilityTextsHelper, Icons, Theme, willShowContent, toLowercaseEnumValue, Icon, BusyIndicator, i18nDefaults) { 'use strict';
2
2
 
3
- let e;const l=()=>(e===void 0&&(e=Icons.b()),e);
3
+ let e;const l=()=>(e===void 0&&(e=Theme.b()),e);
4
4
 
5
5
  /**
6
6
  * Different Button designs.
@@ -129,8 +129,8 @@ sap.ui.define(['exports', 'sap/f/thirdparty/webcomponents', 'sap/f/thirdparty/ev
129
129
  parametersBundle_css.jsx(BusyIndicator.BusyIndicator, { id: `${this._id}-button-busy-indicator`, class: "ui5-button-busy-indicator", size: this.iconOnly ? BusyIndicatorSize$1.S : BusyIndicatorSize$1.M, active: true, delay: this.loadingDelay, inert: this.loading })] }));
130
130
  }
131
131
 
132
- Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
133
- Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
132
+ Theme.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
133
+ Theme.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
134
134
  var buttonCss = `:host{vertical-align:middle}.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:inline-block}:host{min-width:var(--_ui5-v2-15-0_button_base_min_width);height:var(--_ui5-v2-15-0_button_base_height);line-height:normal;font-family:var(--_ui5-v2-15-0_button_fontFamily);font-size:var(--sapFontSize);text-shadow:var(--_ui5-v2-15-0_button_text_shadow);border-radius:var(--_ui5-v2-15-0_button_border_radius);cursor:pointer;background-color:var(--sapButton_Background);border:var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);color:var(--sapButton_TextColor);box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-tap-highlight-color:transparent}.ui5-button-root{min-width:inherit;cursor:inherit;height:100%;width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center;outline:none;padding:0 var(--_ui5-v2-15-0_button_base_padding);position:relative;background:transparent;border:none;color:inherit;text-shadow:inherit;font:inherit;white-space:inherit;overflow:inherit;text-overflow:inherit;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;-webkit-user-select:none;-moz-user-select:none;user-select:none}:host(:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host(:not([hidden]):not([disabled]).ui5_hovered){background:var(--sapButton_Hover_Background);border:1px solid var(--sapButton_Hover_BorderColor);color:var(--sapButton_Hover_TextColor)}.ui5-button-icon,.ui5-button-end-icon{color:inherit;flex-shrink:0}.ui5-button-end-icon{margin-inline-start:var(--_ui5-v2-15-0_button_base_icon_margin)}:host([icon-only]:not([has-end-icon])) .ui5-button-root{min-width:auto;padding:0}:host([icon-only]) .ui5-button-text{display:none}.ui5-button-text{outline:none;position:relative;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([has-icon]:not(:empty)) .ui5-button-text{margin-inline-start:var(--_ui5-v2-15-0_button_base_icon_margin)}:host([has-end-icon]:not([has-icon]):empty) .ui5-button-end-icon{margin-inline-start:0}:host([disabled]){opacity:var(--sapContent_DisabledOpacity);pointer-events:unset;cursor:default}:host([has-icon]:not([icon-only]):not([has-end-icon])) .ui5-button-text{min-width:calc(var(--_ui5-v2-15-0_button_base_min_width) - var(--_ui5-v2-15-0_button_base_icon_margin) - 1rem)}:host([disabled]:active){pointer-events:none}:host([desktop]:not([loading])) .ui5-button-root:focus-within:after,:host(:not([active])) .ui5-button-root:focus-visible:after,:host([desktop][active][design="Emphasized"]) .ui5-button-root:focus-within:after,:host([active][design="Emphasized"]) .ui5-button-root:focus-visible:after,:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{content:"";position:absolute;box-sizing:border-box;pointer-events:none;inset:.0625rem;border:var(--_ui5-v2-15-0_button_focused_border);border-radius:var(--_ui5-v2-15-0_button_focused_border_radius)}:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{border-color:var(--_ui5-v2-15-0_button_pressed_focused_border_color)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:after,:host([design="Emphasized"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-15-0_button_emphasized_focused_border_color)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:before,:host([design="Emphasized"]) .ui5-button-root:focus-visible:before{content:"";position:absolute;box-sizing:border-box;inset:.0625rem;border:var(--_ui5-v2-15-0_button_emphasized_focused_border_before);border-radius:var(--_ui5-v2-15-0_button_focused_border_radius)}.ui5-button-root::-moz-focus-inner{border:0}bdi{display:block;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([ui5-button][active]:not([disabled]):not([non-interactive])){background-image:none;background-color:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([design="Positive"]){background-color:var(--sapButton_Accept_Background);border-color:var(--sapButton_Accept_BorderColor);color:var(--sapButton_Accept_TextColor)}:host([design="Positive"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Positive"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Accept_Hover_Background);border-color:var(--sapButton_Accept_Hover_BorderColor);color:var(--sapButton_Accept_Hover_TextColor)}:host([ui5-button][design="Positive"][active]:not([non-interactive])){background-color:var(--sapButton_Accept_Active_Background);border-color:var(--sapButton_Accept_Active_BorderColor);color:var(--sapButton_Accept_Active_TextColor)}:host([design="Negative"]){background-color:var(--sapButton_Reject_Background);border-color:var(--sapButton_Reject_BorderColor);color:var(--sapButton_Reject_TextColor)}:host([design="Negative"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Negative"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Reject_Hover_Background);border-color:var(--sapButton_Reject_Hover_BorderColor);color:var(--sapButton_Reject_Hover_TextColor)}:host([ui5-button][design="Negative"][active]:not([non-interactive])){background-color:var(--sapButton_Reject_Active_Background);border-color:var(--sapButton_Reject_Active_BorderColor);color:var(--sapButton_Reject_Active_TextColor)}:host([design="Attention"]){background-color:var(--sapButton_Attention_Background);border-color:var(--sapButton_Attention_BorderColor);color:var(--sapButton_Attention_TextColor)}:host([design="Attention"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Attention"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Attention_Hover_Background);border-color:var(--sapButton_Attention_Hover_BorderColor);color:var(--sapButton_Attention_Hover_TextColor)}:host([ui5-button][design="Attention"][active]:not([non-interactive])){background-color:var(--sapButton_Attention_Active_Background);border-color:var(--sapButton_Attention_Active_BorderColor);color:var(--sapButton_Attention_Active_TextColor)}:host([design="Emphasized"]){background-color:var(--sapButton_Emphasized_Background);border-color:var(--sapButton_Emphasized_BorderColor);border-width:var(--_ui5-v2-15-0_button_emphasized_border_width);color:var(--sapButton_Emphasized_TextColor);font-family:var(--sapButton_Emphasized_FontFamily)}:host([design="Emphasized"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Emphasized"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Emphasized_Hover_Background);border-color:var(--sapButton_Emphasized_Hover_BorderColor);border-width:var(--_ui5-v2-15-0_button_emphasized_border_width);color:var(--sapButton_Emphasized_Hover_TextColor)}:host([ui5-button][design="Empasized"][active]:not([non-interactive])){background-color:var(--sapButton_Emphasized_Active_Background);border-color:var(--sapButton_Emphasized_Active_BorderColor);color:var(--sapButton_Emphasized_Active_TextColor)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:after,:host([design="Emphasized"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-15-0_button_emphasized_focused_border_color);outline:none}:host([design="Emphasized"][desktop][active]:not([non-interactive])) .ui5-button-root:focus-within:after,:host([design="Emphasized"][active]:not([non-interactive])) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-15-0_button_emphasized_focused_active_border_color)}:host([design="Transparent"]){background-color:var(--sapButton_Lite_Background);color:var(--sapButton_Lite_TextColor);border-color:var(--sapButton_Lite_BorderColor)}:host([design="Transparent"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Transparent"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Lite_Hover_Background);border-color:var(--sapButton_Lite_Hover_BorderColor);color:var(--sapButton_Lite_Hover_TextColor)}:host([ui5-button][design="Transparent"][active]:not([non-interactive])){background-color:var(--sapButton_Lite_Active_Background);border-color:var(--sapButton_Lite_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([ui5-segmented-button-item][active][desktop]) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item][active]) .ui5-button-root:focus-visible:after,:host([pressed][desktop]) .ui5-button-root:focus-within:after,:host([pressed]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-15-0_button_pressed_focused_border_color);outline:none}:host([ui5-segmented-button-item][desktop]:not(:last-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:last-child)) .ui5-button-root:focus-visible:after{border-top-right-radius:var(--_ui5-v2-15-0_button_focused_inner_border_radius);border-bottom-right-radius:var(--_ui5-v2-15-0_button_focused_inner_border_radius)}:host([ui5-segmented-button-item][desktop]:not(:first-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:first-child)) .ui5-button-root:focus-visible:after{border-top-left-radius:var(--_ui5-v2-15-0_button_focused_inner_border_radius);border-bottom-left-radius:var(--_ui5-v2-15-0_button_focused_inner_border_radius)}::slotted([slot="badge"][design="InlineText"]){pointer-events:initial;font-family:var(--sapButton_FontFamily);font-size:var(--sapFontSmallSize);padding-inline-start:.25rem;--_ui5-v2-15-0-tag-height: .625rem}::slotted([slot="badge"][design="OverlayText"]){pointer-events:initial;position:absolute;top:0;inset-inline-end:0;margin:-.5rem;z-index:1;font-family:var(--sapButton_FontFamily);font-size:var(--sapFontSmallSize);--_ui5-v2-15-0-tag-height: .625rem}::slotted([slot="badge"][design="AttentionDot"]){pointer-events:initial;content:"";position:absolute;top:0;inset-inline-end:0;margin:-.25rem;z-index:1}:host(:state(has-overlay-badge)){overflow:visible;margin-inline-end:.3125rem}:host([loading]){position:relative;pointer-events:unset}:host([loading]) .ui5-button-root{opacity:var(--sapContent_DisabledOpacity)}:host([loading][design="Emphasized"]){background-color:inherit;border:inherit}:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:inherit;border:inherit}:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover) .ui5-button-root,:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered) .ui5-button-root{background-color:var(--sapButton_Emphasized_Hover_Background)}:host([loading][design="Emphasized"]) .ui5-button-root{background-color:var(--sapButton_Emphasized_Background);border-color:var(--sapButton_Emphasized_BorderColor)}.ui5-button-busy-indicator{position:absolute;height:100%;width:100%;top:0}
135
135
  `;
136
136
 
@@ -329,7 +329,7 @@ sap.ui.define(['exports', 'sap/f/thirdparty/webcomponents', 'sap/f/thirdparty/ev
329
329
  this._setActiveState(true);
330
330
  }
331
331
  onEnterDOM() {
332
- if (Icons.f()) {
332
+ if (Theme.f()) {
333
333
  this.setAttribute("desktop", "");
334
334
  }
335
335
  if (!this._clickHandlerAttached) {
@@ -387,7 +387,7 @@ sap.ui.define(['exports', 'sap/f/thirdparty/webcomponents', 'sap/f/thirdparty/ev
387
387
  if (this._isReset) {
388
388
  webcomponentsBase.m$1(this);
389
389
  }
390
- if (Icons.h()) {
390
+ if (Theme.h()) {
391
391
  this.getDomRef()?.focus();
392
392
  }
393
393
  }
@@ -1,8 +1,8 @@
1
- sap.ui.define(['exports', 'sap/f/thirdparty/ListItemBase', 'sap/f/thirdparty/webcomponents', 'sap/f/thirdparty/Icons'], (function (exports, ListItemBase, webcomponentsBase, Icons) { 'use strict';
1
+ sap.ui.define(['exports', 'sap/f/thirdparty/ListItemBase', 'sap/f/thirdparty/webcomponents', 'sap/f/thirdparty/Theme'], (function (exports, ListItemBase, webcomponentsBase, Theme) { 'use strict';
2
2
 
3
3
  const n=/^(?:a|area)$/i,a=/^(?:input|select|textarea|button)$/i,r=e=>{if(e.disabled)return false;const t=e.getAttribute("tabindex");return t!=null?parseInt(t)>=0:a.test(e.nodeName)||n.test(e.nodeName)&&!!e.href};
4
4
 
5
- const c=e=>e.hasAttribute("data-ui5-focus-trap"),d=e=>{const l=getComputedStyle(e);return e.scrollHeight>e.clientHeight&&["scroll","auto"].indexOf(l.overflowY)>=0||e.scrollWidth>e.clientWidth&&["scroll","auto"].indexOf(l.overflowX)>=0},b=async(e,l)=>!e||ListItemBase.i(e)?null:u(e,true),H=async(e,l)=>!e||ListItemBase.i(e)?null:u(e,false),T=e=>e.hasAttribute("data-ui5-focus-redirect")||!ListItemBase.i(e),L=e=>{if(webcomponentsBase.v(e)){const l=e.getAttribute("tabindex");if(l!==null&&parseInt(l)<0)return true}return false},u=async(e,l,r$1)=>{let t,s,n=-1;e.shadowRoot?t=l?e.shadowRoot.firstElementChild:e.shadowRoot.lastElementChild:e instanceof HTMLSlotElement&&e.assignedNodes()?(s=e.assignedElements(),n=l?0:s.length-1,t=s[n]):t=l?e.firstElementChild:e.lastElementChild;let i;for(;t;){const m=t;if(!ListItemBase.i(m)&&!L(m)){if(webcomponentsBase.v(t)&&(await t._waitForDomRef(),t=t.getDomRef()),!t||ListItemBase.i(t))return null;if(t.nodeType===1&&T(t)&&!c(t)){if(r(t)||(i=await u(t,l),!Icons.h()&&!i&&d(t)))return t&&typeof t.focus=="function"?t:null;if(i)return i&&typeof i.focus=="function"?i:null}}t=l?m.nextElementSibling:m.previousElementSibling,s&&!s[n].contains(t)&&(n=l?n+1:n-1,t=s[n]);}return null};
5
+ const c=e=>e.hasAttribute("data-ui5-focus-trap"),d=e=>{const l=getComputedStyle(e);return e.scrollHeight>e.clientHeight&&["scroll","auto"].indexOf(l.overflowY)>=0||e.scrollWidth>e.clientWidth&&["scroll","auto"].indexOf(l.overflowX)>=0},b=async(e,l)=>!e||ListItemBase.i(e)?null:u(e,true),H=async(e,l)=>!e||ListItemBase.i(e)?null:u(e,false),T=e=>e.hasAttribute("data-ui5-focus-redirect")||!ListItemBase.i(e),L=e=>{if(webcomponentsBase.v(e)){const l=e.getAttribute("tabindex");if(l!==null&&parseInt(l)<0)return true}return false},u=async(e,l,r$1)=>{let t,s,n=-1;e.shadowRoot?t=l?e.shadowRoot.firstElementChild:e.shadowRoot.lastElementChild:e instanceof HTMLSlotElement&&e.assignedNodes()?(s=e.assignedElements(),n=l?0:s.length-1,t=s[n]):t=l?e.firstElementChild:e.lastElementChild;let i;for(;t;){const m=t;if(!ListItemBase.i(m)&&!L(m)){if(webcomponentsBase.v(t)&&(await t._waitForDomRef(),t=t.getDomRef()),!t||ListItemBase.i(t))return null;if(t.nodeType===1&&T(t)&&!c(t)){if(r(t)||(i=await u(t,l),!Theme.h()&&!i&&d(t)))return t&&typeof t.focus=="function"?t:null;if(i)return i&&typeof i.focus=="function"?i:null}}t=l?m.nextElementSibling:m.previousElementSibling,s&&!s[n].contains(t)&&(n=l?n+1:n-1,t=s[n]);}return null};
6
6
 
7
7
  exports.H = H;
8
8
  exports.b = b;
@@ -1,4 +1,4 @@
1
- sap.ui.define(['exports', 'sap/f/thirdparty/webcomponents', 'sap/f/thirdparty/parameters-bundle.css2', 'sap/f/thirdparty/event-strict', 'sap/f/thirdparty/Icons', 'sap/f/thirdparty/parameters-bundle.css'], (function (exports, webcomponentsBase, parametersBundle_css, eventStrict, Icons, parametersBundle_css$1) { 'use strict';
1
+ sap.ui.define(['exports', 'sap/f/thirdparty/webcomponents', 'sap/f/thirdparty/parameters-bundle.css2', 'sap/f/thirdparty/event-strict', 'sap/f/thirdparty/Icons', 'sap/f/thirdparty/Theme', 'sap/f/thirdparty/parameters-bundle.css'], (function (exports, webcomponentsBase, parametersBundle_css, eventStrict, Icons, Theme, parametersBundle_css$1) { 'use strict';
2
2
 
3
3
  function IconTemplate() {
4
4
  return (parametersBundle_css.jsxs("svg", { class: "ui5-icon-root", part: "root", tabindex: this._tabIndex, dir: this._dir, viewBox: this.viewBox, role: this.effectiveAccessibleRole, focusable: "false", preserveAspectRatio: "xMidYMid meet", "aria-label": this.effectiveAccessibleName, "aria-hidden": this.effectiveAriaHidden, xmlns: "http://www.w3.org/2000/svg", onKeyDown: this._onkeydown, onKeyUp: this._onkeyup, children: [this.hasIconTooltip &&
@@ -44,8 +44,8 @@ sap.ui.define(['exports', 'sap/f/thirdparty/webcomponents', 'sap/f/thirdparty/pa
44
44
  })(IconMode || (IconMode = {}));
45
45
  var IconMode$1 = IconMode;
46
46
 
47
- Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
48
- Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
47
+ Theme.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
48
+ Theme.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
49
49
  var iconCss = `:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host([hidden]){display:none}:host([invalid]){display:none}:host(:not([hidden]).ui5_hovered){opacity:.7}:host{display:inline-block;width:1rem;height:1rem;color:var(--sapContent_IconColor);fill:currentColor;outline:none}:host([design="Contrast"]){color:var(--sapContent_ContrastIconColor)}:host([design="Critical"]){color:var(--sapCriticalElementColor)}:host([design="Information"]){color:var(--sapInformativeElementColor)}:host([design="Negative"]){color:var(--sapNegativeElementColor)}:host([design="Neutral"]){color:var(--sapNeutralElementColor)}:host([design="NonInteractive"]){color:var(--sapContent_NonInteractiveIconColor)}:host([design="Positive"]){color:var(--sapPositiveElementColor)}:host([mode="Interactive"][desktop]) .ui5-icon-root:focus,:host([mode="Interactive"]) .ui5-icon-root:focus-visible{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--ui5-v2-15-0-icon-focus-border-radius)}.ui5-icon-root{display:flex;height:100%;width:100%;outline:none;vertical-align:top}:host([mode="Interactive"]){cursor:pointer}.ui5-icon-root:not([dir=ltr])>g{transform:var(--_ui5-v2-15-0_icon_transform_scale);transform-origin:center}
50
50
  `;
51
51
 
@@ -199,7 +199,7 @@ sap.ui.define(['exports', 'sap/f/thirdparty/webcomponents', 'sap/f/thirdparty/pa
199
199
  }
200
200
  }
201
201
  onEnterDOM() {
202
- if (Icons.f()) {
202
+ if (Theme.f()) {
203
203
  this.setAttribute("desktop", "");
204
204
  }
205
205
  }
@@ -242,7 +242,7 @@ sap.ui.define(['exports', 'sap/f/thirdparty/webcomponents', 'sap/f/thirdparty/pa
242
242
  }
243
243
  else if (this.accData) {
244
244
  if (this.packageName) {
245
- const i18nBundle = await Icons.f$2(this.packageName);
245
+ const i18nBundle = await Icons.f(this.packageName);
246
246
  this.effectiveAccessibleName = i18nBundle.getText(this.accData) || undefined;
247
247
  }
248
248
  else {