@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,12 +1,7 @@
1
- sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/Title', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/ValueState', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/AccessibilityTextsHelper', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/Button2'], (function (exports, Icons, parametersBundle_css, i18nDefaults, webcomponentsBase, information, Title, List, ValueState, toLowercaseEnumValue, eventStrict, BusyIndicator, AccessibilityTextsHelper, Icon, Button) { 'use strict';
1
+ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/Title', 'sap/ushell/thirdparty/ValueState', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/Button2'], (function (exports, webcomponentsBase, Icons, i18nDefaults, parametersBundle_css, information, Title, ValueState, toLowercaseEnumValue, eventStrict, FocusableElements, BusyIndicator, Icon, Button) { 'use strict';
2
2
 
3
3
  const e$1={toAttribute(t){return t instanceof HTMLElement?null:t},fromAttribute(t){return t}};
4
4
 
5
- Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
6
- Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
7
- 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}
8
- `;
9
-
10
5
  function PopubBlockLayerTemplate() {
11
6
  return (parametersBundle_css.jsx("div", { class: "ui5-block-layer", onKeyDown: this._preventBlockLayerFocus, onMouseDown: this._preventBlockLayerFocus }));
12
7
  }
@@ -65,12 +60,23 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
65
60
  var PopupAccessibleRole$1 = PopupAccessibleRole;
66
61
 
67
62
  const OpenedPopupsRegistry = Icons.m("OpenedPopupsRegistry", { openedRegistry: [] });
63
+ const openUI5Support = Icons.n$1("OpenUI5Support");
64
+ function registerPopupWithOpenUI5Support(popupInfo) {
65
+ openUI5Support?.addOpenedPopup(popupInfo);
66
+ }
67
+ function unregisterPopupWithOpenUI5Support(popup) {
68
+ openUI5Support?.removeOpenedPopup(popup);
69
+ }
68
70
  const addOpenedPopup = (instance, parentPopovers = []) => {
69
71
  if (!OpenedPopupsRegistry.openedRegistry.some(popup => popup.instance === instance)) {
70
72
  OpenedPopupsRegistry.openedRegistry.push({
71
73
  instance,
72
74
  parentPopovers,
73
75
  });
76
+ registerPopupWithOpenUI5Support({
77
+ type: "WebComponent",
78
+ instance,
79
+ });
74
80
  }
75
81
  _updateTopModalPopup();
76
82
  if (OpenedPopupsRegistry.openedRegistry.length === 1) {
@@ -81,6 +87,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
81
87
  OpenedPopupsRegistry.openedRegistry = OpenedPopupsRegistry.openedRegistry.filter(el => {
82
88
  return el.instance !== instance;
83
89
  });
90
+ unregisterPopupWithOpenUI5Support(instance);
84
91
  _updateTopModalPopup();
85
92
  if (!OpenedPopupsRegistry.openedRegistry.length) {
86
93
  detachGlobalListener();
@@ -93,9 +100,13 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
93
100
  if (!OpenedPopupsRegistry.openedRegistry.length) {
94
101
  return;
95
102
  }
96
- if (webcomponentsBase.H(event)) {
103
+ if (webcomponentsBase.m$2(event)) {
104
+ const topmostPopup = OpenedPopupsRegistry.openedRegistry[OpenedPopupsRegistry.openedRegistry.length - 1].instance;
105
+ if (openUI5Support && topmostPopup !== openUI5Support.getTopmostPopup()) {
106
+ return;
107
+ }
97
108
  event.stopPropagation();
98
- OpenedPopupsRegistry.openedRegistry[OpenedPopupsRegistry.openedRegistry.length - 1].instance.closePopup(true);
109
+ topmostPopup.closePopup(true);
99
110
  }
100
111
  };
101
112
  const attachGlobalListener = () => {
@@ -119,18 +130,18 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
119
130
  }
120
131
  };
121
132
 
122
- Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
123
- Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
124
- var popupStlyes = `:host{min-width:1px;overflow:visible;border:none;inset:unset;margin:0;padding:0}
133
+ Icons.p("@" + "ui5" + "/" + "sap/ushell/thirdparty/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
134
+ Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => i18nDefaults.defaultTheme);
135
+ var popupStlyes = `:host{min-width:1px;overflow:visible;border:none;inset:unset;margin:0;padding:0}:host(:focus-visible){outline:none}
125
136
  `;
126
137
 
127
- Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
128
- Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
138
+ Icons.p("@" + "ui5" + "/" + "sap/ushell/thirdparty/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
139
+ Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => i18nDefaults.defaultTheme);
129
140
  var popupBlockLayerStyles = `.ui5-block-layer{position:fixed;z-index:-1;display:none;inset:-500px;outline:none;pointer-events:all}
130
141
  `;
131
142
 
132
- Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
133
- Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
143
+ Icons.p("@" + "ui5" + "/" + "sap/ushell/thirdparty/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
144
+ Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => i18nDefaults.defaultTheme);
134
145
  var globalStyles = `.ui5-popup-scroll-blocker{overflow:hidden}
135
146
  `;
136
147
 
@@ -216,6 +227,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
216
227
  this.onDesktop = false;
217
228
  this._opened = false;
218
229
  this._open = false;
230
+ this._resizeHandlerRegistered = false;
219
231
  this._resizeHandler = this._resize.bind(this);
220
232
  this._getRealDomRef = () => {
221
233
  return this.shadowRoot.querySelector("[root-element]");
@@ -229,19 +241,28 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
229
241
  Icons.f$1().then(() => {
230
242
  this._updateMediaRange();
231
243
  });
244
+ if (this.open) {
245
+ this._registerResizeHandler();
246
+ }
247
+ else {
248
+ this._deregisterResizeHandler();
249
+ }
232
250
  }
233
251
  onEnterDOM() {
234
252
  this.setAttribute("popover", "manual");
235
- webcomponentsBase.f.register(this, this._resizeHandler);
236
253
  if (Icons.f()) {
237
254
  this.setAttribute("desktop", "");
238
255
  }
239
256
  this.tabIndex = -1;
257
+ this.handleOpenOnEnterDOM();
258
+ this.setAttribute("data-sap-ui-fastnavgroup-container", "true");
259
+ BusyIndicator.y(this, this._updateAssociatedLabelsTexts.bind(this));
260
+ }
261
+ handleOpenOnEnterDOM() {
240
262
  if (this.open) {
241
263
  this.showPopover();
242
264
  this.openPopup();
243
265
  }
244
- AccessibilityTextsHelper.y(this, this._updateAssociatedLabelsTexts.bind(this));
245
266
  }
246
267
  onExitDOM() {
247
268
  if (this._opened) {
@@ -249,7 +270,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
249
270
  this._removeOpenedPopup();
250
271
  }
251
272
  webcomponentsBase.f.deregister(this, this._resizeHandler);
252
- AccessibilityTextsHelper.T(this);
273
+ BusyIndicator.T(this);
253
274
  }
254
275
  /**
255
276
  * Indicates if the element is open
@@ -337,7 +358,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
337
358
  });
338
359
  }
339
360
  _onkeydown(e) {
340
- const isTabOutAttempt = e.target === this._root && webcomponentsBase.m$1(e);
361
+ const isTabOutAttempt = e.target === this._root && webcomponentsBase.V(e);
341
362
  // if the popup is closed, focus is already moved, so Enter keydown may result in click on the newly focused element
342
363
  const isEnterOnClosedPopupChild = webcomponentsBase.b$1(e) && !this.open;
343
364
  if (isTabOutAttempt || isEnterOnClosedPopupChild) {
@@ -372,7 +393,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
372
393
  * @private
373
394
  */
374
395
  async forwardToFirst() {
375
- const firstFocusable = await BusyIndicator.b(this);
396
+ const firstFocusable = await FocusableElements.b(this);
376
397
  if (firstFocusable) {
377
398
  firstFocusable.focus();
378
399
  }
@@ -385,7 +406,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
385
406
  * @private
386
407
  */
387
408
  async forwardToLast() {
388
- const lastFocusable = await BusyIndicator.H(this);
409
+ const lastFocusable = await FocusableElements.H(this);
389
410
  if (lastFocusable) {
390
411
  lastFocusable.focus();
391
412
  }
@@ -423,7 +444,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
423
444
  element = this.getRootNode().getElementById(this.initialFocus)
424
445
  || document.getElementById(this.initialFocus);
425
446
  }
426
- element = element || await BusyIndicator.b(this) || this._root; // in case of no focusable content focus the root
447
+ element = element || await FocusableElements.b(this) || this._root; // in case of no focusable content focus the root
427
448
  if (element) {
428
449
  if (element === this._root) {
429
450
  element.tabIndex = -1;
@@ -438,7 +459,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
438
459
  this.mediaRange = webcomponentsBase.i$2.getCurrentRange(webcomponentsBase.i$2.RANGESETS.RANGE_4STEPS, this.getDomRef().offsetWidth);
439
460
  }
440
461
  _updateAssociatedLabelsTexts() {
441
- this._associatedDescriptionRefTexts = AccessibilityTextsHelper.p(this);
462
+ this._associatedDescriptionRefTexts = BusyIndicator.p(this);
442
463
  }
443
464
  /**
444
465
  * Adds the popup to the "opened popups registry"
@@ -498,6 +519,18 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
498
519
  this.showPopover();
499
520
  }
500
521
  }
522
+ _registerResizeHandler() {
523
+ if (!this._resizeHandlerRegistered) {
524
+ webcomponentsBase.f.register(this, this._resizeHandler);
525
+ this._resizeHandlerRegistered = true;
526
+ }
527
+ }
528
+ _deregisterResizeHandler() {
529
+ if (this._resizeHandlerRegistered) {
530
+ webcomponentsBase.f.deregister(this, this._resizeHandler);
531
+ this._resizeHandlerRegistered = false;
532
+ }
533
+ }
501
534
  /**
502
535
  * Sets "none" display to the popup
503
536
  * @protected
@@ -510,13 +543,13 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
510
543
  * @protected
511
544
  */
512
545
  get _ariaLabel() {
513
- return AccessibilityTextsHelper.A(this);
546
+ return BusyIndicator.A(this);
514
547
  }
515
548
  get _accInfoAriaDescription() {
516
549
  return this.ariaDescriptionText || "";
517
550
  }
518
551
  get ariaDescriptionText() {
519
- return this._associatedDescriptionRefTexts || AccessibilityTextsHelper.L(this);
552
+ return this._associatedDescriptionRefTexts || BusyIndicator.L(this);
520
553
  }
521
554
  get ariaDescriptionTextId() {
522
555
  return this.ariaDescriptionText ? "accessibleDescription" : "";
@@ -652,7 +685,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
652
685
  const collection$1 = "SAP-icons-v4";
653
686
  const packageName$1 = "sap/ushell/gen/ui5/webcomponents-icons";
654
687
 
655
- Icons.f$2(name$1, { pathData: pathData$1, ltr: ltr$1, collection: collection$1, packageName: packageName$1 });
688
+ Icons.y(name$1, { pathData: pathData$1, ltr: ltr$1, collection: collection$1, packageName: packageName$1 });
656
689
 
657
690
  const name = "resize-corner";
658
691
  const pathData = "M282 416q-11 0-18.5-7.5T256 390t7-18l109-109q7-7 18-7t18.5 7.5T416 282t-7 18L300 409q-7 7-18 7zm-160 0q-11 0-18.5-7.5T96 390t7-18l269-269q7-7 18-7t18.5 7.5T416 122t-7 18L140 409q-7 7-18 7z";
@@ -660,7 +693,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
660
693
  const collection = "SAP-icons-v5";
661
694
  const packageName = "sap/ushell/gen/ui5/webcomponents-icons";
662
695
 
663
- Icons.f$2(name, { pathData, ltr, collection, packageName });
696
+ Icons.y(name, { pathData, ltr, collection, packageName });
664
697
 
665
698
  var resizeCorner = "resize-corner";
666
699
 
@@ -691,14 +724,14 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
691
724
  parametersBundle_css.jsx("div", { class: "ui5-popup-resize-handle", onMouseDown: this._onResizeMouseDown, children: parametersBundle_css.jsx(Icon.Icon, { name: resizeCorner }) })] }));
692
725
  }
693
726
 
694
- Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
695
- Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
696
- var PopupsCommonCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{position:fixed;background:var(--sapGroup_ContentBackground);border-radius:var(--_ui5-v2-13-0-rc-0_popup_border_radius);min-height:2rem;box-sizing:border-box}:host([open]){display:flex}.ui5-popup-root{background:inherit;border-radius:inherit;width:100%;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;flex:1 1 auto;outline:none}.ui5-popup-root .ui5-popup-header-root{box-shadow:var(--_ui5-v2-13-0-rc-0_popup_header_shadow);border-bottom:var(--_ui5-v2-13-0-rc-0_popup_header_border)}.ui5-popup-content{color:var(--sapTextColor);flex:auto}.ui5-popup-content:focus{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:calc(-1 * var(--sapContent_FocusWidth));border-radius:var(--_ui5-v2-13-0-rc-0_popup_border_radius)}.ui5-popup-footer-root{background:var(--sapPageFooter_Background);border-top:1px solid var(--sapPageFooter_BorderColor);color:var(--sapPageFooter_TextColor)}.ui5-popup-header-root,.ui5-popup-footer-root,:host([header-text]) .ui5-popup-header-text{margin:0;display:flex;justify-content:center;align-items:center}.ui5-popup-header-root .ui5-popup-header-text{font-weight:var(--sapFontHeaderFamily);font-size:var(--sapFontHeader5Size);color:var(--sapPageHeader_TextColor)}.ui5-popup-content{overflow:auto;box-sizing:border-box}:host([header-text]) .ui5-popup-header-text{min-height:var(--_ui5-v2-13-0-rc-0_popup_default_header_height);max-height:var(--_ui5-v2-13-0-rc-0_popup_default_header_height);line-height:var(--_ui5-v2-13-0-rc-0_popup_default_header_height);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%;display:inline-flex;justify-content:var(--_ui5-v2-13-0-rc-0_popup_header_prop_header_text_alignment)}:host([header-text]) .ui5-popup-header-root{justify-content:var(--_ui5-v2-13-0-rc-0_popup_header_prop_header_text_alignment)}:host(:not([header-text])) .ui5-popup-header-text{display:none}:host([media-range="S"]) .ui5-popup-content{padding:1rem var(--_ui5-v2-13-0-rc-0_popup_content_padding_s)}:host([media-range="M"]) .ui5-popup-content,:host([media-range="L"]) .ui5-popup-content{padding:1rem var(--_ui5-v2-13-0-rc-0_popup_content_padding_m_l)}:host([media-range="XL"]) .ui5-popup-content{padding:1rem var(--_ui5-v2-13-0-rc-0_popup_content_padding_xl)}.ui5-popup-header-root{background:var(--_ui5-v2-13-0-rc-0_popup_header_background)}:host([media-range="S"]) .ui5-popup-header-root,:host([media-range="S"]) .ui5-popup-footer-root{padding-left:var(--_ui5-v2-13-0-rc-0_popup_header_footer_padding_s);padding-right:var(--_ui5-v2-13-0-rc-0_popup_header_footer_padding_s)}:host([media-range="M"]) .ui5-popup-header-root,:host([media-range="L"]) .ui5-popup-header-root,:host([media-range="M"]) .ui5-popup-footer-root,:host([media-range="L"]) .ui5-popup-footer-root{padding-left:var(--_ui5-v2-13-0-rc-0_popup_header_footer_padding_m_l);padding-right:var(--_ui5-v2-13-0-rc-0_popup_header_footer_padding_m_l)}:host([media-range="XL"]) .ui5-popup-header-root,:host([media-range="XL"]) .ui5-popup-footer-root{padding-left:var(--_ui5-v2-13-0-rc-0_popup_header_footer_padding_xl);padding-right:var(--_ui5-v2-13-0-rc-0_popup_header_footer_padding_xl)}
727
+ Icons.p("@" + "ui5" + "/" + "sap/ushell/thirdparty/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
728
+ Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => i18nDefaults.defaultTheme);
729
+ var PopupsCommonCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{position:fixed;background:var(--sapGroup_ContentBackground);border-radius:var(--_ui5-v2-15-0_popup_border_radius);min-height:2rem;box-sizing:border-box}:host([open]){display:flex}.ui5-popup-root{background:inherit;border-radius:inherit;width:100%;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;flex:1 1 auto;outline:none}.ui5-popup-root .ui5-popup-header-root{box-shadow:var(--_ui5-v2-15-0_popup_header_shadow);border-bottom:var(--_ui5-v2-15-0_popup_header_border)}.ui5-popup-content{color:var(--sapTextColor);flex:auto}.ui5-popup-content:focus{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:calc(-1 * var(--sapContent_FocusWidth));border-radius:var(--_ui5-v2-15-0_popup_border_radius)}.ui5-popup-footer-root{background:var(--sapPageFooter_Background);border-top:1px solid var(--sapPageFooter_BorderColor);color:var(--sapPageFooter_TextColor)}.ui5-popup-header-root,.ui5-popup-footer-root,:host([header-text]) .ui5-popup-header-text{margin:0;display:flex;justify-content:center;align-items:center}.ui5-popup-header-root .ui5-popup-header-text{font-weight:var(--sapFontHeaderFamily);font-size:var(--sapFontHeader5Size);color:var(--sapPageHeader_TextColor)}.ui5-popup-content{overflow:auto;box-sizing:border-box}:host([header-text]) .ui5-popup-header-text{min-height:var(--_ui5-v2-15-0_popup_default_header_height);max-height:var(--_ui5-v2-15-0_popup_default_header_height);line-height:var(--_ui5-v2-15-0_popup_default_header_height);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%;display:inline-flex;justify-content:var(--_ui5-v2-15-0_popup_header_prop_header_text_alignment)}:host([header-text]) .ui5-popup-header-root{justify-content:var(--_ui5-v2-15-0_popup_header_prop_header_text_alignment)}:host(:not([header-text])) .ui5-popup-header-text{display:none}:host([media-range="S"]) .ui5-popup-content{padding:1rem var(--_ui5-v2-15-0_popup_content_padding_s)}:host([media-range="M"]) .ui5-popup-content,:host([media-range="L"]) .ui5-popup-content{padding:1rem var(--_ui5-v2-15-0_popup_content_padding_m_l)}:host([media-range="XL"]) .ui5-popup-content{padding:1rem var(--_ui5-v2-15-0_popup_content_padding_xl)}.ui5-popup-header-root{background:var(--sapPageHeader_Background)}:host([media-range="S"]) .ui5-popup-header-root,:host([media-range="S"]) .ui5-popup-footer-root{padding-left:var(--_ui5-v2-15-0_popup_header_footer_padding_s);padding-right:var(--_ui5-v2-15-0_popup_header_footer_padding_s)}:host([media-range="M"]) .ui5-popup-header-root,:host([media-range="L"]) .ui5-popup-header-root,:host([media-range="M"]) .ui5-popup-footer-root,:host([media-range="L"]) .ui5-popup-footer-root{padding-left:var(--_ui5-v2-15-0_popup_header_footer_padding_m_l);padding-right:var(--_ui5-v2-15-0_popup_header_footer_padding_m_l)}:host([media-range="XL"]) .ui5-popup-header-root,:host([media-range="XL"]) .ui5-popup-footer-root{padding-left:var(--_ui5-v2-15-0_popup_header_footer_padding_xl);padding-right:var(--_ui5-v2-15-0_popup_header_footer_padding_xl)}
697
730
  `;
698
731
 
699
- Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
700
- Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
701
- var dialogCSS = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{min-width:20rem;min-height:6rem;max-height:94%;max-width:90%;flex-direction:column;box-shadow:var(--sapContent_Shadow3);border-radius:var(--sapElement_BorderCornerRadius)}:host([stretch]){width:90%;height:94%}:host([stretch][on-phone]){width:100%;height:100%;max-height:100%;max-width:100%;border-radius:0;min-width:0}:host([draggable]) .ui5-popup-header-root,:host([draggable]) ::slotted([slot="header"]){cursor:move}:host([draggable]) .ui5-popup-header-root *{cursor:auto}:host([draggable]) .ui5-popup-root{user-select:text}::slotted([slot="header"]){max-width:100%}.ui5-popup-root{display:flex;flex-direction:column;max-width:100vw}.ui5-popup-header-root{position:relative}.ui5-popup-header-root:before{content:"";position:absolute;inset-block-start:auto;inset-block-end:0;inset-inline-start:0;inset-inline-end:0;height:var(--_ui5-v2-13-0-rc-0_dialog_header_state_line_height);background:var(--sapObjectHeader_BorderColor)}:host([state="Negative"]) .ui5-popup-header-root:before{background:var(--sapErrorBorderColor)}:host([state="Information"]) .ui5-popup-header-root:before{background:var(--sapInformationBorderColor)}:host([state="Positive"]) .ui5-popup-header-root:before{background:var(--sapSuccessBorderColor)}:host([state="Critical"]) .ui5-popup-header-root:before{background:var(--sapWarningBorderColor)}.ui5-dialog-value-state-icon{margin-inline-end:.5rem;flex-shrink:0}:host([state="Negative"]) .ui5-dialog-value-state-icon{color:var(--_ui5-v2-13-0-rc-0_dialog_header_error_state_icon_color)}:host([state="Information"]) .ui5-dialog-value-state-icon{color:var(--_ui5-v2-13-0-rc-0_dialog_header_information_state_icon_color)}:host([state="Positive"]) .ui5-dialog-value-state-icon{color:var(--_ui5-v2-13-0-rc-0_dialog_header_success_state_icon_color)}:host([state="Critical"]) .ui5-dialog-value-state-icon{color:var(--_ui5-v2-13-0-rc-0_dialog_header_warning_state_icon_color)}.ui5-popup-header-root{outline:none}:host([desktop]) .ui5-popup-header-root:focus:after,.ui5-popup-header-root:focus-visible:after{content:"";position:absolute;left:var(--_ui5-v2-13-0-rc-0_dialog_header_focus_left_offset);bottom:var(--_ui5-v2-13-0-rc-0_dialog_header_focus_bottom_offset);right:var(--_ui5-v2-13-0-rc-0_dialog_header_focus_right_offset);top:var(--_ui5-v2-13-0-rc-0_dialog_header_focus_top_offset);border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5-v2-13-0-rc-0_dialog_header_border_radius) var(--_ui5-v2-13-0-rc-0_dialog_header_border_radius) 0 0;pointer-events:none}:host([stretch]) .ui5-popup-content{width:100%;height:100%}.ui5-popup-content{min-height:var(--_ui5-v2-13-0-rc-0_dialog_content_min_height);flex:1 1 auto}.ui5-popup-resize-handle{position:absolute;bottom:-.5rem;inset-inline-end:-.5rem;cursor:var(--_ui5-v2-13-0-rc-0_dialog_resize_cursor);width:1.5rem;height:1.5rem;border-radius:50%}.ui5-popup-resize-handle [ui5-icon]{color:var(--sapButton_Lite_TextColor)}::slotted([slot="footer"]){height:var(--_ui5-v2-13-0-rc-0_dialog_footer_height)}::slotted([slot="footer"][ui5-bar][design="Footer"]){border-top:none}::slotted([slot="header"][ui5-bar]){box-shadow:none}::slotted([slot="footer"][ui5-toolbar]){border:0}:host::backdrop{background-color:var(--_ui5-v2-13-0-rc-0_popup_block_layer_background);opacity:var(--_ui5-v2-13-0-rc-0_popup_block_layer_opacity)}.ui5-block-layer{display:block}
732
+ Icons.p("@" + "ui5" + "/" + "sap/ushell/thirdparty/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
733
+ Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => i18nDefaults.defaultTheme);
734
+ var dialogCSS = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{min-width:20rem;min-height:6rem;max-height:94%;max-width:90%;flex-direction:column;box-shadow:var(--sapContent_Shadow3);border-radius:var(--sapElement_BorderCornerRadius)}:host([stretch]){width:90%;height:94%}:host([stretch][on-phone]){width:100%;height:100%;max-height:100%;max-width:100%;border-radius:0;min-width:0}:host([draggable]) .ui5-popup-header-root,:host([draggable]) ::slotted([slot="header"]){cursor:move}:host([draggable]) .ui5-popup-header-root *{cursor:auto}:host([draggable]) .ui5-popup-root{user-select:text}::slotted([slot="header"]){max-width:100%}.ui5-popup-root{display:flex;flex-direction:column;max-width:100vw}.ui5-popup-header-root{position:relative}.ui5-popup-header-root:before{content:"";position:absolute;inset-block-start:auto;inset-block-end:0;inset-inline-start:0;inset-inline-end:0;height:var(--_ui5-v2-15-0_dialog_header_state_line_height);background:var(--sapObjectHeader_BorderColor)}:host([state="Negative"]) .ui5-popup-header-root:before{background:var(--sapErrorBorderColor)}:host([state="Information"]) .ui5-popup-header-root:before{background:var(--sapInformationBorderColor)}:host([state="Positive"]) .ui5-popup-header-root:before{background:var(--sapSuccessBorderColor)}:host([state="Critical"]) .ui5-popup-header-root:before{background:var(--sapWarningBorderColor)}.ui5-dialog-value-state-icon{margin-inline-end:.5rem;flex-shrink:0}:host([state="Negative"]) .ui5-dialog-value-state-icon{color:var(--sapNegativeElementColor)}:host([state="Information"]) .ui5-dialog-value-state-icon{color:var(--sapInformativeElementColor)}:host([state="Positive"]) .ui5-dialog-value-state-icon{color:var(--sapPositiveElementColor)}:host([state="Critical"]) .ui5-dialog-value-state-icon{color:var(--sapCriticalElementColor)}.ui5-popup-header-root{outline:none}:host([desktop]) .ui5-popup-header-root:focus:after,.ui5-popup-header-root:focus-visible:after{content:"";position:absolute;left:var(--_ui5-v2-15-0_dialog_header_focus_left_offset);bottom:var(--_ui5-v2-15-0_dialog_header_focus_bottom_offset);right:var(--_ui5-v2-15-0_dialog_header_focus_right_offset);top:var(--_ui5-v2-15-0_dialog_header_focus_top_offset);border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5-v2-15-0_dialog_header_border_radius) var(--_ui5-v2-15-0_dialog_header_border_radius) 0 0;pointer-events:none}:host([stretch]) .ui5-popup-content{width:100%;height:100%}.ui5-popup-content{min-height:var(--_ui5-v2-15-0_dialog_content_min_height);flex:1 1 auto}.ui5-popup-resize-handle{position:absolute;bottom:-.5rem;inset-inline-end:-.5rem;cursor:var(--_ui5-v2-15-0_dialog_resize_cursor);width:1.5rem;height:1.5rem;border-radius:50%}.ui5-popup-resize-handle [ui5-icon]{color:var(--sapButton_Lite_TextColor)}::slotted([slot="footer"]){height:var(--_ui5-v2-15-0_dialog_footer_height)}::slotted([slot="footer"][ui5-bar][design="Footer"]){border-top:none}::slotted([slot="header"][ui5-bar]){box-shadow:none}::slotted([slot="footer"][ui5-toolbar]){border:0}:host::backdrop{background-color:var(--_ui5-v2-15-0_popup_block_layer_background);opacity:var(--_ui5-v2-15-0_popup_block_layer_opacity)}.ui5-block-layer{display:block}
702
735
  `;
703
736
 
704
737
  var __decorate$2 = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -923,7 +956,6 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
923
956
  super.onEnterDOM();
924
957
  this._attachScreenResizeHandler();
925
958
  this.addEventListener("dragstart", this._dragStartHandler);
926
- this.setAttribute("data-sap-ui-fastnavgroup-container", "true");
927
959
  }
928
960
  onExitDOM() {
929
961
  super.onExitDOM();
@@ -1004,11 +1036,11 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
1004
1036
  if (!this._movable || !Dialog_1._isHeader(e.target)) {
1005
1037
  return;
1006
1038
  }
1007
- if (this.draggable && [webcomponentsBase.D, webcomponentsBase.P, webcomponentsBase.K, webcomponentsBase.c].some(key => key(e))) {
1039
+ if (this.draggable && [webcomponentsBase.P, webcomponentsBase._, webcomponentsBase.D, webcomponentsBase.R].some(key => key(e))) {
1008
1040
  this._dragWithEvent(e);
1009
1041
  return;
1010
1042
  }
1011
- if (this.resizable && [webcomponentsBase.O, webcomponentsBase.u$1, webcomponentsBase.w, webcomponentsBase.T].some(key => key(e))) {
1043
+ if (this.resizable && [webcomponentsBase.O, webcomponentsBase.N, webcomponentsBase.h, webcomponentsBase.I].some(key => key(e))) {
1012
1044
  this._resizeWithEvent(e);
1013
1045
  }
1014
1046
  }
@@ -1017,19 +1049,19 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
1017
1049
  let newPos = 0;
1018
1050
  let posDirection = "top";
1019
1051
  switch (true) {
1020
- case webcomponentsBase.D(e):
1052
+ case webcomponentsBase.P(e):
1021
1053
  newPos = top - STEP_SIZE;
1022
1054
  posDirection = "top";
1023
1055
  break;
1024
- case webcomponentsBase.P(e):
1056
+ case webcomponentsBase._(e):
1025
1057
  newPos = top + STEP_SIZE;
1026
1058
  posDirection = "top";
1027
1059
  break;
1028
- case webcomponentsBase.K(e):
1060
+ case webcomponentsBase.D(e):
1029
1061
  newPos = left - STEP_SIZE;
1030
1062
  posDirection = "left";
1031
1063
  break;
1032
- case webcomponentsBase.c(e):
1064
+ case webcomponentsBase.R(e):
1033
1065
  newPos = left + STEP_SIZE;
1034
1066
  posDirection = "left";
1035
1067
  break;
@@ -1046,13 +1078,13 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
1046
1078
  case webcomponentsBase.O(e):
1047
1079
  height -= STEP_SIZE;
1048
1080
  break;
1049
- case webcomponentsBase.u$1(e):
1081
+ case webcomponentsBase.N(e):
1050
1082
  height += STEP_SIZE;
1051
1083
  break;
1052
- case webcomponentsBase.w(e):
1084
+ case webcomponentsBase.h(e):
1053
1085
  width -= STEP_SIZE;
1054
1086
  break;
1055
- case webcomponentsBase.T(e):
1087
+ case webcomponentsBase.I(e):
1056
1088
  width += STEP_SIZE;
1057
1089
  break;
1058
1090
  }
@@ -1098,7 +1130,13 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
1098
1130
  let newWidth, newLeft;
1099
1131
  if (this._isRTL) {
1100
1132
  newWidth = m$1(this._initialWidth - (clientX - this._initialX), this._minWidth, this._initialLeft + this._initialWidth);
1101
- newLeft = m$1(this._initialLeft + (clientX - this._initialX), 0, this._initialX + this._initialWidth - this._minWidth);
1133
+ // check if width is changed to avoid "left" jumping when max width is reached
1134
+ Object.assign(this.style, {
1135
+ width: `${newWidth}px`,
1136
+ });
1137
+ const deltaWidth = newWidth - this.getBoundingClientRect().width;
1138
+ const rightEdge = this._initialLeft + this._initialWidth + deltaWidth;
1139
+ newLeft = m$1(rightEdge - newWidth, 0, rightEdge - this._minWidth);
1102
1140
  }
1103
1141
  else {
1104
1142
  newWidth = m$1(this._initialWidth + (clientX - this._initialX), this._minWidth, window.innerWidth - this._initialLeft);
@@ -1107,7 +1145,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
1107
1145
  Object.assign(this.style, {
1108
1146
  height: `${newHeight}px`,
1109
1147
  width: `${newWidth}px`,
1110
- left: newLeft ? `${newLeft}px` : undefined,
1148
+ left: this._isRTL ? `${newLeft}px` : undefined,
1111
1149
  });
1112
1150
  }
1113
1151
  _onResizeMouseUp() {
@@ -1168,7 +1206,6 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
1168
1206
  Popup$1.styles,
1169
1207
  PopupsCommonCss,
1170
1208
  dialogCSS,
1171
- List.a(),
1172
1209
  ],
1173
1210
  })
