@sapui5/sap.ushell 1.140.0 → 1.141.0

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 (689) hide show
  1. package/package.json +2 -2
  2. package/src/main/js/sap/ushell/.library +1 -1
  3. package/src/main/js/sap/ushell/AppInfoParameters.js +1 -1
  4. package/src/main/js/sap/ushell/ApplicationType/UrlPostProcessing.js +0 -1
  5. package/src/main/js/sap/ushell/ApplicationType/guiResolution.js +6 -6
  6. package/src/main/js/sap/ushell/ApplicationType/systemAlias.js +22 -25
  7. package/src/main/js/sap/ushell/ApplicationType/urlResolution.js +12 -6
  8. package/src/main/js/sap/ushell/ApplicationType/urlTemplateResolution.js +277 -302
  9. package/src/main/js/sap/ushell/ApplicationType/wdaResolution.js +11 -10
  10. package/src/main/js/sap/ushell/ApplicationType.js +8 -8
  11. package/src/main/js/sap/ushell/Container.js +53 -55
  12. package/src/main/js/sap/ushell/EventHub.js +5 -7
  13. package/src/main/js/sap/ushell/Fiori20Adapter.js +17 -11
  14. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  15. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  16. package/src/main/js/sap/ushell/SessionHandler.js +1 -1
  17. package/src/main/js/sap/ushell/TechnicalParameters.js +5 -5
  18. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  19. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
  20. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +11 -4
  21. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
  22. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
  23. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +13 -2
  24. package/src/main/js/sap/ushell/URLTemplateProcessor.js +13 -3
  25. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +4 -2
  26. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +29 -27
  27. package/src/main/js/sap/ushell/User.js +12 -12
  28. package/src/main/js/sap/ushell/UserActivityLog.js +3 -3
  29. package/src/main/js/sap/ushell/adapters/AppVariantPersonalizationAdapter.js +19 -15
  30. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +13 -10
  31. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +15 -14
  32. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +3 -3
  34. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +155 -129
  35. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +25 -23
  36. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/Settings/UserLanguageAndRegion/UserLanguageAndRegion.controller.js +4 -4
  39. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cdm/_Personalization/internals.js +8 -13
  45. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +6 -3
  47. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +42 -30
  48. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +112 -97
  49. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/cdm/v3/utilsCdm.js +5 -6
  58. package/src/main/js/sap/ushell/adapters/cep/MenuAdapter.js +2 -2
  59. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +10 -8
  61. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +13 -14
  63. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +162 -162
  64. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +14 -14
  65. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +2 -2
  66. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  67. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +22 -22
  68. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  69. package/src/main/js/sap/ushell/adapters/local/MenuAdapter.js +4 -4
  70. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  71. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +4 -4
  72. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  73. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +2 -2
  74. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +2 -2
  75. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  76. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  77. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +2 -2
  78. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  79. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  80. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +14 -14
  81. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +8 -13
  82. package/src/main/js/sap/ushell/api/common/ComponentInstantiation.js +5 -5
  83. package/src/main/js/sap/ushell/api/performance/Extension.js +2 -2
  84. package/src/main/js/sap/ushell/api/performance/NavigationSource.js +8 -8
  85. package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +48 -81
  86. package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +7 -35
  87. package/src/main/js/sap/ushell/appIntegration/ApplicationContainerCache.js +9 -6
  88. package/src/main/js/sap/ushell/appIntegration/IframeApplicationContainer.js +31 -7
  89. package/src/main/js/sap/ushell/appIntegration/IframeApplicationContainerRenderer.js +0 -3
  90. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/AppInfoHandler.js +8 -5
  91. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/AppStateHandler.js +1 -1
  92. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/BookmarkHandler.js +15 -11
  93. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/LifecycleHandler.js +21 -1
  94. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/MessageBrokerHandler.js +110 -17
  95. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/SessionHandler.js +20 -4
  96. package/src/main/js/sap/ushell/appIntegration/PostMessageManager.js +26 -12
  97. package/src/main/js/sap/ushell/appIntegration/UI5ApplicationContainer.js +0 -1
  98. package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +2 -23
  99. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV1Handler.js +0 -3
  100. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -3
  101. package/src/main/js/sap/ushell/appRuntime/ui5/AppCommunicationMgr.js +11 -10
  102. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +3 -3
  103. package/src/main/js/sap/ushell/appRuntime/ui5/SessionHandlerAgent.js +3 -3
  104. package/src/main/js/sap/ushell/appRuntime/ui5/libsPreload.js +2 -2
  105. package/src/main/js/sap/ushell/appRuntime/ui5/performance/FesrEnhancer.js +1 -1
  106. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/AppLifeCycleUtils.js +11 -3
  107. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/BaseRTAPluginStatus.js +9 -1
  108. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/CheckConditions.js +18 -2
  109. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/Renderer.js +6 -0
  110. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/Trigger.js +6 -0
  111. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/Component.js +2 -1
  112. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
  113. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
  114. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +3 -3
  115. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +7 -6
  116. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
  117. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +3 -3
  118. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
  119. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
  120. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +5 -3
  121. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +75 -18
  122. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
  123. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
  124. package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
  125. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  126. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
  127. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker/Client.js +114 -0
  128. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +155 -56
  129. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +2 -2
  130. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +2 -2
  131. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +17 -21
  132. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
  133. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
  134. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
  135. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
  136. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +2 -2
  137. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/ContainerAdapter.js +4 -3
  138. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  139. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/FLPLoader.js +1 -3
  140. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  141. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
  142. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent.js +21 -22
  143. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +5 -5
  144. package/src/main/js/sap/ushell/bootstrap/common/common.debug.mode.js +1 -1
  145. package/src/main/js/sap/ushell/bootstrap/common/common.load.core-min.js +14 -2
  146. package/src/main/js/sap/ushell/bootstrap/common/common.load.script.js +1 -1
  147. package/src/main/js/sap/ushell/bootstrap/common/common.read.metatags.js +2 -2
  148. package/src/main/js/sap/ushell/bootstrap/common/common.util.js +2 -2
  149. package/src/main/js/sap/ushell/bootstrap/sandbox2/sandbox.js +1 -1
  150. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  151. package/src/main/js/sap/ushell/components/CatalogsManager.js +3 -3
  152. package/src/main/js/sap/ushell/components/HomepageManager.js +120 -117
  153. package/src/main/js/sap/ushell/components/SharedComponentUtils.js +24 -13
  154. package/src/main/js/sap/ushell/components/_HomepageManager/PersistentPageOperationAdapter.js +17 -17
  155. package/src/main/js/sap/ushell/components/_HomepageManager/TransientPageOperationAdapter.js +4 -4
  156. package/src/main/js/sap/ushell/components/appfinder/AppFinder.controller.js +6 -3
  157. package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +2 -2
  158. package/src/main/js/sap/ushell/components/appfinder/CatalogView.js +3 -3
  159. package/src/main/js/sap/ushell/components/appfinder/EasyAccess.controller.js +119 -108
  160. package/src/main/js/sap/ushell/components/appfinder/HierarchyAppsView.js +2 -2
  161. package/src/main/js/sap/ushell/components/appfinder/HierarchyFolders.controller.js +17 -15
  162. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  163. package/src/main/js/sap/ushell/components/cards/Configuration.controller.js +35 -33
  164. package/src/main/js/sap/ushell/components/cards/ManifestPropertyHelper.js +6 -4
  165. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/Edition.js +2 -2
  166. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/People.js +1 -1
  167. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +6 -6
  168. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  169. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  170. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  171. package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +1 -1
  172. package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
  173. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  174. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
  175. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +29 -13
  176. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +6 -1
  177. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  178. package/src/main/js/sap/ushell/components/factsheet/factory/ThingInspector.js +2 -2
  179. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  180. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  181. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  182. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +2 -2
  183. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  184. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  185. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  186. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +2 -2
  187. package/src/main/js/sap/ushell/components/pages/controller/ImportDialog.controller.js +8 -8
  188. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +38 -29
  189. package/src/main/js/sap/ushell/components/pages/controller/PagesAndSpaceId.js +24 -15
  190. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  191. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  192. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  193. package/src/main/js/sap/ushell/components/shell/FloatingContainer/Component.js +1 -1
  194. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  195. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  196. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  197. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
  198. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  199. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +3 -3
  200. package/src/main/js/sap/ushell/components/shell/Notifications/Notifications.controller.js +9 -9
  201. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +3 -3
  202. package/src/main/js/sap/ushell/components/shell/Search/Component.js +0 -11
  203. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  204. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +3 -3
  205. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +32 -30
  206. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +19 -17
  207. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  208. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +30 -28
  209. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/Component.js +14 -18
  210. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/FrequentActivityProvider.js +3 -3
  211. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/RecentSearchProvider.js +19 -17
  212. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchProvider.js +1 -1
  213. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchServiceProvider.js +30 -28
  214. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/manifest.json +1 -1
  215. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources.properties +2 -0
  216. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ar.properties +4 -0
  217. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_bg.properties +4 -0
  218. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ca.properties +4 -0
  219. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_cnr.properties +4 -0
  220. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_cs.properties +4 -0
  221. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_cy.properties +4 -0
  222. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_da.properties +4 -0
  223. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_de.properties +4 -0
  224. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_el.properties +4 -0
  225. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_en.properties +4 -0
  226. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_en_GB.properties +4 -0
  227. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_en_US_saprigi.properties +4 -0
  228. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_es.properties +4 -0
  229. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_es_MX.properties +4 -0
  230. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_et.properties +4 -0
  231. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_fi.properties +4 -0
  232. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_fr.properties +4 -0
  233. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_fr_CA.properties +4 -0
  234. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_hi.properties +4 -0
  235. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_hr.properties +4 -0
  236. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_hu.properties +4 -0
  237. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_id.properties +4 -0
  238. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_it.properties +4 -0
  239. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_iw.properties +4 -0
  240. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ja.properties +4 -0
  241. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_kk.properties +4 -0
  242. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ko.properties +4 -0
  243. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_lt.properties +4 -0
  244. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_lv.properties +4 -0
  245. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_mk.properties +4 -0
  246. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ms.properties +4 -0
  247. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_nl.properties +4 -0
  248. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_no.properties +4 -0
  249. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_pl.properties +4 -0
  250. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_pt.properties +4 -0
  251. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_pt_PT.properties +4 -0
  252. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ro.properties +4 -0
  253. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ru.properties +4 -0
  254. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sh.properties +4 -0
  255. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sk.properties +4 -0
  256. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sl.properties +4 -0
  257. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sr.properties +4 -0
  258. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sv.properties +4 -0
  259. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_th.properties +4 -0
  260. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_tr.properties +4 -0
  261. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_uk.properties +4 -0
  262. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_vi.properties +4 -0
  263. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_zh_CN.properties +4 -0
  264. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_zh_TW.properties +4 -0
  265. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  266. package/src/main/js/sap/ushell/components/shell/Settings/UserSettings.controller.js +21 -20
  267. package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +88 -65
  268. package/src/main/js/sap/ushell/components/shell/Settings/homepage/HomepageEntry.js +6 -6
  269. package/src/main/js/sap/ushell/components/shell/Settings/notifications/NotificationsSetting.controller.js +3 -3
  270. package/src/main/js/sap/ushell/components/shell/Settings/spaces/SpacesSetting.controller.js +8 -7
  271. package/src/main/js/sap/ushell/components/shell/Settings/userAccount/UserAccountSelector.controller.js +4 -3
  272. package/src/main/js/sap/ushell/components/shell/Settings/userActivities/UserActivitiesSetting.controller.js +3 -3
  273. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/controller/UserDefaultsSetting.controller.js +2 -2
  274. package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.controller.js +5 -5
  275. package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +40 -2
  276. package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +7 -0
  277. package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
  278. package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +9 -0
  279. package/src/main/js/sap/ushell/components/shell/SideNavigation/controller/SideNavigation.controller.js +48 -59
  280. package/src/main/js/sap/ushell/components/shell/SideNavigation/interface/ListProviderAPI.js +144 -0
  281. package/src/main/js/sap/ushell/components/shell/SideNavigation/interface/NavContainer.js +82 -0
  282. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
  283. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/AllSpaces.js +2 -2
  284. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +4 -4
  285. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericFixedNavigationListProvider.js +49 -28
  286. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericNavigationListProvider.js +104 -49
  287. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/MyHome.js +2 -2
  288. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/RecentActivity.js +2 -2
  289. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Spaces.js +18 -7
  290. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/SpacesNavigationListProvider.js +11 -5
  291. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  292. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  293. package/src/main/js/sap/ushell/components/tiles/action/ActionTile.controller.js +22 -14
  294. package/src/main/js/sap/ushell/components/tiles/applauncher/StaticTile.controller.js +43 -13
  295. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/DynamicTile.controller.js +43 -13
  296. package/src/main/js/sap/ushell/components/tiles/utils.js +25 -25
  297. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  298. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  299. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  300. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  301. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  302. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  303. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  304. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  305. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  306. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  307. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  308. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  309. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  310. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  311. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  312. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Avatar.js +111 -111
  313. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Button.js +215 -145
  314. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Label.js +68 -70
  315. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItem.js +81 -78
  316. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemBase.js +40 -39
  317. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemGroup.js +146 -85
  318. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Menu.js +178 -110
  319. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +186 -144
  320. package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +519 -339
  321. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/IllustratedMessage.js +91 -90
  322. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationList.js +128 -73
  323. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +76 -71
  324. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItem.js +119 -97
  325. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItemBase.js +48 -46
  326. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/Search.js +156 -128
  327. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItem.js +68 -65
  328. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItemGroup.js +30 -29
  329. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchMessageArea.js +46 -45
  330. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchScope.js +48 -49
  331. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBar.js +373 -198
  332. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarBranding.js +71 -68
  333. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarItem.js +81 -62
  334. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSearch.js +150 -122
  335. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSpacer.js +42 -41
  336. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +190 -121
  337. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuAccount.js +76 -75
  338. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuItem.js +35 -34
  339. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +1706 -1389
  340. package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +3011 -2450
  341. package/src/main/js/sap/ushell/library.js +1 -1
  342. package/src/main/js/sap/ushell/modules/NavigationMenu/ListProvider.js +56 -0
  343. package/src/main/js/sap/ushell/modules/NavigationMenu/ListProviderAPI.js +119 -0
  344. package/src/main/js/sap/ushell/modules/NavigationMenu/NavContainer.js +60 -0
  345. package/src/main/js/sap/ushell/modules/NavigationMenu/NavigationMenuMode.js +37 -0
  346. package/src/main/js/sap/ushell/modules/NavigationMenu.js +17 -16
  347. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  348. package/src/main/js/sap/ushell/performance/FesrEnhancer.js +1 -3
  349. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  350. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  351. package/src/main/js/sap/ushell/plugins/BaseRTAPlugin.js +6 -2
  352. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  353. package/src/main/js/sap/ushell/renderer/AccessKeysHandler.js +17 -13
  354. package/src/main/js/sap/ushell/renderer/Renderer.js +12 -12
  355. package/src/main/js/sap/ushell/renderer/RendererAppContainer.js +3 -3
  356. package/src/main/js/sap/ushell/renderer/RendererManagedComponents.js +134 -140
  357. package/src/main/js/sap/ushell/renderer/Shell.controller.js +29 -22
  358. package/src/main/js/sap/ushell/renderer/Shell.view.js +2 -2
  359. package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +8 -8
  360. package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +1 -1
  361. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  362. package/src/main/js/sap/ushell/renderers/fiori2/Shell.view.js +2 -2
  363. package/src/main/js/sap/ushell/resources.js +1 -1
  364. package/src/main/js/sap/ushell/services/AllMyApps.js +1 -1
  365. package/src/main/js/sap/ushell/services/AppConfiguration.js +2 -2
  366. package/src/main/js/sap/ushell/services/AppLifeCycle.js +19 -22
  367. package/src/main/js/sap/ushell/services/AppState.js +3 -3
  368. package/src/main/js/sap/ushell/services/Bookmark.js +35 -39
  369. package/src/main/js/sap/ushell/services/BookmarkV2.js +6 -8
  370. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  371. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  372. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  373. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +5 -5
  374. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  375. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  376. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  377. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  378. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  379. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  380. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +13 -14
  381. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  382. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  383. package/src/main/js/sap/ushell/services/CommonDataModel.js +82 -78
  384. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  385. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  386. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  387. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +201 -230
  388. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  389. package/src/main/js/sap/ushell/services/EndUserFeedback.js +2 -2
  390. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  391. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  392. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +61 -57
  393. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  394. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  395. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
  396. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  397. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  398. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
  399. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
  400. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  401. package/src/main/js/sap/ushell/services/Menu.js +2 -2
  402. package/src/main/js/sap/ushell/services/Message.js +1 -1
  403. package/src/main/js/sap/ushell/services/MessageBroker/ClientAlias.js +37 -0
  404. package/src/main/js/sap/ushell/services/MessageBroker/ClientConnectionMessage.js +37 -0
  405. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +463 -642
  406. package/src/main/js/sap/ushell/services/MessageBroker.js +126 -48
  407. package/src/main/js/sap/ushell/services/MessageInternal.js +2 -2
  408. package/src/main/js/sap/ushell/services/NavTargetResolutionInternal.js +4 -4
  409. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -2
  410. package/src/main/js/sap/ushell/services/Navigation/utils.js +3 -3
  411. package/src/main/js/sap/ushell/services/Navigation.js +5 -5
  412. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +19 -10
  413. package/src/main/js/sap/ushell/services/NotificationsV2.js +151 -108
  414. package/src/main/js/sap/ushell/services/PageBuilding.js +4 -2
  415. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  416. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  417. package/src/main/js/sap/ushell/services/Pages.js +32 -32
  418. package/src/main/js/sap/ushell/services/Personalization.js +36 -32
  419. package/src/main/js/sap/ushell/services/PersonalizationV2/ContextContainer.js +6 -6
  420. package/src/main/js/sap/ushell/services/PersonalizationV2/Personalizer.js +3 -3
  421. package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapter.js +2 -2
  422. package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapterContainer.js +4 -4
  423. package/src/main/js/sap/ushell/services/PersonalizationV2/utils.js +4 -8
  424. package/src/main/js/sap/ushell/services/PersonalizationV2.js +17 -15
  425. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +3 -3
  426. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
  427. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
  428. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
  429. package/src/main/js/sap/ushell/services/PluginManager.js +22 -22
  430. package/src/main/js/sap/ushell/services/ReferenceResolver.js +2 -2
  431. package/src/main/js/sap/ushell/services/Search.js +1 -1
  432. package/src/main/js/sap/ushell/services/SearchCEP.js +3 -3
  433. package/src/main/js/sap/ushell/services/SearchableContent.js +2 -2
  434. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  435. package/src/main/js/sap/ushell/services/ShellNavigationHashChanger.js +2 -2
  436. package/src/main/js/sap/ushell/services/SmartNavigation.js +2 -3
  437. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  438. package/src/main/js/sap/ushell/services/UITracer.js +5 -5
  439. package/src/main/js/sap/ushell/services/URLParsing.js +2 -2
  440. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  441. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  442. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +15 -15
  443. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  444. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +6 -6
  445. package/src/main/js/sap/ushell/services/UserInfo.js +3 -3
  446. package/src/main/js/sap/ushell/services/UserRecents/RecentAppsUsage.js +2 -2
  447. package/src/main/js/sap/ushell/services/UserRecents/UserRecentsBase.js +6 -6
  448. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  449. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +18 -15
  450. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +3 -3
  451. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  452. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  453. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +3 -3
  454. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +2 -2
  455. package/src/main/js/sap/ushell/services/_Personalization/ContextContainer.js +10 -10
  456. package/src/main/js/sap/ushell/services/_Personalization/PersonalizationContainer.js +8 -8
  457. package/src/main/js/sap/ushell/services/_Personalization/Personalizer.js +14 -14
  458. package/src/main/js/sap/ushell/services/_Personalization/utils.js +2 -2
  459. package/src/main/js/sap/ushell/services/appstate/AppState.js +8 -8
  460. package/src/main/js/sap/ushell/services/appstate/WindowAdapter.js +3 -3
  461. package/src/main/js/sap/ushell/state/modules/BackNavigation.js +7 -24
  462. package/src/main/js/sap/ushell/state/modules/ContentDensity.js +1 -1
  463. package/src/main/js/sap/ushell/state/modules/Favicon.js +1 -1
  464. package/src/main/js/sap/ushell/state/modules/HeaderLogo.js +3 -3
  465. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  466. package/src/main/js/sap/ushell/themes/base/ActionMode.less +1 -1
  467. package/src/main/js/sap/ushell/themes/base/ToolAreaItem.less +1 -1
  468. package/src/main/js/sap/ushell/thirdparty/Avatar.js +7 -7
  469. package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +4 -4
  470. package/src/main/js/sap/ushell/thirdparty/Button2.js +9 -8
  471. package/src/main/js/sap/ushell/thirdparty/FocusableElements.js +1 -1
  472. package/src/main/js/sap/ushell/thirdparty/Icon.js +29 -31
  473. package/src/main/js/sap/ushell/thirdparty/Icons.js +121 -84
  474. package/src/main/js/sap/ushell/thirdparty/IllustratedMessage.js +7 -2
  475. package/src/main/js/sap/ushell/thirdparty/Label.js +3 -3
  476. package/src/main/js/sap/ushell/thirdparty/Link.js +5 -5
  477. package/src/main/js/sap/ushell/thirdparty/List.js +14 -17
  478. package/src/main/js/sap/ushell/thirdparty/ListItemAdditionalText.css.js +2 -2
  479. package/src/main/js/sap/ushell/thirdparty/ListItemBase.js +8 -8
  480. package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +41 -39
  481. package/src/main/js/sap/ushell/thirdparty/ListItemGroup.js +15 -18
  482. package/src/main/js/sap/ushell/thirdparty/Menu.js +8 -8
  483. package/src/main/js/sap/ushell/thirdparty/MenuItem.js +1 -1
  484. package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +16 -16
  485. package/src/main/js/sap/ushell/thirdparty/NotificationList.js +8 -8
  486. package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +14 -14
  487. package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +10 -10
  488. package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +2 -2
  489. package/src/main/js/sap/ushell/thirdparty/ResponsivePopover.js +69 -41
  490. package/src/main/js/sap/ushell/thirdparty/SearchItem.js +5 -5
  491. package/src/main/js/sap/ushell/thirdparty/SearchItemGroup.js +2 -5
  492. package/src/main/js/sap/ushell/thirdparty/SearchMessageArea.js +2 -2
  493. package/src/main/js/sap/ushell/thirdparty/ShellBar.js +58 -27
  494. package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +5 -5
  495. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch.js +1 -1
  496. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch2.js +166 -150
  497. package/src/main/js/sap/ushell/thirdparty/Tag.js +5 -5
  498. package/src/main/js/sap/ushell/thirdparty/Text.js +3 -3
  499. package/src/main/js/sap/ushell/thirdparty/Title.js +3 -3
  500. package/src/main/js/sap/ushell/thirdparty/UserMenu.js +21 -21
  501. package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +3 -3
  502. package/src/main/js/sap/ushell/thirdparty/_dynamics/InputSuggestions.js +1 -1
  503. package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +3 -3
  504. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons.js +2 -1
  505. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons2.js +2 -1
  506. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +93 -12
  507. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +6 -3
  508. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +92 -11
  509. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +6 -3
  510. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +92 -11
  511. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +6 -3
  512. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +92 -11
  513. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +6 -3
  514. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +92 -11
  515. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +6 -3
  516. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +92 -11
  517. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +6 -3
  518. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +92 -11
  519. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +6 -3
  520. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +92 -11
  521. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +7 -4
  522. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +92 -11
  523. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +6 -3
  524. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +75 -15
  525. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en4.js +12 -3
  526. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +92 -11
  527. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +6 -3
  528. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +71 -11
  529. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd4.js +6 -3
  530. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +75 -15
  531. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi4.js +12 -3
  532. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc.js +3 -174
  533. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +174 -756
  534. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +837 -585
  535. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc4.js +596 -0
  536. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +92 -11
  537. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +6 -3
  538. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +92 -11
  539. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +6 -3
  540. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +92 -11
  541. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +6 -3
  542. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +92 -11
  543. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +6 -3
  544. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +92 -11
  545. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +6 -3
  546. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +92 -11
  547. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +6 -3
  548. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +92 -11
  549. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +6 -3
  550. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +95 -14
  551. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +6 -3
  552. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +92 -11
  553. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +6 -3
  554. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +92 -11
  555. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +6 -3
  556. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +92 -11
  557. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +6 -3
  558. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +92 -11
  559. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +6 -3
  560. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +92 -11
  561. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +6 -3
  562. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +92 -11
  563. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +6 -3
  564. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +92 -11
  565. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +6 -3
  566. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +92 -11
  567. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +6 -3
  568. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +94 -13
  569. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +6 -3
  570. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +92 -11
  571. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +6 -3
  572. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +92 -11
  573. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +6 -3
  574. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +92 -11
  575. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +6 -3
  576. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +92 -11
  577. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +6 -3
  578. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +92 -11
  579. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +6 -3
  580. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +92 -11
  581. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +6 -3
  582. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +92 -11
  583. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +6 -3
  584. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +92 -11
  585. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +6 -3
  586. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +92 -11
  587. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +6 -3
  588. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +92 -11
  589. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +6 -3
  590. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +92 -11
  591. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +6 -3
  592. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +92 -11
  593. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +6 -3
  594. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +92 -11
  595. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +6 -3
  596. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +92 -11
  597. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +6 -3
  598. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +92 -11
  599. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +6 -3
  600. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +92 -11
  601. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +6 -3
  602. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +92 -11
  603. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +6 -3
  604. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +92 -11
  605. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +6 -3
  606. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +92 -11
  607. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +6 -3
  608. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +92 -11
  609. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +6 -3
  610. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
  611. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
  612. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
  613. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
  614. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
  615. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
  616. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
  617. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
  618. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
  619. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
  620. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
  621. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
  622. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
  623. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
  624. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
  625. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
  626. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css26.js +1 -1
  627. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css27.js +1 -1
  628. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css4.js +1 -1
  629. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css5.js +1 -1
  630. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css6.js +1 -1
  631. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css7.js +1 -1
  632. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css8.js +1 -1
  633. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css9.js +1 -1
  634. package/src/main/js/sap/ushell/thirdparty/information.js +10 -10
  635. package/src/main/js/sap/ushell/thirdparty/overflow.js +2 -2
  636. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +1 -1
  637. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css2.js +3 -3
  638. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css3.js +1 -1
  639. package/src/main/js/sap/ushell/thirdparty/slim-arrow-down.js +4 -4
  640. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons/AllIcons.js +2 -2
  641. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-business-suite/AllIcons.js +2 -2
  642. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-tnt/AllIcons.js +2 -2
  643. package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +68 -68
  644. package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +3 -3
  645. package/src/main/js/sap/ushell/thirdparty/webcomponents.js +7 -7
  646. package/src/main/js/sap/ushell/ui/QuickAccess.js +10 -12
  647. package/src/main/js/sap/ushell/ui/ShellHeader.js +4 -4
  648. package/src/main/js/sap/ushell/ui/appfinder/AppBoxInternal.js +3 -3
  649. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  650. package/src/main/js/sap/ushell/ui/footerbar/AboutDialog.controller.js +4 -4
  651. package/src/main/js/sap/ushell/ui/footerbar/AddBookmarkButton.js +7 -7
  652. package/src/main/js/sap/ushell/ui/footerbar/ContactSupportDialog.controller.js +1 -1
  653. package/src/main/js/sap/ushell/ui/footerbar/JamShareButton.js +4 -3
  654. package/src/main/js/sap/ushell/ui/launchpad/CatalogsContainer.js +2 -3
  655. package/src/main/js/sap/ushell/ui/launchpad/DashboardGroupsContainer.js +1 -1
  656. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +2 -2
  657. package/src/main/js/sap/ushell/ui/launchpad/LinkTileWrapperRenderer.js +2 -2
  658. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  659. package/src/main/js/sap/ushell/ui/launchpad/TileContainerUtils.js +1 -2
  660. package/src/main/js/sap/ushell/ui/launchpad/TileRenderer.js +2 -2
  661. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  662. package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +3 -2
  663. package/src/main/js/sap/ushell/ui/shell/ShellNavigationMenu.js +20 -20
  664. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  665. package/src/main/js/sap/ushell/ui/tile/TileBase.js +3 -3
  666. package/src/main/js/sap/ushell/ui/utils.js +6 -6
  667. package/src/main/js/sap/ushell/ui5service/ShellUIService.js +3 -0
  668. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  669. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  670. package/src/main/js/sap/ushell/utils/CallbackQueue.js +114 -0
  671. package/src/main/js/sap/ushell/utils/Deferred.js +3 -3
  672. package/src/main/js/sap/ushell/utils/DynamicTileRequest.js +6 -6
  673. package/src/main/js/sap/ushell/utils/HttpClient.js +68 -68
  674. package/src/main/js/sap/ushell/utils/LaunchpadError.js +21 -0
  675. package/src/main/js/sap/ushell/utils/UrlParsing.js +12 -13
  676. package/src/main/js/sap/ushell/utils/UrlShortening.js +2 -2
  677. package/src/main/js/sap/ushell/utils/WindowUtils.js +5 -3
  678. package/src/main/js/sap/ushell/utils/chipsUtils.js +7 -5
  679. package/src/main/js/sap/ushell/utils/tilecard/TileCard.js +2 -2
  680. package/src/main/js/sap/ushell/utils/tilecard/TileCardExtension.js +9 -9
  681. package/src/main/js/sap/ushell/utils/utilsCdm.js +5 -6
  682. package/src/main/js/sap/ushell/utils/workpage/DestinationResolver.js +15 -11
  683. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +18 -19
  684. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +11 -7
  685. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  686. package/src/main/js/sap/ushell/utils.js +45 -65
  687. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  688. package/ui5.yaml +37 -16
  689. package/src/main/js/sap/ushell/thirdparty/getEffectiveScrollbarStyle.js +0 -33
