@sapui5/sap.ushell 1.139.1 → 1.139.4

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 (585) 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/wdaResolution.js +18 -0
  4. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  5. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  6. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  7. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  8. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  9. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
  10. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
  11. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
  12. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
  13. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
  14. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  15. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  16. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  17. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  18. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  19. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  20. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  64. package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +1 -1
  65. package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +1 -1
  66. package/src/main/js/sap/ushell/appIntegration/PostMessageManager.js +15 -1
  67. package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +1 -1
  68. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -1
  69. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
  70. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
  71. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
  72. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
  73. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
  74. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
  75. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
  76. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
  77. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +1 -1
  78. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
  79. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
  80. package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
  81. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  82. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
  83. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
  84. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
  85. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
  86. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
  87. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
  88. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
  89. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
  90. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
  91. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
  92. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  93. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  94. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
  95. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  96. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  97. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  98. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
  99. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  100. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  101. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  102. package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +1 -1
  103. package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
  104. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  105. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
  106. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
  107. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  108. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  109. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  110. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  111. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  112. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  113. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  114. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  115. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  116. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  117. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
  118. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  119. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  120. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  121. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  122. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  123. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  124. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
  125. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  126. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
  127. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  128. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  129. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  130. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  131. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  132. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  133. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  134. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/FrequentActivityProvider.js +1 -1
  135. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/RecentSearchProvider.js +1 -1
  136. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchProvider.js +1 -1
  137. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchServiceProvider.js +1 -1
  138. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/manifest.json +1 -1
  139. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  140. package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
  141. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
  142. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  143. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  144. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  145. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  146. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  147. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  148. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  149. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  150. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  151. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  152. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  153. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  154. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  155. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  156. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  157. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  158. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  159. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Avatar.js +31 -30
  160. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Button.js +61 -64
  161. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Label.js +21 -20
  162. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItem.js +21 -32
  163. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemBase.js +12 -19
  164. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemGroup.js +45 -44
  165. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Menu.js +58 -54
  166. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +56 -51
  167. package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +235 -219
  168. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationList.js +39 -38
  169. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +29 -20
  170. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItem.js +40 -31
  171. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItemBase.js +15 -14
  172. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/Search.js +41 -40
  173. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItem.js +28 -19
  174. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItemGroup.js +10 -9
  175. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchMessageArea.js +15 -14
  176. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchScope.js +15 -14
  177. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBar.js +103 -102
  178. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarBranding.js +22 -21
  179. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarItem.js +25 -24
  180. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSearch.js +39 -38
  181. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSpacer.js +14 -13
  182. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +56 -52
  183. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuAccount.js +21 -20
  184. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuItem.js +12 -11
  185. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +407 -477
  186. package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +847 -1045
  187. package/src/main/js/sap/ushell/library.js +1 -1
  188. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  189. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  190. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  191. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  192. package/src/main/js/sap/ushell/renderer/Renderer.js +2 -2
  193. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  194. package/src/main/js/sap/ushell/services/AppLifeCycle.js +1 -1
  195. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  196. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  197. package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
  198. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  199. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  200. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  201. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  202. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  203. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  204. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  205. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  206. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  207. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  208. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  209. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  210. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  211. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  212. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  213. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  214. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  215. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  216. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  217. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  218. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  219. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
  220. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  221. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  222. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
  223. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  224. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  225. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
  226. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
  227. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  228. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  229. package/src/main/js/sap/ushell/services/Message.js +1 -1
  230. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +1 -1
  231. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  232. package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
  233. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
  234. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  235. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  236. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  237. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  238. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  239. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  240. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  241. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  242. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  243. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
  244. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
  245. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
  246. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
  247. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  248. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  249. package/src/main/js/sap/ushell/services/Search.js +1 -1
  250. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  251. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  252. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  253. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  254. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  255. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  256. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  257. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  258. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  259. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  260. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  261. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  262. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  263. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  264. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  265. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  266. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  267. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  268. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  269. package/src/main/js/sap/ushell/state/modules/BackNavigation.js +1 -1
  270. package/src/main/js/sap/ushell/state/modules/ContentDensity.js +1 -1
  271. package/src/main/js/sap/ushell/state/modules/Favicon.js +1 -1
  272. package/src/main/js/sap/ushell/state/modules/HeaderLogo.js +1 -1
  273. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  274. package/src/main/js/sap/ushell/thirdparty/Avatar.js +2 -2
  275. package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +4 -4
  276. package/src/main/js/sap/ushell/thirdparty/Button.js +1 -1
  277. package/src/main/js/sap/ushell/thirdparty/Button2.js +19 -8
  278. package/src/main/js/sap/ushell/thirdparty/FocusableElements.js +1 -1
  279. package/src/main/js/sap/ushell/thirdparty/Icon.js +7 -7
  280. package/src/main/js/sap/ushell/thirdparty/Icons.js +65 -65
  281. package/src/main/js/sap/ushell/thirdparty/Label.js +1 -1
  282. package/src/main/js/sap/ushell/thirdparty/Link.js +4 -4
  283. package/src/main/js/sap/ushell/thirdparty/List.js +58 -59
  284. package/src/main/js/sap/ushell/thirdparty/ListItemBase.js +3 -3
  285. package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +22 -22
  286. package/src/main/js/sap/ushell/thirdparty/ListItemGroup.js +6 -6
  287. package/src/main/js/sap/ushell/thirdparty/Menu.js +2 -2
  288. package/src/main/js/sap/ushell/thirdparty/MenuItem.js +1 -1
  289. package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +8 -8
  290. package/src/main/js/sap/ushell/thirdparty/NotificationList.js +3 -3
  291. package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +2 -2
  292. package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +4 -4
  293. package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +2 -2
  294. package/src/main/js/sap/ushell/thirdparty/ResponsivePopover.js +20 -14
  295. package/src/main/js/sap/ushell/thirdparty/SearchItem.js +34 -5
  296. package/src/main/js/sap/ushell/thirdparty/SearchItemGroup.js +3 -3
  297. package/src/main/js/sap/ushell/thirdparty/SearchMessageArea.js +3 -3
  298. package/src/main/js/sap/ushell/thirdparty/SearchScope.js +3 -3
  299. package/src/main/js/sap/ushell/thirdparty/ShellBar.js +9 -9
  300. package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +4 -4
  301. package/src/main/js/sap/ushell/thirdparty/ShellBarItem.js +3 -3
  302. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch.js +2 -2
  303. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch2.js +104 -31
  304. package/src/main/js/sap/ushell/thirdparty/ShellBarSpacer.js +3 -3
  305. package/src/main/js/sap/ushell/thirdparty/Tag.js +6 -6
  306. package/src/main/js/sap/ushell/thirdparty/Text.js +4 -4
  307. package/src/main/js/sap/ushell/thirdparty/Title.js +2 -2
  308. package/src/main/js/sap/ushell/thirdparty/UserMenu.js +6 -6
  309. package/src/main/js/sap/ushell/thirdparty/UserMenuAccount.js +4 -4
  310. package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +3 -3
  311. package/src/main/js/sap/ushell/thirdparty/_dynamics/InputComposition.js +35 -0
  312. package/src/main/js/sap/ushell/thirdparty/_dynamics/InputSuggestions.js +3 -3
  313. package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +1 -1
  314. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar.js +858 -174
  315. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +603 -837
  316. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg.js +858 -174
  317. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +603 -837
  318. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca.js +858 -174
  319. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +603 -837
  320. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr.js +858 -174
  321. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +603 -837
  322. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs.js +858 -174
  323. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +603 -837
  324. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy.js +858 -174
  325. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +603 -837
  326. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da.js +858 -174
  327. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +603 -837
  328. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de.js +858 -174
  329. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +603 -837
  330. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el.js +858 -174
  331. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +603 -837
  332. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en.js +858 -3
  333. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +603 -174
  334. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB.js +858 -174
  335. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +603 -837
  336. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd.js +858 -3
  337. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +603 -174
  338. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi.js +858 -3
  339. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +603 -174
  340. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc.js +858 -3
  341. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +603 -174
  342. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es.js +858 -174
  343. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +603 -837
  344. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX.js +858 -174
  345. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +603 -837
  346. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et.js +858 -174
  347. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +603 -837
  348. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi.js +858 -174
  349. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +603 -837
  350. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr.js +858 -174
  351. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +603 -837
  352. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA.js +858 -174
  353. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +603 -837
  354. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi.js +858 -174
  355. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +603 -837
  356. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr.js +858 -174
  357. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +603 -837
  358. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu.js +858 -174
  359. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +603 -837
  360. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id.js +858 -174
  361. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +603 -837
  362. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it.js +858 -174
  363. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +603 -837
  364. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw.js +858 -174
  365. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +603 -837
  366. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja.js +858 -174
  367. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +603 -837
  368. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk.js +858 -174
  369. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +603 -837
  370. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko.js +858 -174
  371. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +603 -837
  372. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt.js +858 -174
  373. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +603 -837
  374. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv.js +858 -174
  375. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +603 -837
  376. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk.js +858 -174
  377. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +603 -837
  378. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms.js +858 -174
  379. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +603 -837
  380. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl.js +858 -174
  381. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +603 -837
  382. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no.js +858 -174
  383. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +603 -837
  384. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl.js +858 -174
  385. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +603 -837
  386. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt.js +858 -174
  387. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +603 -837
  388. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT.js +858 -174
  389. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +603 -837
  390. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro.js +858 -174
  391. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +603 -837
  392. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru.js +858 -174
  393. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +603 -837
  394. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh.js +858 -174
  395. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +603 -837
  396. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk.js +858 -174
  397. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +603 -837
  398. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl.js +858 -174
  399. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +603 -837
  400. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr.js +858 -174
  401. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +603 -837
  402. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv.js +858 -174
  403. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +603 -837
  404. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th.js +858 -174
  405. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +603 -837
  406. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr.js +858 -174
  407. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +603 -837
  408. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk.js +858 -174
  409. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +603 -837
  410. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi.js +858 -174
  411. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +603 -837
  412. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN.js +858 -174
  413. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +603 -837
  414. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW.js +858 -174
  415. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +603 -837
  416. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
  417. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
  418. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
  419. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
  420. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
  421. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
  422. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
  423. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
  424. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
  425. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
  426. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
  427. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
  428. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
  429. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
  430. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
  431. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css26.js +1 -1
  432. package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +3 -1
  433. package/src/main/js/sap/ushell/thirdparty/information.js +10 -10
  434. package/src/main/js/sap/ushell/thirdparty/overflow.js +2 -2
  435. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +1 -1
  436. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css2.js +1 -1
  437. package/src/main/js/sap/ushell/thirdparty/slim-arrow-down.js +4 -4
  438. package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +2 -4295
  439. package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +1 -142
  440. package/src/main/js/sap/ushell/thirdparty/webcomponents.js +4437 -207
  441. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  442. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  443. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  444. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  445. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  446. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  447. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  448. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  449. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  450. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
  451. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
  452. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  453. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  454. package/src/main/js/sap/ushell/thirdparty/_dynamics/ar.js +0 -7139
  455. package/src/main/js/sap/ushell/thirdparty/_dynamics/ar_EG.js +0 -7139
  456. package/src/main/js/sap/ushell/thirdparty/_dynamics/ar_SA.js +0 -7138
  457. package/src/main/js/sap/ushell/thirdparty/_dynamics/bg.js +0 -6031
  458. package/src/main/js/sap/ushell/thirdparty/_dynamics/ca.js +0 -6133
  459. package/src/main/js/sap/ushell/thirdparty/_dynamics/cnr.js +0 -6219
  460. package/src/main/js/sap/ushell/thirdparty/_dynamics/cs.js +0 -6759
  461. package/src/main/js/sap/ushell/thirdparty/_dynamics/da.js +0 -5977
  462. package/src/main/js/sap/ushell/thirdparty/_dynamics/de.js +0 -6098
  463. package/src/main/js/sap/ushell/thirdparty/_dynamics/de_AT.js +0 -6099
  464. package/src/main/js/sap/ushell/thirdparty/_dynamics/de_CH.js +0 -6097
  465. package/src/main/js/sap/ushell/thirdparty/_dynamics/el.js +0 -5882
  466. package/src/main/js/sap/ushell/thirdparty/_dynamics/el_CY.js +0 -5882
  467. package/src/main/js/sap/ushell/thirdparty/_dynamics/en.js +0 -6094
  468. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_AU.js +0 -6134
  469. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_GB.js +0 -6125
  470. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_HK.js +0 -6136
  471. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_IE.js +0 -6125
  472. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_IN.js +0 -6132
  473. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_NZ.js +0 -6125
  474. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_PG.js +0 -6126
  475. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_SG.js +0 -6132
  476. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_ZA.js +0 -6126
  477. package/src/main/js/sap/ushell/thirdparty/_dynamics/es.js +0 -6153
  478. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_AR.js +0 -6156
  479. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_BO.js +0 -6155
  480. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_CL.js +0 -6048
  481. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_CO.js +0 -6048
  482. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_MX.js +0 -6157
  483. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_PE.js +0 -5939
  484. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_UY.js +0 -5941
  485. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_VE.js +0 -5940
  486. package/src/main/js/sap/ushell/thirdparty/_dynamics/et.js +0 -6077
  487. package/src/main/js/sap/ushell/thirdparty/_dynamics/fa.js +0 -6002
  488. package/src/main/js/sap/ushell/thirdparty/_dynamics/fi.js +0 -6245
  489. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr.js +0 -6047
  490. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_BE.js +0 -6047
  491. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_CA.js +0 -6041
  492. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_CH.js +0 -6065
  493. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_LU.js +0 -6047
  494. package/src/main/js/sap/ushell/thirdparty/_dynamics/he.js +0 -6593
  495. package/src/main/js/sap/ushell/thirdparty/_dynamics/hi.js +0 -5911
  496. package/src/main/js/sap/ushell/thirdparty/_dynamics/hr.js +0 -6246
  497. package/src/main/js/sap/ushell/thirdparty/_dynamics/hu.js +0 -5995
  498. package/src/main/js/sap/ushell/thirdparty/_dynamics/id.js +0 -5783
  499. package/src/main/js/sap/ushell/thirdparty/_dynamics/it.js +0 -6036
  500. package/src/main/js/sap/ushell/thirdparty/_dynamics/it_CH.js +0 -6036
  501. package/src/main/js/sap/ushell/thirdparty/_dynamics/ja.js +0 -5942
  502. package/src/main/js/sap/ushell/thirdparty/_dynamics/kk.js +0 -5989
  503. package/src/main/js/sap/ushell/thirdparty/_dynamics/ko.js +0 -5823
  504. package/src/main/js/sap/ushell/thirdparty/_dynamics/lt.js +0 -6628
  505. package/src/main/js/sap/ushell/thirdparty/_dynamics/lv.js +0 -6164
  506. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +0 -596
  507. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +0 -596
  508. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +0 -596
  509. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +0 -596
  510. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +0 -596
  511. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +0 -596
  512. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +0 -596
  513. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +0 -596
  514. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +0 -596
  515. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +0 -845
  516. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en4.js +0 -602
  517. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +0 -596
  518. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +0 -845
  519. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd4.js +0 -596
  520. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +0 -845
  521. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi4.js +0 -602
  522. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +0 -845
  523. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc4.js +0 -596
  524. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +0 -596
  525. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +0 -596
  526. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +0 -596
  527. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +0 -596
  528. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +0 -596
  529. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +0 -596
  530. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +0 -596
  531. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +0 -596
  532. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +0 -596
  533. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +0 -596
  534. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +0 -596
  535. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +0 -596
  536. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +0 -596
  537. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +0 -596
  538. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +0 -596
  539. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +0 -596
  540. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +0 -596
  541. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +0 -596
  542. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +0 -596
  543. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +0 -596
  544. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +0 -596
  545. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +0 -596
  546. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +0 -596
  547. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +0 -596
  548. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +0 -596
  549. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +0 -596
  550. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +0 -596
  551. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +0 -596
  552. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +0 -596
  553. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +0 -596
  554. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +0 -596
  555. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +0 -596
  556. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +0 -596
  557. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +0 -596
  558. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +0 -596
  559. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +0 -596
  560. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +0 -596
  561. package/src/main/js/sap/ushell/thirdparty/_dynamics/mk.js +0 -6095
  562. package/src/main/js/sap/ushell/thirdparty/_dynamics/ms.js +0 -5617
  563. package/src/main/js/sap/ushell/thirdparty/_dynamics/nb.js +0 -6085
  564. package/src/main/js/sap/ushell/thirdparty/_dynamics/nl.js +0 -6252
  565. package/src/main/js/sap/ushell/thirdparty/_dynamics/nl_BE.js +0 -6252
  566. package/src/main/js/sap/ushell/thirdparty/_dynamics/pl.js +0 -6639
  567. package/src/main/js/sap/ushell/thirdparty/_dynamics/pt.js +0 -6165
  568. package/src/main/js/sap/ushell/thirdparty/_dynamics/pt_PT.js +0 -6230
  569. package/src/main/js/sap/ushell/thirdparty/_dynamics/ro.js +0 -6250
  570. package/src/main/js/sap/ushell/thirdparty/_dynamics/ru.js +0 -6553
  571. package/src/main/js/sap/ushell/thirdparty/_dynamics/ru_UA.js +0 -6553
  572. package/src/main/js/sap/ushell/thirdparty/_dynamics/sk.js +0 -6482
  573. package/src/main/js/sap/ushell/thirdparty/_dynamics/sl.js +0 -6494
  574. package/src/main/js/sap/ushell/thirdparty/_dynamics/sr.js +0 -6291
  575. package/src/main/js/sap/ushell/thirdparty/_dynamics/sr_Latn.js +0 -6278
  576. package/src/main/js/sap/ushell/thirdparty/_dynamics/sv.js +0 -6126
  577. package/src/main/js/sap/ushell/thirdparty/_dynamics/th.js +0 -5928
  578. package/src/main/js/sap/ushell/thirdparty/_dynamics/tr.js +0 -6146
  579. package/src/main/js/sap/ushell/thirdparty/_dynamics/uk.js +0 -6504
  580. package/src/main/js/sap/ushell/thirdparty/_dynamics/vi.js +0 -5720
  581. package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_CN.js +0 -5770
  582. package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_HK.js +0 -5779
  583. package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_SG.js +0 -5779
  584. package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_TW.js +0 -5846
  585. package/src/main/js/sap/ushell/thirdparty/webcomponents-base2.js +0 -7
@@ -1,4 +1,4 @@
1
- sap.ui.define(['require', 'exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/WrappingType', 'sap/ushell/thirdparty/Icons'], (function (require, exports, webcomponentsBase, eventStrict, parametersBundle_css, i18nDefaults, toLowercaseEnumValue, ListItemBase, WrappingType, Icons) { 'use strict';
1
+ sap.ui.define(['require', 'exports', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/WrappingType', 'sap/ushell/thirdparty/Icons'], (function (require, exports, webcomponentsBase, eventStrict, parametersBundle_css, i18nDefaults, toLowercaseEnumValue, ListItemBase, WrappingType, Icons) { 'use strict';
2
2
 
3
3
  function i(t,o,n,m,r={}){const a=webcomponentsBase.D$1.getDraggedElement(),e={targetReference:null,placement:null};if(!a&&!r?.crossDnD)return e;const s=n.placements;return e.targetReference=t.target,s.some(l=>{const c=r.originalEvent?{originalEvent:t}:{};return o.fireDecoratorEvent("move-over",{...c,source:{element:a},destination:{element:m,placement:l}})?false:(t.preventDefault(),e.targetReference=n.element,e.placement=l,true)})||(e.targetReference=null),e}
4
4
 
@@ -127,7 +127,7 @@ sap.ui.define(['require', 'exports', 'sap/ushell/thirdparty/webcomponents-base',
127
127
  *
128
128
  * ### ES6 Module Import
129
129
  *
130
- * `import "sap/ushell/gen/ui5/webcomponents/dist/DropIndicator.js";`
130
+ * `import "@ui5/webcomponents/dist/DropIndicator.js";`
131
131
  *
132
132
  * @constructor
133
133
  * @extends UI5Element
@@ -274,7 +274,7 @@ sap.ui.define(['require', 'exports', 'sap/ushell/thirdparty/webcomponents-base',
274
274
 
275
275
  Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
276
276
  Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => i18nDefaults.defaultTheme);
277
- var ListItemGroupHeaderCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{height:var(--_ui5-v2-14-0-rc-7_group_header_list_item_height);background:var(--ui5-v2-14-0-rc-7-group-header-listitem-background-color);color:var(--sapList_TableGroupHeaderTextColor)}:host([wrapping-type="Normal"]){height:auto}:host([has-border]){border-bottom:var(--sapList_BorderWidth) solid var(--sapList_GroupHeaderBorderColor)}:host([actionable]:not([disabled])){cursor:default}.ui5-li-root.ui5-ghli-root{padding-top:.5rem;color:currentColor;font-size:var(--sapFontHeader6Size);font-weight:400;line-height:2rem;margin:0}.ui5-ghli-title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700;font-family:var(--sapFontHeaderFamily)}.ui5-li-content{width:100%}
277
+ var ListItemGroupHeaderCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{height:var(--_ui5-v2-15-0_group_header_list_item_height);background:var(--ui5-v2-15-0-group-header-listitem-background-color);color:var(--sapList_TableGroupHeaderTextColor)}:host([wrapping-type="Normal"]){height:auto}:host([has-border]){border-bottom:var(--sapList_BorderWidth) solid var(--sapList_GroupHeaderBorderColor)}:host([actionable]:not([disabled])){cursor:default}.ui5-li-root.ui5-ghli-root{padding-top:.5rem;color:currentColor;font-size:var(--sapFontHeader6Size);font-weight:400;line-height:2rem;margin:0}.ui5-ghli-title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700;font-family:var(--sapFontHeaderFamily)}.ui5-li-content{width:100%}
278
278
  `;
279
279
 
280
280
  /**
@@ -446,7 +446,7 @@ sap.ui.define(['require', 'exports', 'sap/ushell/thirdparty/webcomponents-base',
446
446
  webcomponentsBase.d()
447
447
  ], ListItemGroupHeader.prototype, "subItems", void 0);
448
448
  __decorate$1([
449
- i18nDefaults.i("sap/ushell/gen/ui5/webcomponents")
449
+ i18nDefaults.i("@ui5/webcomponents")
450
450
  ], ListItemGroupHeader, "i18nBundle", void 0);
451
451
  ListItemGroupHeader = ListItemGroupHeader_1 = __decorate$1([
452
452
  webcomponentsBase.m({
@@ -466,7 +466,7 @@ sap.ui.define(['require', 'exports', 'sap/ushell/thirdparty/webcomponents-base',
466
466
 
467
467
  Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
468
468
  Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => i18nDefaults.defaultTheme);
469
- var ListItemGroupCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{height:var(--_ui5-v2-14-0-rc-7_group_header_list_item_height);background:var(--ui5-v2-14-0-rc-7-group-header-listitem-background-color);color:var(--sapList_TableGroupHeaderTextColor)}.ui5-group-li-root{width:100%;height:100%;position:relative;box-sizing:border-box;padding:0;margin:0;list-style-type:none}
469
+ var ListItemGroupCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{height:var(--_ui5-v2-15-0_group_header_list_item_height);background:var(--ui5-v2-15-0-group-header-listitem-background-color);color:var(--sapList_TableGroupHeaderTextColor)}.ui5-group-li-root{width:100%;height:100%;position:relative;box-sizing:border-box;padding:0;margin:0;list-style-type:none}
470
470
  `;
471
471
 
472
472
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -483,7 +483,7 @@ sap.ui.define(['require', 'exports', 'sap/ushell/thirdparty/webcomponents-base',
483
483
  * This is the item to use inside a `ui5-list`.
484
484
  *
485
485
  * ### ES6 Module Import
486
- * `import "sap/ushell/gen/ui5/webcomponents/dist/ListItemGroup.js";`
486
+ * `import "@ui5/webcomponents/dist/ListItemGroup.js";`
487
487
  * @csspart header - Used to style the header item of the group
488
488
  * @constructor
489
489
  * @extends UI5Element
@@ -1,4 +1,4 @@
1
- sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/ListItemCustom', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/ResponsivePopover', 'sap/ushell/thirdparty/MenuItem2', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/ListItemAdditionalText.css', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/ValueState', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/Title', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/WrappingType', 'sap/ushell/thirdparty/willShowContent'], (function (webcomponentsBase, webcomponents, eventStrict, Icons, i18nDefaults, ListItemCustom, parametersBundle_css, ResponsivePopover, MenuItem, List, BusyIndicator, Button, information, FocusableElements, ListItemBase, ListItemAdditionalText_css, Icon, ValueState, Label, Title, toLowercaseEnumValue, ListItemGroup, WrappingType, willShowContent) { 'use strict';
1
+ sap.ui.define(['sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/ListItemCustom', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/ResponsivePopover', 'sap/ushell/thirdparty/MenuItem2', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/ListItemAdditionalText.css', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/ValueState', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/Title', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/WrappingType', 'sap/ushell/thirdparty/willShowContent'], (function (webcomponentsBase, eventStrict, Icons, i18nDefaults, ListItemCustom, parametersBundle_css, ResponsivePopover, MenuItem, List, BusyIndicator, Button, information, FocusableElements, ListItemBase, ListItemAdditionalText_css, Icon, ValueState, Label, Title, toLowercaseEnumValue, ListItemGroup, WrappingType, willShowContent) { 'use strict';
2
2
 
3
3
  function MenuTemplate() {
4
4
  return (parametersBundle_css.jsxs(ResponsivePopover.ResponsivePopover, { id: `${this._id}-menu-rp`, class: "ui5-menu-rp", placement: "Bottom", verticalAlign: "Bottom", horizontalAlign: this.horizontalAlign, opener: this.opener, open: this.open, preventInitialFocus: true, hideArrow: true, allowTargetOverlap: true, accessibleName: this.acessibleNameText, onBeforeOpen: this._beforePopoverOpen, onOpen: this._afterPopoverOpen, onBeforeClose: this._beforePopoverClose, onClose: this._afterPopoverClose, children: [this.isPhone &&
@@ -9,7 +9,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
9
9
 
10
10
  Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
11
11
  Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => i18nDefaults.defaultTheme);
12
- var menuCss = `:host{line-height:initial}::slotted([ui5-menu-item]){line-height:inherit}.ui5-menu-rp[ui5-responsive-popover]::part(header),.ui5-menu-rp[ui5-responsive-popover]::part(content),.ui5-menu-rp[ui5-responsive-popover]::part(footer){padding:0}.ui5-menu-rp[ui5-responsive-popover]{box-shadow:var(--sapContent_Shadow1);border-radius:var(--_ui5-v2-14-0-rc-7_menu_popover_border_radius)}.ui5-menu-busy-indicator{width:100%}.ui5-menu-dialog-header{display:flex;height:var(--_ui5-v2-14-0-rc-7-responsive_popover_header_height);align-items:center;justify-content:space-between;padding:0px 1rem;width:100%;overflow:hidden}.ui5-menu-dialog-title{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:calc(100% - 6.5rem);padding-right:1rem;font-family:var(--sapFontHeaderFamily)}.ui5-menu-dialog-title>h1{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--sapFontHeader5Size)}.ui5-menu-back-button{margin-right:1rem}
12
+ var menuCss = `:host{line-height:initial}::slotted([ui5-menu-item]){line-height:inherit}.ui5-menu-rp[ui5-responsive-popover]::part(header),.ui5-menu-rp[ui5-responsive-popover]::part(content),.ui5-menu-rp[ui5-responsive-popover]::part(footer){padding:0}.ui5-menu-rp[ui5-responsive-popover]{box-shadow:var(--sapContent_Shadow1);border-radius:var(--_ui5-v2-15-0_menu_popover_border_radius)}.ui5-menu-busy-indicator{width:100%}.ui5-menu-dialog-header{display:flex;height:var(--_ui5-v2-15-0-responsive_popover_header_height);align-items:center;justify-content:space-between;padding:0px 1rem;width:100%;overflow:hidden}.ui5-menu-dialog-title{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:calc(100% - 6.5rem);padding-right:1rem;font-family:var(--sapFontHeaderFamily)}.ui5-menu-dialog-title>h1{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--sapFontHeader5Size)}.ui5-menu-back-button{margin-right:1rem}
13
13
  `;
14
14
 
15
15
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -1,4 +1,4 @@
1
- sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/MenuItem2', 'sap/ushell/thirdparty/ListItemCustom', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/ResponsivePopover', 'sap/ushell/thirdparty/Title', 'sap/ushell/thirdparty/ValueState', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/WrappingType', 'sap/ushell/thirdparty/ListItemAdditionalText.css'], (function (exports, webcomponentsBase, webcomponents, parametersBundle_css, eventStrict, i18nDefaults, Icons, MenuItem, ListItemCustom, information, ListItemBase, ResponsivePopover, Title, ValueState, toLowercaseEnumValue, FocusableElements, BusyIndicator, willShowContent, Label, Icon, Button, List, ListItemGroup, WrappingType, ListItemAdditionalText_css) { 'use strict';
1
+ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/MenuItem2', 'sap/ushell/thirdparty/ListItemCustom', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/ResponsivePopover', 'sap/ushell/thirdparty/Title', 'sap/ushell/thirdparty/ValueState', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/WrappingType', 'sap/ushell/thirdparty/ListItemAdditionalText.css'], (function (exports, webcomponentsBase, parametersBundle_css, eventStrict, i18nDefaults, Icons, MenuItem, ListItemCustom, information, ListItemBase, ResponsivePopover, Title, ValueState, toLowercaseEnumValue, FocusableElements, BusyIndicator, willShowContent, Label, Icon, Button, List, ListItemGroup, WrappingType, ListItemAdditionalText_css) { 'use strict';
2
2
 
3
3
 
4
4
 
@@ -1,11 +1,11 @@
1
- sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/ListItemCustom', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/ResponsivePopover', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Icon'], (function (exports, webcomponentsBase, webcomponents, parametersBundle_css, eventStrict, i18nDefaults, Icons, information, ListItemCustom, ListItemBase, ResponsivePopover, Button, List, BusyIndicator, Icon) { 'use strict';
1
+ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/ListItemCustom', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/ResponsivePopover', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Icon'], (function (exports, webcomponentsBase, parametersBundle_css, eventStrict, i18nDefaults, Icons, information, ListItemCustom, ListItemBase, ResponsivePopover, Button, List, BusyIndicator, Icon) { 'use strict';
2
2
 
3
3
  const name$1 = "nav-back";
4
4
  const pathData$1 = "M375.5 426q9 9 9 22.5t-9 22.5q-10 10-23 10t-23-10l-192-192q-9-9-9-22.5t9-22.5l191-193q10-10 23-10t22 10q10 9 10 22t-10 23l-157 159q-5 5-5 11.5t5 11.5z";
5
5
  const ltr$1 = false;
6
6
  const accData$1 = information.ICON_NAV_BACK;
7
7
  const collection$1 = "SAP-icons-v4";
8
- const packageName$1 = "sap/ushell/gen/ui5/webcomponents-icons";
8
+ const packageName$1 = "@ui5/webcomponents-icons";
9
9
 
10
10
  Icons.y(name$1, { pathData: pathData$1, ltr: ltr$1, accData: accData$1, collection: collection$1, packageName: packageName$1 });
11
11
 
@@ -14,7 +14,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
14
14
  const ltr = false;
15
15
  const accData = information.ICON_NAV_BACK;
16
16
  const collection = "SAP-icons-v5";
17
- const packageName = "sap/ushell/gen/ui5/webcomponents-icons";
17
+ const packageName = "@ui5/webcomponents-icons";
18
18
 
19
19
  Icons.y(name, { pathData, ltr, accData, collection, packageName });
20
20
 
@@ -140,7 +140,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
140
140
  *
141
141
  * ### ES6 Module Import
142
142
  *
143
- * `import "sap/ushell/gen/ui5/webcomponents/dist/MenuItemGroup.js";`
143
+ * `import "@ui5/webcomponents/dist/MenuItemGroup.js";`
144
144
  * @constructor
145
145
  * @extends UI5Element
146
146
  * @implements {IMenuItem}
@@ -229,7 +229,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
229
229
  webcomponentsBase.d({ "default": true, type: HTMLElement, invalidateOnChildChange: true })
230
230
  ], MenuItemGroup.prototype, "items", void 0);
231
231
  __decorate$1([
232
- i18nDefaults.i("sap/ushell/gen/ui5/webcomponents")
232
+ i18nDefaults.i("@ui5/webcomponents")
233
233
  ], MenuItemGroup, "i18nBundle", void 0);
234
234
  MenuItemGroup = MenuItemGroup_1 = __decorate$1([
235
235
  webcomponentsBase.m({
@@ -281,7 +281,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
281
281
 
282
282
  Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
283
283
  Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => i18nDefaults.defaultTheme);
284
- var menuItemCss = `:host{line-height:initial}::slotted([ui5-menu-item]){line-height:inherit}.ui5-menu-rp[ui5-responsive-popover]::part(header),.ui5-menu-rp[ui5-responsive-popover]::part(content),.ui5-menu-rp[ui5-responsive-popover]::part(footer){padding:0}.ui5-menu-rp[ui5-responsive-popover]{box-shadow:var(--sapContent_Shadow1);border-radius:var(--_ui5-v2-14-0-rc-7_menu_popover_border_radius)}.ui5-menu-busy-indicator{width:100%}.ui5-menu-dialog-header{display:flex;height:var(--_ui5-v2-14-0-rc-7-responsive_popover_header_height);align-items:center;justify-content:space-between;padding:0px 1rem;width:100%;overflow:hidden}.ui5-menu-dialog-title{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:calc(100% - 6.5rem);padding-right:1rem;font-family:var(--sapFontHeaderFamily)}.ui5-menu-dialog-title>h1{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--sapFontHeader5Size)}.ui5-menu-back-button{margin-right:1rem}.ui5-menu-rp.ui5-menu-rp-sub-menu{margin-top:.25rem;margin-inline:var(--_ui5-v2-14-0-rc-7_menu_submenu_margin_offset)}.ui5-menu-rp.ui5-menu-rp-sub-menu[actual-placement=Start]{margin-top:.25rem;margin-inline:var(--_ui5-v2-14-0-rc-7_menu_submenu_placement_type_left_margin_offset)}:host([disabled]){pointer-events:initial;opacity:initial}:host([disabled])::part(content){opacity:var(--_ui5-v2-14-0-rc-7-listitembase_disabled_opacity)}:host([disabled][actionable]:not([active]):not([selected]):hover),:host([disabled][active][actionable]){background:var(--ui5-v2-14-0-rc-7-listitem-background-color)}:host([active]:not([disabled])),:host([active]:not([disabled])):hover{background-color:var(--sapList_Active_Background)}:host(:not([active]):not([selected]):not([disabled]):hover){background-color:var(--sapList_Hover_Background)}:host([disabled][active][actionable]) .ui5-li-root .ui5-li-icon{color:var(--sapContent_NonInteractiveIconColor)}:host([active]:not([disabled]))::part(content),:host([active]:not([disabled]))::part(additional-text),:host([active]:not([disabled])) .ui5-li-root .ui5-li-icon{color:var(--sapList_Active_TextColor)}:host([focused]:not([active]):not([disabled])){background-color:var(--sapList_Hover_Background)}:host::part(additional-text){margin:unset;margin-inline-start:1rem;color:var(--sapContent_LabelColor);min-width:max-content}.ui5-menu-item-text{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;display:inline-block}.ui5-menu-item-dummy-icon{visibility:hidden}:host::part(title){font-size:var(--sapFontSize);padding-top:.125rem}:host([icon]:not([is-phone]))::part(title),:host([is-phone]:not([icon=""]))::part(title){padding-top:0}:host(:not([is-phone]))::part(native-li){user-select:none;padding:var(--_ui5-v2-14-0-rc-7_menu_item_padding)}:host::part(content){padding-inline-end:.25rem}.ui5-menu-item-submenu-icon{min-width:var(--_ui5-v2-14-0-rc-7_list_item_icon_size);min-height:var(--_ui5-v2-14-0-rc-7_list_item_icon_size);display:inline-block;vertical-align:middle;pointer-events:none}.ui5-menu-item-icon-end{display:inline-block;vertical-align:middle;padding-inline-start:.5rem;pointer-events:none;position:absolute;inset-inline-end:var(--_ui5-v2-14-0-rc-7_menu_item_submenu_icon_right)}.ui5-menu-item-submenu-icon .ui5-menu-item-icon-end{color:var(--sapContent_NonInteractiveIconColor)}.ui5-menu-item-dummy-icon{min-width:var(--_ui5-v2-14-0-rc-7_list_item_icon_size);min-height:var(--_ui5-v2-14-0-rc-7_list_item_icon_size);display:inline-block;vertical-align:middle;padding-inline-end:.75rem;pointer-events:none}.ui5-menu-item-checked{padding-inline-start:.5rem;padding-inline-end:0;font-weight:400;text-align:center}.ui5-menu-item-icon-checked{color:var(--sapContent_BusyColor);padding-top:.25rem}
284
+ var menuItemCss = `:host{line-height:initial}::slotted([ui5-menu-item]){line-height:inherit}.ui5-menu-rp[ui5-responsive-popover]::part(header),.ui5-menu-rp[ui5-responsive-popover]::part(content),.ui5-menu-rp[ui5-responsive-popover]::part(footer){padding:0}.ui5-menu-rp[ui5-responsive-popover]{box-shadow:var(--sapContent_Shadow1);border-radius:var(--_ui5-v2-15-0_menu_popover_border_radius)}.ui5-menu-busy-indicator{width:100%}.ui5-menu-dialog-header{display:flex;height:var(--_ui5-v2-15-0-responsive_popover_header_height);align-items:center;justify-content:space-between;padding:0px 1rem;width:100%;overflow:hidden}.ui5-menu-dialog-title{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:calc(100% - 6.5rem);padding-right:1rem;font-family:var(--sapFontHeaderFamily)}.ui5-menu-dialog-title>h1{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--sapFontHeader5Size)}.ui5-menu-back-button{margin-right:1rem}.ui5-menu-rp.ui5-menu-rp-sub-menu{margin-top:.25rem;margin-inline:var(--_ui5-v2-15-0_menu_submenu_margin_offset)}.ui5-menu-rp.ui5-menu-rp-sub-menu[actual-placement=Start]{margin-top:.25rem;margin-inline:var(--_ui5-v2-15-0_menu_submenu_placement_type_left_margin_offset)}:host([disabled]){pointer-events:initial;opacity:initial}:host([disabled])::part(content){opacity:var(--_ui5-v2-15-0-listitembase_disabled_opacity)}:host([disabled][actionable]:not([active]):not([selected]):hover),:host([disabled][active][actionable]){background:var(--ui5-v2-15-0-listitem-background-color)}:host([active]:not([disabled])),:host([active]:not([disabled])):hover{background-color:var(--sapList_Active_Background)}:host(:not([active]):not([selected]):not([disabled]):hover){background-color:var(--sapList_Hover_Background)}:host([disabled][active][actionable]) .ui5-li-root .ui5-li-icon{color:var(--sapContent_NonInteractiveIconColor)}:host([active]:not([disabled]))::part(content),:host([active]:not([disabled]))::part(additional-text),:host([active]:not([disabled])) .ui5-li-root .ui5-li-icon{color:var(--sapList_Active_TextColor)}:host([focused]:not([active]):not([disabled])){background-color:var(--sapList_Hover_Background)}:host::part(additional-text){margin:unset;margin-inline-start:1rem;color:var(--sapContent_LabelColor);min-width:max-content}.ui5-menu-item-text{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;display:inline-block}.ui5-menu-item-dummy-icon{visibility:hidden}:host::part(title){font-size:var(--sapFontSize);padding-top:.125rem}:host([icon]:not([is-phone]))::part(title),:host([is-phone]:not([icon=""]))::part(title){padding-top:0}:host(:not([is-phone]))::part(native-li){user-select:none;padding:var(--_ui5-v2-15-0_menu_item_padding)}:host::part(content){padding-inline-end:.25rem}.ui5-menu-item-submenu-icon{min-width:var(--_ui5-v2-15-0_list_item_icon_size);min-height:var(--_ui5-v2-15-0_list_item_icon_size);display:inline-block;vertical-align:middle;pointer-events:none}.ui5-menu-item-icon-end{display:inline-block;vertical-align:middle;padding-inline-start:.5rem;pointer-events:none;position:absolute;inset-inline-end:var(--_ui5-v2-15-0_menu_item_submenu_icon_right)}.ui5-menu-item-submenu-icon .ui5-menu-item-icon-end{color:var(--sapContent_NonInteractiveIconColor)}.ui5-menu-item-dummy-icon{min-width:var(--_ui5-v2-15-0_list_item_icon_size);min-height:var(--_ui5-v2-15-0_list_item_icon_size);display:inline-block;vertical-align:middle;padding-inline-end:.75rem;pointer-events:none}.ui5-menu-item-checked{padding-inline-start:.5rem;padding-inline-end:0;font-weight:400;text-align:center}.ui5-menu-item-icon-checked{color:var(--sapContent_BusyColor);padding-top:.25rem}
285
285
  `;
286
286
 
287
287
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -307,7 +307,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
307
307
  *
308
308
  * ### ES6 Module Import
309
309
  *
310
- * `import "sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js";`
310
+ * `import "@ui5/webcomponents/dist/MenuItem.js";`
311
311
  * @constructor
312
312
  * @extends ListItem
313
313
  * @implements {IMenuItem}
@@ -677,7 +677,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
677
677
  webcomponentsBase.d({ type: HTMLElement })
678
678
  ], MenuItem.prototype, "endContent", void 0);
679
679
  __decorate([
680
- i18nDefaults.i("sap/ushell/gen/ui5/webcomponents")
680
+ i18nDefaults.i("@ui5/webcomponents")
681
681
  ], MenuItem, "i18nBundle", void 0);
682
682
  MenuItem = MenuItem_1 = __decorate([
683
683
  webcomponentsBase.m({
@@ -1,4 +1,4 @@
1
- sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/NotificationListGroupItem', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/WrappingType', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/NotificationListItemBase', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/Icon'], (function (webcomponentsBase, webcomponents, webcomponentsFiori, parametersBundle_css, eventStrict, i18nDefaults, List, NotificationListGroupItem, Icons, parametersBundle_css$1, i18nDefaults$1, toLowercaseEnumValue, ListItemGroup, ListItemBase, WrappingType, BusyIndicator, willShowContent, Label, NotificationListItemBase, FocusableElements, Icon) { 'use strict';
1
+ sap.ui.define(['sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/NotificationListGroupItem', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/WrappingType', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/NotificationListItemBase', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/Icon'], (function (webcomponentsBase, parametersBundle_css, eventStrict, i18nDefaults, List, NotificationListGroupItem, Icons, parametersBundle_css$1, i18nDefaults$1, toLowercaseEnumValue, ListItemGroup, ListItemBase, WrappingType, BusyIndicator, willShowContent, Label, NotificationListItemBase, FocusableElements, Icon) { 'use strict';
2
2
 
3
3
  var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
4
4
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
@@ -284,8 +284,8 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
284
284
  })
285
285
  ], NotificationList);
286
286
  NotificationList.define();
287
- var NotificationList$1 = NotificationList;
287
+ var NotificationList_default = NotificationList;
288
288
 
289
- return NotificationList$1;
289
+ return NotificationList_default;
290
290
 
291
291
  }));
@@ -1,4 +1,4 @@
1
- sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/NotificationListItemBase', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/WrappingType', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/Label'], (function (webcomponentsBase, webcomponents, webcomponentsFiori, eventStrict, parametersBundle_css, NotificationListItemBase, Icons, i18nDefaults, Icon, List, parametersBundle_css$1, i18nDefaults$1, ListItemBase, FocusableElements, toLowercaseEnumValue, ListItemGroup, WrappingType, BusyIndicator, willShowContent, Label) { 'use strict';
1
+ sap.ui.define(['sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/NotificationListItemBase', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/WrappingType', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/Label'], (function (webcomponentsBase, eventStrict, parametersBundle_css, NotificationListItemBase, Icons, i18nDefaults, Icon, List, parametersBundle_css$1, i18nDefaults$1, ListItemBase, FocusableElements, toLowercaseEnumValue, ListItemGroup, WrappingType, BusyIndicator, willShowContent, Label) { 'use strict';
2
2
 
3
3
  const name$3 = "navigation-right-arrow";
4
4
  const pathData$3 = "M296 268q11-12 0-23L139 86q-10-10-10-23t10-22q9-10 22-10t23 10l191 193q9 9 9 22.5t-9 22.5L183 471q-10 10-23 10t-23-10q-9-9-9-22.5t9-22.5z";
@@ -94,7 +94,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
94
94
 
95
95
  Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
96
96
  Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s" + "-" + "f" + "i" + "o" + "r" + "i", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
97
- var NotificationListGroupItemCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:block;max-width:100%;min-height:var(--_ui5-v2-14-0-rc-7_list_item_base_height);background:var(--ui5-v2-14-0-rc-7-listitem-background-color);cursor:pointer}.ui5-nli-focusable:focus{outline:none}:host([desktop]) .ui5-nli-focusable:focus:not(.ui5-nli-group-root):after,.ui5-nli-focusable:focus-visible:not(.ui5-nli-group-root):after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:0;pointer-events:none}.ui5-state-icon{min-width:1rem;min-height:1rem;padding-inline-end:var(--_ui5-v2-14-0-rc-7-notification_item-state-icon-padding)}:host([collapsed]) .ui5-nli-group-items{display:none}:host([read]) .ui5-nli-group-title-text{font-weight:400}.ui5-nli-group-root{width:100%}.ui5-nli-group-content-wrapper{position:relative;box-sizing:border-box;width:100%;display:flex;flex-direction:column}[ui5-busy-indicator]{width:100%}.ui5-nli-group-header{height:2.75rem;position:sticky;top:0;z-index:90;background:var(--sapList_GroupHeaderBackground);display:flex;align-items:center;padding-inline:var(--_ui5-v2-14-0-rc-7-notification_group_header-padding);width:100%;border-bottom:var(--_ui5-v2-14-0-rc-7-notification_group_header-border-bottom-width) solid var(--sapList_GroupHeaderBorderColor);box-sizing:border-box;cursor:pointer;margin-bottom:var(--_ui5-v2-14-0-rc-7-notification_group_header-margin)}.ui5-nli-group-header-expanded{margin-bottom:var(--_ui5-v2-14-0-rc-7-notification_group_header-margin-expanded)}:host([desktop]) .ui5-nli-focusable.ui5-nli-group-root:focus .ui5-nli-group-header:before,.ui5-nli-focusable.ui5-nli-group-root:focus-visible .ui5-nli-group-header:before{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;top:var(--_ui5-v2-14-0-rc-7-notification_group_header-margin);bottom:var(--_ui5-v2-14-0-rc-7-notification_group_header-margin);left:0;right:0;pointer-events:none}.ui5-nli-group-toggle-icon{min-width:1rem;min-height:1rem;margin-inline:.5rem;color:var(--sapContent_IconColor)}.ui5-nli-group-title-text{color:var(--sapGroup_TitleTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontHeader5Size);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:2rem;margin-inline-start:.75rem}.ui5-nli-group-divider{flex:1}:host([ui5-li-notification-group]){-webkit-tap-highlight-color:transparent}[ui5-notification-group-list]::part(growing-button){border:none}[ui5-notification-group-list]::part(growing-button-inner){margin:var(--_ui5-v2-14-0-rc-7-notification_item-margin);border:var(--_ui5-v2-14-0-rc-7-notification_item-border-top-left-right);border-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius)}[ui5-notification-group-list]::part(growing-button-inner){border-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius);height:3.125rem}[ui5-notification-group-list]::part(growing-button-inner):focus,[ui5-notification-group-list]::part(growing-button-inner):focus-visible{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:var(--_ui5-v2-14-0-rc-7-notification_item-outline-offset)}[ui5-notification-group-list]::part(growing-button-inner):focus:active,[ui5-notification-group-list]::part(growing-button-inner):focus-visible:active{background-color:var(--_ui5-v2-14-0-rc-7-notification_item-growing-btn-background-color-active);border-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius);border:var(--_ui5-v2-14-0-rc-7-notification_item-border-active)}[ui5-notification-group-list]::part(growing-button-busy-indicator){padding:.875rem 0 1rem}
97
+ var NotificationListGroupItemCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:block;max-width:100%;min-height:var(--_ui5-v2-15-0_list_item_base_height);background:var(--ui5-v2-15-0-listitem-background-color);cursor:pointer}.ui5-nli-focusable:focus{outline:none}:host([desktop]) .ui5-nli-focusable:focus:not(.ui5-nli-group-root):after,.ui5-nli-focusable:focus-visible:not(.ui5-nli-group-root):after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:0;pointer-events:none}.ui5-state-icon{min-width:1rem;min-height:1rem;padding-inline-end:var(--_ui5-v2-15-0-notification_item-state-icon-padding)}:host([collapsed]) .ui5-nli-group-items{display:none}:host([read]) .ui5-nli-group-title-text{font-weight:400}.ui5-nli-group-root{width:100%}.ui5-nli-group-content-wrapper{position:relative;box-sizing:border-box;width:100%;display:flex;flex-direction:column}[ui5-busy-indicator]{width:100%}.ui5-nli-group-header{height:2.75rem;position:sticky;top:0;z-index:90;background:var(--sapList_GroupHeaderBackground);display:flex;align-items:center;padding-inline:var(--_ui5-v2-15-0-notification_group_header-padding);width:100%;border-bottom:var(--_ui5-v2-15-0-notification_group_header-border-bottom-width) solid var(--sapList_GroupHeaderBorderColor);box-sizing:border-box;cursor:pointer;margin-bottom:var(--_ui5-v2-15-0-notification_group_header-margin)}.ui5-nli-group-header-expanded{margin-bottom:var(--_ui5-v2-15-0-notification_group_header-margin-expanded)}:host([desktop]) .ui5-nli-focusable.ui5-nli-group-root:focus .ui5-nli-group-header:before,.ui5-nli-focusable.ui5-nli-group-root:focus-visible .ui5-nli-group-header:before{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;top:var(--_ui5-v2-15-0-notification_group_header-margin);bottom:var(--_ui5-v2-15-0-notification_group_header-margin);left:0;right:0;pointer-events:none}.ui5-nli-group-toggle-icon{min-width:1rem;min-height:1rem;margin-inline:.5rem;color:var(--sapContent_IconColor)}.ui5-nli-group-title-text{color:var(--sapGroup_TitleTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontHeader5Size);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:2rem;margin-inline-start:.75rem}.ui5-nli-group-divider{flex:1}:host([ui5-li-notification-group]){-webkit-tap-highlight-color:transparent}[ui5-notification-group-list]::part(growing-button){border:none}[ui5-notification-group-list]::part(growing-button-inner){margin:var(--_ui5-v2-15-0-notification_item-margin);border:var(--_ui5-v2-15-0-notification_item-border-top-left-right);border-radius:var(--_ui5-v2-15-0-notification_item-border-radius)}[ui5-notification-group-list]::part(growing-button-inner){border-radius:var(--_ui5-v2-15-0-notification_item-border-radius);height:3.125rem}[ui5-notification-group-list]::part(growing-button-inner):focus,[ui5-notification-group-list]::part(growing-button-inner):focus-visible{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:var(--_ui5-v2-15-0-notification_item-outline-offset)}[ui5-notification-group-list]::part(growing-button-inner):focus:active,[ui5-notification-group-list]::part(growing-button-inner):focus-visible:active{background-color:var(--_ui5-v2-15-0-notification_item-growing-btn-background-color-active);border-radius:var(--_ui5-v2-15-0-notification_item-border-radius);border:var(--_ui5-v2-15-0-notification_item-border-active)}[ui5-notification-group-list]::part(growing-button-busy-indicator){padding:.875rem 0 1rem}
98
98
  `;
99
99
 
100
100
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -1,4 +1,4 @@
1
- sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/query', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/WrappingType', 'sap/ushell/thirdparty/ValueState', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/NotificationListItemBase', 'sap/ushell/thirdparty/sys-enter-2', 'sap/ushell/thirdparty/information2', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/Link', 'sap/ushell/thirdparty/Tag', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/overflow', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/Label'], (function (webcomponentsBase, webcomponents, webcomponentsFiori, query, eventStrict, WrappingType, ValueState, willShowContent, parametersBundle_css, NotificationListItemBase, sysEnter2, information$1, i18nDefaults, Button, BusyIndicator, Icon, Link, Tag, Icons, information, overflow, parametersBundle_css$1, i18nDefaults$1, ListItemBase, FocusableElements, toLowercaseEnumValue, Label) { 'use strict';
1
+ sap.ui.define(['sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/query', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/WrappingType', 'sap/ushell/thirdparty/ValueState', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/NotificationListItemBase', 'sap/ushell/thirdparty/sys-enter-2', 'sap/ushell/thirdparty/information2', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/Link', 'sap/ushell/thirdparty/Tag', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/overflow', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/Label'], (function (webcomponentsBase, query, eventStrict, WrappingType, ValueState, willShowContent, parametersBundle_css, NotificationListItemBase, sysEnter2, information$1, i18nDefaults, Button, BusyIndicator, Icon, Link, Tag, Icons, information, overflow, parametersBundle_css$1, i18nDefaults$1, ListItemBase, FocusableElements, toLowercaseEnumValue, Label) { 'use strict';
2
2
 
3
3
  /**
4
4
  * Different types of NotificationListItemImportance.
@@ -48,7 +48,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
48
48
 
49
49
  Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
50
50
  Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s" + "-" + "f" + "i" + "o" + "r" + "i", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
51
- var NotificationListItemCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:block;max-width:100%;min-height:var(--_ui5-v2-14-0-rc-7_list_item_base_height);background:var(--ui5-v2-14-0-rc-7-listitem-background-color);cursor:pointer}.ui5-nli-focusable:focus{outline:none}:host([desktop]) .ui5-nli-focusable:focus:not(.ui5-nli-group-root):after,.ui5-nli-focusable:focus-visible:not(.ui5-nli-group-root):after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:0;pointer-events:none}.ui5-state-icon{min-width:1rem;min-height:1rem;padding-inline-end:var(--_ui5-v2-14-0-rc-7-notification_item-state-icon-padding)}:host(:not([wrapping-type="Normal"])) .ui5-nli-title-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}:host(:not([wrapping-type="Normal"])) .ui5-nli-description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}:host([_show-more-pressed]) .ui5-nli-title-text{-webkit-line-clamp:unset}:host([_show-more-pressed]) .ui5-nli-description{-webkit-line-clamp:unset}:host([read]) .ui5-nli-title-text{font-weight:400}:host(:first-of-type){border-top-left-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius);border-top-right-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius)}:host(:last-of-type){border-bottom-left-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius);border-bottom-right-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius)}:host(:first-of-type) .ui5-nli-focusable:after{border-top-left-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius);border-top-right-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius)}:host(:last-of-type) .ui5-nli-focusable:after{border-bottom-left-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius);border-bottom-right-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius)}:host([has-border]){border-bottom:var(--_ui5-v2-14-0-rc-7-notification_item-border-bottom)}:host([ui5-li-notification]){margin:var(--_ui5-v2-14-0-rc-7-notification_item-margin);border-left:var(--_ui5-v2-14-0-rc-7-notification_item-border-top-left-right);border-right:var(--_ui5-v2-14-0-rc-7-notification_item-border-top-left-right);border-top:var(--_ui5-v2-14-0-rc-7-notification_item-border-top-left-right);border-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius);list-style:none}.ui5-nli-root{position:relative;width:100%;box-sizing:border-box;cursor:pointer;border-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius);border:1px solid transparent}.ui5-nli-root:hover{background-color:var(--_ui5-v2-14-0-rc-7-notification_item-background-color-hover);border-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius)}:host([desktop]) .ui5-nli-root:focus:active,.ui5-nli-root:focus-visible:active{background-color:var(--_ui5-v2-14-0-rc-7-notification_item-background-color-active);border-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius);border:var(--_ui5-v2-14-0-rc-7-notification_item-border-active)}.ui5-nli-content-wrapper{width:100%;display:flex;flex-direction:row-reverse;padding-inline:var(--_ui5-v2-14-0-rc-7-notification_item-root-padding-inline);padding-block:1rem;position:relative;box-sizing:border-box}.ui5-nli-content{display:flex;flex-direction:column;flex:1;min-width:0;width:100%;padding-inline:var(--_ui5-v2-14-0-rc-7-notification_item-content-padding);font-family:var(--sapFontFamily);box-sizing:border-box}.ui5-nli-content.ui5-nli-content-with-importance{margin-bottom:2rem}.ui5-nli-actions{position:absolute;top:.5rem;right:.5rem}:dir(rtl) .ui5-nli-actions{left:.5rem;right:auto}.ui5-nli-title-text-wrapper{display:flex;flex-direction:row}.ui5-nli-title-text{display:flex;margin-bottom:var(--_ui5-v2-14-0-rc-7-notification_item-title-margin-bottom);box-sizing:border-box;color:var(--sapGroup_TitleTextColor);font-weight:700;font-size:var(--sapFontHeader6Size)}.ui5-nli-two-buttons .ui5-nli-title-text{padding-inline-end:var(--_ui5-v2-14-0-rc-7-notification_item-title-padding-end-two-buttons)}.ui5-nli-one-button .ui5-nli-title-text{padding-inline-end:var(--_ui5-v2-14-0-rc-7-notification_item-title-padding-end-one-button)}.ui5-nli-description{display:flex;margin-top:var(--_ui5-v2-14-0-rc-7-notification_item-description-margin-top);color:var(--sapTextColor);font-size:var(--sapFontSize);box-sizing:border-box}.ui5-nli-footer{display:flex;color:var(--sapContent_LabelColor);font-size:var(--sapFontSize);margin-top:var(--_ui5-v2-14-0-rc-7-notification_item-footer-margin-top);box-sizing:border-box;align-items:center}.ui5-nli-footer-divider{position:relative;align-items:center;margin-inline:.5rem}.ui5-nli-footnotes{display:flex;min-width:0}.ui5-nli-footer-showMore{margin-inline-start:1rem}.ui5-nli-importance{width:fit-content;position:absolute;bottom:1rem}::slotted([slot^="footnotes"]){color:var(--sapContent_LabelColor);font-size:var(--sapFontSize);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ui5-nli-menu-btn{margin-inline-end:.125rem}:host([desktop]) .ui5-nli-focusable:not(.ui5-nli-group-root):focus:after,.ui5-nli-focusable:not(.ui5-nli-group-root):focus-visible:after{border-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius);top:var(--_ui5-v2-14-0-rc-7-notification_item-focus-offset);right:var(--_ui5-v2-14-0-rc-7-notification_item-focus-offset);bottom:var(--_ui5-v2-14-0-rc-7-notification_item-focus-offset);left:var(--_ui5-v2-14-0-rc-7-notification_item-focus-offset)}[ui5-busy-indicator]{width:100%;border-radius:var(--_ui5-v2-14-0-rc-7-notification_item-border-radius)}
51
+ var NotificationListItemCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:block;max-width:100%;min-height:var(--_ui5-v2-15-0_list_item_base_height);background:var(--ui5-v2-15-0-listitem-background-color);cursor:pointer}.ui5-nli-focusable:focus{outline:none}:host([desktop]) .ui5-nli-focusable:focus:not(.ui5-nli-group-root):after,.ui5-nli-focusable:focus-visible:not(.ui5-nli-group-root):after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:0;pointer-events:none}.ui5-state-icon{min-width:1rem;min-height:1rem;padding-inline-end:var(--_ui5-v2-15-0-notification_item-state-icon-padding)}:host(:not([wrapping-type="Normal"])) .ui5-nli-title-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}:host(:not([wrapping-type="Normal"])) .ui5-nli-description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}:host([_show-more-pressed]) .ui5-nli-title-text{-webkit-line-clamp:unset}:host([_show-more-pressed]) .ui5-nli-description{-webkit-line-clamp:unset}:host([read]) .ui5-nli-title-text{font-weight:400}:host(:first-of-type){border-top-left-radius:var(--_ui5-v2-15-0-notification_item-border-radius);border-top-right-radius:var(--_ui5-v2-15-0-notification_item-border-radius)}:host(:last-of-type){border-bottom-left-radius:var(--_ui5-v2-15-0-notification_item-border-radius);border-bottom-right-radius:var(--_ui5-v2-15-0-notification_item-border-radius)}:host(:first-of-type) .ui5-nli-focusable:after{border-top-left-radius:var(--_ui5-v2-15-0-notification_item-border-radius);border-top-right-radius:var(--_ui5-v2-15-0-notification_item-border-radius)}:host(:last-of-type) .ui5-nli-focusable:after{border-bottom-left-radius:var(--_ui5-v2-15-0-notification_item-border-radius);border-bottom-right-radius:var(--_ui5-v2-15-0-notification_item-border-radius)}:host([has-border]){border-bottom:var(--_ui5-v2-15-0-notification_item-border-bottom)}:host([ui5-li-notification]){margin:var(--_ui5-v2-15-0-notification_item-margin);border-left:var(--_ui5-v2-15-0-notification_item-border-top-left-right);border-right:var(--_ui5-v2-15-0-notification_item-border-top-left-right);border-top:var(--_ui5-v2-15-0-notification_item-border-top-left-right);border-radius:var(--_ui5-v2-15-0-notification_item-border-radius);list-style:none}.ui5-nli-root{position:relative;width:100%;box-sizing:border-box;cursor:pointer;border-radius:var(--_ui5-v2-15-0-notification_item-border-radius);border:1px solid transparent}.ui5-nli-root:hover{background-color:var(--_ui5-v2-15-0-notification_item-background-color-hover);border-radius:var(--_ui5-v2-15-0-notification_item-border-radius)}:host([desktop]) .ui5-nli-root:focus:active,.ui5-nli-root:focus-visible:active{background-color:var(--_ui5-v2-15-0-notification_item-background-color-active);border-radius:var(--_ui5-v2-15-0-notification_item-border-radius);border:var(--_ui5-v2-15-0-notification_item-border-active)}.ui5-nli-content-wrapper{width:100%;display:flex;flex-direction:row-reverse;padding-inline:var(--_ui5-v2-15-0-notification_item-root-padding-inline);padding-block:1rem;position:relative;box-sizing:border-box}.ui5-nli-content{display:flex;flex-direction:column;flex:1;min-width:0;width:100%;padding-inline:var(--_ui5-v2-15-0-notification_item-content-padding);font-family:var(--sapFontFamily);box-sizing:border-box}.ui5-nli-content.ui5-nli-content-with-importance{margin-bottom:2rem}.ui5-nli-actions{position:absolute;top:.5rem;right:.5rem}:dir(rtl) .ui5-nli-actions{left:.5rem;right:auto}.ui5-nli-title-text-wrapper{display:flex;flex-direction:row}.ui5-nli-title-text{display:flex;margin-bottom:var(--_ui5-v2-15-0-notification_item-title-margin-bottom);box-sizing:border-box;color:var(--sapGroup_TitleTextColor);font-weight:700;font-size:var(--sapFontHeader6Size)}.ui5-nli-two-buttons .ui5-nli-title-text{padding-inline-end:var(--_ui5-v2-15-0-notification_item-title-padding-end-two-buttons)}.ui5-nli-one-button .ui5-nli-title-text{padding-inline-end:var(--_ui5-v2-15-0-notification_item-title-padding-end-one-button)}.ui5-nli-description{display:flex;margin-top:var(--_ui5-v2-15-0-notification_item-description-margin-top);color:var(--sapTextColor);font-size:var(--sapFontSize);box-sizing:border-box}.ui5-nli-footer{display:flex;color:var(--sapContent_LabelColor);font-size:var(--sapFontSize);margin-top:var(--_ui5-v2-15-0-notification_item-footer-margin-top);box-sizing:border-box;align-items:center}.ui5-nli-footer-divider{position:relative;align-items:center;margin-inline:.5rem}.ui5-nli-footnotes{display:flex;min-width:0}.ui5-nli-footer-showMore{margin-inline-start:1rem}.ui5-nli-importance{width:fit-content;position:absolute;bottom:1rem}::slotted([slot^="footnotes"]){color:var(--sapContent_LabelColor);font-size:var(--sapFontSize);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ui5-nli-menu-btn{margin-inline-end:.125rem}:host([desktop]) .ui5-nli-focusable:not(.ui5-nli-group-root):focus:after,.ui5-nli-focusable:not(.ui5-nli-group-root):focus-visible:after{border-radius:var(--_ui5-v2-15-0-notification_item-border-radius);top:var(--_ui5-v2-15-0-notification_item-focus-offset);right:var(--_ui5-v2-15-0-notification_item-focus-offset);bottom:var(--_ui5-v2-15-0-notification_item-focus-offset);left:var(--_ui5-v2-15-0-notification_item-focus-offset)}[ui5-busy-indicator]{width:100%;border-radius:var(--_ui5-v2-15-0-notification_item-border-radius)}
52
52
  `;
53
53
 
54
54
  /**
@@ -527,8 +527,8 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
527
527
  })
528
528
  ], NotificationListItem);
529
529
  NotificationListItem.define();
530
- var NotificationListItem$1 = NotificationListItem;
530
+ var NotificationListItem_default = NotificationListItem;
531
531
 
532
- return NotificationListItem$1;
532
+ return NotificationListItem_default;
533
533
 
534
534
  }));
@@ -1,4 +1,4 @@
1
- sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/i18n-defaults2'], (function (exports, webcomponentsBase, i18nDefaults, ListItemBase, FocusableElements, i18nDefaults$1) { 'use strict';
1
+ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/i18n-defaults2'], (function (exports, webcomponentsBase, i18nDefaults, ListItemBase, FocusableElements, i18nDefaults$1) { 'use strict';
2
2
 
3
3
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
4
4
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
@@ -90,7 +90,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
90
90
  webcomponentsBase.s({ type: Number })
91
91
  ], NotificationListItemBase.prototype, "loadingDelay", void 0);
92
92
  __decorate([
93
- i18nDefaults.i("sap/ushell/gen/ui5/webcomponents-fiori")
93
+ i18nDefaults.i("@ui5/webcomponents-fiori")
94
94
  ], NotificationListItemBase, "i18nFioriBundle", void 0);
95
95
 
96
96
  exports.NotificationListItemBase = NotificationListItemBase;
@@ -1,4 +1,4 @@
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';
1
+ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents', '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
 
@@ -683,7 +683,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
683
683
  const pathData$1 = "M384 160v32q0 12-10 22L182 406q-10 10-22 10h-32zM224 416l160-160v32q0 12-10 22l-96 96q-10 10-22 10h-32zm160-64v32q0 12-10 22t-22 10h-32z";
684
684
  const ltr$1 = false;
685
685
  const collection$1 = "SAP-icons-v4";
686
- const packageName$1 = "sap/ushell/gen/ui5/webcomponents-icons";
686
+ const packageName$1 = "@ui5/webcomponents-icons";
687
687
 
688
688
  Icons.y(name$1, { pathData: pathData$1, ltr: ltr$1, collection: collection$1, packageName: packageName$1 });
689
689
 
@@ -691,7 +691,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
691
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";
692
692
  const ltr = false;
693
693
  const collection = "SAP-icons-v5";
694
- const packageName = "sap/ushell/gen/ui5/webcomponents-icons";
694
+ const packageName = "@ui5/webcomponents-icons";
695
695
 
696
696
  Icons.y(name, { pathData, ltr, collection, packageName });
697
697
 
@@ -726,12 +726,12 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
726
726
 
727
727
  Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
728
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-14-0-rc-7_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-14-0-rc-7_popup_header_shadow);border-bottom:var(--_ui5-v2-14-0-rc-7_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-14-0-rc-7_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-14-0-rc-7_popup_default_header_height);max-height:var(--_ui5-v2-14-0-rc-7_popup_default_header_height);line-height:var(--_ui5-v2-14-0-rc-7_popup_default_header_height);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%;display:inline-flex;justify-content:var(--_ui5-v2-14-0-rc-7_popup_header_prop_header_text_alignment)}:host([header-text]) .ui5-popup-header-root{justify-content:var(--_ui5-v2-14-0-rc-7_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-14-0-rc-7_popup_content_padding_s)}:host([media-range="M"]) .ui5-popup-content,:host([media-range="L"]) .ui5-popup-content{padding:1rem var(--_ui5-v2-14-0-rc-7_popup_content_padding_m_l)}:host([media-range="XL"]) .ui5-popup-content{padding:1rem var(--_ui5-v2-14-0-rc-7_popup_content_padding_xl)}.ui5-popup-header-root{background:var(--_ui5-v2-14-0-rc-7_popup_header_background)}:host([media-range="S"]) .ui5-popup-header-root,:host([media-range="S"]) .ui5-popup-footer-root{padding-left:var(--_ui5-v2-14-0-rc-7_popup_header_footer_padding_s);padding-right:var(--_ui5-v2-14-0-rc-7_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-14-0-rc-7_popup_header_footer_padding_m_l);padding-right:var(--_ui5-v2-14-0-rc-7_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-14-0-rc-7_popup_header_footer_padding_xl);padding-right:var(--_ui5-v2-14-0-rc-7_popup_header_footer_padding_xl)}
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)}
730
730
  `;
731
731
 
732
732
  Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
733
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-14-0-rc-7_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-14-0-rc-7_dialog_header_error_state_icon_color)}:host([state="Information"]) .ui5-dialog-value-state-icon{color:var(--_ui5-v2-14-0-rc-7_dialog_header_information_state_icon_color)}:host([state="Positive"]) .ui5-dialog-value-state-icon{color:var(--_ui5-v2-14-0-rc-7_dialog_header_success_state_icon_color)}:host([state="Critical"]) .ui5-dialog-value-state-icon{color:var(--_ui5-v2-14-0-rc-7_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-14-0-rc-7_dialog_header_focus_left_offset);bottom:var(--_ui5-v2-14-0-rc-7_dialog_header_focus_bottom_offset);right:var(--_ui5-v2-14-0-rc-7_dialog_header_focus_right_offset);top:var(--_ui5-v2-14-0-rc-7_dialog_header_focus_top_offset);border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5-v2-14-0-rc-7_dialog_header_border_radius) var(--_ui5-v2-14-0-rc-7_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-14-0-rc-7_dialog_content_min_height);flex:1 1 auto}.ui5-popup-resize-handle{position:absolute;bottom:-.5rem;inset-inline-end:-.5rem;cursor:var(--_ui5-v2-14-0-rc-7_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-14-0-rc-7_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-14-0-rc-7_popup_block_layer_background);opacity:var(--_ui5-v2-14-0-rc-7_popup_block_layer_opacity)}.ui5-block-layer{display:block}
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}
735
735
  `;
736
736
 
737
737
  var __decorate$2 = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -800,7 +800,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
800
800
  *
801
801
  * ### ES6 Module Import
802
802
  *
803
- * `import "sap/ushell/gen/ui5/webcomponents/dist/Dialog";`
803
+ * `import "@ui5/webcomponents/dist/Dialog";`
804
804
  *
805
805
  * @constructor
806
806
  * @extends Popup
@@ -1130,7 +1130,13 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
1130
1130
  let newWidth, newLeft;
1131
1131
  if (this._isRTL) {
1132
1132
  newWidth = m$1(this._initialWidth - (clientX - this._initialX), this._minWidth, this._initialLeft + this._initialWidth);
1133
- 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);
1134
1140
  }
1135
1141
  else {
1136
1142
  newWidth = m$1(this._initialWidth + (clientX - this._initialX), this._minWidth, window.innerWidth - this._initialLeft);
@@ -1139,7 +1145,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
1139
1145
  Object.assign(this.style, {
1140
1146
  height: `${newHeight}px`,
1141
1147
  width: `${newWidth}px`,
1142
- left: newLeft ? `${newLeft}px` : undefined,
1148
+ left: this._isRTL ? `${newLeft}px` : undefined,
1143
1149
  });
1144
1150
  }
1145
1151
  _onResizeMouseUp() {
@@ -1190,7 +1196,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
1190
1196
  webcomponentsBase.d()
1191
1197
  ], Dialog.prototype, "footer", void 0);
1192
1198
  __decorate$2([
1193
- i18nDefaults.i("sap/ushell/gen/ui5/webcomponents")
1199
+ i18nDefaults.i("@ui5/webcomponents")
1194
1200
  ], Dialog, "i18nBundle", void 0);
1195
1201
  Dialog = Dialog_1 = __decorate$2([
1196
1202
  webcomponentsBase.m({
@@ -1440,7 +1446,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
1440
1446
 
1441
1447
  Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
1442
1448
  Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => i18nDefaults.defaultTheme);
1443
- var PopoverCss = `:host{box-shadow:var(--_ui5-v2-14-0-rc-7_popover_box_shadow);background-color:var(--_ui5-v2-14-0-rc-7_popover_background);max-width:calc(100vw - (100vw - 100%) - 2 * var(--_ui5-v2-14-0-rc-7_popup_viewport_margin))}:host([hide-arrow]){box-shadow:var(--_ui5-v2-14-0-rc-7_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-14-0-rc-7_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-14-0-rc-7_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-14-0-rc-7_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-14-0-rc-7_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-14-0-rc-7_popover_background);box-shadow:var(--_ui5-v2-14-0-rc-7_popover_box_shadow);transform:rotate(-45deg)}:host([modal])::backdrop{background-color:var(--_ui5-v2-14-0-rc-7_popup_block_layer_background);opacity:var(--_ui5-v2-14-0-rc-7_popup_block_layer_opacity)}:host([modal]) .ui5-block-layer{display:block}
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}
1444
1450
  `;
1445
1451
 
1446
1452
  var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -1476,7 +1482,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
1476
1482
  *
1477
1483
  * ### ES6 Module Import
1478
1484
  *
1479
- * `import "sap/ushell/gen/ui5/webcomponents/dist/Popover.js";`
1485
+ * `import "@ui5/webcomponents/dist/Popover.js";`
1480
1486
  *
1481
1487
  * @constructor
1482
1488
  * @extends Popup
@@ -2130,7 +2136,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
2130
2136
 
2131
2137
  Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
2132
2138
  Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => i18nDefaults.defaultTheme);
2133
- var ResponsivePopoverCss = `:host{--_ui5-v2-14-0-rc-7_input_width: 100%;min-width:6.25rem;min-height:2rem}:host([on-phone]){display:contents}.ui5-responsive-popover-header{height:var(--_ui5-v2-14-0-rc-7-responsive_popover_header_height);display:flex;justify-content:var(--_ui5-v2-14-0-rc-7_popup_header_prop_header_text_alignment);align-items:center;width:100%}.ui5-responsive-popover-header-text{width:calc(100% - var(--_ui5-v2-14-0-rc-7_button_base_min_width))}.ui5-responsive-popover-header-no-title{justify-content:flex-end}
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}
2134
2140
  `;
2135
2141
 
2136
2142
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -2152,7 +2158,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
2152
2158
  *
2153
2159
  * ### ES6 Module Import
2154
2160
  *
2155
- * `import "sap/ushell/gen/ui5/webcomponents/dist/ResponsivePopover.js";`
2161
+ * `import "@ui5/webcomponents/dist/ResponsivePopover.js";`
2156
2162
  * @constructor
2157
2163
  * @extends Popover
2158
2164
  * @since 1.0.0-rc.6
@@ -2285,7 +2291,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
2285
2291
  webcomponentsBase.s({ type: Boolean })
2286
2292
  ], ResponsivePopover.prototype, "_hideCloseButton", void 0);
2287
2293
  __decorate([
2288
- i18nDefaults.i("sap/ushell/gen/ui5/webcomponents")
2294
+ i18nDefaults.i("@ui5/webcomponents")
2289
2295
  ], ResponsivePopover, "i18nBundle", void 0);
2290
2296
  ResponsivePopover = ResponsivePopover_1 = __decorate([
2291
2297
  webcomponentsBase.m({
@@ -1,16 +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.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/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, i18nDefaults, encodeXML, willShowContent, BusyIndicator, Label, toLowercaseEnumValue) { 'use strict';
1
+ sap.ui.define(['sap/ushell/thirdparty/webcomponents', '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, 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
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 })] }) }) }));
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 })] }) }) }));
9
9
  }
10
10
 
11
11
  Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
12
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-14-0-rc-7_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
+ 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}
14
14
  `;
15
15
 
16
16
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -62,9 +62,38 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
62
62
  _onfocusout() {
63
63
  this.selected = false;
64
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
+ }
65
89
  _onDeleteButtonClick() {
66
90
  this.fireDecoratorEvent("delete");
67
91
  }
92
+ _onDeleteButtonKeyDown(e) {
93
+ if (webcomponentsBase.A(e) || webcomponentsBase.b$1(e)) {
94
+ this.fireDecoratorEvent("delete");
95
+ }
96
+ }
68
97
  onBeforeRendering() {
69
98
  super.onBeforeRendering();
70
99
  // bold the matched text
@@ -121,8 +150,8 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
121
150
  eventStrict.l("delete")
122
151
  ], SearchItem);
123
152
  SearchItem.define();
124
- var SearchItem$1 = SearchItem;
153
+ var SearchItem_default = SearchItem;
125
154
 
126
- return SearchItem$1;
155
+ return SearchItem_default;
127
156
 
128
157
  }));