1174
1211
  ], Dialog);
@@ -1407,9 +1444,9 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
1407
1444
  return parentPopovers;
1408
1445
  };
1409
1446
 
1410
- Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
1411
- Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
1412
- var PopoverCss = `:host{box-shadow:var(--_ui5-v2-13-0-rc-0_popover_box_shadow);background-color:var(--_ui5-v2-13-0-rc-0_popover_background);max-width:calc(100vw - (100vw - 100%) - 2 * var(--_ui5-v2-13-0-rc-0_popup_viewport_margin))}:host([hide-arrow]){box-shadow:var(--_ui5-v2-13-0-rc-0_popover_no_arrow_box_shadow)}:host([actual-placement="Bottom"]) .ui5-popover-arrow{left:calc(50% - .5625rem);top:-.5rem;height:.5rem}:host([actual-placement="Bottom"]) .ui5-popover-arrow:after{margin:var(--_ui5-v2-13-0-rc-0_popover_upward_arrow_margin)}:host([actual-placement="Start"]) .ui5-popover-arrow{top:calc(50% - .5625rem);right:-.5625rem;width:.5625rem}:host([actual-placement="Start"]) .ui5-popover-arrow:after{margin:var(--_ui5-v2-13-0-rc-0_popover_right_arrow_margin)}:host([actual-placement="Top"]) .ui5-popover-arrow{left:calc(50% - .5625rem);height:.5625rem;top:100%}:host([actual-placement="Top"]) .ui5-popover-arrow:after{margin:var(--_ui5-v2-13-0-rc-0_popover_downward_arrow_margin)}:host(:not([actual-placement])) .ui5-popover-arrow,:host([actual-placement="End"]) .ui5-popover-arrow{left:-.5625rem;top:calc(50% - .5625rem);width:.5625rem;height:1rem}:host(:not([actual-placement])) .ui5-popover-arrow:after,:host([actual-placement="End"]) .ui5-popover-arrow:after{margin:var(--_ui5-v2-13-0-rc-0_popover_left_arrow_margin)}:host([hide-arrow]) .ui5-popover-arrow{display:none}.ui5-popover-root{min-width:6.25rem}.ui5-popover-arrow{pointer-events:none;display:block;width:1rem;height:1rem;position:absolute;overflow:hidden}.ui5-popover-arrow:after{content:"";display:block;width:.7rem;height:.7rem;background-color:var(--_ui5-v2-13-0-rc-0_popover_background);box-shadow:var(--_ui5-v2-13-0-rc-0_popover_box_shadow);transform:rotate(-45deg)}:host([modal])::backdrop{background-color:var(--_ui5-v2-13-0-rc-0_popup_block_layer_background);opacity:var(--_ui5-v2-13-0-rc-0_popup_block_layer_opacity)}:host([modal]) .ui5-block-layer{display:block}
1447
+ Icons.p("@" + "ui5" + "/" + "sap/ushell/thirdparty/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
1448
+ Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => i18nDefaults.defaultTheme);
1449
+ var PopoverCss = `:host{box-shadow:var(--_ui5-v2-15-0_popover_box_shadow);background-color:var(--_ui5-v2-15-0_popover_background);max-width:calc(100vw - (100vw - 100%) - 2 * var(--_ui5-v2-15-0_popup_viewport_margin))}:host([hide-arrow]){box-shadow:var(--_ui5-v2-15-0_popover_no_arrow_box_shadow)}:host([actual-placement="Bottom"]) .ui5-popover-arrow{left:calc(50% - .5625rem);top:-.5rem;height:.5rem}:host([actual-placement="Bottom"]) .ui5-popover-arrow:after{margin:var(--_ui5-v2-15-0_popover_upward_arrow_margin)}:host([actual-placement="Start"]) .ui5-popover-arrow{top:calc(50% - .5625rem);right:-.5625rem;width:.5625rem}:host([actual-placement="Start"]) .ui5-popover-arrow:after{margin:var(--_ui5-v2-15-0_popover_right_arrow_margin)}:host([actual-placement="Top"]) .ui5-popover-arrow{left:calc(50% - .5625rem);height:.5625rem;top:100%}:host([actual-placement="Top"]) .ui5-popover-arrow:after{margin:var(--_ui5-v2-15-0_popover_downward_arrow_margin)}:host(:not([actual-placement])) .ui5-popover-arrow,:host([actual-placement="End"]) .ui5-popover-arrow{left:-.5625rem;top:calc(50% - .5625rem);width:.5625rem;height:1rem}:host(:not([actual-placement])) .ui5-popover-arrow:after,:host([actual-placement="End"]) .ui5-popover-arrow:after{margin:var(--_ui5-v2-15-0_popover_left_arrow_margin)}:host([hide-arrow]) .ui5-popover-arrow{display:none}.ui5-popover-root{min-width:6.25rem}.ui5-popover-arrow{pointer-events:none;display:block;width:1rem;height:1rem;position:absolute;overflow:hidden}.ui5-popover-arrow:after{content:"";display:block;width:.7rem;height:.7rem;background-color:var(--_ui5-v2-15-0_popover_background);box-shadow:var(--_ui5-v2-15-0_popover_box_shadow);transform:rotate(-45deg)}:host([modal])::backdrop{background-color:var(--_ui5-v2-15-0_popup_block_layer_background);opacity:var(--_ui5-v2-15-0_popup_block_layer_opacity)}:host([modal]) .ui5-block-layer{display:block}
1413
1450
  `;
1414
1451
 
1415
1452
  var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -1545,7 +1582,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
1545
1582
  if (!opener) {
1546
1583
  return;
1547
1584
  }
1548
- if (this.isOpenerOutsideViewport(opener.getBoundingClientRect())) {
1585
+ if (!opener || this.isOpenerOutsideViewport(opener.getBoundingClientRect())) {
1549
1586
  await Icons.f$1();
1550
1587
  this.open = false;
1551
1588
  this.fireDecoratorEvent("close");
@@ -1583,7 +1620,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
1583
1620
  removeOpenedPopover(this);
1584
1621
  }
1585
1622
  getOpenerHTMLElement(opener) {
1586
- if (opener === undefined) {
1623
+ if (opener === undefined || opener === null) {
1587
1624
  return opener;
1588
1625
  }
1589
1626
  if (opener instanceof HTMLElement) {
@@ -1648,6 +1685,13 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
1648
1685
  async _show() {
1649
1686
  super._show();
1650
1687
  const opener = this.getOpenerHTMLElement(this.opener);
1688
+ if (!opener) {
1689
+ Object.assign(this.style, {
1690
+ top: `0px`,
1691
+ left: `0px`,
1692
+ });
1693
+ return;
1694
+ }
1651
1695
  if (opener && webcomponentsBase.v(opener) && !opener.getDomRef()) {
1652
1696
  return;
1653
1697
  }
@@ -2080,7 +2124,6 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
2080
2124
  Popup$1.styles,
2081
2125
  PopupsCommonCss,
2082
2126
  PopoverCss,
2083
- List.a(),
2084
2127
  ],
2085
2128
  template: PopoverTemplate,
2086
2129
  })
@@ -2091,9 +2134,9 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
2091
2134
  Popover.define();
2092
2135
  var Popover$1 = Popover;
2093
2136
 
2094
- Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
2095
- Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
2096
- var ResponsivePopoverCss = `:host{--_ui5-v2-13-0-rc-0_input_width: 100%;min-width:6.25rem;min-height:2rem}:host([on-phone]){display:contents}.ui5-responsive-popover-header{height:var(--_ui5-v2-13-0-rc-0-responsive_popover_header_height);display:flex;justify-content:var(--_ui5-v2-13-0-rc-0_popup_header_prop_header_text_alignment);align-items:center;width:100%}.ui5-responsive-popover-header-text{width:calc(100% - var(--_ui5-v2-13-0-rc-0_button_base_min_width))}.ui5-responsive-popover-header-no-title{justify-content:flex-end}
2137
+ Icons.p("@" + "ui5" + "/" + "sap/ushell/thirdparty/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
2138
+ Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => i18nDefaults.defaultTheme);
2139
+ var ResponsivePopoverCss = `:host{--_ui5-v2-15-0_input_width: 100%;min-width:6.25rem;min-height:2rem}:host([on-phone]){display:contents}.ui5-responsive-popover-header{height:var(--_ui5-v2-15-0-responsive_popover_header_height);display:flex;justify-content:var(--_ui5-v2-15-0_popup_header_prop_header_text_alignment);align-items:center;width:100%}.ui5-responsive-popover-header-text{width:calc(100% - var(--_ui5-v2-15-0_button_base_min_width))}.ui5-responsive-popover-header-no-title{justify-content:flex-end}
2097
2140
  `;
