@sapui5/sap.ushell 1.136.2 → 1.136.4

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 (464) hide show
  1. package/package.json +1 -1
  2. package/src/main/js/sap/ushell/.library +1 -1
  3. package/src/main/js/sap/ushell/ApplicationType/wcfResolution.js +37 -32
  4. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  5. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  6. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  7. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  8. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  9. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
  10. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
  11. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
  12. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
  13. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
  14. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  15. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  16. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  17. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  18. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  19. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  20. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/Settings/UserLanguageAndRegion/UserLanguageAndRegion.controller.js +57 -53
  26. package/src/main/js/sap/ushell/adapters/cdm/Settings/UserLanguageAndRegion/UserLanguageAndRegion.view.xml +5 -2
  27. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  64. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  65. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  66. package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +97 -50
  67. package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +1 -1
  68. package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +6 -6
  69. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -1
  70. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
  71. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
  72. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
  73. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
  74. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
  75. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
  76. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
  77. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
  78. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +1 -1
  79. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
  80. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
  81. package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
  82. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  83. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
  84. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
  85. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
  86. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
  87. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
  88. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
  89. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
  90. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
  91. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
  92. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
  93. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  94. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  95. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
  96. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  97. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +10 -6
  98. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  99. package/src/main/js/sap/ushell/components/appfinder/AppFinder.controller.js +1 -1
  100. package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +17 -26
  101. package/src/main/js/sap/ushell/components/appfinder/HierarchyApps.controller.js +1 -9
  102. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  103. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cs.properties +1 -1
  104. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hu.properties +1 -1
  105. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_vi.properties +1 -1
  106. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
  107. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  108. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  109. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  110. package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +1 -1
  111. package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
  112. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  113. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
  114. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
  115. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  116. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  117. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  118. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +12 -3
  119. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  120. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  121. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  122. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  123. package/src/main/js/sap/ushell/components/pages/Component.js +3 -28
  124. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  125. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +28 -12
  126. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  127. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  128. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  129. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  130. package/src/main/js/sap/ushell/components/shell/MenuBar/Component.js +3 -26
  131. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  132. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  133. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
  134. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  135. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +5 -2
  136. package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsList.controller.js +1 -1
  137. package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +44 -13
  138. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  139. package/src/main/js/sap/ushell/components/shell/Search/ESearch.js +0 -3
  140. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  141. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  142. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  143. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  144. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  145. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  146. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +32 -12
  147. package/src/main/js/sap/ushell/components/shell/Settings/userActivities/UserActivitiesSetting.controller.js +8 -22
  148. package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +10 -17
  149. package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +1 -11
  150. package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
  151. package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +19 -9
  152. package/src/main/js/sap/ushell/components/shell/SideNavigation/fragment/Popover.fragment.xml +2 -2
  153. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
  154. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +1 -1
  155. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  156. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  157. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  158. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  159. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  160. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  161. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  162. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  163. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  164. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  165. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  166. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  167. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  168. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ms.properties +1 -1
  169. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  170. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  171. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  172. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  173. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Avatar.js +7 -1
  174. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +10 -0
  175. package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +1 -1
  176. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBar.js +5 -0
  177. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarBranding.js +76 -0
  178. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +83 -1
  179. package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +80 -2
  180. package/src/main/js/sap/ushell/library.js +1 -1
  181. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  182. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  183. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  184. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  185. package/src/main/js/sap/ushell/renderer/AccessKeysHandler.js +12 -8
  186. package/src/main/js/sap/ushell/renderer/Renderer.js +26 -7
  187. package/src/main/js/sap/ushell/renderer/Shell.controller.js +19 -20
  188. package/src/main/js/sap/ushell/renderer/Shell.view.js +6 -3
  189. package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +6 -6
  190. package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +1 -1
  191. package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +2 -2
  192. package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +2 -2
  193. package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +1 -1
  194. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  195. package/src/main/js/sap/ushell/services/AppLifeCycle.js +4 -2
  196. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  197. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  198. package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
  199. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  200. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  201. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  202. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  203. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  204. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  205. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  206. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  207. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  208. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  209. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  210. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  211. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  212. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  213. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  214. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  215. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  216. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  217. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  218. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  219. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  220. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
  221. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  222. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  223. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
  224. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  225. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  226. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
  227. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
  228. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  229. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  230. package/src/main/js/sap/ushell/services/Message.js +1 -1
  231. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +1 -1
  232. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  233. package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
  234. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
  235. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  236. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  237. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  238. package/src/main/js/sap/ushell/services/NotificationsV2.js +14 -1
  239. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  240. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  241. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  242. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  243. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  244. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  245. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
  246. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
  247. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
  248. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
  249. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  250. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  251. package/src/main/js/sap/ushell/services/Search.js +1 -1
  252. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  253. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  254. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  255. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  256. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  257. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  258. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  259. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  260. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  261. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  262. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  263. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  264. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  265. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  266. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  267. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  268. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  269. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  270. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  271. package/src/main/js/sap/ushell/state/BackNavigation.js +1 -1
  272. package/src/main/js/sap/ushell/state/ContentDensity.js +12 -1
  273. package/src/main/js/sap/ushell/state/Favicon.js +1 -1
  274. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  275. package/src/main/js/sap/ushell/themes/base/ShellBar.less +2 -1
  276. package/src/main/js/sap/ushell/themes/base/ShellHeader.less +1 -1
  277. package/src/main/js/sap/ushell/themes/base/ToolAreaItem.less +1 -0
  278. package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellBar.less +9 -0
  279. package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellHeader.less +6 -0
  280. package/src/main/js/sap/ushell/themes/sap_fiori_3/library.source.less +1 -0
  281. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/ShellBar.less +9 -0
  282. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/library.source.less +1 -0
  283. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/ShellBar.less +9 -0
  284. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/library.source.less +1 -0
  285. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/ShellBar.less +9 -0
  286. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/library.source.less +1 -0
  287. package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellHeader.less +1 -1
  288. package/src/main/js/sap/ushell/thirdparty/Avatar.js +83 -16
  289. package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +24 -15
  290. package/src/main/js/sap/ushell/thirdparty/Button.js +1 -1
  291. package/src/main/js/sap/ushell/thirdparty/Button2.js +32 -13
  292. package/src/main/js/sap/ushell/thirdparty/Icon.js +11 -11
  293. package/src/main/js/sap/ushell/thirdparty/Icons.js +69 -68
  294. package/src/main/js/sap/ushell/thirdparty/Label.js +4 -4
  295. package/src/main/js/sap/ushell/thirdparty/Link.js +10 -9
  296. package/src/main/js/sap/ushell/thirdparty/List.js +28 -25
  297. package/src/main/js/sap/ushell/thirdparty/Menu.js +70 -81
  298. package/src/main/js/sap/ushell/thirdparty/MenuItem.js +1 -1
  299. package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +348 -40
  300. package/src/main/js/sap/ushell/thirdparty/NotificationList.js +5 -5
  301. package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +15 -15
  302. package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +24 -24
  303. package/src/main/js/sap/ushell/thirdparty/{ListItemTemplate.js → ResponsivePopover.js} +2969 -2797
  304. package/src/main/js/sap/ushell/thirdparty/ShellBar.js +157 -112
  305. package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +119 -0
  306. package/src/main/js/sap/ushell/thirdparty/Tag.js +14 -14
  307. package/src/main/js/sap/ushell/thirdparty/Text.js +9 -9
  308. package/src/main/js/sap/ushell/thirdparty/UserMenu.js +55 -54
  309. package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +5 -5
  310. package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +7 -7
  311. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +39 -0
  312. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +26 -8
  313. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +40 -1
  314. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +26 -8
  315. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +41 -2
  316. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +27 -9
  317. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +39 -0
  318. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +25 -7
  319. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +39 -0
  320. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +25 -7
  321. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +39 -0
  322. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +26 -8
  323. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +39 -0
  324. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +25 -7
  325. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +39 -0
  326. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +26 -8
  327. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +39 -0
  328. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +25 -7
  329. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +45 -0
  330. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +26 -8
  331. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +39 -0
  332. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +26 -8
  333. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +39 -0
  334. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +26 -8
  335. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +45 -0
  336. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +23 -8
  337. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +39 -0
  338. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +26 -8
  339. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +42 -3
  340. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +27 -9
  341. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +42 -3
  342. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +28 -10
  343. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +39 -0
  344. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +25 -7
  345. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +39 -0
  346. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +25 -7
  347. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +39 -0
  348. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +26 -8
  349. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +39 -0
  350. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +25 -7
  351. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +39 -0
  352. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +25 -7
  353. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +39 -0
  354. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +25 -7
  355. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +39 -0
  356. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +25 -7
  357. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +39 -0
  358. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +26 -8
  359. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +43 -4
  360. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +29 -11
  361. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +39 -0
  362. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +27 -9
  363. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +39 -0
  364. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +26 -8
  365. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +39 -0
  366. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +26 -8
  367. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +39 -0
  368. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +25 -7
  369. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +39 -0
  370. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +25 -7
  371. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +39 -0
  372. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +27 -9
  373. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +40 -1
  374. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +25 -7
  375. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +40 -1
  376. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +27 -9
  377. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +39 -0
  378. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +25 -7
  379. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +39 -0
  380. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +26 -8
  381. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +39 -0
  382. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +26 -8
  383. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +39 -0
  384. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +25 -7
  385. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +39 -0
  386. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +26 -8
  387. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +39 -0
  388. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +25 -7
  389. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +39 -0
  390. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +25 -7
  391. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +39 -0
  392. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +25 -7
  393. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +39 -0
  394. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +25 -7
  395. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +41 -2
  396. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +26 -8
  397. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +39 -0
  398. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +25 -7
  399. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +39 -0
  400. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +26 -8
  401. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +39 -0
  402. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +25 -7
  403. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +39 -0
  404. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +25 -7
  405. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +40 -1
  406. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +25 -7
  407. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +39 -0
  408. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +26 -8
  409. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +39 -0
  410. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +26 -8
  411. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +41 -2
  412. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +25 -7
  413. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
  414. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
  415. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
  416. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
  417. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
  418. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
  419. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
  420. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
  421. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
  422. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
  423. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
  424. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
  425. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
  426. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
  427. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
  428. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
  429. package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +109 -149
  430. package/src/main/js/sap/ushell/thirdparty/information.js +10 -10
  431. package/src/main/js/sap/ushell/thirdparty/overflow.js +2 -2
  432. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +1 -1
  433. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css26.js +44 -0
  434. package/src/main/js/sap/ushell/thirdparty/toLowercaseEnumValue.js +3 -0
  435. package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +13 -13
  436. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  437. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  438. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  439. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  440. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +5 -2
  441. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  442. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  443. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  444. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  445. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
  446. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
  447. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  448. package/src/main/js/sap/ushell/utils.js +25 -0
  449. package/src/test/js/sap/ushell/bootstrap/sandbox.js +8 -4
  450. package/src/main/js/sap/ushell/gen/ui5/webcomponents/Avatar.js +0 -4
  451. package/src/main/js/sap/ushell/gen/ui5/webcomponents/Button.js +0 -4
  452. package/src/main/js/sap/ushell/gen/ui5/webcomponents/Label.js +0 -4
  453. package/src/main/js/sap/ushell/gen/ui5/webcomponents/Menu.js +0 -4
  454. package/src/main/js/sap/ushell/gen/ui5/webcomponents/MenuItem.js +0 -4
  455. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/NotificationList.js +0 -4
  456. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/NotificationListGroupItem.js +0 -4
  457. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/NotificationListItem.js +0 -4
  458. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/ShellBar.js +0 -4
  459. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/ShellBarItem.js +0 -4
  460. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/ShellBarSpacer.js +0 -4
  461. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/UserMenu.js +0 -4
  462. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/UserMenuAccount.js +0 -4
  463. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/UserMenuItem.js +0 -4
  464. package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +0 -95
