@sapui5/sap.ushell 1.141.1 → 1.141.3

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 (567) hide show
  1. package/package.json +1 -1
  2. package/src/main/js/sap/ushell/.library +1 -1
  3. package/src/main/js/sap/ushell/ApplicationType/urlTemplateResolution.js +0 -10
  4. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  5. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  6. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  7. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  8. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  9. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
  10. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
  11. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
  12. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
  13. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
  14. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  15. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  16. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  17. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  18. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  19. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  20. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  64. package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +1 -1
  65. package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +1 -1
  66. package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +1 -1
  67. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -1
  68. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
  69. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
  70. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
  71. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
  72. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
  73. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
  74. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
  75. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
  76. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +1 -1
  77. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
  78. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
  79. package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
  80. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  81. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
  82. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
  83. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
  84. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
  85. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
  86. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
  87. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
  88. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
  89. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
  90. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
  91. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  92. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  93. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
  94. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  95. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  96. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  97. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
  98. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  99. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  100. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  101. package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +1 -1
  102. package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
  103. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  104. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
  105. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
  106. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  107. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  108. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  109. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  110. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  111. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  112. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  113. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  114. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  115. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  116. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
  117. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  118. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  119. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  120. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  121. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  122. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  123. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
  124. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  125. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
  126. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  127. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  128. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  129. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  130. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  131. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  132. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  133. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/FrequentActivityProvider.js +1 -1
  134. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/RecentSearchProvider.js +1 -1
  135. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchProvider.js +1 -1
  136. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchServiceProvider.js +1 -1
  137. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/manifest.json +1 -1
  138. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  139. package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
  140. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
  141. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  142. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  143. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  144. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  145. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  146. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  147. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  148. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  149. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  150. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  151. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  152. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  153. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  154. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  155. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  156. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  157. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  158. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Avatar.js +31 -30
  159. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Button.js +61 -64
  160. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Label.js +21 -20
  161. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItem.js +21 -32
  162. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemBase.js +12 -19
  163. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemGroup.js +45 -44
  164. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Menu.js +51 -50
  165. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +56 -51
  166. package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +217 -195
  167. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/IllustratedMessage.js +26 -25
  168. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationList.js +39 -38
  169. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +29 -20
  170. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItem.js +40 -31
  171. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItemBase.js +15 -14
  172. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/Search.js +41 -40
  173. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItem.js +28 -19
  174. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItemGroup.js +10 -9
  175. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchMessageArea.js +15 -14
  176. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchScope.js +15 -14
  177. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBar.js +103 -102
  178. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarBranding.js +22 -21
  179. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarItem.js +25 -24
  180. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSearch.js +39 -38
  181. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSpacer.js +14 -13
  182. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +49 -48
  183. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuAccount.js +21 -20
  184. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuItem.js +12 -11
  185. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +323 -387
  186. package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +649 -841
  187. package/src/main/js/sap/ushell/library.js +1 -1
  188. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  189. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  190. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  191. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  192. package/src/main/js/sap/ushell/renderer/Renderer.js +2 -2
  193. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  194. package/src/main/js/sap/ushell/services/AppLifeCycle.js +1 -1
  195. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  196. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  197. package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
  198. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  199. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  200. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  201. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  202. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  203. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  204. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  205. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  206. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  207. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  208. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  209. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  210. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  211. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  212. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  213. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  214. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  215. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  216. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  217. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  218. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  219. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
  220. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  221. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  222. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
  223. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  224. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  225. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
  226. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
  227. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  228. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  229. package/src/main/js/sap/ushell/services/Message.js +1 -1
  230. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +1 -1
  231. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  232. package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
  233. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
  234. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  235. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  236. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  237. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  238. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  239. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  240. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  241. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  242. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  243. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
  244. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
  245. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
  246. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
  247. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  248. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  249. package/src/main/js/sap/ushell/services/Search.js +1 -1
  250. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  251. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  252. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  253. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  254. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  255. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  256. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  257. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  258. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  259. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  260. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  261. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  262. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  263. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  264. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  265. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  266. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  267. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  268. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  269. package/src/main/js/sap/ushell/state/modules/BackNavigation.js +1 -1
  270. package/src/main/js/sap/ushell/state/modules/ContentDensity.js +1 -1
  271. package/src/main/js/sap/ushell/state/modules/Favicon.js +2 -2
  272. package/src/main/js/sap/ushell/state/modules/HeaderLogo.js +3 -3
  273. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  274. package/src/main/js/sap/ushell/thirdparty/Avatar.js +1 -1
  275. package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +2 -2
  276. package/src/main/js/sap/ushell/thirdparty/Button2.js +17 -6
  277. package/src/main/js/sap/ushell/thirdparty/Icon.js +2 -2
  278. package/src/main/js/sap/ushell/thirdparty/Icons.js +82 -82
  279. package/src/main/js/sap/ushell/thirdparty/Link.js +2 -2
  280. package/src/main/js/sap/ushell/thirdparty/List.js +52 -53
  281. package/src/main/js/sap/ushell/thirdparty/ListItemAdditionalText.css.js +1 -1
  282. package/src/main/js/sap/ushell/thirdparty/ListItemBase.js +4 -4
  283. package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +8 -8
  284. package/src/main/js/sap/ushell/thirdparty/ListItemGroup.js +5 -5
  285. package/src/main/js/sap/ushell/thirdparty/Menu.js +1 -1
  286. package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +3 -3
  287. package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +1 -1
  288. package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +1 -1
  289. package/src/main/js/sap/ushell/thirdparty/ResponsivePopover.js +19 -13
  290. package/src/main/js/sap/ushell/thirdparty/SearchItem.js +32 -3
  291. package/src/main/js/sap/ushell/thirdparty/ShellBar.js +6 -6
  292. package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +1 -1
  293. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch2.js +102 -29
  294. package/src/main/js/sap/ushell/thirdparty/Tag.js +2 -2
  295. package/src/main/js/sap/ushell/thirdparty/Text.js +2 -2
  296. package/src/main/js/sap/ushell/thirdparty/Title.js +1 -1
  297. package/src/main/js/sap/ushell/thirdparty/UserMenu.js +3 -3
  298. package/src/main/js/sap/ushell/thirdparty/_dynamics/InputComposition.js +35 -0
  299. package/src/main/js/sap/ushell/thirdparty/_dynamics/InputSuggestions.js +3 -3
  300. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar.js +858 -174
  301. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +603 -837
  302. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg.js +858 -174
  303. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +603 -837
  304. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca.js +858 -174
  305. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +603 -837
  306. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr.js +858 -174
  307. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +603 -837
  308. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs.js +858 -174
  309. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +603 -837
  310. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy.js +858 -174
  311. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +603 -837
  312. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da.js +858 -174
  313. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +603 -837
  314. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de.js +858 -174
  315. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +603 -837
  316. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el.js +858 -174
  317. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +603 -837
  318. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en.js +858 -3
  319. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +603 -174
  320. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB.js +858 -174
  321. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +603 -837
  322. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd.js +858 -3
  323. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +603 -174
  324. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi.js +858 -3
  325. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +603 -174
  326. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc.js +858 -3
  327. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +603 -174
  328. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es.js +858 -174
  329. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +603 -837
  330. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX.js +858 -174
  331. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +603 -837
  332. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et.js +858 -174
  333. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +603 -837
  334. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi.js +858 -174
  335. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +603 -837
  336. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr.js +858 -174
  337. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +603 -837
  338. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA.js +858 -174
  339. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +603 -837
  340. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi.js +858 -174
  341. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +603 -837
  342. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr.js +858 -174
  343. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +603 -837
  344. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu.js +858 -174
  345. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +603 -837
  346. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id.js +858 -174
  347. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +603 -837
  348. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it.js +858 -174
  349. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +603 -837
  350. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw.js +858 -174
  351. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +603 -837
  352. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja.js +858 -174
  353. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +603 -837
  354. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk.js +858 -174
  355. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +603 -837
  356. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko.js +858 -174
  357. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +603 -837
  358. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt.js +858 -174
  359. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +603 -837
  360. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv.js +858 -174
  361. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +603 -837
  362. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk.js +858 -174
  363. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +603 -837
  364. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms.js +858 -174
  365. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +603 -837
  366. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl.js +858 -174
  367. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +603 -837
  368. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no.js +858 -174
  369. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +603 -837
  370. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl.js +858 -174
  371. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +603 -837
  372. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt.js +858 -174
  373. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +603 -837
  374. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT.js +858 -174
  375. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +603 -837
  376. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro.js +858 -174
  377. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +603 -837
  378. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru.js +858 -174
  379. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +603 -837
  380. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh.js +858 -174
  381. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +603 -837
  382. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk.js +858 -174
  383. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +603 -837
  384. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl.js +858 -174
  385. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +603 -837
  386. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr.js +858 -174
  387. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +603 -837
  388. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv.js +858 -174
  389. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +603 -837
  390. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th.js +858 -174
  391. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +603 -837
  392. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr.js +858 -174
  393. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +603 -837
  394. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk.js +858 -174
  395. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +603 -837
  396. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi.js +858 -174
  397. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +603 -837
  398. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN.js +858 -174
  399. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +603 -837
  400. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW.js +858 -174
  401. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +603 -837
  402. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
  403. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
  404. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
  405. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
  406. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
  407. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
  408. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
  409. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
  410. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
  411. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
  412. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
  413. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
  414. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
  415. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
  416. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css26.js +1 -1
  417. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css27.js +1 -1
  418. package/src/main/js/sap/ushell/thirdparty/i18n-defaults2.js +2 -0
  419. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +1 -1
  420. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css3.js +1 -1
  421. package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +11 -10
  422. package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +52 -52
  423. package/src/main/js/sap/ushell/thirdparty/webcomponents.js +52 -263
  424. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  425. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  426. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  427. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  428. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  429. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  430. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  431. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  432. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  433. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
  434. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
  435. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  436. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  437. package/src/main/js/sap/ushell/thirdparty/_dynamics/ar.js +0 -7139
  438. package/src/main/js/sap/ushell/thirdparty/_dynamics/ar_EG.js +0 -7139
  439. package/src/main/js/sap/ushell/thirdparty/_dynamics/ar_SA.js +0 -7138
  440. package/src/main/js/sap/ushell/thirdparty/_dynamics/bg.js +0 -6031
  441. package/src/main/js/sap/ushell/thirdparty/_dynamics/ca.js +0 -6133
  442. package/src/main/js/sap/ushell/thirdparty/_dynamics/cnr.js +0 -6219
  443. package/src/main/js/sap/ushell/thirdparty/_dynamics/cs.js +0 -6759
  444. package/src/main/js/sap/ushell/thirdparty/_dynamics/da.js +0 -5977
  445. package/src/main/js/sap/ushell/thirdparty/_dynamics/de.js +0 -6098
  446. package/src/main/js/sap/ushell/thirdparty/_dynamics/de_AT.js +0 -6099
  447. package/src/main/js/sap/ushell/thirdparty/_dynamics/de_CH.js +0 -6097
  448. package/src/main/js/sap/ushell/thirdparty/_dynamics/el.js +0 -5882
  449. package/src/main/js/sap/ushell/thirdparty/_dynamics/el_CY.js +0 -5882
  450. package/src/main/js/sap/ushell/thirdparty/_dynamics/en.js +0 -6094
  451. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_AU.js +0 -6134
  452. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_GB.js +0 -6125
  453. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_HK.js +0 -6136
  454. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_IE.js +0 -6125
  455. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_IN.js +0 -6132
  456. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_NZ.js +0 -6125
  457. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_PG.js +0 -6126
  458. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_SG.js +0 -6132
  459. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_ZA.js +0 -6126
  460. package/src/main/js/sap/ushell/thirdparty/_dynamics/es.js +0 -6153
  461. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_AR.js +0 -6156
  462. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_BO.js +0 -6155
  463. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_CL.js +0 -6048
  464. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_CO.js +0 -6048
  465. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_MX.js +0 -6157
  466. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_PE.js +0 -5939
  467. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_UY.js +0 -5941
  468. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_VE.js +0 -5940
  469. package/src/main/js/sap/ushell/thirdparty/_dynamics/et.js +0 -6077
  470. package/src/main/js/sap/ushell/thirdparty/_dynamics/fa.js +0 -6002
  471. package/src/main/js/sap/ushell/thirdparty/_dynamics/fi.js +0 -6245
  472. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr.js +0 -6047
  473. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_BE.js +0 -6047
  474. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_CA.js +0 -6041
  475. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_CH.js +0 -6065
  476. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_LU.js +0 -6047
  477. package/src/main/js/sap/ushell/thirdparty/_dynamics/he.js +0 -6593
  478. package/src/main/js/sap/ushell/thirdparty/_dynamics/hi.js +0 -5911
  479. package/src/main/js/sap/ushell/thirdparty/_dynamics/hr.js +0 -6246
  480. package/src/main/js/sap/ushell/thirdparty/_dynamics/hu.js +0 -5995
  481. package/src/main/js/sap/ushell/thirdparty/_dynamics/id.js +0 -5783
  482. package/src/main/js/sap/ushell/thirdparty/_dynamics/it.js +0 -6036
  483. package/src/main/js/sap/ushell/thirdparty/_dynamics/it_CH.js +0 -6036
  484. package/src/main/js/sap/ushell/thirdparty/_dynamics/ja.js +0 -5942
  485. package/src/main/js/sap/ushell/thirdparty/_dynamics/kk.js +0 -5989
  486. package/src/main/js/sap/ushell/thirdparty/_dynamics/ko.js +0 -5823
  487. package/src/main/js/sap/ushell/thirdparty/_dynamics/lt.js +0 -6628
  488. package/src/main/js/sap/ushell/thirdparty/_dynamics/lv.js +0 -6164
  489. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +0 -596
  490. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +0 -596
  491. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +0 -596
  492. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +0 -596
  493. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +0 -596
  494. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +0 -596
  495. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +0 -596
  496. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +0 -596
  497. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +0 -596
  498. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +0 -845
  499. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en4.js +0 -602
  500. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +0 -596
  501. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +0 -845
  502. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd4.js +0 -596
  503. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +0 -845
  504. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi4.js +0 -602
  505. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +0 -845
  506. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc4.js +0 -596
  507. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +0 -596
  508. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +0 -596
  509. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +0 -596
  510. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +0 -596
  511. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +0 -596
  512. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +0 -596
  513. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +0 -596
  514. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +0 -596
  515. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +0 -596
  516. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +0 -596
  517. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +0 -596
  518. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +0 -596
  519. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +0 -596
  520. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +0 -596
  521. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +0 -596
  522. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +0 -596
  523. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +0 -596
  524. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +0 -596
  525. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +0 -596
  526. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +0 -596
  527. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +0 -596
  528. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +0 -596
  529. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +0 -596
  530. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +0 -596
  531. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +0 -596
  532. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +0 -596
  533. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +0 -596
  534. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +0 -596
  535. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +0 -596
  536. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +0 -596
  537. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +0 -596
  538. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +0 -596
  539. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +0 -596
  540. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +0 -596
  541. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +0 -596
  542. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +0 -596
  543. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +0 -596
  544. package/src/main/js/sap/ushell/thirdparty/_dynamics/mk.js +0 -6095
  545. package/src/main/js/sap/ushell/thirdparty/_dynamics/ms.js +0 -5617
  546. package/src/main/js/sap/ushell/thirdparty/_dynamics/nb.js +0 -6085
  547. package/src/main/js/sap/ushell/thirdparty/_dynamics/nl.js +0 -6252
  548. package/src/main/js/sap/ushell/thirdparty/_dynamics/nl_BE.js +0 -6252
  549. package/src/main/js/sap/ushell/thirdparty/_dynamics/pl.js +0 -6639
  550. package/src/main/js/sap/ushell/thirdparty/_dynamics/pt.js +0 -6165
  551. package/src/main/js/sap/ushell/thirdparty/_dynamics/pt_PT.js +0 -6230
  552. package/src/main/js/sap/ushell/thirdparty/_dynamics/ro.js +0 -6250
  553. package/src/main/js/sap/ushell/thirdparty/_dynamics/ru.js +0 -6553
  554. package/src/main/js/sap/ushell/thirdparty/_dynamics/ru_UA.js +0 -6553
  555. package/src/main/js/sap/ushell/thirdparty/_dynamics/sk.js +0 -6482
  556. package/src/main/js/sap/ushell/thirdparty/_dynamics/sl.js +0 -6494
  557. package/src/main/js/sap/ushell/thirdparty/_dynamics/sr.js +0 -6291
  558. package/src/main/js/sap/ushell/thirdparty/_dynamics/sr_Latn.js +0 -6278
  559. package/src/main/js/sap/ushell/thirdparty/_dynamics/sv.js +0 -6126
  560. package/src/main/js/sap/ushell/thirdparty/_dynamics/th.js +0 -5928
  561. package/src/main/js/sap/ushell/thirdparty/_dynamics/tr.js +0 -6146
  562. package/src/main/js/sap/ushell/thirdparty/_dynamics/uk.js +0 -6504
  563. package/src/main/js/sap/ushell/thirdparty/_dynamics/vi.js +0 -5720
  564. package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_CN.js +0 -5770
  565. package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_HK.js +0 -5779
  566. package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_SG.js +0 -5779
  567. package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_TW.js +0 -5846
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The Unified Shell's search service which provides Enterprise Search via SINA.
5
- * @version 1.141.1
5
+ * @version 1.141.3
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ui/core/Lib"
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's Search for myHome.
5
5
  *
