@sapui5/sap.ushell 1.140.0 → 1.141.1

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 (689) hide show
  1. package/package.json +2 -2
  2. package/src/main/js/sap/ushell/.library +1 -1
  3. package/src/main/js/sap/ushell/AppInfoParameters.js +1 -1
  4. package/src/main/js/sap/ushell/ApplicationType/UrlPostProcessing.js +0 -1
  5. package/src/main/js/sap/ushell/ApplicationType/guiResolution.js +6 -6
  6. package/src/main/js/sap/ushell/ApplicationType/systemAlias.js +22 -25
  7. package/src/main/js/sap/ushell/ApplicationType/urlResolution.js +12 -6
  8. package/src/main/js/sap/ushell/ApplicationType/urlTemplateResolution.js +277 -302
  9. package/src/main/js/sap/ushell/ApplicationType/wdaResolution.js +11 -10
  10. package/src/main/js/sap/ushell/ApplicationType.js +8 -8
  11. package/src/main/js/sap/ushell/Container.js +53 -55
  12. package/src/main/js/sap/ushell/EventHub.js +5 -7
  13. package/src/main/js/sap/ushell/Fiori20Adapter.js +17 -11
  14. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  15. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  16. package/src/main/js/sap/ushell/SessionHandler.js +1 -1
  17. package/src/main/js/sap/ushell/TechnicalParameters.js +5 -5
  18. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  19. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
  20. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +11 -4
  21. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
  22. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
  23. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +13 -2
  24. package/src/main/js/sap/ushell/URLTemplateProcessor.js +13 -3
  25. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +4 -2
  26. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +29 -27
  27. package/src/main/js/sap/ushell/User.js +12 -12
  28. package/src/main/js/sap/ushell/UserActivityLog.js +3 -3
  29. package/src/main/js/sap/ushell/adapters/AppVariantPersonalizationAdapter.js +19 -15
  30. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +13 -10
  31. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +15 -14
  32. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +3 -3
  34. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +155 -129
  35. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +25 -23
  36. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/Settings/UserLanguageAndRegion/UserLanguageAndRegion.controller.js +4 -4
  39. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cdm/_Personalization/internals.js +8 -13
  45. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +6 -3
  47. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +42 -30
  48. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +112 -97
  49. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/cdm/v3/utilsCdm.js +5 -6
  58. package/src/main/js/sap/ushell/adapters/cep/MenuAdapter.js +2 -2
  59. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +10 -8
  61. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +13 -14
  63. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +162 -162
  64. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +14 -14
  65. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +2 -2
  66. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  67. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +22 -22
  68. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  69. package/src/main/js/sap/ushell/adapters/local/MenuAdapter.js +4 -4
  70. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  71. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +4 -4
  72. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  73. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +2 -2
  74. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +2 -2
  75. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  76. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  77. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +2 -2
  78. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  79. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  80. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +14 -14
  81. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +8 -13
  82. package/src/main/js/sap/ushell/api/common/ComponentInstantiation.js +5 -5
  83. package/src/main/js/sap/ushell/api/performance/Extension.js +2 -2
  84. package/src/main/js/sap/ushell/api/performance/NavigationSource.js +8 -8
  85. package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +48 -81
  86. package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +7 -35
  87. package/src/main/js/sap/ushell/appIntegration/ApplicationContainerCache.js +9 -6
  88. package/src/main/js/sap/ushell/appIntegration/IframeApplicationContainer.js +31 -7
  89. package/src/main/js/sap/ushell/appIntegration/IframeApplicationContainerRenderer.js +0 -3
  90. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/AppInfoHandler.js +8 -5
  91. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/AppStateHandler.js +1 -1
  92. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/BookmarkHandler.js +15 -11
  93. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/LifecycleHandler.js +21 -1
  94. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/MessageBrokerHandler.js +110 -17
  95. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/SessionHandler.js +20 -4
  96. package/src/main/js/sap/ushell/appIntegration/PostMessageManager.js +26 -12
  97. package/src/main/js/sap/ushell/appIntegration/UI5ApplicationContainer.js +0 -1
  98. package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +2 -23
  99. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV1Handler.js +0 -3
  100. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -3
  101. package/src/main/js/sap/ushell/appRuntime/ui5/AppCommunicationMgr.js +11 -10
  102. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +3 -3
  103. package/src/main/js/sap/ushell/appRuntime/ui5/SessionHandlerAgent.js +3 -3
  104. package/src/main/js/sap/ushell/appRuntime/ui5/libsPreload.js +2 -2
  105. package/src/main/js/sap/ushell/appRuntime/ui5/performance/FesrEnhancer.js +1 -1
  106. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/AppLifeCycleUtils.js +11 -3
  107. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/BaseRTAPluginStatus.js +9 -1
  108. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/CheckConditions.js +18 -2
  109. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/Renderer.js +6 -0
  110. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/Trigger.js +6 -0
  111. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/Component.js +2 -1
  112. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
  113. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
  114. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +3 -3
  115. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +7 -6
  116. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
  117. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +3 -3
  118. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
  119. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
  120. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +5 -3
  121. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +75 -18
  122. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
  123. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
  124. package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
  125. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  126. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
  127. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker/Client.js +114 -0
  128. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +155 -56
  129. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +2 -2
  130. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +2 -2
  131. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +17 -21
  132. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
  133. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
  134. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
  135. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
  136. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +2 -2
  137. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/ContainerAdapter.js +4 -3
  138. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  139. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/FLPLoader.js +1 -3
  140. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  141. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
  142. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent.js +21 -22
  143. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +5 -5
  144. package/src/main/js/sap/ushell/bootstrap/common/common.debug.mode.js +1 -1
  145. package/src/main/js/sap/ushell/bootstrap/common/common.load.core-min.js +14 -2
  146. package/src/main/js/sap/ushell/bootstrap/common/common.load.script.js +1 -1
  147. package/src/main/js/sap/ushell/bootstrap/common/common.read.metatags.js +2 -2
  148. package/src/main/js/sap/ushell/bootstrap/common/common.util.js +2 -2
  149. package/src/main/js/sap/ushell/bootstrap/sandbox2/sandbox.js +1 -1
  150. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  151. package/src/main/js/sap/ushell/components/CatalogsManager.js +3 -3
  152. package/src/main/js/sap/ushell/components/HomepageManager.js +120 -117
  153. package/src/main/js/sap/ushell/components/SharedComponentUtils.js +24 -13
  154. package/src/main/js/sap/ushell/components/_HomepageManager/PersistentPageOperationAdapter.js +17 -17
  155. package/src/main/js/sap/ushell/components/_HomepageManager/TransientPageOperationAdapter.js +4 -4
  156. package/src/main/js/sap/ushell/components/appfinder/AppFinder.controller.js +6 -3
  157. package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +2 -2
  158. package/src/main/js/sap/ushell/components/appfinder/CatalogView.js +3 -3
  159. package/src/main/js/sap/ushell/components/appfinder/EasyAccess.controller.js +119 -108
  160. package/src/main/js/sap/ushell/components/appfinder/HierarchyAppsView.js +2 -2
  161. package/src/main/js/sap/ushell/components/appfinder/HierarchyFolders.controller.js +17 -15
  162. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  163. package/src/main/js/sap/ushell/components/cards/Configuration.controller.js +35 -33
  164. package/src/main/js/sap/ushell/components/cards/ManifestPropertyHelper.js +6 -4
  165. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/Edition.js +2 -2
  166. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/People.js +1 -1
  167. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +6 -6
  168. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  169. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  170. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  171. package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +1 -1
  172. package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
  173. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  174. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
  175. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +29 -13
  176. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +6 -1
  177. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  178. package/src/main/js/sap/ushell/components/factsheet/factory/ThingInspector.js +2 -2
  179. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  180. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  181. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  182. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +2 -2
  183. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  184. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  185. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  186. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +2 -2
  187. package/src/main/js/sap/ushell/components/pages/controller/ImportDialog.controller.js +8 -8
  188. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +38 -29
  189. package/src/main/js/sap/ushell/components/pages/controller/PagesAndSpaceId.js +24 -15
  190. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  191. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  192. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  193. package/src/main/js/sap/ushell/components/shell/FloatingContainer/Component.js +1 -1
  194. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  195. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  196. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  197. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
  198. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  199. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +3 -3
  200. package/src/main/js/sap/ushell/components/shell/Notifications/Notifications.controller.js +9 -9
  201. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +3 -3
  202. package/src/main/js/sap/ushell/components/shell/Search/Component.js +0 -11
  203. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  204. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +3 -3
  205. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +32 -30
  206. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +19 -17
  207. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  208. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +30 -28
  209. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/Component.js +14 -18
  210. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/FrequentActivityProvider.js +3 -3
  211. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/RecentSearchProvider.js +19 -17
  212. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchProvider.js +1 -1
  213. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchServiceProvider.js +30 -28
  214. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/manifest.json +1 -1
  215. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources.properties +2 -0
  216. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ar.properties +4 -0
  217. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_bg.properties +4 -0
  218. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ca.properties +4 -0
  219. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_cnr.properties +4 -0
  220. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_cs.properties +4 -0
  221. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_cy.properties +4 -0
  222. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_da.properties +4 -0
  223. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_de.properties +4 -0
  224. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_el.properties +4 -0
  225. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_en.properties +4 -0
  226. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_en_GB.properties +4 -0
  227. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_en_US_saprigi.properties +4 -0
  228. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_es.properties +4 -0
  229. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_es_MX.properties +4 -0
  230. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_et.properties +4 -0
  231. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_fi.properties +4 -0
  232. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_fr.properties +4 -0
  233. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_fr_CA.properties +4 -0
  234. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_hi.properties +4 -0
  235. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_hr.properties +4 -0
  236. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_hu.properties +4 -0
  237. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_id.properties +4 -0
  238. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_it.properties +4 -0
  239. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_iw.properties +4 -0
  240. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ja.properties +4 -0
  241. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_kk.properties +4 -0
  242. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ko.properties +4 -0
  243. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_lt.properties +4 -0
  244. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_lv.properties +4 -0
  245. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_mk.properties +4 -0
  246. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ms.properties +4 -0
  247. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_nl.properties +4 -0
  248. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_no.properties +4 -0
  249. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_pl.properties +4 -0
  250. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_pt.properties +4 -0
  251. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_pt_PT.properties +4 -0
  252. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ro.properties +4 -0
  253. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ru.properties +4 -0
  254. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sh.properties +4 -0
  255. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sk.properties +4 -0
  256. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sl.properties +4 -0
  257. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sr.properties +4 -0
  258. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sv.properties +4 -0
  259. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_th.properties +4 -0
  260. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_tr.properties +4 -0
  261. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_uk.properties +4 -0
  262. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_vi.properties +4 -0
  263. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_zh_CN.properties +4 -0
  264. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_zh_TW.properties +4 -0
  265. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  266. package/src/main/js/sap/ushell/components/shell/Settings/UserSettings.controller.js +21 -20
  267. package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +88 -65
  268. package/src/main/js/sap/ushell/components/shell/Settings/homepage/HomepageEntry.js +6 -6
  269. package/src/main/js/sap/ushell/components/shell/Settings/notifications/NotificationsSetting.controller.js +3 -3
  270. package/src/main/js/sap/ushell/components/shell/Settings/spaces/SpacesSetting.controller.js +8 -7
  271. package/src/main/js/sap/ushell/components/shell/Settings/userAccount/UserAccountSelector.controller.js +4 -3
  272. package/src/main/js/sap/ushell/components/shell/Settings/userActivities/UserActivitiesSetting.controller.js +3 -3
  273. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/controller/UserDefaultsSetting.controller.js +2 -2
  274. package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.controller.js +5 -5
  275. package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +40 -2
  276. package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +7 -0
  277. package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
  278. package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +9 -0
  279. package/src/main/js/sap/ushell/components/shell/SideNavigation/controller/SideNavigation.controller.js +48 -59
  280. package/src/main/js/sap/ushell/components/shell/SideNavigation/interface/ListProviderAPI.js +144 -0
  281. package/src/main/js/sap/ushell/components/shell/SideNavigation/interface/NavContainer.js +82 -0
  282. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
  283. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/AllSpaces.js +2 -2
  284. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +4 -4
  285. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericFixedNavigationListProvider.js +49 -28
  286. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericNavigationListProvider.js +104 -49
  287. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/MyHome.js +2 -2
  288. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/RecentActivity.js +2 -2
  289. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Spaces.js +18 -7
  290. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/SpacesNavigationListProvider.js +11 -5
  291. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  292. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  293. package/src/main/js/sap/ushell/components/tiles/action/ActionTile.controller.js +22 -14
  294. package/src/main/js/sap/ushell/components/tiles/applauncher/StaticTile.controller.js +43 -13
  295. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/DynamicTile.controller.js +43 -13
  296. package/src/main/js/sap/ushell/components/tiles/utils.js +25 -25
  297. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  298. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  299. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  300. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  301. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  302. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  303. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  304. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  305. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  306. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  307. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  308. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  309. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  310. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  311. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  312. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Avatar.js +111 -111
  313. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Button.js +215 -145
  314. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Label.js +68 -70
  315. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItem.js +81 -78
  316. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemBase.js +40 -39
  317. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemGroup.js +146 -85
  318. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Menu.js +178 -110
  319. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +186 -144
  320. package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +519 -339
  321. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/IllustratedMessage.js +91 -90
  322. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationList.js +128 -73
  323. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +76 -71
  324. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItem.js +119 -97
  325. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItemBase.js +48 -46
  326. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/Search.js +156 -128
  327. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItem.js +68 -65
  328. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItemGroup.js +30 -29
  329. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchMessageArea.js +46 -45
  330. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchScope.js +48 -49
  331. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBar.js +373 -198
  332. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarBranding.js +71 -68
  333. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarItem.js +81 -62
  334. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSearch.js +150 -122
  335. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSpacer.js +42 -41
  336. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +190 -121
  337. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuAccount.js +76 -75
  338. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuItem.js +35 -34
  339. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +1706 -1389
  340. package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +3011 -2450
  341. package/src/main/js/sap/ushell/library.js +1 -1
  342. package/src/main/js/sap/ushell/modules/NavigationMenu/ListProvider.js +56 -0
  343. package/src/main/js/sap/ushell/modules/NavigationMenu/ListProviderAPI.js +119 -0
  344. package/src/main/js/sap/ushell/modules/NavigationMenu/NavContainer.js +60 -0
  345. package/src/main/js/sap/ushell/modules/NavigationMenu/NavigationMenuMode.js +37 -0
  346. package/src/main/js/sap/ushell/modules/NavigationMenu.js +17 -16
  347. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  348. package/src/main/js/sap/ushell/performance/FesrEnhancer.js +1 -3
  349. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  350. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  351. package/src/main/js/sap/ushell/plugins/BaseRTAPlugin.js +6 -2
  352. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  353. package/src/main/js/sap/ushell/renderer/AccessKeysHandler.js +17 -13
  354. package/src/main/js/sap/ushell/renderer/Renderer.js +12 -12
  355. package/src/main/js/sap/ushell/renderer/RendererAppContainer.js +3 -3
  356. package/src/main/js/sap/ushell/renderer/RendererManagedComponents.js +134 -140
  357. package/src/main/js/sap/ushell/renderer/Shell.controller.js +29 -22
  358. package/src/main/js/sap/ushell/renderer/Shell.view.js +2 -2
  359. package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +8 -8
  360. package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +1 -1
  361. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  362. package/src/main/js/sap/ushell/renderers/fiori2/Shell.view.js +2 -2
  363. package/src/main/js/sap/ushell/resources.js +1 -1
  364. package/src/main/js/sap/ushell/services/AllMyApps.js +1 -1
  365. package/src/main/js/sap/ushell/services/AppConfiguration.js +2 -2
  366. package/src/main/js/sap/ushell/services/AppLifeCycle.js +19 -22
  367. package/src/main/js/sap/ushell/services/AppState.js +3 -3
  368. package/src/main/js/sap/ushell/services/Bookmark.js +35 -39
  369. package/src/main/js/sap/ushell/services/BookmarkV2.js +6 -8
  370. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  371. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  372. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  373. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +5 -5
  374. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  375. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  376. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  377. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  378. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  379. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  380. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +13 -14
  381. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  382. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  383. package/src/main/js/sap/ushell/services/CommonDataModel.js +82 -78
  384. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  385. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  386. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  387. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +201 -230
  388. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  389. package/src/main/js/sap/ushell/services/EndUserFeedback.js +2 -2
  390. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  391. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  392. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +61 -57
  393. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  394. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  395. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
  396. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  397. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  398. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
  399. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
  400. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  401. package/src/main/js/sap/ushell/services/Menu.js +2 -2
  402. package/src/main/js/sap/ushell/services/Message.js +1 -1
  403. package/src/main/js/sap/ushell/services/MessageBroker/ClientAlias.js +37 -0
  404. package/src/main/js/sap/ushell/services/MessageBroker/ClientConnectionMessage.js +37 -0
  405. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +463 -642
  406. package/src/main/js/sap/ushell/services/MessageBroker.js +126 -48
  407. package/src/main/js/sap/ushell/services/MessageInternal.js +2 -2
  408. package/src/main/js/sap/ushell/services/NavTargetResolutionInternal.js +4 -4
  409. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -2
  410. package/src/main/js/sap/ushell/services/Navigation/utils.js +3 -3
  411. package/src/main/js/sap/ushell/services/Navigation.js +5 -5
  412. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +19 -10
  413. package/src/main/js/sap/ushell/services/NotificationsV2.js +151 -108
  414. package/src/main/js/sap/ushell/services/PageBuilding.js +4 -2
  415. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  416. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  417. package/src/main/js/sap/ushell/services/Pages.js +32 -32
  418. package/src/main/js/sap/ushell/services/Personalization.js +36 -32
  419. package/src/main/js/sap/ushell/services/PersonalizationV2/ContextContainer.js +6 -6
  420. package/src/main/js/sap/ushell/services/PersonalizationV2/Personalizer.js +3 -3
  421. package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapter.js +2 -2
  422. package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapterContainer.js +4 -4
  423. package/src/main/js/sap/ushell/services/PersonalizationV2/utils.js +4 -8
  424. package/src/main/js/sap/ushell/services/PersonalizationV2.js +17 -15
  425. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +3 -3
  426. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
  427. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
  428. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
  429. package/src/main/js/sap/ushell/services/PluginManager.js +22 -22
  430. package/src/main/js/sap/ushell/services/ReferenceResolver.js +2 -2
  431. package/src/main/js/sap/ushell/services/Search.js +1 -1
  432. package/src/main/js/sap/ushell/services/SearchCEP.js +3 -3
  433. package/src/main/js/sap/ushell/services/SearchableContent.js +2 -2
  434. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  435. package/src/main/js/sap/ushell/services/ShellNavigationHashChanger.js +2 -2
  436. package/src/main/js/sap/ushell/services/SmartNavigation.js +2 -3
  437. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  438. package/src/main/js/sap/ushell/services/UITracer.js +5 -5
  439. package/src/main/js/sap/ushell/services/URLParsing.js +2 -2
  440. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  441. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  442. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +15 -15
  443. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  444. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +6 -6
  445. package/src/main/js/sap/ushell/services/UserInfo.js +3 -3
  446. package/src/main/js/sap/ushell/services/UserRecents/RecentAppsUsage.js +2 -2
  447. package/src/main/js/sap/ushell/services/UserRecents/UserRecentsBase.js +6 -6
  448. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  449. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +18 -15
  450. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +3 -3
  451. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  452. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  453. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +3 -3
  454. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +2 -2
  455. package/src/main/js/sap/ushell/services/_Personalization/ContextContainer.js +10 -10
  456. package/src/main/js/sap/ushell/services/_Personalization/PersonalizationContainer.js +8 -8
  457. package/src/main/js/sap/ushell/services/_Personalization/Personalizer.js +14 -14
  458. package/src/main/js/sap/ushell/services/_Personalization/utils.js +2 -2
  459. package/src/main/js/sap/ushell/services/appstate/AppState.js +8 -8
  460. package/src/main/js/sap/ushell/services/appstate/WindowAdapter.js +3 -3
  461. package/src/main/js/sap/ushell/state/modules/BackNavigation.js +7 -24
  462. package/src/main/js/sap/ushell/state/modules/ContentDensity.js +1 -1
  463. package/src/main/js/sap/ushell/state/modules/Favicon.js +1 -1
  464. package/src/main/js/sap/ushell/state/modules/HeaderLogo.js +3 -3
  465. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  466. package/src/main/js/sap/ushell/themes/base/ActionMode.less +1 -1
  467. package/src/main/js/sap/ushell/themes/base/ToolAreaItem.less +1 -1
  468. package/src/main/js/sap/ushell/thirdparty/Avatar.js +7 -7
  469. package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +4 -4
  470. package/src/main/js/sap/ushell/thirdparty/Button2.js +9 -8
  471. package/src/main/js/sap/ushell/thirdparty/FocusableElements.js +1 -1
  472. package/src/main/js/sap/ushell/thirdparty/Icon.js +29 -31
  473. package/src/main/js/sap/ushell/thirdparty/Icons.js +121 -84
  474. package/src/main/js/sap/ushell/thirdparty/IllustratedMessage.js +7 -2
  475. package/src/main/js/sap/ushell/thirdparty/Label.js +3 -3
  476. package/src/main/js/sap/ushell/thirdparty/Link.js +5 -5
  477. package/src/main/js/sap/ushell/thirdparty/List.js +14 -17
  478. package/src/main/js/sap/ushell/thirdparty/ListItemAdditionalText.css.js +2 -2
  479. package/src/main/js/sap/ushell/thirdparty/ListItemBase.js +8 -8
  480. package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +41 -39
  481. package/src/main/js/sap/ushell/thirdparty/ListItemGroup.js +15 -18
  482. package/src/main/js/sap/ushell/thirdparty/Menu.js +8 -8
  483. package/src/main/js/sap/ushell/thirdparty/MenuItem.js +1 -1
  484. package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +16 -16
  485. package/src/main/js/sap/ushell/thirdparty/NotificationList.js +8 -8
  486. package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +14 -14
  487. package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +10 -10
  488. package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +2 -2
  489. package/src/main/js/sap/ushell/thirdparty/ResponsivePopover.js +69 -41
  490. package/src/main/js/sap/ushell/thirdparty/SearchItem.js +5 -5
  491. package/src/main/js/sap/ushell/thirdparty/SearchItemGroup.js +2 -5
  492. package/src/main/js/sap/ushell/thirdparty/SearchMessageArea.js +2 -2
  493. package/src/main/js/sap/ushell/thirdparty/ShellBar.js +58 -27
  494. package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +5 -5
  495. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch.js +1 -1
  496. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch2.js +166 -150
  497. package/src/main/js/sap/ushell/thirdparty/Tag.js +5 -5
  498. package/src/main/js/sap/ushell/thirdparty/Text.js +3 -3
  499. package/src/main/js/sap/ushell/thirdparty/Title.js +3 -3
  500. package/src/main/js/sap/ushell/thirdparty/UserMenu.js +21 -21
  501. package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +3 -3
  502. package/src/main/js/sap/ushell/thirdparty/_dynamics/InputSuggestions.js +1 -1
  503. package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +3 -3
  504. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons.js +2 -1
  505. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons2.js +2 -1
  506. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +93 -12
  507. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +6 -3
  508. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +92 -11
  509. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +6 -3
  510. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +92 -11
  511. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +6 -3
  512. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +92 -11
  513. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +6 -3
  514. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +92 -11
  515. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +6 -3
  516. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +92 -11
  517. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +6 -3
  518. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +92 -11
  519. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +6 -3
  520. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +92 -11
  521. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +7 -4
  522. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +92 -11
  523. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +6 -3
  524. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +75 -15
  525. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en4.js +12 -3
  526. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +92 -11
  527. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +6 -3
  528. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +71 -11
  529. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd4.js +6 -3
  530. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +75 -15
  531. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi4.js +12 -3
  532. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc.js +3 -174
  533. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +174 -756
  534. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +837 -585
  535. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc4.js +596 -0
  536. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +92 -11
  537. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +6 -3
  538. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +92 -11
  539. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +6 -3
  540. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +92 -11
  541. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +6 -3
  542. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +92 -11
  543. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +6 -3
  544. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +92 -11
  545. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +6 -3
  546. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +92 -11
  547. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +6 -3
  548. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +92 -11
  549. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +6 -3
  550. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +95 -14
  551. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +6 -3
  552. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +92 -11
  553. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +6 -3
  554. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +92 -11
  555. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +6 -3
  556. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +92 -11
  557. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +6 -3
  558. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +92 -11
  559. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +6 -3
  560. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +92 -11
  561. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +6 -3
  562. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +92 -11
  563. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +6 -3
  564. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +92 -11
  565. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +6 -3
  566. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +92 -11
  567. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +6 -3
  568. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +94 -13
  569. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +6 -3
  570. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +92 -11
  571. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +6 -3
  572. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +92 -11
  573. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +6 -3
  574. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +92 -11
  575. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +6 -3
  576. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +92 -11
  577. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +6 -3
  578. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +92 -11
  579. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +6 -3
  580. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +92 -11
  581. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +6 -3
  582. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +92 -11
  583. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +6 -3
  584. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +92 -11
  585. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +6 -3
  586. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +92 -11
  587. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +6 -3
  588. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +92 -11
  589. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +6 -3
  590. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +92 -11
  591. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +6 -3
  592. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +92 -11
  593. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +6 -3
  594. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +92 -11
  595. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +6 -3
  596. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +92 -11
  597. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +6 -3
  598. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +92 -11
  599. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +6 -3
  600. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +92 -11
  601. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +6 -3
  602. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +92 -11
  603. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +6 -3
  604. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +92 -11
  605. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +6 -3
  606. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +92 -11
  607. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +6 -3
  608. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +92 -11
  609. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +6 -3
  610. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
  611. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
  612. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
  613. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
  614. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
  615. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
  616. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
  617. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
  618. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
  619. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
  620. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
  621. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
  622. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
  623. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
  624. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
  625. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
  626. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css26.js +1 -1
  627. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css27.js +1 -1
  628. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css4.js +1 -1
  629. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css5.js +1 -1
  630. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css6.js +1 -1
  631. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css7.js +1 -1
  632. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css8.js +1 -1
  633. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css9.js +1 -1
  634. package/src/main/js/sap/ushell/thirdparty/information.js +10 -10
  635. package/src/main/js/sap/ushell/thirdparty/overflow.js +2 -2
  636. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +1 -1
  637. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css2.js +3 -3
  638. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css3.js +1 -1
  639. package/src/main/js/sap/ushell/thirdparty/slim-arrow-down.js +4 -4
  640. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons/AllIcons.js +2 -2
  641. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-business-suite/AllIcons.js +2 -2
  642. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-tnt/AllIcons.js +2 -2
  643. package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +68 -68
  644. package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +3 -3
  645. package/src/main/js/sap/ushell/thirdparty/webcomponents.js +7 -7
  646. package/src/main/js/sap/ushell/ui/QuickAccess.js +10 -12
  647. package/src/main/js/sap/ushell/ui/ShellHeader.js +4 -4
  648. package/src/main/js/sap/ushell/ui/appfinder/AppBoxInternal.js +3 -3
  649. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  650. package/src/main/js/sap/ushell/ui/footerbar/AboutDialog.controller.js +4 -4
  651. package/src/main/js/sap/ushell/ui/footerbar/AddBookmarkButton.js +7 -7
  652. package/src/main/js/sap/ushell/ui/footerbar/ContactSupportDialog.controller.js +1 -1
  653. package/src/main/js/sap/ushell/ui/footerbar/JamShareButton.js +4 -3
  654. package/src/main/js/sap/ushell/ui/launchpad/CatalogsContainer.js +2 -3
  655. package/src/main/js/sap/ushell/ui/launchpad/DashboardGroupsContainer.js +1 -1
  656. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +2 -2
  657. package/src/main/js/sap/ushell/ui/launchpad/LinkTileWrapperRenderer.js +2 -2
  658. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  659. package/src/main/js/sap/ushell/ui/launchpad/TileContainerUtils.js +1 -2
  660. package/src/main/js/sap/ushell/ui/launchpad/TileRenderer.js +2 -2
  661. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  662. package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +3 -2
  663. package/src/main/js/sap/ushell/ui/shell/ShellNavigationMenu.js +20 -20
  664. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  665. package/src/main/js/sap/ushell/ui/tile/TileBase.js +3 -3
  666. package/src/main/js/sap/ushell/ui/utils.js +6 -6
  667. package/src/main/js/sap/ushell/ui5service/ShellUIService.js +3 -0
  668. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  669. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  670. package/src/main/js/sap/ushell/utils/CallbackQueue.js +114 -0
  671. package/src/main/js/sap/ushell/utils/Deferred.js +3 -3
  672. package/src/main/js/sap/ushell/utils/DynamicTileRequest.js +6 -6
  673. package/src/main/js/sap/ushell/utils/HttpClient.js +68 -68
  674. package/src/main/js/sap/ushell/utils/LaunchpadError.js +21 -0
  675. package/src/main/js/sap/ushell/utils/UrlParsing.js +12 -13
  676. package/src/main/js/sap/ushell/utils/UrlShortening.js +2 -2
  677. package/src/main/js/sap/ushell/utils/WindowUtils.js +5 -3
  678. package/src/main/js/sap/ushell/utils/chipsUtils.js +7 -5
  679. package/src/main/js/sap/ushell/utils/tilecard/TileCard.js +2 -2
  680. package/src/main/js/sap/ushell/utils/tilecard/TileCardExtension.js +9 -9
  681. package/src/main/js/sap/ushell/utils/utilsCdm.js +5 -6
  682. package/src/main/js/sap/ushell/utils/workpage/DestinationResolver.js +15 -11
  683. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +18 -19
  684. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +11 -7
  685. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  686. package/src/main/js/sap/ushell/utils.js +45 -65
  687. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  688. package/ui5.yaml +37 -16
  689. package/src/main/js/sap/ushell/thirdparty/getEffectiveScrollbarStyle.js +0 -33
