@sapui5/sap.ushell 1.136.1 → 1.136.3

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 (516) hide show
  1. package/package.json +1 -1
  2. package/src/main/js/sap/ushell/.library +5 -2
  3. package/src/main/js/sap/ushell/ApplicationType/wcfResolution.js +37 -32
  4. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  5. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  6. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  7. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  8. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  9. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
  10. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
  11. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
  12. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
  13. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
  14. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  15. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  16. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  17. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  18. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  19. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  20. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +7 -7
  34. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  64. package/src/main/js/sap/ushell/api/NewExperience.js +4 -0
  65. package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +97 -50
  66. package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +1 -1
  67. package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +6 -6
  68. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -1
  69. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
  70. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
  71. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
  72. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
  73. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
  74. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
  75. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
  76. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
  77. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +1 -1
  78. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
  79. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
  80. package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
  81. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  82. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +5 -2
  83. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
  84. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
  85. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
  86. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
  87. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
  88. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
  89. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
  90. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
  91. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
  92. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  93. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  94. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
  95. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  96. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +10 -6
  97. package/src/main/js/sap/ushell/bootstrap/sandbox2/sandbox.js +5 -2
  98. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  99. package/src/main/js/sap/ushell/components/appfinder/AppFinder.controller.js +1 -1
  100. package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +17 -26
  101. package/src/main/js/sap/ushell/components/appfinder/HierarchyApps.controller.js +1 -9
  102. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  103. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cs.properties +1 -1
  104. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hu.properties +1 -1
  105. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_vi.properties +1 -1
  106. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
  107. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  108. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  109. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  110. package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +1 -1
  111. package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
  112. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  113. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
  114. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
  115. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  116. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  117. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  118. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  119. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  120. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  121. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  122. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  123. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  124. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  125. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
  126. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  127. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  128. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  129. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  130. package/src/main/js/sap/ushell/components/shell/MenuBar/Component.js +3 -1
  131. package/src/main/js/sap/ushell/components/shell/MenuBar/controller/MenuBar.controller.js +0 -4
  132. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  133. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  134. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
  135. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  136. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +8 -5
  137. package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsList.controller.js +1 -1
  138. package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsListPopoverContent.view.xml +2 -2
  139. package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsListPopoverHeader.fragment.xml +1 -1
  140. package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +1 -1
  141. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  142. package/src/main/js/sap/ushell/components/shell/Search/ESearch.js +0 -3
  143. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  144. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  145. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  146. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  147. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  148. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  149. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  150. package/src/main/js/sap/ushell/components/shell/Settings/userActivities/UserActivitiesSetting.controller.js +8 -22
  151. package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +20 -2
  152. package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +3 -3
  153. package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
  154. package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +13 -1
  155. package/src/main/js/sap/ushell/components/shell/SideNavigation/Component.js +5 -2
  156. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
  157. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +1 -1
  158. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericNavigationListProvider.js +1 -1
  159. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/MyHome.js +1 -1
  160. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  161. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.controller.js +5 -5
  162. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.fragment.xml +1 -1
  163. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +10 -12
  164. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  165. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  166. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  167. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  168. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  169. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  170. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  171. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  172. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  173. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  174. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  175. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ms.properties +1 -1
  176. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  177. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  178. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  179. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  180. package/src/main/js/sap/ushell/gen/ui5/webcomponents/Avatar.js +4 -0
  181. package/src/main/js/sap/ushell/gen/ui5/webcomponents/Button.js +4 -0
  182. package/src/main/js/sap/ushell/gen/ui5/webcomponents/Label.js +4 -0
  183. package/src/main/js/sap/ushell/gen/ui5/webcomponents/Menu.js +4 -0
  184. package/src/main/js/sap/ushell/gen/ui5/webcomponents/MenuItem.js +4 -0
  185. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/Avatar.js +17 -10
  186. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/Button.js +32 -11
  187. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/Label.js +7 -6
  188. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/ListItem.js +15 -10
  189. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/ListItemBase.js +6 -5
  190. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/Menu.js +48 -12
  191. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/MenuItem.js +55 -16
  192. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-base.js +221 -36
  193. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/NotificationList.js +4 -0
  194. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/NotificationListGroupItem.js +4 -0
  195. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/NotificationListItem.js +4 -0
  196. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/ShellBar.js +4 -0
  197. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/ShellBarItem.js +4 -0
  198. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/ShellBarSpacer.js +4 -0
  199. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/UserMenu.js +4 -0
  200. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/UserMenuAccount.js +4 -0
  201. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/UserMenuItem.js +4 -0
  202. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationList.js +85 -0
  203. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +19 -10
  204. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/NotificationListItem.js +19 -10
  205. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/NotificationListItemBase.js +7 -6
  206. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/ShellBar.js +89 -24
  207. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/ShellBarItem.js +15 -6
  208. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/ShellBarSpacer.js +6 -5
  209. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +143 -0
  210. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/UserMenuAccount.js +6 -5
  211. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuItem.js +40 -0
  212. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +1397 -0
  213. package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +2454 -0
  214. package/src/main/js/sap/ushell/library.js +19 -1
  215. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  216. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  217. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  218. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  219. package/src/main/js/sap/ushell/renderer/Renderer.js +17 -8
  220. package/src/main/js/sap/ushell/renderer/Shell.controller.js +19 -20
  221. package/src/main/js/sap/ushell/renderer/Shell.view.js +1 -1
  222. package/src/main/js/sap/ushell/renderer/ShellLayout.js +197 -74
  223. package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +6 -6
  224. package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +2 -2
  225. package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +1 -1
  226. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  227. package/src/main/js/sap/ushell/services/AppConfiguration.js +3 -1
  228. package/src/main/js/sap/ushell/services/AppLifeCycle.js +4 -2
  229. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  230. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  231. package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
  232. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  233. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  234. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  235. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  236. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  237. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  238. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  239. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  240. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  241. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  242. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  243. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  244. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  245. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  246. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  247. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  248. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  249. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  250. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  251. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  252. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  253. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
  254. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  255. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  256. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
  257. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  258. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  259. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
  260. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
  261. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  262. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  263. package/src/main/js/sap/ushell/services/Message.js +1 -1
  264. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +1 -1
  265. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  266. package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
  267. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
  268. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  269. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  270. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  271. package/src/main/js/sap/ushell/services/NotificationsV2.js +14 -1
  272. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  273. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  274. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  275. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  276. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  277. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  278. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
  279. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
  280. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
  281. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
  282. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  283. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  284. package/src/main/js/sap/ushell/services/Search.js +1 -1
  285. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  286. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  287. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  288. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  289. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  290. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  291. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  292. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  293. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  294. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  295. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  296. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  297. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  298. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  299. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  300. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  301. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  302. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  303. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  304. package/src/main/js/sap/ushell/state/BackNavigation.js +1 -1
  305. package/src/main/js/sap/ushell/state/ContentDensity.js +12 -1
  306. package/src/main/js/sap/ushell/state/Favicon.js +1 -1
  307. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  308. package/src/main/js/sap/ushell/themes/base/MenuBar.less +40 -4
  309. package/src/main/js/sap/ushell/themes/base/Page.less +17 -0
  310. package/src/main/js/sap/ushell/themes/base/ShellBar.less +5 -2
  311. package/src/main/js/sap/ushell/themes/base/ShellHeader.less +6 -4
  312. package/src/main/js/sap/ushell/themes/base/ToolAreaItem.less +1 -0
  313. package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellBar.less +9 -0
  314. package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellHeader.less +6 -0
  315. package/src/main/js/sap/ushell/themes/sap_fiori_3/library.source.less +1 -0
  316. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/ShellBar.less +9 -0
  317. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/library.source.less +1 -0
  318. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/ShellBar.less +9 -0
  319. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/library.source.less +1 -0
  320. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/ShellBar.less +9 -0
  321. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/library.source.less +1 -0
  322. package/src/main/js/sap/ushell/themes/sap_hcb/base_MenuBar.less +2 -1
  323. package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellHeader.less +5 -3
  324. package/src/main/js/sap/ushell/thirdparty/Avatar.js +86 -14
  325. package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +25 -19
  326. package/src/main/js/sap/ushell/thirdparty/Button2.js +85 -17
  327. package/src/main/js/sap/ushell/thirdparty/Icon.js +13 -13
  328. package/src/main/js/sap/ushell/thirdparty/Icons.js +69 -68
  329. package/src/main/js/sap/ushell/thirdparty/Label.js +1 -1
  330. package/src/main/js/sap/ushell/thirdparty/Link.js +7 -7
  331. package/src/main/js/sap/ushell/thirdparty/List.js +49 -27
  332. package/src/main/js/sap/ushell/thirdparty/Menu.js +112 -128
  333. package/src/main/js/sap/ushell/thirdparty/MenuItem.js +5 -2
  334. package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +417 -44
  335. package/src/main/js/sap/ushell/thirdparty/NotificationList.js +1 -1
  336. package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +7 -7
  337. package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +10 -10
  338. package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +1 -1
  339. package/src/main/js/sap/ushell/thirdparty/{ListItemTemplate.js → ResponsivePopover.js} +3031 -2872
  340. package/src/main/js/sap/ushell/thirdparty/ShellBar.js +241 -104
  341. package/src/main/js/sap/ushell/thirdparty/Tag.js +289 -295
  342. package/src/main/js/sap/ushell/thirdparty/Text.js +9 -9
  343. package/src/main/js/sap/ushell/thirdparty/UserMenu.js +53 -31
  344. package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +2 -2
  345. package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +4 -4
  346. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +15 -0
  347. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +30 -9
  348. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +15 -0
  349. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +30 -9
  350. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +15 -0
  351. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +30 -9
  352. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +15 -0
  353. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +30 -9
  354. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +15 -0
  355. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +30 -9
  356. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +15 -0
  357. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +30 -9
  358. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +15 -0
  359. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +30 -9
  360. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +16 -1
  361. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +30 -9
  362. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +15 -0
  363. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +30 -9
  364. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +42 -0
  365. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +50 -17
  366. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +15 -0
  367. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +30 -9
  368. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +15 -0
  369. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +30 -9
  370. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +39 -0
  371. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +44 -11
  372. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +15 -0
  373. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +30 -9
  374. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +15 -0
  375. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +30 -9
  376. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +15 -0
  377. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +30 -9
  378. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +15 -0
  379. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +30 -9
  380. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +15 -0
  381. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +30 -9
  382. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +15 -0
  383. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +30 -9
  384. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +15 -0
  385. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +30 -9
  386. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +15 -0
  387. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +30 -9
  388. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +15 -0
  389. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +30 -9
  390. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +15 -0
  391. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +30 -9
  392. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +16 -1
  393. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +33 -12
  394. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +19 -4
  395. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +32 -11
  396. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +15 -0
  397. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +30 -9
  398. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +15 -0
  399. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +34 -13
  400. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +15 -0
  401. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +30 -9
  402. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +15 -0
  403. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +30 -9
  404. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +15 -0
  405. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +30 -9
  406. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +15 -0
  407. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +30 -9
  408. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +15 -0
  409. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +30 -9
  410. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +15 -0
  411. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +34 -13
  412. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +15 -0
  413. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +30 -9
  414. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +15 -0
  415. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +30 -9
  416. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +15 -0
  417. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +30 -9
  418. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +15 -0
  419. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +30 -9
  420. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +15 -0
  421. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +30 -9
  422. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +15 -0
  423. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +30 -9
  424. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +15 -0
  425. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +30 -9
  426. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +15 -0
  427. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +30 -9
  428. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +15 -0
  429. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +30 -9
  430. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +15 -0
  431. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +33 -12
  432. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +15 -0
  433. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +30 -9
  434. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +15 -0
  435. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +30 -9
  436. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +15 -0
  437. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +30 -9
  438. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +15 -0
  439. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +30 -9
  440. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +16 -1
  441. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +30 -9
  442. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +15 -0
  443. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +30 -9
  444. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +15 -0
  445. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +30 -9
  446. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +15 -0
  447. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +30 -9
  448. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
  449. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
  450. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
  451. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
  452. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
  453. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
  454. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
  455. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
  456. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
  457. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
  458. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css2.js +1 -1
  459. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
  460. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
  461. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
  462. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
  463. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
  464. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
  465. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css3.js +1 -1
  466. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css4.js +1 -1
  467. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css5.js +1 -1
  468. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css6.js +1 -1
  469. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css7.js +1 -1
  470. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css8.js +1 -1
  471. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css9.js +1 -1
  472. package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +12 -8
  473. package/src/main/js/sap/ushell/thirdparty/information.js +20 -20
  474. package/src/main/js/sap/ushell/thirdparty/overflow.js +4 -4
  475. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +1 -1
  476. package/src/main/js/sap/ushell/thirdparty/query.js +10 -0
  477. package/src/main/js/sap/ushell/thirdparty/toLowercaseEnumValue.js +3 -0
  478. package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +15 -15
  479. package/src/main/js/sap/ushell/ui/ShellHeader.js +22 -2
  480. package/src/main/js/sap/ushell/ui/ShellHeaderRenderer.js +0 -5
  481. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  482. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  483. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  484. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  485. package/src/main/js/sap/ushell/ui/shell/ShellNavigationMenu.js +2 -2
  486. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +5 -2
  487. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  488. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  489. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  490. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  491. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
  492. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
  493. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  494. package/src/main/js/sap/ushell/utils.js +25 -0
  495. package/src/test/js/sap/ushell/bootstrap/sandbox.js +8 -4
  496. package/ui5.yaml +6 -0
  497. package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +0 -95
  498. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Avatar.js +0 -4
  499. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Button.js +0 -4
  500. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Label.js +0 -4
  501. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Menu.js +0 -4
  502. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/MenuItem.js +0 -4
  503. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/NotificationList.js +0 -4
  504. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/NotificationListGroupItem.js +0 -4
  505. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/NotificationListItem.js +0 -4
  506. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/ShellBar.js +0 -4
  507. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/ShellBarItem.js +0 -4
  508. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/ShellBarSpacer.js +0 -4
  509. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/UserMenu.js +0 -4
  510. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/UserMenuAccount.js +0 -4
  511. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/UserMenuItem.js +0 -4
  512. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/NotificationList.js +0 -60
  513. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/UserMenu.js +0 -99
  514. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/UserMenuItem.js +0 -39
  515. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori.js +0 -351
  516. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents.js +0 -651
