@sapui5/sap.ushell 1.136.0 → 1.136.2

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 (492) hide show
  1. package/package.json +1 -1
  2. package/src/main/js/sap/ushell/.library +5 -2
  3. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  4. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  5. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  6. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  7. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  8. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
  9. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
  10. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
  11. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
  12. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
  13. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  14. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  15. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  16. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  17. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  18. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  19. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  20. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +7 -7
  33. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/api/NewExperience.js +4 -0
  64. package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +1 -1
  65. package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +1 -1
  66. package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +1 -1
  67. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -1
  68. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
  69. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
  70. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
  71. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
  72. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
  73. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
  74. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
  75. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
  76. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +1 -1
  77. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
  78. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
  79. package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
  80. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  81. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +5 -2
  82. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
  83. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
  84. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
  85. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
  86. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
  87. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
  88. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
  89. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
  90. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
  91. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  92. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  93. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
  94. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  95. package/src/main/js/sap/ushell/bootstrap/sandbox2/sandbox.js +5 -2
  96. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  97. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  98. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
  99. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  100. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  101. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  102. package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +1 -1
  103. package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
  104. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  105. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
  106. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
  107. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  108. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  109. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  110. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  111. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  112. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  113. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  114. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  115. package/src/main/js/sap/ushell/components/pages/Component.js +28 -3
  116. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  117. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
  118. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  119. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  120. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  121. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  122. package/src/main/js/sap/ushell/components/shell/MenuBar/Component.js +31 -2
  123. package/src/main/js/sap/ushell/components/shell/MenuBar/controller/MenuBar.controller.js +0 -4
  124. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  125. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/Component.js +4 -2
  126. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  127. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
  128. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +2 -9
  129. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +4 -4
  130. package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsListPopoverContent.view.xml +2 -2
  131. package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsListPopoverHeader.fragment.xml +1 -1
  132. package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +1 -1
  133. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  134. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  135. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  136. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  137. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  138. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  139. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  140. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  141. package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +27 -2
  142. package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +3 -3
  143. package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
  144. package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +9 -1
  145. package/src/main/js/sap/ushell/components/shell/SideNavigation/Component.js +5 -3
  146. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
  147. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericNavigationListProvider.js +1 -1
  148. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/MyHome.js +1 -1
  149. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  150. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.controller.js +5 -5
  151. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.fragment.xml +1 -1
  152. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +10 -12
  153. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  154. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  155. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  156. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  157. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  158. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  159. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  160. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  161. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  162. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  163. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  164. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  165. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  166. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  167. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  168. package/src/main/js/sap/ushell/gen/ui5/webcomponents/Avatar.js +4 -0
  169. package/src/main/js/sap/ushell/gen/ui5/webcomponents/Button.js +4 -0
  170. package/src/main/js/sap/ushell/gen/ui5/webcomponents/Label.js +4 -0
  171. package/src/main/js/sap/ushell/gen/ui5/webcomponents/Menu.js +4 -0
  172. package/src/main/js/sap/ushell/gen/ui5/webcomponents/MenuItem.js +4 -0
  173. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/Avatar.js +10 -9
  174. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/Button.js +32 -11
  175. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/Label.js +7 -6
  176. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/ListItem.js +15 -10
  177. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/ListItemBase.js +6 -5
  178. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/Menu.js +48 -12
  179. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/MenuItem.js +45 -16
  180. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-base.js +221 -36
  181. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/NotificationList.js +4 -0
  182. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/NotificationListGroupItem.js +4 -0
  183. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/NotificationListItem.js +4 -0
  184. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/ShellBar.js +4 -0
  185. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/ShellBarItem.js +4 -0
  186. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/ShellBarSpacer.js +4 -0
  187. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/UserMenu.js +4 -0
  188. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/UserMenuAccount.js +4 -0
  189. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/UserMenuItem.js +4 -0
  190. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationList.js +85 -0
  191. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +19 -10
  192. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/NotificationListItem.js +19 -10
  193. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/NotificationListItemBase.js +7 -6
  194. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/ShellBar.js +89 -24
  195. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/ShellBarItem.js +15 -6
  196. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/ShellBarSpacer.js +6 -5
  197. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +143 -0
  198. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/UserMenuAccount.js +6 -5
  199. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuItem.js +40 -0
  200. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +1317 -0
  201. package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +2376 -0
  202. package/src/main/js/sap/ushell/library.js +19 -1
  203. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  204. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  205. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  206. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  207. package/src/main/js/sap/ushell/renderer/AccessKeysHandler.js +1 -1
  208. package/src/main/js/sap/ushell/renderer/Renderer.js +4 -4
  209. package/src/main/js/sap/ushell/renderer/Shell.view.js +1 -1
  210. package/src/main/js/sap/ushell/renderer/ShellLayout.js +197 -74
  211. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  212. package/src/main/js/sap/ushell/services/AppConfiguration.js +3 -1
  213. package/src/main/js/sap/ushell/services/AppLifeCycle.js +1 -1
  214. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  215. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  216. package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
  217. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  218. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  219. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  220. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  221. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  222. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  223. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  224. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  225. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +7 -13
  226. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  227. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  228. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  229. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  230. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  231. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  232. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  233. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  234. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  235. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  236. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  237. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  238. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
  239. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  240. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  241. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
  242. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  243. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  244. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
  245. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
  246. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  247. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  248. package/src/main/js/sap/ushell/services/Message.js +1 -1
  249. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +1 -1
  250. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  251. package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
  252. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
  253. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  254. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  255. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  256. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  257. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  258. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  259. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  260. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  261. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  262. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
  263. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
  264. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
  265. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
  266. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  267. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  268. package/src/main/js/sap/ushell/services/Search.js +1 -1
  269. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  270. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  271. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  272. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  273. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  274. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  275. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  276. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  277. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  278. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  279. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  280. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  281. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  282. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  283. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  284. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  285. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  286. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  287. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  288. package/src/main/js/sap/ushell/state/BackNavigation.js +1 -1
  289. package/src/main/js/sap/ushell/state/ContentDensity.js +1 -1
  290. package/src/main/js/sap/ushell/state/Favicon.js +1 -1
  291. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  292. package/src/main/js/sap/ushell/themes/base/MenuBar.less +40 -4
  293. package/src/main/js/sap/ushell/themes/base/Page.less +17 -0
  294. package/src/main/js/sap/ushell/themes/base/ShellBar.less +3 -1
  295. package/src/main/js/sap/ushell/themes/base/ShellHeader.less +6 -4
  296. package/src/main/js/sap/ushell/themes/sap_hcb/base_MenuBar.less +2 -1
  297. package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellHeader.less +5 -3
  298. package/src/main/js/sap/ushell/thirdparty/Avatar.js +9 -4
  299. package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +12 -12
  300. package/src/main/js/sap/ushell/thirdparty/Button2.js +61 -12
  301. package/src/main/js/sap/ushell/thirdparty/Icon.js +9 -9
  302. package/src/main/js/sap/ushell/thirdparty/Icons.js +2 -2
  303. package/src/main/js/sap/ushell/thirdparty/Label.js +1 -1
  304. package/src/main/js/sap/ushell/thirdparty/Link.js +6 -6
  305. package/src/main/js/sap/ushell/thirdparty/List.js +48 -26
  306. package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +4 -4
  307. package/src/main/js/sap/ushell/thirdparty/ListItemTemplate.js +65 -62
  308. package/src/main/js/sap/ushell/thirdparty/Menu.js +53 -58
  309. package/src/main/js/sap/ushell/thirdparty/MenuItem.js +5 -2
  310. package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +82 -17
  311. package/src/main/js/sap/ushell/thirdparty/NotificationList.js +1 -1
  312. package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +2 -2
  313. package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +7 -7
  314. package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +1 -1
  315. package/src/main/js/sap/ushell/thirdparty/ShellBar.js +158 -54
  316. package/src/main/js/sap/ushell/thirdparty/Tag.js +289 -295
  317. package/src/main/js/sap/ushell/thirdparty/Text.js +6 -6
  318. package/src/main/js/sap/ushell/thirdparty/UserMenu.js +35 -13
  319. package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +1 -1
  320. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +15 -0
  321. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +27 -9
  322. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +15 -0
  323. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +27 -9
  324. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +15 -0
  325. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +27 -9
  326. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +15 -0
  327. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +27 -9
  328. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +15 -0
  329. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +27 -9
  330. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +15 -0
  331. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +27 -9
  332. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +15 -0
  333. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +27 -9
  334. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +16 -1
  335. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +27 -9
  336. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +15 -0
  337. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +27 -9
  338. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +15 -0
  339. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +27 -9
  340. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +15 -0
  341. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +27 -9
  342. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +15 -0
  343. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +27 -9
  344. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +12 -0
  345. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +24 -3
  346. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +15 -0
  347. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +27 -9
  348. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +15 -0
  349. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +27 -9
  350. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +15 -0
  351. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +27 -9
  352. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +15 -0
  353. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +27 -9
  354. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +15 -0
  355. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +27 -9
  356. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +15 -0
  357. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +27 -9
  358. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +15 -0
  359. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +27 -9
  360. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +15 -0
  361. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +27 -9
  362. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +15 -0
  363. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +27 -9
  364. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +15 -0
  365. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +27 -9
  366. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +16 -1
  367. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +29 -11
  368. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +15 -0
  369. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +27 -9
  370. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +15 -0
  371. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +27 -9
  372. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +15 -0
  373. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +31 -13
  374. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +15 -0
  375. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +27 -9
  376. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +15 -0
  377. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +27 -9
  378. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +15 -0
  379. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +27 -9
  380. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +15 -0
  381. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +27 -9
  382. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +15 -0
  383. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +27 -9
  384. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +15 -0
  385. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +31 -13
  386. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +15 -0
  387. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +27 -9
  388. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +15 -0
  389. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +27 -9
  390. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +15 -0
  391. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +27 -9
  392. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +15 -0
  393. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +27 -9
  394. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +15 -0
  395. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +27 -9
  396. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +15 -0
  397. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +27 -9
  398. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +15 -0
  399. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +27 -9
  400. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +15 -0
  401. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +27 -9
  402. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +15 -0
  403. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +27 -9
  404. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +15 -0
  405. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +30 -12
  406. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +15 -0
  407. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +27 -9
  408. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +15 -0
  409. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +27 -9
  410. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +15 -0
  411. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +27 -9
  412. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +15 -0
  413. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +27 -9
  414. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +16 -1
  415. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +27 -9
  416. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +15 -0
  417. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +27 -9
  418. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +15 -0
  419. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +27 -9
  420. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +15 -0
  421. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +27 -9
  422. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
  423. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
  424. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
  425. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
  426. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
  427. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
  428. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
  429. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
  430. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
  431. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
  432. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css2.js +1 -1
  433. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
  434. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
  435. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
  436. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
  437. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
  438. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
  439. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css3.js +1 -1
  440. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css4.js +1 -1
  441. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css5.js +1 -1
  442. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css6.js +1 -1
  443. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css7.js +1 -1
  444. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css8.js +1 -1
  445. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css9.js +1 -1
  446. package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +12 -8
  447. package/src/main/js/sap/ushell/thirdparty/information.js +10 -10
  448. package/src/main/js/sap/ushell/thirdparty/overflow.js +2 -2
  449. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +1 -1
  450. package/src/main/js/sap/ushell/thirdparty/query.js +10 -0
  451. package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +3 -3
  452. package/src/main/js/sap/ushell/ui/ShellHeader.js +22 -2
  453. package/src/main/js/sap/ushell/ui/ShellHeaderRenderer.js +0 -5
  454. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  455. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  456. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  457. package/src/main/js/sap/ushell/ui/launchpad/VizInstance.js +5 -9
  458. package/src/main/js/sap/ushell/ui/launchpad/VizInstanceAbap.js +55 -36
  459. package/src/main/js/sap/ushell/ui/launchpad/VizInstanceCdm.js +34 -19
  460. package/src/main/js/sap/ushell/ui/launchpad/VizInstanceLaunchPage.js +27 -2
  461. package/src/main/js/sap/ushell/ui/launchpad/VizInstanceLink.js +88 -1
  462. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  463. package/src/main/js/sap/ushell/ui/shell/ShellNavigationMenu.js +2 -2
  464. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  465. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  466. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  467. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  468. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  469. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
  470. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
  471. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  472. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  473. package/ui5.yaml +6 -0
  474. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Avatar.js +0 -4
  475. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Button.js +0 -4
  476. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Label.js +0 -4
  477. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Menu.js +0 -4
  478. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/MenuItem.js +0 -4
  479. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/NotificationList.js +0 -4
  480. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/NotificationListGroupItem.js +0 -4
  481. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/NotificationListItem.js +0 -4
  482. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/ShellBar.js +0 -4
  483. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/ShellBarItem.js +0 -4
  484. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/ShellBarSpacer.js +0 -4
  485. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/UserMenu.js +0 -4
  486. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/UserMenuAccount.js +0 -4
  487. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/UserMenuItem.js +0 -4
  488. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/NotificationList.js +0 -60
  489. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/UserMenu.js +0 -99
  490. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/UserMenuItem.js +0 -39
  491. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori.js +0 -351
  492. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents.js +0 -651
@@ -1,4 +1,4 @@
1
- sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/ListItemTemplate', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/overflow', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/Menu', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/MenuItem2', 'sap/ushell/thirdparty/ListItemCustom'], (function (require, webcomponentsBase, webcomponents, webcomponentsFiori, Icons, eventStrict, i18nDefaults, toLowercaseEnumValue, ListItemTemplate, Icon, overflow, List, Button, Menu, information, parametersBundle_css, i18nDefaults$1, BusyIndicator, Label, MenuItem, ListItemCustom) { 'use strict';
1
+ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/ListItemTemplate', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/overflow', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/Tag', 'sap/ushell/thirdparty/Menu', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/MenuItem2', 'sap/ushell/thirdparty/ListItemCustom'], (function (require, webcomponentsBase, webcomponents, webcomponentsFiori, Icons, eventStrict, i18nDefaults, toLowercaseEnumValue, ListItemTemplate, Icon, overflow, List, Button, Tag, Menu, information, parametersBundle_css, i18nDefaults$1, BusyIndicator, Label, MenuItem, ListItemCustom) { 'use strict';
2
2
 
3
3
  const predefinedHooks = {
4
4
  imageBegin,
@@ -60,7 +60,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
60
60
  }
61
61
  }
62
62
 
63
- var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
63
+ var __decorate$2 = (this && this.__decorate) || function (decorators, target, key, desc) {
64
64
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
65
65
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
66
66
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
@@ -95,11 +95,14 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
95
95
  * @csspart delete-button - Used to style the button rendered when the list item is in delete mode
96
96
  * @csspart radio - Used to style the radio button rendered when the list item is in single selection mode
97
97
  * @csspart checkbox - Used to style the checkbox rendered when the list item is in multiple selection mode
98
- * @slot {Node[]} default - Defines the text of the component.
98
+ * @slot {Node[]} default - Defines the custom formatted text of the component.
99
+ *
100
+ * **Note:** For optimal text wrapping and a consistent layout, it is strongly recommended to use the `text` property.
101
+ *
102
+ * Use the `default` slot only when custom formatting with HTML elements (e.g., `<b>`, `<i>`) is required.
103
+ * Be aware that wrapping (via `wrappingType="Normal"`) may not function correctly with custom HTML content in the `default` slot.
99
104
  *
100
- * **Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design. <br/>
101
- * **Note:** Deprecated since version `2.10.0`. Use the `text` property instead. <br/>
102
- * Only use the default slot if you need to apply custom text formatting with HTML elements (like `<b>`, `<i>`, etc.).
105
+ * If both `text` and `default` slot are used, the `text` property takes precedence.
103
106
  * @constructor
104
107
  * @extends ListItem
105
108
  * @public
@@ -199,55 +202,127 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
199
202
  return !!this.image.length;
200
203
  }
201
204
  };
202
- __decorate$1([
205
+ __decorate$2([
203
206
  webcomponentsBase.s()
204
207
  ], ListItemStandard.prototype, "text", void 0);
205
- __decorate$1([
208
+ __decorate$2([
206
209
  webcomponentsBase.s()
207
210
  ], ListItemStandard.prototype, "description", void 0);
208
- __decorate$1([
211
+ __decorate$2([
209
212
  webcomponentsBase.s()
210
213
  ], ListItemStandard.prototype, "icon", void 0);
211
- __decorate$1([
214
+ __decorate$2([
212
215
  webcomponentsBase.s({ type: Boolean })
213
216
  ], ListItemStandard.prototype, "iconEnd", void 0);
214
- __decorate$1([
217
+ __decorate$2([
215
218
  webcomponentsBase.s()
216
219
  ], ListItemStandard.prototype, "additionalText", void 0);
217
- __decorate$1([
220
+ __decorate$2([
218
221
  webcomponentsBase.s()
219
222
  ], ListItemStandard.prototype, "additionalTextState", void 0);
220
- __decorate$1([
223
+ __decorate$2([
221
224
  webcomponentsBase.s({ type: Boolean })
222
225
  ], ListItemStandard.prototype, "movable", void 0);
223
- __decorate$1([
226
+ __decorate$2([
224
227
  webcomponentsBase.s()
225
228
  ], ListItemStandard.prototype, "accessibleName", void 0);
226
- __decorate$1([
229
+ __decorate$2([
227
230
  webcomponentsBase.s()
228
231
  ], ListItemStandard.prototype, "wrappingType", void 0);
229
- __decorate$1([
232
+ __decorate$2([
230
233
  webcomponentsBase.s({ type: Boolean })
231
234
  ], ListItemStandard.prototype, "hasTitle", void 0);
232
- __decorate$1([
235
+ __decorate$2([
233
236
  webcomponentsBase.s({ type: Boolean })
234
237
  ], ListItemStandard.prototype, "_hasImage", void 0);
235
- __decorate$1([
238
+ __decorate$2([
236
239
  webcomponentsBase.s({ noAttribute: true })
237
240
  ], ListItemStandard.prototype, "expandableTextTemplate", void 0);
238
- __decorate$1([
241
+ __decorate$2([
239
242
  webcomponentsBase.d()
240
243
  ], ListItemStandard.prototype, "image", void 0);
241
- ListItemStandard = ListItemStandard_1 = __decorate$1([
244
+ ListItemStandard = ListItemStandard_1 = __decorate$2([
242
245
  webcomponentsBase.m({
243
246
  tag: "ui5-li",
244
- renderer: i18nDefaults.d,
247
+ renderer: i18nDefaults.y,
245
248
  template: ListItemStandardTemplate,
246
249
  })
247
250
  ], ListItemStandard);
248
251
  ListItemStandard.define();
249
252
  var ListItemStandard$1 = ListItemStandard;
250
253
 
254
+ function ButtonTemplate() {
255
+ return i18nDefaults.jsx(Tag.Tag, { design: "Critical", "hide-state-icon": true, children: this.effectiveText });
256
+ }
257
+
258
+ Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
259
+ Icons.p("@ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
260
+ var buttonBadgeCss = `[ui5-tag]::part(root){border:.0625rem solid var(--sapContent_BadgeBorderColor);background-color:var(--sapContent_BadgeBackground);color:var(--sapContent_BadgeTextColor);height:1rem;border-radius:.5rem}:host([design="AttentionDot"]) [ui5-tag]::part(root){min-width:var(--_ui5-v2-11-0-rc-3-button-badge-diameter);min-height:var(--_ui5-v2-11-0-rc-3-button-badge-diameter);height:var(--_ui5-v2-11-0-rc-3-button-badge-diameter);width:var(--_ui5-v2-11-0-rc-3-button-badge-diameter);border-radius:100%}
261
+ `;
262
+
263
+ var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
264
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
265
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
266
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
267
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
268
+ };
269
+ /**
270
+ * @class
271
+ *
272
+ * The `ui5-button-badge` component defines a badge that appears in the `ui5-button`.
273
+ *
274
+ * ### ES6 Module Import
275
+ *
276
+ * `import "@ui5/webcomponents/dist/ButtonBadge.js";`
277
+ * @constructor
278
+ * @extends UI5Element
279
+ * @since 2.7.0
280
+ * @public
281
+ */
282
+ let ButtonBadge = class ButtonBadge extends webcomponentsBase.b {
283
+ constructor() {
284
+ super(...arguments);
285
+ /**
286
+ * Defines the badge placement and appearance.
287
+ * - **InlineText** - displayed inside the button after its text, and recommended for **compact** density.
288
+ * - **OverlayText** - displayed at the top-end corner of the button, and recommended for **cozy** density.
289
+ * - **AttentionDot** - displayed at the top-end corner of the button as a dot, and suitable for both **cozy** and **compact** densities.
290
+ * @since 2.7.0
291
+ * @public
292
+ */
293
+ this.design = "AttentionDot";
294
+ /**
295
+ * Defines the text of the component.
296
+ *
297
+ * **Note:** Text is not applied when the `design` property is set to `AttentionDot`.
298
+ *
299
+ * **Note:** The badge component only accepts numeric values and the "+" symbol. Using other characters or formats may result in unpredictable behavior, which is not guaranteed or supported.
300
+ * @since 2.7.0
301
+ * @public
302
+ */
303
+ this.text = "";
304
+ }
305
+ get effectiveText() {
306
+ return this.design === Button.ButtonBadgeDesign.AttentionDot ? "" : this.text;
307
+ }
308
+ };
309
+ __decorate$1([
310
+ webcomponentsBase.s()
311
+ ], ButtonBadge.prototype, "design", void 0);
312
+ __decorate$1([
313
+ webcomponentsBase.s()
314
+ ], ButtonBadge.prototype, "text", void 0);
315
+ ButtonBadge = __decorate$1([
316
+ webcomponentsBase.m({
317
+ tag: "ui5-button-badge",
318
+ renderer: i18nDefaults.y,
319
+ template: ButtonTemplate,
320
+ styles: buttonBadgeCss,
321
+ })
322
+ ], ButtonBadge);
323
+ ButtonBadge.define();
324
+ var ButtonBadge$1 = ButtonBadge;
325
+
251
326
  const name$9 = "search";
252
327
  const pathData$9 = "M470 426q10 9 10 22.5T470 471q-9 9-22 9t-23-9L308 353q-45 31-100 31-36 0-68-13.5T84 333t-38-56-14-69q0-36 14-68t38-56 56-38 68-14 68 14 56 38 38 56 14 68q0 28-8.5 53T353 308zm-262-74q30 0 56-11t45.5-30.5 31-46T352 208t-11.5-56-31-45.5-45.5-31T208 64t-56.5 11.5-46 31T75 152t-11 56 11 56.5 30.5 46 46 30.5 56.5 11z";
253
328
  const ltr$9 = true;
@@ -382,12 +457,12 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
382
457
  "ui5-shellbar-bell-button": true,
383
458
  "ui5-shellbar-items-for-arrow-nav": true,
384
459
  ...this.classes.notification,
385
- }, icon: "sap-icon://bell", "data-ui5-text": "Notifications", "data-ui5-notifications-count": this.notificationsCount, onClick: this._handleNotificationsPress, tooltip: this._notificationsText, accessibilityAttributes: this.accInfo.notifications.accessibilityAttributes, "data-ui5-stable": "notifications" })), this.customItemsInfo.map(item => (i18nDefaults.jsx(Button.Button, { id: item.id, class: `${item.classes} ui5-shellbar-items-for-arrow-nav`, icon: item.icon, tooltip: item.tooltip, "data-count": item.count, "data-ui5-notifications-count": this.notificationsCount, "data-ui5-external-action-item-id": item.refItemid, "data-ui5-stable": item.stableDomRef, onClick: item.press, accessibilityAttributes: item.accessibilityAttributes, accessibleName: item.accessibleName }, item.id)))] })] }) }), i18nDefaults.jsx(Button.Button, { id: `${this._id}-item-5`, class: {
460
+ }, icon: "sap-icon://bell", "data-ui5-text": "Notifications", onClick: this._handleNotificationsPress, tooltip: this._notificationsText, accessibilityAttributes: this.accInfo.notifications.accessibilityAttributes, "data-ui5-stable": "notifications", children: this.notificationsCount && (i18nDefaults.jsx(ButtonBadge$1, { slot: "badge", design: "OverlayText", text: this.notificationsCount })) })), this.customItemsInfo.map(item => (i18nDefaults.jsx(Button.Button, { id: item.id, class: `${item.classes} ui5-shellbar-items-for-arrow-nav`, icon: item.icon, tooltip: item.tooltip, "data-ui5-notifications-count": this.notificationsCount, "data-ui5-external-action-item-id": item.refItemid, "data-ui5-stable": item.stableDomRef, onClick: item.press, accessibilityAttributes: item.accessibilityAttributes, children: item.count && (i18nDefaults.jsx(ButtonBadge$1, { slot: "badge", design: "OverlayText", text: item.count })) }, item.id)))] })] }) }), i18nDefaults.jsx(Button.Button, { id: `${this._id}-item-5`, class: {
386
461
  "ui5-shellbar-button": true,
387
462
  "ui5-shellbar-overflow-button": true,
388
463
  "ui5-shellbar-items-for-arrow-nav": true,
389
464
  ...this.classes.overflow,
390
- }, icon: "sap-icon://overflow", "data-count": this._overflowNotifications, onClick: this._handleOverflowPress, tooltip: this._overflowText, accessibilityAttributes: this.accInfo.overflow.accessibilityAttributes, "data-ui5-stable": "overflow" }), this.hasProfile && profileButton.call(this), this.showProductSwitch && (i18nDefaults.jsx(Button.Button, { id: `${this._id}-item-4`, class: "ui5-shellbar-no-overflow-button ui5-shellbar-button ui5-shellbar-button-product-switch ui5-shellbar-items-for-arrow-nav", icon: "sap-icon://grid", "data-ui5-text": "Product Switch", onClick: this._handleProductSwitchPress, tooltip: this._productsText, "aria-label": this._productSwitchBtnText, "aria-haspopup": "dialog", "aria-expanded": this.accInfo.products.accessibilityAttributes.expanded, accessibilityAttributes: this.accInfo.products.accessibilityAttributes, "data-ui5-stable": "product-switch" }))] }), PopoversTemplate.call(this)] }));
465
+ }, icon: "sap-icon://overflow", onClick: this._handleOverflowPress, tooltip: this._overflowText, accessibilityAttributes: this.accInfo.overflow.accessibilityAttributes, "data-ui5-stable": "overflow", children: this._overflowNotifications && (i18nDefaults.jsx(ButtonBadge$1, { slot: "badge", design: this._overflowNotifications === " " ? "AttentionDot" : "OverlayText", text: this._overflowNotifications === " " ? "" : this._overflowNotifications })) }), this.hasProfile && profileButton.call(this), this.showProductSwitch && (i18nDefaults.jsx(Button.Button, { id: `${this._id}-item-4`, class: "ui5-shellbar-no-overflow-button ui5-shellbar-button ui5-shellbar-button-product-switch ui5-shellbar-items-for-arrow-nav", icon: "sap-icon://grid", "data-ui5-text": "Product Switch", onClick: this._handleProductSwitchPress, tooltip: this._productsText, "aria-label": this._productSwitchBtnText, "aria-haspopup": "dialog", "aria-expanded": this.accInfo.products.accessibilityAttributes.expanded, accessibilityAttributes: this.accInfo.products.accessibilityAttributes, "data-ui5-stable": "product-switch" }))] }), PopoversTemplate.call(this)] }));
391
466
  }
392
467
  function profileButton() {
393
468
  return (i18nDefaults.jsx(Button.Button, { "data-profile-btn": true, id: `${this._id}-item-3`, onClick: this._handleProfilePress, tooltip: this._profileText, class: "ui5-shellbar-button ui5-shellbar-image-button ui5-shellbar-no-overflow-button ui5-shellbar-items-for-arrow-nav", "aria-label": this.imageBtnText, "aria-haspopup": "dialog", accessibilityAttributes: this.accInfo.profile.accessibilityAttributes, "data-ui5-stable": "profile", children: i18nDefaults.jsx("slot", { name: "profile" }) }));
@@ -401,12 +476,12 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
401
476
 
402
477
  Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
403
478
  Icons.p("@ui5/webcomponents-fiori", "sap_horizon", async () => parametersBundle_css.defaultTheme);
404
- var shellBarStyles = `.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;width:100%;max-width:100%;background:var(--sapShellColor);box-sizing:border-box}:host{--_ui5-v2-10-0-rc-2_input_placeholder_color: var(--sapShell_InteractiveTextColor);--_ui5-v2-10-0-rc-2_input_border_radius: var(--_ui5-v2-10-0-rc-2_shellbar_input_border_radius);--_ui5-v2-10-0-rc-2_input_focus_border_radius: var(--_ui5-v2-10-0-rc-2_shellbar_input_focus_border_radius);--_ui5-v2-10-0-rc-2_input_background_color: var(--_ui5-v2-10-0-rc-2_shellbar_input_background_color);--_ui5-v2-10-0-rc-2_input_focus_outline_color: var(--_ui5-v2-10-0-rc-2_shellbar_input_focus_outline_color);--_ui5-v2-10-0-rc-2_input_margin_top_bottom: 0;box-shadow:inset 0 -.0625rem 0 0 var(--sapPageHeader_BorderColor)}.ui5-shellbar-root{position:relative;display:flex;justify-content:space-between;align-items:center;height:var(--_ui5-v2-10-0-rc-2_shellbar_root_height);font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;box-sizing:border-box}.ui5-shellbar-menu-button,.ui5-shellbar-button,.ui5-shellbar-image-button,::slotted([ui5-toggle-button]:not([slot^="content"])),::slotted([ui5-button]:not([slot^="content"])){height:2.25rem;padding:0;margin-inline-start:var(--_ui5-v2-10-0-rc-2-shellbar-overflow-button-margin);border:.0625rem solid var(--sapButton_Lite_BorderColor);background:var(--sapButton_Lite_Background);outline-color:var(--_ui5-v2-10-0-rc-2_shellbar_logo_outline_color);color:var(--sapShell_TextColor);box-sizing:border-box;cursor:pointer;border-radius:var(--_ui5-v2-10-0-rc-2_shellbar_button_border_radius);position:relative;font-weight:700;white-space:initial;overflow:initial;text-overflow:initial;line-height:inherit;letter-spacing:inherit;word-spacing:inherit}::slotted([ui5-toggle-button][slot="assistant"]){margin-inline-start:0}.ui5-shellbar-assistant-button{margin-inline-start:var(--_ui5-v2-10-0-rc-2-shellbar-overflow-button-margin)}::slotted([ui5-button][slot="startButton"]){margin-inline-start:0}::slotted([ui5-toggle-button]:hover),::slotted([ui5-button]:hover),.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:hover,.ui5-shellbar-button:hover,.ui5-shellbar-image-button:hover,::slotted([ui5-button][slot="midContent"]:hover){background:var(--sapShell_Hover_Background);border-color:var(--sapButton_Lite_Hover_BorderColor);color:var(--sapShell_TextColor)}::slotted([ui5-toggle-button][slot="assistant"][pressed]),::slotted([ui5-toggle-button][slot="assistant"][pressed]:hover:not([active])){color:var(--sapShell_Assistant_ForegroundColor)}::slotted([ui5-toggle-button][active]),::slotted([ui5-button][active]),.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:active,.ui5-shellbar-button[active],.ui5-shellbar-image-button:active{background:var(--sapShell_Active_Background);border-color:var(--sapButton_Lite_Active_BorderColor);color:var(--_ui5-v2-10-0-rc-2_shellbar_button_active_color)}:host([desktop]) .ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:focus,.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:focus-visible{outline:var(--_ui5-v2-10-0-rc-2_shellbar_logo_outline);outline-offset:var(--_ui5-v2-10-0-rc-2_shellbar_outline_offset)}slot[name=profile]{min-width:0}::slotted([ui5-avatar][slot="profile"]){display:block;width:2rem;height:2rem;min-width:0;min-height:2rem;pointer-events:none}.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive::-moz-focus-inner{border:none}.ui5-shellbar-menu-button-arrow,.ui5-shellbar-menu-button-title,.ui5-shellbar-title{display:inline-block;font-family:var(--sapFontSemiboldFamily);margin:0;font-size:var(--_ui5-v2-10-0-rc-2_shellbar_menu_button_title_font_size);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--sapShell_SubBrand_TextColor)}:host(:not([primary-title])) .ui5-shellbar-menu-button{min-width:2.25rem;justify-content:center}.ui5-shellbar-secondary-title{display:inline-block;font-size:var(--sapFontSmallSize);color:var(--sapShell_TextColor);font-weight:400;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin:0;text-align:start}.ui5-shellbar-headings{display:flex;flex-direction:column;justify-content:center;height:100%;overflow:hidden;margin-left:.25rem}.ui5-shellbar-menu-button--interactive .ui5-shellbar-menu-button-arrow{margin-inline-start:.375rem}.ui5-shellbar-overflow-container{display:flex;justify-content:center;align-items:center;height:100%;overflow:hidden}.ui5-shellbar-overflow-container-middle{align-self:flex-start;height:var(--_ui5-v2-10-0-rc-2_shellbar_overflow_container_middle_height);width:0;flex-shrink:0}.ui5-shellbar-mid-content{height:var(--_ui5-v2-10-0-rc-2_shellbar_overflow_container_middle_height)}:host([breakpoint-size="S"]) .ui5-shellbar-menu-button{margin-inline-start:0}:host([breakpoint-size="S"]){padding:0 1rem}:host([breakpoint-size="S"]) .ui5-shellbar-search-full-width-wrapper{padding:0 1rem}:host([breakpoint-size="M"]){padding:0 2rem}:host([breakpoint-size="M"]) .ui5-shellbar-search-full-width-wrapper{padding:0 2rem}:host([breakpoint-size="L"]){padding:0 2rem}:host([breakpoint-size="XL"]){padding:0 3rem}:host([breakpoint-size="XXL"]){padding:0 3rem}.ui5-shellbar-logo{overflow:hidden;cursor:pointer;max-height:2rem;max-width:3.75rem}.ui5-shellbar-logo-area{overflow:hidden;display:flex;align-items:center;padding:.25rem .5rem .25rem .25rem;box-sizing:border-box;cursor:pointer;background:var(--sapButton_Lite_Background);border:1px solid var(--sapButton_Lite_BorderColor);color:var(--sapShell_TextColor);margin-inline-start:.125rem}.ui5-shellbar-logo:focus,.ui5-shellbar-logo-area:focus{outline:var(--_ui5-v2-10-0-rc-2_shellbar_logo_outline);border-radius:var(--_ui5-v2-10-0-rc-2_shellbar_logo_border_radius)}.ui5-shellbar-overflow-container>.ui5-shellbar-logo:hover,.ui5-shellbar-logo-area:hover{box-shadow:var(--_ui5-v2-10-0-rc-2_shellbar_button_box_shadow);border-radius:var(--_ui5-v2-10-0-rc-2_shellbar_logo_border_radius)}.ui5-shellbar-logo-area:active:focus{background:var(--sapShell_Active_Background);border:1px solid var(--sapButton_Lite_Active_BorderColor);color:var(--sapShell_Active_TextColor)}.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:hover{box-shadow:var(--_ui5-v2-10-0-rc-2_shellbar_button_box_shadow)}.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:active{box-shadow:var(--_ui5-v2-10-0-rc-2_shellbar_button_box_shadow_active)}.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:active .ui5-shellbar-menu-button-arrow,.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:active .ui5-shellbar-menu-button-title{color:var(--sapShell_Active_TextColor)}.ui5-shellbar-menu-button .ui5-shellbar-logo:hover{box-shadow:none}.ui5-shellbar-button{width:2.5rem;box-sizing:border-box}.ui5-shellbar-button,::slotted([ui5-button][slot="startButton"]){--_ui5-v2-10-0-rc-2_button_focused_border: var(--_ui5-v2-10-0-rc-2_shellbar_button_focused_border)}.ui5-shellbar-search-button{--_ui5-v2-10-0-rc-2_button_focused_border_radius: var(--_ui5-v2-10-0-rc-2_shellbar_search_button_border_radius);--_ui5-v2-10-0-rc-2_shellbar_button_border_radius: var(--_ui5-v2-10-0-rc-2_shellbar_search_button_border_radius);height:var(--_ui5-v2-10-0-rc-2_shellbar_search_button_size);width:var(--_ui5-v2-10-0-rc-2_shellbar_search_button_size);min-width:var(--_ui5-v2-10-0-rc-2_shellbar_search_button_size)}.ui5-shellbar-image-button{display:flex;justify-content:center;align-items:center;min-width:auto;height:2.5rem;--_ui5-v2-10-0-rc-2_button_focused_border_radius: var(--_ui5-v2-10-0-rc-2_shellbar_image_button_border_radius);border-radius:var(--_ui5-v2-10-0-rc-2_shellbar_image_button_border_radius)}.ui5-shellbar-overflow-container-left{padding:0;justify-content:flex-start;max-width:75%;flex-shrink:0}.ui5-shellbar-overflow-container-left>:nth-child(n){margin-inline-end:.5rem}.ui5-shellbar-menu-button{white-space:nowrap;overflow:hidden;display:flex;align-items:center;padding:.25rem .5rem;cursor:text;-webkit-user-select:text;-moz-user-select:text;user-select:text}.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;background:var(--sapButton_Lite_Background);border:var(--_ui5-v2-10-0-rc-2_shellbar_button_border);color:var(--sapShell_TextColor)}:host(:not([with-logo])) .ui5-shellbar-menu-button{margin-inline-start:0}.ui5-shellbar-overflow-container-right{flex-grow:1;justify-content:flex-end}.ui5-shellbar-overflow-container-right .ui5-shellbar-overflow-container-right-child{display:flex;justify-content:flex-end;height:inherit;align-items:center}.ui5-shellbar-overflow-container-right-inner{display:flex;flex-grow:1}.ui5-shellbar-content-items{display:flex;justify-content:center;align-items:center;flex-grow:1;min-width:max-content}.ui5-shellbar-spacer{flex-grow:1;height:1px;flex-basis:1rem;flex-shrink:1}.ui5-shellbar-separator{flex-grow:0;flex-shrink:0;height:1rem;width:1px;background-color:var(--sapToolbar_SeparatorColor)}.ui5-shellbar-separator-end{margin-inline-start:.5rem}.ui5-shellbar-overflow-container-right-child .ui5-shellbar-button[data-count]:has(+.ui5-shellbar-overflow-button):before{inset-inline-end:var(--_ui5-v2-10-0-rc-2-shellbar-notification-btn-count-offset)}:host([breakpoint-size="S"]) .ui5-shellbar-overflow-container-right{padding-inline-start:0}::slotted([hidden]){visibility:hidden;order:-1;position:absolute}.ui5-shellbar-content-item{display:flex;align-items:center;flex-shrink:0;padding-inline-start:var(--_ui5-v2-10-0-rc-2-shellbar-content-margin-start)}:host(:not([notifications-count])) .ui5-shellbar-bell-button{position:relative}:host([notifications-count]:not([notifications-count=""])) .ui5-shellbar-bell-button:before,.ui5-shellbar-button[data-count]:before{position:absolute;width:auto;height:1rem;min-width:1rem;background:var(--sapContent_BadgeBackground);border:var(--_ui5-v2-10-0-rc-2_shellbar_button_badge_border);color:var(--sapContent_BadgeTextColor);top:-.25rem;right:-.25rem;padding:0 .3125rem;border-radius:.5rem;display:flex;justify-content:center;align-items:center;font-size:var(--sapFontSmallSize);font-family:"72override",var(--sapFontFamily);z-index:2;box-sizing:border-box}:host([notifications-count]:not([notifications-count=""])) .ui5-shellbar-bell-button:before{content:attr(data-ui5-notifications-count);inset-inline-end:var(--_ui5-v2-10-0-rc-2-shellbar-notification-btn-count-offset)}.ui5-shellbar-button[data-count]:before{content:attr(data-count)}.ui5-shellbar-button[data-count=" "]:before{height:.75rem;min-width:.75rem}.ui5-shellbar-menu-button{margin-inline-start:.5rem}.ui5-shellbar-search-field{padding-inline-start:var(--_ui5-v2-10-0-rc-2-shellbar-content-margin-start);min-width:var(--_ui5-v2-10-0-rc-2_shellbar_search_field_width);align-items:center;flex-grow:1;margin-inline-start:.5rem}.ui5-shellbar-overflow-container-right-child>:first-child,.ui5-shellbar-search-field:first-child+.ui5-shellbar-button:not(.ui5-shellbar-search-button){margin-inline-start:0}.ui5-shellbar-search-full-width-wrapper .ui5-shellbar-search-full-field{height:2.25rem;width:100%}.ui5-shellbar-search-full-width-wrapper{position:absolute;top:0;left:0;background:var(--sapShellColor);height:100%;width:100%;z-index:100;display:flex;align-items:center;box-sizing:border-box}.ui5-shellbar-search-full-width-wrapper .ui5-shellbar-button{width:auto}::slotted([ui5-input]){background:var(--_ui5-v2-10-0-rc-2_shellbar_search_field_background);border:var(--_ui5-v2-10-0-rc-2_shellbar_search_field_border);box-shadow:var(--_ui5-v2-10-0-rc-2_shellbar_search_field_box_shadow);color:var(--_ui5-v2-10-0-rc-2_shellbar_search_field_color);height:2.25rem;width:100%;min-width:var(--_ui5-v2-10-0-rc-2_shellbar_search_field_width)}:host([breakpoint-size="M"]) ::slotted([ui5-input]),:host([breakpoint-size="S"]) ::slotted([ui5-input]){min-width:1rem}:host([breakpoint-size="M"][show-search-field]) .ui5-shellbar-overflow-container-right-child{flex-grow:1}::slotted([ui5-input]:hover){background:var(--_ui5-v2-10-0-rc-2_shellbar_search_field_background_hover);box-shadow:var(--_ui5-v2-10-0-rc-2_shellbar_search_field_box_shadow_hover)}::slotted([ui5-input][focused]){outline:var(--_ui5-v2-10-0-rc-2_shellbar_search_field_outline_focused)}::slotted([slot="logo"]){max-height:2rem;max-width:3.75rem;pointer-events:none}.ui5-shellbar-co-pilot-placeholder{width:2.75rem;height:2.75rem}.ui5-shellbar-coPilot-pressed,.ui5-shellbar-coPilot-pressed:hover{color:var(--sapShell_Assistant_ForegroundColor)}::slotted([ui5-button][slot="startButton"]){margin-inline:0 .5rem;justify-content:center;align-items:center}::slotted([ui5-button][data-profile-btn]){width:auto}::slotted(.ui5-shellbar-hidden-button),.ui5-shellbar-hidden-button,.ui5-shellbar-invisible-button{visibility:hidden;order:-1;opacity:0;min-width:0;width:0;margin:0;padding:0;padding-inline-start:0;border:0;margin-inline-start:0}
479
+ var shellBarStyles = `.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;width:100%;max-width:100%;background:var(--sapShellColor);box-sizing:border-box}:host{--_ui5-v2-11-0-rc-3_input_placeholder_color: var(--sapShell_InteractiveTextColor);--_ui5-v2-11-0-rc-3_input_border_radius: var(--_ui5-v2-11-0-rc-3_shellbar_input_border_radius);--_ui5-v2-11-0-rc-3_input_focus_border_radius: var(--_ui5-v2-11-0-rc-3_shellbar_input_focus_border_radius);--_ui5-v2-11-0-rc-3_input_background_color: var(--_ui5-v2-11-0-rc-3_shellbar_input_background_color);--_ui5-v2-11-0-rc-3_input_focus_outline_color: var(--_ui5-v2-11-0-rc-3_shellbar_input_focus_outline_color);--_ui5-v2-11-0-rc-3_input_margin_top_bottom: 0;box-shadow:inset 0 -.0625rem 0 0 var(--sapPageHeader_BorderColor)}.ui5-shellbar-root{position:relative;display:flex;justify-content:space-between;align-items:center;height:var(--_ui5-v2-11-0-rc-3_shellbar_root_height);font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;box-sizing:border-box}.ui5-shellbar-menu-button,.ui5-shellbar-button,.ui5-shellbar-image-button,::slotted([ui5-toggle-button]:not([slot^="content"])),::slotted([ui5-button]:not([slot^="content"])){height:2.25rem;padding:0;margin-inline-start:var(--_ui5-v2-11-0-rc-3-shellbar-overflow-button-margin);border:.0625rem solid var(--sapButton_Lite_BorderColor);background:var(--sapButton_Lite_Background);outline-color:var(--_ui5-v2-11-0-rc-3_shellbar_logo_outline_color);color:var(--sapShell_TextColor);box-sizing:border-box;cursor:pointer;border-radius:var(--_ui5-v2-11-0-rc-3_shellbar_button_border_radius);position:relative;font-weight:700;white-space:initial;overflow:initial;text-overflow:initial;line-height:inherit;letter-spacing:inherit;word-spacing:inherit}::slotted([ui5-toggle-button][slot="assistant"]){margin-inline-start:0}.ui5-shellbar-assistant-button{margin-inline-start:var(--_ui5-v2-11-0-rc-3-shellbar-overflow-button-margin)}::slotted([ui5-button][slot="startButton"]){margin-inline-start:0}::slotted([ui5-toggle-button]:hover),::slotted([ui5-button]:hover),.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:hover,.ui5-shellbar-button:hover,.ui5-shellbar-image-button:hover,::slotted([ui5-button][slot="midContent"]:hover){background:var(--sapShell_Hover_Background);border-color:var(--sapButton_Lite_Hover_BorderColor);color:var(--sapShell_TextColor)}::slotted([ui5-toggle-button][slot="assistant"][pressed]),::slotted([ui5-toggle-button][slot="assistant"][pressed]:hover:not([active])){color:var(--sapShell_Assistant_ForegroundColor)}::slotted([ui5-toggle-button][active]),::slotted([ui5-button][active]),.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:active,.ui5-shellbar-button[active],.ui5-shellbar-image-button:active{background:var(--sapShell_Active_Background);border-color:var(--sapButton_Lite_Active_BorderColor);color:var(--_ui5-v2-11-0-rc-3_shellbar_button_active_color)}:host([desktop]) .ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:focus,.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:focus-visible{outline:var(--_ui5-v2-11-0-rc-3_shellbar_logo_outline);outline-offset:var(--_ui5-v2-11-0-rc-3_shellbar_outline_offset)}slot[name=profile]{min-width:0}::slotted([ui5-avatar][slot="profile"]){display:block;width:2rem;height:2rem;min-width:0;min-height:2rem;pointer-events:none;font-size:var(--_ui5-v2-11-0-rc-3_avatar_fontsize_XS);font-weight:400}.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive::-moz-focus-inner{border:none}.ui5-shellbar-menu-button-arrow,.ui5-shellbar-menu-button-title,.ui5-shellbar-title{display:inline-block;font-family:var(--sapFontSemiboldDuplexFamily);margin:0;font-size:var(--_ui5-v2-11-0-rc-3_shellbar_menu_button_title_font_size);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--sapShell_SubBrand_TextColor)}:host(:not([primary-title])) .ui5-shellbar-menu-button{min-width:2.25rem;justify-content:center}.ui5-shellbar-secondary-title{display:inline-block;font-size:var(--sapFontSmallSize);color:var(--sapShell_TextColor);font-weight:400;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin:0;text-align:start}.ui5-shellbar-headings{display:flex;flex-direction:column;justify-content:center;height:100%;overflow:hidden;margin-left:.25rem}.ui5-shellbar-menu-button--interactive .ui5-shellbar-menu-button-arrow{margin-inline-start:.375rem}.ui5-shellbar-overflow-container{display:flex;justify-content:center;align-items:center;height:100%;overflow:hidden}.ui5-shellbar-overflow-container-middle{align-self:flex-start;height:var(--_ui5-v2-11-0-rc-3_shellbar_overflow_container_middle_height);width:0;flex-shrink:0}.ui5-shellbar-mid-content{height:var(--_ui5-v2-11-0-rc-3_shellbar_overflow_container_middle_height)}:host([breakpoint-size="S"]) .ui5-shellbar-menu-button{margin-inline-start:0}:host([breakpoint-size="S"]){padding:0 1rem}:host([breakpoint-size="S"]) .ui5-shellbar-search-full-width-wrapper{padding:0 1rem}:host([breakpoint-size="M"]){padding:0 2rem}:host([breakpoint-size="M"]) .ui5-shellbar-search-full-width-wrapper{padding:0 2rem}:host([breakpoint-size="L"]){padding:0 2rem}:host([breakpoint-size="XL"]){padding:0 3rem}:host([breakpoint-size="XXL"]){padding:0 3rem}.ui5-shellbar-logo{overflow:hidden;cursor:pointer;max-height:2rem;max-width:3.75rem}.ui5-shellbar-logo-area{overflow:hidden;display:flex;align-items:center;padding:.25rem .5rem .25rem .25rem;box-sizing:border-box;cursor:pointer;background:var(--sapButton_Lite_Background);border:1px solid var(--sapButton_Lite_BorderColor);color:var(--sapShell_TextColor);margin-inline-start:.125rem}.ui5-shellbar-logo:focus,.ui5-shellbar-logo-area:focus{outline:var(--_ui5-v2-11-0-rc-3_shellbar_logo_outline);border-radius:var(--_ui5-v2-11-0-rc-3_shellbar_logo_border_radius)}.ui5-shellbar-overflow-container>.ui5-shellbar-logo:hover,.ui5-shellbar-logo-area:hover{box-shadow:var(--_ui5-v2-11-0-rc-3_shellbar_button_box_shadow);border-radius:var(--_ui5-v2-11-0-rc-3_shellbar_logo_border_radius)}.ui5-shellbar-logo-area:active:focus{background:var(--sapShell_Active_Background);border:1px solid var(--sapButton_Lite_Active_BorderColor);color:var(--sapShell_Active_TextColor)}.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:hover{box-shadow:var(--_ui5-v2-11-0-rc-3_shellbar_button_box_shadow)}.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:active{box-shadow:var(--_ui5-v2-11-0-rc-3_shellbar_button_box_shadow_active)}.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:active .ui5-shellbar-menu-button-arrow,.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:active .ui5-shellbar-menu-button-title{color:var(--sapShell_Active_TextColor)}.ui5-shellbar-menu-button .ui5-shellbar-logo:hover{box-shadow:none}.ui5-shellbar-button{width:2.5rem;box-sizing:border-box}.ui5-shellbar-button,::slotted([ui5-button][slot="startButton"]){--_ui5-v2-11-0-rc-3_button_focused_border: var(--_ui5-v2-11-0-rc-3_shellbar_button_focused_border)}.ui5-shellbar-search-button{--_ui5-v2-11-0-rc-3_button_focused_border_radius: var(--_ui5-v2-11-0-rc-3_shellbar_search_button_border_radius);--_ui5-v2-11-0-rc-3_shellbar_button_border_radius: var(--_ui5-v2-11-0-rc-3_shellbar_search_button_border_radius);height:var(--_ui5-v2-11-0-rc-3_shellbar_search_button_size);width:var(--_ui5-v2-11-0-rc-3_shellbar_search_button_size);min-width:var(--_ui5-v2-11-0-rc-3_shellbar_search_button_size)}.ui5-shellbar-image-button{display:flex;justify-content:center;align-items:center;min-width:auto;height:2.5rem;--_ui5-v2-11-0-rc-3_button_focused_border_radius: var(--_ui5-v2-11-0-rc-3_shellbar_image_button_border_radius);border-radius:var(--_ui5-v2-11-0-rc-3_shellbar_image_button_border_radius)}.ui5-shellbar-overflow-container-left{padding:0;justify-content:flex-start;max-width:75%;flex-shrink:0}.ui5-shellbar-overflow-container-left>:nth-child(n){margin-inline-end:.5rem}.ui5-shellbar-menu-button{white-space:nowrap;overflow:hidden;display:flex;align-items:center;padding:.25rem .5rem;cursor:text;-webkit-user-select:text;-moz-user-select:text;user-select:text}.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;background:var(--sapButton_Lite_Background);border:var(--_ui5-v2-11-0-rc-3_shellbar_button_border);color:var(--sapShell_TextColor)}:host(:not([with-logo])) .ui5-shellbar-menu-button{margin-inline-start:0}.ui5-shellbar-overflow-container-right{flex-grow:1;justify-content:flex-end}.ui5-shellbar-overflow-container-right .ui5-shellbar-overflow-container-right-child{display:flex;justify-content:flex-end;height:inherit;align-items:center}.ui5-shellbar-overflow-container-right-inner{display:flex;flex-grow:1}.ui5-shellbar-content-items{display:flex;justify-content:center;align-items:center;flex-grow:1;min-width:max-content}.ui5-shellbar-spacer{flex-grow:1;height:1px;flex-basis:1rem;flex-shrink:1}.ui5-shellbar-separator{flex-grow:0;flex-shrink:0;height:1rem;width:1px;background-color:var(--sapToolbar_SeparatorColor)}.ui5-shellbar-separator-end{margin-inline-start:.5rem}:host([breakpoint-size="S"]) .ui5-shellbar-overflow-container-right{padding-inline-start:0}::slotted([hidden]){visibility:hidden;order:-1;position:absolute}.ui5-shellbar-content-item{display:flex;align-items:center;flex-shrink:0;padding-inline-start:var(--_ui5-v2-11-0-rc-3-shellbar-content-margin-start)}.ui5-shellbar-overflow-container-right-child .ui5-shellbar-bell-button [slot=badge],.ui5-shellbar-overflow-container-right-child .ui5-shellbar-custom-item [slot=badge]{inset-inline-end:var(--_ui5-v2-11-0-rc-3-shellbar-notification-btn-count-offset)}.ui5-shellbar-menu-button{margin-inline-start:.5rem}.ui5-shellbar-search-field{padding-inline-start:var(--_ui5-v2-11-0-rc-3-shellbar-content-margin-start);min-width:var(--_ui5-v2-11-0-rc-3_shellbar_search_field_width);align-items:center;flex-grow:1;margin-inline-start:.5rem}.ui5-shellbar-overflow-container-right-child>:first-child,.ui5-shellbar-search-field:first-child+.ui5-shellbar-button:not(.ui5-shellbar-search-button){margin-inline-start:0}.ui5-shellbar-search-full-width-wrapper .ui5-shellbar-search-full-field{height:2.25rem;width:100%}.ui5-shellbar-search-full-width-wrapper{position:absolute;bottom:.0625rem;left:0;background:var(--sapShellColor);height:100%;width:100%;z-index:1001;display:flex;align-items:center;box-sizing:border-box}.ui5-shellbar-search-full-width-wrapper .ui5-shellbar-button{width:auto}.ui5-shellbar-search-full-width-wrapper ::slotted([ui5-shellbar-search]){max-width:unset}::slotted([ui5-input]){background:var(--_ui5-v2-11-0-rc-3_shellbar_search_field_background);border:var(--_ui5-v2-11-0-rc-3_shellbar_search_field_border);box-shadow:var(--_ui5-v2-11-0-rc-3_shellbar_search_field_box_shadow);color:var(--_ui5-v2-11-0-rc-3_shellbar_search_field_color);height:2.25rem;width:100%;min-width:var(--_ui5-v2-11-0-rc-3_shellbar_search_field_width)}:host([breakpoint-size="M"]) ::slotted([ui5-input]),:host([breakpoint-size="S"]) ::slotted([ui5-input]){min-width:1rem}:host([breakpoint-size="M"][show-search-field]) .ui5-shellbar-overflow-container-right-child{flex-grow:1}::slotted([ui5-input]:hover){background:var(--_ui5-v2-11-0-rc-3_shellbar_search_field_background_hover);box-shadow:var(--_ui5-v2-11-0-rc-3_shellbar_search_field_box_shadow_hover)}::slotted([ui5-input][focused]){outline:var(--_ui5-v2-11-0-rc-3_shellbar_search_field_outline_focused)}::slotted([slot="logo"]){max-height:2rem;max-width:3.75rem;pointer-events:none}.ui5-shellbar-co-pilot-placeholder{width:2.75rem;height:2.75rem}.ui5-shellbar-coPilot-pressed,.ui5-shellbar-coPilot-pressed:hover{color:var(--sapShell_Assistant_ForegroundColor)}::slotted([ui5-button][slot="startButton"]){margin-inline:0 .5rem;justify-content:center;align-items:center}::slotted([ui5-button][data-profile-btn]){width:auto}::slotted(.ui5-shellbar-hidden-button),.ui5-shellbar-hidden-button,.ui5-shellbar-invisible-button{visibility:hidden;order:-1;opacity:0;min-width:0;width:0;margin:0;padding:0;padding-inline-start:0;border:0;margin-inline-start:0}
405
480
  `;
406
481
 
407
482
  Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
408
483
  Icons.p("@ui5/webcomponents-fiori", "sap_horizon", async () => parametersBundle_css.defaultTheme);
409
- var ShellBarPopoverCss = `.ui5-shellbar-menu-popover::part(content),.ui5-shellbar-overflow-popover::part(content){padding:0}.ui5-shellbar-overflow-popover [ui5-li]::part(icon){color:var(--sapList_TextColor)}.ui5-shellbar-overflow-popover [ui5-li]::part(title){font-size:var(--sapFontSize)}.ui5-shellbar-overflow-popover [ui5-li]:after{position:relative;width:fit-content;height:1rem;min-width:1rem;background:var(--sapContent_BadgeBackground);border:var(--_ui5-v2-10-0-rc-2_shellbar_button_badge_border);color:var(--sapContent_BadgeTextColor);bottom:calc(100% + .0625rem);left:1.25rem;padding:0 .3125rem;border-radius:.5rem;display:flex;justify-content:center;align-items:center;font-size:var(--sapFontSmallSize);font-family:"72override",var(--sapFontFamily);z-index:2;box-sizing:border-box;pointer-events:none}.ui5-shellbar-overflow-popover [ui5-li][data-count]:after{content:attr(data-count)}
484
+ var ShellBarPopoverCss = `.ui5-shellbar-menu-popover::part(content),.ui5-shellbar-overflow-popover::part(content){padding:0}.ui5-shellbar-overflow-popover [ui5-li]::part(icon){color:var(--sapList_TextColor)}.ui5-shellbar-overflow-popover [ui5-li]::part(title){font-size:var(--sapFontSize)}.ui5-shellbar-overflow-popover [ui5-li]:after{position:relative;width:fit-content;height:1rem;min-width:1rem;background:var(--sapContent_BadgeBackground);border:var(--_ui5-v2-11-0-rc-3_shellbar_button_badge_border);color:var(--sapContent_BadgeTextColor);bottom:calc(100% + .0625rem);left:1.25rem;padding:0 .3125rem;border-radius:.5rem;display:flex;justify-content:center;align-items:center;font-size:var(--sapFontSmallSize);font-family:"72override",var(--sapFontFamily);z-index:2;box-sizing:border-box;pointer-events:none}.ui5-shellbar-overflow-popover [ui5-li][data-count]:after{content:attr(data-count)}
410
485
  `;
411
486
 
412
487
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -483,11 +558,11 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
483
558
  /**
484
559
  * Disables the automatic search field expansion/collapse when the available space is not enough.
485
560
  *
486
- * **Note:** The `disableAutoSearchField` property is in an experimental state and is a subject to change.
561
+ * **Note:** The `disableSearchCollapse` property is in an experimental state and is a subject to change.
487
562
  * @default false
488
563
  * @public
489
564
  */
490
- this.disableAutoSearchField = false;
565
+ this.disableSearchCollapse = false;
491
566
  /**
492
567
  * Defines, if the notification icon would be displayed.
493
568
  * @default false
@@ -500,6 +575,14 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
500
575
  * @public
501
576
  */
502
577
  this.showProductSwitch = false;
578
+ /**
579
+ * Defines, if the Search Field would be displayed when there is a valid `searchField` slot.
580
+ *
581
+ * **Note:** By default the Search Field is not displayed.
582
+ * @default false
583
+ * @public
584
+ */
585
+ this.showSearchField = false;
503
586
  /**
504
587
  * Defines additional accessibility attributes on different areas of the component.
505
588
  *
@@ -552,7 +635,6 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
552
635
  this._lastOffsetWidth = 0;
553
636
  this._observableContent = [];
554
637
  this._autoRestoreSearchField = false;
555
- this._showSearchField = false;
556
638
  this._hiddenIcons = [];
557
639
  this._isInitialRendering = true;
558
640
  this._overflowNotifications = null;
@@ -568,6 +650,21 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
568
650
  menuPopover.open = true;
569
651
  }
570
652
  };
653
+ this.onSearchOpen = () => {
654
+ if (Icons.d$1()) {
655
+ this.setSearchState(true);
656
+ }
657
+ };
658
+ this.onSearchClose = () => {
659
+ if (Icons.d$1()) {
660
+ this.setSearchState(false);
661
+ }
662
+ };
663
+ this.onSearch = () => {
664
+ if (!Icons.d$1() && !this.search?.value) {
665
+ this.setSearchState(!this.showSearchField);
666
+ }
667
+ };
571
668
  this._handleResize = n(() => {
572
669
  this.menuPopover = this._getMenuPopover();
573
670
  this.overflowPopover = this._getOverflowPopover();
@@ -721,31 +818,28 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
721
818
  return isHidden && isSet && !shouldStayOnScreen;
722
819
  });
723
820
  this._observeContentItems();
724
- }
725
- /**
726
- * Defines, if the Search Field would be displayed when there is a valid `searchField` slot.
727
- *
728
- * **Note:** By default the Search Field is not displayed.
729
- * @default false
730
- * @public
731
- */
732
- set showSearchField(value) {
733
- if (isSelfCollapsibleSearch(this.search)) {
734
- this.search.collapsed = !value;
821
+ // search field shouldn't be expanded initially in full width mode
822
+ if (this.showFullWidthSearch && this._isInitialRendering) {
823
+ this.setSearchState(false);
824
+ this._autoRestoreSearchField = true;
735
825
  }
736
- this._showSearchField = value;
737
- }
738
- get showSearchField() {
739
826
  if (isSelfCollapsibleSearch(this.search)) {
740
- return !this.search.collapsed;
827
+ if (Icons.d$1()) {
828
+ this.search.open = this.showSearchField;
829
+ }
830
+ else {
831
+ this.search.collapsed = !this.showSearchField;
832
+ }
741
833
  }
742
- return this._showSearchField;
743
834
  }
744
835
  /**
745
836
  * Use this method to change the state of the search filed according to internal logic.
746
837
  * An event is fired to notify the change.
747
838
  */
748
839
  async setSearchState(expanded) {
840
+ if (expanded === this.showSearchField) {
841
+ return;
842
+ }
749
843
  this.showSearchField = expanded;
750
844
  await Icons.f$3();
751
845
  this.fireDecoratorEvent("search-field-toggle", { expanded });
@@ -840,6 +934,11 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
840
934
  }
841
935
  onEnterDOM() {
842
936
  webcomponentsBase.f.register(this, this._handleResize);
937
+ if (isSelfCollapsibleSearch(this.search)) {
938
+ this.search.addEventListener("ui5-open", this.onSearchOpen);
939
+ this.search.addEventListener("ui5-close", this.onSearchClose);
940
+ this.search.addEventListener("ui5-search", this.onSearch);
941
+ }
843
942
  if (Icons.f$1()) {
844
943
  this.setAttribute("desktop", "");
845
944
  }
@@ -848,6 +947,11 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
848
947
  this.contentItemsObserver.disconnect();
849
948
  this._observableContent = [];
850
949
  webcomponentsBase.f.deregister(this, this._handleResize);
950
+ if (isSelfCollapsibleSearch(this.search)) {
951
+ this.search.removeEventListener("ui5-open", this.onSearchOpen);
952
+ this.search.removeEventListener("ui5-close", this.onSearchClose);
953
+ this.search.removeEventListener("ui5-search", this.onSearch);
954
+ }
851
955
  }
852
956
  _handleSearchIconPress() {
853
957
  const searchButtonRef = this.shadowRoot.querySelector(".ui5-shellbar-search-button");
@@ -1042,7 +1146,6 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
1042
1146
  stableDomRef: item.stableDomRef,
1043
1147
  tooltip: item.title || item.text,
1044
1148
  accessibilityAttributes: item.accessibilityAttributes,
1045
- accessibleName: item.count ? `${item.title || item.text}, ${item.count}` : (item.title || item.text),
1046
1149
  };
1047
1150
  }),
