@sapui5/sap.ushell 1.139.0 → 1.139.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (608) hide show
  1. package/package.json +1 -1
  2. package/src/main/js/sap/ushell/.library +1 -1
  3. package/src/main/js/sap/ushell/ApplicationType/urlTemplateResolution.js +0 -9
  4. package/src/main/js/sap/ushell/ApplicationType/wdaResolution.js +18 -0
  5. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  6. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  7. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  8. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  9. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  10. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
  11. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
  12. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
  13. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
  14. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
  15. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  16. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  17. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  18. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  19. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  20. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  64. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  65. package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +4 -1
  66. package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +1 -1
  67. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/LifecycleHandler.js +8 -5
  68. package/src/main/js/sap/ushell/appIntegration/PostMessageManager.js +15 -1
  69. package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +1 -1
  70. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -1
  71. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
  72. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
  73. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
  74. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
  75. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
  76. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
  77. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
  78. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
  79. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +74 -17
  80. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
  81. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
  82. package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
  83. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  84. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
  85. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
  86. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
  87. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
  88. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +17 -21
  89. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
  90. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
  91. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
  92. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +4 -4
  93. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
  94. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  95. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  96. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
  97. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  98. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  99. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  100. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
  101. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  102. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  103. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  104. package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +1 -1
  105. package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
  106. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  107. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
  108. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
  109. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  110. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  111. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  112. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  113. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  114. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  115. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  116. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  117. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  118. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  119. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
  120. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  121. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  122. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  123. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  124. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  125. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  126. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
  127. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  128. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
  129. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  130. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  131. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  132. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  133. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  134. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  135. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  136. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/FrequentActivityProvider.js +1 -1
  137. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/RecentSearchProvider.js +1 -1
  138. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchProvider.js +1 -1
  139. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchServiceProvider.js +1 -1
  140. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/manifest.json +1 -1
  141. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  142. package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +40 -2
  143. package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +8 -0
  144. package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
  145. package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +22 -20
  146. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
  147. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +6 -1
  148. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  149. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  150. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  151. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  152. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  153. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  154. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  155. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  156. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  157. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  158. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  159. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  160. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  161. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  162. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  163. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  164. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  165. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Avatar.js +112 -113
  166. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Button.js +211 -136
  167. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Label.js +69 -70
  168. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItem.js +71 -81
  169. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemBase.js +34 -40
  170. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemGroup.js +146 -83
  171. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Menu.js +178 -119
  172. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +190 -155
  173. package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +538 -367
  174. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationList.js +128 -78
  175. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +86 -76
  176. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItem.js +127 -98
  177. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItemBase.js +50 -47
  178. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/Search.js +156 -137
  179. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItem.js +78 -63
  180. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItemGroup.js +31 -29
  181. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchMessageArea.js +48 -46
  182. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchScope.js +49 -49
  183. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBar.js +373 -213
  184. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarBranding.js +73 -71
  185. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarItem.js +81 -63
  186. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSearch.js +150 -126
  187. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSpacer.js +44 -42
  188. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +190 -136
  189. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuAccount.js +78 -76
  190. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuItem.js +37 -35
  191. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +1641 -1388
  192. package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +2818 -2449
  193. package/src/main/js/sap/ushell/library.js +1 -1
  194. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  195. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  196. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  197. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  198. package/src/main/js/sap/ushell/renderer/AccessKeysHandler.js +17 -13
  199. package/src/main/js/sap/ushell/renderer/NavContainer.js +6 -0
  200. package/src/main/js/sap/ushell/renderer/Renderer.js +2 -2
  201. package/src/main/js/sap/ushell/renderer/Shell.controller.js +0 -17
  202. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  203. package/src/main/js/sap/ushell/services/AppLifeCycle.js +26 -3
  204. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  205. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  206. package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
  207. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  208. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  209. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  210. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  211. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  212. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  213. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  214. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  215. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  216. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  217. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  218. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  219. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  220. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  221. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  222. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  223. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  224. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  225. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  226. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  227. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  228. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
  229. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  230. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  231. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
  232. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  233. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  234. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
  235. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
  236. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  237. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  238. package/src/main/js/sap/ushell/services/Message.js +1 -1
  239. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +1 -1
  240. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  241. package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
  242. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
  243. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  244. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  245. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  246. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  247. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  248. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  249. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  250. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  251. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  252. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
  253. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
  254. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
  255. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
  256. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  257. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  258. package/src/main/js/sap/ushell/services/Search.js +1 -1
  259. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  260. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  261. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  262. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  263. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  264. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  265. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  266. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  267. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  268. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  269. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  270. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  271. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  272. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  273. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  274. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  275. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  276. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  277. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  278. package/src/main/js/sap/ushell/state/StrategyFactory/HeadEndItemsStrategy.js +7 -0
  279. package/src/main/js/sap/ushell/state/modules/BackNavigation.js +1 -1
  280. package/src/main/js/sap/ushell/state/modules/ContentDensity.js +1 -1
  281. package/src/main/js/sap/ushell/state/modules/Favicon.js +1 -1
  282. package/src/main/js/sap/ushell/state/modules/HeaderLogo.js +1 -1
  283. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  284. package/src/main/js/sap/ushell/themes/base/ToolAreaItem.less +1 -1
  285. package/src/main/js/sap/ushell/thirdparty/Avatar.js +8 -8
  286. package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +13 -10
  287. package/src/main/js/sap/ushell/thirdparty/Button.js +1 -1
  288. package/src/main/js/sap/ushell/thirdparty/Button2.js +88 -25
  289. package/src/main/js/sap/ushell/thirdparty/FocusableElements.js +10 -0
  290. package/src/main/js/sap/ushell/thirdparty/Icon.js +32 -15
  291. package/src/main/js/sap/ushell/thirdparty/Icons.js +130 -92
  292. package/src/main/js/sap/ushell/thirdparty/Label.js +4 -4
  293. package/src/main/js/sap/ushell/thirdparty/Link.js +7 -7
  294. package/src/main/js/sap/ushell/thirdparty/List.js +108 -129
  295. package/src/main/js/sap/ushell/thirdparty/ListBoxItemGroupTemplate.js +1 -1
  296. package/src/main/js/sap/ushell/thirdparty/ListItemAdditionalText.css.js +10 -0
  297. package/src/main/js/sap/ushell/thirdparty/ListItemBase.js +24 -12
  298. package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +62 -46
  299. package/src/main/js/sap/ushell/thirdparty/ListItemGroup.js +238 -73
  300. package/src/main/js/sap/ushell/thirdparty/Menu.js +13 -14
  301. package/src/main/js/sap/ushell/thirdparty/MenuItem.js +1 -1
  302. package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +54 -20
  303. package/src/main/js/sap/ushell/thirdparty/NotificationList.js +8 -8
  304. package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +14 -14
  305. package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +23 -14
  306. package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +4 -4
  307. package/src/main/js/sap/ushell/thirdparty/ResponsivePopover.js +104 -56
  308. package/src/main/js/sap/ushell/thirdparty/SearchItem.js +54 -8
  309. package/src/main/js/sap/ushell/thirdparty/SearchItemGroup.js +4 -7
  310. package/src/main/js/sap/ushell/thirdparty/SearchMessageArea.js +4 -4
  311. package/src/main/js/sap/ushell/thirdparty/ShellBar.js +73 -39
  312. package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +6 -6
  313. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch.js +1 -1
  314. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch2.js +385 -180
  315. package/src/main/js/sap/ushell/thirdparty/Tag.js +6 -6
  316. package/src/main/js/sap/ushell/thirdparty/Text.js +4 -4
  317. package/src/main/js/sap/ushell/thirdparty/Title.js +4 -4
  318. package/src/main/js/sap/ushell/thirdparty/UserMenu.js +21 -21
  319. package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +3 -3
  320. package/src/main/js/sap/ushell/thirdparty/WrappingType.js +24 -0
  321. package/src/main/js/sap/ushell/thirdparty/_dynamics/InputComposition.js +35 -0
  322. package/src/main/js/sap/ushell/thirdparty/_dynamics/InputSuggestions.js +7 -54
  323. package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +3 -3
  324. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT.js +202 -178
  325. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT2.js +145 -121
  326. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons.js +2 -1
  327. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons2.js +2 -1
  328. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar.js +858 -174
  329. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +603 -711
  330. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg.js +858 -174
  331. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +603 -711
  332. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca.js +858 -174
  333. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +603 -711
  334. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr.js +858 -174
  335. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +603 -711
  336. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs.js +858 -174
  337. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +603 -711
  338. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy.js +858 -174
  339. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +603 -711
  340. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da.js +858 -174
  341. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +603 -711
  342. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de.js +858 -174
  343. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +603 -711
  344. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el.js +858 -174
  345. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +603 -711
  346. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en.js +858 -174
  347. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +603 -717
  348. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB.js +858 -174
  349. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +603 -711
  350. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd.js +858 -174
  351. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +603 -711
  352. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi.js +858 -174
  353. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +603 -717
  354. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc.js +858 -174
  355. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +603 -711
  356. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es.js +858 -174
  357. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +603 -711
  358. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX.js +858 -174
  359. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +603 -711
  360. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et.js +858 -174
  361. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +603 -711
  362. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi.js +858 -174
  363. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +603 -711
  364. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr.js +858 -174
  365. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +603 -711
  366. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA.js +858 -174
  367. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +603 -711
  368. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi.js +858 -174
  369. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +603 -711
  370. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr.js +858 -174
  371. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +603 -711
  372. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu.js +858 -174
  373. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +603 -711
  374. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id.js +858 -174
  375. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +603 -711
  376. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it.js +858 -174
  377. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +603 -711
  378. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw.js +858 -174
  379. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +603 -711
  380. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja.js +858 -174
  381. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +603 -711
  382. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk.js +858 -174
  383. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +603 -711
  384. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko.js +858 -174
  385. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +603 -711
  386. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt.js +858 -174
  387. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +603 -711
  388. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv.js +858 -174
  389. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +603 -711
  390. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk.js +858 -174
  391. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +603 -711
  392. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms.js +858 -174
  393. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +603 -711
  394. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl.js +858 -174
  395. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +603 -711
  396. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no.js +858 -174
  397. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +603 -711
  398. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl.js +858 -174
  399. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +603 -711
  400. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt.js +858 -174
  401. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +603 -711
  402. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT.js +858 -174
  403. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +603 -711
  404. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro.js +858 -174
  405. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +603 -711
  406. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru.js +858 -174
  407. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +603 -711
  408. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh.js +858 -174
  409. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +603 -711
  410. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk.js +858 -174
  411. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +603 -711
  412. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl.js +858 -174
  413. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +603 -711
  414. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr.js +858 -174
  415. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +603 -711
  416. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv.js +858 -174
  417. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +603 -711
  418. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th.js +858 -174
  419. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +603 -711
  420. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr.js +858 -174
  421. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +603 -711
  422. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk.js +858 -174
  423. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +603 -711
  424. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi.js +858 -174
  425. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +603 -711
  426. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN.js +858 -174
  427. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +603 -711
  428. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW.js +858 -174
  429. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +603 -711
  430. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
  431. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
  432. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
  433. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
  434. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
  435. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
  436. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
  437. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
  438. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
  439. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
  440. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
  441. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
  442. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
  443. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
  444. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
  445. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
  446. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css26.js +1 -1
  447. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css3.js +1 -1
  448. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css4.js +1 -1
  449. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css5.js +1 -1
  450. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css6.js +1 -1
  451. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css7.js +1 -1
  452. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css8.js +1 -1
  453. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css9.js +1 -1
  454. package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +17 -1
  455. package/src/main/js/sap/ushell/thirdparty/i18n-defaults2.js +2 -0
  456. package/src/main/js/sap/ushell/thirdparty/information.js +10 -10
  457. package/src/main/js/sap/ushell/thirdparty/overflow.js +16 -36
  458. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +40 -4
  459. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css2.js +3 -39
  460. package/src/main/js/sap/ushell/thirdparty/slim-arrow-down.js +4 -4
  461. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons/AllIcons.js +2 -2
  462. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-business-suite/AllIcons.js +2 -2
  463. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-tnt/AllIcons.js +2 -2
  464. package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +76 -62
  465. package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +53 -53
  466. package/src/main/js/sap/ushell/thirdparty/webcomponents.js +54 -265
  467. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  468. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  469. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  470. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  471. package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +1 -0
  472. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  473. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  474. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  475. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  476. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  477. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
  478. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
  479. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  480. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  481. package/src/main/js/sap/ushell/thirdparty/AccessibilityTextsHelper.js +0 -13
  482. package/src/main/js/sap/ushell/thirdparty/_dynamics/ar.js +0 -7139
  483. package/src/main/js/sap/ushell/thirdparty/_dynamics/ar_EG.js +0 -7139
  484. package/src/main/js/sap/ushell/thirdparty/_dynamics/ar_SA.js +0 -7138
  485. package/src/main/js/sap/ushell/thirdparty/_dynamics/bg.js +0 -6031
  486. package/src/main/js/sap/ushell/thirdparty/_dynamics/ca.js +0 -6133
  487. package/src/main/js/sap/ushell/thirdparty/_dynamics/cnr.js +0 -6219
  488. package/src/main/js/sap/ushell/thirdparty/_dynamics/cs.js +0 -6759
  489. package/src/main/js/sap/ushell/thirdparty/_dynamics/da.js +0 -5977
  490. package/src/main/js/sap/ushell/thirdparty/_dynamics/de.js +0 -6098
  491. package/src/main/js/sap/ushell/thirdparty/_dynamics/de_AT.js +0 -6099
  492. package/src/main/js/sap/ushell/thirdparty/_dynamics/de_CH.js +0 -6097
  493. package/src/main/js/sap/ushell/thirdparty/_dynamics/el.js +0 -5882
  494. package/src/main/js/sap/ushell/thirdparty/_dynamics/el_CY.js +0 -5882
  495. package/src/main/js/sap/ushell/thirdparty/_dynamics/en.js +0 -6094
  496. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_AU.js +0 -6134
  497. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_GB.js +0 -6125
  498. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_HK.js +0 -6136
  499. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_IE.js +0 -6125
  500. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_IN.js +0 -6132
  501. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_NZ.js +0 -6125
  502. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_PG.js +0 -6126
  503. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_SG.js +0 -6132
  504. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_ZA.js +0 -6126
  505. package/src/main/js/sap/ushell/thirdparty/_dynamics/es.js +0 -6153
  506. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_AR.js +0 -6156
  507. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_BO.js +0 -6155
  508. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_CL.js +0 -6048
  509. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_CO.js +0 -6048
  510. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_MX.js +0 -6157
  511. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_PE.js +0 -5939
  512. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_UY.js +0 -5941
  513. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_VE.js +0 -5940
  514. package/src/main/js/sap/ushell/thirdparty/_dynamics/et.js +0 -6077
  515. package/src/main/js/sap/ushell/thirdparty/_dynamics/fa.js +0 -6002
  516. package/src/main/js/sap/ushell/thirdparty/_dynamics/fi.js +0 -6245
  517. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr.js +0 -6047
  518. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_BE.js +0 -6047
  519. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_CA.js +0 -6041
  520. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_CH.js +0 -6065
  521. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_LU.js +0 -6047
  522. package/src/main/js/sap/ushell/thirdparty/_dynamics/he.js +0 -6593
  523. package/src/main/js/sap/ushell/thirdparty/_dynamics/hi.js +0 -5911
  524. package/src/main/js/sap/ushell/thirdparty/_dynamics/hr.js +0 -6246
  525. package/src/main/js/sap/ushell/thirdparty/_dynamics/hu.js +0 -5995
  526. package/src/main/js/sap/ushell/thirdparty/_dynamics/id.js +0 -5783
  527. package/src/main/js/sap/ushell/thirdparty/_dynamics/it.js +0 -6036
  528. package/src/main/js/sap/ushell/thirdparty/_dynamics/it_CH.js +0 -6036
  529. package/src/main/js/sap/ushell/thirdparty/_dynamics/ja.js +0 -5942
  530. package/src/main/js/sap/ushell/thirdparty/_dynamics/kk.js +0 -5989
  531. package/src/main/js/sap/ushell/thirdparty/_dynamics/ko.js +0 -5823
  532. package/src/main/js/sap/ushell/thirdparty/_dynamics/lt.js +0 -6628
  533. package/src/main/js/sap/ushell/thirdparty/_dynamics/lv.js +0 -6164
  534. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +0 -590
  535. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +0 -590
  536. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +0 -590
  537. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +0 -590
  538. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +0 -590
  539. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +0 -590
  540. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +0 -590
  541. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +0 -590
  542. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +0 -590
  543. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +0 -590
  544. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +0 -590
  545. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +0 -590
  546. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +0 -590
  547. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +0 -590
  548. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +0 -590
  549. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +0 -590
  550. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +0 -590
  551. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +0 -590
  552. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +0 -590
  553. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +0 -590
  554. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +0 -590
  555. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +0 -590
  556. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +0 -590
  557. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +0 -590
  558. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +0 -590
  559. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +0 -590
  560. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +0 -590
  561. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +0 -590
  562. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +0 -590
  563. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +0 -590
  564. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +0 -590
  565. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +0 -590
  566. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +0 -590
  567. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +0 -590
  568. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +0 -590
  569. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +0 -590
  570. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +0 -590
  571. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +0 -590
  572. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +0 -590
  573. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +0 -590
  574. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +0 -590
  575. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +0 -590
  576. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +0 -590
  577. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +0 -590
  578. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +0 -590
  579. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +0 -590
  580. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +0 -590
  581. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +0 -590
  582. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +0 -590
  583. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +0 -590
  584. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +0 -590
  585. package/src/main/js/sap/ushell/thirdparty/_dynamics/mk.js +0 -6095
  586. package/src/main/js/sap/ushell/thirdparty/_dynamics/ms.js +0 -5617
  587. package/src/main/js/sap/ushell/thirdparty/_dynamics/nb.js +0 -6085
  588. package/src/main/js/sap/ushell/thirdparty/_dynamics/nl.js +0 -6252
  589. package/src/main/js/sap/ushell/thirdparty/_dynamics/nl_BE.js +0 -6252
  590. package/src/main/js/sap/ushell/thirdparty/_dynamics/pl.js +0 -6639
  591. package/src/main/js/sap/ushell/thirdparty/_dynamics/pt.js +0 -6165
  592. package/src/main/js/sap/ushell/thirdparty/_dynamics/pt_PT.js +0 -6230
  593. package/src/main/js/sap/ushell/thirdparty/_dynamics/ro.js +0 -6250
  594. package/src/main/js/sap/ushell/thirdparty/_dynamics/ru.js +0 -6553
  595. package/src/main/js/sap/ushell/thirdparty/_dynamics/ru_UA.js +0 -6553
  596. package/src/main/js/sap/ushell/thirdparty/_dynamics/sk.js +0 -6482
  597. package/src/main/js/sap/ushell/thirdparty/_dynamics/sl.js +0 -6494
  598. package/src/main/js/sap/ushell/thirdparty/_dynamics/sr.js +0 -6291
  599. package/src/main/js/sap/ushell/thirdparty/_dynamics/sr_Latn.js +0 -6278
  600. package/src/main/js/sap/ushell/thirdparty/_dynamics/sv.js +0 -6126
  601. package/src/main/js/sap/ushell/thirdparty/_dynamics/th.js +0 -5928
  602. package/src/main/js/sap/ushell/thirdparty/_dynamics/tr.js +0 -6146
  603. package/src/main/js/sap/ushell/thirdparty/_dynamics/uk.js +0 -6504
  604. package/src/main/js/sap/ushell/thirdparty/_dynamics/vi.js +0 -5720
  605. package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_CN.js +0 -5770
  606. package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_HK.js +0 -5779
  607. package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_SG.js +0 -5779
  608. package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_TW.js +0 -5846