@@ -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/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';
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/parameters-bundle.css26', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/ResponsivePopover', '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/Label', 'sap/ushell/thirdparty/MenuItem2'], (function (require, webcomponentsBase, webcomponents, webcomponentsFiori, Icons, eventStrict, i18nDefaults, parametersBundle_css, toLowercaseEnumValue, BusyIndicator, ResponsivePopover, Icon, overflow, List, Button, Tag, Menu, information, parametersBundle_css$1, i18nDefaults$1, Label, MenuItem) { 'use strict';
2
2
 
3
3
  const predefinedHooks = {
4
4
  imageBegin,
@@ -8,10 +8,10 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
8
8
  };
9
9
  function ListItemStandardTemplate(hooks) {
10
10
  const currentHooks = { ...predefinedHooks, ...hooks };
11
- return ListItemTemplate.ListItemTemplate.call(this, currentHooks);
11
+ return ResponsivePopover.ListItemTemplate.call(this, currentHooks);
12
12
  }
13
13
  function listItemContent() {
14
- return i18nDefaults.jsxs(i18nDefaults.Fragment, { children: [i18nDefaults.jsxs("div", { class: "ui5-li-text-wrapper", children: [renderTitle.call(this), renderDescription.call(this), !this.typeActive && i18nDefaults.jsx("span", { class: "ui5-hidden-text", children: this.type })] }), !this.description && renderAdditionalText.call(this)] });
14
+ return parametersBundle_css.jsxs(parametersBundle_css.Fragment, { children: [parametersBundle_css.jsxs("div", { class: "ui5-li-text-wrapper", children: [renderTitle.call(this), renderDescription.call(this), !this.typeActive && parametersBundle_css.jsx("span", { class: "ui5-hidden-text", children: this.type })] }), !this.description && renderAdditionalText.call(this)] });
15
15
  }
16
16
  function renderTitle() {
17
17
  if (this.wrappingType === overflow.WrappingType.Normal) {
@@ -22,41 +22,41 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
22
22
  part: "title",
23
23
  });
24
24
  }
25
- return (i18nDefaults.jsx("span", { part: "title", class: "ui5-li-title", children: this.text ? this.text : i18nDefaults.jsx("slot", {}) }));
25
+ return (parametersBundle_css.jsx("span", { part: "title", class: "ui5-li-title", children: this.text ? this.text : parametersBundle_css.jsx("slot", {}) }));
26
26
  }