1048
1151
  {
@@ -1100,7 +1203,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
1100
1203
  const notificationsArr = [];
1101
1204
  let overflowNotifications = null;
1102
1205
  this._itemsInfo.forEach(item => {
1103
- if (item.count && this.isIconHidden(item.icon)) {
1206
+ if (item.count && item.classes.includes("ui5-shellbar-hidden-button")) {
1104
1207
  notificationsArr.push(item.count);
1105
1208
  }
1106
1209
  });
@@ -1160,8 +1263,8 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
1160
1263
  get autoSearchField() {
1161
1264
  const onFocus = document.activeElement === this.searchField[0];
1162
1265
  const hasValue = this.searchField[0]?.value?.length > 0;
1163
- const disableAutoSearchField = this.disableAutoSearchField || onFocus || hasValue;
1164
- if (disableAutoSearchField) {
1266
+ const disableSearchCollapse = this.disableSearchCollapse || onFocus || hasValue;
1267
+ if (disableSearchCollapse) {
1165
1268
  return false;
1166
1269
  }
1167
1270
  return this.showSearchField || this._autoRestoreSearchField;
@@ -1466,7 +1569,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
1466
1569
  ], ShellBar.prototype, "hideSearchButton", void 0);
1467
1570
  __decorate([
1468
1571
  webcomponentsBase.s({ type: Boolean })
1469
- ], ShellBar.prototype, "disableAutoSearchField", void 0);
1572
+ ], ShellBar.prototype, "disableSearchCollapse", void 0);
1470
1573
  __decorate([
1471
1574
  webcomponentsBase.s()
1472
1575
  ], ShellBar.prototype, "primaryTitle", void 0);