@@ -1,8 +1,8 @@
1
1
  sap.ui.define(['require', 'exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/WrappingType', 'sap/ushell/thirdparty/Icons'], (function (require, exports, webcomponentsBase, eventStrict, parametersBundle_css, parametersBundle_css$1, toLowercaseEnumValue, ListItemBase, i18nDefaults, WrappingType, Icons) { 'use strict';
2
2
 
3
- function i(t,o,n,m,r={}){const a=webcomponentsBase.I.getDraggedElement(),e={targetReference:null,placement:null};if(!a&&!r?.crossDnD)return e;const s=n.placements;return e.targetReference=t.target,s.some(l=>{const c=r.originalEvent?{originalEvent:t}:{};return o.fireDecoratorEvent("move-over",{...c,source:{element:a},destination:{element:m,placement:l}})?false:(t.preventDefault(),e.targetReference=n.element,e.placement=l,true)})||(e.targetReference=null),e}
3
+ function i(t,o,n,m,r={}){const a=webcomponentsBase.D$1.getDraggedElement(),e={targetReference:null,placement:null};if(!a&&!r?.crossDnD)return e;const s=n.placements;return e.targetReference=t.target,s.some(l=>{const c=r.originalEvent?{originalEvent:t}:{};return o.fireDecoratorEvent("move-over",{...c,source:{element:a},destination:{element:m,placement:l}})?false:(t.preventDefault(),e.targetReference=n.element,e.placement=l,true)})||(e.targetReference=null),e}
4
4
 
5
- function m(t,r,o,a,n={}){t.preventDefault();const e=webcomponentsBase.I.getDraggedElement();if(!e&&n?.crossDnD)return;const i=n.originalEvent?{originalEvent:t}:{};r.fireDecoratorEvent("move",{...i,source:{element:e},destination:{element:o,placement:a}}),e?.focus();}
5
+ function m(t,r,o,a,n={}){t.preventDefault();const e=webcomponentsBase.D$1.getDraggedElement();if(!e&&n?.crossDnD)return;const i=n.originalEvent?{originalEvent:t}:{};r.fireDecoratorEvent("move",{...i,source:{element:e},destination:{element:o,placement:a}}),e?.focus();}
6
6
 
7
7
  var r=(f=>(f.On="On",f.Before="Before",f.After="After",f))(r||{});
8
8
 
@@ -35,7 +35,7 @@ sap.ui.define(['require', 'exports', 'sap/ushell/thirdparty/webcomponents-base',
35
35
  if (!this._validateDragOver(e)) {
36
36
  return;
37
37
  }
38
- const draggedElement = webcomponentsBase.I.getDraggedElement();
38
+ const draggedElement = webcomponentsBase.D$1.getDraggedElement();
39
39
  const dropIndicator = this.config.getDropIndicator();
40
40
  const closestPosition = this._findClosestPosition(e);
41
41
  if (!closestPosition) {
@@ -71,7 +71,7 @@ sap.ui.define(['require', 'exports', 'sap/ushell/thirdparty/webcomponents-base',
71
71
  if (!(e.target instanceof HTMLElement)) {
72
72
  return false;
73
73
  }
74
- const draggedElement = webcomponentsBase.I.getDraggedElement();
74
+ const draggedElement = webcomponentsBase.D$1.getDraggedElement();
75
75
  const dropIndicator = this.config.getDropIndicator();
76
76
  return !!(draggedElement && dropIndicator);
77
77
  }
@@ -107,8 +107,8 @@ sap.ui.define(['require', 'exports', 'sap/ushell/thirdparty/webcomponents-base',
107
107
  } });
108
108
  }
109
109
 
110
- Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
111
- Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
110
+ Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
111
+ Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
112
112
  var DropIndicatorCss = `:host{position:absolute;pointer-events:none;z-index:99}:host([orientation="Vertical"]) .ui5-di-needle{width:.125rem;height:100%;inset-block:0;background:var(--sapContent_DragAndDropActiveColor)}:host([orientation="Vertical"]){margin-left:-.0625rem}:host([orientation="Horizontal"]) .ui5-di-needle{height:.125rem;width:100%;inset-inline:0;background:var(--sapContent_DragAndDropActiveColor)}:host([orientation="Horizontal"]){margin-top:-.0625rem}:host([orientation="Horizontal"][placement="Before"][first]){margin-top:.3125rem}:host([orientation="Horizontal"][placement="After"][last]){margin-top:-.3125rem}:host([orientation="Vertical"]) .ui5-di-needle:before{left:-.1875rem;content:"";position:absolute;width:.25rem;height:.25rem;border-radius:.25rem;border:.125rem solid var(--sapContent_DragAndDropActiveColor);background-color:#fff;pointer-events:none}:host([orientation="Horizontal"]) .ui5-di-needle:before{top:-.1875rem;content:"";position:absolute;width:.25rem;height:.25rem;border-radius:.25rem;border:.125rem solid var(--sapContent_DragAndDropActiveColor);background-color:#fff;pointer-events:none}:host .ui5-di-rect{border:.125rem solid var(--sapContent_DragAndDropActiveColor);position:absolute;inset:0}:host .ui5-di-rect:before{content:" ";position:absolute;inset:0;background:var(--sapContent_DragAndDropActiveColor);opacity:.05}
113
113
  `;
114
114
 
@@ -272,9 +272,9 @@ sap.ui.define(['require', 'exports', 'sap/ushell/thirdparty/webcomponents-base',
272
272
  return (parametersBundle_css.jsx("span", { part: "title", class: "ui5-ghli-title", children: parametersBundle_css.jsx("slot", {}) }));
273
273
  }
274
274
 
275
- Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
276
- Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
277
- var ListItemGroupHeaderCss = `.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{height:var(--_ui5-v2-14-0-rc-0_group_header_list_item_height);background:var(--ui5-v2-14-0-rc-0-group-header-listitem-background-color);color:var(--sapList_TableGroupHeaderTextColor)}:host([wrapping-type="Normal"]){height:auto}:host([has-border]){border-bottom:var(--sapList_BorderWidth) solid var(--sapList_GroupHeaderBorderColor)}:host([actionable]:not([disabled])){cursor:default}.ui5-li-root.ui5-ghli-root{padding-top:.5rem;color:currentColor;font-size:var(--sapFontHeader6Size);font-weight:400;line-height:2rem;margin:0}.ui5-ghli-title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700;font-family:var(--sapFontHeaderFamily)}.ui5-li-content{width:100%}
275
+ Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
276
+ Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
277
+ var ListItemGroupHeaderCss = `.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{height:var(--_ui5-v2-14-0-rc-7_group_header_list_item_height);background:var(--ui5-v2-14-0-rc-7-group-header-listitem-background-color);color:var(--sapList_TableGroupHeaderTextColor)}:host([wrapping-type="Normal"]){height:auto}:host([has-border]){border-bottom:var(--sapList_BorderWidth) solid var(--sapList_GroupHeaderBorderColor)}:host([actionable]:not([disabled])){cursor:default}.ui5-li-root.ui5-ghli-root{padding-top:.5rem;color:currentColor;font-size:var(--sapFontHeader6Size);font-weight:400;line-height:2rem;margin:0}.ui5-ghli-title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700;font-family:var(--sapFontHeaderFamily)}.ui5-li-content{width:100%}
278
278
  `;
279
279
 
280
280
  /**
@@ -464,9 +464,9 @@ sap.ui.define(['require', 'exports', 'sap/ushell/thirdparty/webcomponents-base',
464
464
  parametersBundle_css.jsxs(ListItemGroupHeader$1, { wrappingType: this.wrappingType, focused: this.focused, part: "header", accessibleRole: ListItemAccessibleRole$1.ListItem, children: [this.hasFormattedHeader ? parametersBundle_css.jsx("slot", { name: "header" }) : this.headerText, parametersBundle_css.jsx("div", { role: "list", slot: "subItems", "aria-owns": `${this._id}-content`, "aria-label": this.headerText })] }), parametersBundle_css.jsxs("div", { class: "ui5-group-li-root", onDragEnter: this._ondragenter, onDragOver: this._ondragover, onDrop: this._ondrop, onDragLeave: this._ondragleave, id: `${this._id}-content`, children: [parametersBundle_css.jsx("slot", {}), parametersBundle_css.jsx(DropIndicator$1, { orientation: "Horizontal", ownerReference: this })] })] }));
465
465
  }
466
466
 
467
- Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
468
- Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
469
- var ListItemGroupCss = `.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{height:var(--_ui5-v2-14-0-rc-0_group_header_list_item_height);background:var(--ui5-v2-14-0-rc-0-group-header-listitem-background-color);color:var(--sapList_TableGroupHeaderTextColor)}.ui5-group-li-root{width:100%;height:100%;position:relative;box-sizing:border-box;padding:0;margin:0;list-style-type:none}
467
+ Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
468
+ Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
469
+ var ListItemGroupCss = `.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{height:var(--_ui5-v2-14-0-rc-7_group_header_list_item_height);background:var(--ui5-v2-14-0-rc-7-group-header-listitem-background-color);color:var(--sapList_TableGroupHeaderTextColor)}.ui5-group-li-root{width:100%;height:100%;position:relative;box-sizing:border-box;padding:0;margin:0;list-style-type:none}
470
470
  `;
471
471
 
472
472
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -524,12 +524,6 @@ sap.ui.define(['require', 'exports', 'sap/ushell/thirdparty/webcomponents-base',
524
524
  filterPlacements: this._filterPlacements.bind(this),
525
525
  });
526
526
  }
527
- onEnterDOM() {
528
- webcomponentsBase.I.subscribe(this);
529
- }
530
- onExitDOM() {
531
- webcomponentsBase.I.unsubscribe(this);
532
- }
533
527
  get groupHeaderItem() {
534
528
  return this.shadowRoot.querySelector("[ui5-li-group-header]");
535
529
  }
@@ -564,6 +558,9 @@ sap.ui.define(['require', 'exports', 'sap/ushell/thirdparty/webcomponents-base',
564
558
  }
565
559
  return placements;
566
560
  }
561
+ getFocusDomRef() {
562
+ return this.groupHeaderItem || this.items.at(0);
563
+ }
567
564
  };
568
565
  __decorate([
569
566
  webcomponentsBase.s()
@@ -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/Icons', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/ListItemCustom', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/ResponsivePopover', 'sap/ushell/thirdparty/MenuItem2', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/ListItemAdditionalText.css', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/ValueState', 'sap/ushell/thirdparty/AccessibilityTextsHelper', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/Title', 'sap/ushell/thirdparty/getEffectiveScrollbarStyle', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/WrappingType', 'sap/ushell/thirdparty/willShowContent'], (function (webcomponentsBase, webcomponents, eventStrict, Icons, parametersBundle_css$1, ListItemCustom, parametersBundle_css, ResponsivePopover, MenuItem, List, BusyIndicator, Button, information, i18nDefaults, FocusableElements, ListItemBase, ListItemAdditionalText_css, Icon, ValueState, AccessibilityTextsHelper, Label, Title, getEffectiveScrollbarStyle, toLowercaseEnumValue, ListItemGroup, WrappingType, willShowContent) { 'use strict';
1
+ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/ListItemCustom', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/ResponsivePopover', 'sap/ushell/thirdparty/MenuItem2', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/ListItemAdditionalText.css', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/ValueState', 'sap/ushell/thirdparty/AccessibilityTextsHelper', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/Title', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/WrappingType', 'sap/ushell/thirdparty/willShowContent'], (function (webcomponentsBase, webcomponents, eventStrict, Icons, parametersBundle_css$1, ListItemCustom, parametersBundle_css, ResponsivePopover, MenuItem, List, BusyIndicator, Button, information, i18nDefaults, FocusableElements, ListItemBase, ListItemAdditionalText_css, Icon, ValueState, AccessibilityTextsHelper, Label, Title, toLowercaseEnumValue, ListItemGroup, WrappingType, willShowContent) { 'use strict';
2
2
 
3
3
  function MenuTemplate() {
4
4
  return (parametersBundle_css.jsxs(ResponsivePopover.ResponsivePopover, { id: `${this._id}-menu-rp`, class: "ui5-menu-rp", placement: "Bottom", verticalAlign: "Bottom", horizontalAlign: this.horizontalAlign, opener: this.opener, open: this.open, preventInitialFocus: true, hideArrow: true, allowTargetOverlap: true, accessibleName: this.acessibleNameText, onBeforeOpen: this._beforePopoverOpen, onOpen: this._afterPopoverOpen, onBeforeClose: this._beforePopoverClose, onClose: this._afterPopoverClose, children: [this.isPhone &&
@@ -7,9 +7,9 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
7
7
  : this.loading && (parametersBundle_css.jsx(BusyIndicator.BusyIndicator, { id: `${this._id}-menu-busy-indicator`, delay: this.loadingDelay, class: "ui5-menu-busy-indicator", active: true })) })] }));
8
8
  }
9
9
 
10
- Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
11
- Icons.p("@ui5/webcomponents", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
12
- var menuCss = `:host{line-height:initial}::slotted([ui5-menu-item]){line-height:inherit}.ui5-menu-rp[ui5-responsive-popover]::part(header),.ui5-menu-rp[ui5-responsive-popover]::part(content),.ui5-menu-rp[ui5-responsive-popover]::part(footer){padding:0}.ui5-menu-rp[ui5-responsive-popover]{box-shadow:var(--sapContent_Shadow1);border-radius:var(--_ui5-v2-14-0-rc-0_menu_popover_border_radius)}.ui5-menu-busy-indicator{width:100%}.ui5-menu-dialog-header{display:flex;height:var(--_ui5-v2-14-0-rc-0-responsive_popover_header_height);align-items:center;justify-content:space-between;padding:0px 1rem;width:100%;overflow:hidden}.ui5-menu-dialog-title{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:calc(100% - 6.5rem);padding-right:1rem;font-family:var(--sapFontHeaderFamily)}.ui5-menu-dialog-title>h1{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--sapFontHeader5Size)}.ui5-menu-back-button{margin-right:1rem}
10
+ Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
11
+ Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
12
+ var menuCss = `:host{line-height:initial}::slotted([ui5-menu-item]){line-height:inherit}.ui5-menu-rp[ui5-responsive-popover]::part(header),.ui5-menu-rp[ui5-responsive-popover]::part(content),.ui5-menu-rp[ui5-responsive-popover]::part(footer){padding:0}.ui5-menu-rp[ui5-responsive-popover]{box-shadow:var(--sapContent_Shadow1);border-radius:var(--_ui5-v2-14-0-rc-7_menu_popover_border_radius)}.ui5-menu-busy-indicator{width:100%}.ui5-menu-dialog-header{display:flex;height:var(--_ui5-v2-14-0-rc-7-responsive_popover_header_height);align-items:center;justify-content:space-between;padding:0px 1rem;width:100%;overflow:hidden}.ui5-menu-dialog-title{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:calc(100% - 6.5rem);padding-right:1rem;font-family:var(--sapFontHeaderFamily)}.ui5-menu-dialog-title>h1{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--sapFontHeader5Size)}.ui5-menu-back-button{margin-right:1rem}
13
13
  `;
14
14
 
15
15
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -234,18 +234,18 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
234
234
  }
235
235
  }
236
236
  _itemKeyDown(e) {
237
- const isTabNextPrevious = webcomponentsBase.B(e) || webcomponentsBase.m$1(e);
237
+ const isTabNextPrevious = webcomponentsBase.x(e) || webcomponentsBase.V(e);
238
238
  const item = e.target;
239
239
  if (!MenuItem.isInstanceOfMenuItem(item)) {
240
240
  return;
241
241
  }
242
- const isEndContentNavigation = webcomponentsBase.c(e) || webcomponentsBase.K(e);
243
- const shouldOpenMenu = this.isRtl ? webcomponentsBase.K(e) : webcomponentsBase.c(e);
242
+ const isEndContentNavigation = webcomponentsBase.R(e) || webcomponentsBase.D(e);
243
+ const shouldOpenMenu = this.isRtl ? webcomponentsBase.D(e) : webcomponentsBase.R(e);
244
244
  if (webcomponentsBase.b$1(e) || isTabNextPrevious) {
245
245
  e.preventDefault();
246
246
  }
247
247
  if (isEndContentNavigation) {
248
- item._navigateToEndContent(webcomponentsBase.K(e));
248
+ item._navigateToEndContent(webcomponentsBase.D(e));
249
249
  }
250
250
  if (shouldOpenMenu) {
251
251
  this._openItemSubMenu(item);
@@ -1,4 +1,4 @@
1
- sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/MenuItem2', 'sap/ushell/thirdparty/ListItemCustom', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/ResponsivePopover', 'sap/ushell/thirdparty/Title', 'sap/ushell/thirdparty/getEffectiveScrollbarStyle', 'sap/ushell/thirdparty/ValueState', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/AccessibilityTextsHelper', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/WrappingType', 'sap/ushell/thirdparty/ListItemAdditionalText.css'], (function (exports, webcomponentsBase, webcomponents, parametersBundle_css, eventStrict, parametersBundle_css$1, Icons, MenuItem, ListItemCustom, i18nDefaults, information, ListItemBase, ResponsivePopover, Title, getEffectiveScrollbarStyle, ValueState, toLowercaseEnumValue, FocusableElements, AccessibilityTextsHelper, Icon, Button, willShowContent, BusyIndicator, Label, List, ListItemGroup, WrappingType, ListItemAdditionalText_css) { 'use strict';
1
+ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/MenuItem2', 'sap/ushell/thirdparty/ListItemCustom', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/ResponsivePopover', 'sap/ushell/thirdparty/Title', 'sap/ushell/thirdparty/ValueState', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/AccessibilityTextsHelper', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/WrappingType', 'sap/ushell/thirdparty/ListItemAdditionalText.css'], (function (exports, webcomponentsBase, webcomponents, parametersBundle_css, eventStrict, parametersBundle_css$1, Icons, MenuItem, ListItemCustom, i18nDefaults, information, ListItemBase, ResponsivePopover, Title, ValueState, toLowercaseEnumValue, FocusableElements, AccessibilityTextsHelper, Icon, Button, willShowContent, BusyIndicator, Label, List, ListItemGroup, WrappingType, ListItemAdditionalText_css) { 'use strict';
2
2
 
3
3
 
4
4
 
@@ -7,7 +7,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
7
7
  const collection$1 = "SAP-icons-v4";
8
8
  const packageName$1 = "sap/ushell/gen/ui5/webcomponents-icons";
9
9
 
10
- Icons.f$2(name$1, { pathData: pathData$1, ltr: ltr$1, accData: accData$1, collection: collection$1, packageName: packageName$1 });
10
+ Icons.y(name$1, { pathData: pathData$1, ltr: ltr$1, accData: accData$1, collection: collection$1, packageName: packageName$1 });
11
11
 
12
12
  const name = "nav-back";
13
13
  const pathData = "M326 96q11 0 18.5 7.5T352 122q0 10-8 18L223 256l121 116q8 8 8 18 0 11-7.5 18.5T326 416q-10 0-17-7L168 274q-8-6-8-18 0-11 8-19l141-134q7-7 17-7z";
@@ -16,7 +16,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
16
16
  const collection = "SAP-icons-v5";
17
17
  const packageName = "sap/ushell/gen/ui5/webcomponents-icons";
18
18
 
19
- Icons.f$2(name, { pathData, ltr, accData, collection, packageName });
19
+ Icons.y(name, { pathData, ltr, accData, collection, packageName });
20
20
 
21
21
  var navBackIcon = "nav-back";
22
22
 
@@ -49,8 +49,8 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
49
49
  return (parametersBundle_css.jsx(ListItemCustom.ListItemCustom, { class: "ui5-menu-separator", _forcedAccessibleRole: "separator", disabled: true }));
50
50
  }
51
51
 
52
- Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
53
- Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
52
+ Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
53
+ Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
54
54
  var menuSeparatorCss = `:host{border-top:.0625rem solid var(--sapGroup_ContentBorderColor);min-height:.125rem}.ui5-menu-separator{border:inherit;min-height:inherit;background:inherit;opacity:1}
55
55
  `;
56
56
 
@@ -279,9 +279,9 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
279
279
  return this.hasSubmenu && parametersBundle_css.jsxs(ResponsivePopover.ResponsivePopover, { id: `${this._id}-menu-rp`, class: "ui5-menu-rp ui5-menu-rp-sub-menu", preventInitialFocus: true, preventFocusRestore: true, hideArrow: true, allowTargetOverlap: true, placement: this.placement, verticalAlign: "Top", accessibleName: this.acessibleNameText, onBeforeOpen: this._beforePopoverOpen, onOpen: this._afterPopoverOpen, onBeforeClose: this._beforePopoverClose, onClose: this._afterPopoverClose, children: [this.isPhone && (parametersBundle_css.jsx(parametersBundle_css.Fragment, { children: parametersBundle_css.jsxs("div", { slot: "header", class: "ui5-menu-dialog-header", children: [parametersBundle_css.jsx(Button.Button, { icon: navBackIcon, class: "ui5-menu-back-button", design: "Transparent", "aria-label": this.labelBack, onClick: this._close }), parametersBundle_css.jsx("div", { class: "ui5-menu-dialog-title", children: parametersBundle_css.jsx("div", { children: this.text }) }), parametersBundle_css.jsx(Button.Button, { icon: information.decline, design: "Transparent", "aria-label": this.labelClose, onClick: this._closeAll })] }) })), parametersBundle_css.jsx("div", { id: `${this._id}-menu-main`, children: this.items.length ? (parametersBundle_css.jsx(List.List, { id: `${this._id}-menu-list`, selectionMode: "None", separators: "None", accessibleRole: "Menu", loading: this.loading, loadingDelay: this.loadingDelay, onMouseOver: this._itemMouseOver, onKeyDown: this._itemKeyDown, onKeyUp: this._itemKeyUp, "onui5-close-menu": this._close, "onui5-exit-end-content": this._navigateOutOfEndContent, children: parametersBundle_css.jsx("slot", {}) })) : this.loading && parametersBundle_css.jsx(BusyIndicator.BusyIndicator, { id: `${this._id}-menu-busy-indicator`, delay: this.loadingDelay, class: "ui5-menu-busy-indicator", active: true }) })] });
280
280
  }
281
281
 
282
- Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
283
- Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
284
- var menuItemCss = `:host{line-height:initial}::slotted([ui5-menu-item]){line-height:inherit}.ui5-menu-rp[ui5-responsive-popover]::part(header),.ui5-menu-rp[ui5-responsive-popover]::part(content),.ui5-menu-rp[ui5-responsive-popover]::part(footer){padding:0}.ui5-menu-rp[ui5-responsive-popover]{box-shadow:var(--sapContent_Shadow1);border-radius:var(--_ui5-v2-14-0-rc-0_menu_popover_border_radius)}.ui5-menu-busy-indicator{width:100%}.ui5-menu-dialog-header{display:flex;height:var(--_ui5-v2-14-0-rc-0-responsive_popover_header_height);align-items:center;justify-content:space-between;padding:0px 1rem;width:100%;overflow:hidden}.ui5-menu-dialog-title{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:calc(100% - 6.5rem);padding-right:1rem;font-family:var(--sapFontHeaderFamily)}.ui5-menu-dialog-title>h1{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--sapFontHeader5Size)}.ui5-menu-back-button{margin-right:1rem}.ui5-menu-rp.ui5-menu-rp-sub-menu{margin-top:.25rem;margin-inline:var(--_ui5-v2-14-0-rc-0_menu_submenu_margin_offset)}.ui5-menu-rp.ui5-menu-rp-sub-menu[actual-placement=Start]{margin-top:.25rem;margin-inline:var(--_ui5-v2-14-0-rc-0_menu_submenu_placement_type_left_margin_offset)}:host([disabled]){pointer-events:initial;opacity:initial}:host([disabled])::part(content){opacity:var(--_ui5-v2-14-0-rc-0-listitembase_disabled_opacity)}:host([disabled][actionable]:not([active]):not([selected]):hover),:host([disabled][active][actionable]){background:var(--ui5-v2-14-0-rc-0-listitem-background-color)}:host([active]:not([disabled])),:host([active]:not([disabled])):hover{background-color:var(--sapList_Active_Background)}:host(:not([active]):not([selected]):not([disabled]):hover){background-color:var(--sapList_Hover_Background)}:host([disabled][active][actionable]) .ui5-li-root .ui5-li-icon{color:var(--sapContent_NonInteractiveIconColor)}:host([active]:not([disabled]))::part(content),:host([active]:not([disabled]))::part(additional-text),:host([active]:not([disabled])) .ui5-li-root .ui5-li-icon{color:var(--sapList_Active_TextColor)}:host([focused]:not([active]):not([disabled])){background-color:var(--sapList_Hover_Background)}:host::part(additional-text){margin:unset;margin-inline-start:1rem;color:var(--sapContent_LabelColor);min-width:max-content}.ui5-menu-item-text{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;display:inline-block}.ui5-menu-item-dummy-icon{visibility:hidden}:host::part(title){font-size:var(--sapFontSize);padding-top:.125rem}:host([icon]:not([is-phone]))::part(title),:host([is-phone]:not([icon=""]))::part(title){padding-top:0}:host(:not([is-phone]))::part(native-li){user-select:none;padding:var(--_ui5-v2-14-0-rc-0_menu_item_padding)}:host::part(content){padding-inline-end:.25rem}.ui5-menu-item-submenu-icon{min-width:var(--_ui5-v2-14-0-rc-0_list_item_icon_size);min-height:var(--_ui5-v2-14-0-rc-0_list_item_icon_size);display:inline-block;vertical-align:middle;pointer-events:none}.ui5-menu-item-icon-end{display:inline-block;vertical-align:middle;padding-inline-start:.5rem;pointer-events:none;position:absolute;inset-inline-end:var(--_ui5-v2-14-0-rc-0_menu_item_submenu_icon_right)}.ui5-menu-item-submenu-icon .ui5-menu-item-icon-end{color:var(--sapContent_NonInteractiveIconColor)}.ui5-menu-item-dummy-icon{min-width:var(--_ui5-v2-14-0-rc-0_list_item_icon_size);min-height:var(--_ui5-v2-14-0-rc-0_list_item_icon_size);display:inline-block;vertical-align:middle;padding-inline-end:.75rem;pointer-events:none}.ui5-menu-item-checked{padding-inline-start:.5rem;padding-inline-end:0;font-weight:400;text-align:center}.ui5-menu-item-icon-checked{color:var(--sapContent_BusyColor);padding-top:.25rem}
282
+ Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
283
+ Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
284
+ var menuItemCss = `:host{line-height:initial}::slotted([ui5-menu-item]){line-height:inherit}.ui5-menu-rp[ui5-responsive-popover]::part(header),.ui5-menu-rp[ui5-responsive-popover]::part(content),.ui5-menu-rp[ui5-responsive-popover]::part(footer){padding:0}.ui5-menu-rp[ui5-responsive-popover]{box-shadow:var(--sapContent_Shadow1);border-radius:var(--_ui5-v2-14-0-rc-7_menu_popover_border_radius)}.ui5-menu-busy-indicator{width:100%}.ui5-menu-dialog-header{display:flex;height:var(--_ui5-v2-14-0-rc-7-responsive_popover_header_height);align-items:center;justify-content:space-between;padding:0px 1rem;width:100%;overflow:hidden}.ui5-menu-dialog-title{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:calc(100% - 6.5rem);padding-right:1rem;font-family:var(--sapFontHeaderFamily)}.ui5-menu-dialog-title>h1{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--sapFontHeader5Size)}.ui5-menu-back-button{margin-right:1rem}.ui5-menu-rp.ui5-menu-rp-sub-menu{margin-top:.25rem;margin-inline:var(--_ui5-v2-14-0-rc-7_menu_submenu_margin_offset)}.ui5-menu-rp.ui5-menu-rp-sub-menu[actual-placement=Start]{margin-top:.25rem;margin-inline:var(--_ui5-v2-14-0-rc-7_menu_submenu_placement_type_left_margin_offset)}:host([disabled]){pointer-events:initial;opacity:initial}:host([disabled])::part(content){opacity:var(--_ui5-v2-14-0-rc-7-listitembase_disabled_opacity)}:host([disabled][actionable]:not([active]):not([selected]):hover),:host([disabled][active][actionable]){background:var(--ui5-v2-14-0-rc-7-listitem-background-color)}:host([active]:not([disabled])),:host([active]:not([disabled])):hover{background-color:var(--sapList_Active_Background)}:host(:not([active]):not([selected]):not([disabled]):hover){background-color:var(--sapList_Hover_Background)}:host([disabled][active][actionable]) .ui5-li-root .ui5-li-icon{color:var(--sapContent_NonInteractiveIconColor)}:host([active]:not([disabled]))::part(content),:host([active]:not([disabled]))::part(additional-text),:host([active]:not([disabled])) .ui5-li-root .ui5-li-icon{color:var(--sapList_Active_TextColor)}:host([focused]:not([active]):not([disabled])){background-color:var(--sapList_Hover_Background)}:host::part(additional-text){margin:unset;margin-inline-start:1rem;color:var(--sapContent_LabelColor);min-width:max-content}.ui5-menu-item-text{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;display:inline-block}.ui5-menu-item-dummy-icon{visibility:hidden}:host::part(title){font-size:var(--sapFontSize);padding-top:.125rem}:host([icon]:not([is-phone]))::part(title),:host([is-phone]:not([icon=""]))::part(title){padding-top:0}:host(:not([is-phone]))::part(native-li){user-select:none;padding:var(--_ui5-v2-14-0-rc-7_menu_item_padding)}:host::part(content){padding-inline-end:.25rem}.ui5-menu-item-submenu-icon{min-width:var(--_ui5-v2-14-0-rc-7_list_item_icon_size);min-height:var(--_ui5-v2-14-0-rc-7_list_item_icon_size);display:inline-block;vertical-align:middle;pointer-events:none}.ui5-menu-item-icon-end{display:inline-block;vertical-align:middle;padding-inline-start:.5rem;pointer-events:none;position:absolute;inset-inline-end:var(--_ui5-v2-14-0-rc-7_menu_item_submenu_icon_right)}.ui5-menu-item-submenu-icon .ui5-menu-item-icon-end{color:var(--sapContent_NonInteractiveIconColor)}.ui5-menu-item-dummy-icon{min-width:var(--_ui5-v2-14-0-rc-7_list_item_icon_size);min-height:var(--_ui5-v2-14-0-rc-7_list_item_icon_size);display:inline-block;vertical-align:middle;padding-inline-end:.75rem;pointer-events:none}.ui5-menu-item-checked{padding-inline-start:.5rem;padding-inline-end:0;font-weight:400;text-align:center}.ui5-menu-item-icon-checked{color:var(--sapContent_BusyColor);padding-top:.25rem}
285
285
  `;
286
286
 
287
287
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -536,12 +536,12 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
536
536
  this._closeOtherSubMenus(item);
537
537
  }
538
538
  _isSpace(e) {
539
- this._shiftPressed = this._isCheckable && webcomponentsBase.A(e);
540
- return webcomponentsBase.i(e) || webcomponentsBase.A(e);
539
+ this._shiftPressed = this._isCheckable && webcomponentsBase.K(e);
540
+ return webcomponentsBase.A(e) || webcomponentsBase.K(e);
541
541
  }
542
542
  _isEnter(e) {
543
- this._shiftPressed = this._isCheckable && webcomponentsBase.d$1(e);
544
- return webcomponentsBase.b$1(e) || webcomponentsBase.d$1(e);
543
+ this._shiftPressed = this._isCheckable && webcomponentsBase.i(e);
544
+ return webcomponentsBase.b$1(e) || webcomponentsBase.i(e);
545
545
  }
546
546
  _onclick(e) {
547
547
  this._shiftPressed = this._isCheckable && e.shiftKey;
@@ -550,8 +550,8 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
550
550
  _itemKeyDown(e) {
551
551
  const item = e.target;
552
552
  const itemInMenuItems = this._allMenuItems.includes(item);
553
- const isTabNextPrevious = webcomponentsBase.B(e) || webcomponentsBase.m$1(e);
554
- const shouldCloseMenu = this.isRtl ? webcomponentsBase.c(e) : webcomponentsBase.K(e);
553
+ const isTabNextPrevious = webcomponentsBase.x(e) || webcomponentsBase.V(e);
554
+ const shouldCloseMenu = this.isRtl ? webcomponentsBase.R(e) : webcomponentsBase.D(e);
555
555
  if (itemInMenuItems && (isTabNextPrevious || shouldCloseMenu)) {
556
556
  this._close();
557
557
  this.focus();
@@ -559,14 +559,14 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
559
559
  }
560
560
  }
561
561
  _itemKeyUp(e) {
562
- if (webcomponentsBase.Ao(e)) {
562
+ if (webcomponentsBase.Ko(e)) {
563
563
  this._shiftPressed = false;
564
564
  }
565
565
  }
566
566
  _endContentKeyDown(e) {
567
- const shouldNavigateOutOfEndContent = webcomponentsBase.D(e) || webcomponentsBase.P(e);
567
+ const shouldNavigateOutOfEndContent = webcomponentsBase.P(e) || webcomponentsBase._(e);
568
568
  if (shouldNavigateOutOfEndContent) {
569
- this.fireDecoratorEvent("exit-end-content", { shouldNavigateToNextItem: webcomponentsBase.P(e) });
569
+ this.fireDecoratorEvent("exit-end-content", { shouldNavigateToNextItem: webcomponentsBase._(e) });
570
570
  }
571
571
  }
572
572
  _navigateOutOfEndContent(e) {
@@ -1,4 +1,4 @@
1
- sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/NotificationListGroupItem', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/parameters-bundle.css3', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/WrappingType', 'sap/ushell/thirdparty/AccessibilityTextsHelper', 'sap/ushell/thirdparty/getEffectiveScrollbarStyle', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/NotificationListItemBase', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/Icon'], (function (webcomponentsBase, webcomponents, webcomponentsFiori, parametersBundle_css, eventStrict, parametersBundle_css$2, List, NotificationListGroupItem, Icons, parametersBundle_css$1, i18nDefaults, toLowercaseEnumValue, ListItemGroup, ListItemBase, i18nDefaults$1, WrappingType, AccessibilityTextsHelper, getEffectiveScrollbarStyle, BusyIndicator, willShowContent, Label, NotificationListItemBase, FocusableElements, Icon) { 'use strict';
1
+ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/NotificationListGroupItem', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/parameters-bundle.css3', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/WrappingType', 'sap/ushell/thirdparty/AccessibilityTextsHelper', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/NotificationListItemBase', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/Icon'], (function (webcomponentsBase, webcomponents, webcomponentsFiori, parametersBundle_css, eventStrict, parametersBundle_css$2, List, NotificationListGroupItem, Icons, parametersBundle_css$1, i18nDefaults, toLowercaseEnumValue, ListItemGroup, ListItemBase, i18nDefaults$1, WrappingType, AccessibilityTextsHelper, BusyIndicator, willShowContent, Label, NotificationListItemBase, FocusableElements, Icon) { 'use strict';
2
2
 
3
3
  var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
4
4
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
@@ -45,12 +45,12 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
45
45
  return items;
46
46
  }
47
47
  _onkeydown(e) {
48
- if (webcomponentsBase.W(e)) {
48
+ if (webcomponentsBase.n(e)) {
49
49
  this._handleEndKey(e);
50
50
  e.preventDefault();
51
51
  return;
52
52
  }
53
- if (webcomponentsBase.p(e)) {
53
+ if (webcomponentsBase.M(e)) {
54
54
  this._handleHomeKey(e);
55
55
  e.preventDefault();
56
56
  return;
@@ -106,7 +106,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
106
106
  this._allNavigationItems[nextFocusedIndex].focus();
107
107
  }
108
108
  _focusSameItemOnNextRow(e) {
109
- if (!webcomponentsBase.D(e) && !webcomponentsBase.P(e) && !webcomponentsBase.K(e) && !webcomponentsBase.c(e)) {
109
+ if (!webcomponentsBase.P(e) && !webcomponentsBase._(e) && !webcomponentsBase.D(e) && !webcomponentsBase.R(e)) {
110
110
  return;
111
111
  }
112
112
  const target = e.target;
@@ -123,7 +123,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
123
123
  e.preventDefault();
124
124
  e.stopImmediatePropagation();
125
125
  const currentItem = isGrowingBtn ? activeElement : this.getEnabledItems()[this._itemNavigation._currentIndex];
126
- const index = this._allNavigationItems.indexOf(currentItem) + ((webcomponentsBase.D(e) || webcomponentsBase.K(e)) ? -1 : 1);
126
+ const index = this._allNavigationItems.indexOf(currentItem) + ((webcomponentsBase.P(e) || webcomponentsBase.D(e)) ? -1 : 1);
127
127
  const nextItem = this._allNavigationItems[index];
128
128
  if (!nextItem) {
129
129
  return;
@@ -133,7 +133,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
133
133
  return;
134
134
  }
135
135
  const nextListItem = nextItem;
136
- if (nextListItem.loading || (webcomponentsBase.K(e) || webcomponentsBase.c(e))) {
136
+ if (nextListItem.loading || (webcomponentsBase.D(e) || webcomponentsBase.R(e))) {
137
137
  nextItem.focus();
138
138
  return;
139
139
  }
@@ -159,8 +159,8 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
159
159
  return (parametersBundle_css.jsx(NotificationListInternal$1, { accessibleName: this._accessibleName, noDataText: this.noDataText, onItemClick: this._onItemClick, onItemClose: this._onItemClose, onItemToggle: this._onItemToggle, onLoadMore: this._onLoadMore, children: parametersBundle_css.jsx("slot", {}) }));
160
160
  }
161
161
 
162
- Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
163
- Icons.p("@ui5/webcomponents-fiori", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
162
+ Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
163
+ Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s" + "-" + "f" + "i" + "o" + "r" + "i", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
164
164
  var NotificationListCss = `:host(:not([hidden])){display:block}[ui5-notification-list-internal]{height:100%}
165
165
  `;
166
166
 
@@ -1,4 +1,4 @@
1
- sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/NotificationListItemBase', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/parameters-bundle.css3', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/WrappingType', 'sap/ushell/thirdparty/AccessibilityTextsHelper', 'sap/ushell/thirdparty/getEffectiveScrollbarStyle', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/Label'], (function (webcomponentsBase, webcomponents, webcomponentsFiori, eventStrict, parametersBundle_css, NotificationListItemBase, Icons, i18nDefaults, Icon, List, parametersBundle_css$1, parametersBundle_css$2, ListItemBase, FocusableElements, toLowercaseEnumValue, ListItemGroup, i18nDefaults$1, WrappingType, AccessibilityTextsHelper, getEffectiveScrollbarStyle, BusyIndicator, willShowContent, Label) { 'use strict';
1
+ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/NotificationListItemBase', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/parameters-bundle.css3', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/WrappingType', 'sap/ushell/thirdparty/AccessibilityTextsHelper', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/Label'], (function (webcomponentsBase, webcomponents, webcomponentsFiori, eventStrict, parametersBundle_css, NotificationListItemBase, Icons, i18nDefaults, Icon, List, parametersBundle_css$1, parametersBundle_css$2, ListItemBase, FocusableElements, toLowercaseEnumValue, ListItemGroup, i18nDefaults$1, WrappingType, AccessibilityTextsHelper, BusyIndicator, willShowContent, Label) { 'use strict';
2
2
 
3
3
  const name$3 = "navigation-right-arrow";
4
4
  const pathData$3 = "M296 268q11-12 0-23L139 86q-10-10-10-23t10-22q9-10 22-10t23 10l191 193q9 9 9 22.5t-9 22.5L183 471q-10 10-23 10t-23-10q-9-9-9-22.5t9-22.5z";
@@ -6,7 +6,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
6
6
  const collection$3 = "SAP-icons-v4";
7
7
  const packageName$3 = "@ui5/webcomponents-icons";
8
8
 
9
- Icons.f$2(name$3, { pathData: pathData$3, ltr: ltr$3, collection: collection$3, packageName: packageName$3 });
9
+ Icons.y(name$3, { pathData: pathData$3, ltr: ltr$3, collection: collection$3, packageName: packageName$3 });
10
10
 
11
11
  const name$2 = "navigation-right-arrow";
12
12
  const pathData$2 = "M186 416q-11 0-18.5-7.5T160 390q0-10 8-18l121-116-121-116q-8-8-8-18 0-11 7.5-18.5T186 96q10 0 17 7l141 134q8 8 8 19 0 12-8 18L203 409q-7 7-17 7z";
@@ -14,7 +14,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
14
14
  const collection$2 = "SAP-icons-v5";
15
15
  const packageName$2 = "@ui5/webcomponents-icons";
16
16
 
17
- Icons.f$2(name$2, { pathData: pathData$2, ltr: ltr$2, collection: collection$2, packageName: packageName$2 });
17
+ Icons.y(name$2, { pathData: pathData$2, ltr: ltr$2, collection: collection$2, packageName: packageName$2 });
18
18
 
19
19
  var iconNavigationRightArrow = "navigation-right-arrow";
20
20
 
@@ -24,7 +24,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
24
24
  const collection$1 = "SAP-icons-v4";
25
25
  const packageName$1 = "@ui5/webcomponents-icons";
26
26
 
27
- Icons.f$2(name$1, { pathData: pathData$1, ltr: ltr$1, collection: collection$1, packageName: packageName$1 });
27
+ Icons.y(name$1, { pathData: pathData$1, ltr: ltr$1, collection: collection$1, packageName: packageName$1 });
28
28
 
29
29
  const name = "navigation-down-arrow";
30
30
  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";
@@ -32,7 +32,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
32
32
  const collection = "SAP-icons-v5";
33
33
  const packageName = "@ui5/webcomponents-icons";
34
34
 
35
- Icons.f$2(name, { pathData, ltr, collection, packageName });
35
+ Icons.y(name, { pathData, ltr, collection, packageName });
36
36
 
37
37
  var iconNavigationDownArrow = "navigation-down-arrow";
38
38
 
@@ -73,7 +73,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
73
73
  item.focus();
74
74
  }
75
75
  _onLoadMoreKeydown(e) {
76
- if (webcomponentsBase.i(e)) {
76
+ if (webcomponentsBase.A(e)) {
77
77
  e.stopImmediatePropagation();
78
78
  }
79
79
  super._onLoadMoreKeydown(e);
@@ -92,9 +92,9 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
92
92
  }, onClick: this._onHeaderToggleClick, onKeyDown: this._onkeydown, role: "button", "aria-expanded": this._expanded, "aria-controls": `${this._id}-notificationsList`, title: this.toggleIconAccessibleName, children: [parametersBundle_css.jsx(Icon.Icon, { name: this.groupCollapsedIcon, class: "ui5-nli-group-toggle-icon", mode: "Decorative" }), parametersBundle_css.jsx("div", { id: `${this._id}-title-text`, class: "ui5-nli-group-title-text", part: "title-text", role: "heading", "aria-level": 2, children: this.titleText }), parametersBundle_css.jsx("div", { class: "ui5-nli-group-divider" })] }), parametersBundle_css.jsx(NotificationListGroupList$1, { id: `${this._id}-notificationsList`, class: "ui5-nli-group-items", accessibleNameRef: `${this._id}-title-text`, growing: this.growing, loading: this.loading, loadingDelay: this.loadingDelay, onLoadMore: this._onLoadMore, children: parametersBundle_css.jsx("slot", {}) })] })] }));
93
93
  }
94
94
 
95
- Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
96
- Icons.p("@ui5/webcomponents-fiori", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
97
- var NotificationListGroupItemCss = `.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:block;max-width:100%;min-height:var(--_ui5-v2-14-0-rc-0_list_item_base_height);background:var(--ui5-v2-14-0-rc-0-listitem-background-color);cursor:pointer}.ui5-nli-focusable:focus{outline:none}:host([desktop]) .ui5-nli-focusable:focus:not(.ui5-nli-group-root):after,.ui5-nli-focusable:focus-visible:not(.ui5-nli-group-root):after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:0;pointer-events:none}.ui5-state-icon{min-width:1rem;min-height:1rem;padding-inline-end:var(--_ui5-v2-14-0-rc-0-notification_item-state-icon-padding)}:host([collapsed]) .ui5-nli-group-items{display:none}:host([read]) .ui5-nli-group-title-text{font-weight:400}.ui5-nli-group-root{width:100%}.ui5-nli-group-content-wrapper{position:relative;box-sizing:border-box;width:100%;display:flex;flex-direction:column}[ui5-busy-indicator]{width:100%}.ui5-nli-group-header{height:2.75rem;position:sticky;top:0;z-index:90;background:var(--sapList_GroupHeaderBackground);display:flex;align-items:center;padding-inline:var(--_ui5-v2-14-0-rc-0-notification_group_header-padding);width:100%;border-bottom:var(--_ui5-v2-14-0-rc-0-notification_group_header-border-bottom-width) solid var(--sapList_GroupHeaderBorderColor);box-sizing:border-box;cursor:pointer;margin-bottom:var(--_ui5-v2-14-0-rc-0-notification_group_header-margin)}.ui5-nli-group-header-expanded{margin-bottom:var(--_ui5-v2-14-0-rc-0-notification_group_header-margin-expanded)}:host([desktop]) .ui5-nli-focusable.ui5-nli-group-root:focus .ui5-nli-group-header:before,.ui5-nli-focusable.ui5-nli-group-root:focus-visible .ui5-nli-group-header:before{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;top:var(--_ui5-v2-14-0-rc-0-notification_group_header-margin);bottom:var(--_ui5-v2-14-0-rc-0-notification_group_header-margin);left:0;right:0;pointer-events:none}.ui5-nli-group-toggle-icon{min-width:1rem;min-height:1rem;margin-inline:.5rem;color:var(--sapContent_IconColor)}.ui5-nli-group-title-text{color:var(--sapGroup_TitleTextColor);font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontHeader5Size);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:2rem;margin-inline-start:.75rem}.ui5-nli-group-divider{flex:1}:host([ui5-li-notification-group]){-webkit-tap-highlight-color:transparent}[ui5-notification-group-list]::part(growing-button){border:none}[ui5-notification-group-list]::part(growing-button-inner){margin:var(--_ui5-v2-14-0-rc-0-notification_item-margin);border:var(--_ui5-v2-14-0-rc-0-notification_item-border-top-left-right);border-radius:var(--_ui5-v2-14-0-rc-0-notification_item-border-radius)}[ui5-notification-group-list]::part(growing-button-inner){border-radius:var(--_ui5-v2-14-0-rc-0-notification_item-border-radius);height:3.125rem}[ui5-notification-group-list]::part(growing-button-inner):focus,[ui5-notification-group-list]::part(growing-button-inner):focus-visible{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:var(--_ui5-v2-14-0-rc-0-notification_item-outline-offset)}[ui5-notification-group-list]::part(growing-button-inner):focus:active,[ui5-notification-group-list]::part(growing-button-inner):focus-visible:active{background-color:var(--_ui5-v2-14-0-rc-0-notification_item-growing-btn-background-color-active);border-radius:var(--_ui5-v2-14-0-rc-0-notification_item-border-radius);border:var(--_ui5-v2-14-0-rc-0-notification_item-border-active)}[ui5-notification-group-list]::part(growing-button-busy-indicator){padding:.875rem 0 1rem}
95
+ Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
96
+ Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s" + "-" + "f" + "i" + "o" + "r" + "i", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
97
+ var NotificationListGroupItemCss = `.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:block;max-width:100%;min-height:var(--_ui5-v2-14-0-rc-7_list_item_base_height);background:var(--ui5-v2-14-0-rc-7-listitem-background-color);cursor:pointer}.ui5-nli-focusable:focus{outline:none}:host([desktop]) .ui5-nli-focusable:focus:not(.ui5-nli-group-root):after,.ui5-nli-focusable:focus-visible:not(.ui5-nli-group-root):after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:0;pointer-events:none}.ui5-state-icon{min-width:1rem;min-height:1rem;padding-inline-end:var(--_ui5-v2-14-0-rc-7-notification_item-state-icon-padding)}:host([collapsed]) .ui5-nli-group-items{display:none}:host([read]) .ui5-nli-group-title-text{font-weight:400}.ui5-nli-group-root{width:100%}.ui5-nli-group-content-wrapper{position:relative;box-sizing:border-box;width:100%;display:flex;flex-direction:column}[ui5-busy-indicator]{width:100%}.ui5-nli-group-header{height:2.75rem;position:sticky;top:0;z-index:90;background:var(--sapList_GroupHeaderBackground);display:flex;align-items:center;padding-inline:var(--_ui5-v2-14-0-rc-7-notification_group_header-padding);width:100%;border-bottom:var(--_ui5-v2-14-0-rc-7-notification_group_header-border-bottom-width) solid var(--sapList_GroupHeaderBorderColor);box-sizing:border-box;cursor:pointer;margin-bottom:var(--_ui5-v2-14-0-rc-7-notification_group_header-margin)}.ui5-nli-group-header-expanded{margin-bottom:var(--_ui5-v2-14-0-rc-7-notification_group_header-margin-expanded)}:host([desktop]) .ui5-nli-focusable.ui5-nli-group-root:focus .ui5-nli-group-header:before,.ui5-nli-focusable.ui5-nli-group-root:focus-visible .ui5-nli-group-header:before{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;top:var(--_ui5-v2-14-0-rc-7-notification_group_header-margin);bottom:var(--_ui5-v2-14-0-rc-7-notification_group_header-margin);left:0;right:0;pointer-events:none}.ui5-nli-group-toggle-icon{min-width:1rem;min-height:1rem;margin-inline:.5rem;color:var(--sapContent_IconColor)}.ui5-nli-group-title-text{color:var(--sapGroup_TitleTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontHeader5Size);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:2rem;margin-inline-start:.75rem}.ui5-nli-group-divider{flex:1}:host([ui5-li-notification-group]){-webkit-tap-highlight-color:transparent}[ui5-notification-group-list]::part(growing-button){border:none}[ui5-notification-group-list]::part(growing-button-inner){margin:var(--_ui5-v2-14-0-rc-7-notification_item-margin);border:var(--_ui5-v2-14-0-rc-7-notification_item-border-top-left-right);border-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius)}[ui5-notification-group-list]::part(growing-button-inner){border-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius);height:3.125rem}[ui5-notification-group-list]::part(growing-button-inner):focus,[ui5-notification-group-list]::part(growing-button-inner):focus-visible{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:var(--_ui5-v2-14-0-rc-7-notification_item-outline-offset)}[ui5-notification-group-list]::part(growing-button-inner):focus:active,[ui5-notification-group-list]::part(growing-button-inner):focus-visible:active{background-color:var(--_ui5-v2-14-0-rc-7-notification_item-growing-btn-background-color-active);border-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius);border:var(--_ui5-v2-14-0-rc-7-notification_item-border-active)}[ui5-notification-group-list]::part(growing-button-busy-indicator){padding:.875rem 0 1rem}
98
98
  `;
99
99
 
100
100
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -237,11 +237,11 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
237
237
  return;
238
238
  }
239
239
  await super._onkeydown(e);
240
- const space = webcomponentsBase.i(e);
241
- const plus = webcomponentsBase.yo(e);
242
- const minus = webcomponentsBase.eo(e);
243
- const left = webcomponentsBase.K(e);
244
- const right = webcomponentsBase.c(e);
240
+ const space = webcomponentsBase.A(e);
241
+ const plus = webcomponentsBase.ao(e);
242
+ const minus = webcomponentsBase.so(e);
243
+ const left = webcomponentsBase.D(e);
244
+ const right = webcomponentsBase.R(e);
245
245
  if (space) {
246
246
  this.toggleCollapsed();
247
247
  }
@@ -24,7 +24,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
24
24
  const collection$1 = "SAP-icons-v4";
25
25
  const packageName$1 = "@ui5/webcomponents-icons";
26
26
 
27
- Icons.f$2(name$1, { pathData: pathData$1, ltr: ltr$1, collection: collection$1, packageName: packageName$1 });
27
+ Icons.y(name$1, { pathData: pathData$1, ltr: ltr$1, collection: collection$1, packageName: packageName$1 });
28
28
 
29
29
  const name = "high-priority";
30
30
  const pathData = "M256 0q53 0 99.5 20T437 75t55 81.5 20 99.5-20 99.5-55 81.5-81.5 55-99.5 20-99.5-20T75 437t-55-81.5T0 256t20-99.5T75 75t81.5-55T256 0zm-32 288q0 14 9 23t23 9 23-9 9-23V128q0-14-9-23t-23-9-23 9-9 23v160zm32 128q14 0 23-9t9-23-9-23-23-9-23 9-9 23 9 23 23 9z";
@@ -32,7 +32,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
32
32
  const collection = "SAP-icons-v5";
33
33
  const packageName = "@ui5/webcomponents-icons";
34
34
 
35
- Icons.f$2(name, { pathData, ltr, collection, packageName });
35
+ Icons.y(name, { pathData, ltr, collection, packageName });
36
36
 
37
37
  var iconHighPriority = "high-priority";
38
38
 
@@ -46,9 +46,9 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
46
46
  , accessibleName: this.moreLinkAccessibleName, accessibleRole: "Button", accessibilityAttributes: this.moreLinkAccessibilityAttributes, children: this.showMoreText })] })] }), parametersBundle_css.jsxs("div", { class: "ui5-nli-actions", children: [this.showMenu && (parametersBundle_css.jsx(Button.Button, { icon: overflow.overflow, design: "Transparent", onClick: this._onBtnMenuClick, class: "ui5-nli-menu-btn", tooltip: this.menuBtnAccessibleName, accessibilityAttributes: this.menuButtonAccessibilityAttributes })), this.showClose && (parametersBundle_css.jsx(Button.Button, { icon: information.decline, class: "ui5-nli-close-btn", design: "Transparent", onClick: this._onBtnCloseClick, tooltip: this.closeBtnAccessibleName, accessibleName: this.closeBtnAccessibleName }))] }), parametersBundle_css.jsx("div", { class: "ui5-nli-avatar", "aria-hidden": "true", children: parametersBundle_css.jsx("slot", { name: "avatar" }) }), parametersBundle_css.jsx("slot", { name: "menu" })] }) })] }));
47
47
  }
48
48
 
49
- Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
50
- Icons.p("@ui5/webcomponents-fiori", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
51
- var NotificationListItemCss = `.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:block;max-width:100%;min-height:var(--_ui5-v2-14-0-rc-0_list_item_base_height);background:var(--ui5-v2-14-0-rc-0-listitem-background-color);cursor:pointer}.ui5-nli-focusable:focus{outline:none}:host([desktop]) .ui5-nli-focusable:focus:not(.ui5-nli-group-root):after,.ui5-nli-focusable:focus-visible:not(.ui5-nli-group-root):after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:0;pointer-events:none}.ui5-state-icon{min-width:1rem;min-height:1rem;padding-inline-end:var(--_ui5-v2-14-0-rc-0-notification_item-state-icon-padding)}:host(:not([wrapping-type="Normal"])) .ui5-nli-title-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}:host(:not([wrapping-type="Normal"])) .ui5-nli-description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}:host([_show-more-pressed]) .ui5-nli-title-text{-webkit-line-clamp:unset}:host([_show-more-pressed]) .ui5-nli-description{-webkit-line-clamp:unset}:host([read]) .ui5-nli-title-text{font-weight:400}:host(:first-of-type){border-top-left-radius:var(--_ui5-v2-14-0-rc-0-notification_item-border-radius);border-top-right-radius:var(--_ui5-v2-14-0-rc-0-notification_item-border-radius)}:host(:last-of-type){border-bottom-left-radius:var(--_ui5-v2-14-0-rc-0-notification_item-border-radius);border-bottom-right-radius:var(--_ui5-v2-14-0-rc-0-notification_item-border-radius)}:host(:first-of-type) .ui5-nli-focusable:after{border-top-left-radius:var(--_ui5-v2-14-0-rc-0-notification_item-border-radius);border-top-right-radius:var(--_ui5-v2-14-0-rc-0-notification_item-border-radius)}:host(:last-of-type) .ui5-nli-focusable:after{border-bottom-left-radius:var(--_ui5-v2-14-0-rc-0-notification_item-border-radius);border-bottom-right-radius:var(--_ui5-v2-14-0-rc-0-notification_item-border-radius)}:host([has-border]){border-bottom:var(--_ui5-v2-14-0-rc-0-notification_item-border-bottom)}:host([ui5-li-notification]){margin:var(--_ui5-v2-14-0-rc-0-notification_item-margin);border-left:var(--_ui5-v2-14-0-rc-0-notification_item-border-top-left-right);border-right:var(--_ui5-v2-14-0-rc-0-notification_item-border-top-left-right);border-top:var(--_ui5-v2-14-0-rc-0-notification_item-border-top-left-right);border-radius:var(--_ui5-v2-14-0-rc-0-notification_item-border-radius);list-style:none}.ui5-nli-root{position:relative;width:100%;box-sizing:border-box;cursor:pointer;border-radius:var(--_ui5-v2-14-0-rc-0-notification_item-border-radius);border:1px solid transparent}.ui5-nli-root:hover{background-color:var(--_ui5-v2-14-0-rc-0-notification_item-background-color-hover);border-radius:var(--_ui5-v2-14-0-rc-0-notification_item-border-radius)}:host([desktop]) .ui5-nli-root:focus:active,.ui5-nli-root:focus-visible:active{background-color:var(--_ui5-v2-14-0-rc-0-notification_item-background-color-active);border-radius:var(--_ui5-v2-14-0-rc-0-notification_item-border-radius);border:var(--_ui5-v2-14-0-rc-0-notification_item-border-active)}.ui5-nli-content-wrapper{width:100%;display:flex;flex-direction:row-reverse;padding-inline:var(--_ui5-v2-14-0-rc-0-notification_item-root-padding-inline);padding-block:1rem;position:relative;box-sizing:border-box}.ui5-nli-content{display:flex;flex-direction:column;flex:1;min-width:0;width:100%;padding-inline:var(--_ui5-v2-14-0-rc-0-notification_item-content-padding);font-family:"72override",var(--sapFontFamily);box-sizing:border-box}.ui5-nli-content.ui5-nli-content-with-importance{margin-bottom:2rem}.ui5-nli-actions{position:absolute;top:.5rem;right:.5rem}:dir(rtl) .ui5-nli-actions{left:.5rem;right:auto}.ui5-nli-title-text-wrapper{display:flex;flex-direction:row}.ui5-nli-title-text{display:flex;margin-bottom:var(--_ui5-v2-14-0-rc-0-notification_item-title-margin-bottom);box-sizing:border-box;color:var(--sapGroup_TitleTextColor);font-weight:700;font-size:var(--sapFontHeader6Size)}.ui5-nli-two-buttons .ui5-nli-title-text{padding-inline-end:var(--_ui5-v2-14-0-rc-0-notification_item-title-padding-end-two-buttons)}.ui5-nli-one-button .ui5-nli-title-text{padding-inline-end:var(--_ui5-v2-14-0-rc-0-notification_item-title-padding-end-one-button)}.ui5-nli-description{display:flex;margin-top:var(--_ui5-v2-14-0-rc-0-notification_item-description-margin-top);color:var(--sapTextColor);font-size:var(--sapFontSize);box-sizing:border-box}.ui5-nli-footer{display:flex;color:var(--sapContent_LabelColor);font-size:var(--sapFontSize);margin-top:var(--_ui5-v2-14-0-rc-0-notification_item-footer-margin-top);box-sizing:border-box;align-items:center}.ui5-nli-footer-divider{position:relative;align-items:center;margin-inline:.5rem}.ui5-nli-footnotes{display:flex;min-width:0}.ui5-nli-footer-showMore{margin-inline-start:1rem}.ui5-nli-importance{width:fit-content;position:absolute;bottom:1rem}::slotted([slot^="footnotes"]){color:var(--sapContent_LabelColor);font-size:var(--sapFontSize);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ui5-nli-menu-btn{margin-inline-end:.125rem}:host([desktop]) .ui5-nli-focusable:not(.ui5-nli-group-root):focus:after,.ui5-nli-focusable:not(.ui5-nli-group-root):focus-visible:after{border-radius:var(--_ui5-v2-14-0-rc-0-notification_item-border-radius);top:var(--_ui5-v2-14-0-rc-0-notification_item-focus-offset);right:var(--_ui5-v2-14-0-rc-0-notification_item-focus-offset);bottom:var(--_ui5-v2-14-0-rc-0-notification_item-focus-offset);left:var(--_ui5-v2-14-0-rc-0-notification_item-focus-offset)}[ui5-busy-indicator]{width:100%;border-radius:var(--_ui5-v2-14-0-rc-0-notification_item-border-radius)}
49
+ Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
50
+ Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s" + "-" + "f" + "i" + "o" + "r" + "i", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
51
+ var NotificationListItemCss = `.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:block;max-width:100%;min-height:var(--_ui5-v2-14-0-rc-7_list_item_base_height);background:var(--ui5-v2-14-0-rc-7-listitem-background-color);cursor:pointer}.ui5-nli-focusable:focus{outline:none}:host([desktop]) .ui5-nli-focusable:focus:not(.ui5-nli-group-root):after,.ui5-nli-focusable:focus-visible:not(.ui5-nli-group-root):after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:0;pointer-events:none}.ui5-state-icon{min-width:1rem;min-height:1rem;padding-inline-end:var(--_ui5-v2-14-0-rc-7-notification_item-state-icon-padding)}:host(:not([wrapping-type="Normal"])) .ui5-nli-title-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}:host(:not([wrapping-type="Normal"])) .ui5-nli-description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}:host([_show-more-pressed]) .ui5-nli-title-text{-webkit-line-clamp:unset}:host([_show-more-pressed]) .ui5-nli-description{-webkit-line-clamp:unset}:host([read]) .ui5-nli-title-text{font-weight:400}:host(:first-of-type){border-top-left-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius);border-top-right-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius)}:host(:last-of-type){border-bottom-left-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius);border-bottom-right-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius)}:host(:first-of-type) .ui5-nli-focusable:after{border-top-left-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius);border-top-right-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius)}:host(:last-of-type) .ui5-nli-focusable:after{border-bottom-left-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius);border-bottom-right-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius)}:host([has-border]){border-bottom:var(--_ui5-v2-14-0-rc-7-notification_item-border-bottom)}:host([ui5-li-notification]){margin:var(--_ui5-v2-14-0-rc-7-notification_item-margin);border-left:var(--_ui5-v2-14-0-rc-7-notification_item-border-top-left-right);border-right:var(--_ui5-v2-14-0-rc-7-notification_item-border-top-left-right);border-top:var(--_ui5-v2-14-0-rc-7-notification_item-border-top-left-right);border-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius);list-style:none}.ui5-nli-root{position:relative;width:100%;box-sizing:border-box;cursor:pointer;border-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius);border:1px solid transparent}.ui5-nli-root:hover{background-color:var(--_ui5-v2-14-0-rc-7-notification_item-background-color-hover);border-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius)}:host([desktop]) .ui5-nli-root:focus:active,.ui5-nli-root:focus-visible:active{background-color:var(--_ui5-v2-14-0-rc-7-notification_item-background-color-active);border-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius);border:var(--_ui5-v2-14-0-rc-7-notification_item-border-active)}.ui5-nli-content-wrapper{width:100%;display:flex;flex-direction:row-reverse;padding-inline:var(--_ui5-v2-14-0-rc-7-notification_item-root-padding-inline);padding-block:1rem;position:relative;box-sizing:border-box}.ui5-nli-content{display:flex;flex-direction:column;flex:1;min-width:0;width:100%;padding-inline:var(--_ui5-v2-14-0-rc-7-notification_item-content-padding);font-family:var(--sapFontFamily);box-sizing:border-box}.ui5-nli-content.ui5-nli-content-with-importance{margin-bottom:2rem}.ui5-nli-actions{position:absolute;top:.5rem;right:.5rem}:dir(rtl) .ui5-nli-actions{left:.5rem;right:auto}.ui5-nli-title-text-wrapper{display:flex;flex-direction:row}.ui5-nli-title-text{display:flex;margin-bottom:var(--_ui5-v2-14-0-rc-7-notification_item-title-margin-bottom);box-sizing:border-box;color:var(--sapGroup_TitleTextColor);font-weight:700;font-size:var(--sapFontHeader6Size)}.ui5-nli-two-buttons .ui5-nli-title-text{padding-inline-end:var(--_ui5-v2-14-0-rc-7-notification_item-title-padding-end-two-buttons)}.ui5-nli-one-button .ui5-nli-title-text{padding-inline-end:var(--_ui5-v2-14-0-rc-7-notification_item-title-padding-end-one-button)}.ui5-nli-description{display:flex;margin-top:var(--_ui5-v2-14-0-rc-7-notification_item-description-margin-top);color:var(--sapTextColor);font-size:var(--sapFontSize);box-sizing:border-box}.ui5-nli-footer{display:flex;color:var(--sapContent_LabelColor);font-size:var(--sapFontSize);margin-top:var(--_ui5-v2-14-0-rc-7-notification_item-footer-margin-top);box-sizing:border-box;align-items:center}.ui5-nli-footer-divider{position:relative;align-items:center;margin-inline:.5rem}.ui5-nli-footnotes{display:flex;min-width:0}.ui5-nli-footer-showMore{margin-inline-start:1rem}.ui5-nli-importance{width:fit-content;position:absolute;bottom:1rem}::slotted([slot^="footnotes"]){color:var(--sapContent_LabelColor);font-size:var(--sapFontSize);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ui5-nli-menu-btn{margin-inline-end:.125rem}:host([desktop]) .ui5-nli-focusable:not(.ui5-nli-group-root):focus:after,.ui5-nli-focusable:not(.ui5-nli-group-root):focus-visible:after{border-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius);top:var(--_ui5-v2-14-0-rc-7-notification_item-focus-offset);right:var(--_ui5-v2-14-0-rc-7-notification_item-focus-offset);bottom:var(--_ui5-v2-14-0-rc-7-notification_item-focus-offset);left:var(--_ui5-v2-14-0-rc-7-notification_item-focus-offset)}[ui5-busy-indicator]{width:100%;border-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius)}
52
52
  `;
53
53
 
54
54
  /**
@@ -380,26 +380,26 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
380
380
  }
381
381
  async _onkeydown(e) {
382
382
  await super._onkeydown(e);
383
- if (webcomponentsBase.ro(e)) {
383
+ if (webcomponentsBase.Eo(e)) {
384
384
  e.preventDefault();
385
385
  }
386
386
  }
387
387
  _onkeyup(e) {
388
388
  super._onkeyup(e);
389
- const space = webcomponentsBase.i(e);
389
+ const space = webcomponentsBase.A(e);
390
390
  if (space && this.getFocusDomRef().matches(":has(:focus-within)")) {
391
391
  e.preventDefault();
392
392
  this._toggleShowMorePressed();
393
393
  return;
394
394
  }
395
- if (webcomponentsBase.V(e)) {
395
+ if (webcomponentsBase.X(e)) {
396
396
  this.fireDecoratorEvent("close", { item: this });
397
397
  this.fireDecoratorEvent("_close", { item: this });
398
398
  }
399
- if (webcomponentsBase.ro(e)) {
399
+ if (webcomponentsBase.Eo(e)) {
400
400
  this._onBtnMenuClick();
401
401
  }
402
- if (webcomponentsBase.d$1(e)) {
402
+ if (webcomponentsBase.i(e)) {
403
403
  this._toggleShowMorePressed();
404
404
  }
405
405
  }
@@ -52,11 +52,11 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
52
52
  */
53
53
  async _onkeydown(e) {
54
54
  super._onkeydown(e);
55
- if (webcomponentsBase.i(e) && this.getFocusDomRef().matches(":has(:focus-within)")) {
55
+ if (webcomponentsBase.A(e) && this.getFocusDomRef().matches(":has(:focus-within)")) {
56
56
  e.preventDefault();
57
57
  return;
58
58
  }
59
- if (webcomponentsBase.so(e)) {
59
+ if (webcomponentsBase.ro(e)) {
60
60
  e.stopImmediatePropagation();
61
61
  const activeElement = webcomponentsBase.t();
62
62
  const focusDomRef = this.getHeaderDomRef();