@@ -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/i18n-defaults', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/ListItemCustom', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/ResponsivePopover', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Icon'], (function (exports, webcomponentsBase, webcomponents, parametersBundle_css, eventStrict, i18nDefaults, Icons, information, ListItemCustom, ListItemBase, ResponsivePopover, Button, List, BusyIndicator, Icon) { 'use strict';
1
+ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/ListItemCustom', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/ResponsivePopover', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Icon'], (function (exports, webcomponentsBase, webcomponents, parametersBundle_css, eventStrict, i18nDefaults, Icons, information, ListItemCustom, ListItemBase, ResponsivePopover, Button, List, BusyIndicator, Icon) { 'use strict';
2
2
 
3
3
  const name$1 = "nav-back";
4
4
  const pathData$1 = "M375.5 426q9 9 9 22.5t-9 22.5q-10 10-23 10t-23-10l-192-192q-9-9-9-22.5t9-22.5l191-193q10-10 23-10t22 10q10 9 10 22t-10 23l-157 159q-5 5-5 11.5t5 11.5z";
@@ -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 () => i18nDefaults.defaultTheme);
52
+ Icons.p("@" + "ui5" + "/" + "sap/ushell/thirdparty/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 () => i18nDefaults.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
 
@@ -107,7 +107,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
107
107
  MenuSeparator.define();
108
108
 
109
109
  function MenuItemGroupTemplate() {
110
- return (parametersBundle_css.jsx("div", { role: "group", "onui5-check": this._handleItemCheck, children: parametersBundle_css.jsx("slot", {}) }));
110
+ return (parametersBundle_css.jsx("div", { role: "group", "aria-label": this.ariaLabelText, "onui5-check": this._handleItemCheck, children: parametersBundle_css.jsx("slot", {}) }));
111
111
  }
112
112
 
113
113
  var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -116,6 +116,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
116
116
  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;
117
117
  return c > 3 && r && Object.defineProperty(target, key, r), r;
118
118
  };
119
+ var MenuItemGroup_1;
119
120
  /**
120
121
  * @class
121
122
  *
@@ -146,7 +147,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
146
147
  * @since 2.12.0
147
148
  * @public
148
149
  */
149
- let MenuItemGroup = class MenuItemGroup extends webcomponentsBase.b {
150
+ let MenuItemGroup = MenuItemGroup_1 = class MenuItemGroup extends webcomponentsBase.b {
150
151
  constructor() {
151
152
  super(...arguments);
152
153
  /**
@@ -156,6 +157,18 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
156
157
  */
157
158
  this.checkMode = "None";
158
159
  }
160
+ get ariaLabelText() {
161
+ switch (this.checkMode) {
162
+ case MenuItemGroupCheckMode$1.None:
163
+ return MenuItemGroup_1.i18nBundle.getText(i18nDefaults.MENU_ITEM_GROUP_NONE_ACCESSIBLE_NAME);
164
+ case MenuItemGroupCheckMode$1.Single:
165
+ return MenuItemGroup_1.i18nBundle.getText(i18nDefaults.MENU_ITEM_GROUP_SINGLE_ACCESSIBLE_NAME);
166
+ case MenuItemGroupCheckMode$1.Multiple:
167
+ return MenuItemGroup_1.i18nBundle.getText(i18nDefaults.MENU_ITEM_GROUP_MULTI_ACCESSIBLE_NAME);
168
+ default:
169
+ return undefined;
170
+ }
171
+ }
159
172
  get isGroup() {
160
173
  return true;
161
174
  }
@@ -215,7 +228,10 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
215
228
  __decorate$1([
216
229
  webcomponentsBase.d({ "default": true, type: HTMLElement, invalidateOnChildChange: true })
217
230
  ], MenuItemGroup.prototype, "items", void 0);
218
- MenuItemGroup = __decorate$1([
231
+ __decorate$1([
232
+ i18nDefaults.i("sap/ushell/gen/ui5/webcomponents")
233
+ ], MenuItemGroup, "i18nBundle", void 0);
234
+ MenuItemGroup = MenuItemGroup_1 = __decorate$1([
219
235
  webcomponentsBase.m({
220
236
  tag: "ui5-menu-item-group",
221
237
  renderer: parametersBundle_css.y,
@@ -260,12 +276,12 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
260
276
  }
261
277
  }
262
278
  function listItemPostContent() {
263
- 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, "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 }) })] });
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 }) })] });
264
280
  }
265
281
 
266
- Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
267
- Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
268
- 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-13-0-rc-0_menu_popover_border_radius)}.ui5-menu-busy-indicator{width:100%}.ui5-menu-dialog-header{display:flex;height:var(--_ui5-v2-13-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-13-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-13-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-13-0-rc-0-listitembase_disabled_opacity)}:host([disabled][actionable]:not([active]):not([selected]):hover),:host([disabled][active][actionable]){background:var(--ui5-v2-13-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){padding:var(--_ui5-v2-13-0-rc-0_menu_item_padding)}:host::part(content){padding-inline-end:.25rem}.ui5-menu-item-submenu-icon{min-width:var(--_ui5-v2-13-0-rc-0_list_item_icon_size);min-height:var(--_ui5-v2-13-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-13-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-13-0-rc-0_list_item_icon_size);min-height:var(--_ui5-v2-13-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" + "/" + "sap/ushell/thirdparty/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 () => i18nDefaults.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-15-0_menu_popover_border_radius)}.ui5-menu-busy-indicator{width:100%}.ui5-menu-dialog-header{display:flex;height:var(--_ui5-v2-15-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-15-0_menu_submenu_margin_offset)}.ui5-menu-rp.ui5-menu-rp-sub-menu[actual-placement=Start]{margin-top:.25rem;margin-inline:var(--_ui5-v2-15-0_menu_submenu_placement_type_left_margin_offset)}:host([disabled]){pointer-events:initial;opacity:initial}:host([disabled])::part(content){opacity:var(--_ui5-v2-15-0-listitembase_disabled_opacity)}:host([disabled][actionable]:not([active]):not([selected]):hover),:host([disabled][active][actionable]){background:var(--ui5-v2-15-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-15-0_menu_item_padding)}:host::part(content){padding-inline-end:.25rem}.ui5-menu-item-submenu-icon{min-width:var(--_ui5-v2-15-0_list_item_icon_size);min-height:var(--_ui5-v2-15-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-15-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-15-0_list_item_icon_size);min-height:var(--_ui5-v2-15-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}
269
285
  `;
270
286
 
271
287
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -347,6 +363,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
347
363
  * @private
348
364
  */
349
365
  this._checkMode = "None";
366
+ this._shiftPressed = false;
350
367
  this._itemNavigation = new webcomponentsBase.f$1(this, {
351
368
  navigationMode: webcomponentsBase.r.Horizontal,
352
369
  behavior: webcomponentsBase.l.Static,
@@ -363,6 +380,9 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
363
380
  || (item.hasAttribute("ui5-icon") && item.getAttribute("mode") === "Interactive");
364
381
  });
365
382
  }
383
+ get _isCheckable() {
384
+ return this._checkMode !== MenuItemGroupCheckMode$1.None;
385
+ }
366
386
  _navigateToEndContent(shouldNavigateToPreviousItem) {
367
387
  const navigatableItems = this._navigableItems;
368
388
  const item = shouldNavigateToPreviousItem
@@ -515,24 +535,38 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
515
535
  item.focus();
516
536
  this._closeOtherSubMenus(item);
517
537
  }
538
+ _isSpace(e) {
539
+ this._shiftPressed = this._isCheckable && webcomponentsBase.K(e);
540
+ return webcomponentsBase.A(e) || webcomponentsBase.K(e);
541
+ }
542
+ _isEnter(e) {
543
+ this._shiftPressed = this._isCheckable && webcomponentsBase.i(e);
544
+ return webcomponentsBase.b$1(e) || webcomponentsBase.i(e);
545
+ }
546
+ _onclick(e) {
547
+ this._shiftPressed = this._isCheckable && e.shiftKey;
548
+ super._onclick(e);
549
+ }
518
550
  _itemKeyDown(e) {
519
551
  const item = e.target;
520
552
  const itemInMenuItems = this._allMenuItems.includes(item);
521
- const isTabNextPrevious = webcomponentsBase.B(e) || webcomponentsBase.m$1(e);
522
- const isItemNavigation = webcomponentsBase.D(e) || webcomponentsBase.P(e);
523
- const isItemSelection = webcomponentsBase.i(e) || webcomponentsBase.b$1(e);
524
- const shouldOpenMenu = this.isRtl ? webcomponentsBase.K(e) : webcomponentsBase.c(e);
525
- const shouldCloseMenu = !(isItemNavigation || isItemSelection || shouldOpenMenu) || isTabNextPrevious;
526
- if (itemInMenuItems && shouldCloseMenu) {
553
+ const isTabNextPrevious = webcomponentsBase.x(e) || webcomponentsBase.V(e);
554
+ const shouldCloseMenu = this.isRtl ? webcomponentsBase.R(e) : webcomponentsBase.D(e);
555
+ if (itemInMenuItems && (isTabNextPrevious || shouldCloseMenu)) {
527
556
  this._close();
528
557
  this.focus();
529
558
  e.stopPropagation();
530
559
  }
531
560
  }
561
+ _itemKeyUp(e) {
562
+ if (webcomponentsBase.Ko(e)) {
563
+ this._shiftPressed = false;
564
+ }
565
+ }
532
566
  _endContentKeyDown(e) {
533
- const shouldNavigateOutOfEndContent = webcomponentsBase.D(e) || webcomponentsBase.P(e);
567
+ const shouldNavigateOutOfEndContent = webcomponentsBase.P(e) || webcomponentsBase._(e);
534
568
  if (shouldNavigateOutOfEndContent) {
535
- this.fireDecoratorEvent("exit-end-content", { shouldNavigateToNextItem: webcomponentsBase.P(e) });
569
+ this.fireDecoratorEvent("exit-end-content", { shouldNavigateToNextItem: webcomponentsBase._(e) });
536
570
  }
537
571
  }
538
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/i18n-defaults', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/NotificationListGroupItem', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/AccessibilityTextsHelper', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/NotificationListItemBase', 'sap/ushell/thirdparty/Icon'], (function (webcomponentsBase, webcomponents, webcomponentsFiori, parametersBundle_css, eventStrict, i18nDefaults, List, NotificationListGroupItem, Icons, parametersBundle_css$1, i18nDefaults$1, toLowercaseEnumValue, ListItemGroup, ListItemBase, AccessibilityTextsHelper, BusyIndicator, willShowContent, Label, NotificationListItemBase, 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.css', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/NotificationListGroupItem', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/WrappingType', '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, i18nDefaults, List, NotificationListGroupItem, Icons, parametersBundle_css$1, i18nDefaults$1, toLowercaseEnumValue, ListItemGroup, ListItemBase, WrappingType, 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.F(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-defaults2', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/AccessibilityTextsHelper'], (function (webcomponentsBase, webcomponents, webcomponentsFiori, eventStrict, parametersBundle_css, NotificationListItemBase, Icons, i18nDefaults, Icon, List, parametersBundle_css$1, i18nDefaults$1, ListItemBase, BusyIndicator, willShowContent, Label, toLowercaseEnumValue, ListItemGroup, AccessibilityTextsHelper) { '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.css', 'sap/ushell/thirdparty/NotificationListItemBase', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/WrappingType', '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, i18nDefaults$1, ListItemBase, FocusableElements, toLowercaseEnumValue, ListItemGroup, WrappingType, 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-13-0-rc-0_list_item_base_height);background:var(--ui5-v2-13-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-13-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-13-0-rc-0-notification_group_header-padding);width:100%;border-bottom:var(--_ui5-v2-13-0-rc-0-notification_group_header-border-bottom-width) solid var(--sapList_GroupHeaderBorderColor);box-sizing:border-box;cursor:pointer;margin-bottom:var(--_ui5-v2-13-0-rc-0-notification_group_header-margin)}.ui5-nli-group-header-expanded{margin-bottom:var(--_ui5-v2-13-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-13-0-rc-0-notification_group_header-margin);bottom:var(--_ui5-v2-13-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-13-0-rc-0-notification_item-margin);border:var(--_ui5-v2-13-0-rc-0-notification_item-border-top-left-right);border-radius:var(--_ui5-v2-13-0-rc-0-notification_item-border-radius)}[ui5-notification-group-list]::part(growing-button-inner){border-radius:var(--_ui5-v2-13-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-13-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-13-0-rc-0-notification_item-growing-btn-background-color-active);border-radius:var(--_ui5-v2-13-0-rc-0-notification_item-border-radius);border:var(--_ui5-v2-13-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-15-0_list_item_base_height);background:var(--ui5-v2-15-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-15-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-15-0-notification_group_header-padding);width:100%;border-bottom:var(--_ui5-v2-15-0-notification_group_header-border-bottom-width) solid var(--sapList_GroupHeaderBorderColor);box-sizing:border-box;cursor:pointer;margin-bottom:var(--_ui5-v2-15-0-notification_group_header-margin)}.ui5-nli-group-header-expanded{margin-bottom:var(--_ui5-v2-15-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-15-0-notification_group_header-margin);bottom:var(--_ui5-v2-15-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: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-15-0-notification_item-margin);border:var(--_ui5-v2-15-0-notification_item-border-top-left-right);border-radius:var(--_ui5-v2-15-0-notification_item-border-radius)}[ui5-notification-group-list]::part(growing-button-inner){border-radius:var(--_ui5-v2-15-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-15-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-15-0-notification_item-growing-btn-background-color-active);border-radius:var(--_ui5-v2-15-0-notification_item-border-radius);border:var(--_ui5-v2-15-0-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
  }
@@ -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/query', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/overflow', 'sap/ushell/thirdparty/ValueState', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/NotificationListItemBase', 'sap/ushell/thirdparty/sys-enter-2', 'sap/ushell/thirdparty/information2', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/Link', 'sap/ushell/thirdparty/Tag', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/AccessibilityTextsHelper', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/Label'], (function (webcomponentsBase, webcomponents, webcomponentsFiori, query, eventStrict, overflow, ValueState, willShowContent, parametersBundle_css, NotificationListItemBase, sysEnter2, information$1, i18nDefaults, Button, BusyIndicator, Icon, Link, Tag, Icons, information, parametersBundle_css$1, i18nDefaults$1, ListItemBase, AccessibilityTextsHelper, toLowercaseEnumValue, Label) { 'use strict';
1
+ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/query', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/WrappingType', 'sap/ushell/thirdparty/ValueState', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/NotificationListItemBase', 'sap/ushell/thirdparty/sys-enter-2', 'sap/ushell/thirdparty/information2', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/Link', 'sap/ushell/thirdparty/Tag', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/overflow', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/Label'], (function (webcomponentsBase, webcomponents, webcomponentsFiori, query, eventStrict, WrappingType, ValueState, willShowContent, parametersBundle_css, NotificationListItemBase, sysEnter2, information$1, i18nDefaults, Button, BusyIndicator, Icon, Link, Tag, Icons, information, overflow, parametersBundle_css$1, i18nDefaults$1, ListItemBase, FocusableElements, toLowercaseEnumValue, Label) { 'use strict';
2
2
 
3
3
  /**
4
4
  * Different types of NotificationListItemImportance.
@@ -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-13-0-rc-0_list_item_base_height);background:var(--ui5-v2-13-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-13-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-13-0-rc-0-notification_item-border-radius);border-top-right-radius:var(--_ui5-v2-13-0-rc-0-notification_item-border-radius)}:host(:last-of-type){border-bottom-left-radius:var(--_ui5-v2-13-0-rc-0-notification_item-border-radius);border-bottom-right-radius:var(--_ui5-v2-13-0-rc-0-notification_item-border-radius)}:host(:first-of-type) .ui5-nli-focusable:after{border-top-left-radius:var(--_ui5-v2-13-0-rc-0-notification_item-border-radius);border-top-right-radius:var(--_ui5-v2-13-0-rc-0-notification_item-border-radius)}:host(:last-of-type) .ui5-nli-focusable:after{border-bottom-left-radius:var(--_ui5-v2-13-0-rc-0-notification_item-border-radius);border-bottom-right-radius:var(--_ui5-v2-13-0-rc-0-notification_item-border-radius)}:host([has-border]){border-bottom:var(--_ui5-v2-13-0-rc-0-notification_item-border-bottom)}:host([ui5-li-notification]){margin:var(--_ui5-v2-13-0-rc-0-notification_item-margin);border-left:var(--_ui5-v2-13-0-rc-0-notification_item-border-top-left-right);border-right:var(--_ui5-v2-13-0-rc-0-notification_item-border-top-left-right);border-top:var(--_ui5-v2-13-0-rc-0-notification_item-border-top-left-right);border-radius:var(--_ui5-v2-13-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-13-0-rc-0-notification_item-border-radius);border:1px solid transparent}.ui5-nli-root:hover{background-color:var(--_ui5-v2-13-0-rc-0-notification_item-background-color-hover);border-radius:var(--_ui5-v2-13-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-13-0-rc-0-notification_item-background-color-active);border-radius:var(--_ui5-v2-13-0-rc-0-notification_item-border-radius);border:var(--_ui5-v2-13-0-rc-0-notification_item-border-active)}.ui5-nli-content-wrapper{width:100%;display:flex;flex-direction:row-reverse;padding-inline:var(--_ui5-v2-13-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-13-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-13-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-13-0-rc-0-notification_item-title-padding-end-two-buttons)}.ui5-nli-one-button .ui5-nli-title-text{padding-inline-end:var(--_ui5-v2-13-0-rc-0-notification_item-title-padding-end-one-button)}.ui5-nli-description{display:flex;margin-top:var(--_ui5-v2-13-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-13-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-13-0-rc-0-notification_item-border-radius);top:var(--_ui5-v2-13-0-rc-0-notification_item-focus-offset);right:var(--_ui5-v2-13-0-rc-0-notification_item-focus-offset);bottom:var(--_ui5-v2-13-0-rc-0-notification_item-focus-offset);left:var(--_ui5-v2-13-0-rc-0-notification_item-focus-offset)}[ui5-busy-indicator]{width:100%;border-radius:var(--_ui5-v2-13-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-15-0_list_item_base_height);background:var(--ui5-v2-15-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-15-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-15-0-notification_item-border-radius);border-top-right-radius:var(--_ui5-v2-15-0-notification_item-border-radius)}:host(:last-of-type){border-bottom-left-radius:var(--_ui5-v2-15-0-notification_item-border-radius);border-bottom-right-radius:var(--_ui5-v2-15-0-notification_item-border-radius)}:host(:first-of-type) .ui5-nli-focusable:after{border-top-left-radius:var(--_ui5-v2-15-0-notification_item-border-radius);border-top-right-radius:var(--_ui5-v2-15-0-notification_item-border-radius)}:host(:last-of-type) .ui5-nli-focusable:after{border-bottom-left-radius:var(--_ui5-v2-15-0-notification_item-border-radius);border-bottom-right-radius:var(--_ui5-v2-15-0-notification_item-border-radius)}:host([has-border]){border-bottom:var(--_ui5-v2-15-0-notification_item-border-bottom)}:host([ui5-li-notification]){margin:var(--_ui5-v2-15-0-notification_item-margin);border-left:var(--_ui5-v2-15-0-notification_item-border-top-left-right);border-right:var(--_ui5-v2-15-0-notification_item-border-top-left-right);border-top:var(--_ui5-v2-15-0-notification_item-border-top-left-right);border-radius:var(--_ui5-v2-15-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-15-0-notification_item-border-radius);border:1px solid transparent}.ui5-nli-root:hover{background-color:var(--_ui5-v2-15-0-notification_item-background-color-hover);border-radius:var(--_ui5-v2-15-0-notification_item-border-radius)}:host([desktop]) .ui5-nli-root:focus:active,.ui5-nli-root:focus-visible:active{background-color:var(--_ui5-v2-15-0-notification_item-background-color-active);border-radius:var(--_ui5-v2-15-0-notification_item-border-radius);border:var(--_ui5-v2-15-0-notification_item-border-active)}.ui5-nli-content-wrapper{width:100%;display:flex;flex-direction:row-reverse;padding-inline:var(--_ui5-v2-15-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-15-0-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-15-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-15-0-notification_item-title-padding-end-two-buttons)}.ui5-nli-one-button .ui5-nli-title-text{padding-inline-end:var(--_ui5-v2-15-0-notification_item-title-padding-end-one-button)}.ui5-nli-description{display:flex;margin-top:var(--_ui5-v2-15-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-15-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-15-0-notification_item-border-radius);top:var(--_ui5-v2-15-0-notification_item-focus-offset);right:var(--_ui5-v2-15-0-notification_item-focus-offset);bottom:var(--_ui5-v2-15-0-notification_item-focus-offset);left:var(--_ui5-v2-15-0-notification_item-focus-offset)}[ui5-busy-indicator]{width:100%;border-radius:var(--_ui5-v2-15-0-notification_item-border-radius)}
52
52
  `;
53
53
 
54
54
  /**
@@ -257,7 +257,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
257
257
  return NotificationListItem_1.i18nFioriBundle.getText(i18nDefaults.NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE);
258
258
  }
259
259
  get hideShowMore() {
260
- if (this.wrappingType === overflow.WrappingType.None && this._showMore) {
260
+ if (this.wrappingType === WrappingType.WrappingType.None && this._showMore) {
261
261
  return undefined;
262
262
  }
263
263
  return true;
@@ -380,30 +380,32 @@ 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
+ this.fireDecoratorEvent("_close", { item: this });
397
398
  }
398
- if (webcomponentsBase.ro(e)) {
399
+ if (webcomponentsBase.Eo(e)) {
399
400
  this._onBtnMenuClick();
400
401
  }
401
- if (webcomponentsBase.d$1(e)) {
402
+ if (webcomponentsBase.i(e)) {
402
403
  this._toggleShowMorePressed();
403
404
  }
404
405
  }
405
406
  _onBtnCloseClick() {
406
407
  this.fireDecoratorEvent("close", { item: this });
408
+ this.fireDecoratorEvent("_close", { item: this });
407
409
  }
408
410
  _onBtnMenuClick() {
409
411
  if (this.getMenu()) {
@@ -435,7 +437,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
435
437
  this.fireDecoratorEvent("_press", { item: this });
436
438
  }
437
439
  onResize() {
438
- if (this.wrappingType === overflow.WrappingType.Normal) {
440
+ if (this.wrappingType === WrappingType.WrappingType.Normal) {
439
441
  this._showMore = false;
440
442
  return;
441
443
  }
@@ -513,7 +515,14 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
513
515
  * @public
514
516
  */
515
517
  ,
516
- eventStrict.l("close", {
518
+ eventStrict.l("close")
519
+ /**
520
+ * Fired when the `Close` button is pressed.
521
+ * @param {HTMLElement} item the closed item.
522
+ * @private
523
+ */
524
+ ,
525
+ eventStrict.l("_close", {
517
526
  bubbles: true,
518
527
  })
519
528
  ], NotificationListItem);
@@ -1,4 +1,4 @@
1
- sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/i18n-defaults2'], (function (exports, webcomponentsBase, i18nDefaults, ListItemBase, BusyIndicator, i18nDefaults$1) { 'use strict';
1
+ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/i18n-defaults2'], (function (exports, webcomponentsBase, i18nDefaults, ListItemBase, FocusableElements, i18nDefaults$1) { 'use strict';
2
2
 
3
3
  var __decorate = (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;
@@ -52,16 +52,16 @@ 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();
63
63
  if (activeElement === focusDomRef) {
64
- const firstFocusable = await BusyIndicator.b(focusDomRef);
64
+ const firstFocusable = await FocusableElements.b(focusDomRef);
65
65
  firstFocusable?.focus();
66
66
  }
67
67
  else {