@sapui5/sap.ushell 1.139.2 → 1.139.5

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 (318) 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/Fiori20Adapter.js +1 -1
  4. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  5. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  6. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  7. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  8. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
  9. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
  10. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
  11. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
  12. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
  13. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  14. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  15. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  16. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  17. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  18. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  19. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  20. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +1 -1
  64. package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +1 -1
  65. package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +1 -1
  66. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -1
  67. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/Trigger.js +11 -4
  68. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
  69. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
  70. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
  71. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +25 -0
  72. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
  73. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
  74. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
  75. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
  76. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
  77. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +1 -1
  78. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
  79. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
  80. package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
  81. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  82. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
  83. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
  84. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
  85. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
  86. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
  87. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
  88. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
  89. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
  90. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
  91. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
  92. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  93. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  94. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
  95. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  96. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  97. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  98. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
  99. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  100. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  101. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  102. package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +1 -1
  103. package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
  104. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  105. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
  106. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
  107. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  108. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  109. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  110. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  111. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  112. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  113. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  114. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  115. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  116. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  117. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
  118. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  119. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  120. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  121. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  122. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  123. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  124. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
  125. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  126. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
  127. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  128. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  129. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  130. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  131. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  132. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  133. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  134. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/FrequentActivityProvider.js +1 -1
  135. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/RecentSearchProvider.js +1 -1
  136. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchProvider.js +1 -1
  137. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchServiceProvider.js +1 -1
  138. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/manifest.json +1 -1
  139. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  140. package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
  141. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
  142. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  143. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  144. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  145. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  146. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  147. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  148. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  149. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  150. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  151. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  152. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  153. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  154. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  155. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  156. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  157. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  158. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  159. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Menu.js +8 -5
  160. package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +26 -32
  161. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +8 -5
  162. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +95 -101
  163. package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +208 -214
  164. package/src/main/js/sap/ushell/library.js +1 -1
  165. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  166. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  167. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  168. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  169. package/src/main/js/sap/ushell/renderer/Renderer.js +2 -2
  170. package/src/main/js/sap/ushell/renderer/Shell.view.js +6 -3
  171. package/src/main/js/sap/ushell/renderer/rendererTargetWrapper/RendererTarget.controller.js +1 -1
  172. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  173. package/src/main/js/sap/ushell/services/AppLifeCycle.js +1 -1
  174. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  175. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  176. package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
  177. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  178. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  179. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  180. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  181. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  182. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  183. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  184. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  185. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  186. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  187. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  188. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  189. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  190. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  191. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  192. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  193. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  194. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  195. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  196. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  197. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  198. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
  199. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  200. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  201. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
  202. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  203. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  204. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
  205. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
  206. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  207. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  208. package/src/main/js/sap/ushell/services/Message.js +1 -1
  209. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +1 -1
  210. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  211. package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
  212. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
  213. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  214. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  215. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  216. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  217. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  218. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  219. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  220. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  221. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  222. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
  223. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
  224. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
  225. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
  226. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  227. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  228. package/src/main/js/sap/ushell/services/Search.js +1 -1
  229. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  230. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  231. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  232. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  233. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  234. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  235. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  236. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  237. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  238. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  239. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  240. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  241. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  242. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  243. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  244. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  245. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  246. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  247. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  248. package/src/main/js/sap/ushell/state/modules/BackNavigation.js +6 -1
  249. package/src/main/js/sap/ushell/state/modules/ContentDensity.js +1 -1
  250. package/src/main/js/sap/ushell/state/modules/Favicon.js +1 -1
  251. package/src/main/js/sap/ushell/state/modules/HeaderLogo.js +1 -1
  252. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  253. package/src/main/js/sap/ushell/themes/sap_horizon/ShellHeader.less +27 -26
  254. package/src/main/js/sap/ushell/themes/sap_horizon_dark/ShellHeader.less +27 -26
  255. package/src/main/js/sap/ushell/themes/sap_horizon_hcb/ShellHeader.less +22 -21
  256. package/src/main/js/sap/ushell/themes/sap_horizon_hcw/ShellHeader.less +22 -21
  257. package/src/main/js/sap/ushell/thirdparty/Avatar.js +1 -1
  258. package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +4 -4
  259. package/src/main/js/sap/ushell/thirdparty/Button.js +1 -1
  260. package/src/main/js/sap/ushell/thirdparty/Button2.js +4 -4
  261. package/src/main/js/sap/ushell/thirdparty/FocusableElements.js +1 -1
  262. package/src/main/js/sap/ushell/thirdparty/Icon.js +7 -7
  263. package/src/main/js/sap/ushell/thirdparty/Icons.js +24 -24
  264. package/src/main/js/sap/ushell/thirdparty/Label.js +1 -1
  265. package/src/main/js/sap/ushell/thirdparty/Link.js +4 -4
  266. package/src/main/js/sap/ushell/thirdparty/List.js +8 -8
  267. package/src/main/js/sap/ushell/thirdparty/ListItemAdditionalText.css.js +1 -1
  268. package/src/main/js/sap/ushell/thirdparty/ListItemBase.js +3 -3
  269. package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +22 -22
  270. package/src/main/js/sap/ushell/thirdparty/ListItemGroup.js +7 -7
  271. package/src/main/js/sap/ushell/thirdparty/Menu.js +1 -1
  272. package/src/main/js/sap/ushell/thirdparty/MenuItem.js +1 -1
  273. package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +9 -9
  274. package/src/main/js/sap/ushell/thirdparty/NotificationList.js +3 -3
  275. package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +1 -1
  276. package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +3 -3
  277. package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +2 -2
  278. package/src/main/js/sap/ushell/thirdparty/ResponsivePopover.js +15 -15
  279. package/src/main/js/sap/ushell/thirdparty/SearchItem.js +3 -3
  280. package/src/main/js/sap/ushell/thirdparty/SearchItemGroup.js +3 -3
  281. package/src/main/js/sap/ushell/thirdparty/SearchMessageArea.js +3 -3
  282. package/src/main/js/sap/ushell/thirdparty/SearchScope.js +3 -3
  283. package/src/main/js/sap/ushell/thirdparty/ShellBar.js +3 -3
  284. package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +3 -3
  285. package/src/main/js/sap/ushell/thirdparty/ShellBarItem.js +3 -3
  286. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch.js +2 -2
  287. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch2.js +26 -26
  288. package/src/main/js/sap/ushell/thirdparty/ShellBarSpacer.js +3 -3
  289. package/src/main/js/sap/ushell/thirdparty/Tag.js +6 -6
  290. package/src/main/js/sap/ushell/thirdparty/Text.js +4 -4
  291. package/src/main/js/sap/ushell/thirdparty/Title.js +3 -3
  292. package/src/main/js/sap/ushell/thirdparty/UserMenu.js +3 -3
  293. package/src/main/js/sap/ushell/thirdparty/UserMenuAccount.js +4 -4
  294. package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +3 -3
  295. package/src/main/js/sap/ushell/thirdparty/_dynamics/InputSuggestions.js +1 -1
  296. package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +1 -1
  297. package/src/main/js/sap/ushell/thirdparty/information.js +10 -10
  298. package/src/main/js/sap/ushell/thirdparty/overflow.js +2 -2
  299. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +1 -1
  300. package/src/main/js/sap/ushell/thirdparty/slim-arrow-down.js +4 -4
  301. package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +2 -4296
  302. package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +1 -142
  303. package/src/main/js/sap/ushell/thirdparty/webcomponents.js +4452 -11
  304. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  305. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  306. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  307. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  308. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  309. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  310. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  311. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  312. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  313. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
  314. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
  315. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  316. package/src/main/js/sap/ushell/utils.js +1 -1
  317. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  318. package/src/main/js/sap/ushell/thirdparty/webcomponents-base2.js +0 -7
@@ -4,7 +4,7 @@
4
4
  * This allows to enter simple postfix expressions and to test if an id complies with the expression.
5
5
  * It can replace unsafe regular expressions that are vulnerable to ReDoS attacks.
6
6
  *
7
- * @version 1.139.2
7
+ * @version 1.139.5
8
8
  */
9
9
 
10
10
  sap.ui.define([], () => {
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The Unified Shell's PluginManager service. Allows handling the loading of Fiori Launchpad plugins.
5
- * @version 1.139.2
5
+ * @version 1.139.5
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/Log",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview resolves references
5
- * @version 1.139.2
5
+ * @version 1.139.5
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/Log",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The Unified Shell's search service which provides Enterprise Search via SINA.
5
- * @version 1.139.2
5
+ * @version 1.139.5
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ui/core/Lib"
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's Search for myHome.
5
5
  *
6
- * @version 1.139.2
6
+ * @version 1.139.5
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/base/Log",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview This module exposes the searchable content.
5
- * @version 1.139.2
5
+ * @version 1.139.5
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/Config",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview Shell Navigation Service.
5
- * @version 1.139.2
5
+ * @version 1.139.5
6
6
  * @deprecated since 1.120. Use {@link sap.ushell.services.Navigation} for Navigation instead.
7
7
  */
8
8
  sap.ui.define([
@@ -12,7 +12,7 @@
12
12
  * it is pertinent that the API user employs this service's version of <code>toExternal()</code> for cross application
13
13
  * navigation (instead) of using the one provided by CrossApplicationNavigation service.</p>
14
14
  *
15
- * @version 1.139.2
15
+ * @version 1.139.5
16
16
  *
17
17
  * @deprecated since 1.112. Please use the CrossApplicationNavigation service instead.
18
18
  */
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview APIs for the S/4 MyHome
5
- * @version 1.139.2
5
+ * @version 1.139.5
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/Config",
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's UI tracing service.
5
5
  *
6
- * @version 1.139.2
6
+ * @version 1.139.5
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/ushell/EventHub",
@@ -6,7 +6,7 @@
6
6
  * Service wrapper for the sap/ushell/utils/UrlShortening module.
7
7
  * @deprecated since 1.118. Please use the UrlShortening module directly.
8
8
  *
9
- * @version 1.139.2
9
+ * @version 1.139.5
10
10
  */
11
11
  sap.ui.define(["sap/ushell/utils/UrlShortening"], (UrlShortening) => {
12
12
  "use strict";
@@ -1,7 +1,7 @@
1
1
  // Copyright (c) 2009-2025 SAP SE, All Rights Reserved
2
2
  /**
3
3
  * @fileOverview The URLTemplate service provides utilities when working with URL templates
4
- * @version 1.139.2
4
+ * @version 1.139.5
5
5
  */
6
6
  sap.ui.define([
7
7
  ], (
@@ -4,7 +4,7 @@
4
4
  * @fileOverview The Unified Shell's UI5 component loader service.
5
5
  * This is a shell-internal service and no public or application facing API!
6
6
  *
7
- * @version 1.139.2
7
+ * @version 1.139.5
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/base/Log",
@@ -14,7 +14,7 @@
14
14
  *
15
15
  * This is *not* an application facing service, but for Shell Internal usage.
16
16
  *
17
- * @version 1.139.2
17
+ * @version 1.139.5
18
18
  */
19
19
  sap.ui.define([
20
20
  "sap/base/Log",
@@ -7,7 +7,7 @@
7
7
  * This service should be accessed by the application
8
8
  * via the CrossApplicationNavigation service.
9
9
  *
10
- * @version 1.139.2
10
+ * @version 1.139.5
11
11
  */
12
12
  sap.ui.define([
13
13
  "sap/base/Log",
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's user information service. Allows retrieving information about the logged-in user.
5
5
  *
6
- * @version 1.139.2
6
+ * @version 1.139.5
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/base/Log",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The Unified Shell's user activity service.
5
- * @version 1.139.2
5
+ * @version 1.139.5
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/util/ObjectPath",
@@ -7,7 +7,7 @@
7
7
  *
8
8
  * Configured with the LaunchPageAdapter.
9
9
  *
10
- * @version 1.139.2
10
+ * @version 1.139.5
11
11
  */
12
12
  sap.ui.define([
13
13
  "sap/ushell/resources",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview This module deals with the instantiation of visualizations in a platform independent way.
5
- * @version 1.139.2
5
+ * @version 1.139.5
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/ui/launchpad/VizInstance",
@@ -7,7 +7,7 @@
7
7
  * config handler which is called by the factory to generate an explicit
8
8
  * Adapter configuration
9
9
  *
10
- * @version 1.139.2
10
+ * @version 1.139.5
11
11
  * @private
12
12
  */
13
13
  sap.ui.define([
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview Provide mock feature group data
5
5
  *
6
- * @version 1.139.2
6
+ * @version 1.139.5
7
7
  * @private
8
8
  */
9
9
  sap.ui.define([
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview Cross Application Navigation utility functions
5
5
  *
6
- * @version 1.139.2
6
+ * @version 1.139.5
7
7
  * @deprecated since 1.120
8
8
  */
9
9
  sap.ui.define([
@@ -4,7 +4,7 @@
4
4
  * @file This module is responsible to create reference pages,
5
5
  * which are shareable JSON representations of layout and navigation targets in the specific format.
6
6
  *
7
- * @version 1.139.2
7
+ * @version 1.139.5
8
8
  * @private
9
9
  */
10
10
  sap.ui.define([
@@ -2,15 +2,17 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview handle all the current back navigation.
5
- * @version 1.139.2
5
+ * @version 1.139.5
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ui/core/library",
9
9
  "sap/ui/core/routing/History",
10
+ "sap/ui/performance/trace/Interaction",
10
11
  "sap/ushell/Container"
11
12
  ], (
12
13
  coreLibrary,
13
14
  Ui5History,
15
+ Interaction,
14
16
  Container
15
17
  ) => {
16
18
  "use strict";
@@ -28,6 +30,9 @@ sap.ui.define([
28
30
  };
29
31
 
30
32
  this.navigateBack = async function () {
33
+ // unlike other usages of notifyAsyncStep, in this case the returned function is not called by the FLP,
34
+ // when the interaction is finished. In this case UI5 can detect the end of the interaction without the help of FLP or the application.
35
+ Interaction.notifyAsyncStep();
31
36
  if (bDefaultBrowserBack === true) {
32
37
  window.history.back();
33
38
  } else if (fnCustomBackNavigation) {
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview handles content density.
5
- * @version 1.139.2
5
+ * @version 1.139.5
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ui/Device",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview handles favicon.
5
- * @version 1.139.2
5
+ * @version 1.139.5
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ui/core/Theming",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview handles the logo within the header.
5
- * @version 1.139.2
5
+ * @version 1.139.5
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/i18n/Localization",
@@ -9,7 +9,7 @@
9
9
  * Fiori launchpad in a tree table separated by IconTabFilters for the first level properties of the configuration object.
10
10
  * Also it provides a search for last level properties.
11
11
  *
12
- * @version 1.139.2
12
+ * @version 1.139.5
13
13
  */
14
14
  sap.ui.define([
15
15
  "sap/ui/core/Element",
@@ -113,30 +113,31 @@
113
113
  }
114
114
 
115
115
  /** UserActionsMenu Button (Avatar) **/
116
-
117
- #userActionsMenuHeaderButton {
118
- border: 1px @sapDefault_BorderStyle @sapUiButtonLiteBorderColor;
119
- box-shadow: none;
120
- }
121
-
122
- #userActionsMenuHeaderButton:hover {
123
- box-shadow: @sapUiContentInteractionShadow;
124
- }
125
-
126
- #userActionsMenuHeaderButton:focus:not(:focus-visible) {
127
- border-color: @sapUiButtonLiteBorderColor;
128
- outline: none;
129
- }
130
-
131
- #userActionsMenuHeaderButton:focus-visible {
132
- outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
133
- }
134
-
135
- #userActionsMenuHeaderButton:active,
136
- #userActionsMenuHeaderButton:focus:active,
137
- #userActionsMenuHeaderButton:focus-visible:active {
138
- color: @sapUiShellActiveTextColor;
139
- border-color: @sapUiButtonLiteActiveBorderColor;
140
- box-shadow: none;
141
- outline: none;
116
+ .sapUshellShellHeader {
117
+ #userActionsMenuHeaderButton {
118
+ border: 1px @sapDefault_BorderStyle @sapUiButtonLiteBorderColor;
119
+ box-shadow: none;
120
+ }
121
+
122
+ #userActionsMenuHeaderButton:hover {
123
+ box-shadow: @sapUiContentInteractionShadow;
124
+ }
125
+
126
+ #userActionsMenuHeaderButton:focus:not(:focus-visible) {
127
+ border-color: @sapUiButtonLiteBorderColor;
128
+ outline: none;
129
+ }
130
+
131
+ #userActionsMenuHeaderButton:focus-visible {
132
+ outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
133
+ }
134
+
135
+ #userActionsMenuHeaderButton:active,
136
+ #userActionsMenuHeaderButton:focus:active,
137
+ #userActionsMenuHeaderButton:focus-visible:active {
138
+ color: @sapUiShellActiveTextColor;
139
+ border-color: @sapUiButtonLiteActiveBorderColor;
140
+ box-shadow: none;
141
+ outline: none;
142
+ }
142
143
  }
@@ -113,30 +113,31 @@
113
113
  }
114
114
 
115
115
  /** UserActionsMenu Button (Avatar) **/
116
-
117
- #userActionsMenuHeaderButton {
118
- border: 1px @sapDefault_BorderStyle @sapUiButtonLiteBorderColor;
119
- box-shadow: none;
120
- }
121
-
122
- #userActionsMenuHeaderButton:hover {
123
- box-shadow: @sapUiContentInteractionShadow;
124
- }
125
-
126
- #userActionsMenuHeaderButton:focus:not(:focus-visible) {
127
- border-color: @sapUiButtonLiteBorderColor;
128
- outline: none;
129
- }
130
-
131
- #userActionsMenuHeaderButton:focus-visible {
132
- outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
133
- }
134
-
135
- #userActionsMenuHeaderButton:active,
136
- #userActionsMenuHeaderButton:focus:active,
137
- #userActionsMenuHeaderButton:focus-visible:active {
138
- color: @sapUiShellActiveTextColor;
139
- border-color: @sapUiButtonLiteActiveBorderColor;
140
- box-shadow: none;
141
- outline: none;
116
+ .sapUshellShellHeader {
117
+ #userActionsMenuHeaderButton {
118
+ border: 1px @sapDefault_BorderStyle @sapUiButtonLiteBorderColor;
119
+ box-shadow: none;
120
+ }
121
+
122
+ #userActionsMenuHeaderButton:hover {
123
+ box-shadow: @sapUiContentInteractionShadow;
124
+ }
125
+
126
+ #userActionsMenuHeaderButton:focus:not(:focus-visible) {
127
+ border-color: @sapUiButtonLiteBorderColor;
128
+ outline: none;
129
+ }
130
+
131
+ #userActionsMenuHeaderButton:focus-visible {
132
+ outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
133
+ }
134
+
135
+ #userActionsMenuHeaderButton:active,
136
+ #userActionsMenuHeaderButton:focus:active,
137
+ #userActionsMenuHeaderButton:focus-visible:active {
138
+ color: @sapUiShellActiveTextColor;
139
+ border-color: @sapUiButtonLiteActiveBorderColor;
140
+ box-shadow: none;
141
+ outline: none;
142
+ }
142
143
  }
@@ -86,25 +86,26 @@
86
86
  }
87
87
 
88
88
  /** UserActionsMenu Button (Avatar) **/
89
-
90
- #userActionsMenuHeaderButton {
91
- border: 1px @sapDefault_BorderStyle @sapUiShellInteractiveBorderColor;
92
- }
93
-
94
- #userActionsMenuHeaderButton:hover {
95
- box-shadow: @sapUiContentInteractionShadow;
96
- background-color: @sapUiShellActiveBackground;
97
- }
98
-
99
- #userActionsMenuHeaderButton:focus:not(:focus-visible) {
100
- outline: none;
101
- }
102
-
103
- #userActionsMenuHeaderButton:focus-visible {
104
- outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
105
- box-shadow: none;
106
- }
107
-
108
- #userActionsMenuHeaderButton:active {
109
- background-color: @sapUiShellActiveBackground;
89
+ .sapUshellShellHeader {
90
+ #userActionsMenuHeaderButton {
91
+ border: 1px @sapDefault_BorderStyle @sapUiShellInteractiveBorderColor;
92
+ }
93
+
94
+ #userActionsMenuHeaderButton:hover {
95
+ box-shadow: @sapUiContentInteractionShadow;
96
+ background-color: @sapUiShellActiveBackground;
97
+ }
98
+
99
+ #userActionsMenuHeaderButton:focus:not(:focus-visible) {
100
+ outline: none;
101
+ }
102
+
103
+ #userActionsMenuHeaderButton:focus-visible {
104
+ outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
105
+ box-shadow: none;
106
+ }
107
+
108
+ #userActionsMenuHeaderButton:active {
109
+ background-color: @sapUiShellActiveBackground;
110
+ }
110
111
  }
@@ -86,25 +86,26 @@
86
86
  }
87
87
 
88
88
  /** UserActionsMenu Button (Avatar) **/
89
-
90
- #userActionsMenuHeaderButton {
91
- border: 1px @sapDefault_BorderStyle @sapUiShellInteractiveBorderColor;
92
- }
93
-
94
- #userActionsMenuHeaderButton:hover {
95
- box-shadow: @sapUiContentInteractionShadow;
96
- background-color: @sapUiShellActiveBackground;
97
- }
98
-
99
- #userActionsMenuHeaderButton:focus:not(:focus-visible) {
100
- outline: none;
101
- }
102
-
103
- #userActionsMenuHeaderButton:focus-visible {
104
- outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
105
- box-shadow: none;
106
- }
107
-
108
- #userActionsMenuHeaderButton:active {
109
- background-color: @sapUiShellActiveBackground;
89
+ .sapUshellShellHeader {
90
+ #userActionsMenuHeaderButton {
91
+ border: 1px @sapDefault_BorderStyle @sapUiShellInteractiveBorderColor;
92
+ }
93
+
94
+ #userActionsMenuHeaderButton:hover {
95
+ box-shadow: @sapUiContentInteractionShadow;
96
+ background-color: @sapUiShellActiveBackground;
97
+ }
98
+
99
+ #userActionsMenuHeaderButton:focus:not(:focus-visible) {
100
+ outline: none;
101
+ }
102
+
103
+ #userActionsMenuHeaderButton:focus-visible {
104
+ outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
105
+ box-shadow: none;
106
+ }
107
+
108
+ #userActionsMenuHeaderButton:active {
109
+ background-color: @sapUiShellActiveBackground;
110
+ }
110
111
  }