@@ -46,7 +46,8 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
46
46
  })(ListSelectionMode || (ListSelectionMode = {}));
47
47
  var ListSelectionMode$1 = ListSelectionMode;
48
48
 
49
- const r$2="ui5-content-native-scrollbars",o$1=typeof document>"u",a$2=()=>o$1||document.body.classList.contains(r$2)?"":`::-webkit-scrollbar:horizontal {
49
+ const r$2="ui5-content-native-scrollbars",o$1=typeof document>"u",a$2=()=>o$1||document.body.classList.contains(r$2)?"":`
50
+ ::-webkit-scrollbar:horizontal {
50
51
  height: var(--sapScrollBar_Dimension);
51
52
  }
52
53
 
@@ -62,6 +63,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
62
63
  ::-webkit-scrollbar-thumb {
63
64
  border-radius: var(--sapElement_BorderCornerRadius);
64
65
  background-color: var(--sapScrollBar_FaceColor);
66
+ border: 0.125rem solid var(--sapScrollBar_TrackColor);
65
67
  }
66
68
 
67
69
  ::-webkit-scrollbar-thumb:hover {
@@ -178,8 +180,8 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
178
180
  } });
179
181
  }
180
182
 
181
- Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
182
- Icons.p("@ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
183
+ Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
184
+ Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
183
185
  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}
