@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/parameters-bundle.css2', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/AccessibilityTextsHelper', 'sap/ushell/thirdparty/BusyIndicator'], (function (exports, webcomponentsBase, parametersBundle_css, toLowercaseEnumValue, eventStrict, i18nDefaults, Icons, ListItemGroup, AccessibilityTextsHelper, BusyIndicator) { 'use strict';
1
+ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/BusyIndicator'], (function (exports, webcomponentsBase, parametersBundle_css, toLowercaseEnumValue, eventStrict, i18nDefaults, Icons, ListItemGroup, BusyIndicator) { 'use strict';
2
2
 
3
3
  /**
4
4
  * Different list selection modes.
@@ -46,38 +46,6 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
46
46
  })(ListSelectionMode || (ListSelectionMode = {}));
47
47
  var ListSelectionMode$1 = ListSelectionMode;
48
48
 
49
- const r="ui5-content-native-scrollbars",o=typeof document>"u",a=()=>o||document.body.classList.contains(r)?"":`
50
- ::-webkit-scrollbar:horizontal {
51
- height: var(--sapScrollBar_Dimension);
52
- }
53
-
54
- ::-webkit-scrollbar:vertical {
55
- width: var(--sapScrollBar_Dimension);
56
- }
57
-
58
- ::-webkit-scrollbar {
59
- background-color: var(--sapScrollBar_TrackColor);
60
- border-left: none;
61
- }
62
-
63
- ::-webkit-scrollbar-thumb {
64
- border-radius: var(--sapElement_BorderCornerRadius);
65
- background-color: var(--sapScrollBar_FaceColor);
66
- border: 0.125rem solid var(--sapScrollBar_TrackColor);
67
- }
68
-
69
- ::-webkit-scrollbar-thumb:hover {
70
- background-color: var(--sapScrollBar_Hover_FaceColor);
71
- }
72
-
73
- ::-webkit-scrollbar-corner {
74
- background-color: var(--sapScrollBar_TrackColor);
75
- }`;
76
-
77
- function i(t,o,n,m,r={}){const a=ListItemGroup.p.getDraggedElement(),e={targetReference:null,placement:null};if(!a&&!r?.crossDnD)return e;const s=n.placements;return e.targetReference=t.target,s.some(l=>{const c=r.originalEvent?{originalEvent:t}:{};return o.fireDecoratorEvent("move-over",{...c,source:{element:a},destination:{element:m,placement:l}})?false:(t.preventDefault(),e.targetReference=n.element,e.placement=l,true)})||(e.targetReference=null),e}
78
-
79
- function m(t,r,o,a,n={}){t.preventDefault();const e=ListItemGroup.p.getDraggedElement();if(!e&&n?.crossDnD)return;const i=n.originalEvent?{originalEvent:t}:{};r.fireDecoratorEvent("move",{...i,source:{element:e},destination:{element:o,placement:a}}),e?.focus();}
80
-
81
49
  const t=e=>{let o=e;return e.shadowRoot&&e.shadowRoot.activeElement&&(o=e.shadowRoot.activeElement),o};
82
50
 
83
51
  let e=null;const u=(t,o)=>{e&&clearTimeout(e),e=setTimeout(()=>{e=null,t();},o);};
@@ -166,7 +134,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
166
134
  var ListSeparator$1 = ListSeparator;
167
135
 
168
136
  function ListTemplate() {
169
- return (parametersBundle_css.jsx("div", { class: "ui5-list-root", onFocusIn: this._onfocusin, onKeyDown: this._onkeydown, onDragEnter: this._ondragenter, onDragOver: this._ondragover, onDrop: this._ondrop, onDragLeave: this._ondragleave, "onui5-close": this.onItemClose, "onui5-toggle": this.onItemToggle, "onui5-request-tabindex-change": this.onItemTabIndexChange, "onui5-_focused": this.onItemFocused, "onui5-forward-after": this.onForwardAfter, "onui5-forward-before": this.onForwardBefore, "onui5-selection-requested": this.onSelectionRequested, "onui5-focus-requested": this.onFocusRequested, "onui5-_press": this.onItemPress, children: parametersBundle_css.jsxs(BusyIndicator.BusyIndicator, { id: `${this._id}-busyIndicator`, delay: this.loadingDelay, active: this.showBusyIndicatorOverlay, class: "ui5-list-busy-indicator", children: [parametersBundle_css.jsxs("div", { class: "ui5-list-scroll-container", children: [this.header.length > 0 && parametersBundle_css.jsx("slot", { name: "header" }), this.shouldRenderH1 &&
137
+ return (parametersBundle_css.jsx("div", { class: "ui5-list-root", onFocusIn: this._onfocusin, onKeyDown: this._onkeydown, onDragEnter: this._ondragenter, onDragOver: this._ondragover, onDrop: this._ondrop, onDragLeave: this._ondragleave, "onui5-_close": this.onItemClose, "onui5-toggle": this.onItemToggle, "onui5-request-tabindex-change": this.onItemTabIndexChange, "onui5-_focused": this.onItemFocused, "onui5-forward-after": this.onForwardAfter, "onui5-forward-before": this.onForwardBefore, "onui5-selection-requested": this.onSelectionRequested, "onui5-focus-requested": this.onFocusRequested, "onui5-_press": this.onItemPress, children: parametersBundle_css.jsxs(BusyIndicator.BusyIndicator, { id: `${this._id}-busyIndicator`, delay: this.loadingDelay, active: this.showBusyIndicatorOverlay, class: "ui5-list-busy-indicator", children: [parametersBundle_css.jsxs("div", { class: "ui5-list-scroll-container", children: [parametersBundle_css.jsx("span", { tabindex: -1, "aria-hidden": "true", class: "ui5-list-start-marker" }), this.header.length > 0 && parametersBundle_css.jsx("slot", { name: "header" }), this.shouldRenderH1 &&
170
138
  parametersBundle_css.jsx("header", { id: this.headerID, class: "ui5-list-header", children: this.headerText }), this.hasData &&
171
139
  parametersBundle_css.jsx("div", { id: `${this._id}-before`, tabindex: 0, role: "none", class: "ui5-list-focusarea" }), parametersBundle_css.jsx("span", { id: `${this._id}-modeLabel`, class: "ui5-hidden-text", children: this.ariaLabelModeText }), parametersBundle_css.jsxs("ul", { id: `${this._id}-listUl`, class: "ui5-list-ul", role: this.listAccessibleRole, "aria-label": this.ariaLabelTxt, "aria-labelledby": this.ariaLabelledBy, "aria-description": this.ariaDescriptionText, children: [parametersBundle_css.jsx("slot", {}), this.showNoDataText &&
172
140
  parametersBundle_css.jsx("li", { tabindex: 0, id: `${this._id}-nodata`, class: "ui5-list-nodata", role: "listitem", children: parametersBundle_css.jsx("div", { id: `${this._id}-nodata-text`, class: "ui5-list-nodata-text", children: this.noDataText }) })] }), this.growsWithButton && moreRow.call(this), this.footerText &&
@@ -177,31 +145,15 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
177
145
  return (parametersBundle_css.jsx("div", { class: "ui5-growing-button", part: "growing-button", children: parametersBundle_css.jsxs("div", { id: `${this._id}-growing-btn`, role: "button", tabindex: 0, part: "growing-button-inner", class: {
178
146
  "ui5-growing-button-inner": true,
179
147
  "ui5-growing-button-inner-active": this._loadMoreActive,
180
- }, "aria-labelledby": `${this._id}-growingButton-text`, onClick: this._onLoadMoreClick, onKeyDown: this._onLoadMoreKeydown, onKeyUp: this._onLoadMoreKeyup, onMouseDown: this._onLoadMoreMousedown, onMouseUp: this._onLoadMoreMouseup, children: [this.loading &&
148
+ }, "aria-label": this.growingButtonAriaLabel, "aria-labelledby": this.growingButtonAriaLabelledBy, onClick: this._onLoadMoreClick, onKeyDown: this._onLoadMoreKeydown, onKeyUp: this._onLoadMoreKeyup, onMouseDown: this._onLoadMoreMousedown, onMouseUp: this._onLoadMoreMouseup, children: [this.loading &&
181
149
  parametersBundle_css.jsx(BusyIndicator.BusyIndicator, { delay: this.loadingDelay, part: "growing-button-busy-indicator", class: "ui5-list-growing-button-busy-indicator", active: true }), parametersBundle_css.jsx("span", { id: `${this._id}-growingButton-text`, class: "ui5-growing-button-text", "growing-button-text": true, children: this._growingButtonText })] }) }));
182
150
  }
183
151
 
184
- Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
185
- Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
186
- var listCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}.ui5-growing-button{display:flex;align-items:center;padding:var(--_ui5-v2-13-0-rc-0_load_more_padding);border-top:1px solid var(--sapList_BorderColor);border-bottom:var(--_ui5-v2-13-0-rc-0_load_more_border-bottom);box-sizing:border-box;cursor:pointer;outline:none}.ui5-growing-button-inner{display:flex;align-items:center;justify-content:center;flex-direction:row;min-height:var(--_ui5-v2-13-0-rc-0_load_more_text_height);width:100%;color:var(--sapButton_TextColor);background-color:var(--sapList_Background);border:var(--_ui5-v2-13-0-rc-0_load_more_border);border-radius:var(--_ui5-v2-13-0-rc-0_load_more_border_radius);box-sizing:border-box}.ui5-growing-button-inner:focus-visible{outline:var(--_ui5-v2-13-0-rc-0_load_more_outline_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:-.125rem;border-color:transparent}.ui5-growing-button-inner:hover{background-color:var(--sapList_Hover_Background)}.ui5-growing-button-inner:active,.ui5-growing-button-inner.ui5-growing-button-inner--active{background-color:var(--sapList_Active_Background);border-color:var(--sapList_Active_Background)}.ui5-growing-button-inner:active>*,.ui5-growing-button-inner.ui5-growing-button-inner--active>*{color:var(--sapList_Active_TextColor)}.ui5-growing-button-text{text-align:center;font-family:"72override",var(--sapFontFamily);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.ui5-growing-button-text{height:var(--_ui5-v2-13-0-rc-0_load_more_text_height);padding:.875rem 1rem 1rem;font-size:var(--_ui5-v2-13-0-rc-0_load_more_text_font_size);font-weight:700}:host([loading]) .ui5-list-growing-button-busy-indicator:not([_is-busy]){display:none}:host([loading]) .ui5-list-growing-button-busy-indicator[_is-busy]+.ui5-growing-button-text{padding-left:.5rem}:host(:not([hidden])){display:block;max-width:100%;width:100%;-webkit-tap-highlight-color:transparent}:host([indent]) .ui5-list-root{padding:2rem}:host([separators="None"]) .ui5-list-nodata{border-bottom:0}.ui5-list-root,.ui5-list-busy-indicator{width:100%;height:100%;position:relative;box-sizing:border-box}.ui5-list-scroll-container{overflow:auto;height:100%;width:100%}.ui5-list-ul{list-style-type:none;padding:0;margin:0}.ui5-list-ul:focus{outline:none}.ui5-list-focusarea{position:fixed}.ui5-list-header{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;font-size:var(--sapFontHeader4Size);font-family:"72override",var(--sapFontFamily);color:var(--sapGroup_TitleTextColor);height:3rem;line-height:3rem;padding:0 1rem;background-color:var(--sapGroup_TitleBackground);border-bottom:1px solid var(--sapGroup_TitleBorderColor)}.ui5-list-footer{height:2rem;box-sizing:border-box;-webkit-text-size-adjust:none;font-size:var(--sapFontSize);font-family:"72override",var(--sapFontFamily);line-height:2rem;background-color:var(--sapList_FooterBackground);color:var(--ui5-v2-13-0-rc-0_list_footer_text_color);padding:0 1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui5-list-nodata{list-style-type:none;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;color:var(--sapTextColor);background-color:var(--sapList_Background);border-bottom:1px solid var(--sapList_BorderColor);padding:0 1rem!important;outline:none;min-height:var(--_ui5-v2-13-0-rc-0_list_no_data_height);font-size:var(--_ui5-v2-13-0-rc-0_list_no_data_font_size);font-family:"72override",var(--sapFontFamily);position:relative}.ui5-list-nodata:focus:after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:.125rem;pointer-events:none}.ui5-list-nodata-text{overflow:hidden;text-overflow:ellipsis;white-space:normal;margin:var(--_ui5-v2-13-0-rc-0_list_item_content_vertical_offset) 0}:host([growing="Scroll"]) .ui5-list-end-marker{display:inline-block}
152
+ Icons.p("@" + "ui5" + "/" + "sap/ushell/thirdparty/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
153
+ Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => i18nDefaults.defaultTheme);
154
+ var listCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}.ui5-growing-button{display:flex;align-items:center;padding:var(--_ui5-v2-15-0_load_more_padding);border-top:1px solid var(--sapList_BorderColor);border-bottom:var(--_ui5-v2-15-0_load_more_border-bottom);box-sizing:border-box;cursor:pointer;outline:none}.ui5-growing-button-inner{display:flex;align-items:center;justify-content:center;flex-direction:row;min-height:var(--_ui5-v2-15-0_load_more_text_height);width:100%;color:var(--sapButton_TextColor);background-color:var(--sapList_Background);border:var(--_ui5-v2-15-0_load_more_border);border-radius:var(--_ui5-v2-15-0_load_more_border_radius);box-sizing:border-box}.ui5-growing-button-inner:focus-visible{outline:var(--_ui5-v2-15-0_load_more_outline_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:-.125rem;border-color:transparent}.ui5-growing-button-inner:hover{background-color:var(--sapList_Hover_Background)}.ui5-growing-button-inner:active,.ui5-growing-button-inner.ui5-growing-button-inner--active{background-color:var(--sapList_Active_Background);border-color:var(--sapList_Active_Background)}.ui5-growing-button-inner:active>*,.ui5-growing-button-inner.ui5-growing-button-inner--active>*{color:var(--sapList_Active_TextColor)}.ui5-growing-button-text{text-align:center;font-family:var(--sapFontFamily);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.ui5-growing-button-text{height:var(--_ui5-v2-15-0_load_more_text_height);padding:.875rem 1rem 1rem;font-size:var(--_ui5-v2-15-0_load_more_text_font_size);font-weight:700}:host([loading]) .ui5-list-growing-button-busy-indicator:not([_is-busy]){display:none}:host([loading]) .ui5-list-growing-button-busy-indicator[_is-busy]+.ui5-growing-button-text{padding-left:.5rem}:host(:not([hidden])){display:block;max-width:100%;width:100%;-webkit-tap-highlight-color:transparent}:host([indent]) .ui5-list-root{padding:2rem}:host([separators="None"]) .ui5-list-nodata{border-bottom:0}.ui5-list-root,.ui5-list-busy-indicator{width:100%;height:100%;position:relative;box-sizing:border-box}.ui5-list-scroll-container{overflow:auto;height:100%;width:100%}.ui5-list-ul{list-style-type:none;padding:0;margin:0}.ui5-list-ul:focus{outline:none}.ui5-list-focusarea{position:fixed}.ui5-list-header{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;font-size:var(--sapFontHeader4Size);font-family:var(--sapFontFamily);color:var(--sapGroup_TitleTextColor);height:3rem;line-height:3rem;padding:0 1rem;background-color:var(--sapGroup_TitleBackground);border-bottom:1px solid var(--sapGroup_TitleBorderColor)}.ui5-list-footer{height:2rem;box-sizing:border-box;-webkit-text-size-adjust:none;font-size:var(--sapFontSize);font-family:var(--sapFontFamily);line-height:2rem;background-color:var(--sapList_FooterBackground);color:var(--ui5-v2-15-0_list_footer_text_color);padding:0 1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui5-list-nodata{list-style-type:none;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;color:var(--sapTextColor);background-color:var(--sapList_Background);border-bottom:1px solid var(--sapList_BorderColor);padding:0 1rem!important;outline:none;min-height:var(--_ui5-v2-15-0_list_no_data_height);font-size:var(--_ui5-v2-15-0_list_no_data_font_size);font-family:var(--sapFontFamily);position:relative}.ui5-list-nodata:focus:after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:.125rem;pointer-events:none}.ui5-list-nodata-text{overflow:hidden;text-overflow:ellipsis;white-space:normal;margin:var(--_ui5-v2-15-0_list_item_content_vertical_offset) 0}:host([growing="Scroll"]) .ui5-list-end-marker{display:inline-block}
187
155
  `;
188
156
 
189
- const findVerticalScrollContainer = (element) => {
190
- while (element) {
191
- const { overflowY } = window.getComputedStyle(element);
192
- if (overflowY === "auto" || overflowY === "scroll") {
193
- return element;
194
- }
195
- if (element.parentNode instanceof ShadowRoot) {
196
- element = element.parentNode.host;
197
- }
198
- else {
199
- element = element.parentElement;
200
- }
201
- }
202
- return document.scrollingElement || document.documentElement;
203
- };
204
-
205
157
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
206
158
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
207
159
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
@@ -313,6 +265,24 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
313
265
  * @public
314
266
  */
315
267
  this.loadingDelay = 1000;
268
+ /**
269
+ * Defines additional accessibility attributes on different areas of the component.
270
+ *
271
+ * The accessibilityAttributes object has the following field:
272
+ *
273
+ * - **growingButton**: `growingButton.name`.
274
+ *
275
+ * The accessibility attributes support the following values:
276
+ *
277
+ * - **name**: Defines the accessible ARIA name of the growing button.
278
+ * Accepts any string.
279
+ *
280
+ * **Note:** The `accessibilityAttributes` property is in an experimental state and is a subject to change.
281
+ * @default {}
282
+ * @public
283
+ * @since 2.13.0
284
+ */
285
+ this.accessibilityAttributes = {};
316
286
  /**
317
287
  * Defines the accessible role of the component.
318
288
  * @public
@@ -336,26 +306,29 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
336
306
  * @private
337
307
  */
338
308
  this.mediaRange = "S";
309
+ this._startMarkerOutOfView = false;
339
310
  this._previouslyFocusedItem = null;
340
311
  // Indicates that the List is forwarding the focus before or after the internal ul.
341
312
  this._forwardingFocus = false;
342
- // Indicates if the IntersectionObserver started observing the List
343
- this.listEndObserved = false;
344
313
  this._itemNavigation = new webcomponentsBase.f$1(this, {
345
314
  skipItemsSize: PAGE_UP_DOWN_SIZE, // PAGE_UP and PAGE_DOWN will skip trough 10 items
346
315
  navigationMode: webcomponentsBase.r.Vertical,
347
316
  getItemsCallback: () => this.getEnabledItems(),
348
317
  });
349
- this._handleResizeCallback = this._handleResize.bind(this);
350
- // Indicates the List bottom most part has been detected by the IntersectionObserver
351
- // for the first time.
352
- this.initialIntersection = true;
318
+ this.handleResizeCallback = this._handleResize.bind(this);
353
319
  this._groupCount = 0;
354
320
  this._groupItemCount = 0;
355
321
  this.onItemFocusedBound = this.onItemFocused.bind(this);
356
322
  this.onForwardAfterBound = this.onForwardAfter.bind(this);
357
323
  this.onForwardBeforeBound = this.onForwardBefore.bind(this);
358
324
  this.onItemTabIndexChangeBound = this.onItemTabIndexChange.bind(this);
325
+ // Initialize the DragAndDropHandler with the necessary configurations
326
+ // The handler will manage the drag and drop operations for the list items.
327
+ this._dragAndDropHandler = new ListItemGroup.DragAndDropHandler(this, {
328
+ getItems: () => this.items,
329
+ getDropIndicator: () => this.dropIndicatorDOM,
330
+ useOriginalEvent: true,
331
+ });
359
332
  }
360
333
  /**
361
334
  * Returns an array containing the list item instances without the groups in a flat structure.
@@ -367,19 +340,18 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
367
340
  return this.getItems();
368
341
  }
369
342
  _updateAssociatedLabelsTexts() {
370
- this._associatedDescriptionRefTexts = AccessibilityTextsHelper.p(this);
371
- this._associatedLabelsRefTexts = AccessibilityTextsHelper.E(this);
343
+ this._associatedDescriptionRefTexts = BusyIndicator.p(this);
344
+ this._associatedLabelsRefTexts = BusyIndicator.E(this);
372
345
  }
373
346
  onEnterDOM() {
374
- AccessibilityTextsHelper.y(this, this._updateAssociatedLabelsTexts.bind(this));
375
- ListItemGroup.p.subscribe(this);
376
- webcomponentsBase.f.register(this.getDomRef(), this._handleResizeCallback);
347
+ BusyIndicator.y(this, this._updateAssociatedLabelsTexts.bind(this));
348
+ webcomponentsBase.f.register(this.getDomRef(), this.handleResizeCallback);
377
349
  }
378
350
  onExitDOM() {
379
- AccessibilityTextsHelper.T(this);
351
+ BusyIndicator.T(this);
380
352
  this.unobserveListEnd();
381
- webcomponentsBase.f.deregister(this.getDomRef(), this._handleResizeCallback);
382
- ListItemGroup.p.unsubscribe(this);
353
+ this.unobserveListStart();
354
+ webcomponentsBase.f.deregister(this.getDomRef(), this.handleResizeCallback);
383
355
  }
384
356
  onBeforeRendering() {
385
357
  this.detachGroupHeaderEvents();
@@ -389,9 +361,11 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
389
361
  this.attachGroupHeaderEvents();
390
362
  if (this.growsOnScroll) {
391
363
  this.observeListEnd();
364
+ this.observeListStart();
392
365
  }
393
- else if (this.listEndObserved) {
366
+ else {
394
367
  this.unobserveListEnd();
368
+ this.unobserveListStart();
395
369
  }
396
370
  if (this.grows) {
397
371
  this.checkListInViewport();
@@ -432,6 +406,9 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
432
406
  get listEndDOM() {
433
407
  return this.shadowRoot.querySelector(".ui5-list-end-marker");
434
408
  }
409
+ get listStartDOM() {
410
+ return this.shadowRoot.querySelector(".ui5-list-start-marker");
411
+ }
435
412
  get dropIndicatorDOM() {
436
413
  return this.shadowRoot.querySelector("[ui5-drop-indicator]");
437
414
  }
@@ -472,17 +449,20 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
472
449
  return ids.length ? ids.join(" ") : undefined;
473
450
  }
474
451
  get ariaLabelTxt() {
475
- return this._associatedLabelsRefTexts || AccessibilityTextsHelper.A(this);
452
+ return this._associatedLabelsRefTexts || BusyIndicator.A(this);
476
453
  }
477
454
  get ariaDescriptionText() {
478
- return this._associatedDescriptionRefTexts || AccessibilityTextsHelper.L(this) || this._getDescriptionForGroups();
455
+ return this._associatedDescriptionRefTexts || BusyIndicator.L(this) || this._getDescriptionForGroups();
456
+ }
457
+ get growingButtonAriaLabel() {
458
+ return this.accessibilityAttributes.growingButton?.name;
479
459
  }
480
- get scrollContainer() {
481
- return this.shadowRoot.querySelector(".ui5-list-scroll-container");
460
+ get growingButtonAriaLabelledBy() {
461
+ return this.accessibilityAttributes.growingButton?.name ? undefined : `${this._id}-growingButton-text`;
482
462
  }
483
463
  hasGrowingComponent() {
484
- if (this.growsOnScroll && this.scrollContainer) {
485
- return this.scrollContainer.clientHeight !== this.scrollContainer.scrollHeight;
464
+ if (this.growsOnScroll) {
465
+ return this._startMarkerOutOfView;
486
466
  }
487
467
  return this.growsWithButton;
488
468
  }
@@ -548,30 +528,37 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
548
528
  });
549
529
  }
550
530
  async observeListEnd() {
551
- if (!this.listEndObserved) {
552
- await Icons.f$1();
553
- this.getIntersectionObserver().observe(this.listEndDOM);
554
- this.listEndObserved = true;
555
- }
531
+ await Icons.f$1();
532
+ this.getEndIntersectionObserver().observe(this.listEndDOM);
556
533
  }
557
534
  unobserveListEnd() {
558
- if (this.growingIntersectionObserver) {
559
- this.growingIntersectionObserver.disconnect();
560
- this.growingIntersectionObserver = null;
561
- this.listEndObserved = false;
535
+ if (this._endIntersectionObserver) {
536
+ this._endIntersectionObserver.disconnect();
537
+ this._endIntersectionObserver = null;
562
538
  }
563
539
  }
564
- onInteresection(entries) {
565
- if (this.initialIntersection) {
566
- this.initialIntersection = false;
567
- return;
540
+ async observeListStart() {
541
+ await Icons.f$1();
542
+ this.getStartIntersectionObserver().observe(this.listStartDOM);
543
+ }
544
+ unobserveListStart() {
545
+ if (this._startIntersectionObserver) {
546
+ this._startIntersectionObserver.disconnect();
547
+ this._startIntersectionObserver = null;
568
548
  }
549
+ }
550
+ onEndIntersection(entries) {
569
551
  entries.forEach(entry => {
570
552
  if (entry.isIntersecting) {
571
553
  u(this.loadMore.bind(this), INFINITE_SCROLL_DEBOUNCE_RATE);
572
554
  }
573
555
  });
574
556
  }
557
+ onStartIntersection(entries) {
558
+ entries.forEach(entry => {
559
+ this._startMarkerOutOfView = !entry.isIntersecting;
560
+ });
561
+ }
575
562
  /*
576
563
  * ITEM SELECTION BASED ON THE CURRENT MODE
577
564
  */
@@ -668,25 +655,25 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
668
655
  });
