@sapui5/sap.ushell 1.139.0 → 1.140.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (701) 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/AppInfoParameters.js +1 -1
  4. package/src/main/js/sap/ushell/ApplicationType/wcfResolution.js +0 -1
  5. package/src/main/js/sap/ushell/Container.js +1 -1
  6. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  7. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  8. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  9. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  10. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  11. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
  12. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
  13. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
  14. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
  15. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
  16. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  17. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  18. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  19. package/src/main/js/sap/ushell/User.js +1 -2
  20. package/src/main/js/sap/ushell/adapters/AppVariantPersonalizationAdapter.js +35 -28
  21. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  64. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  65. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  66. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  67. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  68. package/src/main/js/sap/ushell/api/performance/Extension.js +147 -0
  69. package/src/main/js/sap/ushell/api/performance/NavigationSource.js +86 -0
  70. package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +22 -79
  71. package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +5 -11
  72. package/src/main/js/sap/ushell/appIntegration/IframeApplicationContainer.js +11 -9
  73. package/src/main/js/sap/ushell/appIntegration/KeepAliveApps.js +82 -30
  74. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/AppInfoHandler.js +225 -0
  75. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/AppStateHandler.js +188 -0
  76. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/BookmarkHandler.js +721 -0
  77. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/EnvironmentHandler.js +347 -0
  78. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/ExtensionHandler.js +573 -0
  79. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/LifecycleHandler.js +206 -0
  80. package/src/main/js/sap/ushell/appIntegration/{PostMessageManager → PostMessageHandler}/MessageBrokerHandler.js +13 -0
  81. package/src/main/js/sap/ushell/appIntegration/{PostMessageManager → PostMessageHandler}/NWBCHandler.js +12 -0
  82. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/NavigationHandler.js +648 -0
  83. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/SessionHandler.js +141 -0
  84. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler.js +146 -0
  85. package/src/main/js/sap/ushell/appIntegration/PostMessageManager.js +0 -1
  86. package/src/main/js/sap/ushell/appIntegration/PostMessagePluginInterface.js +249 -95
  87. package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +1 -1
  88. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV1Handler.js +0 -1
  89. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -1
  90. package/src/main/js/sap/ushell/appRuntime/ui5/AppCommunicationMgr.js +98 -77
  91. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +74 -80
  92. package/src/main/js/sap/ushell/appRuntime/ui5/SessionHandlerAgent.js +30 -26
  93. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/CheckConditions.js +32 -29
  94. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/Renderer.js +2 -0
  95. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/Component.js +3 -3
  96. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_vi.properties +1 -1
  97. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/Component.js +10 -3
  98. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/AccessKeysAgent.js +5 -3
  99. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/Renderer.js +15 -15
  100. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +5 -5
  101. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +4 -5
  102. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +4 -4
  103. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +192 -219
  104. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +11 -11
  105. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +16 -16
  106. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +15 -15
  107. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +4 -4
  108. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +6 -6
  109. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +19 -19
  110. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +10 -10
  111. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +16 -18
  112. package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
  113. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  114. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +4 -4
  115. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +9 -9
  116. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +8 -8
  117. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +8 -8
  118. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +16 -16
  119. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +4 -4
  120. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +7 -7
  121. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +6 -6
  122. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +20 -22
  123. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserDefaultParameters.js +7 -3
  124. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +7 -7
  125. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  126. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  127. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
  128. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  129. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +9 -9
  130. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  131. package/src/main/js/sap/ushell/components/_HomepageManager/PersistentPageOperationAdapter.js +1 -1
  132. package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +8 -2
  133. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  134. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
  135. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  136. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  137. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  138. package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +1 -1
  139. package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
  140. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  141. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ar.properties +1 -1
  142. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_bg.properties +1 -1
  143. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ca.properties +1 -1
  144. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cnr.properties +1 -1
  145. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cs.properties +1 -1
  146. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cy.properties +1 -1
  147. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_da.properties +1 -1
  148. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_de.properties +2 -2
  149. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_el.properties +1 -1
  150. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +1 -1
  151. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties +1 -1
  152. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es.properties +1 -1
  153. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties +1 -1
  154. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_et.properties +1 -1
  155. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fi.properties +1 -1
  156. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr.properties +1 -1
  157. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties +1 -1
  158. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hi.properties +1 -1
  159. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hr.properties +1 -1
  160. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hu.properties +1 -1
  161. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_id.properties +1 -1
  162. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_it.properties +1 -1
  163. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_iw.properties +1 -1
  164. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ja.properties +1 -1
  165. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_kk.properties +1 -1
  166. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ko.properties +1 -1
  167. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lt.properties +1 -1
  168. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lv.properties +1 -1
  169. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +1 -1
  170. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ms.properties +1 -1
  171. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_nl.properties +1 -1
  172. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_no.properties +1 -1
  173. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pl.properties +1 -1
  174. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt.properties +1 -1
  175. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties +1 -1
  176. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ro.properties +1 -1
  177. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ru.properties +1 -1
  178. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +1 -1
  179. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sk.properties +1 -1
  180. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sl.properties +1 -1
  181. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +1 -1
  182. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sv.properties +1 -1
  183. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_th.properties +1 -1
  184. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_tr.properties +1 -1
  185. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_uk.properties +1 -1
  186. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_vi.properties +1 -1
  187. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties +1 -1
  188. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties +1 -1
  189. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
  190. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
  191. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  192. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  193. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  194. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  195. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  196. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  197. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  198. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  199. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  200. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  201. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +18 -18
  202. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  203. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  204. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  205. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  206. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  207. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  208. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
  209. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  210. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
  211. package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +25 -16
  212. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  213. package/src/main/js/sap/ushell/components/shell/Search/Component.js +14 -1
  214. package/src/main/js/sap/ushell/components/shell/Search/ESearch.js +9 -1
  215. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  216. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  217. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  218. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  219. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  220. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  221. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/Component.js +234 -108
  222. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/FrequentActivityProvider.js +2 -3
  223. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/RecentSearchProvider.js +2 -2
  224. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchProvider.js +4 -4
  225. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchServiceProvider.js +2 -2
  226. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/manifest.json +1 -1
  227. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources.properties +7 -1
  228. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ar.properties +8 -0
  229. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_bg.properties +8 -0
  230. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ca.properties +8 -0
  231. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_cnr.properties +8 -0
  232. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_cs.properties +8 -0
  233. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_cy.properties +8 -0
  234. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_da.properties +8 -0
  235. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_de.properties +8 -0
  236. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_el.properties +8 -0
  237. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_en.properties +8 -0
  238. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_en_GB.properties +8 -0
  239. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_en_US_saprigi.properties +8 -0
  240. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_es.properties +8 -0
  241. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_es_MX.properties +8 -0
  242. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_et.properties +8 -0
  243. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_fi.properties +8 -0
  244. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_fr.properties +8 -0
  245. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_fr_CA.properties +8 -0
  246. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_hi.properties +8 -0
  247. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_hr.properties +8 -0
  248. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_hu.properties +8 -0
  249. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_id.properties +8 -0
  250. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_it.properties +8 -0
  251. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_iw.properties +8 -0
  252. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ja.properties +8 -0
  253. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_kk.properties +8 -0
  254. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ko.properties +8 -0
  255. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_lt.properties +8 -0
  256. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_lv.properties +8 -0
  257. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_mk.properties +8 -0
  258. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ms.properties +8 -0
  259. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_nl.properties +8 -0
  260. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_no.properties +8 -0
  261. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_pl.properties +8 -0
  262. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_pt.properties +8 -0
  263. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_pt_PT.properties +8 -0
  264. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ro.properties +8 -0
  265. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ru.properties +8 -0
  266. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sh.properties +8 -0
  267. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sk.properties +8 -0
  268. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sl.properties +8 -0
  269. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sr.properties +8 -0
  270. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sv.properties +8 -0
  271. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_th.properties +8 -0
  272. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_tr.properties +8 -0
  273. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_uk.properties +8 -0
  274. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_vi.properties +8 -0
  275. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_zh_CN.properties +8 -0
  276. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_zh_TW.properties +8 -0
  277. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +11 -7
  278. package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +2 -2
  279. package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +8 -1
  280. package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +13 -0
  281. package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
  282. package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +0 -6
  283. package/src/main/js/sap/ushell/components/shell/SideNavigation/fragment/Popover.fragment.xml +2 -2
  284. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
  285. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/AllSpaces.js +2 -2
  286. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +32 -5
  287. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/NavigationHelper.js +17 -2
  288. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources.properties +2 -0
  289. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ar.properties +1 -0
  290. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_bg.properties +1 -0
  291. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ca.properties +1 -0
  292. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_cnr.properties +1 -0
  293. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_cs.properties +1 -0
  294. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_cy.properties +1 -0
  295. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_da.properties +1 -0
  296. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_de.properties +1 -0
  297. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_el.properties +1 -0
  298. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_en.properties +1 -0
  299. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_en_GB.properties +1 -0
  300. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_en_US_saprigi.properties +1 -0
  301. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_es.properties +1 -0
  302. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_es_MX.properties +1 -0
  303. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_et.properties +1 -0
  304. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_fi.properties +1 -0
  305. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_fr.properties +1 -0
  306. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_fr_CA.properties +1 -0
  307. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_hi.properties +1 -0
  308. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_hr.properties +1 -0
  309. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_hu.properties +1 -0
  310. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_id.properties +1 -0
  311. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_it.properties +1 -0
  312. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_iw.properties +1 -0
  313. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ja.properties +1 -0
  314. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_kk.properties +1 -0
  315. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ko.properties +1 -0
  316. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_lt.properties +1 -0
  317. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_lv.properties +1 -0
  318. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_mk.properties +1 -0
  319. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ms.properties +1 -0
  320. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_nl.properties +1 -0
  321. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_no.properties +1 -0
  322. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_pl.properties +1 -0
  323. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_pt.properties +1 -0
  324. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_pt_PT.properties +1 -0
  325. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ro.properties +1 -0
  326. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ru.properties +1 -0
  327. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sh.properties +1 -0
  328. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sk.properties +1 -0
  329. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sl.properties +1 -0
  330. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sr.properties +1 -0
  331. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sv.properties +1 -0
  332. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_th.properties +1 -0
  333. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_tr.properties +1 -0
  334. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_uk.properties +1 -0
  335. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_vi.properties +1 -0
  336. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_zh_CN.properties +1 -0
  337. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_zh_TW.properties +1 -0
  338. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  339. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.controller.js +1 -0
  340. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  341. package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/StaticTile.controller.js +12 -2
  342. package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/DynamicTile.controller.js +12 -2
  343. package/src/main/js/sap/ushell/components/tiles/indicatorArea/AreaChartTile.controller.js +157 -152
  344. package/src/main/js/sap/ushell/components/tiles/indicatorDual/DualTile.controller.js +2 -2
  345. package/src/main/js/sap/ushell/components/tiles/indicatorDual/DualTile.view.js +23 -22
  346. package/src/main/js/sap/ushell/components/tiles/indicatorDualComparison/DualComparison.controller.js +4 -2
  347. package/src/main/js/sap/ushell/components/tiles/indicatorDualDeviation/DualDeviation.controller.js +5 -5
  348. package/src/main/js/sap/ushell/components/tiles/indicatorDualTrend/DualTrend.controller.js +106 -102
  349. package/src/main/js/sap/ushell/components/tiles/indicatorHarveyBall/HarveyBallTile.controller.js +8 -7
  350. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/oData4Analytics.js +96 -53
  351. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/smartBusinessUtil.js +63 -52
  352. package/src/main/js/sap/ushell/components/tiles/indicatorcomparison/ComparisonTile.controller.js +4 -2
  353. package/src/main/js/sap/ushell/components/tiles/indicatorcontribution/ContributionTile.controller.js +2 -1
  354. package/src/main/js/sap/ushell/components/tiles/indicatordeviation/DeviationTile.controller.js +2 -2
  355. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  356. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  357. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  358. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  359. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  360. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  361. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  362. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  363. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  364. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  365. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  366. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  367. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  368. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  369. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  370. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Avatar.js +0 -2
  371. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Button.js +10 -2
  372. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItem.js +0 -2
  373. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemGroup.js +5 -4
  374. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Menu.js +0 -10
  375. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +0 -12
  376. package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +1 -32
  377. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/IllustratedMessage.js +96 -0
  378. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationList.js +0 -6
  379. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +0 -4
  380. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItem.js +0 -2
  381. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/Search.js +0 -10
  382. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItem.js +5 -2
  383. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBar.js +0 -16
  384. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarBranding.js +0 -2
  385. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarItem.js +0 -2
  386. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSearch.js +5 -10
  387. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +0 -16
  388. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +1 -1
  389. package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +1 -1
  390. package/src/main/js/sap/ushell/library.js +1 -1
  391. package/src/main/js/sap/ushell/navigation/NavigationState.js +0 -3
  392. package/src/main/js/sap/ushell/navigationMode.js +5 -5
  393. package/src/main/js/sap/ushell/override.js +1 -2
  394. package/src/main/js/sap/ushell/performance/FesrEnhancer.js +53 -15
  395. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  396. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +19 -10
  397. package/src/main/js/sap/ushell/plugins/BaseRTAPlugin.js +2 -0
  398. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  399. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_de.properties +1 -1
  400. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_vi.properties +1 -1
  401. package/src/main/js/sap/ushell/renderer/NavContainer.js +7 -0
  402. package/src/main/js/sap/ushell/renderer/Renderer.js +3 -3
  403. package/src/main/js/sap/ushell/renderer/RendererManagedComponents.js +200 -0
  404. package/src/main/js/sap/ushell/renderer/Shell.controller.js +0 -17
  405. package/src/main/js/sap/ushell/renderer/Shell.view.js +6 -3
  406. package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +1 -1
  407. package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +18 -18
  408. package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +1 -1
  409. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  410. package/src/main/js/sap/ushell/renderers/fiori2/Renderer.js +38 -31
  411. package/src/main/js/sap/ushell/services/AllMyApps.js +0 -2
  412. package/src/main/js/sap/ushell/services/AppLifeCycle.js +18 -12
  413. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  414. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  415. package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
  416. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  417. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  418. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  419. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  420. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  421. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  422. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  423. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  424. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  425. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  426. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  427. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  428. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  429. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  430. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  431. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  432. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  433. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  434. package/src/main/js/sap/ushell/services/DarkModeSupport.js +3 -3
  435. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  436. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  437. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
  438. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  439. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  440. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
  441. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  442. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  443. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
  444. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
  445. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  446. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  447. package/src/main/js/sap/ushell/services/Message.js +1 -1
  448. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +21 -1
  449. package/src/main/js/sap/ushell/services/MessageBroker.js +5 -16
  450. package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
  451. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +2 -2
  452. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  453. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  454. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +3 -2
  455. package/src/main/js/sap/ushell/services/Notifications.js +1 -1
  456. package/src/main/js/sap/ushell/services/NotificationsV2.js +1 -1
  457. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  458. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  459. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  460. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  461. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  462. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  463. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
  464. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
  465. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
  466. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
  467. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  468. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  469. package/src/main/js/sap/ushell/services/Search.js +1 -1
  470. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  471. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  472. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  473. package/src/main/js/sap/ushell/services/ShellNavigationInternal.js +1 -1
  474. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  475. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  476. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  477. package/src/main/js/sap/ushell/services/URLParsing.js +8 -8
  478. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  479. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  480. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +6 -6
  481. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  482. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +2 -2
  483. package/src/main/js/sap/ushell/services/UserInfo.js +2 -2
  484. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  485. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  486. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  487. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  488. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  489. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  490. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  491. package/src/main/js/sap/ushell/state/StrategyFactory/HeadEndItemsStrategy.js +7 -0
  492. package/src/main/js/sap/ushell/state/modules/BackNavigation.js +1 -1
  493. package/src/main/js/sap/ushell/state/modules/ContentDensity.js +1 -1
  494. package/src/main/js/sap/ushell/state/modules/Favicon.js +1 -1
  495. package/src/main/js/sap/ushell/state/modules/HeaderLogo.js +1 -1
  496. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  497. package/src/main/js/sap/ushell/thirdparty/Avatar.js +4 -4
  498. package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +4 -10
  499. package/src/main/js/sap/ushell/thirdparty/Button.js +1 -1
  500. package/src/main/js/sap/ushell/thirdparty/Button2.js +68 -17
  501. package/src/main/js/sap/ushell/thirdparty/FocusableElements.js +10 -0
  502. package/src/main/js/sap/ushell/thirdparty/Icon.js +24 -5
  503. package/src/main/js/sap/ushell/thirdparty/Icons.js +47 -46
  504. package/src/main/js/sap/ushell/thirdparty/IllustratedMessage.js +1292 -0
  505. package/src/main/js/sap/ushell/thirdparty/Label.js +3 -3
  506. package/src/main/js/sap/ushell/thirdparty/Link.js +4 -4
  507. package/src/main/js/sap/ushell/thirdparty/List.js +48 -65
  508. package/src/main/js/sap/ushell/thirdparty/ListItemAdditionalText.css.js +10 -0
  509. package/src/main/js/sap/ushell/thirdparty/ListItemBase.js +19 -7
  510. package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +31 -17
  511. package/src/main/js/sap/ushell/thirdparty/ListItemGroup.js +235 -67
  512. package/src/main/js/sap/ushell/thirdparty/Menu.js +9 -10
  513. package/src/main/js/sap/ushell/thirdparty/MenuItem.js +1 -1
  514. package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +48 -14
  515. package/src/main/js/sap/ushell/thirdparty/NotificationList.js +4 -4
  516. package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +2 -2
  517. package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +14 -5
  518. package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +4 -4
  519. package/src/main/js/sap/ushell/thirdparty/ResponsivePopover.js +43 -29
  520. package/src/main/js/sap/ushell/thirdparty/SearchItem.js +22 -5
  521. package/src/main/js/sap/ushell/thirdparty/SearchItemGroup.js +2 -2
  522. package/src/main/js/sap/ushell/thirdparty/SearchMessageArea.js +2 -2
  523. package/src/main/js/sap/ushell/thirdparty/ShellBar.js +37 -34
  524. package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +2 -2
  525. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch.js +1 -1
  526. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch2.js +169 -53
  527. package/src/main/js/sap/ushell/thirdparty/Tag.js +4 -4
  528. package/src/main/js/sap/ushell/thirdparty/Text.js +4 -4
  529. package/src/main/js/sap/ushell/thirdparty/Title.js +2 -2
  530. package/src/main/js/sap/ushell/thirdparty/UserMenu.js +9 -9
  531. package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +1 -1
  532. package/src/main/js/sap/ushell/thirdparty/WrappingType.js +24 -0
  533. package/src/main/js/sap/ushell/thirdparty/_dynamics/InputSuggestions.js +5 -52
  534. package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +3 -3
  535. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT.js +202 -178
  536. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT2.js +145 -121
  537. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +51 -6
  538. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +3 -0
  539. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +52 -7
  540. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +3 -0
  541. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +52 -7
  542. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +3 -0
  543. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +51 -6
  544. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +3 -0
  545. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +51 -6
  546. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +3 -0
  547. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +51 -6
  548. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +3 -0
  549. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +51 -6
  550. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +3 -0
  551. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +52 -7
  552. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +9 -6
  553. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +51 -6
  554. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +3 -0
  555. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en.js +3 -174
  556. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +174 -717
  557. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +777 -582
  558. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en4.js +593 -0
  559. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +51 -6
  560. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +3 -0
  561. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd.js +3 -174
  562. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +174 -711
  563. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +777 -582
  564. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd4.js +593 -0
  565. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi.js +3 -174
  566. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +174 -717
  567. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +777 -582
  568. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi4.js +593 -0
  569. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +51 -6
  570. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +3 -0
  571. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +51 -6
  572. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +3 -0
  573. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +51 -6
  574. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +3 -0
  575. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +51 -6
  576. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +3 -0
  577. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +51 -6
  578. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +3 -0
  579. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +51 -6
  580. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +3 -0
  581. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +51 -6
  582. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +3 -0
  583. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +51 -6
  584. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +3 -0
  585. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +52 -7
  586. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +3 -0
  587. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +51 -6
  588. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +3 -0
  589. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +53 -8
  590. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +4 -1
  591. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +51 -6
  592. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +3 -0
  593. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +51 -6
  594. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +3 -0
  595. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +51 -6
  596. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +3 -0
  597. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +52 -7
  598. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +3 -0
  599. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +51 -6
  600. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +3 -0
  601. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +51 -6
  602. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +3 -0
  603. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +51 -6
  604. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +3 -0
  605. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +51 -6
  606. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +3 -0
  607. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +51 -6
  608. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +3 -0
  609. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +51 -6
  610. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +3 -0
  611. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +51 -6
  612. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +3 -0
  613. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +51 -6
  614. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +3 -0
  615. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +51 -6
  616. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +3 -0
  617. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +51 -6
  618. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +3 -0
  619. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +51 -6
  620. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +3 -0
  621. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +52 -7
  622. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +3 -0
  623. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +51 -6
  624. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +3 -0
  625. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +51 -6
  626. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +3 -0
  627. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +52 -7
  628. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +3 -0
  629. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +51 -6
  630. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +3 -0
  631. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +51 -6
  632. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +3 -0
  633. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +51 -6
  634. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +3 -0
  635. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +51 -6
  636. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +3 -0
  637. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +51 -6
  638. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +3 -0
  639. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +51 -6
  640. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +3 -0
  641. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +51 -6
  642. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +3 -0
  643. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +51 -6
  644. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +3 -0
  645. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
  646. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
  647. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
  648. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
  649. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
  650. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
  651. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
  652. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
  653. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
  654. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
  655. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
  656. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
  657. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
  658. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
  659. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
  660. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
  661. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css26.js +1 -1
  662. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css27.js +7 -0
  663. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css4.js +1 -1
  664. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css5.js +1 -1
  665. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css6.js +1 -1
  666. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css7.js +1 -1
  667. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css8.js +1 -1
  668. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css9.js +1 -1
  669. package/src/main/js/sap/ushell/thirdparty/getEffectiveScrollbarStyle.js +33 -0
  670. package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +110 -145
  671. package/src/main/js/sap/ushell/thirdparty/i18n-defaults2.js +152 -104
  672. package/src/main/js/sap/ushell/thirdparty/overflow.js +16 -36
  673. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +4 -1
  674. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css2.js +1 -1
  675. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css3.js +8 -0
  676. package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +51 -38
  677. package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +12 -12
  678. package/src/main/js/sap/ushell/thirdparty/webcomponents.js +24 -24
  679. package/src/main/js/sap/ushell/ui/QuickAccess.js +12 -2
  680. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  681. package/src/main/js/sap/ushell/ui/footerbar/SendAsEmailButton.js +2 -2
  682. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  683. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  684. package/src/main/js/sap/ushell/ui/launchpad/VizInstance.js +7 -4
  685. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  686. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  687. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  688. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  689. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  690. package/src/main/js/sap/ushell/utils/UrlParsing.js +4 -4
  691. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  692. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
  693. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
  694. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  695. package/src/test/js/sap/ushell/bootstrap/sandbox.js +69 -70
  696. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/AppruntimeHandler.js +0 -121
  697. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/LifecycleHandler.js +0 -631
  698. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/ServiceHandler.js +0 -1541
  699. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntimeService.js +0 -40
  700. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css3.js +0 -7
  701. /package/src/main/js/sap/ushell/appIntegration/{PostMessageManager → PostMessageHandler}/ExtensionItems.js +0 -0
@@ -18,13 +18,13 @@ sap.ui.define([
18
18
  "sap/ushell/utils",
19
19
  "sap/ushell/utils/UrlParsing",
20
20
  "sap/ushell/Container"
21
- ], function (
21
+ ], (
22
22
  Log,
23
23
  BaseObject,
24
24
  utils,
25
25
  UrlParsingUtil,
26
26
  Container
27
- ) {
27
+ ) => {
28
28
  "use strict";
29
29
 
30
30
  // usage : sap.ushell.Container.getServiceAsync("URLParsing").then(function (URLParsing) {
@@ -399,20 +399,20 @@ sap.ui.define([
399
399
  * @deprecated since 1.31. Please use {@link sap.ui.model.odata.ODataUtils#setOrigin} instead.
400
400
  */
401
401
  this.addSystemToServiceUrl = function (sServiceUrl, vComponentOrSystem) {
402
- var sSystem = vComponentOrSystem;
402
+ let sSystem = vComponentOrSystem;
403
403
 
404
404
  if (!sServiceUrl || sServiceUrl.indexOf("/") !== 0 || sServiceUrl.indexOf("//") === 0) {
405
- throw new utils.Error("Invalid URL: " + sServiceUrl,
405
+ throw new utils.Error(`Invalid URL: ${sServiceUrl}`,
406
406
  "sap.ushell.services.URLParsing");
407
407
  }
408
408
  if (BaseObject.isA(vComponentOrSystem, "sap.ui.core.Component")) {
409
- var oComponentData = (typeof vComponentOrSystem.getComponentData === "function") && vComponentOrSystem.getComponentData();
409
+ const oComponentData = (typeof vComponentOrSystem.getComponentData === "function") && vComponentOrSystem.getComponentData();
410
410
  sSystem = oComponentData && oComponentData.startupParameters && oComponentData.startupParameters["sap-system"]
411
411
  && oComponentData.startupParameters["sap-system"][0];
412
412
  }
413
413
 
414
414
  // Container.getService is OK here. The NavTargetResolutionInternal service should be present already and the function is deprecated.
415
- var oResolution = Container.getService("NavTargetResolutionInternal").getCurrentResolution(); // LEGACY API (deprecated)
415
+ const oResolution = Container.getService("NavTargetResolutionInternal").getCurrentResolution(); // LEGACY API (deprecated)
416
416
  // note: if component is specified but lacks sap-system, we do not do a fallback!
417
417
  if (!sSystem && !vComponentOrSystem && oResolution && oResolution.url) {
418
418
  sSystem = new URL(oResolution.url, window.location.href).searchParams.get("sap-system");
@@ -421,10 +421,10 @@ sap.ui.define([
421
421
  // do nothing, mo present
422
422
  } else if (/^[^?]*(;o=([/;?]|$))/.test(sServiceUrl)) {
423
423
  // URL with ";o=" *not* followed by system: insert system
424
- sServiceUrl = sServiceUrl.replace(/;o=([/;?]|$)/, (sSystem ? ";o=" + sSystem : "") + "$1");
424
+ sServiceUrl = sServiceUrl.replace(/;o=([/;?]|$)/, `${sSystem ? `;o=${sSystem}` : ""}$1`);
425
425
  } else if (!/^[^?]*;o=/.test(sServiceUrl) && sSystem) {
426
426
  // URL without ";o=": append system
427
- sServiceUrl = sServiceUrl.replace(/(\/[^?]*?)(\/$|$|(\/?\?.*))/, "$1;o=" + sSystem + "$2");
427
+ sServiceUrl = sServiceUrl.replace(/(\/[^?]*?)(\/$|$|(\/?\?.*))/, `$1;o=${sSystem}$2`);
428
428
  }
429
429
 
430
430
  Container.addRemoteSystemForServiceUrl(sServiceUrl);
@@ -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.139.0
9
+ * @version 1.140.0
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.139.0
4
+ * @version 1.140.0
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.139.0
7
+ * @version 1.140.0
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/base/Log",
@@ -645,7 +645,7 @@ sap.ui.define([
645
645
  AsyncHintsHelper.modifyUrls(oComponentProperties.asyncHints, this._removeCacheBusterTokenFromUrl);
646
646
  }
647
647
 
648
- //This code is for the Flexible UI team, to allow loading application with a specific manifest version:
648
+ // This code is for the Flexible UI team, to allow loading application with a specific manifest version:
649
649
  // 1. first, we need to check if the "sap.ui.fl" is loaded
650
650
  // 2. then we need to call special api provided by the FL team to give us the manifest
651
651
  // version to load based on the app id
@@ -663,16 +663,16 @@ sap.ui.define([
663
663
  }
664
664
  return oComponentProperties;
665
665
  } catch (ex) {
666
- //if exception occurred in the process of getting the manifest version, continue without it so the component
667
- //can be created
666
+ // if exception occurred in the process of getting the manifest version, continue without it so the component
667
+ // can be created
668
668
  Log.error("Error when trying to get manifest version from 'sap.ui.fl.apply.api.FlexRuntimeInfoAPI'",
669
669
  ex,
670
670
  "sap.ushell.services.Ui5ComponentLoader");
671
671
  return oComponentProperties;
672
672
  }
673
673
  } catch (ex) {
674
- //if the "sap.ui.require" fails, we simply resolve in order to continue as is, so the component
675
- //will be created without the manifest version (to avoid empty UI)
674
+ // if the "sap.ui.require" fails, we simply resolve in order to continue as is, so the component
675
+ // will be created without the manifest version (to avoid empty UI)
676
676
  Log.error("Error when trying to load 'sap/ui/fl/apply/api/FlexRuntimeInfoAPI'",
677
677
  ex,
678
678
  "sap.ushell.services.Ui5ComponentLoader");
@@ -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.139.0
17
+ * @version 1.140.0
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.139.0
10
+ * @version 1.140.0
11
11
  */
12
12
  sap.ui.define([
13
13
  "sap/base/Log",
@@ -512,7 +512,7 @@ sap.ui.define([
512
512
  /**
513
513
  * Converts an array of parameter names to an object with the parameter names as keys.
514
514
  * @param {string[]} aParameterNames the parameters in an array format.
515
- * @returns {object<string, object>} the parameters in an object format.
515
+ * @returns {Object<string, object>} the parameters in an object format.
516
516
  *
517
517
  * @private
518
518
  */
@@ -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.139.0
6
+ * @version 1.140.0
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/base/Log",
@@ -190,7 +190,7 @@ sap.ui.define([
190
190
  if (oAdapter.getThemeRoot) {
191
191
  const sThemeRoot = await oAdapter.getThemeRoot(sThemeId);
192
192
  if (sThemeRoot !== undefined) {
193
- Container.getUser().addThemeRootForTheme({id: sThemeId, root:sThemeRoot});
193
+ Container.getUser().addThemeRootForTheme({id: sThemeId, root: sThemeRoot});
194
194
  }
195
195
  }
196
196
  };
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The Unified Shell's user activity service.
5
- * @version 1.139.0
5
+ * @version 1.140.0
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.139.0
10
+ * @version 1.140.0
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.139.0
5
+ * @version 1.140.0
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.139.0
10
+ * @version 1.140.0
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.139.0
6
+ * @version 1.140.0
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.139.0
6
+ * @version 1.140.0
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.139.0
7
+ * @version 1.140.0
8
8
  * @private
9
9
  */
10
10
  sap.ui.define([
@@ -3,10 +3,12 @@
3
3
  sap.ui.define([
4
4
  "sap/base/Log",
5
5
  "sap/ui/core/Element",
6
+ "sap/ushell/Config",
6
7
  "sap/ushell/api/NewExperience"
7
8
  ], (
8
9
  Log,
9
10
  Element,
11
+ Config,
10
12
  NewExperience
11
13
  ) => {
12
14
  "use strict";
@@ -61,6 +63,11 @@ sap.ui.define([
61
63
  * @private
62
64
  */
63
65
  #exceedsMaxLength (aList) {
66
+ // The ShellBar WebComponent does not have any limit for the content, compared to the ShellHeader.
67
+ // Therefore we do not need to check for this anymore.
68
+ if (Config.last("/core/shellBar/enabled")) {
69
+ return false;
70
+ }
64
71
  const aListWithoutDuplicates = [...new Set(aList)];
65
72
  const aReservedIds = [
66
73
  "endItemsOverflowBtn"
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview handle all the current back navigation.
5
- * @version 1.139.0
5
+ * @version 1.140.0
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.139.0
5
+ * @version 1.140.0
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.139.0
5
+ * @version 1.140.0
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ui/core/Theming",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview handles the logo within the header.
5
- * @version 1.139.0
5
+ * @version 1.140.0
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/i18n/Localization",
@@ -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.139.0
12
+ * @version 1.140.0
13
13
  */
14
14
  sap.ui.define([
15
15
  "sap/ui/core/Element",
@@ -1,4 +1,4 @@
1
- sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/Icon'], (function (webcomponentsBase, webcomponents, eventStrict, i18nDefaults, parametersBundle_css, Icons, Icon) { 'use strict';
1
+ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/i18n-defaults2'], (function (webcomponentsBase, webcomponents, eventStrict, parametersBundle_css$1, parametersBundle_css, Icons, Icon, i18nDefaults) { 'use strict';
2
2
 
3
3
  function AvatarTemplate() {
4
4
  return (parametersBundle_css.jsxs("div", { class: "ui5-avatar-root", tabindex: this.tabindex, "data-sap-focus-ref": true, role: this._role, "aria-haspopup": this._ariaHasPopup, "aria-label": this.accessibleNameText, onKeyUp: this._onkeyup, onKeyDown: this._onkeydown, onClick: this._onclick, children: [this._hasImage ?
@@ -9,8 +9,8 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
9
9
  }
10
10
 
11
11
  Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
12
- Icons.p("@ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
13
- var AvatarCss = `:host(:not([hidden])){display:inline-block;box-sizing:border-box;position:relative;font-family:"72override",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-13-0-rc-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-13-0-rc-0_avatar_outline);outline-offset:var(--_ui5-v2-13-0-rc-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-13-0-rc-0-avatar-initials-border);outline:none;color:var(--ui5-v2-13-0-rc-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-13-0-rc-0_avatar_fontsize_XS)}:host(:not([size])),:host([_size="S"]),:host([size="S"]){min-height:3rem;min-width:3rem;font-size:var(--_ui5-v2-13-0-rc-0_avatar_fontsize_S)}:host([_size="M"]),:host([size="M"]){min-height:4rem;min-width:4rem;font-size:var(--_ui5-v2-13-0-rc-0_avatar_fontsize_M)}:host([_size="L"]),:host([size="L"]){min-height:5rem;min-width:5rem;font-size:var(--_ui5-v2-13-0-rc-0_avatar_fontsize_L)}:host([_size="XL"]),:host([size="XL"]){min-height:7rem;min-width:7rem;font-size:var(--_ui5-v2-13-0-rc-0_avatar_fontsize_XL)}:host .ui5-avatar-icon{height:var(--_ui5-v2-13-0-rc-0_avatar_fontsize_S);width:var(--_ui5-v2-13-0-rc-0_avatar_fontsize_S);color:inherit}:host([_size="XS"]) .ui5-avatar-icon,:host([size="XS"]) .ui5-avatar-icon{height:var(--_ui5-v2-13-0-rc-0_avatar_icon_XS);width:var(--_ui5-v2-13-0-rc-0_avatar_icon_XS)}:host([_size="S"]) .ui5-avatar-icon,:host([size="S"]) .ui5-avatar-icon{height:var(--_ui5-v2-13-0-rc-0_avatar_icon_S);width:var(--_ui5-v2-13-0-rc-0_avatar_icon_S)}:host([_size="M"]) .ui5-avatar-icon,:host([size="M"]) .ui5-avatar-icon{height:var(--_ui5-v2-13-0-rc-0_avatar_icon_M);width:var(--_ui5-v2-13-0-rc-0_avatar_icon_M)}:host([_size="L"]) .ui5-avatar-icon,:host([size="L"]) .ui5-avatar-icon{height:var(--_ui5-v2-13-0-rc-0_avatar_icon_L);width:var(--_ui5-v2-13-0-rc-0_avatar_icon_L)}:host([_size="XL"]) .ui5-avatar-icon,:host([size="XL"]) .ui5-avatar-icon{height:var(--_ui5-v2-13-0-rc-0_avatar_icon_XL);width:var(--_ui5-v2-13-0-rc-0_avatar_icon_XL)}::slotted(*){border-radius:50%;width:100%;height:100%;pointer-events:none}:host([shape="Square"]){border-radius:var(--ui5-v2-13-0-rc-0-avatar-border-radius)}:host([shape="Square"]) ::slotted(*){border-radius:calc(var(--ui5-v2-13-0-rc-0-avatar-border-radius) - var(--ui5-v2-13-0-rc-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-13-0-rc-0-avatar-accent6);color:var(--ui5-v2-13-0-rc-0-avatar-accent6-color);border-color:var(--ui5-v2-13-0-rc-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-13-0-rc-0-avatar-accent1);color:var(--ui5-v2-13-0-rc-0-avatar-accent1-color);border-color:var(--ui5-v2-13-0-rc-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-13-0-rc-0-avatar-accent2);color:var(--ui5-v2-13-0-rc-0-avatar-accent2-color);border-color:var(--ui5-v2-13-0-rc-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-13-0-rc-0-avatar-accent3);color:var(--ui5-v2-13-0-rc-0-avatar-accent3-color);border-color:var(--ui5-v2-13-0-rc-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-13-0-rc-0-avatar-accent4);color:var(--ui5-v2-13-0-rc-0-avatar-accent4-color);border-color:var(--ui5-v2-13-0-rc-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-13-0-rc-0-avatar-accent5);color:var(--ui5-v2-13-0-rc-0-avatar-accent5-color);border-color:var(--ui5-v2-13-0-rc-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-13-0-rc-0-avatar-accent7);color:var(--ui5-v2-13-0-rc-0-avatar-accent7-color);border-color:var(--ui5-v2-13-0-rc-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-13-0-rc-0-avatar-accent8);color:var(--ui5-v2-13-0-rc-0-avatar-accent8-color);border-color:var(--ui5-v2-13-0-rc-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-13-0-rc-0-avatar-accent9);color:var(--ui5-v2-13-0-rc-0-avatar-accent9-color);border-color:var(--ui5-v2-13-0-rc-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-13-0-rc-0-avatar-accent10);color:var(--ui5-v2-13-0-rc-0-avatar-accent10-color);border-color:var(--ui5-v2-13-0-rc-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-13-0-rc-0-avatar-placeholder);color:var(--ui5-v2-13-0-rc-0-avatar-placeholder-color);border-color:var(--sapAvatar_Lite_BorderColor)}:host([_has-image]){color:var(--ui5-v2-13-0-rc-0-avatar-accent10-color);border:var(--ui5-v2-13-0-rc-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:"72override",var(--sapFontFamily);font-size:var(--sapFontSmallSize);color:var(--sapBackgroundColor);--_ui5-v2-13-0-rc-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-13-0-rc-0-tag-height: 1.25rem;--_ui5-v2-13-0-rc-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-13-0-rc-0-tag-height: 1.75rem;--_ui5-v2-13-0-rc-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}
12
+ Icons.p("@ui5/webcomponents", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
13
+ var AvatarCss = `:host(:not([hidden])){display:inline-block;box-sizing:border-box;position:relative;font-family:"72override",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-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-14-0-rc-0_avatar_outline);outline-offset:var(--_ui5-v2-14-0-rc-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-14-0-rc-0-avatar-initials-border);outline:none;color:var(--ui5-v2-14-0-rc-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-14-0-rc-0_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-0_avatar_fontsize_S)}:host([_size="M"]),:host([size="M"]){min-height:4rem;min-width:4rem;font-size:var(--_ui5-v2-14-0-rc-0_avatar_fontsize_M)}:host([_size="L"]),:host([size="L"]){min-height:5rem;min-width:5rem;font-size:var(--_ui5-v2-14-0-rc-0_avatar_fontsize_L)}:host([_size="XL"]),:host([size="XL"]){min-height:7rem;min-width:7rem;font-size:var(--_ui5-v2-14-0-rc-0_avatar_fontsize_XL)}:host .ui5-avatar-icon{height:var(--_ui5-v2-14-0-rc-0_avatar_fontsize_S);width:var(--_ui5-v2-14-0-rc-0_avatar_fontsize_S);color:inherit}:host([_size="XS"]) .ui5-avatar-icon,:host([size="XS"]) .ui5-avatar-icon{height:var(--_ui5-v2-14-0-rc-0_avatar_icon_XS);width:var(--_ui5-v2-14-0-rc-0_avatar_icon_XS)}:host([_size="S"]) .ui5-avatar-icon,:host([size="S"]) .ui5-avatar-icon{height:var(--_ui5-v2-14-0-rc-0_avatar_icon_S);width:var(--_ui5-v2-14-0-rc-0_avatar_icon_S)}:host([_size="M"]) .ui5-avatar-icon,:host([size="M"]) .ui5-avatar-icon{height:var(--_ui5-v2-14-0-rc-0_avatar_icon_M);width:var(--_ui5-v2-14-0-rc-0_avatar_icon_M)}:host([_size="L"]) .ui5-avatar-icon,:host([size="L"]) .ui5-avatar-icon{height:var(--_ui5-v2-14-0-rc-0_avatar_icon_L);width:var(--_ui5-v2-14-0-rc-0_avatar_icon_L)}:host([_size="XL"]) .ui5-avatar-icon,:host([size="XL"]) .ui5-avatar-icon{height:var(--_ui5-v2-14-0-rc-0_avatar_icon_XL);width:var(--_ui5-v2-14-0-rc-0_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-0-avatar-border-radius)}:host([shape="Square"]) ::slotted(*){border-radius:calc(var(--ui5-v2-14-0-rc-0-avatar-border-radius) - var(--ui5-v2-14-0-rc-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-14-0-rc-0-avatar-accent6);color:var(--ui5-v2-14-0-rc-0-avatar-accent6-color);border-color:var(--ui5-v2-14-0-rc-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-14-0-rc-0-avatar-accent1);color:var(--ui5-v2-14-0-rc-0-avatar-accent1-color);border-color:var(--ui5-v2-14-0-rc-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-14-0-rc-0-avatar-accent2);color:var(--ui5-v2-14-0-rc-0-avatar-accent2-color);border-color:var(--ui5-v2-14-0-rc-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-14-0-rc-0-avatar-accent3);color:var(--ui5-v2-14-0-rc-0-avatar-accent3-color);border-color:var(--ui5-v2-14-0-rc-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-14-0-rc-0-avatar-accent4);color:var(--ui5-v2-14-0-rc-0-avatar-accent4-color);border-color:var(--ui5-v2-14-0-rc-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-14-0-rc-0-avatar-accent5);color:var(--ui5-v2-14-0-rc-0-avatar-accent5-color);border-color:var(--ui5-v2-14-0-rc-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-14-0-rc-0-avatar-accent7);color:var(--ui5-v2-14-0-rc-0-avatar-accent7-color);border-color:var(--ui5-v2-14-0-rc-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-14-0-rc-0-avatar-accent8);color:var(--ui5-v2-14-0-rc-0-avatar-accent8-color);border-color:var(--ui5-v2-14-0-rc-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-14-0-rc-0-avatar-accent9);color:var(--ui5-v2-14-0-rc-0-avatar-accent9-color);border-color:var(--ui5-v2-14-0-rc-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-14-0-rc-0-avatar-accent10);color:var(--ui5-v2-14-0-rc-0-avatar-accent10-color);border-color:var(--ui5-v2-14-0-rc-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-14-0-rc-0-avatar-placeholder);color:var(--ui5-v2-14-0-rc-0-avatar-placeholder-color);border-color:var(--sapAvatar_Lite_BorderColor)}:host([_has-image]){color:var(--ui5-v2-14-0-rc-0-avatar-accent10-color);border:var(--ui5-v2-14-0-rc-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:"72override",var(--sapFontFamily);font-size:var(--sapFontSmallSize);color:var(--sapBackgroundColor);--_ui5-v2-14-0-rc-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-14-0-rc-0-tag-height: 1.25rem;--_ui5-v2-14-0-rc-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-14-0-rc-0-tag-height: 1.75rem;--_ui5-v2-14-0-rc-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
  /**
@@ -422,7 +422,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
422
422
  webcomponentsBase.d()
423
423
  ], Avatar.prototype, "badge", void 0);
424
424
  __decorate([
425
- i18nDefaults.i("@ui5/webcomponents")
425
+ parametersBundle_css$1.i("@ui5/webcomponents")
426
426
  ], Avatar, "i18nBundle", void 0);
427
427
  Avatar = Avatar_1 = __decorate([
428
428
  webcomponentsBase.m({
@@ -1,8 +1,4 @@
1
- sap.ui.define(['exports', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/Label'], (function (exports, ListItemBase, webcomponentsBase, Icons, i18nDefaults, parametersBundle_css, willShowContent, Label) { 'use strict';
2
-
3
- const n=/^(?:a|area)$/i,a=/^(?:input|select|textarea|button)$/i,r=e=>{if(e.disabled)return false;const t=e.getAttribute("tabindex");return t!=null?parseInt(t)>=0:a.test(e.nodeName)||n.test(e.nodeName)&&!!e.href};
4
-
5
- const c=e=>e.hasAttribute("data-ui5-focus-trap"),d=e=>{const l=getComputedStyle(e);return e.scrollHeight>e.clientHeight&&["scroll","auto"].indexOf(l.overflowY)>=0||e.scrollWidth>e.clientWidth&&["scroll","auto"].indexOf(l.overflowX)>=0},b=async(e,l)=>!e||ListItemBase.i(e)?null:m(e,true),H=async(e,l)=>!e||ListItemBase.i(e)?null:m(e,false),T=e=>e.hasAttribute("data-ui5-focus-redirect")||!ListItemBase.i(e),L=e=>{if(webcomponentsBase.v(e)){const l=e.getAttribute("tabindex");if(l!==null&&parseInt(l)<0)return true}return false},m=async(e,l,r$1)=>{let t,s,n=-1;e.shadowRoot?t=l?e.shadowRoot.firstChild:e.shadowRoot.lastChild:e instanceof HTMLSlotElement&&e.assignedNodes()?(s=e.assignedElements(),n=l?0:s.length-1,t=s[n]):t=l?e.firstElementChild:e.lastElementChild;let i;for(;t;){const u=t;if(!ListItemBase.i(u)&&!L(u)){if(webcomponentsBase.v(t)&&(await t._waitForDomRef(),t=t.getDomRef()),!t||ListItemBase.i(t))return null;if(t.nodeType===1&&T(t)&&!c(t)){if(r(t)||(i=await m(t,l),!Icons.h()&&!i&&d(t)))return t&&typeof t.focus=="function"?t:null;if(i)return i&&typeof i.focus=="function"?i:null}}t=l?u.nextElementSibling:u.previousElementSibling,s&&!s[n].contains(t)&&(n=l?n+1:n-1,t=s[n]);}return null};
1
+ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/i18n-defaults2'], (function (exports, webcomponentsBase, parametersBundle_css$1, parametersBundle_css, Icons, willShowContent, Label, i18nDefaults) { 'use strict';
6
2
 
7
3
  /**
8
4
  * Different BusyIndicator text placements.
@@ -35,8 +31,8 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thir
35
31
  }
36
32
 
37
33
  Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
38
- Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
39
- var busyIndicatorCss = `:host(:not([hidden])){display:inline-block}:host([_is-busy]){color:var(--_ui5-v2-13-0-rc-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-13-0-rc-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)}}
34
+ Icons.p("sap/ushell/gen/ui5/webcomponents", "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-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-14-0-rc-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)}}
40
36
  `;
41
37
 
42
38
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -218,7 +214,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thir
218
214
  webcomponentsBase.s({ type: Boolean })
219
215
  ], BusyIndicator.prototype, "_isBusy", void 0);
220
216
  __decorate([
221
- i18nDefaults.i("sap/ushell/gen/ui5/webcomponents")
217
+ parametersBundle_css$1.i("sap/ushell/gen/ui5/webcomponents")
222
218
  ], BusyIndicator, "i18nBundle", void 0);
223
219
  BusyIndicator = BusyIndicator_1 = __decorate([
224
220
  webcomponentsBase.m({
@@ -233,7 +229,5 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thir
233
229
  var BusyIndicator$1 = BusyIndicator;
234
230
 
235
231
  exports.BusyIndicator = BusyIndicator$1;
236
- exports.H = H;
237
- exports.b = b;
238
232
 
239
233
  }));
@@ -1,4 +1,4 @@
1
- sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/AccessibilityTextsHelper', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/Icon'], (function (webcomponentsBase, webcomponents, eventStrict, i18nDefaults, parametersBundle_css, AccessibilityTextsHelper, Icons, willShowContent, Button, toLowercaseEnumValue, Icon) { 'use strict';
1
+ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/AccessibilityTextsHelper', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Label'], (function (webcomponentsBase, webcomponents, eventStrict, parametersBundle_css, parametersBundle_css$1, AccessibilityTextsHelper, Icons, willShowContent, Button, toLowercaseEnumValue, i18nDefaults, Icon, BusyIndicator, Label) { 'use strict';
2
2
 
3
3
 
4
4