184
186
  `;
185
187
 
@@ -198,7 +200,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
198
200
  *
199
201
  * ### ES6 Module Import
200
202
  *
201
- * `import "@ui5/webcomponents/dist/DropIndicator.js";`
203
+ * `import "sap/ushell/gen/ui5/webcomponents/dist/DropIndicator.js";`
202
204
  *
203
205
  * @constructor
204
206
  * @extends UI5Element
@@ -317,7 +319,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
317
319
  DropIndicator = __decorate$3([
318
320
  webcomponentsBase.m({
319
321
  tag: "ui5-drop-indicator",
320
- renderer: i18nDefaults.d,
322
+ renderer: i18nDefaults.y,
321
323
  styles: DropIndicatorCss,
322
324
  template: DropIndicatorTemplate,
323
325
  })
@@ -341,9 +343,9 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
341
343
  i18nDefaults.jsx(BusyIndicator.BusyIndicator, { delay: this.loadingDelay, part: "growing-button-busy-indicator", class: "ui5-list-growing-button-busy-indicator", active: true }), i18nDefaults.jsx("span", { id: `${this._id}-growingButton-text`, class: "ui5-growing-button-text", "growing-button-text": true, children: this._growingButtonText })] }) }));
342
344
  }
343
345
 
344
- Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
345
- Icons.p("@ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
346
- var listCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}.ui5-growing-button{display:flex;align-items:center;padding:var(--_ui5-v2-10-0-rc-2_load_more_padding);border-top:1px solid var(--sapList_BorderColor);border-bottom:var(--_ui5-v2-10-0-rc-2_load_more_border-bottom);box-sizing:border-box;cursor:pointer;outline:none}.ui5-growing-button-inner{display:flex;align-items:center;justify-content:center;flex-direction:row;min-height:var(--_ui5-v2-10-0-rc-2_load_more_text_height);width:100%;color:var(--sapButton_TextColor);background-color:var(--sapList_Background);border:var(--_ui5-v2-10-0-rc-2_load_more_border);border-radius:var(--_ui5-v2-10-0-rc-2_load_more_border_radius);box-sizing:border-box}.ui5-growing-button-inner:focus-visible{outline:var(--_ui5-v2-10-0-rc-2_load_more_outline_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:-.125rem;border-color:transparent}.ui5-growing-button-inner:hover{background-color:var(--sapList_Hover_Background)}.ui5-growing-button-inner:active,.ui5-growing-button-inner.ui5-growing-button-inner--active{background-color:var(--sapList_Active_Background);border-color:var(--sapList_Active_Background)}.ui5-growing-button-inner:active>*,.ui5-growing-button-inner.ui5-growing-button-inner--active>*{color:var(--sapList_Active_TextColor)}.ui5-growing-button-text{text-align:center;font-family:"72override",var(--sapFontFamily);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.ui5-growing-button-text{height:var(--_ui5-v2-10-0-rc-2_load_more_text_height);padding:.875rem 1rem 1rem;font-size:var(--_ui5-v2-10-0-rc-2_load_more_text_font_size);font-weight:700}:host([loading]) .ui5-list-growing-button-busy-indicator:not([_is-busy]){display:none}:host([loading]) .ui5-list-growing-button-busy-indicator[_is-busy]+.ui5-growing-button-text{padding-left:.5rem}:host(:not([hidden])){display:block;max-width:100%;width:100%;-webkit-tap-highlight-color:transparent}:host([indent]) .ui5-list-root{padding:2rem}:host([separators="None"]) .ui5-list-nodata{border-bottom:0}.ui5-list-root,.ui5-list-busy-indicator{width:100%;height:100%;position:relative;box-sizing:border-box}.ui5-list-scroll-container{overflow:auto;height:100%;width:100%}.ui5-list-ul{list-style-type:none;padding:0;margin:0}.ui5-list-ul:focus{outline:none}.ui5-list-focusarea{position:fixed}.ui5-list-header{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;font-size:var(--sapFontHeader4Size);font-family:"72override",var(--sapFontFamily);color:var(--sapGroup_TitleTextColor);height:3rem;line-height:3rem;padding:0 1rem;background-color:var(--sapGroup_TitleBackground);border-bottom:1px solid var(--sapGroup_TitleBorderColor)}.ui5-list-footer{height:2rem;box-sizing:border-box;-webkit-text-size-adjust:none;font-size:var(--sapFontSize);font-family:"72override",var(--sapFontFamily);line-height:2rem;background-color:var(--sapList_FooterBackground);color:var(--ui5-v2-10-0-rc-2_list_footer_text_color);padding:0 1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui5-list-nodata{list-style-type:none;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;color:var(--sapTextColor);background-color:var(--sapList_Background);border-bottom:1px solid var(--sapList_BorderColor);padding:0 1rem!important;outline:none;min-height:var(--_ui5-v2-10-0-rc-2_list_no_data_height);font-size:var(--_ui5-v2-10-0-rc-2_list_no_data_font_size);font-family:"72override",var(--sapFontFamily);position:relative}.ui5-list-nodata:focus:after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:.125rem;pointer-events:none}.ui5-list-nodata-text{overflow:hidden;text-overflow:ellipsis;white-space:normal;margin:var(--_ui5-v2-10-0-rc-2_list_item_content_vertical_offset) 0}:host([growing="Scroll"]) .ui5-list-end-marker{display:inline-block}
346
+ Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
347
+ Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
348
+ var listCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}.ui5-growing-button{display:flex;align-items:center;padding:var(--_ui5-v2-12-0-rc-2_load_more_padding);border-top:1px solid var(--sapList_BorderColor);border-bottom:var(--_ui5-v2-12-0-rc-2_load_more_border-bottom);box-sizing:border-box;cursor:pointer;outline:none}.ui5-growing-button-inner{display:flex;align-items:center;justify-content:center;flex-direction:row;min-height:var(--_ui5-v2-12-0-rc-2_load_more_text_height);width:100%;color:var(--sapButton_TextColor);background-color:var(--sapList_Background);border:var(--_ui5-v2-12-0-rc-2_load_more_border);border-radius:var(--_ui5-v2-12-0-rc-2_load_more_border_radius);box-sizing:border-box}.ui5-growing-button-inner:focus-visible{outline:var(--_ui5-v2-12-0-rc-2_load_more_outline_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:-.125rem;border-color:transparent}.ui5-growing-button-inner:hover{background-color:var(--sapList_Hover_Background)}.ui5-growing-button-inner:active,.ui5-growing-button-inner.ui5-growing-button-inner--active{background-color:var(--sapList_Active_Background);border-color:var(--sapList_Active_Background)}.ui5-growing-button-inner:active>*,.ui5-growing-button-inner.ui5-growing-button-inner--active>*{color:var(--sapList_Active_TextColor)}.ui5-growing-button-text{text-align:center;font-family:"72override",var(--sapFontFamily);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.ui5-growing-button-text{height:var(--_ui5-v2-12-0-rc-2_load_more_text_height);padding:.875rem 1rem 1rem;font-size:var(--_ui5-v2-12-0-rc-2_load_more_text_font_size);font-weight:700}:host([loading]) .ui5-list-growing-button-busy-indicator:not([_is-busy]){display:none}:host([loading]) .ui5-list-growing-button-busy-indicator[_is-busy]+.ui5-growing-button-text{padding-left:.5rem}:host(:not([hidden])){display:block;max-width:100%;width:100%;-webkit-tap-highlight-color:transparent}:host([indent]) .ui5-list-root{padding:2rem}:host([separators="None"]) .ui5-list-nodata{border-bottom:0}.ui5-list-root,.ui5-list-busy-indicator{width:100%;height:100%;position:relative;box-sizing:border-box}.ui5-list-scroll-container{overflow:auto;height:100%;width:100%}.ui5-list-ul{list-style-type:none;padding:0;margin:0}.ui5-list-ul:focus{outline:none}.ui5-list-focusarea{position:fixed}.ui5-list-header{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;font-size:var(--sapFontHeader4Size);font-family:"72override",var(--sapFontFamily);color:var(--sapGroup_TitleTextColor);height:3rem;line-height:3rem;padding:0 1rem;background-color:var(--sapGroup_TitleBackground);border-bottom:1px solid var(--sapGroup_TitleBorderColor)}.ui5-list-footer{height:2rem;box-sizing:border-box;-webkit-text-size-adjust:none;font-size:var(--sapFontSize);font-family:"72override",var(--sapFontFamily);line-height:2rem;background-color:var(--sapList_FooterBackground);color:var(--ui5-v2-12-0-rc-2_list_footer_text_color);padding:0 1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui5-list-nodata{list-style-type:none;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;color:var(--sapTextColor);background-color:var(--sapList_Background);border-bottom:1px solid var(--sapList_BorderColor);padding:0 1rem!important;outline:none;min-height:var(--_ui5-v2-12-0-rc-2_list_no_data_height);font-size:var(--_ui5-v2-12-0-rc-2_list_no_data_font_size);font-family:"72override",var(--sapFontFamily);position:relative}.ui5-list-nodata:focus:after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:.125rem;pointer-events:none}.ui5-list-nodata-text{overflow:hidden;text-overflow:ellipsis;white-space:normal;margin:var(--_ui5-v2-12-0-rc-2_list_item_content_vertical_offset) 0}:host([growing="Scroll"]) .ui5-list-end-marker{display:inline-block}
347
349
  `;
348
350
 
349
351
  function ListItemGroupHeaderTemplate() {
@@ -353,9 +355,9 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
353
355
  }, "aria-label": this.ariaLabelText, "aria-roledescription": this.groupHeaderText, onFocusIn: this._onfocusin, onKeyDown: this._onkeydown, children: [i18nDefaults.jsx("div", { id: `${this._id}-content`, class: "ui5-li-content", children: i18nDefaults.jsx("span", { class: "ui5-ghli-title", children: i18nDefaults.jsx("slot", {}) }) }), this.hasSubItems && i18nDefaults.jsx("slot", { name: "subItems" })] }));
354
356
  }
355
357
 
356
- Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
357
- Icons.p("@ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
358
- 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-10-0-rc-2_group_header_list_item_height);background:var(--ui5-v2-10-0-rc-2-group-header-listitem-background-color);color:var(--sapList_TableGroupHeaderTextColor)}: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%}
358
+ Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
359
+ Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
360
+ 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-12-0-rc-2_group_header_list_item_height);background:var(--ui5-v2-12-0-rc-2-group-header-listitem-background-color);color:var(--sapList_TableGroupHeaderTextColor)}: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%}
359
361
  `;
360
362
 
361
363
  /**
@@ -449,7 +451,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
449
451
  webcomponentsBase.d()
450
452
  ], ListItemGroupHeader.prototype, "subItems", void 0);
451
453
  __decorate$2([
452
- i18nDefaults.i("@ui5/webcomponents")
454
+ i18nDefaults.i("sap/ushell/gen/ui5/webcomponents")
453
455
  ], ListItemGroupHeader, "i18nBundle", void 0);
454
456
  ListItemGroupHeader = ListItemGroupHeader_1 = __decorate$2([
455
457
  webcomponentsBase.m({
@@ -467,9 +469,9 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
467
469
  i18nDefaults.jsxs(ListItemGroupHeader$1, { focused: this.focused, part: "header", accessibleRole: ListItemAccessibleRole$1.ListItem, children: [this.hasFormattedHeader ? i18nDefaults.jsx("slot", { name: "header" }) : this.headerText, i18nDefaults.jsx("div", { role: "list", slot: "subItems", "aria-owns": `${this._id}-content`, "aria-label": this.headerText })] }), i18nDefaults.jsxs("div", { class: "ui5-group-li-root", onDragEnter: this._ondragenter, onDragOver: this._ondragover, onDrop: this._ondrop, onDragLeave: this._ondragleave, id: `${this._id}-content`, children: [i18nDefaults.jsx("slot", {}), i18nDefaults.jsx(DropIndicator$1, { orientation: "Horizontal", ownerReference: this })] })] }));
468
470
  }
469
471
 
470
- Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
471
- Icons.p("@ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
472
- 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-10-0-rc-2_group_header_list_item_height);background:var(--ui5-v2-10-0-rc-2-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}
472
+ Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
473
+ Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
474
+ 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-12-0-rc-2_group_header_list_item_height);background:var(--ui5-v2-12-0-rc-2-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}
473
475
  `;