@@ -129,9 +129,9 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
129
129
  parametersBundle_css.jsx(BusyIndicator.BusyIndicator, { id: `${this._id}-button-busy-indicator`, class: "ui5-button-busy-indicator", size: this.iconOnly ? BusyIndicatorSize$1.S : BusyIndicatorSize$1.M, active: true, delay: this.loadingDelay, inert: this.loading })] }));
130
130
  }
131
131
 
132
- Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
133
- Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
134
- var buttonCss = `:host{vertical-align:middle}.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:inline-block}:host{min-width:var(--_ui5-v2-14-0-rc-0_button_base_min_width);height:var(--_ui5-v2-14-0-rc-0_button_base_height);line-height:normal;font-family:var(--_ui5-v2-14-0-rc-0_button_fontFamily);font-size:var(--sapFontSize);text-shadow:var(--_ui5-v2-14-0-rc-0_button_text_shadow);border-radius:var(--_ui5-v2-14-0-rc-0_button_border_radius);cursor:pointer;background-color:var(--sapButton_Background);border:var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);color:var(--sapButton_TextColor);box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-tap-highlight-color:transparent}.ui5-button-root{min-width:inherit;cursor:inherit;height:100%;width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center;outline:none;padding:0 var(--_ui5-v2-14-0-rc-0_button_base_padding);position:relative;background:transparent;border:none;color:inherit;text-shadow:inherit;font:inherit;white-space:inherit;overflow:inherit;text-overflow:inherit;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;-webkit-user-select:none;-moz-user-select:none;user-select:none}:host(:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host(:not([hidden]):not([disabled]).ui5_hovered){background:var(--sapButton_Hover_Background);border:1px solid var(--sapButton_Hover_BorderColor);color:var(--sapButton_Hover_TextColor)}.ui5-button-icon,.ui5-button-end-icon{color:inherit;flex-shrink:0}.ui5-button-end-icon{margin-inline-start:var(--_ui5-v2-14-0-rc-0_button_base_icon_margin)}:host([icon-only]:not([has-end-icon])) .ui5-button-root{min-width:auto;padding:0}:host([icon-only]) .ui5-button-text{display:none}.ui5-button-text{outline:none;position:relative;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([has-icon]:not(:empty)) .ui5-button-text{margin-inline-start:var(--_ui5-v2-14-0-rc-0_button_base_icon_margin)}:host([has-end-icon]:not([has-icon]):empty) .ui5-button-end-icon{margin-inline-start:0}:host([disabled]){opacity:var(--sapContent_DisabledOpacity);pointer-events:unset;cursor:default}:host([has-icon]:not([icon-only]):not([has-end-icon])) .ui5-button-text{min-width:calc(var(--_ui5-v2-14-0-rc-0_button_base_min_width) - var(--_ui5-v2-14-0-rc-0_button_base_icon_margin) - 1rem)}:host([disabled]:active){pointer-events:none}:host([desktop]:not([loading])) .ui5-button-root:focus-within:after,:host(:not([active])) .ui5-button-root:focus-visible:after,:host([desktop][active][design="Emphasized"]) .ui5-button-root:focus-within:after,:host([active][design="Emphasized"]) .ui5-button-root:focus-visible:after,:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{content:"";position:absolute;box-sizing:border-box;inset:.0625rem;border:var(--_ui5-v2-14-0-rc-0_button_focused_border);border-radius:var(--_ui5-v2-14-0-rc-0_button_focused_border_radius)}:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{border-color:var(--_ui5-v2-14-0-rc-0_button_pressed_focused_border_color)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:after,:host([design="Emphasized"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-14-0-rc-0_button_emphasized_focused_border_color)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:before,:host([design="Emphasized"]) .ui5-button-root:focus-visible:before{content:"";position:absolute;box-sizing:border-box;inset:.0625rem;border:var(--_ui5-v2-14-0-rc-0_button_emphasized_focused_border_before);border-radius:var(--_ui5-v2-14-0-rc-0_button_focused_border_radius)}.ui5-button-root::-moz-focus-inner{border:0}bdi{display:block;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([ui5-button][active]:not([disabled]):not([non-interactive])){background-image:none;background-color:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([design="Positive"]){background-color:var(--sapButton_Accept_Background);border-color:var(--sapButton_Accept_BorderColor);color:var(--sapButton_Accept_TextColor)}:host([design="Positive"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Positive"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Accept_Hover_Background);border-color:var(--sapButton_Accept_Hover_BorderColor);color:var(--sapButton_Accept_Hover_TextColor)}:host([ui5-button][design="Positive"][active]:not([non-interactive])){background-color:var(--sapButton_Accept_Active_Background);border-color:var(--sapButton_Accept_Active_BorderColor);color:var(--sapButton_Accept_Active_TextColor)}:host([design="Negative"]){background-color:var(--sapButton_Reject_Background);border-color:var(--sapButton_Reject_BorderColor);color:var(--sapButton_Reject_TextColor)}:host([design="Negative"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Negative"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Reject_Hover_Background);border-color:var(--sapButton_Reject_Hover_BorderColor);color:var(--sapButton_Reject_Hover_TextColor)}:host([ui5-button][design="Negative"][active]:not([non-interactive])){background-color:var(--sapButton_Reject_Active_Background);border-color:var(--sapButton_Reject_Active_BorderColor);color:var(--sapButton_Reject_Active_TextColor)}:host([design="Attention"]){background-color:var(--sapButton_Attention_Background);border-color:var(--sapButton_Attention_BorderColor);color:var(--sapButton_Attention_TextColor)}:host([design="Attention"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Attention"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Attention_Hover_Background);border-color:var(--sapButton_Attention_Hover_BorderColor);color:var(--sapButton_Attention_Hover_TextColor)}:host([ui5-button][design="Attention"][active]:not([non-interactive])){background-color:var(--sapButton_Attention_Active_Background);border-color:var(--sapButton_Attention_Active_BorderColor);color:var(--sapButton_Attention_Active_TextColor)}:host([design="Emphasized"]){background-color:var(--sapButton_Emphasized_Background);border-color:var(--sapButton_Emphasized_BorderColor);border-width:var(--_ui5-v2-14-0-rc-0_button_emphasized_border_width);color:var(--sapButton_Emphasized_TextColor);font-family:var(--sapButton_Emphasized_FontFamily)}:host([design="Emphasized"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Emphasized"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Emphasized_Hover_Background);border-color:var(--sapButton_Emphasized_Hover_BorderColor);border-width:var(--_ui5-v2-14-0-rc-0_button_emphasized_border_width);color:var(--sapButton_Emphasized_Hover_TextColor)}:host([ui5-button][design="Empasized"][active]:not([non-interactive])){background-color:var(--sapButton_Emphasized_Active_Background);border-color:var(--sapButton_Emphasized_Active_BorderColor);color:var(--sapButton_Emphasized_Active_TextColor)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:after,:host([design="Emphasized"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-14-0-rc-0_button_emphasized_focused_border_color);outline:none}:host([design="Emphasized"][desktop][active]:not([non-interactive])) .ui5-button-root:focus-within:after,:host([design="Emphasized"][active]:not([non-interactive])) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-14-0-rc-0_button_emphasized_focused_active_border_color)}:host([design="Transparent"]){background-color:var(--sapButton_Lite_Background);color:var(--sapButton_Lite_TextColor);border-color:var(--sapButton_Lite_BorderColor)}:host([design="Transparent"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Transparent"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Lite_Hover_Background);border-color:var(--sapButton_Lite_Hover_BorderColor);color:var(--sapButton_Lite_Hover_TextColor)}:host([ui5-button][design="Transparent"][active]:not([non-interactive])){background-color:var(--sapButton_Lite_Active_Background);border-color:var(--sapButton_Lite_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([ui5-segmented-button-item][active][desktop]) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item][active]) .ui5-button-root:focus-visible:after,:host([pressed][desktop]) .ui5-button-root:focus-within:after,:host([pressed]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-14-0-rc-0_button_pressed_focused_border_color);outline:none}:host([ui5-segmented-button-item][desktop]:not(:last-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:last-child)) .ui5-button-root:focus-visible:after{border-top-right-radius:var(--_ui5-v2-14-0-rc-0_button_focused_inner_border_radius);border-bottom-right-radius:var(--_ui5-v2-14-0-rc-0_button_focused_inner_border_radius)}:host([ui5-segmented-button-item][desktop]:not(:first-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:first-child)) .ui5-button-root:focus-visible:after{border-top-left-radius:var(--_ui5-v2-14-0-rc-0_button_focused_inner_border_radius);border-bottom-left-radius:var(--_ui5-v2-14-0-rc-0_button_focused_inner_border_radius)}::slotted([slot="badge"][design="InlineText"]){pointer-events:initial;font-family:"72override",var(--sapButton_FontFamily);font-size:var(--sapFontSmallSize);padding-inline-start:.25rem;--_ui5-v2-14-0-rc-0-tag-height: .625rem}::slotted([slot="badge"][design="OverlayText"]){pointer-events:initial;position:absolute;top:0;inset-inline-end:0;margin:-.5rem;z-index:1;font-family:"72override",var(--sapButton_FontFamily);font-size:var(--sapFontSmallSize);--_ui5-v2-14-0-rc-0-tag-height: .625rem}::slotted([slot="badge"][design="AttentionDot"]){pointer-events:initial;content:"";position:absolute;top:0;inset-inline-end:0;margin:-.25rem;z-index:1}:host(:state(has-overlay-badge)){overflow:visible;margin-inline-end:.3125rem}:host([loading]){position:relative;pointer-events:unset}:host([loading]) .ui5-button-root{opacity:var(--sapContent_DisabledOpacity)}:host([loading][design="Emphasized"]){background-color:inherit;border:inherit}:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:inherit;border:inherit}:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover) .ui5-button-root,:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered) .ui5-button-root{background-color:var(--sapButton_Emphasized_Hover_Background)}:host([loading][design="Emphasized"]) .ui5-button-root{background-color:var(--sapButton_Emphasized_Background);border-color:var(--sapButton_Emphasized_BorderColor)}.ui5-button-busy-indicator{position:absolute;height:100%;width:100%;top:0}
132
+ Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
133
+ Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
134
+ var buttonCss = `:host{vertical-align:middle}.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:inline-block}:host{min-width:var(--_ui5-v2-14-0-rc-7_button_base_min_width);height:var(--_ui5-v2-14-0-rc-7_button_base_height);line-height:normal;font-family:var(--_ui5-v2-14-0-rc-7_button_fontFamily);font-size:var(--sapFontSize);text-shadow:var(--_ui5-v2-14-0-rc-7_button_text_shadow);border-radius:var(--_ui5-v2-14-0-rc-7_button_border_radius);cursor:pointer;background-color:var(--sapButton_Background);border:var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);color:var(--sapButton_TextColor);box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-tap-highlight-color:transparent}.ui5-button-root{min-width:inherit;cursor:inherit;height:100%;width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center;outline:none;padding:0 var(--_ui5-v2-14-0-rc-7_button_base_padding);position:relative;background:transparent;border:none;color:inherit;text-shadow:inherit;font:inherit;white-space:inherit;overflow:inherit;text-overflow:inherit;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;-webkit-user-select:none;-moz-user-select:none;user-select:none}:host(:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host(:not([hidden]):not([disabled]).ui5_hovered){background:var(--sapButton_Hover_Background);border:1px solid var(--sapButton_Hover_BorderColor);color:var(--sapButton_Hover_TextColor)}.ui5-button-icon,.ui5-button-end-icon{color:inherit;flex-shrink:0}.ui5-button-end-icon{margin-inline-start:var(--_ui5-v2-14-0-rc-7_button_base_icon_margin)}:host([icon-only]:not([has-end-icon])) .ui5-button-root{min-width:auto;padding:0}:host([icon-only]) .ui5-button-text{display:none}.ui5-button-text{outline:none;position:relative;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([has-icon]:not(:empty)) .ui5-button-text{margin-inline-start:var(--_ui5-v2-14-0-rc-7_button_base_icon_margin)}:host([has-end-icon]:not([has-icon]):empty) .ui5-button-end-icon{margin-inline-start:0}:host([disabled]){opacity:var(--sapContent_DisabledOpacity);pointer-events:unset;cursor:default}:host([has-icon]:not([icon-only]):not([has-end-icon])) .ui5-button-text{min-width:calc(var(--_ui5-v2-14-0-rc-7_button_base_min_width) - var(--_ui5-v2-14-0-rc-7_button_base_icon_margin) - 1rem)}:host([disabled]:active){pointer-events:none}:host([desktop]:not([loading])) .ui5-button-root:focus-within:after,:host(:not([active])) .ui5-button-root:focus-visible:after,:host([desktop][active][design="Emphasized"]) .ui5-button-root:focus-within:after,:host([active][design="Emphasized"]) .ui5-button-root:focus-visible:after,:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{content:"";position:absolute;box-sizing:border-box;inset:.0625rem;border:var(--_ui5-v2-14-0-rc-7_button_focused_border);border-radius:var(--_ui5-v2-14-0-rc-7_button_focused_border_radius)}:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{border-color:var(--_ui5-v2-14-0-rc-7_button_pressed_focused_border_color)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:after,:host([design="Emphasized"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-14-0-rc-7_button_emphasized_focused_border_color)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:before,:host([design="Emphasized"]) .ui5-button-root:focus-visible:before{content:"";position:absolute;box-sizing:border-box;inset:.0625rem;border:var(--_ui5-v2-14-0-rc-7_button_emphasized_focused_border_before);border-radius:var(--_ui5-v2-14-0-rc-7_button_focused_border_radius)}.ui5-button-root::-moz-focus-inner{border:0}bdi{display:block;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([ui5-button][active]:not([disabled]):not([non-interactive])){background-image:none;background-color:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([design="Positive"]){background-color:var(--sapButton_Accept_Background);border-color:var(--sapButton_Accept_BorderColor);color:var(--sapButton_Accept_TextColor)}:host([design="Positive"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Positive"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Accept_Hover_Background);border-color:var(--sapButton_Accept_Hover_BorderColor);color:var(--sapButton_Accept_Hover_TextColor)}:host([ui5-button][design="Positive"][active]:not([non-interactive])){background-color:var(--sapButton_Accept_Active_Background);border-color:var(--sapButton_Accept_Active_BorderColor);color:var(--sapButton_Accept_Active_TextColor)}:host([design="Negative"]){background-color:var(--sapButton_Reject_Background);border-color:var(--sapButton_Reject_BorderColor);color:var(--sapButton_Reject_TextColor)}:host([design="Negative"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Negative"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Reject_Hover_Background);border-color:var(--sapButton_Reject_Hover_BorderColor);color:var(--sapButton_Reject_Hover_TextColor)}:host([ui5-button][design="Negative"][active]:not([non-interactive])){background-color:var(--sapButton_Reject_Active_Background);border-color:var(--sapButton_Reject_Active_BorderColor);color:var(--sapButton_Reject_Active_TextColor)}:host([design="Attention"]){background-color:var(--sapButton_Attention_Background);border-color:var(--sapButton_Attention_BorderColor);color:var(--sapButton_Attention_TextColor)}:host([design="Attention"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Attention"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Attention_Hover_Background);border-color:var(--sapButton_Attention_Hover_BorderColor);color:var(--sapButton_Attention_Hover_TextColor)}:host([ui5-button][design="Attention"][active]:not([non-interactive])){background-color:var(--sapButton_Attention_Active_Background);border-color:var(--sapButton_Attention_Active_BorderColor);color:var(--sapButton_Attention_Active_TextColor)}:host([design="Emphasized"]){background-color:var(--sapButton_Emphasized_Background);border-color:var(--sapButton_Emphasized_BorderColor);border-width:var(--_ui5-v2-14-0-rc-7_button_emphasized_border_width);color:var(--sapButton_Emphasized_TextColor);font-family:var(--sapButton_Emphasized_FontFamily)}:host([design="Emphasized"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Emphasized"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Emphasized_Hover_Background);border-color:var(--sapButton_Emphasized_Hover_BorderColor);border-width:var(--_ui5-v2-14-0-rc-7_button_emphasized_border_width);color:var(--sapButton_Emphasized_Hover_TextColor)}:host([ui5-button][design="Empasized"][active]:not([non-interactive])){background-color:var(--sapButton_Emphasized_Active_Background);border-color:var(--sapButton_Emphasized_Active_BorderColor);color:var(--sapButton_Emphasized_Active_TextColor)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:after,:host([design="Emphasized"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-14-0-rc-7_button_emphasized_focused_border_color);outline:none}:host([design="Emphasized"][desktop][active]:not([non-interactive])) .ui5-button-root:focus-within:after,:host([design="Emphasized"][active]:not([non-interactive])) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-14-0-rc-7_button_emphasized_focused_active_border_color)}:host([design="Transparent"]){background-color:var(--sapButton_Lite_Background);color:var(--sapButton_Lite_TextColor);border-color:var(--sapButton_Lite_BorderColor)}:host([design="Transparent"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Transparent"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Lite_Hover_Background);border-color:var(--sapButton_Lite_Hover_BorderColor);color:var(--sapButton_Lite_Hover_TextColor)}:host([ui5-button][design="Transparent"][active]:not([non-interactive])){background-color:var(--sapButton_Lite_Active_Background);border-color:var(--sapButton_Lite_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([ui5-segmented-button-item][active][desktop]) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item][active]) .ui5-button-root:focus-visible:after,:host([pressed][desktop]) .ui5-button-root:focus-within:after,:host([pressed]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-14-0-rc-7_button_pressed_focused_border_color);outline:none}:host([ui5-segmented-button-item][desktop]:not(:last-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:last-child)) .ui5-button-root:focus-visible:after{border-top-right-radius:var(--_ui5-v2-14-0-rc-7_button_focused_inner_border_radius);border-bottom-right-radius:var(--_ui5-v2-14-0-rc-7_button_focused_inner_border_radius)}:host([ui5-segmented-button-item][desktop]:not(:first-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:first-child)) .ui5-button-root:focus-visible:after{border-top-left-radius:var(--_ui5-v2-14-0-rc-7_button_focused_inner_border_radius);border-bottom-left-radius:var(--_ui5-v2-14-0-rc-7_button_focused_inner_border_radius)}::slotted([slot="badge"][design="InlineText"]){pointer-events:initial;font-family:var(--sapButton_FontFamily);font-size:var(--sapFontSmallSize);padding-inline-start:.25rem;--_ui5-v2-14-0-rc-7-tag-height: .625rem}::slotted([slot="badge"][design="OverlayText"]){pointer-events:initial;position:absolute;top:0;inset-inline-end:0;margin:-.5rem;z-index:1;font-family:var(--sapButton_FontFamily);font-size:var(--sapFontSmallSize);--_ui5-v2-14-0-rc-7-tag-height: .625rem}::slotted([slot="badge"][design="AttentionDot"]){pointer-events:initial;content:"";position:absolute;top:0;inset-inline-end:0;margin:-.25rem;z-index:1}:host(:state(has-overlay-badge)){overflow:visible;margin-inline-end:.3125rem}:host([loading]){position:relative;pointer-events:unset}:host([loading]) .ui5-button-root{opacity:var(--sapContent_DisabledOpacity)}:host([loading][design="Emphasized"]){background-color:inherit;border:inherit}:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:inherit;border:inherit}:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover) .ui5-button-root,:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered) .ui5-button-root{background-color:var(--sapButton_Emphasized_Hover_Background)}:host([loading][design="Emphasized"]) .ui5-button-root{background-color:var(--sapButton_Emphasized_Background);border-color:var(--sapButton_Emphasized_BorderColor)}.ui5-button-busy-indicator{position:absolute;height:100%;width:100%;top:0}
135
135
  `;
136
136
 
137
137
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -380,7 +380,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
380
380
  webcomponentsBase.i$1(this);
381
381
  }
382
382
  if (this._isReset) {
383
- webcomponentsBase.m$2(this);
383
+ webcomponentsBase.m$1(this);
384
384
  }
385
385
  if (Icons.h()) {
386
386
  this.getDomRef()?.focus();
@@ -406,8 +406,8 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
406
406
  }
407
407
  }
408
408
  _onkeydown(e) {
409
- this._cancelAction = webcomponentsBase.Ao(e) || webcomponentsBase.H(e);
410
- if (webcomponentsBase.i(e) || webcomponentsBase.b$1(e)) {
409
+ this._cancelAction = webcomponentsBase.Ko(e) || webcomponentsBase.m$2(e);
410
+ if (webcomponentsBase.A(e) || webcomponentsBase.b$1(e)) {
411
411
  this._setActiveState(true);
412
412
  }
413
413
  else if (this._cancelAction) {
@@ -418,7 +418,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
418
418
  if (this._cancelAction) {
419
419
  e.preventDefault();
420
420
  }
421
- if (webcomponentsBase.i(e) || webcomponentsBase.b$1(e)) {
421
+ if (webcomponentsBase.A(e) || webcomponentsBase.b$1(e)) {
422
422
  if (this.active) {
423
423
  this._setActiveState(false);
424
424
  }
@@ -479,10 +479,11 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
479
479
  return this.nonInteractive ? -1 : Number.parseInt(this.forcedTabIndex);
480
480
  }
481
481
  get ariaLabelText() {
482
+ const textContent = this.textContent || "";
482
483
  const ariaLabelText = AccessibilityTextsHelper.A(this) || "";
483
484
  const typeLabelText = this.hasButtonType ? this.buttonTypeText : "";
484
485
  const internalLabelText = this.effectiveBadgeDescriptionText || "";
485
- const labelParts = [ariaLabelText, typeLabelText, internalLabelText].filter(part => part);
486
+ const labelParts = [textContent, ariaLabelText, typeLabelText, internalLabelText].filter(part => part);
486
487
  return labelParts.join(" ");
487
488
  }
488
489
  get ariaDescriptionText() {
@@ -2,7 +2,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thir
2
2
 
3
3
  const n=/^(?:a|area)$/i,a=/^(?:input|select|textarea|button)$/i,r=e=>{if(e.disabled)return false;const t=e.getAttribute("tabindex");return t!=null?parseInt(t)>=0:a.test(e.nodeName)||n.test(e.nodeName)&&!!e.href};
4
4
 
5
- const c=e=>e.hasAttribute("data-ui5-focus-trap"),d=e=>{const l=getComputedStyle(e);return e.scrollHeight>e.clientHeight&&["scroll","auto"].indexOf(l.overflowY)>=0||e.scrollWidth>e.clientWidth&&["scroll","auto"].indexOf(l.overflowX)>=0},b=async(e,l)=>!e||ListItemBase.i(e)?null:m(e,true),H=async(e,l)=>!e||ListItemBase.i(e)?null:m(e,false),T=e=>e.hasAttribute("data-ui5-focus-redirect")||!ListItemBase.i(e),L=e=>{if(webcomponentsBase.v(e)){const l=e.getAttribute("tabindex");if(l!==null&&parseInt(l)<0)return true}return false},m=async(e,l,r$1)=>{let t,s,n=-1;e.shadowRoot?t=l?e.shadowRoot.firstChild:e.shadowRoot.lastChild:e instanceof HTMLSlotElement&&e.assignedNodes()?(s=e.assignedElements(),n=l?0:s.length-1,t=s[n]):t=l?e.firstElementChild:e.lastElementChild;let i;for(;t;){const u=t;if(!ListItemBase.i(u)&&!L(u)){if(webcomponentsBase.v(t)&&(await t._waitForDomRef(),t=t.getDomRef()),!t||ListItemBase.i(t))return null;if(t.nodeType===1&&T(t)&&!c(t)){if(r(t)||(i=await m(t,l),!Icons.h()&&!i&&d(t)))return t&&typeof t.focus=="function"?t:null;if(i)return i&&typeof i.focus=="function"?i:null}}t=l?u.nextElementSibling:u.previousElementSibling,s&&!s[n].contains(t)&&(n=l?n+1:n-1,t=s[n]);}return null};
5
+ const c=e=>e.hasAttribute("data-ui5-focus-trap"),d=e=>{const l=getComputedStyle(e);return e.scrollHeight>e.clientHeight&&["scroll","auto"].indexOf(l.overflowY)>=0||e.scrollWidth>e.clientWidth&&["scroll","auto"].indexOf(l.overflowX)>=0},b=async(e,l)=>!e||ListItemBase.i(e)?null:u(e,true),H=async(e,l)=>!e||ListItemBase.i(e)?null:u(e,false),T=e=>e.hasAttribute("data-ui5-focus-redirect")||!ListItemBase.i(e),L=e=>{if(webcomponentsBase.v(e)){const l=e.getAttribute("tabindex");if(l!==null&&parseInt(l)<0)return true}return false},u=async(e,l,r$1)=>{let t,s,n=-1;e.shadowRoot?t=l?e.shadowRoot.firstElementChild:e.shadowRoot.lastElementChild:e instanceof HTMLSlotElement&&e.assignedNodes()?(s=e.assignedElements(),n=l?0:s.length-1,t=s[n]):t=l?e.firstElementChild:e.lastElementChild;let i;for(;t;){const m=t;if(!ListItemBase.i(m)&&!L(m)){if(webcomponentsBase.v(t)&&(await t._waitForDomRef(),t=t.getDomRef()),!t||ListItemBase.i(t))return null;if(t.nodeType===1&&T(t)&&!c(t)){if(r(t)||(i=await u(t,l),!Icons.h()&&!i&&d(t)))return t&&typeof t.focus=="function"?t:null;if(i)return i&&typeof i.focus=="function"?i:null}}t=l?m.nextElementSibling:m.previousElementSibling,s&&!s[n].contains(t)&&(n=l?n+1:n-1,t=s[n]);}return null};
6
6
 
7
7
  exports.H = H;
8
8
  exports.b = b;
@@ -2,27 +2,16 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
2
2
 
3
3
  function IconTemplate() {
4
4
  return (parametersBundle_css.jsxs("svg", { class: "ui5-icon-root", part: "root", tabindex: this._tabIndex, dir: this._dir, viewBox: this.viewBox, role: this.effectiveAccessibleRole, focusable: "false", preserveAspectRatio: "xMidYMid meet", "aria-label": this.effectiveAccessibleName, "aria-hidden": this.effectiveAriaHidden, xmlns: "http://www.w3.org/2000/svg", onKeyDown: this._onkeydown, onKeyUp: this._onkeyup, children: [this.hasIconTooltip &&
5
- parametersBundle_css.jsxs("title", { id: `${this._id}-tooltip`, children: [" ", this.effectiveAccessibleName, " "] }), parametersBundle_css.jsxs("g", { role: "presentation", children: [this.customSvg && svgTemplate.call(this, this.customSvg), this.pathData.map(path => (parametersBundle_css.jsx("path", { d: path })))] })] }));
5
+ parametersBundle_css.jsxs("title", { id: `${this._id}-tooltip`, children: [" ", this.effectiveAccessibleName, " "] }), parametersBundle_css.jsx("g", { role: "presentation", children: content.call(this) })] }));
6
6
  }
7
- function svgTemplate(template) {
8
- if (template.strings) {
9
- return parametersBundle_css.jsx("g", { dangerouslySetInnerHTML: { __html: renderLegacySVGTemplate(this.customSvg) ?? "" } });
7
+ function content() {
8
+ if (this.customTemplate) {
9
+ return this.customTemplate;
10
10
  }
11
- return template;
12
- }
13
- // Renders legacy (lit) SVG template
14
- function renderLegacySVGTemplate(customTemplate) {
15
- const { strings, values } = customTemplate;
16
- return strings.map((str, i) => {
17
- const value = values && values[i];
18
- if (typeof value === "string") {
19
- return str + value;
20
- }
21
- if (typeof value === "object" && value?.strings) {
22
- return str + renderLegacySVGTemplate(value);
23
- }
24
- return str;
25
- }).join("");
11
+ if (this.customTemplateAsString) {
12
+ return parametersBundle_css.jsx("g", { dangerouslySetInnerHTML: { __html: this.customTemplateAsString } });
13
+ }
14
+ return this.pathData.map(path => (parametersBundle_css.jsx("path", { d: path })));
26
15
  }
27
16
 
28
17
  /**
@@ -55,9 +44,9 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
55
44
  })(IconMode || (IconMode = {}));
56
45
  var IconMode$1 = IconMode;
57
46
 
58
- Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
59
- Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
60
- var iconCss = `:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host([hidden]){display:none}:host([invalid]){display:none}:host(:not([hidden]).ui5_hovered){opacity:.7}:host{display:inline-block;width:1rem;height:1rem;color:var(--sapContent_IconColor);fill:currentColor;outline:none}:host([design="Contrast"]){color:var(--sapContent_ContrastIconColor)}:host([design="Critical"]){color:var(--sapCriticalElementColor)}:host([design="Information"]){color:var(--sapInformativeElementColor)}:host([design="Negative"]){color:var(--sapNegativeElementColor)}:host([design="Neutral"]){color:var(--sapNeutralElementColor)}:host([design="NonInteractive"]){color:var(--sapContent_NonInteractiveIconColor)}:host([design="Positive"]){color:var(--sapPositiveElementColor)}:host([mode="Interactive"][desktop]) .ui5-icon-root:focus,:host([mode="Interactive"]) .ui5-icon-root:focus-visible{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--ui5-v2-14-0-rc-0-icon-focus-border-radius)}.ui5-icon-root{display:flex;height:100%;width:100%;outline:none;vertical-align:top}:host([mode="Interactive"]){cursor:pointer}.ui5-icon-root:not([dir=ltr])>g{transform:var(--_ui5-v2-14-0-rc-0_icon_transform_scale);transform-origin:center}
47
+ Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
48
+ Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
49
+ var iconCss = `:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host([hidden]){display:none}:host([invalid]){display:none}:host(:not([hidden]).ui5_hovered){opacity:.7}:host{display:inline-block;width:1rem;height:1rem;color:var(--sapContent_IconColor);fill:currentColor;outline:none}:host([design="Contrast"]){color:var(--sapContent_ContrastIconColor)}:host([design="Critical"]){color:var(--sapCriticalElementColor)}:host([design="Information"]){color:var(--sapInformativeElementColor)}:host([design="Negative"]){color:var(--sapNegativeElementColor)}:host([design="Neutral"]){color:var(--sapNeutralElementColor)}:host([design="NonInteractive"]){color:var(--sapContent_NonInteractiveIconColor)}:host([design="Positive"]){color:var(--sapPositiveElementColor)}:host([mode="Interactive"][desktop]) .ui5-icon-root:focus,:host([mode="Interactive"]) .ui5-icon-root:focus-visible{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--ui5-v2-14-0-rc-7-icon-focus-border-radius)}.ui5-icon-root{display:flex;height:100%;width:100%;outline:none;vertical-align:top}:host([mode="Interactive"]){cursor:pointer}.ui5-icon-root:not([dir=ltr])>g{transform:var(--_ui5-v2-14-0-rc-7_icon_transform_scale);transform-origin:center}
61
50
  `;
62
51
 
63
52
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -178,12 +167,12 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
178
167
  if (webcomponentsBase.b$1(e)) {
179
168
  this.fireDecoratorEvent("click");
180
169
  }
181
- if (webcomponentsBase.i(e)) {
170
+ if (webcomponentsBase.A(e)) {
182
171
  e.preventDefault(); // prevent scrolling
183
172
  }
184
173
  }
185
174
  _onkeyup(e) {
186
- if (this.mode === IconMode$1.Interactive && webcomponentsBase.i(e)) {
175
+ if (this.mode === IconMode$1.Interactive && webcomponentsBase.A(e)) {
187
176
  this.fireDecoratorEvent("click");
188
177
  }
189
178
  }
@@ -219,7 +208,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
219
208
  if (!name) {
220
209
  return;
221
210
  }
222
- let iconData = Icons.u(name);
211
+ let iconData = Icons.D(name);
223
212
  if (!iconData) {
224
213
  iconData = await Icons.n(name);
225
214
  }
@@ -234,13 +223,17 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
234
223
  return console.warn(`Required icon is not registered. You can either import the icon as a module in order to use it e.g. "sap/ushell/gen/ui5/webcomponents-icons/dist/${name.replace("sap-icon://", "")}.js", or setup a JSON build step and import "sap/ushell/gen/ui5/webcomponents-icons/dist/AllIcons.js".`);
235
224
  }
236
225
  this.viewBox = iconData.viewBox || "0 0 512 512";
237
- if (iconData.customTemplate) {
238
- iconData.pathData = [];
239
- this.customSvg = webcomponentsBase.n(iconData.customTemplate, this);
226
+ if ("customTemplate" in iconData && iconData.customTemplate) {
227
+ this.customTemplate = webcomponentsBase.n$1(iconData.customTemplate, this);
228
+ }
229
+ if ("customTemplateAsString" in iconData) {
230
+ this.customTemplateAsString = iconData.customTemplateAsString;
240
231
  }
241
232
  // in case a new valid name is set, show the icon
242
233
  this.invalid = false;
243
- this.pathData = Array.isArray(iconData.pathData) ? iconData.pathData : [iconData.pathData];
234
+ if ("pathData" in iconData && iconData.pathData) {
235
+ this.pathData = Array.isArray(iconData.pathData) ? iconData.pathData : [iconData.pathData];
236
+ }
244
237
  this.accData = iconData.accData;
245
238
  this.ltr = iconData.ltr;
246
239
  this.packageName = iconData.packageName;
@@ -248,8 +241,13 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
248
241
  this.effectiveAccessibleName = this.accessibleName;
249
242
  }
250
243
  else if (this.accData) {
251
- const i18nBundle = await Icons.f$3(this.packageName);
252
- this.effectiveAccessibleName = i18nBundle.getText(this.accData) || undefined;
244
+ if (this.packageName) {
245
+ const i18nBundle = await Icons.f$2(this.packageName);
246
+ this.effectiveAccessibleName = i18nBundle.getText(this.accData) || undefined;
247
+ }
248
+ else {
249
+ this.effectiveAccessibleName = this.accData?.defaultText || undefined;
250
+ }
253
251
  }
254
252
  else {
255
253
  this.effectiveAccessibleName = undefined;