27
27
  function renderDescription() {
28
28
  if (!this.description) {
29
29
  return null;
30
30
  }
31
31
  if (this.wrappingType === overflow.WrappingType.Normal) {
32
- return (i18nDefaults.jsxs("div", { class: "ui5-li-description-info-wrapper", children: [this.expandableTextTemplate?.call(this, {
32
+ return (parametersBundle_css.jsxs("div", { class: "ui5-li-description-info-wrapper", children: [this.expandableTextTemplate?.call(this, {
33
33
  className: "ui5-li-desc",
34
34
  text: this.description,
35
35
  maxCharacters: this._maxCharacters,
36
36
  part: "description",
37
37
  }), renderAdditionalText.call(this)] }));
38
38
  }
39
- return (i18nDefaults.jsxs("div", { class: "ui5-li-description-info-wrapper", children: [i18nDefaults.jsx("span", { part: "description", class: "ui5-li-desc", children: this.description }), renderAdditionalText.call(this)] }));
39
+ return (parametersBundle_css.jsxs("div", { class: "ui5-li-description-info-wrapper", children: [parametersBundle_css.jsx("span", { part: "description", class: "ui5-li-desc", children: this.description }), renderAdditionalText.call(this)] }));
40
40
  }
41
41
  function renderAdditionalText() {
42
42
  if (!this.additionalText) {
43
43
  return null;
44
44
  }
45
- return i18nDefaults.jsx("span", { part: "additional-text", class: "ui5-li-additional-text", children: this.additionalText });
45
+ return parametersBundle_css.jsx("span", { part: "additional-text", class: "ui5-li-additional-text", children: this.additionalText });
46
46
  }
47
47
  function imageBegin() {
48
48
  if (this.hasImage) {
49
- return i18nDefaults.jsx("div", { class: "ui5-li-image", children: i18nDefaults.jsx("slot", { name: "image" }) });
49
+ return parametersBundle_css.jsx("div", { class: "ui5-li-image", children: parametersBundle_css.jsx("slot", { name: "image" }) });
50
50
  }
51
51
  }
52
52
  function iconBegin() {
53
53
  if (this.displayIconBegin) {
54
- return i18nDefaults.jsx(Icon.Icon, { part: "icon", name: this.icon, class: "ui5-li-icon", mode: "Decorative" });
54
+ return parametersBundle_css.jsx(Icon.Icon, { part: "icon", name: this.icon, class: "ui5-li-icon", mode: "Decorative" });
55
55
  }
56
56
  }
57
57
  function iconEnd() {
58
58
  if (this.displayIconEnd) {
59
- return i18nDefaults.jsx(Icon.Icon, { part: "icon", name: this.icon, class: "ui5-li-icon", mode: "Decorative" });
59
+ return parametersBundle_css.jsx(Icon.Icon, { part: "icon", name: this.icon, class: "ui5-li-icon", mode: "Decorative" });
60
60
  }
61
61
  }
62
62
 
@@ -107,7 +107,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
107
107
  * @extends ListItem
108
108
  * @public
109
109
  */
110
- let ListItemStandard = ListItemStandard_1 = class ListItemStandard extends ListItemTemplate.ListItem {
110
+ let ListItemStandard = ListItemStandard_1 = class ListItemStandard extends ResponsivePopover.ListItem {
111
111
  constructor() {
112
112
  super(...arguments);
113
113
  /**
@@ -244,7 +244,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
244
244
  ListItemStandard = ListItemStandard_1 = __decorate$2([
245
245
  webcomponentsBase.m({
246
246
  tag: "ui5-li",
247
- renderer: i18nDefaults.y,
247
+ renderer: parametersBundle_css.y,
248
248
  template: ListItemStandardTemplate,
249
249
  })
250
250
  ], ListItemStandard);
@@ -252,12 +252,12 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
252
252
  var ListItemStandard$1 = ListItemStandard;
253
253
 
254
254
  function ButtonTemplate() {
255
- return i18nDefaults.jsx(Tag.Tag, { design: "Critical", "hide-state-icon": true, children: this.effectiveText });
255
+ return parametersBundle_css.jsx(Tag.Tag, { design: "Critical", "hide-state-icon": true, children: this.effectiveText });
256
256
  }
257
257
 
258
- Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
258
+ Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
259
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%}
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;display:flex;align-items:center}:host([design="AttentionDot"]) [ui5-tag]::part(root){min-width:var(--_ui5-v2-13-0-rc-0-button-badge-diameter);min-height:var(--_ui5-v2-13-0-rc-0-button-badge-diameter);height:var(--_ui5-v2-13-0-rc-0-button-badge-diameter);width:var(--_ui5-v2-13-0-rc-0-button-badge-diameter);border-radius:100%}
261
261
  `;
262
262
 
263
263
  var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -315,7 +315,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
315
315
  ButtonBadge = __decorate$1([
316
316
  webcomponentsBase.m({
317
317
  tag: "ui5-button-badge",
318
- renderer: i18nDefaults.y,
318
+ renderer: parametersBundle_css.y,
319
319
  template: ButtonTemplate,
320
320
  styles: buttonBadgeCss,
321
321
  })
@@ -330,7 +330,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
330
330
  const collection$9 = "SAP-icons-v4";
331
331
  const packageName$9 = "@ui5/webcomponents-icons";
332
332
 
333
- Icons.f(name$9, { pathData: pathData$9, ltr: ltr$9, accData: accData$1, collection: collection$9, packageName: packageName$9 });
333
+ Icons.f$2(name$9, { pathData: pathData$9, ltr: ltr$9, accData: accData$1, collection: collection$9, packageName: packageName$9 });
334
334
 
335
335
  const name$8 = "search";
336
336
  const pathData$8 = "M473 436q7 7 7 18t-7.5 18.5T454 480q-10 0-18-8l-95-95q-51 39-117 39-40 0-75-15t-61-41-41-61-15-75 15-75 41-61 61-41 75-15 75 15 61 41 41 61 15 75q0 64-39 117zM83 224q0 30 11 55.5t30 44.5 44.5 30 55.5 11 55.5-11 44.5-30 30-44.5 11-55.5-11-55.5-30-44.5-44.5-30T224 83t-55.5 11-44.5 30-30 44.5T83 224z";
@@ -339,7 +339,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
339
339
  const collection$8 = "SAP-icons-v5";
340
340
  const packageName$8 = "@ui5/webcomponents-icons";
341
341
 
342
- Icons.f(name$8, { pathData: pathData$8, ltr: ltr$8, accData, collection: collection$8, packageName: packageName$8 });
342
+ Icons.f$2(name$8, { pathData: pathData$8, ltr: ltr$8, accData, collection: collection$8, packageName: packageName$8 });
343
343
 
344
344
  var search = "search";
345
345
 
@@ -349,7 +349,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
349
349
  const collection$7 = "SAP-icons-v4";
350
350
  const packageName$7 = "@ui5/webcomponents-icons";
351
351
 
352
- Icons.f(name$7, { pathData: pathData$7, ltr: ltr$7, collection: collection$7, packageName: packageName$7 });
352
+ Icons.f$2(name$7, { pathData: pathData$7, ltr: ltr$7, collection: collection$7, packageName: packageName$7 });
353
353
 
354
354
  const name$6 = "da";
355
355
  const pathData$6 = "M256.499 511.002q-12.975 0-20.959-10.979L5.988 180.647q-11.976-14.97 0-29.941L114.776 9.98Q122.76 0 134.736 0h255.502q14.97 0 20.959 10.979l95.813 140.725q9.98 14.97 0 28.943L277.458 500.023q-7.984 10.979-20.959 10.979zM57.887 166.674l198.612 275.462 198.612-276.46-77.848-114.775H147.712zm318.378 19.961q-25.95 7.985-39.423 21.459t-22.456 39.423q-1.996 7.984-9.98 7.984t-10.98-7.984q-8.982-25.95-22.455-39.423t-39.423-21.459q-7.985-2.994-7.985-10.978t7.985-10.979q25.95-7.984 39.423-21.957t22.456-39.922q2.994-7.984 10.978-7.984t9.981 7.984q8.982 25.95 22.456 39.922t39.423 21.957q7.985 2.995 7.985 10.979t-7.985 10.978z";
@@ -357,7 +357,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
357
357
  const collection$6 = "SAP-icons-v5";
358
358
  const packageName$6 = "@ui5/webcomponents-icons";
359
359
 
360
- Icons.f(name$6, { pathData: pathData$6, ltr: ltr$6, collection: collection$6, packageName: packageName$6 });
360
+ Icons.f$2(name$6, { pathData: pathData$6, ltr: ltr$6, collection: collection$6, packageName: packageName$6 });
361
361
 
362
362
  var da = "da";
363
363
 
@@ -367,7 +367,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
367
367
  const collection$5 = "SAP-icons-v4";
368
368
  const packageName$5 = "@ui5/webcomponents-icons";
369
369
 
370
- Icons.f(name$5, { pathData: pathData$5, ltr: ltr$5, collection: collection$5, packageName: packageName$5 });
370
+ Icons.f$2(name$5, { pathData: pathData$5, ltr: ltr$5, collection: collection$5, packageName: packageName$5 });
371
371
 
372
372
  const name$4 = "bell";
373
373
  const pathData$4 = "M475 374q5 7 5 16 0 11-7 18.5t-18 7.5H334q-5 27-27 45.5T256 480t-51-18.5-27-45.5H58q-11 0-18.5-7.5T32 390q0-10 6-16 1-1 8-9.5T61 341t14.5-35.5T82 260v-20q0-100 45-154t129-54 129.5 54T431 240v20q0 25 6.5 45.5T452 341t15 23.5 8 9.5zm-69-9q-11-20-19-46.5t-8-58.5v-20q0-32-5.5-60t-20-50-38-34.5T256 83t-59.5 12.5-38 34.5-20 50-5.5 60v20q0 32-8 58.5T106 365h300z";
@@ -375,7 +375,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
375
375
  const collection$4 = "SAP-icons-v5";
376
376
  const packageName$4 = "@ui5/webcomponents-icons";
377
377
 
378
- Icons.f(name$4, { pathData: pathData$4, ltr: ltr$4, collection: collection$4, packageName: packageName$4 });
378
+ Icons.f$2(name$4, { pathData: pathData$4, ltr: ltr$4, collection: collection$4, packageName: packageName$4 });
379
379
 
380
380
  var bell = "bell";
381
381
 
@@ -385,7 +385,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
385
385
  const collection$3 = "SAP-icons-v4";
386
386
  const packageName$3 = "@ui5/webcomponents-icons";
387
387
 
388
- Icons.f(name$3, { pathData: pathData$3, ltr: ltr$3, collection: collection$3, packageName: packageName$3 });
388
+ Icons.f$2(name$3, { pathData: pathData$3, ltr: ltr$3, collection: collection$3, packageName: packageName$3 });
389
389
 
390
390
  const name$2 = "grid";
391
391
  const pathData$2 = "M80 128q-20 0-34-14T32 80t14-34 34-14 34 14 14 34-14 34-34 14zm176 0q-20 0-34-14t-14-34 14-34 34-14 34 14 14 34-14 34-34 14zm176 0q-20 0-34-14t-14-34 14-34 34-14 34 14 14 34-14 34-34 14zM80 208q20 0 34 14t14 34-14 34-34 14-34-14-14-34 14-34 34-14zm176 0q20 0 34 14t14 34-14 34-34 14-34-14-14-34 14-34 34-14zm176 0q20 0 34 14t14 34-14 34-34 14-34-14-14-34 14-34 34-14zM80 384q20 0 34 14t14 34-14 34-34 14-34-14-14-34 14-34 34-14zm176 0q20 0 34 14t14 34-14 34-34 14-34-14-14-34 14-34 34-14zm176 0q20 0 34 14t14 34-14 34-34 14-34-14-14-34 14-34 34-14z";
@@ -393,14 +393,14 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
393
393
  const collection$2 = "SAP-icons-v5";
394
394
  const packageName$2 = "@ui5/webcomponents-icons";
395
395
 
396
- Icons.f(name$2, { pathData: pathData$2, ltr: ltr$2, collection: collection$2, packageName: packageName$2 });
396
+ Icons.f$2(name$2, { pathData: pathData$2, ltr: ltr$2, collection: collection$2, packageName: packageName$2 });
397
397
 
398
398
  var grid = "grid";
399
399
 
400
400
  function n(e,o){let t=null,l=null;return function(...u){if(l){t=u;return}e(...u),l=setTimeout(()=>{t&&(e(...t),t=null),l=null;},o);}}
401
401
 
402
402
  function PopoversTemplate() {
403
- return (i18nDefaults.jsxs(i18nDefaults.Fragment, { children: [i18nDefaults.jsx(ListItemTemplate.Popover, { class: "ui5-shellbar-menu-popover", hideArrow: true, placement: "Bottom", preventInitialFocus: true, onBeforeOpen: this._menuPopoverBeforeOpen, onClose: this._menuPopoverAfterClose, children: i18nDefaults.jsx(List.List, { separators: "None", selectionMode: "Single", onItemClick: this._menuItemPress, children: i18nDefaults.jsx("slot", { name: "menuItems" }) }) }), i18nDefaults.jsx(ListItemTemplate.Popover, { class: "ui5-shellbar-overflow-popover", placement: "Bottom", preventInitialFocus: true, horizontalAlign: this.popoverHorizontalAlign, hideArrow: true, onBeforeOpen: this._overflowPopoverBeforeOpen, onClose: this._overflowPopoverAfterClose, children: i18nDefaults.jsx(List.List, { separators: "None", onItemClick: this._handleActionListClick, children: this._hiddenIcons.map((icon, index) => (i18nDefaults.jsx(ListItemStandard$1, { "data-count": icon.count, "data-ui5-external-action-item-id": icon.refItemid, icon: icon.icon ? icon.icon : "", type: "Active", "onui5-_press": icon.press, tooltip: icon.tooltip, accessibilityAttributes: this.accInfo.search.accessibilityAttributes, children: icon.text }, index))) }) })] }));
403
+ return (parametersBundle_css.jsxs(parametersBundle_css.Fragment, { children: [parametersBundle_css.jsx(ResponsivePopover.Popover, { class: "ui5-shellbar-menu-popover", hideArrow: true, placement: "Bottom", preventInitialFocus: true, onBeforeOpen: this._menuPopoverBeforeOpen, onClose: this._menuPopoverAfterClose, children: parametersBundle_css.jsx(List.List, { separators: "None", selectionMode: "Single", onItemClick: this._menuItemPress, children: parametersBundle_css.jsx("slot", { name: "menuItems" }) }) }), parametersBundle_css.jsx(ResponsivePopover.Popover, { class: "ui5-shellbar-overflow-popover", placement: "Bottom", preventInitialFocus: true, horizontalAlign: this.popoverHorizontalAlign, hideArrow: true, onBeforeOpen: this._overflowPopoverBeforeOpen, onClose: this._overflowPopoverAfterClose, children: parametersBundle_css.jsx(List.List, { separators: "None", onItemClick: this._handleActionListClick, children: this._hiddenIcons.map((icon, index) => (parametersBundle_css.jsx(ListItemStandard$1, { "data-count": icon.count, "data-ui5-external-action-item-id": icon.refItemid, icon: icon.icon ? icon.icon : "", type: "Active", "onui5-_press": icon.press, tooltip: icon.tooltip, accessibilityAttributes: this.accInfo.search.accessibilityAttributes, children: icon.text }, index))) }) })] }));
404
404
  }
405
405
 
406
406
  const name$1 = "slim-arrow-down";
@@ -409,7 +409,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
409
409
  const collection$1 = "SAP-icons-v4";
410
410
  const packageName$1 = "@ui5/webcomponents-icons";
411
411
 
412
- Icons.f(name$1, { pathData: pathData$1, ltr: ltr$1, collection: collection$1, packageName: packageName$1 });
412
+ Icons.f$2(name$1, { pathData: pathData$1, ltr: ltr$1, collection: collection$1, packageName: packageName$1 });
413
413
 
414
414
  const name = "slim-arrow-down";
415
415
  const pathData = "M96 186q0-11 7.5-18.5T122 160q10 0 18 8l116 121 116-121q8-8 18-8 11 0 18.5 7.5T416 186q0 10-7 17L275 344q-8 8-19 8-12 0-18-8L103 203q-7-7-7-17z";
@@ -417,71 +417,74 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
417
417
  const collection = "SAP-icons-v5";
418
418
  const packageName = "@ui5/webcomponents-icons";
419
419
 
420
- Icons.f(name, { pathData, ltr, collection, packageName });
420
+ Icons.f$2(name, { pathData, ltr, collection, packageName });
421
421
 
422
422
  var slimArrowDown = "slim-arrow-down";
423
423
 
424
424
  function ShellBarTemplate() {
425
- return (i18nDefaults.jsxs(i18nDefaults.Fragment, { children: [i18nDefaults.jsxs("header", { class: this.classes.wrapper, "aria-label": this._shellbarText, onKeyDown: this._onKeyDown, part: "root", children: [i18nDefaults.jsxs("div", { class: "ui5-shellbar-overflow-container ui5-shellbar-overflow-container-left", children: [this.startButton.length > 0 && i18nDefaults.jsx("slot", { name: "startButton" }), this.hasMenuItems && (i18nDefaults.jsxs(i18nDefaults.Fragment, { children: [!this.showLogoInMenuButton && this.hasLogo && singleLogo.call(this), this.showTitleInMenuButton && i18nDefaults.jsx("h1", { class: "ui5-hidden-text", children: this.primaryTitle }), this.showMenuButton && (i18nDefaults.jsxs(i18nDefaults.Fragment, { children: [i18nDefaults.jsxs("button", { class: {
426
- "ui5-shellbar-menu-button": true,
427
- ...this.classes.button,
428
- }, onClick: this._headerPress, "aria-haspopup": "menu", "aria-expanded": this._menuPopoverExpanded, "aria-label": this._brandingText, "data-ui5-stable": "menu", tabIndex: 0, children: [this.showLogoInMenuButton && (i18nDefaults.jsx("span", { class: "ui5-shellbar-logo", "aria-label": this._logoText, title: this._logoText, children: i18nDefaults.jsx("slot", { name: "logo" }) })), this.showTitleInMenuButton && (i18nDefaults.jsx("div", { class: "ui5-shellbar-menu-button-title", children: this.primaryTitle })), i18nDefaults.jsx(Icon.Icon, { class: "ui5-shellbar-menu-button-arrow", name: slimArrowDown })] }), this.secondaryTitle && !this.isSBreakPoint && (i18nDefaults.jsx("div", { style: { display: "block" }, class: "ui5-shellbar-secondary-title", "data-ui5-stable": "secondary-title", children: this.secondaryTitle }))] }))] })), !this.hasMenuItems && (i18nDefaults.jsxs(i18nDefaults.Fragment, { children: [this.isSBreakPoint && this.hasLogo && singleLogo.call(this), !this.isSBreakPoint && (i18nDefaults.jsxs(i18nDefaults.Fragment, { children: [combinedLogo.call(this), this.secondaryTitle && this.primaryTitle && (i18nDefaults.jsx("h2", { class: "ui5-shellbar-secondary-title", "data-ui5-stable": "secondary-title", children: this.secondaryTitle }))] }))] }))] }), this.hasMidContent && (i18nDefaults.jsx("div", { class: "ui5-shellbar-overflow-container ui5-shellbar-mid-content", children: i18nDefaults.jsx("slot", { name: "midContent" }) })), i18nDefaults.jsx("div", { class: "ui5-shellbar-overflow-container ui5-shellbar-overflow-container-right", children: i18nDefaults.jsxs("div", { class: "ui5-shellbar-overflow-container-right-inner", children: [this.hasContentItems && (i18nDefaults.jsxs("div", { class: "ui5-shellbar-content-items", role: this._contentItemsRole, "aria-label": this._contentItemsText, children: [this.showStartSeparator && (i18nDefaults.jsx("div", { class: {
425
+ return (parametersBundle_css.jsxs(parametersBundle_css.Fragment, { children: [parametersBundle_css.jsxs("header", { class: this.classes.wrapper, "aria-label": this._shellbarText, onKeyDown: this._onKeyDown, part: "root", children: [parametersBundle_css.jsxs("div", { class: "ui5-shellbar-overflow-container ui5-shellbar-overflow-container-left", children: [this.startButton.length > 0 && parametersBundle_css.jsx("slot", { name: "startButton" }), this.hasBranding && (parametersBundle_css.jsx("slot", { name: "branding" })), this.hasMenuItems && !this.hasBranding && (parametersBundle_css.jsxs(parametersBundle_css.Fragment, { children: [!this.showLogoInMenuButton && this.hasLogo && singleLogo.call(this), this.showTitleInMenuButton && parametersBundle_css.jsx("h1", { class: "ui5-hidden-text", children: this.primaryTitle }), this.showMenuButton && (parametersBundle_css.jsx(parametersBundle_css.Fragment, { children: parametersBundle_css.jsxs("button", { class: {
426
+ "ui5-shellbar-menu-button": true,
427
+ ...this.classes.button,
428
+ }, onClick: this._headerPress, "aria-haspopup": "menu", "aria-expanded": this._menuPopoverExpanded, "aria-label": this._brandingText, "data-ui5-stable": "menu", tabIndex: 0, children: [this.showLogoInMenuButton && (parametersBundle_css.jsx("span", { class: "ui5-shellbar-logo", "aria-label": this._logoText, title: this._logoText, children: parametersBundle_css.jsx("slot", { name: "logo" }) })), this.showTitleInMenuButton && (parametersBundle_css.jsx("div", { class: "ui5-shellbar-menu-button-title", children: this.primaryTitle })), parametersBundle_css.jsx(Icon.Icon, { class: "ui5-shellbar-menu-button-arrow", name: slimArrowDown })] }) }))] })), this.hasMenuItems && (
429
+ // The secondary title remains visible when both menu items and the branding slot are present,
430
+ // as the branding slot has higher priority and takes precedence in visibility.
431
+ parametersBundle_css.jsx(parametersBundle_css.Fragment, { children: this.secondaryTitle && !this.isSBreakPoint && (parametersBundle_css.jsx("div", { style: { display: "block" }, class: "ui5-shellbar-secondary-title", "data-ui5-stable": "secondary-title", children: this.secondaryTitle })) })), !this.hasMenuItems && (parametersBundle_css.jsxs(parametersBundle_css.Fragment, { children: [this.isSBreakPoint && this.hasLogo && !this.hasBranding && singleLogo.call(this), !this.isSBreakPoint && (this.hasLogo || this.primaryTitle) && (parametersBundle_css.jsxs(parametersBundle_css.Fragment, { children: [!this.hasBranding && combinedLogo.call(this), this.secondaryTitle && (this.primaryTitle || this.hasBranding) && (parametersBundle_css.jsx("h2", { class: "ui5-shellbar-secondary-title", "data-ui5-stable": "secondary-title", children: this.secondaryTitle }))] }))] }))] }), this.hasMidContent && (parametersBundle_css.jsx("div", { class: "ui5-shellbar-overflow-container ui5-shellbar-mid-content", children: parametersBundle_css.jsx("slot", { name: "midContent" }) })), parametersBundle_css.jsx("div", { class: "ui5-shellbar-overflow-container ui5-shellbar-overflow-container-right", children: parametersBundle_css.jsxs("div", { class: "ui5-shellbar-overflow-container-right-inner", children: [this.hasContentItems && (parametersBundle_css.jsxs("div", { class: "ui5-shellbar-content-items", role: this._contentItemsRole, "aria-label": this._contentItemsText, children: [this.showStartSeparator && (parametersBundle_css.jsx("div", { class: {
429
432
  "ui5-shellbar-separator": true,
430
433
  "ui5-shellbar-separator-start": true,
431
434
  } })), this.startContent.map(item => {
432
435
  const itemInfo = this._contentInfo.find(info => info.id === item._individualSlot);
433
- return (i18nDefaults.jsxs("div", { id: item._individualSlot, class: itemInfo?.classes, children: [this.shouldIncludeSeparator(itemInfo, this.startContentInfoSorted) && (
436
+ return (parametersBundle_css.jsxs("div", { id: item._individualSlot, class: itemInfo?.classes, children: [this.shouldIncludeSeparator(itemInfo, this.startContentInfoSorted) && (
434
437
  // never displayed, only "packed" with last item that was hidden, used for measurement purposes
435
- i18nDefaults.jsx("div", { class: {
438
+ parametersBundle_css.jsx("div", { class: {
436
439
  "ui5-shellbar-separator": true,
437
440
  "ui5-shellbar-separator-start": true,
438
- } })), i18nDefaults.jsx("slot", { name: item._individualSlot })] }, item._individualSlot));
439
- }), i18nDefaults.jsx("div", { class: "ui5-shellbar-spacer" }), this.endContent.map(item => {
441
+ } })), parametersBundle_css.jsx("slot", { name: item._individualSlot })] }, item._individualSlot));
442
+ }), parametersBundle_css.jsx("div", { class: "ui5-shellbar-spacer" }), this.endContent.map(item => {
440
443
  const itemInfo = this._contentInfo.find(info => info.id === item._individualSlot);
441
- return (i18nDefaults.jsxs("div", { id: item._individualSlot, class: itemInfo?.classes, children: [i18nDefaults.jsx("slot", { name: item._individualSlot }), this.shouldIncludeSeparator(itemInfo, this.endContentInfoSorted) && (
444
+ return (parametersBundle_css.jsxs("div", { id: item._individualSlot, class: itemInfo?.classes, children: [parametersBundle_css.jsx("slot", { name: item._individualSlot }), this.shouldIncludeSeparator(itemInfo, this.endContentInfoSorted) && (
442
445
  // never displayed, only "packed" with last item that was hidden, used for measurement purposes
443
- i18nDefaults.jsx("div", { class: {
446
+ parametersBundle_css.jsx("div", { class: {
444
447
  "ui5-shellbar-separator": true,
445
448
  "ui5-shellbar-separator-end": true,
446
449
  } }))] }, item._individualSlot));
447
- }), this.showEndSeparator && (i18nDefaults.jsx("div", { class: {
450
+ }), this.showEndSeparator && (parametersBundle_css.jsx("div", { class: {
448
451
  "ui5-shellbar-separator": true,
449
452
  "ui5-shellbar-separator-end": true,
450
- } }))] })), !this.hasContentItems && i18nDefaults.jsx("div", { class: "ui5-shellbar-spacer" }), i18nDefaults.jsxs("div", { class: "ui5-shellbar-overflow-container-right-child", role: this._rightChildRole, children: [this.hasSearchField && (i18nDefaults.jsxs(i18nDefaults.Fragment, { children: [this.showFullWidthSearch && (i18nDefaults.jsxs("div", { class: "ui5-shellbar-search-full-width-wrapper", style: this.styles.searchField, children: [i18nDefaults.jsx("div", { class: "ui5-shellbar-search-full-field", children: i18nDefaults.jsx("slot", { name: "searchField" }) }), i18nDefaults.jsx(Button.Button, { onClick: this._handleCancelButtonPress, class: "ui5-shellbar-button ui5-shellbar-cancel-button", "data-ui5-stable": "cancel-search", children: this._cancelBtnText })] })), i18nDefaults.jsx("div", { id: this.hasSelfCollapsibleSearch ? `${this._id}-item-1` : undefined, class: this.classes.searchField, style: this.styles.searchField, children: i18nDefaults.jsx("slot", { name: "searchField" }) }), !(this.hasSelfCollapsibleSearch || this.hideSearchButton) && (i18nDefaults.jsx(Button.Button, { id: `${this._id}-item-1`, class: {
453
+ } }))] })), !this.hasContentItems && parametersBundle_css.jsx("div", { class: "ui5-shellbar-spacer" }), parametersBundle_css.jsxs("div", { class: "ui5-shellbar-overflow-container-right-child", role: this._rightChildRole, children: [this.hasSearchField && (parametersBundle_css.jsxs(parametersBundle_css.Fragment, { children: [this.showFullWidthSearch && (parametersBundle_css.jsxs("div", { class: "ui5-shellbar-search-full-width-wrapper", style: this.styles.searchField, children: [parametersBundle_css.jsx("div", { class: "ui5-shellbar-search-full-field", children: parametersBundle_css.jsx("slot", { name: "searchField" }) }), parametersBundle_css.jsx(Button.Button, { onClick: this._handleCancelButtonPress, class: "ui5-shellbar-button ui5-shellbar-cancel-button", "data-ui5-stable": "cancel-search", children: this._cancelBtnText })] })), parametersBundle_css.jsx("div", { id: this.hasSelfCollapsibleSearch ? `${this._id}-item-1` : undefined, class: this.classes.searchField, style: this.styles.searchField, children: parametersBundle_css.jsx("slot", { name: "searchField" }) }), !(this.hasSelfCollapsibleSearch || this.hideSearchButton) && (parametersBundle_css.jsx(Button.Button, { id: `${this._id}-item-1`, class: {
451
454
  "ui5-shellbar-button": true,
452
455
  "ui5-shellbar-search-button": true,
453
456
  "ui5-shellbar-search-item-for-arrow-nav": true,
454
457
  ...this.classes.search,
455
- }, icon: "sap-icon://search", "data-ui5-text": "Search", "data-ui5-notifications-count": this.notificationsCount, "data-ui5-stable": "toggle-search", onClick: this._handleSearchIconPress, tooltip: this._searchBtnOpen, "aria-label": this._searchBtnOpen, "aria-expanded": this.showSearchField, accessibilityAttributes: this.accInfo.search.accessibilityAttributes }))] })), this.hasAssistant && (i18nDefaults.jsx("div", { id: `${this._id}-assistant`, class: this.classes.assistant, children: i18nDefaults.jsx("slot", { name: "assistant" }) })), this.showNotifications && (i18nDefaults.jsx(Button.Button, { id: `${this._id}-item-2`, class: {
458
+ }, icon: "sap-icon://search", "data-ui5-text": "Search", "data-ui5-notifications-count": this.notificationsCount, "data-ui5-stable": "toggle-search", onClick: this._handleSearchIconPress, tooltip: this._searchBtnOpen, "aria-label": this._searchBtnOpen, "aria-expanded": this.showSearchField, accessibilityAttributes: this.accInfo.search.accessibilityAttributes }))] })), this.hasAssistant && (parametersBundle_css.jsx("div", { id: `${this._id}-assistant`, class: this.classes.assistant, children: parametersBundle_css.jsx("slot", { name: "assistant" }) })), this.showNotifications && (parametersBundle_css.jsx(Button.Button, { id: `${this._id}-item-2`, class: {
456
459
  "ui5-shellbar-button": true,
457
460
  "ui5-shellbar-bell-button": true,
458
461
  "ui5-shellbar-items-for-arrow-nav": true,
459
462
  ...this.classes.notification,
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: {
463
+ }, 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 && (parametersBundle_css.jsx(ButtonBadge$1, { slot: "badge", design: "OverlayText", text: this.notificationsCount })) })), this.customItemsInfo.map(item => (parametersBundle_css.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 && (parametersBundle_css.jsx(ButtonBadge$1, { slot: "badge", design: "OverlayText", text: item.count })) }, item.id)))] })] }) }), parametersBundle_css.jsx(Button.Button, { id: `${this._id}-item-5`, class: {
461
464
  "ui5-shellbar-button": true,
462
465
  "ui5-shellbar-overflow-button": true,
463
466
  "ui5-shellbar-items-for-arrow-nav": true,
464
467
  ...this.classes.overflow,
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)] }));
468
+ }, icon: "sap-icon://overflow", onClick: this._handleOverflowPress, tooltip: this._overflowText, accessibilityAttributes: this.accInfo.overflow.accessibilityAttributes, "data-ui5-stable": "overflow", children: this._overflowNotifications && (parametersBundle_css.jsx(ButtonBadge$1, { slot: "badge", design: this._overflowNotifications === " " ? "AttentionDot" : "OverlayText", text: this._overflowNotifications === " " ? "" : this._overflowNotifications })) }), this.hasProfile && profileButton.call(this), this.showProductSwitch && (parametersBundle_css.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)] }));
466
469
  }
467
470
  function profileButton() {
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" }) }));
471
+ return (parametersBundle_css.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: parametersBundle_css.jsx("slot", { name: "profile" }) }));
469
472
  }
470
473
  function singleLogo() {
471
- return (i18nDefaults.jsx("span", { role: this.accLogoRole, class: "ui5-shellbar-logo", "aria-label": this._logoText, title: this._logoText, onClick: this._logoPress, onKeyDown: this._logoKeydown, onKeyUp: this._logoKeyup, tabIndex: 0, "data-ui5-stable": "logo", children: i18nDefaults.jsx("slot", { name: "logo" }) }));
474
+ return (parametersBundle_css.jsx("span", { role: this.accLogoRole, class: "ui5-shellbar-logo", "aria-label": this._logoText, title: this._logoText, onClick: this._logoPress, onKeyDown: this._logoKeydown, onKeyUp: this._logoKeyup, tabIndex: 0, "data-ui5-stable": "logo", children: parametersBundle_css.jsx("slot", { name: "logo" }) }));
472
475
  }
473
476
  function combinedLogo() {
474
- return (i18nDefaults.jsxs("div", { role: this.accLogoRole, class: "ui5-shellbar-logo-area", onClick: this._logoPress, tabIndex: 0, onKeyDown: this._logoKeydown, onKeyUp: this._logoKeyup, "aria-label": this.accessibilityAttributes.branding?.name || this._logoAreaText, children: [this.hasLogo && (i18nDefaults.jsx("span", { class: "ui5-shellbar-logo", title: this._logoText, onClick: this._logoPress, onKeyDown: this._logoKeydown, onKeyUp: this._logoKeyup, "data-ui5-stable": "logo", children: i18nDefaults.jsx("slot", { name: "logo" }) })), i18nDefaults.jsx("div", { class: "ui5-shellbar-headings", children: this.primaryTitle && (i18nDefaults.jsx("h1", { class: "ui5-shellbar-title", children: i18nDefaults.jsx("bdi", { children: this.primaryTitle }) })) })] }));
477
+ return (parametersBundle_css.jsxs("div", { role: this.accLogoRole, class: "ui5-shellbar-logo-area", onClick: this._logoPress, tabIndex: 0, onKeyDown: this._logoKeydown, onKeyUp: this._logoKeyup, "aria-label": this.accessibilityAttributes.branding?.name || this._logoAreaText, children: [this.hasLogo && (parametersBundle_css.jsx("span", { class: "ui5-shellbar-logo", title: this._logoText, "data-ui5-stable": "logo", children: parametersBundle_css.jsx("slot", { name: "logo" }) })), parametersBundle_css.jsx("div", { class: "ui5-shellbar-headings", children: this.primaryTitle && (parametersBundle_css.jsx("h1", { class: "ui5-shellbar-title", children: parametersBundle_css.jsx("bdi", { children: this.primaryTitle }) })) })] }));
475
478
  }
476
479
 
477
- Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
478
- Icons.p("@ui5/webcomponents-fiori", "sap_horizon", async () => parametersBundle_css.defaultTheme);
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}
480
+ Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
481
+ Icons.p("@ui5/webcomponents-fiori", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
482
+ 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-13-0-rc-0_input_placeholder_color: var(--sapShell_InteractiveTextColor);--_ui5-v2-13-0-rc-0_input_border_radius: var(--_ui5-v2-13-0-rc-0_shellbar_input_border_radius);--_ui5-v2-13-0-rc-0_input_focus_border_radius: var(--_ui5-v2-13-0-rc-0_shellbar_input_focus_border_radius);--_ui5-v2-13-0-rc-0_input_background_color: var(--_ui5-v2-13-0-rc-0_shellbar_input_background_color);--_ui5-v2-13-0-rc-0_input_focus_outline_color: var(--_ui5-v2-13-0-rc-0_shellbar_input_focus_outline_color);--_ui5-v2-13-0-rc-0_input_margin_top_bottom: 0;box-shadow:inset 0 -.0625rem 0 0 var(--sapPageHeader_BorderColor);--_ui5-v2-13-0-rc-0_button_base_min_width: 2.25rem;--_ui5-v2-13-0-rc-0_button_base_padding: .5625rem;--_ui5-v2-13-0-rc-0_button_base_height: var(--sapElement_Height);--_ui5-v2-13-0-rc-0-button-badge-diameter: .75rem}.ui5-shellbar-root{position:relative;display:flex;justify-content:space-between;align-items:center;height:var(--_ui5-v2-13-0-rc-0_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-13-0-rc-0-shellbar-overflow-button-margin);border:.0625rem solid var(--sapButton_Lite_BorderColor);background:var(--sapButton_Lite_Background);outline-color:var(--_ui5-v2-13-0-rc-0_shellbar_logo_outline_color);color:var(--sapShell_TextColor);box-sizing:border-box;cursor:pointer;border-radius:var(--_ui5-v2-13-0-rc-0_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-13-0-rc-0-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-13-0-rc-0_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-13-0-rc-0_shellbar_logo_outline);outline-offset:var(--_ui5-v2-13-0-rc-0_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-13-0-rc-0_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-13-0-rc-0_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-13-0-rc-0_shellbar_overflow_container_middle_height);width:0;flex-shrink:0}.ui5-shellbar-mid-content{height:var(--_ui5-v2-13-0-rc-0_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}.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-13-0-rc-0_shellbar_logo_outline);border-radius:var(--_ui5-v2-13-0-rc-0_shellbar_logo_border_radius)}.ui5-shellbar-overflow-container>.ui5-shellbar-logo:hover,.ui5-shellbar-logo-area:hover{box-shadow:var(--_ui5-v2-13-0-rc-0_shellbar_button_box_shadow);border-radius:var(--_ui5-v2-13-0-rc-0_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-13-0-rc-0_shellbar_button_box_shadow)}.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:active{box-shadow:var(--_ui5-v2-13-0-rc-0_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-13-0-rc-0_button_focused_border: var(--_ui5-v2-13-0-rc-0_shellbar_button_focused_border)}.ui5-shellbar-search-button{--_ui5-v2-13-0-rc-0_button_focused_border_radius: var(--_ui5-v2-13-0-rc-0_shellbar_search_button_border_radius);--_ui5-v2-13-0-rc-0_shellbar_button_border_radius: var(--_ui5-v2-13-0-rc-0_shellbar_search_button_border_radius);height:var(--_ui5-v2-13-0-rc-0_shellbar_search_button_size);width:var(--_ui5-v2-13-0-rc-0_shellbar_search_button_size);min-width:var(--_ui5-v2-13-0-rc-0_shellbar_search_button_size)}.ui5-shellbar-image-button{display:flex;justify-content:center;align-items:center;min-width:auto;height:2.5rem;--_ui5-v2-13-0-rc-0_button_focused_border_radius: var(--_ui5-v2-13-0-rc-0_shellbar_image_button_border_radius);border-radius:var(--_ui5-v2-13-0-rc-0_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-13-0-rc-0_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-13-0-rc-0-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-13-0-rc-0-shellbar-notification-btn-count-offset)}.ui5-shellbar-menu-button{margin-inline-start:.5rem}.ui5-shellbar-search-field{padding-inline-start:var(--_ui5-v2-13-0-rc-0-shellbar-content-margin-start);min-width:var(--_ui5-v2-13-0-rc-0_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-13-0-rc-0_shellbar_search_field_background);border:var(--_ui5-v2-13-0-rc-0_shellbar_search_field_border);box-shadow:var(--_ui5-v2-13-0-rc-0_shellbar_search_field_box_shadow);color:var(--_ui5-v2-13-0-rc-0_shellbar_search_field_color);height:2.25rem;width:100%;min-width:var(--_ui5-v2-13-0-rc-0_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-13-0-rc-0_shellbar_search_field_background_hover);box-shadow:var(--_ui5-v2-13-0-rc-0_shellbar_search_field_box_shadow_hover)}::slotted([ui5-input][focused]){outline:var(--_ui5-v2-13-0-rc-0_shellbar_search_field_outline_focused)}::slotted([slot="logo"]){max-height:2rem;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}
480
483
  `;
481
484
 
482
- Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
483
- Icons.p("@ui5/webcomponents-fiori", "sap_horizon", async () => parametersBundle_css.defaultTheme);
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)}
485
+ Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
486
+ Icons.p("@ui5/webcomponents-fiori", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
487
+ 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-13-0-rc-0_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)}
485
488
  `;
486
489
 
487
490
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -635,6 +638,9 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
635
638
  this._lastOffsetWidth = 0;
636
639
  this._observableContent = [];
637
640
  this._autoRestoreSearchField = false;
641
+ this._onSearchOpenBound = this._onSearchOpen.bind(this);
642
+ this._onSearchCloseBound = this._onSearchClose.bind(this);
643
+ this._onSearchBound = this._onSearch.bind(this);
638
644
  this._hiddenIcons = [];
639
645
  this._isInitialRendering = true;
640
646
  this._overflowNotifications = null;
@@ -650,21 +656,6 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
650
656
  menuPopover.open = true;
651
657
  }
652
658
  };
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
- };
668
659
  this._handleResize = n(() => {
669
660
  this.menuPopover = this._getMenuPopover();
670
661
  this.overflowPopover = this._getOverflowPopover();
@@ -677,6 +668,33 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
677
668
  }
678
669
  }, RESIZE_THROTTLE_RATE);
679
670
  }
671
+ _onSearchOpen(e) {
672
+ if (e.target !== this.search) {
673
+ this._detachSearchFieldListeners(e.target);
674
+ return;
675
+ }
676
+ if (Icons.d()) {
677
+ this.setSearchState(true);
678
+ }
679
+ }
680
+ _onSearchClose(e) {
681
+ if (e.target !== this.search) {
682
+ this._detachSearchFieldListeners(e.target);
683
+ return;
684
+ }
685
+ if (Icons.d()) {
686
+ this.setSearchState(false);
687
+ }
688
+ }
689
+ _onSearch(e) {
690
+ if (e.target !== this.search) {
691
+ this._detachSearchFieldListeners(e.target);
692
+ return;
693
+ }
694
+ if (!Icons.d() && !this.search?.value) {
695
+ this.setSearchState(!this.showSearchField);
696
+ }
697
+ }
680
698
  _updateSearchFieldState() {
681
699
  const spacerWidth = this.shadowRoot.querySelector(".ui5-shellbar-spacer") ? this.shadowRoot.querySelector(".ui5-shellbar-spacer").getBoundingClientRect().width : 0;
682
700
  const searchFieldWidth = this.domCalculatedValues("--_ui5_shellbar_search_field_width");
@@ -694,11 +712,27 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
694
712
  }
695
713
  }
696
714
  _onKeyDown(e) {
697
- const items = this._getVisibleAndInteractiveItems();
715
+ if (!webcomponentsBase.K(e) && !webcomponentsBase.c(e)) {
716
+ return;
717
+ }
718
+ const domRef = this.getDomRef();
719
+ if (!domRef) {
720
+ // If the component is not rendered yet, we should not handle the keydown event
721
+ return;
722
+ }
698
723
  const activeElement = webcomponentsBase.t();
724
+ if (!activeElement) {
725
+ return;
726
+ }
727
+ // Check if the active elements should "steal" the navigation
728
+ if (this._allowChildNavigation(activeElement, e)) {
729
+ return;
730
+ }
731
+ const items = BusyIndicator.b$1(domRef).filter(el => this._isVisible(el));
699
732
  const currentIndex = items.findIndex(el => el === activeElement);
700
- if (webcomponentsBase.K(e) || webcomponentsBase.c(e)) {
701
- e.preventDefault(); // Prevent the default behavior to avoid any further automatic focus movemen
733
+ // Only handle arrow navigation if the focus is on a ShellBar item
734
+ if (currentIndex !== -1) {
735
+ e.preventDefault();
702
736
  // Focus navigation based on the key pressed
703
737
  if (webcomponentsBase.K(e)) {
704
738
  this._focusPreviousItem(items, currentIndex);
@@ -708,6 +742,23 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
708
742
  }
709
743
  }
710
744
  }
745
+ _allowChildNavigation(activeElement, e) {
746
+ if (activeElement.tagName === "INPUT" || activeElement.tagName === "TEXTAREA") {
747
+ return this._allowInputNavigation(activeElement, e);
748
+ }
749
+ return false; // Default to false for other elements
750
+ }
751
+ _allowInputNavigation(inputElement, e) {
752
+ const cursorPosition = inputElement.selectionStart || 0;
753
+ const textLength = inputElement.value.length;
754
+ // Allow internal navigation if cursor is not at the boundaries
755
+ if ((webcomponentsBase.K(e) && cursorPosition > 0)
756
+ || (webcomponentsBase.c(e) && cursorPosition < textLength)) {
757
+ return true;
758
+ }
759
+ // Let ShellBar handle navigation if at boundaries
760
+ return false;
761
+ }
711
762
  _focusNextItem(items, currentIndex) {
712
763
  if (currentIndex < items.length - 1) {
713
764
  (items[currentIndex + 1]).focus(); // Focus the next element
@@ -722,24 +773,6 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
722
773
  const style = getComputedStyle(element);
723
774
  return style.display !== "none" && style.visibility !== "hidden" && element.offsetWidth > 0 && element.offsetHeight > 0;
724
775
  }
725
- _getNavigableContent() {
726
- const elements = [
727
- ...this.startButton,
728
- ...this.logo,
729
- ...this.shadowRoot.querySelectorAll(".ui5-shellbar-logo"),
730
- ...this.shadowRoot.querySelectorAll(".ui5-shellbar-logo-area"),
731
- ...this.shadowRoot.querySelectorAll(".ui5-shellbar-menu-button"),
732
- ...this.contentItems,
733
- ...this._getRightChildItems(),
734
- ];
735
- return elements.map((element) => {
736
- const component = element;
737
- if (component.isUI5Element) {
738
- return component.getFocusDomRef();
739
- }
740
- return element;
741
- }).filter(el => !!el);
742
- }
743
776
  _getRightChildItems() {
744
777
  return [
745
778
  ...this.searchField,
@@ -748,13 +781,6 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
748
781
  ...this.shadowRoot.querySelectorAll(".ui5-shellbar-items-for-arrow-nav"),
749
782
  ];
750
783
  }
751
- _getVisibleAndInteractiveItems() {
752
- const items = this._getNavigableContent();
753
- const visibleAndInteractiveItems = items.filter(item => {
754
- return this._isVisible(item) && item.tabIndex === 0;
755
- });
756
- return visibleAndInteractiveItems;
757
- }
758
784
  _menuItemPress(e) {
759
785
  const shouldContinue = this.fireDecoratorEvent("menu-item-click", {
760
786
  item: e.detail.item,
@@ -805,7 +831,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
805
831
  }
806
832
  domCalculatedValues(cssVar) {
807
833
  const shellbarComputerStyle = getComputedStyle(this.getDomRef());
808
- return this._calculateCSSREMValue(shellbarComputerStyle, Icons.d(cssVar)); // px
834
+ return this._calculateCSSREMValue(shellbarComputerStyle, Icons.d$1(cssVar)); // px
809
835
  }
810
836
  onBeforeRendering() {
811
837
  this.withLogo = this.hasLogo;
@@ -824,12 +850,14 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
824
850
  this._autoRestoreSearchField = true;
825
851
  }
826
852
  if (isSelfCollapsibleSearch(this.search)) {
827
- if (Icons.d$1()) {
853
+ if (Icons.d()) {
828
854
  this.search.open = this.showSearchField;
829
855
  }
830
856
  else {
831
857
  this.search.collapsed = !this.showSearchField;
832
858
  }
859
+ this._detachSearchFieldListeners(this.search);
860
+ this._attachSearchFieldListeners(this.search);
833
861
  }
834
862
  }
835
863
  /**
@@ -841,7 +869,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
841
869
  return;
842
870
  }
843
871
  this.showSearchField = expanded;
844
- await Icons.f$3();
872
+ await Icons.f$1();
845
873
  this.fireDecoratorEvent("search-field-toggle", { expanded });
846
874
  }
847
875
  onAfterRendering() {
@@ -851,7 +879,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
851
879
  }
852
880
  async onInitialRendering() {
853
881
  if (this._isInitialRendering) {
854
- await Icons.f$3();
882
+ await Icons.f$1();
855
883
  if (this.autoSearchField) {
856
884
  this._updateSearchFieldState();
857
885
  }
@@ -876,6 +904,9 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
876
904
  if (this.breakpointSize !== mappedSize) {
877
905
  this.breakpointSize = mappedSize;
878
906
  }
907
+ this.branding.forEach(brandingEl => {
908
+ brandingEl._isSBreakPoint = this.isSBreakPoint;
909
+ });
879
910
  }
880
911
  _hideItems(items) {
881
912
  items.forEach(item => {
@@ -934,24 +965,32 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
934
965
  }
935
966
  onEnterDOM() {
936
967
  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
- }
942
- if (Icons.f$1()) {
968
+ if (Icons.f()) {
943
969
  this.setAttribute("desktop", "");
944
970
  }
971
+ this._attachSearchFieldListeners(this.search);
945
972
  }
946
973
  onExitDOM() {
947
974
  this.contentItemsObserver.disconnect();
948
975
  this._observableContent = [];
949
976
  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);
977
+ this._detachSearchFieldListeners(this.search);
978
+ }
979
+ _attachSearchFieldListeners(searchField) {
980
+ if (!searchField) {
981
+ return;
954
982
  }
983
+ searchField.addEventListener("ui5-open", this._onSearchOpenBound);
984
+ searchField.addEventListener("ui5-close", this._onSearchCloseBound);
985
+ searchField.addEventListener("ui5-search", this._onSearchBound);
986
+ }
987
+ _detachSearchFieldListeners(searchField) {
988
+ if (!searchField) {
989
+ return;
990
+ }
991
+ searchField.removeEventListener("ui5-open", this._onSearchOpenBound);
992
+ searchField.removeEventListener("ui5-close", this._onSearchCloseBound);
993
+ searchField.removeEventListener("ui5-search", this._onSearchBound);
955
994
  }
956
995
  _handleSearchIconPress() {
957
996
  const searchButtonRef = this.shadowRoot.querySelector(".ui5-shellbar-search-button");
@@ -983,7 +1022,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
983
1022
  this.closeOverflow();
984
1023
  // wait for DOM to be updated when ui5-popover is closed, otherwise if Enter key is hold
985
1024
  // there will be no visual indication that this has happened
986
- await Icons.f$3();
1025
+ await Icons.f$1();
987
1026
  }
988
1027
  this._defaultItemPressPrevented = false;
989
1028
  }
@@ -1074,7 +1113,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
1074
1113
  * @since 2.10.0
1075
1114
  */
1076
1115
  async getSearchButtonDomRef() {
1077
- await Icons.f$3();
1116
+ await Icons.f$1();
1078
1117
  return this.shadowRoot.querySelector(`*[data-ui5-stable="toggle-search"]`);
1079
1118
  }
1080
1119
  _getContentInfo() {
@@ -1353,6 +1392,9 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
1353
1392
  get hasAssistant() {
1354
1393
  return !!this.assistant.length;
1355
1394
  }
1395
+ get hasBranding() {
1396
+ return !!this.branding.length;
1397
+ }
1356
1398
  get hasSearchField() {
1357
1399
  return !!this.searchField.length;
1358
1400
  }
@@ -1615,6 +1657,9 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
1615
1657
  __decorate([
1616
1658
  webcomponentsBase.d()
1617
1659
  ], ShellBar.prototype, "assistant", void 0);
1660
+ __decorate([
1661
+ webcomponentsBase.d()
1662
+ ], ShellBar.prototype, "branding", void 0);
1618
1663
  __decorate([
1619
1664
  webcomponentsBase.d({ type: HTMLElement, "default": true, invalidateOnChildChange: true })
1620
1665
  ], ShellBar.prototype, "items", void 0);
@@ -1650,14 +1695,14 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
1650
1695
  tag: "ui5-shellbar",
1651
1696
  fastNavigation: true,
1652
1697
  languageAware: true,
1653
- renderer: i18nDefaults.y,
1698
+ renderer: parametersBundle_css.y,
1654
1699
  template: ShellBarTemplate,
1655
1700
  styles: [shellBarStyles, ShellBarPopoverCss],
1656
1701
  dependencies: [
1657
1702
  Button.Button,
1658
1703
  Icon.Icon,
1659
1704
  List.List,
1660
- ListItemTemplate.Popover,
1705
+ ResponsivePopover.Popover,
1661
1706
  ListItemStandard$1,
1662
1707
  Menu,
1663
1708
  ButtonBadge$1,