474
476
 
475
477
  var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -486,7 +488,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
486
488
  * This is the item to use inside a `ui5-list`.
487
489
  *
488
490
  * ### ES6 Module Import
489
- * `import "@ui5/webcomponents/dist/ListItemGroup.js";`
491
+ * `import "sap/ushell/gen/ui5/webcomponents/dist/ListItemGroup.js";`
490
492
  * @csspart header - Used to style the header item of the group
491
493
  * @constructor
492
494
  * @extends UI5Element
@@ -604,7 +606,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
604
606
  ListItemGroup = __decorate$1([
605
607
  webcomponentsBase.m({
606
608
  tag: "ui5-li-group",
607
- renderer: i18nDefaults.d,
609
+ renderer: i18nDefaults.y,
608
610
  languageAware: true,
609
611
  template: ListItemGroupTemplate,
610
612
  styles: [ListItemGroupCss],
@@ -642,6 +644,22 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
642
644
  return "isListItemGroup" in object;
643
645
  };
644
646
 
647
+ const findVerticalScrollContainer = (element) => {
648
+ while (element) {
649
+ const { overflowY } = window.getComputedStyle(element);
650
+ if (overflowY === "auto" || overflowY === "scroll") {
651
+ return element;
652
+ }
653
+ if (element.parentNode instanceof ShadowRoot) {
654
+ element = element.parentNode.host;
655
+ }
656
+ else {
657
+ element = element.parentElement;
658
+ }
659
+ }
660
+ return document.scrollingElement || document.documentElement;
661
+ };
662
+
645
663
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
646
664
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
647
665
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
@@ -691,17 +709,17 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
691
709
  * #### Fast Navigation
692
710
  * This component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].
693
711
  * In order to use this functionality, you need to import the following module:
694
- * `import "@ui5/webcomponents-base/dist/features/F6Navigation.js"`
712
+ * `import "sap/ushell/gen/ui5/webcomponents-base/dist/features/F6Navigation.js"`
695
713
  *
696
714
  * ### ES6 Module Import
697
715
  *
698
- * `import "@ui5/webcomponents/dist/List.js";`
716
+ * `import "sap/ushell/gen/ui5/webcomponents/dist/List.js";`
699
717
  *
700
- * `import "@ui5/webcomponents/dist/ListItemStandard.js";` (for `ui5-li`)
718
+ * `import "sap/ushell/gen/ui5/webcomponents/dist/ListItemStandard.js";` (for `ui5-li`)
701
719
  *
702
- * `import "@ui5/webcomponents/dist/ListItemCustom.js";` (for `ui5-li-custom`)
720
+ * `import "sap/ushell/gen/ui5/webcomponents/dist/ListItemCustom.js";` (for `ui5-li-custom`)
703
721
  *
704
- * `import "@ui5/webcomponents/dist/ListItemGroup.js";` (for `ui5-li-group`)
722
+ * `import "sap/ushell/gen/ui5/webcomponents/dist/ListItemGroup.js";` (for `ui5-li-group`)
705
723
  * @constructor
706
724
  * @extends UI5Element
707
725
  * @public
@@ -857,6 +875,9 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
857
875
  }
858
876
  });
859
877
  }
878
+ getFocusDomRef() {
879
+ return this._itemNavigation._getCurrentItem();
880
+ }
860
881
  get shouldRenderH1() {
861
882
  return !this.header.length && this.headerText;
862
883
  }
@@ -986,7 +1007,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
986
1007
  }
987
1008
  async observeListEnd() {
988
1009
  if (!this.listEndObserved) {
989
- await Icons.f$3();
1010
+ await Icons.f$1();
990
1011
  this.getIntersectionObserver().observe(this.listEndDOM);
991
1012
  this.listEndObserved = true;
992
1013
  }
@@ -1493,9 +1514,10 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
1493
1514
  }