669
656
  }
670
657
  _onkeydown(e) {
671
- if (webcomponentsBase.W(e)) {
658
+ if (webcomponentsBase.n(e)) {
672
659
  this._handleEnd();
673
660
  e.preventDefault();
674
661
  return;
675
662
  }
676
- if (webcomponentsBase.F(e)) {
663
+ if (webcomponentsBase.M(e)) {
677
664
  this._handleHome();
678
665
  return;
679
666
  }
680
- if (webcomponentsBase.P(e)) {
667
+ if (webcomponentsBase._(e)) {
681
668
  this._handleDown();
682
669
  e.preventDefault();
683
670
  return;
684
671
  }
685
- if (webcomponentsBase.f$2(e)) {
672
+ if (webcomponentsBase.C(e)) {
686
673
  this._moveItem(e.target, e);
687
674
  return;
688
675
  }
689
- if (webcomponentsBase.B(e)) {
676
+ if (webcomponentsBase.x(e)) {
690
677
  this._handleTabNext(e);
691
678
  }
692
679
  }
@@ -726,7 +713,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
726
713
  }
727
714
  }
728
715
  _onLoadMoreKeydown(e) {
729
- if (webcomponentsBase.i(e)) {
716
+ if (webcomponentsBase.A(e)) {
730
717
  e.preventDefault();
731
718
  this._loadMoreActive = true;
732
719
  }
@@ -734,14 +721,14 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
734
721
  this._onLoadMoreClick();
735
722
  this._loadMoreActive = true;
736
723
  }
737
- if (webcomponentsBase.B(e)) {
724
+ if (webcomponentsBase.x(e)) {
738
725
  this.focusAfterElement();
739
726
  }
740
- if (webcomponentsBase.D(e)) {
727
+ if (webcomponentsBase.P(e)) {
741
728
  this._handleLodeMoreUp(e);
742
729
  return;
743
730
  }
744
- if (webcomponentsBase.m$1(e)) {
731
+ if (webcomponentsBase.V(e)) {
745
732
  if (this.getPreviouslyFocusedItem()) {
746
733
  this.focusPreviouslyFocusedItem();
747
734
  }
@@ -752,7 +739,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
752
739
  }
753
740
  }
754
741
  _onLoadMoreKeyup(e) {
755
- if (webcomponentsBase.i(e)) {
742
+ if (webcomponentsBase.A(e)) {
756
743
  this._onLoadMoreClick();
757
744
  }
758
745
  this._loadMoreActive = false;
@@ -848,34 +835,16 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
848
835
  this.setForwardingFocus(false);
849
836
  }
850
837
  _ondragenter(e) {
851
- e.preventDefault();
838
+ this._dragAndDropHandler.ondragenter(e);
852
839
  }
853
840
  _ondragleave(e) {
854
- if (e.relatedTarget instanceof Node && this.shadowRoot.contains(e.relatedTarget)) {
855
- return;
856
- }
857
- this.dropIndicatorDOM.targetReference = null;
841
+ this._dragAndDropHandler.ondragleave(e);
858
842
  }
859
843
  _ondragover(e) {
860
- if (!(e.target instanceof HTMLElement)) {
861
- return;
862
- }
863
- const closestPosition = ListItemGroup.L(this.items, e.clientY, ListItemGroup.a.Vertical);
864
- if (!closestPosition) {
865
- this.dropIndicatorDOM.targetReference = null;
866
- return;
867
- }
868
- const { targetReference, placement } = i(e, this, closestPosition, closestPosition.element, { originalEvent: true });
869
- this.dropIndicatorDOM.targetReference = targetReference;
870
- this.dropIndicatorDOM.placement = placement;
844
+ this._dragAndDropHandler.ondragover(e);
871
845
  }
872
846
  _ondrop(e) {
873
- if (!this.dropIndicatorDOM?.targetReference || !this.dropIndicatorDOM?.placement) {
874
- e.preventDefault();
875
- return;
876
- }
877
- m(e, this, this.dropIndicatorDOM.targetReference, this.dropIndicatorDOM.placement, { originalEvent: true });
878
- this.dropIndicatorDOM.targetReference = null;
847
+ this._dragAndDropHandler.ondrop(e);
879
848
  }
880
849
  isForwardElement(element) {
881
850
  const elementId = element.id;
@@ -1057,16 +1026,25 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
1057
1026
  }
1058
1027
  return this._beforeElement;
1059
1028
  }
1060
- getIntersectionObserver() {
1061
- if (!this.growingIntersectionObserver) {
1062
- const scrollContainer = this.scrollContainer || findVerticalScrollContainer(this.getDomRef());
1063
- this.growingIntersectionObserver = new IntersectionObserver(this.onInteresection.bind(this), {
1064
- root: scrollContainer,
1065
- rootMargin: "5px",
1029
+ getEndIntersectionObserver() {
1030
+ if (!this._endIntersectionObserver) {
1031
+ this._endIntersectionObserver = new IntersectionObserver(this.onEndIntersection.bind(this), {
1032
+ root: null, // null means the viewport
1033
+ rootMargin: "0px",
1066
1034
  threshold: 1.0,
1067
1035
  });
1068
1036
  }
1069
- return this.growingIntersectionObserver;
1037
+ return this._endIntersectionObserver;
1038
+ }
1039
+ getStartIntersectionObserver() {
1040
+ if (!this._startIntersectionObserver) {
1041
+ this._startIntersectionObserver = new IntersectionObserver(this.onStartIntersection.bind(this), {
1042
+ root: null, // null means the viewport
1043
+ rootMargin: "0px",
1044
+ threshold: 1.0,
1045
+ });
1046
+ }
1047
+ return this._startIntersectionObserver;
1070
1048
  }
1071
1049
  };
1072
1050
  __decorate([
@@ -1102,6 +1080,9 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
1102
1080
  __decorate([
1103
1081
  webcomponentsBase.s()
1104
1082
  ], List.prototype, "accessibleName", void 0);
1083
+ __decorate([
1084
+ webcomponentsBase.s({ type: Object })
1085
+ ], List.prototype, "accessibilityAttributes", void 0);
1105
1086
  __decorate([
1106
1087
  webcomponentsBase.s()
1107
1088
  ], List.prototype, "accessibleNameRef", void 0);
@@ -1150,7 +1131,6 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
1150
1131
  template: ListTemplate,
1151
1132
  styles: [
1152
1133
  listCss,
1153
- a(),
1154
1134
  ],
1155
1135
  })
1156
1136
  /**
@@ -1269,6 +1249,5 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
1269
1249
  exports.ListAccessibleRole = ListAccessibleRole$1;
1270
1250
  exports.ListSelectionMode = ListSelectionMode$1;
1271
1251
  exports.ListSeparator = ListSeparator$1;
1272
- exports.a = a;
1273
1252
 
1274
1253
  }));
@@ -1,4 +1,4 @@
1
- sap.ui.define(['exports', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/ListItemGroup'], (function (exports, parametersBundle_css, ListItemGroup) { 'use strict';
1
+ sap.ui.define(['exports', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/ListItemGroup'], (function (exports, parametersBundle_css, ListItemGroup) { 'use strict';
2
2
 
3
3
  function ListItemGroupTemplate(hooks) {
4
4
  const items = hooks?.items || defaultItems;
@@ -0,0 +1,10 @@
1
+ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/i18n-defaults'], (function (exports, Icons, parametersBundle_css, i18nDefaults) { 'use strict';
2
+
3
+ Icons.p("@" + "ui5" + "/" + "sap/ushell/thirdparty/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
4
+ Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => i18nDefaults.defaultTheme);
5
+ var listItemAdditionalTextCss = `.ui5-li-additional-text{margin:0 .25rem;color:var(--sapNeutralTextColor);font-size:var(--sapFontSize);min-width:3.75rem;text-align:end;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
6
+ `;
7
+
8
+ exports.listItemAdditionalTextCss = listItemAdditionalTextCss;
9
+
10
+ }));
@@ -1,18 +1,18 @@
1
- sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/i18n-defaults'], (function (exports, webcomponentsBase, parametersBundle_css, eventStrict, Icons, i18nDefaults) { 'use strict';
1
+ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/i18n-defaults'], (function (exports, webcomponentsBase, parametersBundle_css, eventStrict, Icons, i18nDefaults) { 'use strict';
2
2
 
3
3
  const i=t=>{if(t.nodeName==="SLOT")return false;const e=window.getComputedStyle(t);return e.display!=="contents"&&t.offsetWidth<=0&&t.offsetHeight<=0||e.visibility==="hidden"};
4
4
 
5
5
  const r=e=>{if(!e||e.hasAttribute("data-sap-no-tab-ref")||i(e))return false;const t=e.getAttribute("tabindex");if(t!=null)return parseInt(t)>=0;const n=e.nodeName.toLowerCase();return n==="a"||/^(input|select|textarea|button|object)$/.test(n)?!e.disabled:false};
6
6
 
7
- const b=t=>a([...t.children]),a=(t,n)=>{const l=n||[];return t&&t.forEach(r$1=>{if(r$1.nodeType===Node.TEXT_NODE||r$1.nodeType===Node.COMMENT_NODE)return;const e=r$1;if(!e.hasAttribute("data-sap-no-tab-ref"))if(r(e)&&l.push(e),e.tagName==="SLOT")a(e.assignedNodes(),l);else {const s=e.shadowRoot?e.shadowRoot.children:e.children;a([...s],l);}}),l};
7
+ const b=e=>l(e.tagName==="SLOT"?[e]:[...e.children]),l=(e,n)=>{const a=n||[];return e&&e.forEach(r$1=>{if(r$1.nodeType===Node.TEXT_NODE||r$1.nodeType===Node.COMMENT_NODE)return;const t=r$1;if(!t.hasAttribute("data-sap-no-tab-ref"))if(r(t)&&a.push(t),t.tagName==="SLOT")l(t.assignedElements(),a);else {const s=t.shadowRoot?t.shadowRoot.children:t.children;l([...s],a);}}),a};
8
8
 
9
- Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
10
- Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
11
- var styles = `:host{box-sizing:border-box;height:var(--_ui5-v2-13-0-rc-0_list_item_base_height);background-color:var(--ui5-v2-13-0-rc-0-listitem-background-color);border-bottom:.0625rem solid transparent}:host(:not([hidden])){display:block}:host([disabled]){opacity:var(--_ui5-v2-13-0-rc-0-listitembase_disabled_opacity);pointer-events:none}:host([actionable]:not([disabled]):not([ui5-li-group-header])){cursor:pointer}:host([has-border]){border-bottom:var(--ui5-v2-13-0-rc-0-listitem-border-bottom)}:host([selected]){background-color:var(--sapList_SelectionBackgroundColor);border-bottom:var(--ui5-v2-13-0-rc-0-listitem-selected-border-bottom)}:host([selected]) .ui5-li-additional-text{text-shadow:var(--sapContent_TextShadow)}:host([actionable]:not([active]):not([selected]):not([ui5-li-group-header]):hover){background-color:var(--sapList_Hover_Background)}:host([actionable]:not([active]):not([selected]):not([ui5-li-group-header]):hover) .ui5-li-additional-text{text-shadow:var(--sapContent_TextShadow)}:host([actionable][selected]:not([active],[data-moving]):hover){background-color:var(--sapList_Hover_SelectionBackground)}:host([active][actionable]:not([data-moving])),:host([active][actionable][selected]:not([data-moving])){background-color:var(--sapList_Active_Background)}:host([desktop]:not([data-moving])) .ui5-li-root.ui5-li--focusable:focus:after,:host([desktop][focused]:not([data-moving])) .ui5-li-root.ui5-li--focusable:after,:host(:not([data-moving])) .ui5-li-root.ui5-li--focusable:focus-visible:after,:host([desktop]:not([data-moving])) .ui5-li-root .ui5-li-content:focus:after,:host([desktop][focused]:not([data-moving])) .ui5-li-root .ui5-li-content:after,:host(:not([data-moving])) .ui5-li-root .ui5-li-content:focus-visible:after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:.125rem;pointer-events:none}.ui5-li-root{position:relative;display:flex;align-items:center;width:100%;height:100%;padding:var(--_ui5-v2-13-0-rc-0_list_item_base_padding);box-sizing:border-box;background-color:inherit}.ui5-li-root.ui5-li--focusable{outline:none}.ui5-li-content{display:flex;align-items:center;flex:auto;overflow:hidden;max-width:100%;font-family:"72override",var(--sapFontFamily);color:var(--sapList_TextColor)}.ui5-li-content .ui5-li-title{color:var(--sapList_TextColor);font-size:var(--_ui5-v2-13-0-rc-0_list_item_title_size)}.ui5-li-text-wrapper{display:flex;flex-direction:row;justify-content:space-between;flex:auto;min-width:1px;line-height:normal}
9
+ Icons.p("@" + "ui5" + "/" + "sap/ushell/thirdparty/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
10
+ Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => i18nDefaults.defaultTheme);
11
+ var styles = `:host{box-sizing:border-box;height:var(--_ui5-v2-15-0_list_item_base_height);background-color:var(--ui5-v2-15-0-listitem-background-color);border-bottom:.0625rem solid transparent}:host(:not([hidden])){display:block}:host([disabled]){opacity:var(--_ui5-v2-15-0-listitembase_disabled_opacity);pointer-events:none}:host([actionable]:not([disabled]):not([ui5-li-group-header])){cursor:pointer}:host([has-border]){border-bottom:var(--ui5-v2-15-0-listitem-border-bottom)}:host([selected]){background-color:var(--sapList_SelectionBackgroundColor);border-bottom:var(--ui5-v2-15-0-listitem-selected-border-bottom)}:host([selected]) .ui5-li-additional-text{text-shadow:var(--sapContent_TextShadow)}:host([actionable]:not([active]):not([selected]):not([ui5-li-group-header]):hover){background-color:var(--sapList_Hover_Background)}:host([actionable]:not([active]):not([selected]):not([ui5-li-group-header]):hover) .ui5-li-additional-text{text-shadow:var(--sapContent_TextShadow)}:host([actionable][selected]:not([active],[data-moving]):hover){background-color:var(--sapList_Hover_SelectionBackground)}:host([active][actionable]:not([data-moving])),:host([active][actionable][selected]:not([data-moving])){background-color:var(--sapList_Active_Background)}:host([desktop]:not([data-moving])) .ui5-li-root.ui5-li--focusable:focus:after,:host([desktop][focused]:not([data-moving])) .ui5-li-root.ui5-li--focusable:after,:host(:not([data-moving])) .ui5-li-root.ui5-li--focusable:focus-visible:after,:host([desktop]:not([data-moving])) .ui5-li-root .ui5-li-content:focus:after,:host([desktop][focused]:not([data-moving])) .ui5-li-root .ui5-li-content:after,:host(:not([data-moving])) .ui5-li-root .ui5-li-content:focus-visible:after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:.125rem;pointer-events:none}.ui5-li-root{position:relative;display:flex;align-items:center;width:100%;height:100%;padding:var(--_ui5-v2-15-0_list_item_base_padding);box-sizing:border-box;background-color:inherit}.ui5-li-root.ui5-li--focusable{outline:none}.ui5-li-content{display:flex;align-items:center;flex:auto;overflow:hidden;max-width:100%;font-family:var(--sapFontFamily);color:var(--sapList_TextColor)}.ui5-li-content .ui5-li-title{color:var(--sapList_TextColor);font-size:var(--_ui5-v2-15-0_list_item_title_size)}.ui5-li-text-wrapper{display:flex;flex-direction:row;justify-content:space-between;flex:auto;min-width:1px;line-height:normal}
12
12
  `;
13
13
 
14
- Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
15
- Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
14
+ Icons.p("@" + "ui5" + "/" + "sap/ushell/thirdparty/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
15
+ Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => i18nDefaults.defaultTheme);
16
16
  var draggableElementStyles = `[draggable=true]{cursor:grab!important}[draggable=true][data-moving]{cursor:grabbing!important;opacity:var(--sapContent_DisabledOpacity)}
17
17
  `;
18
18
 
@@ -88,19 +88,19 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
88
88
  this.fireDecoratorEvent("_focused", e);
89
89
  }
90
90
  _onkeydown(e) {
91
- if (webcomponentsBase.B(e)) {
91
+ if (webcomponentsBase.x(e)) {
92
92
  return this._handleTabNext(e);
93
93
  }
94
- if (webcomponentsBase.m$1(e)) {
94
+ if (webcomponentsBase.V(e)) {
95
95
  return this._handleTabPrevious(e);
96
96
  }
97
97
  if (this.getFocusDomRef().matches(":has(:focus-within)")) {
98
98
  return;
99
99
  }
100
- if (webcomponentsBase.i(e)) {
100
+ if (this._isSpace(e)) {
101
101
  e.preventDefault();
102
102
  }
103
- if (webcomponentsBase.b$1(e)) {
103
+ if (this._isEnter(e)) {
104
104
  this.fireItemPress(e);
105
105
  }
106
106
  }
@@ -108,7 +108,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
108
108
  if (this.getFocusDomRef().matches(":has(:focus-within)")) {
109
109
  return;
110
110
  }
111
- if (webcomponentsBase.i(e)) {
111
+ if (this._isSpace(e)) {
112
112
  this.fireItemPress(e);
113
113
  }
114
114
  }
@@ -118,6 +118,18 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
118
118
  }
119
119
  this.fireItemPress(e);
120
120
  }
121
+ /**
122
+ * Override from subcomponent, if needed
123
+ */
124
+ _isSpace(e) {
125
+ return webcomponentsBase.A(e);
126
+ }
127
+ /**
128
+ * Override from subcomponent, if needed
129
+ */
130
+ _isEnter(e) {
131
+ return webcomponentsBase.b$1(e);
132
+ }
121
133
  fireItemPress(e) {
122
134
  if (this.disabled || !this._pressable) {
123
135
  return;