2098
2141
 
2099
2142
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -2160,6 +2203,12 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
2160
2203
  return super._show();
2161
2204
  }
2162
2205
  }
2206
+ handleOpenOnEnterDOM() {
2207
+ if (this.open && !Icons.d()) {
2208
+ this.showPopover();
2209
+ this.openPopup();
2210
+ }
2211
+ }
2163
2212
  _dialogCloseButtonClick() {
2164
2213
  this.closePopup();
2165
2214
  }
@@ -2259,6 +2308,5 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
2259
2308
  exports.PopoverPlacement = PopoverPlacement$1;
2260
2309
  exports.ResponsivePopover = ResponsivePopover$1;
2261
2310
  exports.e = e$1;
2262
- exports.listItemAdditionalTextCss = listItemAdditionalTextCss;
2263
2311
 
2264
2312
  }));
@@ -1,15 +1,16 @@
1
- sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/Tag', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/generateHighlightedMarkup', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/AccessibilityTextsHelper', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/encodeXML'], (function (webcomponentsBase, webcomponents, webcomponentsFiori, ListItemBase, parametersBundle_css, Icon, Tag, Button, information, Icons, parametersBundle_css$1, generateHighlightedMarkup, eventStrict, i18nDefaults, willShowContent, AccessibilityTextsHelper, toLowercaseEnumValue, encodeXML) { 'use strict';
1
+ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/Tag', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/generateHighlightedMarkup', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/encodeXML', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/toLowercaseEnumValue'], (function (webcomponentsBase, webcomponents, webcomponentsFiori, ListItemBase, parametersBundle_css, Icon, Tag, Button, information, Icons, parametersBundle_css$1, generateHighlightedMarkup, eventStrict, i18nDefaults$1, FocusableElements, i18nDefaults, encodeXML, willShowContent, BusyIndicator, Label, toLowercaseEnumValue) { 'use strict';
2
2
 
3
3
  function SearchFieldTemplate() {
4
4
  return (parametersBundle_css.jsx("li", { part: "native-li", class: "ui5-li-root ui5-li--focusable", "aria-selected": this.selected, role: "option", "data-sap-focus-ref": true, draggable: this.movable, tabindex: this._effectiveTabIndex, onFocusIn: this._onfocusin, onFocusOut: this._onfocusout, onKeyUp: this._onkeyup, onKeyDown: this._onkeydown, onClick: this._onclick, children: parametersBundle_css.jsx("div", { part: "content", class: "ui5-search-item-content", children: parametersBundle_css.jsxs("div", { class: "ui5-search-item-begin-content", children: [this.image.length > 0 && !this.icon &&
5
5
  parametersBundle_css.jsx("slot", { name: "image" }), this.icon &&
6
6
  parametersBundle_css.jsx(Icon.Icon, { class: "ui5-search-item-icon", name: this.icon }), this.scopeName &&
7
- parametersBundle_css.jsx(Tag.Tag, { design: Tag.TagDesign.Set2, colorScheme: "10", children: this.scopeName }), parametersBundle_css.jsxs("div", { class: "ui5-search-item-titles-container", children: [parametersBundle_css.jsx("span", { part: "title", class: "ui5-search-item-text", dangerouslySetInnerHTML: { __html: this._markupText } }), parametersBundle_css.jsx("span", { part: "subtitle", class: "ui5-search-item-description", children: this.description })] }), parametersBundle_css.jsx(Button.Button, { class: "ui5-search-item-selected-delete", design: Button.ButtonDesign.Transparent, icon: information.decline, onClick: this._onDeleteButtonClick })] }) }) }));
7
+ parametersBundle_css.jsx(Tag.Tag, { design: Tag.TagDesign.Set2, colorScheme: "10", children: this.scopeName }), parametersBundle_css.jsxs("div", { class: "ui5-search-item-titles-container", children: [parametersBundle_css.jsx("span", { part: "title", class: "ui5-search-item-text", dangerouslySetInnerHTML: { __html: this._markupText } }), parametersBundle_css.jsx("span", { part: "subtitle", class: "ui5-search-item-description", children: this.description })] }), this.deletable &&
8
+ parametersBundle_css.jsx(Button.Button, { class: "ui5-search-item-selected-delete", design: Button.ButtonDesign.Transparent, icon: information.decline, onClick: this._onDeleteButtonClick, tooltip: this._deleteButtonTooltip, onKeyDown: this._onDeleteButtonKeyDown })] }) }) }));
8
9
  }