@@ -1482,6 +1585,9 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
1482
1585
  __decorate([
1483
1586
  webcomponentsBase.s({ type: Boolean })
1484
1587
  ], ShellBar.prototype, "showProductSwitch", void 0);
1588
+ __decorate([
1589
+ webcomponentsBase.s({ type: Boolean })
1590
+ ], ShellBar.prototype, "showSearchField", void 0);
1485
1591
  __decorate([
1486
1592
  webcomponentsBase.s({ type: Object })
1487
1593
  ], ShellBar.prototype, "accessibilityAttributes", void 0);
@@ -1536,9 +1642,6 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
1536
1642
  __decorate([
1537
1643
  webcomponentsBase.d({ type: HTMLElement, individualSlots: true })
1538
1644
  ], ShellBar.prototype, "content", void 0);
1539
- __decorate([
1540
- webcomponentsBase.s({ type: Boolean })
1541
- ], ShellBar.prototype, "showSearchField", null);
1542
1645
  __decorate([
1543
1646
  i18nDefaults.i("@ui5/webcomponents-fiori")
1544
1647
  ], ShellBar, "i18nBundle", void 0);
@@ -1547,7 +1650,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
1547
1650
  tag: "ui5-shellbar",
1548
1651
  fastNavigation: true,
1549
1652
  languageAware: true,
1550
- renderer: i18nDefaults.d,
1653
+ renderer: i18nDefaults.y,
1551
1654
  template: ShellBarTemplate,
1552
1655
  styles: [shellBarStyles, ShellBarPopoverCss],
1553
1656
  dependencies: [
@@ -1557,6 +1660,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
1557
1660
  ListItemTemplate.Popover,
1558
1661
  ListItemStandard$1,
1559
1662
  Menu,
1663
+ ButtonBadge$1,
1560
1664
  ],
1561
1665
  })
1562
1666
  /**
@@ -1652,7 +1756,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
1652
1756
  ], ShellBar);
1653
1757
  const isSelfCollapsibleSearch = (searchField) => {
1654
1758
  if (searchField) {
1655
- return "collapsed" in searchField;
1759
+ return "collapsed" in searchField && "open" in searchField;
1656
1760
  }
1657
1761
  return false;
1658
1762
  };