1494
1515
  getIntersectionObserver() {
1495
1516
  if (!this.growingIntersectionObserver) {
1517
+ const scrollContainer = this.scrollContainer || findVerticalScrollContainer(this.getDomRef());
1496
1518
  this.growingIntersectionObserver = new IntersectionObserver(this.onInteresection.bind(this), {
1497
- root: null,
1498
- rootMargin: "0px",
1519
+ root: scrollContainer,
1520
+ rootMargin: "5px",
1499
1521
  threshold: 1.0,
1500
1522
  });
1501
1523
  }
@@ -1573,13 +1595,13 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
1573
1595
  webcomponentsBase.d()
1574
1596
  ], List.prototype, "header", void 0);
1575
1597
  __decorate([
1576
- i18nDefaults.i("@ui5/webcomponents")
1598
+ i18nDefaults.i("sap/ushell/gen/ui5/webcomponents")
1577
1599
  ], List, "i18nBundle", void 0);
1578
1600
  List = List_1 = __decorate([
1579
1601
  webcomponentsBase.m({
1580
1602
  tag: "ui5-list",
1581
1603
  fastNavigation: true,
1582
- renderer: i18nDefaults.d,
1604
+ renderer: i18nDefaults.y,
1583
1605
  template: ListTemplate,
1584
1606
  styles: [
1585
1607
  listCss,
@@ -1,73 +1,15 @@
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/i18n-defaults', 'sap/ushell/thirdparty/ListItemTemplate', 'sap/ushell/thirdparty/MenuItem2', 'sap/ushell/thirdparty/ListItemCustom', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/Label'], (function (webcomponentsBase, webcomponents, eventStrict, Icons, i18nDefaults, ListItemTemplate, MenuItem, ListItemCustom, BusyIndicator, List, Button, information, toLowercaseEnumValue, Icon, Label) { 'use strict';
2
-
3
- function MenuSeparatorTemplate() {
4
- return (i18nDefaults.jsx(ListItemCustom.ListItemCustom, { class: "ui5-menu-separator", _forcedAccessibleRole: "separator", disabled: true }));
5
- }
6
-
7
- Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
8
- Icons.p("@ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
9
- 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}
10
- `;
11
-
12
- var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
13
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
14
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
15
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
16
- return c > 3 && r && Object.defineProperty(target, key, r), r;
17
- };
18
- /**
19
- * @class
20
- * The `ui5-menu-separator` represents a horizontal line to separate menu items inside a `ui5-menu`.
21
- * @constructor
22
- * @extends ListItemBase
23
- * @implements {IMenuItem}
24
- * @public
25
- * @since 2.0.0
26
- */
27
- let MenuSeparator = class MenuSeparator extends BusyIndicator.ListItemBase {
28
- get isSeparator() {
29
- return true;
30
- }
31
- get classes() {
32
- return {
33
- main: {
34
- "ui5-menu-separator": true,
35
- },
36
- };
37
- }
38
- /**
39
- * @override
40
- */
41
- get _focusable() {
42
- return false;
43
- }
44
- /**
45
- * @override
46
- */
47
- get _pressable() {
48
- return false;
49
- }
50
- };
51
- MenuSeparator = __decorate$1([
52
- webcomponentsBase.m({
53
- tag: "ui5-menu-separator",
54
- renderer: i18nDefaults.d,
55
- styles: [menuSeparatorCss],
56
- template: MenuSeparatorTemplate,
57
- })
58
- ], MenuSeparator);
59
- MenuSeparator.define();
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/i18n-defaults', '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/Icon', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/Label'], (function (webcomponentsBase, webcomponents, eventStrict, Icons, i18nDefaults, ResponsivePopover, MenuItem, List, BusyIndicator, Button, information, Icon, toLowercaseEnumValue, Label) { 'use strict';
60
2
 
61
3
  function MenuTemplate() {
62
- return (i18nDefaults.jsxs(ListItemTemplate.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 &&
4
+ return (i18nDefaults.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 &&
63
5
  i18nDefaults.jsxs("div", { slot: "header", class: "ui5-menu-dialog-header", children: [i18nDefaults.jsx("div", { class: "ui5-menu-dialog-title", children: i18nDefaults.jsx("h1", { children: this.headerText }) }), i18nDefaults.jsx(Button.Button, { icon: information.decline, design: "Transparent", "aria-label": this.labelClose, onClick: this._close })] }), i18nDefaults.jsx("div", { id: `${this._id}-menu-main`, children: this.items.length ?
64
- (i18nDefaults.jsx(List.List, { id: `${this._id}- menu-list`, selectionMode: "None", loading: this.loading, loadingDelay: this.loadingDelay, separators: "None", accessibleRole: "Menu", onItemClick: this._itemClick, onMouseOver: this._itemMouseOver, onKeyDown: this._itemKeyDown, "onui5-close-menu": this._close, children: i18nDefaults.jsx("slot", {}) }))
6
+ (i18nDefaults.jsx(List.List, { id: `${this._id}- menu-list`, selectionMode: "None", loading: this.loading, loadingDelay: this.loadingDelay, separators: "None", accessibleRole: "Menu", onItemClick: this._itemClick, onMouseOver: this._itemMouseOver, onKeyDown: this._itemKeyDown, "onui5-close-menu": this._close, "onui5-exit-end-content": this._navigateOutOfEndContent, children: i18nDefaults.jsx("slot", {}) }))
65
7
  : this.loading && (i18nDefaults.jsx(BusyIndicator.BusyIndicator, { id: `${this._id}-menu-busy-indicator`, delay: this.loadingDelay, class: "ui5-menu-busy-indicator", active: true })) })] }));
66
8
  }
67
9
 
68
10
  Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
69
11
  Icons.p("@ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
70
- 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-10-0-rc-2_menu_popover_border_radius)}.ui5-menu-busy-indicator{width:100%}.ui5-menu-dialog-header{display:flex;height:var(--_ui5-v2-10-0-rc-2-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}
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-12-0-rc-2_menu_popover_border_radius)}.ui5-menu-busy-indicator{width:100%}.ui5-menu-dialog-header{display:flex;height:var(--_ui5-v2-12-0-rc-2-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}
71
13
  `;
72
14
 
73
15
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -108,7 +50,11 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
108
50
  * - `Arrow Left` or `ArrowRight` - Navigate between the menu item actions and the menu item itself
109
51
  * - `Arrow Up` / `Arrow Down` - Navigates up and down the currently visible menu items
110
52
  *
111
- * Note: if the text ditrection is set to Right-to-left (RTL), `Arrow Right` and `Arrow Left` functionality is swapped.
53
+ * **Note:** If the text direction is set to Right-to-left (RTL), `Arrow Right` and `Arrow Left` functionality is swapped.
54
+ *
55
+ * Application developers are responsible for ensuring that interactive elements placed in the `endContent` slot
56
+ * have the correct accessibility behaviour, including their enabled or disabled states.
57
+ * The menu does not manage these aspects when the menu item state changes.
112
58
  *
113
59
  * ### ES6 Module Import
114
60
  *
@@ -156,23 +102,65 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
156
102
  return Menu_1.i18nBundle.getText(i18nDefaults.MENU_CLOSE_BUTTON_ARIA_LABEL);
157
103
  }
158
104
  get isPhone() {
159
- return Icons.d$1();
105
+ return Icons.d();
160
106
  }
161
107
  get _popover() {
162
108
  return this.shadowRoot.querySelector("[ui5-responsive-popover]");
163
109
  }
110
+ get _list() {
111
+ return this.shadowRoot.querySelector("[ui5-list]");
112
+ }
113
+ /** Returns menu item groups */
114
+ get _menuItemGroups() {
115
+ return this.items.filter(MenuItem.isInstanceOfMenuItemGroup);
116
+ }
117
+ /** Returns menu items */
164
118
  get _menuItems() {
165
- return this.items.filter((item) => !item.isSeparator);
119
+ return this.items.filter(MenuItem.isInstanceOfMenuItem);
120
+ }
121
+ /** Returns all menu items (including those in groups */
122
+ get _allMenuItems() {
123
+ const items = [];
124
+ this.items.forEach(item => {
125
+ if (MenuItem.isInstanceOfMenuItemGroup(item)) {
126
+ items.push(...item._menuItems);
127
+ }
128
+ else if (!MenuItem.isInstanceOfMenuSeparator(item)) {
129
+ items.push(item);
130
+ }
131
+ });
132
+ return items;
133
+ }
134
+ /** Returns menu items included in the ItemNavigation */
135
+ get _navigatableMenuItems() {
136
+ const items = [];
137
+ const slottedItems = this.getSlottedNodes("items");
138
+ slottedItems.forEach(item => {
139
+ if (MenuItem.isInstanceOfMenuItemGroup(item)) {
140
+ const groupItems = item.getSlottedNodes("items");
141
+ items.push(...groupItems);
142
+ }
143
+ else if (!MenuItem.isInstanceOfMenuSeparator(item)) {
144
+ items.push(item);
145
+ }
146
+ });
147
+ return items;
166
148
  }
167
149
  get acessibleNameText() {
168
150
  return Menu_1.i18nBundle.getText(i18nDefaults.MENU_POPOVER_ACCESSIBLE_NAME);
169
151
  }
170
152
  onBeforeRendering() {
171
- const siblingsWithIcon = this._menuItems.some(menuItem => !!menuItem.icon);
172
- this._menuItems.forEach(item => {
153
+ const siblingsWithIcon = this._allMenuItems.some(menuItem => !!menuItem.icon);
154
+ this._setupItemNavigation();
155
+ this._allMenuItems.forEach(item => {
173
156
  item._siblingsWithIcon = siblingsWithIcon;
174
157
  });
175
158
  }
159
+ _setupItemNavigation() {
160
+ if (this._list) {
161
+ this._list._itemNavigation._getItems = () => this._navigatableMenuItems;
162
+ }
163
+ }
176
164
  _close() {
177
165
  this.open = false;
178
166
  }
@@ -188,43 +176,41 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
188
176
  item._popover.open = true;
189
177
  item.selected = true;
190
178
  }
191
- _closeItemSubMenu(item) {
192
- if (item && item._popover) {
193
- const openedSibling = item._menuItems.find(menuItem => menuItem._popover && menuItem._popover.open);
194
- if (openedSibling) {
195
- this._closeItemSubMenu(openedSibling);
196
- }
197
- item._popover.open = false;
198
- item.selected = false;
199
- }
200
- }
201
179
  _itemMouseOver(e) {
202
- if (Icons.f$1()) {
203
- // respect mouseover only on desktop
204
- const item = e.target;
205
- if (this._isInstanceOfMenuItem(item)) {
206
- item.focus();
207
- // Opens submenu with 300ms delay
208
- this._startOpenTimeout(item);
209
- }
180
+ if (!Icons.f()) {
181
+ return;
182
+ }
183
+ const item = e.target;
184
+ if (!MenuItem.isInstanceOfMenuItem(item)) {
185
+ return;
210
186
  }
187
+ item.focus();
188
+ // Opens submenu with 300ms delay
189
+ this._startOpenTimeout(item);
211
190
  }
212
191
  async focus(focusOptions) {
213
- await Icons.f$3();
214
- const firstMenuItem = this._menuItems[0];
192
+ await Icons.f$1();
193
+ const firstMenuItem = this._allMenuItems[0];
215
194
  if (firstMenuItem) {
216
195
  return firstMenuItem.focus(focusOptions);
217
196
  }
218
197
  return super.focus(focusOptions);
219
198
  }
199
+ _closeOtherSubMenus(item) {
200
+ const menuItems = this._allMenuItems;
201
+ if (!menuItems.includes(item)) {
202
+ return;
203
+ }
204
+ menuItems.forEach(menuItem => {
205
+ if (menuItem !== item) {
206
+ menuItem._close();
207
+ }
208
+ });
209
+ }
220
210
  _startOpenTimeout(item) {
221
211
  clearTimeout(this._timeout);
222
212
  this._timeout = setTimeout(() => {
223
- const opener = item.parentElement;
224
- const openedSibling = opener && opener._menuItems.find(menuItem => menuItem._popover && menuItem._popover.open);
225
- if (openedSibling) {
226
- this._closeItemSubMenu(openedSibling);
227
- }
213
+ this._closeOtherSubMenus(item);
228
214
  this._openItemSubMenu(item);
229
215
  }, MENU_OPEN_DELAY);
230
216
  }
@@ -235,8 +221,9 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
235
221
  "item": item,
236
222
  "text": item.text || "",
237
223
  });
238
- if (!prevented && this._popover) {
239
- item.fireDecoratorEvent("close-menu");
224
+ if (!prevented) {
225
+ item._updateCheckedState();
226
+ this._popover && item.fireDecoratorEvent("close-menu");
240
227
  }
241
228
  }
242
229
  else {
@@ -246,39 +233,39 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
246
233
  _itemKeyDown(e) {
247
234
  const isTabNextPrevious = webcomponentsBase.B(e) || webcomponentsBase.m$1(e);
248
235
  const item = e.target;
249
- const parentElement = item.parentElement;
250
- const shouldItemNavigation = webcomponentsBase.D(e) || webcomponentsBase.P(e);
236
+ if (!MenuItem.isInstanceOfMenuItem(item)) {
237
+ return;
238
+ }
239
+ const menuItemInMenu = this._allMenuItems.includes(item);
240
+ const isItemNavigation = webcomponentsBase.D(e) || webcomponentsBase.P(e);
241
+ const isItemSelection = webcomponentsBase.b$1(e) || webcomponentsBase.i(e);
242
+ const isEndContentNavigation = webcomponentsBase.c(e) || webcomponentsBase.K(e);
251
243
  const shouldOpenMenu = this.isRtl ? webcomponentsBase.K(e) : webcomponentsBase.c(e);
252
- const shouldCloseMenu = !shouldItemNavigation && !shouldOpenMenu && this._isInstanceOfMenuItem(parentElement);
253
- if (this._isInstanceOfMenuItem(item)) {
254
- if (webcomponentsBase.b$1(e) || isTabNextPrevious) {
255
- e.preventDefault();
256
- }
257
- if (webcomponentsBase.c(e) || webcomponentsBase.K(e)) {
258
- item._navigateToEndContent(webcomponentsBase.K(e));
259
- }
260
- if (shouldOpenMenu) {
261
- this._openItemSubMenu(item);
262
- }
263
- else if ((shouldCloseMenu || isTabNextPrevious) && parentElement._popover) {
264
- parentElement._popover.open = false;
265
- parentElement.selected = false;
266
- parentElement._popover.focusOpener();
267
- }
244
+ const shouldCloseMenu = menuItemInMenu && !(isItemNavigation || isItemSelection || isEndContentNavigation);
245
+ if (webcomponentsBase.b$1(e) || isTabNextPrevious) {
246
+ e.preventDefault();
247
+ }
248
+ if (isEndContentNavigation) {
249
+ item._navigateToEndContent(webcomponentsBase.K(e));
268
250
  }
269
- else if (webcomponentsBase.D(e)) {
270
- this._navigateOutOfEndContent(parentElement);
251
+ if (shouldOpenMenu) {
252
+ this._openItemSubMenu(item);
271
253
  }
272
- else if (webcomponentsBase.P(e)) {
273
- this._navigateOutOfEndContent(parentElement, true);
254
+ else if ((shouldCloseMenu || isTabNextPrevious)) {
255
+ this._close();
274
256
  }
275
257
  }
276
- _navigateOutOfEndContent(menuItem, isDownwards) {
277
- const opener = menuItem?.parentElement;
278
- const currentIndex = opener._menuItems.indexOf(menuItem);
279
- const nextItem = isDownwards ? opener._menuItems[currentIndex + 1] : opener._menuItems[currentIndex - 1];
280
- const itemToFocus = nextItem || opener._menuItems[currentIndex];
281
- itemToFocus.focus();
258
+ _navigateOutOfEndContent(e) {
259
+ const item = e.target;
260
+ const shouldNavigateToNextItem = e.detail.shouldNavigateToNextItem;
261
+ const menuItems = this._allMenuItems;
262
+ const itemIndex = menuItems.indexOf(item);
263
+ if (itemIndex > -1) {
264
+ const nextItem = shouldNavigateToNextItem ? menuItems[itemIndex + 1] : menuItems[itemIndex - 1];
265
+ const itemToFocus = nextItem || menuItems[itemIndex];
266
+ itemToFocus?.focus();
267
+ e.stopPropagation();
268
+ }
282
269
  }
283
270
  _beforePopoverOpen(e) {
284
271
  const prevented = !this.fireDecoratorEvent("before-open", {});
@@ -288,7 +275,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
288
275
  }
289
276
  }
290
277
  _afterPopoverOpen() {
291
- this._menuItems[0]?.focus();
278
+ this._allMenuItems[0]?.focus();
292
279
  this.fireDecoratorEvent("open");
293
280
  }
294
281
  _beforePopoverClose(e) {
@@ -302,9 +289,6 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
302
289
  this.open = false;
303
290
  this.fireDecoratorEvent("close");
304
291
  }
305
- _isInstanceOfMenuItem(object) {
306
- return "isMenuItem" in object;
307
- }
308
292
  };
309
293
  __decorate([
310
294
  webcomponentsBase.s()
@@ -322,7 +306,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
322
306
  webcomponentsBase.s({ type: Number })
323
307
  ], Menu.prototype, "loadingDelay", void 0);
324
308
  __decorate([
325
- webcomponentsBase.s({ converter: ListItemTemplate.e })
309
+ webcomponentsBase.s({ converter: ResponsivePopover.e })
326
310
  ], Menu.prototype, "opener", void 0);
327
311
  __decorate([
328
312
  webcomponentsBase.d({ "default": true, type: HTMLElement, invalidateOnChildChange: true })
@@ -333,7 +317,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
333
317
  Menu = Menu_1 = __decorate([
334
318
  webcomponentsBase.m({
335
319
  tag: "ui5-menu",
336
- renderer: i18nDefaults.d,
320
+ renderer: i18nDefaults.y,
337
321
  styles: menuCss,
338
322
  template: MenuTemplate,
339
323
  })
@@ -1,7 +1,10 @@
1
- sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/MenuItem2', 'sap/ushell/thirdparty/ListItemTemplate', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Label'], (function (webcomponentsBase, webcomponents, i18nDefaults, eventStrict, Icons, MenuItem, ListItemTemplate, information, Button, toLowercaseEnumValue, Icon, List, BusyIndicator, Label) { 'use strict';
1
+ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/MenuItem2', 'sap/ushell/thirdparty/ResponsivePopover', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/List'], (function (exports, webcomponentsBase, webcomponents, i18nDefaults, eventStrict, Icons, MenuItem, ResponsivePopover, information, BusyIndicator, toLowercaseEnumValue, Label, Button, Icon, List) { 'use strict';
2
2
 
3
3
 
4
4
 
5
- return MenuItem.MenuItem;
5
+ exports.default = MenuItem.MenuItem;
6
+ exports.isInstanceOfMenuItem = MenuItem.isInstanceOfMenuItem;
7
+
8
+ Object.defineProperty(exports, '__esModule', { value: true });
6
9
 
7
10
  }));