9
10
 
10
- Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
11
- Icons.p("@ui5/webcomponents-fiori", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
12
- var SearchItemCss = `:host([selected]){border:none}:host{border:none}.ui5-search-item-content{width:100%;height:100%;display:flex;align-items:center;gap:1rem}.ui5-search-item-begin-content{display:flex;height:100%;align-items:center;gap:.75rem;width:100%;box-sizing:border-box;flex:1}.ui5-search-item-selected-delete{display:none}:host([selected]:hover),:host(:focus-within),:host(:hover){.ui5-search-item-selected-delete{display:inline-block}}.ui5-search-item-text{display:inline-block;font-size:var(--sapFontLargeSize);font-family:var(--sapFontFamily);font-weight:400;color:var(--sapList_TextColor);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui5-search-item-titles-container{overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;flex:1}.ui5-search-item-icon{padding:.375rem;width:1.25rem;height:1rem;box-sizing:content-box}:host([description]){height:auto;min-height:var(--_ui5-v2-13-0-rc-0_list_item_base_height)}:host([description]) .ui5-search-item-content{padding-top:.5rem;padding-bottom:.5rem}:host([description]) .ui5-search-item-description{display:inline-block}.ui5-search-item-description{display:none;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;color:var(--sapContent_LabelColor);margin-top:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
11
+ Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
12
+ Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s" + "-" + "f" + "i" + "o" + "r" + "i", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
13
+ var SearchItemCss = `:host([selected]){border:none}:host{border:none}.ui5-search-item-content{width:100%;height:100%;display:flex;align-items:center;gap:1rem}.ui5-search-item-begin-content{display:flex;height:100%;align-items:center;gap:.75rem;width:100%;box-sizing:border-box;flex:1}:host([desktop]) .ui5-search-item-selected-delete{display:none}:host(:hover),:host(:focus-within){.ui5-search-item-selected-delete{display:inline-block}}.ui5-search-item-text{display:inline-block;font-size:var(--sapFontLargeSize);font-family:var(--sapFontFamily);font-weight:400;color:var(--sapList_TextColor);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui5-search-item-titles-container{overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;flex:1}.ui5-search-item-icon{padding:.375rem;width:1.25rem;height:1rem;box-sizing:content-box}:host([description]){height:auto;min-height:var(--_ui5-v2-15-0_list_item_base_height)}:host([description]) .ui5-search-item-content{padding-top:.5rem;padding-bottom:.5rem}:host([description]) .ui5-search-item-description{display:inline-block}.ui5-search-item-description{display:none;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;color:var(--sapContent_LabelColor);margin-top:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
13
14
  `;
14
15
 
15
16
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -18,6 +19,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
18
19
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
19
20
  return c > 3 && r && Object.defineProperty(target, key, r), r;
20
21
  };
22
+ var SearchItem_1;
21
23
  /**
22
24
  * @class
23
25
  *
@@ -35,7 +37,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
35
37
  * @since 2.9.0
36
38
  * @experimental
37
39
  */
38
- let SearchItem = class SearchItem extends ListItemBase.ListItemBase {
40
+ let SearchItem = SearchItem_1 = class SearchItem extends ListItemBase.ListItemBase {
39
41
  constructor() {
40
42
  super(...arguments);
41
43
  /**
@@ -44,6 +46,12 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
44
46
  * @public
45
47
  */
46
48
  this.selected = false;
49
+ /**
50
+ * Defines whether the search item is deletable.
51
+ * @default false
52
+ * @public
53
+ */
54
+ this.deletable = false;
47
55
  this.highlightText = "";
48
56
  this._markupText = "";
49
57
  }
@@ -54,13 +62,45 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
54
62
  _onfocusout() {
55
63
  this.selected = false;
56
64
  }
65
+ async _onkeydown(e) {
66
+ super._onkeydown(e);
67
+ if (this.getFocusDomRef().matches(":has(:focus-within)")) {
68
+ if (webcomponentsBase.A(e) || webcomponentsBase.b$1(e)) {
69
+ e.preventDefault();
70
+ return;
71
+ }
72
+ }
73
+ if (webcomponentsBase.ro(e)) {
74
+ e.stopImmediatePropagation();
75
+ const activeElement = webcomponentsBase.t();
76
+ const focusDomRef = this.getFocusDomRef();
77
+ if (!focusDomRef) {
78
+ return;
79
+ }
80
+ if (activeElement === focusDomRef) {
81
+ const firstFocusable = await FocusableElements.b(focusDomRef);
82
+ firstFocusable?.focus();
83
+ }
84
+ else {
85
+ focusDomRef.focus();
86
+ }
87
+ }
88
+ }
57
89
  _onDeleteButtonClick() {
58
90
  this.fireDecoratorEvent("delete");
59
91
  }
92
+ _onDeleteButtonKeyDown(e) {
93
+ if (webcomponentsBase.A(e) || webcomponentsBase.b$1(e)) {
94
+ this.fireDecoratorEvent("delete");
95
+ }
96
+ }
60
97
  onBeforeRendering() {
61
98
  super.onBeforeRendering();
62
99
  // bold the matched text
63
- this._markupText = this.highlightText ? generateHighlightedMarkup.f((this.text || ""), this.highlightText) : (this.text || "");
100
+ this._markupText = this.highlightText ? generateHighlightedMarkup.f((this.text || ""), this.highlightText) : encodeXML.fnEncodeXML(this.text || "");
101
+ }
102
+ get _deleteButtonTooltip() {
103
+ return SearchItem_1.i18nBundle.getText(i18nDefaults$1.SEARCH_ITEM_DELETE_BUTTON);
64
104
  }
65
105
  };
66
106
  __decorate([
@@ -75,6 +115,9 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
75
115
  __decorate([
76
116
  webcomponentsBase.s({ type: Boolean })
77
117
  ], SearchItem.prototype, "selected", void 0);
118
+ __decorate([
119
+ webcomponentsBase.s({ type: Boolean })
120
+ ], SearchItem.prototype, "deletable", void 0);
78
121
  __decorate([
79
122
  webcomponentsBase.s()
80
123
  ], SearchItem.prototype, "scopeName", void 0);
@@ -84,7 +127,10 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
84
127
  __decorate([
85
128
  webcomponentsBase.d()
86
129
  ], SearchItem.prototype, "image", void 0);
87
- SearchItem = __decorate([
130
+ __decorate([
131
+ i18nDefaults.i("@ui5/webcomponents-fiori")
132
+ ], SearchItem, "i18nBundle", void 0);
133
+ SearchItem = SearchItem_1 = __decorate([
88
134
  webcomponentsBase.m({
89
135
  tag: "ui5-search-item",
90
136
  languageAware: true,
@@ -1,8 +1,8 @@
1
- sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/ListBoxItemGroupTemplate', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/ListItemBase'], (function (webcomponentsBase, webcomponents, webcomponentsFiori, ListItemGroup, Icons, parametersBundle_css, parametersBundle_css$1, ListBoxItemGroupTemplate, eventStrict, i18nDefaults, toLowercaseEnumValue, ListItemBase) { 'use strict';
1
+ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/ListBoxItemGroupTemplate', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/WrappingType'], (function (webcomponentsBase, webcomponents, webcomponentsFiori, ListItemGroup, Icons, parametersBundle_css, parametersBundle_css$1, ListBoxItemGroupTemplate, eventStrict, i18nDefaults, toLowercaseEnumValue, ListItemBase, WrappingType) { 'use strict';
2
2
 
3
- Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
4
- Icons.p("@ui5/webcomponents-fiori", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
5
- var SearchItemGroupCss = `[ui5-li-group-header]::part(native-li){height:100%;padding:.5625rem .5rem}[ui5-li-group-header]{height:2rem}[ui5-li-group-header]::part(native-li):focus:after{inset:0!important;border-radius:8px}
3
+ Icons.p("@" + "ui5" + "/" + "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" + "-" + "f" + "i" + "o" + "r" + "i", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
5
+ var SearchItemGroupCss = `:host{height:2.75rem;background:var(--sapList_GroupHeaderBackground);color:var(--sapList_TableGroupHeaderTextColor)}.ui5-group-li-root{width:100%;height:100%;position:relative;box-sizing:border-box;padding:0;margin:0;list-style-type:none}[ui5-li-group-header]{border-bottom:var(--sapList_BorderWidth) solid var(--sapList_GroupHeaderBorderColor)}
6
6
  `;
7
7
 
8
8
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -25,9 +25,6 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
25
25
  get isGroupItem() {
26
26
  return true;
27
27
  }
28
- getFocusDomRef() {
29
- return this.shadowRoot.querySelector("[ui5-li-group-header]");
30
- }
31
28
  };
32
29
  SearchItemGroup = __decorate([
33
30
  webcomponentsBase.m({