@@ -1,4 +1,4 @@
1
- sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/Icon'], (function (webcomponentsBase, webcomponents, eventStrict, i18nDefaults, parametersBundle_css, Icons, Icon) { 'use strict';
1
+ sap.ui.define(['sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/Icon'], (function (webcomponentsBase, eventStrict, i18nDefaults, parametersBundle_css, Icons, Icon) { 'use strict';
2
2
 
3
3
  function AvatarTemplate() {
4
4
  return (parametersBundle_css.jsxs("div", { class: "ui5-avatar-root", tabindex: this.tabindex, "data-sap-focus-ref": true, role: this._role, "aria-haspopup": this._ariaHasPopup, "aria-label": this.accessibleNameText, onKeyUp: this._onkeyup, onKeyDown: this._onkeydown, onClick: this._onclick, children: [this._hasImage ?
@@ -1,4 +1,4 @@
1
- sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/Label'], (function (exports, webcomponentsBase, i18nDefaults, parametersBundle_css, Icons, willShowContent, Label) { 'use strict';
1
+ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/Label'], (function (exports, webcomponentsBase, i18nDefaults, parametersBundle_css, Icons, willShowContent, Label) { 'use strict';
2
2
 
3
3
  const b=new WeakMap,o=new WeakMap,v={attributes:true,childList:true,characterData:true,subtree:true},A=e=>{const t=e;return t.accessibleNameRef?E(e):t.accessibleName?t.accessibleName:void 0},E=e=>{const t=e.accessibleNameRef?.split(" ")??[];let s="";return t.forEach((n,c)=>{const l=m(e,n),a=`${l&&l.textContent?l.textContent:""}`;a&&(s+=a,c<t.length-1&&(s+=" "));}),s},f=e=>{const t=new Set;u(e).forEach(r=>{t.add(r);});const n=e.accessibleNameRef,c=e.accessibleDescriptionRef,l=[n,c].filter(Boolean).join(" ");return (l?l.split(" "):[]).forEach(r=>{const i=m(e,r);i&&t.add(i);}),Array.from(t)},u=e=>{const t=e.getRootNode().querySelectorAll(`[for="${e.id}"]`);return Array.from(t)},m=(e,t)=>e.getRootNode().querySelector(`[id='${t}']`)||document.getElementById(t),M=e=>{const t=[];if(u(e).forEach(n=>{const c=n.textContent;c&&t.push(c);}),t.length)return t.join(" ")},k=e=>s=>{const n=s&&s.type==="property"&&s.name==="accessibleNameRef",c=s&&s.type==="property"&&s.name==="accessibleDescriptionRef";if(!n&&!c)return;const l=o.get(e);if(!l)return;const a=l.observedElements,r=f(e);a.forEach(i=>{r.includes(i)||d(l,i);}),r.forEach(i=>{a.includes(i)||(g(l,i),l.observedElements.push(i));}),l?.callback();},y=(e,t)=>{if(o.has(e))return;const s=f(e),n=k(e),c={host:e,observedElements:s,callback:t,invalidationCallback:n};o.set(e,c),e.attachInvalidate(n),s.forEach(l=>{g(c,l);}),t();},g=(e,t)=>{let s=b.get(t);if(!s){s={observer:null,callbacks:[]};const n=new MutationObserver(()=>{s.callbacks.forEach(a=>{a();});const l=document.getElementById(t.id);e.host.id===t.getAttribute("for")||l||d(e,t);});s.observer=n,n.observe(t,v),b.set(t,s);}s.callbacks.includes(e.callback)||s.callbacks.push(e.callback);},d=(e,t)=>{const s=b.get(t);s&&(s.callbacks=s.callbacks.filter(n=>n!==e.callback),s.callbacks.length||(s.observer?.disconnect(),b.delete(t))),e.observedElements=e.observedElements.filter(n=>n!==t);},T=e=>{const t=o.get(e);if(!t)return;[...t.observedElements].forEach(n=>{d(t,n);}),e.detachInvalidate(t.invalidationCallback),o.delete(e);},L=e=>{const t=e;return t.accessibleDescriptionRef?p(e):t.accessibleDescription?t.accessibleDescription:void 0},p=e=>{const t=e.accessibleDescriptionRef?.split(" ")??[];let s="";return t.forEach((n,c)=>{const l=m(e,n),a=`${l&&l.textContent?l.textContent:""}`;a&&(s+=a,c<t.length-1&&(s+=" "));}),s};
4
4
 
@@ -32,7 +32,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
32
32
  return (parametersBundle_css.jsx(parametersBundle_css.Fragment, { children: this.text && (parametersBundle_css.jsx(Label, { id: `${this._id}-label`, class: "ui5-busy-indicator-text", children: this.text })) }));
33
33
  }
34
34
 
35
- Icons.p("@" + "ui5" + "/" + "sap/ushell/thirdparty/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
35
+ Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
36
36
  Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => i18nDefaults.defaultTheme);
37
37
  var busyIndicatorCss = `:host(:not([hidden])){display:inline-block}:host([_is-busy]){color:var(--_ui5-v2-15-0_busy_indicator_color)}:host([size="S"]) .ui5-busy-indicator-root{min-width:1.625rem;min-height:.5rem}:host([size="S"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:1.75rem}:host([size="S"]) .ui5-busy-indicator-circle{width:.5rem;height:.5rem}:host([size="S"]) .ui5-busy-indicator-circle:first-child,:host([size="S"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.0625rem}:host(:not([size])) .ui5-busy-indicator-root,:host([size="M"]) .ui5-busy-indicator-root{min-width:3.375rem;min-height:1rem}:host([size="M"]) .ui5-busy-indicator-circle:first-child,:host([size="M"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.1875rem}:host(:not([size])[text]:not([text=""])) .ui5-busy-indicator-root,:host([size="M"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:2.25rem}:host(:not([size])) .ui5-busy-indicator-circle,:host([size="M"]) .ui5-busy-indicator-circle{width:1rem;height:1rem}:host([size="L"]) .ui5-busy-indicator-root{min-width:6.5rem;min-height:2rem}:host([size="L"]) .ui5-busy-indicator-circle:first-child,:host([size="L"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.25rem}:host([size="L"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:3.25rem}:host([size="L"]) .ui5-busy-indicator-circle{width:2rem;height:2rem}.ui5-busy-indicator-root{display:flex;justify-content:center;align-items:center;position:relative;background-color:inherit;height:inherit;border-radius:inherit}.ui5-busy-indicator-busy-area.ui5-busy-indicator-busy-area-over-content{position:absolute;inset:0;z-index:99}.ui5-busy-indicator-busy-area{display:flex;justify-content:center;align-items:center;background-color:inherit;flex-direction:column;border-radius:inherit}:host([active]) ::slotted(*){opacity:var(--sapContent_DisabledOpacity)}:host([desktop]) .ui5-busy-indicator-busy-area:focus,.ui5-busy-indicator-busy-area:focus-visible{outline:var(--_ui5-v2-15-0_busy_indicator_focus_outline);outline-offset:-2px}.ui5-busy-indicator-circles-wrapper{line-height:0}.ui5-busy-indicator-circle{display:inline-block;background-color:currentColor;border-radius:50%}.ui5-busy-indicator-circle:before{content:"";width:100%;height:100%;border-radius:100%}.circle-animation-0{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11)}.circle-animation-1{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.2s}.circle-animation-2{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.4s}.ui5-busy-indicator-text{width:100%;text-align:center}:host([text-placement="Top"]) .ui5-busy-indicator-text{margin-bottom:.5rem}:host(:not([text-placement])) .ui5-busy-indicator-text,:host([text-placement="Bottom"]) .ui5-busy-indicator-text{margin-top:.5rem}@keyframes grow{0%,50%,to{-webkit-transform:scale(.5);-moz-transform:scale(.5);transform:scale(.5)}25%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}
38
38
  `;
@@ -75,7 +75,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
75
75
  *
76
76
  * ### ES6 Module Import
77
77
  *
78
- * `import "sap/ushell/gen/ui5/webcomponents/dist/BusyIndicator.js";`
78
+ * `import "@ui5/webcomponents/dist/BusyIndicator.js";`
79
79
  * @constructor
80
80
  * @extends UI5Element
81
81
  * @public
@@ -216,7 +216,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
216
216
  webcomponentsBase.s({ type: Boolean })
217
217
  ], BusyIndicator.prototype, "_isBusy", void 0);
218
218
  __decorate([
219
- i18nDefaults.i("sap/ushell/gen/ui5/webcomponents")
219
+ i18nDefaults.i("@ui5/webcomponents")
220
220
  ], BusyIndicator, "i18nBundle", void 0);
221
221
  BusyIndicator = BusyIndicator_1 = __decorate([
222
222
  webcomponentsBase.m({
@@ -1,4 +1,4 @@
1
- sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/Icon'], (function (webcomponentsBase, webcomponents, eventStrict, i18nDefaults, parametersBundle_css, BusyIndicator, Icons, willShowContent, Button, toLowercaseEnumValue, Label, Icon) { 'use strict';
1
+ sap.ui.define(['sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/Icon'], (function (webcomponentsBase, eventStrict, i18nDefaults, parametersBundle_css, BusyIndicator, Icons, willShowContent, Button, toLowercaseEnumValue, Label, Icon) { 'use strict';
2
2
 
3
3
 
4
4