6
- * @version 1.141.1
6
+ * @version 1.141.3
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/base/Log",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview This module exposes the searchable content.
5
- * @version 1.141.1
5
+ * @version 1.141.3
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/Config",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview Shell Navigation Service.
5
- * @version 1.141.1
5
+ * @version 1.141.3
6
6
  * @deprecated since 1.120. Use {@link sap.ushell.services.Navigation} for Navigation instead.
7
7
  */
8
8
  sap.ui.define([
@@ -12,7 +12,7 @@
12
12
  * it is pertinent that the API user employs this service's version of <code>toExternal()</code> for cross application
13
13
  * navigation (instead) of using the one provided by CrossApplicationNavigation service.</p>
14
14
  *
15
- * @version 1.141.1
15
+ * @version 1.141.3
16
16
  *
17
17
  * @deprecated since 1.112. Please use the CrossApplicationNavigation service instead.
18
18
  */
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview APIs for the S/4 MyHome
5
- * @version 1.141.1
5
+ * @version 1.141.3
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/Config",
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's UI tracing service.
5
5
  *
6
- * @version 1.141.1
6
+ * @version 1.141.3
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/ushell/EventHub",
@@ -6,7 +6,7 @@
6
6
  * Service wrapper for the sap/ushell/utils/UrlShortening module.
7
7
  * @deprecated since 1.118. Please use the UrlShortening module directly.
8
8
  *
9
- * @version 1.141.1
9
+ * @version 1.141.3
10
10
  */
11
11
  sap.ui.define(["sap/ushell/utils/UrlShortening"], (UrlShortening) => {
12
12
  "use strict";
@@ -1,7 +1,7 @@
1
1
  // Copyright (c) 2009-2025 SAP SE, All Rights Reserved
2
2
  /**
3
3
  * @fileOverview The URLTemplate service provides utilities when working with URL templates
4
- * @version 1.141.1
4
+ * @version 1.141.3
5
5
  */
6
6
  sap.ui.define([
7
7
  ], (
@@ -4,7 +4,7 @@
4
4
  * @fileOverview The Unified Shell's UI5 component loader service.
5
5
  * This is a shell-internal service and no public or application facing API!
6
6
  *
7
- * @version 1.141.1
7
+ * @version 1.141.3
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/base/Log",
@@ -14,7 +14,7 @@
14
14
  *
15
15
  * This is *not* an application facing service, but for Shell Internal usage.
16
16
  *
17
- * @version 1.141.1
17
+ * @version 1.141.3
18
18
  */
19
19
  sap.ui.define([
20
20
  "sap/base/Log",
@@ -7,7 +7,7 @@
7
7
  * This service should be accessed by the application
8
8
  * via the CrossApplicationNavigation service.
9
9
  *
10
- * @version 1.141.1
10
+ * @version 1.141.3
11
11
  */
12
12
  sap.ui.define([
13
13
  "sap/base/Log",
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's user information service. Allows retrieving information about the logged-in user.
5
5
  *
6
- * @version 1.141.1
6
+ * @version 1.141.3
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/base/Log",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The Unified Shell's user activity service.
5
- * @version 1.141.1
5
+ * @version 1.141.3
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/util/ObjectPath",
@@ -7,7 +7,7 @@
7
7
  *
8
8
  * Configured with the LaunchPageAdapter.
9
9
  *
10
- * @version 1.141.1
10
+ * @version 1.141.3
11
11
  */
12
12
  sap.ui.define([
13
13
  "sap/ushell/resources",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview This module deals with the instantiation of visualizations in a platform independent way.
5
- * @version 1.141.1
5
+ * @version 1.141.3
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/ui/launchpad/VizInstance",
@@ -7,7 +7,7 @@
7
7
  * config handler which is called by the factory to generate an explicit
8
8
  * Adapter configuration
9
9
  *
10
- * @version 1.141.1
10
+ * @version 1.141.3
11
11
  * @private
12
12
  */
13
13
  sap.ui.define([
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview Provide mock feature group data
5
5
  *
6
- * @version 1.141.1
6
+ * @version 1.141.3
7
7
  * @private
8
8
  */
9
9
  sap.ui.define([
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview Cross Application Navigation utility functions
5
5
  *
6
- * @version 1.141.1
6
+ * @version 1.141.3
7
7
  * @deprecated since 1.120
8
8
  */
9
9
  sap.ui.define([
@@ -4,7 +4,7 @@
4
4
  * @file This module is responsible to create reference pages,
5
5
  * which are shareable JSON representations of layout and navigation targets in the specific format.
6
6
  *
7
- * @version 1.141.1
7
+ * @version 1.141.3
8
8
  * @private
9
9
  */
10
10
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview handle all the current back navigation.
5
- * @version 1.141.1
5
+ * @version 1.141.3
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ui/core/library",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview handles content density.
5
- * @version 1.141.1
5
+ * @version 1.141.3
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ui/Device",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview handles favicon.
5
- * @version 1.141.1
5
+ * @version 1.141.3
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ui/core/Theming",
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  const [sThemingFavicon] = await ushellUtils.getThemingParameters(["sapUiShellFavicon"]);
44
44
  if (sThemingFavicon) {
45
45
  // url('path/to/favicon.ico') -> path/to/favicon.ico
46
- const aMatches = /url[\s]*\('?"?([^'")]*)'?"?\)/.exec(sThemingFavicon);
46
+ const aMatches = /^url\('?"?([^'"]*)'?"?\)$/.exec(sThemingFavicon);
47
47
  if (aMatches) {
48
48
  sFavicon = aMatches[1];
49
49
  bCustomFavicon = true;
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview handles the logo within the header.
5
- * @version 1.141.1
5
+ * @version 1.141.3
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/i18n/Localization",
@@ -74,8 +74,8 @@ sap.ui.define([
74
74
  if (sThemeLogo === "none") {
75
75
  return sSapLogo;
76
76
  }
77
- // check given logo URL: Is it valid?
78
- const aMatch = /url[\s]*\('?"?([^'")]*)'?"?\)/.exec(sThemeLogo);
77
+ // Fetch the url part from the logo. if it contains "url(...)", it was already sanitized by UI5 and does not contain any other css function.
78
+ const aMatch = /^url\('?"?([^'"]*)'?"?\)$/.exec(sThemeLogo);
79
79
  if (aMatch) {
80
80
  return aMatch[1];
81
81
  }
@@ -9,7 +9,7 @@
9
9
  * Fiori launchpad in a tree table separated by IconTabFilters for the first level properties of the configuration object.
10
10
  * Also it provides a search for last level properties.
11
11
  *
12
- * @version 1.141.1
12
+ * @version 1.141.3
13
13
  */
14
14
  sap.ui.define([
15
15
  "sap/ui/core/Element",
@@ -10,7 +10,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
10
10
 
11
11
  Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
12
12
  Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
13
- var AvatarCss = `:host(:not([hidden])){display:inline-block;box-sizing:border-box;position:relative;font-family:var(--sapFontFamily)}:host(:not([hidden]).ui5_hovered){opacity:.7}:host([interactive]:not([disabled])){cursor:pointer}:host([interactive]:not([hidden]):active){background-color:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([interactive]:not([hidden]):not([disabled]):not(:active):not([focused]):hover){box-shadow:var(--ui5-v2-14-0-rc-7-avatar-hover-box-shadow-offset)}:host([interactive][desktop]:not([hidden])) .ui5-avatar-root:focus,:host([interactive]:not([hidden])) .ui5-avatar-root:focus-visible{outline:var(--_ui5-v2-14-0-rc-7_avatar_outline);outline-offset:var(--_ui5-v2-14-0-rc-7_avatar_focus_offset)}:host([disabled]){opacity:var(--sapContent_DisabledOpacity);pointer-events:none}:host{height:3rem;width:3rem;border-radius:50%;border:var(--ui5-v2-14-0-rc-7-avatar-initials-border);outline:none;color:var(--ui5-v2-14-0-rc-7-avatar-initials-color)}.ui5-avatar-root{display:flex;align-items:center;justify-content:center;outline:none;height:100%;width:100%;border-radius:inherit}:host([_size="XS"]),:host([size="XS"]){height:2rem;width:2rem;min-height:2rem;min-width:2rem;font-size:var(--_ui5-v2-14-0-rc-7_avatar_fontsize_XS)}:host(:not([size])),:host([_size="S"]),:host([size="S"]){min-height:3rem;min-width:3rem;font-size:var(--_ui5-v2-14-0-rc-7_avatar_fontsize_S)}:host([_size="M"]),:host([size="M"]){min-height:4rem;min-width:4rem;font-size:var(--_ui5-v2-14-0-rc-7_avatar_fontsize_M)}:host([_size="L"]),:host([size="L"]){min-height:5rem;min-width:5rem;font-size:var(--_ui5-v2-14-0-rc-7_avatar_fontsize_L)}:host([_size="XL"]),:host([size="XL"]){min-height:7rem;min-width:7rem;font-size:var(--_ui5-v2-14-0-rc-7_avatar_fontsize_XL)}:host .ui5-avatar-icon{height:var(--_ui5-v2-14-0-rc-7_avatar_fontsize_S);width:var(--_ui5-v2-14-0-rc-7_avatar_fontsize_S);color:inherit}:host([_size="XS"]) .ui5-avatar-icon,:host([size="XS"]) .ui5-avatar-icon{height:var(--_ui5-v2-14-0-rc-7_avatar_icon_XS);width:var(--_ui5-v2-14-0-rc-7_avatar_icon_XS)}:host([_size="S"]) .ui5-avatar-icon,:host([size="S"]) .ui5-avatar-icon{height:var(--_ui5-v2-14-0-rc-7_avatar_icon_S);width:var(--_ui5-v2-14-0-rc-7_avatar_icon_S)}:host([_size="M"]) .ui5-avatar-icon,:host([size="M"]) .ui5-avatar-icon{height:var(--_ui5-v2-14-0-rc-7_avatar_icon_M);width:var(--_ui5-v2-14-0-rc-7_avatar_icon_M)}:host([_size="L"]) .ui5-avatar-icon,:host([size="L"]) .ui5-avatar-icon{height:var(--_ui5-v2-14-0-rc-7_avatar_icon_L);width:var(--_ui5-v2-14-0-rc-7_avatar_icon_L)}:host([_size="XL"]) .ui5-avatar-icon,:host([size="XL"]) .ui5-avatar-icon{height:var(--_ui5-v2-14-0-rc-7_avatar_icon_XL);width:var(--_ui5-v2-14-0-rc-7_avatar_icon_XL)}::slotted(*){border-radius:50%;width:100%;height:100%;pointer-events:none}:host([shape="Square"]){border-radius:var(--ui5-v2-14-0-rc-7-avatar-border-radius)}:host([shape="Square"]) ::slotted(*){border-radius:calc(var(--ui5-v2-14-0-rc-7-avatar-border-radius) - var(--ui5-v2-14-0-rc-7-avatar-border-radius-img-deduction))}:host(:not([color-scheme])),:host(:not([_has-image])),:host([color-scheme="Auto"]),:host([_color-scheme="Accent6"]),:host([ui5-avatar][color-scheme="Accent6"]){background-color:var(--ui5-v2-14-0-rc-7-avatar-accent6);color:var(--ui5-v2-14-0-rc-7-avatar-accent6-color);border-color:var(--ui5-v2-14-0-rc-7-avatar-accent6-border-color)}:host([_color-scheme="Accent6"][interactive]:not([hidden]):not([disabled]):not(:active):hover),:host([ui5-avatar][color-scheme="Accent6"][interactive]:not([hidden]):not([disabled]):not(:active):hover){background-color:var(--sapAvatar_6_Hover_Background)}:host([_color-scheme="Accent1"]),:host([ui5-avatar][color-scheme="Accent1"]){background-color:var(--ui5-v2-14-0-rc-7-avatar-accent1);color:var(--ui5-v2-14-0-rc-7-avatar-accent1-color);border-color:var(--ui5-v2-14-0-rc-7-avatar-accent1-border-color)}:host([_color-scheme="Accent1"][interactive]:not([hidden]):not([disabled]):not(:active):hover),:host([ui5-avatar][color-scheme="Accent1"][interactive]:not([hidden]):not([disabled]):not(:active):hover){background-color:var(--sapAvatar_1_Hover_Background)}:host([_color-scheme="Accent2"]),:host([ui5-avatar][color-scheme="Accent2"]){background-color:var(--ui5-v2-14-0-rc-7-avatar-accent2);color:var(--ui5-v2-14-0-rc-7-avatar-accent2-color);border-color:var(--ui5-v2-14-0-rc-7-avatar-accent2-border-color)}:host([_color-scheme="Accent2"][interactive]:not([hidden]):not([disabled]):not(:active):hover),:host([ui5-avatar][color-scheme="Accent2"][interactive]:not([hidden]):not([disabled]):not(:active):hover){background-color:var(--sapAvatar_2_Hover_Background)}:host([_color-scheme="Accent3"]),:host([ui5-avatar][color-scheme="Accent3"]){background-color:var(--ui5-v2-14-0-rc-7-avatar-accent3);color:var(--ui5-v2-14-0-rc-7-avatar-accent3-color);border-color:var(--ui5-v2-14-0-rc-7-avatar-accent3-border-color)}:host([_color-scheme="Accent3"][interactive]:not([hidden]):not([disabled]):not(:active):hover),:host([ui5-avatar][color-scheme="Accent3"][interactive]:not([hidden]):not([disabled]):not(:active):hover){background-color:var(--sapAvatar_3_Hover_Background)}:host([_color-scheme="Accent4"]),:host([ui5-avatar][color-scheme="Accent4"]){background-color:var(--ui5-v2-14-0-rc-7-avatar-accent4);color:var(--ui5-v2-14-0-rc-7-avatar-accent4-color);border-color:var(--ui5-v2-14-0-rc-7-avatar-accent4-border-color)}:host([_color-scheme="Accent4"][interactive]:not([hidden]):not([disabled]):not(:active):hover),:host([ui5-avatar][color-scheme="Accent4"][interactive]:not([hidden]):not([disabled]):not(:active):hover){background-color:var(--sapAvatar_4_Hover_Background)}:host([_color-scheme="Accent5"]),:host([ui5-avatar][color-scheme="Accent5"]){background-color:var(--ui5-v2-14-0-rc-7-avatar-accent5);color:var(--ui5-v2-14-0-rc-7-avatar-accent5-color);border-color:var(--ui5-v2-14-0-rc-7-avatar-accent5-border-color)}:host([_color-scheme="Accent5"][interactive]:not([hidden]):not([disabled]):not(:active):hover),:host([ui5-avatar][color-scheme="Accent5"][interactive]:not([hidden]):not([disabled]):not(:active):hover){background-color:var(--sapAvatar_5_Hover_Background)}:host([_color-scheme="Accent7"]),:host([ui5-avatar][color-scheme="Accent7"]){background-color:var(--ui5-v2-14-0-rc-7-avatar-accent7);color:var(--ui5-v2-14-0-rc-7-avatar-accent7-color);border-color:var(--ui5-v2-14-0-rc-7-avatar-accent7-border-color)}:host([_color-scheme="Accent7"][interactive]:not([hidden]):not([disabled]):not(:active):hover),:host([ui5-avatar][color-scheme="Accent7"][interactive]:not([hidden]):not([disabled]):not(:active):hover){background-color:var(--sapAvatar_7_Hover_Background)}:host([_color-scheme="Accent8"]),:host([ui5-avatar][color-scheme="Accent8"]){background-color:var(--ui5-v2-14-0-rc-7-avatar-accent8);color:var(--ui5-v2-14-0-rc-7-avatar-accent8-color);border-color:var(--ui5-v2-14-0-rc-7-avatar-accent8-border-color)}:host([_color-scheme="Accent8"][interactive]:not([hidden]):not([disabled]):not(:active):hover),:host([ui5-avatar][color-scheme="Accent8"][interactive]:not([hidden]):not([disabled]):not(:active):hover){background-color:var(--sapAvatar_8_Hover_Background)}:host([_color-scheme="Accent9"]),:host([ui5-avatar][color-scheme="Accent9"]){background-color:var(--ui5-v2-14-0-rc-7-avatar-accent9);color:var(--ui5-v2-14-0-rc-7-avatar-accent9-color);border-color:var(--ui5-v2-14-0-rc-7-avatar-accent9-border-color)}:host([_color-scheme="Accent9"][interactive]:not([hidden]):not([disabled]):not(:active):hover),:host([ui5-avatar][color-scheme="Accent9"][interactive]:not([hidden]):not([disabled]):not(:active):hover){background-color:var(--sapAvatar_9_Hover_Background)}:host([_color-scheme="Accent10"]),:host([ui5-avatar][color-scheme="Accent10"]){background-color:var(--ui5-v2-14-0-rc-7-avatar-accent10);color:var(--ui5-v2-14-0-rc-7-avatar-accent10-color);border-color:var(--ui5-v2-14-0-rc-7-avatar-accent10-border-color)}:host([_color-scheme="Accent10"][interactive]:not([hidden]):not([disabled]):not(:active):hover),:host([ui5-avatar][color-scheme="Accent10"][interactive]:not([hidden]):not([disabled]):not(:active):hover){background-color:var(--sapAvatar_10_Hover_Background)}:host([_color-scheme="Placeholder"]),:host([ui5-avatar][color-scheme="Placeholder"]){background-color:var(--ui5-v2-14-0-rc-7-avatar-placeholder);color:var(--ui5-v2-14-0-rc-7-avatar-placeholder-color);border-color:var(--sapAvatar_Lite_BorderColor)}:host([_color-scheme="Transparent"]),:host([ui5-avatar][color-scheme="Transparent"]){background-color:transparent;border-color:transparent}:host([_has-image]){color:var(--ui5-v2-14-0-rc-7-avatar-accent10-color);border:var(--ui5-v2-14-0-rc-7-avatar-optional-border);background-color:transparent}.ui5-avatar-initials{color:inherit}.ui5-avatar-icon~.ui5-avatar-initials,.ui5-avatar-icon~.ui5-avatar-icon-fallback{display:none}.ui5-avatar-fallback-icon-hidden{display:none}.ui5-avatar-initials-hidden{position:absolute;visibility:hidden;z-index:0;pointer-events:none}::slotted([slot="badge"]){position:absolute;bottom:0;right:0;width:1.125rem;height:1.125rem;font-family:var(--sapFontFamily);font-size:var(--sapFontSmallSize);color:var(--sapBackgroundColor);--_ui5-v2-14-0-rc-7-tag-height: 1.125rem}:host(:not([disabled])) ::slotted([slot="badge"]){pointer-events:initial}:host([_size="L"]) ::slotted([slot="badge"]),:host([size="L"]) ::slotted([slot="badge"]){width:1.25rem;height:1.25rem;--_ui5-v2-14-0-rc-7-tag-height: 1.25rem;--_ui5-v2-14-0-rc-7-tag-icon-width: .875rem}:host([_size="XL"]) ::slotted([slot="badge"]),:host([size="XL"]) ::slotted([slot="badge"]){width:1.75rem;height:1.75rem;--_ui5-v2-14-0-rc-7-tag-height: 1.75rem;--_ui5-v2-14-0-rc-7-tag-icon-width: 1rem}:host([shape="Square"]) ::slotted([slot="badge"]){bottom:-.125rem;right:-.125rem}:host([_size="L"][shape="Square"]) ::slotted([slot="badge"]),:host([size="L"][shape="Square"]) ::slotted([slot="badge"]){bottom:-.1875rem;right:-.1875rem}:host([_size="XL"][shape="Square"]) ::slotted([slot="badge"]),:host([size="XL"][shape="Square"]) ::slotted([slot="badge"]){bottom:-.25rem;right:-.25rem}
13
+ var AvatarCss = `:host(:not([hidden])){display:inline-block;box-sizing:border-box;position:relative;font-family:var(--sapFontFamily)}:host(:not([hidden]).ui5_hovered){opacity:.7}:host([interactive]:not([disabled])){cursor:pointer}:host([interactive]:not([hidden]):active){background-color:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([interactive]:not([hidden]):not([disabled]):not(:active):not([focused]):hover){box-shadow:var(--ui5-v2-15-0-avatar-hover-box-shadow-offset)}:host([interactive][desktop]:not([hidden])) .ui5-avatar-root:focus,:host([interactive]:not([hidden])) .ui5-avatar-root:focus-visible{outline:var(--_ui5-v2-15-0_avatar_outline);outline-offset:var(--_ui5-v2-15-0_avatar_focus_offset)}:host([disabled]){opacity:var(--sapContent_DisabledOpacity);pointer-events:none}:host{height:3rem;width:3rem;border-radius:50%;border:var(--ui5-v2-15-0-avatar-initials-border);outline:none;color:var(--ui5-v2-15-0-avatar-initials-color)}.ui5-avatar-root{display:flex;align-items:center;justify-content:center;outline:none;height:100%;width:100%;border-radius:inherit}:host([_size="XS"]),:host([size="XS"]){height:2rem;width:2rem;min-height:2rem;min-width:2rem;font-size:var(--_ui5-v2-15-0_avatar_fontsize_XS)}:host(:not([size])),:host([_size="S"]),:host([size="S"]){min-height:3rem;min-width:3rem;font-size:var(--_ui5-v2-15-0_avatar_fontsize_S)}:host([_size="M"]),:host([size="M"]){min-height:4rem;min-width:4rem;font-size:var(--_ui5-v2-15-0_avatar_fontsize_M)}:host([_size="L"]),:host([size="L"]){min-height:5rem;min-width:5rem;font-size:var(--_ui5-v2-15-0_avatar_fontsize_L)}:host([_size="XL"]),:host([size="XL"]){min-height:7rem;min-width:7rem;font-size:var(--_ui5-v2-15-0_avatar_fontsize_XL)}:host .ui5-avatar-icon{height:var(--_ui5-v2-15-0_avatar_fontsize_S);width:var(--_ui5-v2-15-0_avatar_fontsize_S);color:inherit}:host([_size="XS"]) .ui5-avatar-icon,:host([size="XS"]) .ui5-avatar-icon{height:var(--_ui5-v2-15-0_avatar_icon_XS);width:var(--_ui5-v2-15-0_avatar_icon_XS)}:host([_size="S"]) .ui5-avatar-icon,:host([size="S"]) .ui5-avatar-icon{height:var(--_ui5-v2-15-0_avatar_icon_S);width:var(--_ui5-v2-15-0_avatar_icon_S)}:host([_size="M"]) .ui5-avatar-icon,:host([size="M"]) .ui5-avatar-icon{height:var(--_ui5-v2-15-0_avatar_icon_M);width:var(--_ui5-v2-15-0_avatar_icon_M)}:host([_size="L"]) .ui5-avatar-icon,:host([size="L"]) .ui5-avatar-icon{height:var(--_ui5-v2-15-0_avatar_icon_L);width:var(--_ui5-v2-15-0_avatar_icon_L)}:host([_size="XL"]) .ui5-avatar-icon,:host([size="XL"]) .ui5-avatar-icon{height:var(--_ui5-v2-15-0_avatar_icon_XL);width:var(--_ui5-v2-15-0_avatar_icon_XL)}::slotted(*){border-radius:50%;width:100%;height:100%;pointer-events:none}:host([shape="Square"]){border-radius:var(--ui5-v2-15-0-avatar-border-radius)}:host([shape="Square"]) ::slotted(*){border-radius:calc(var(--ui5-v2-15-0-avatar-border-radius) - var(--ui5-v2-15-0-avatar-border-radius-img-deduction))}:host(:not([color-scheme])),:host(:not([_has-image])),:host([color-scheme="Auto"]),:host([_color-scheme="Accent6"]),:host([ui5-avatar][color-scheme="Accent6"]){background-color:var(--ui5-v2-15-0-avatar-accent6);color:var(--ui5-v2-15-0-avatar-accent6-color);border-color:var(--ui5-v2-15-0-avatar-accent6-border-color)}:host([_color-scheme="Accent6"][interactive]:not([hidden]):not([disabled]):not(:active):hover),:host([ui5-avatar][color-scheme="Accent6"][interactive]:not([hidden]):not([disabled]):not(:active):hover){background-color:var(--sapAvatar_6_Hover_Background)}:host([_color-scheme="Accent1"]),:host([ui5-avatar][color-scheme="Accent1"]){background-color:var(--ui5-v2-15-0-avatar-accent1);color:var(--ui5-v2-15-0-avatar-accent1-color);border-color:var(--ui5-v2-15-0-avatar-accent1-border-color)}:host([_color-scheme="Accent1"][interactive]:not([hidden]):not([disabled]):not(:active):hover),:host([ui5-avatar][color-scheme="Accent1"][interactive]:not([hidden]):not([disabled]):not(:active):hover){background-color:var(--sapAvatar_1_Hover_Background)}:host([_color-scheme="Accent2"]),:host([ui5-avatar][color-scheme="Accent2"]){background-color:var(--ui5-v2-15-0-avatar-accent2);color:var(--ui5-v2-15-0-avatar-accent2-color);border-color:var(--ui5-v2-15-0-avatar-accent2-border-color)}:host([_color-scheme="Accent2"][interactive]:not([hidden]):not([disabled]):not(:active):hover),:host([ui5-avatar][color-scheme="Accent2"][interactive]:not([hidden]):not([disabled]):not(:active):hover){background-color:var(--sapAvatar_2_Hover_Background)}:host([_color-scheme="Accent3"]),:host([ui5-avatar][color-scheme="Accent3"]){background-color:var(--ui5-v2-15-0-avatar-accent3);color:var(--ui5-v2-15-0-avatar-accent3-color);border-color:var(--ui5-v2-15-0-avatar-accent3-border-color)}:host([_color-scheme="Accent3"][interactive]:not([hidden]):not([disabled]):not(:active):hover),:host([ui5-avatar][color-scheme="Accent3"][interactive]:not([hidden]):not([disabled]):not(:active):hover){background-color:var(--sapAvatar_3_Hover_Background)}:host([_color-scheme="Accent4"]),:host([ui5-avatar][color-scheme="Accent4"]){background-color:var(--ui5-v2-15-0-avatar-accent4);color:var(--ui5-v2-15-0-avatar-accent4-color);border-color:var(--ui5-v2-15-0-avatar-accent4-border-color)}:host([_color-scheme="Accent4"][interactive]:not([hidden]):not([disabled]):not(:active):hover),:host([ui5-avatar][color-scheme="Accent4"][interactive]:not([hidden]):not([disabled]):not(:active):hover){background-color:var(--sapAvatar_4_Hover_Background)}:host([_color-scheme="Accent5"]),:host([ui5-avatar][color-scheme="Accent5"]){background-color:var(--ui5-v2-15-0-avatar-accent5);color:var(--ui5-v2-15-0-avatar-accent5-color);border-color:var(--ui5-v2-15-0-avatar-accent5-border-color)}:host([_color-scheme="Accent5"][interactive]:not([hidden]):not([disabled]):not(:active):hover),:host([ui5-avatar][color-scheme="Accent5"][interactive]:not([hidden]):not([disabled]):not(:active):hover){background-color:var(--sapAvatar_5_Hover_Background)}:host([_color-scheme="Accent7"]),:host([ui5-avatar][color-scheme="Accent7"]){background-color:var(--ui5-v2-15-0-avatar-accent7);color:var(--ui5-v2-15-0-avatar-accent7-color);border-color:var(--ui5-v2-15-0-avatar-accent7-border-color)}:host([_color-scheme="Accent7"][interactive]:not([hidden]):not([disabled]):not(:active):hover),:host([ui5-avatar][color-scheme="Accent7"][interactive]:not([hidden]):not([disabled]):not(:active):hover){background-color:var(--sapAvatar_7_Hover_Background)}:host([_color-scheme="Accent8"]),:host([ui5-avatar][color-scheme="Accent8"]){background-color:var(--ui5-v2-15-0-avatar-accent8);color:var(--ui5-v2-15-0-avatar-accent8-color);border-color:var(--ui5-v2-15-0-avatar-accent8-border-color)}:host([_color-scheme="Accent8"][interactive]:not([hidden]):not([disabled]):not(:active):hover),:host([ui5-avatar][color-scheme="Accent8"][interactive]:not([hidden]):not([disabled]):not(:active):hover){background-color:var(--sapAvatar_8_Hover_Background)}:host([_color-scheme="Accent9"]),:host([ui5-avatar][color-scheme="Accent9"]){background-color:var(--ui5-v2-15-0-avatar-accent9);color:var(--ui5-v2-15-0-avatar-accent9-color);border-color:var(--ui5-v2-15-0-avatar-accent9-border-color)}:host([_color-scheme="Accent9"][interactive]:not([hidden]):not([disabled]):not(:active):hover),:host([ui5-avatar][color-scheme="Accent9"][interactive]:not([hidden]):not([disabled]):not(:active):hover){background-color:var(--sapAvatar_9_Hover_Background)}:host([_color-scheme="Accent10"]),:host([ui5-avatar][color-scheme="Accent10"]){background-color:var(--ui5-v2-15-0-avatar-accent10);color:var(--ui5-v2-15-0-avatar-accent10-color);border-color:var(--ui5-v2-15-0-avatar-accent10-border-color)}:host([_color-scheme="Accent10"][interactive]:not([hidden]):not([disabled]):not(:active):hover),:host([ui5-avatar][color-scheme="Accent10"][interactive]:not([hidden]):not([disabled]):not(:active):hover){background-color:var(--sapAvatar_10_Hover_Background)}:host([_color-scheme="Placeholder"]),:host([ui5-avatar][color-scheme="Placeholder"]){background-color:var(--ui5-v2-15-0-avatar-placeholder);color:var(--ui5-v2-15-0-avatar-placeholder-color);border-color:var(--sapAvatar_Lite_BorderColor)}:host([_color-scheme="Transparent"]),:host([ui5-avatar][color-scheme="Transparent"]){background-color:transparent;border-color:transparent}:host([_has-image]){color:var(--ui5-v2-15-0-avatar-accent10-color);border:var(--ui5-v2-15-0-avatar-optional-border);background-color:transparent}.ui5-avatar-initials{color:inherit}.ui5-avatar-icon~.ui5-avatar-initials,.ui5-avatar-icon~.ui5-avatar-icon-fallback{display:none}.ui5-avatar-fallback-icon-hidden{display:none}.ui5-avatar-initials-hidden{position:absolute;visibility:hidden;z-index:0;pointer-events:none}::slotted([slot="badge"]){position:absolute;bottom:0;right:0;width:1.125rem;height:1.125rem;font-family:var(--sapFontFamily);font-size:var(--sapFontSmallSize);color:var(--sapBackgroundColor);--_ui5-v2-15-0-tag-height: 1.125rem}:host(:not([disabled])) ::slotted([slot="badge"]){pointer-events:initial}:host([_size="L"]) ::slotted([slot="badge"]),:host([size="L"]) ::slotted([slot="badge"]){width:1.25rem;height:1.25rem;--_ui5-v2-15-0-tag-height: 1.25rem;--_ui5-v2-15-0-tag-icon-width: .875rem}:host([_size="XL"]) ::slotted([slot="badge"]),:host([size="XL"]) ::slotted([slot="badge"]){width:1.75rem;height:1.75rem;--_ui5-v2-15-0-tag-height: 1.75rem;--_ui5-v2-15-0-tag-icon-width: 1rem}:host([shape="Square"]) ::slotted([slot="badge"]){bottom:-.125rem;right:-.125rem}:host([_size="L"][shape="Square"]) ::slotted([slot="badge"]),:host([size="L"][shape="Square"]) ::slotted([slot="badge"]){bottom:-.1875rem;right:-.1875rem}:host([_size="XL"][shape="Square"]) ::slotted([slot="badge"]),:host([size="XL"][shape="Square"]) ::slotted([slot="badge"]){bottom:-.25rem;right:-.25rem}
14
14
  `;
15
15
 
16
16
  /**
@@ -30,9 +30,9 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
30
30
  return (parametersBundle_css.jsx(parametersBundle_css.Fragment, { children: this.text && (parametersBundle_css.jsx(Label, { id: `${this._id}-label`, class: "ui5-busy-indicator-text", children: this.text })) }));
31
31
  }
32
32
 
33
- Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
33
+ Icons.p("@" + "ui5" + "/" + "sap/ushell/thirdparty/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
34
34
  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);
35
- var busyIndicatorCss = `:host(:not([hidden])){display:inline-block}:host([_is-busy]){color:var(--_ui5-v2-14-0-rc-7_busy_indicator_color)}:host([size="S"]) .ui5-busy-indicator-root{min-width:1.625rem;min-height:.5rem}:host([size="S"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:1.75rem}:host([size="S"]) .ui5-busy-indicator-circle{width:.5rem;height:.5rem}:host([size="S"]) .ui5-busy-indicator-circle:first-child,:host([size="S"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.0625rem}:host(:not([size])) .ui5-busy-indicator-root,:host([size="M"]) .ui5-busy-indicator-root{min-width:3.375rem;min-height:1rem}:host([size="M"]) .ui5-busy-indicator-circle:first-child,:host([size="M"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.1875rem}:host(:not([size])[text]:not([text=""])) .ui5-busy-indicator-root,:host([size="M"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:2.25rem}:host(:not([size])) .ui5-busy-indicator-circle,:host([size="M"]) .ui5-busy-indicator-circle{width:1rem;height:1rem}:host([size="L"]) .ui5-busy-indicator-root{min-width:6.5rem;min-height:2rem}:host([size="L"]) .ui5-busy-indicator-circle:first-child,:host([size="L"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.25rem}:host([size="L"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:3.25rem}:host([size="L"]) .ui5-busy-indicator-circle{width:2rem;height:2rem}.ui5-busy-indicator-root{display:flex;justify-content:center;align-items:center;position:relative;background-color:inherit;height:inherit;border-radius:inherit}.ui5-busy-indicator-busy-area.ui5-busy-indicator-busy-area-over-content{position:absolute;inset:0;z-index:99}.ui5-busy-indicator-busy-area{display:flex;justify-content:center;align-items:center;background-color:inherit;flex-direction:column;border-radius:inherit}:host([active]) ::slotted(*){opacity:var(--sapContent_DisabledOpacity)}:host([desktop]) .ui5-busy-indicator-busy-area:focus,.ui5-busy-indicator-busy-area:focus-visible{outline:var(--_ui5-v2-14-0-rc-7_busy_indicator_focus_outline);outline-offset:-2px}.ui5-busy-indicator-circles-wrapper{line-height:0}.ui5-busy-indicator-circle{display:inline-block;background-color:currentColor;border-radius:50%}.ui5-busy-indicator-circle:before{content:"";width:100%;height:100%;border-radius:100%}.circle-animation-0{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11)}.circle-animation-1{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.2s}.circle-animation-2{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.4s}.ui5-busy-indicator-text{width:100%;text-align:center}:host([text-placement="Top"]) .ui5-busy-indicator-text{margin-bottom:.5rem}:host(:not([text-placement])) .ui5-busy-indicator-text,:host([text-placement="Bottom"]) .ui5-busy-indicator-text{margin-top:.5rem}@keyframes grow{0%,50%,to{-webkit-transform:scale(.5);-moz-transform:scale(.5);transform:scale(.5)}25%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}
35
+ var busyIndicatorCss = `:host(:not([hidden])){display:inline-block}:host([_is-busy]){color:var(--_ui5-v2-15-0_busy_indicator_color)}:host([size="S"]) .ui5-busy-indicator-root{min-width:1.625rem;min-height:.5rem}:host([size="S"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:1.75rem}:host([size="S"]) .ui5-busy-indicator-circle{width:.5rem;height:.5rem}:host([size="S"]) .ui5-busy-indicator-circle:first-child,:host([size="S"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.0625rem}:host(:not([size])) .ui5-busy-indicator-root,:host([size="M"]) .ui5-busy-indicator-root{min-width:3.375rem;min-height:1rem}:host([size="M"]) .ui5-busy-indicator-circle:first-child,:host([size="M"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.1875rem}:host(:not([size])[text]:not([text=""])) .ui5-busy-indicator-root,:host([size="M"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:2.25rem}:host(:not([size])) .ui5-busy-indicator-circle,:host([size="M"]) .ui5-busy-indicator-circle{width:1rem;height:1rem}:host([size="L"]) .ui5-busy-indicator-root{min-width:6.5rem;min-height:2rem}:host([size="L"]) .ui5-busy-indicator-circle:first-child,:host([size="L"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.25rem}:host([size="L"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:3.25rem}:host([size="L"]) .ui5-busy-indicator-circle{width:2rem;height:2rem}.ui5-busy-indicator-root{display:flex;justify-content:center;align-items:center;position:relative;background-color:inherit;height:inherit;border-radius:inherit}.ui5-busy-indicator-busy-area.ui5-busy-indicator-busy-area-over-content{position:absolute;inset:0;z-index:99}.ui5-busy-indicator-busy-area{display:flex;justify-content:center;align-items:center;background-color:inherit;flex-direction:column;border-radius:inherit}:host([active]) ::slotted(*){opacity:var(--sapContent_DisabledOpacity)}:host([desktop]) .ui5-busy-indicator-busy-area:focus,.ui5-busy-indicator-busy-area:focus-visible{outline:var(--_ui5-v2-15-0_busy_indicator_focus_outline);outline-offset:-2px}.ui5-busy-indicator-circles-wrapper{line-height:0}.ui5-busy-indicator-circle{display:inline-block;background-color:currentColor;border-radius:50%}.ui5-busy-indicator-circle:before{content:"";width:100%;height:100%;border-radius:100%}.circle-animation-0{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11)}.circle-animation-1{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.2s}.circle-animation-2{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.4s}.ui5-busy-indicator-text{width:100%;text-align:center}:host([text-placement="Top"]) .ui5-busy-indicator-text{margin-bottom:.5rem}:host(:not([text-placement])) .ui5-busy-indicator-text,:host([text-placement="Bottom"]) .ui5-busy-indicator-text{margin-top:.5rem}@keyframes grow{0%,50%,to{-webkit-transform:scale(.5);-moz-transform:scale(.5);transform:scale(.5)}25%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}
36
36
  `;
37
37
 
38
38
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -122,16 +122,16 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
122
122
  "ui5-button-badge-placement-end": this.badge[0]?.design === "InlineText",
123
123
  "ui5-button-badge-placement-end-top": this.badge[0]?.design === "OverlayText",
124
124
  "ui5-button-badge-dot": this.badge[0]?.design === "AttentionDot"
125
- }, disabled: this.disabled, "data-sap-focus-ref": true, "aria-pressed": injectedProps?.ariaPressed, "aria-valuemin": injectedProps?.ariaValueMin, "aria-valuemax": injectedProps?.ariaValueMax, "aria-valuenow": injectedProps?.ariaValueNow, "aria-valuetext": injectedProps?.ariaValueText, onFocusOut: this._onfocusout, onClick: this._onclick, onMouseDown: this._onmousedown, onKeyDown: this._onkeydown, onKeyUp: this._onkeyup, onTouchStart: this._ontouchstart, onTouchEnd: this._ontouchend, tabindex: this.tabIndexValue, "aria-expanded": this.accessibilityAttributes.expanded, "aria-controls": this.accessibilityAttributes.controls, "aria-haspopup": this._hasPopup, "aria-label": this.ariaLabelText, "aria-description": this.ariaDescriptionText, "aria-busy": this.loading ? "true" : undefined, title: this.buttonTitle, part: "button", role: this.effectiveAccRole, children: [this.icon &&
125
+ }, disabled: this.disabled, "data-sap-focus-ref": true, "aria-pressed": injectedProps?.ariaPressed, "aria-valuemin": injectedProps?.ariaValueMin, "aria-valuemax": injectedProps?.ariaValueMax, "aria-valuenow": injectedProps?.ariaValueNow, "aria-valuetext": injectedProps?.ariaValueText, onFocusOut: this._onfocusout, onClick: this._onclick, onMouseDown: this._onmousedown, onKeyDown: this._onkeydown, onKeyUp: this._onkeyup, onTouchStart: this._ontouchstart, onTouchEnd: this._ontouchend, tabindex: this.tabIndexValue, "aria-expanded": this._computedAccessibilityAttributes?.expanded, "aria-controls": this._computedAccessibilityAttributes?.controls, "aria-haspopup": this._computedAccessibilityAttributes?.hasPopup, "aria-label": this._computedAccessibilityAttributes?.ariaLabel, "aria-keyshortcuts": this._computedAccessibilityAttributes?.ariaKeyShortcuts, "aria-description": this.ariaDescriptionText, "aria-busy": this.loading ? "true" : undefined, title: this.buttonTitle, part: "button", role: this.effectiveAccRole, children: [this.icon &&
126
126
  parametersBundle_css.jsx(Icon.Icon, { class: "ui5-button-icon", name: this.icon, mode: "Decorative", part: "icon" }), parametersBundle_css.jsx("span", { id: `${this._id}-content`, class: "ui5-button-text", children: parametersBundle_css.jsx("bdi", { children: parametersBundle_css.jsx("slot", {}) }) }), this.endIcon &&
127
127
  parametersBundle_css.jsx(Icon.Icon, { class: "ui5-button-end-icon", name: this.endIcon, mode: "Decorative", part: "endIcon" }), this.shouldRenderBadge &&
128
128
  parametersBundle_css.jsx("slot", { name: "badge" })] }), this.loading &&
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("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
132
+ Icons.p("@" + "ui5" + "/" + "sap/ushell/thirdparty/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
133
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}
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-15-0_button_base_min_width);height:var(--_ui5-v2-15-0_button_base_height);line-height:normal;font-family:var(--_ui5-v2-15-0_button_fontFamily);font-size:var(--sapFontSize);text-shadow:var(--_ui5-v2-15-0_button_text_shadow);border-radius:var(--_ui5-v2-15-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-15-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-15-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-15-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-15-0_button_base_min_width) - var(--_ui5-v2-15-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;pointer-events:none;inset:.0625rem;border:var(--_ui5-v2-15-0_button_focused_border);border-radius:var(--_ui5-v2-15-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-15-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-15-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-15-0_button_emphasized_focused_border_before);border-radius:var(--_ui5-v2-15-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-15-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-15-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-15-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-15-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-15-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-15-0_button_focused_inner_border_radius);border-bottom-right-radius:var(--_ui5-v2-15-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-15-0_button_focused_inner_border_radius);border-bottom-left-radius:var(--_ui5-v2-15-0_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-15-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:var(--sapButton_FontFamily);font-size:var(--sapFontSmallSize);--_ui5-v2-15-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}
135
135
  `;
136
136
 
137
137
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -213,6 +213,11 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
213
213
  * - **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.
214
214
  * Accepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.
215
215
  *
216
+ * - **ariaLabel**: Defines the accessible ARIA name of the component.
217
+ * Accepts any string value.
218
+ *
219
+ * - **ariaKeyShortcuts**: Defines keyboard shortcuts that activate or give focus to the button.
220
+ *
216
221
  * - **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.
217
222
  * Accepts a lowercase string value.
218
223
  *
@@ -439,9 +444,6 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
439
444
  }
440
445
  this.active = active;
441
446
  }
442
- get _hasPopup() {
443
- return this.accessibilityAttributes.hasPopup;
444
- }
445
447
  get hasButtonType() {
446
448
  return this.design !== ButtonDesign$1.Default && this.design !== ButtonDesign$1.Transparent;
447
449
  }
@@ -489,6 +491,15 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
489
491
  get ariaDescriptionText() {
490
492
  return this.accessibleDescription === "" ? undefined : this.accessibleDescription;
491
493
  }
494
+ get _computedAccessibilityAttributes() {
495
+ return {
496
+ expanded: this.accessibilityAttributes.expanded,
497
+ hasPopup: this.accessibilityAttributes.hasPopup,
498
+ controls: this.accessibilityAttributes.controls,
499
+ ariaKeyShortcuts: this.accessibilityAttributes.ariaKeyShortcuts,
500
+ ariaLabel: this.accessibilityAttributes.ariaLabel || this.ariaLabelText,
501
+ };
502
+ }
492
503
  get effectiveBadgeDescriptionText() {
493
504
  if (!this.shouldRenderBadge) {
494
505
  return "";
@@ -44,9 +44,9 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
44
44
  })(IconMode || (IconMode = {}));
45
45
  var IconMode$1 = IconMode;
46
46
 
47
- Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
47
+ Icons.p("@" + "ui5" + "/" + "sap/ushell/thirdparty/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
48
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}
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-15-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-15-0_icon_transform_scale);transform-origin:center}
50
50
  `;
51
51
 
52
52
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {