@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
@@ -1,6 +1,8 @@
1
1
  // Copyright (c) 2009-2025 SAP SE, All Rights Reserved
2
2
 
3
3
  sap.ui.define([
4
+ "sap/m/Input",
5
+ "sap/ui/core/Element",
4
6
  "sap/ui/core/EventBus",
5
7
  "sap/ushell/components/shell/Search/ESearch",
6
8
  "sap/ui/core/UIComponent",
@@ -9,7 +11,7 @@ sap.ui.define([
9
11
  "sap/ushell/utils",
10
12
  "sap/base/util/ObjectPath",
11
13
  "sap/ushell/Container"
12
- ], (EventBus, ESearch, UIComponent, Component, Config, Utils, ObjectPath, Container) => {
14
+ ], (Input, Element, EventBus, ESearch, UIComponent, Component, Config, Utils, ObjectPath, Container) => {
13
15
  "use strict";
14
16
 
15
17
  return UIComponent.extend("sap.ushell.components.shell.Search.Component", {
@@ -45,6 +47,17 @@ sap.ui.define([
45
47
  });
46
48
  }
47
49
  } else {
50
+ // create dummy search input for ESearch when ShellBar is enabled
51
+ if (Config.last("/core/shellBar/enabled")) {
52
+ const oDummySearchInput = new Input({
53
+ id: "dummySearchInput"
54
+ });
55
+
56
+ const oShellHeaderContainer = Element.getElementById("shell-header");
57
+ const oShellBarComponent = oShellHeaderContainer?.getComponentInstance()?.getRootControl()?.byId("shellBar");
58
+ oShellBarComponent?.addSearchField(oDummySearchInput);
59
+ }
60
+
48
61
  ESearch.createContent(that);
49
62
  EventBus.getInstance().publish("shell", "searchCompLoaded", { delay: 0 });
50
63
  }
@@ -10,7 +10,15 @@ sap.ui.define([
10
10
  "sap/ushell/renderer/search/util",
11
11
  "sap/ushell/Container",
12
12
  "sap/ushell/Config"
13
- ], (Element, Library, resources, IconPool, HashChanger, jQuery, util, Container, Config) => {
13
+ ], (Element,
14
+ Library,
15
+ resources,
16
+ IconPool,
17
+ HashChanger,
18
+ jQuery,
19
+ util,
20
+ Container,
21
+ Config) => {
14
22
  "use strict";
15
23
 
16
24
  let bDoExit = false;
@@ -4,7 +4,7 @@
4
4
  "id": "sap.ushell.components.shell.Search",
5
5
 
6
6
  "applicationVersion": {
7
- "version": "1.139.0"
7
+ "version": "1.140.0"
8
8
  },
9
9
  "i18n": {
10
10
  "bundleUrl": "../../../renderer/resources/resources.properties",
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
 
34
34
  return UIComponent.extend("sap.ushell.components.shell.SearchCEP.Component", {
35
35
  metadata: {
36
- version: "1.139.0",
36
+ version: "1.140.0",
37
37
  library: ["sap.ushell", "sap.ushell.components.shell"],
38
38
  dependencies: {
39
39
  libs: ["sap.m"]
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview
5
- * @version 1.139.0
5
+ * @version 1.140.0
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/Log",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview
5
- * @version 1.139.0
5
+ * @version 1.140.0
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/Log",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview This module is the search provider main interface
5
- * @version 1.139.0
5
+ * @version 1.140.0
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/resources",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview This module handles the navigation service search actions
5
- * @version 1.139.0
5
+ * @version 1.140.0
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/Log",
@@ -1,37 +1,46 @@
1
1
  // Copyright (c) 2009-2025 SAP SE, All Rights Reserved
2
-
2
+ /**
3
+ * @fileOverview Search CEP Component for the SAP Fiori Launchpad based on UI5 Web Component ShellBarSearch.
4
+ * @since 1.140.0
5
+ **/
3
6
  sap.ui.define([
4
7
  "sap/ui/core/Element",
5
8
  "sap/ui/core/Component",
6
9
  "sap/base/Log",
7
10
  "sap/ushell/resources",
8
- "sap/ushell/utils",
9
11
  "sap/ushell/Container",
10
12
  "sap/ushell/EventHub",
11
13
  "sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchProvider",
14
+ "sap/ushell/gen/ui5/webcomponents-fiori/dist/IllustratedMessage",
12
15
  "sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSearch",
13
16
  "sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItem",
14
17
  "sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItemGroup",
15
18
  "sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchMessageArea",
16
19
  "sap/ushell/gen/ui5/webcomponents/dist/Button",
17
20
  "sap/ui/model/json/JSONModel",
18
- "sap/base/util/deepEqual"
21
+ "sap/ui/thirdparty/hasher",
22
+ "sap/ushell/api/performance/Extension",
23
+ "sap/ushell/utils",
24
+ "sap/ushell/api/performance/NavigationSource"
19
25
  ], (
20
26
  Element,
21
27
  Component,
22
28
  Log,
23
29
  resources,
24
- ushellUtils,
25
30
  Container,
26
31
  EventHub,
27
32
  SearchProvider,
33
+ IllustratedMessage,
28
34
  ShellBarSearch,
29
35
  SearchItem,
30
36
  SearchItemGroup,
31
37
  SearchMessageArea,
32
38
  Button,
33
39
  JSONModel,
34
- deepEqual
40
+ hasher,
41
+ Extension,
42
+ ushellUtils,
43
+ NavigationSource
35
44
  ) => {
36
45
  "use strict";
37
46
 
@@ -53,7 +62,7 @@ sap.ui.define([
53
62
  searchProviderMap: {
54
63
  RecentSearchesList: "recentSearches",
55
64
  AppsList: "applications",
56
- //evaluate whether to change to FrequentlyUsedItemsList (including products)
65
+ // evaluate whether to change to FrequentlyUsedItemsList (including products)
57
66
  FrequentlyUsedAppsList: "frequentApplications",
58
67
  ProductsList: "products",
59
68
  ExternalSearchAppsList: "externalSearchApplications"
@@ -76,12 +85,19 @@ sap.ui.define([
76
85
 
77
86
  this._bIsMyHome = Container.getFLPPlatform(true) === "MYHOME";
78
87
 
79
- this.oShellHeader = Element.getElementById("shell-header");
80
-
88
+ this._oShellHeader = Element.getElementById("shell-header");
81
89
  this._initSearchField();
82
90
  this._registerDefaultProviders();
91
+ this._registerHandleHashChange();
92
+
93
+ if (this._oShellHeader.isLargeState() || this._oShellHeader.isExtraLargeState()) {
94
+ this._fetchSuggestions();
95
+ this._toggleSearchFieldInput(true);
96
+ }
97
+
83
98
  this._aDoables = [];
84
- this._listenToEvents();
99
+ this._aDoables.push(EventHub.on("updateExtProviderLists").do(this._updateExtProviderLists.bind(this, this._oSearchCEPService)));
100
+ this._oExtension = new Extension();
85
101
  },
86
102
 
87
103
  /**
@@ -91,10 +107,9 @@ sap.ui.define([
91
107
  _initSearchField: function () {
92
108
  try {
93
109
  this._oSearchField = new ShellBarSearch({
94
- id: "cepSearchNewInBarJS",
110
+ id: "newCEPShellBarSearch",
95
111
  placeholder: resources.i18n.getText("searchAppTitle"),
96
- tooltip: "{i18n>search}",
97
- open: false,
112
+ autoOpen: true,
98
113
  showClearIcon: true
99
114
  });
100
115
  this._oSearchField.setModel(this._oResultModel, "searchResults");
@@ -103,19 +118,13 @@ sap.ui.define([
103
118
  factory: this._searchItemGroupFactory.bind(this)
104
119
  });
105
120
 
106
- this._oSearchField.addMessageArea(new SearchMessageArea({
107
- id: "searchMessageArea",
108
- text: "Message area text placeholder w.o. i18n",
109
- description: "Search for example “All my open Objects”",
110
- visible: true
111
- }));
112
121
  this._attachSearchEventHandlers();
113
- this.oShellHeader = Element.getElementById("shell-header");
114
- this.oShellHeader.setSearch(this._oSearchField);
122
+ this._oShellHeader.setSearch(this._oSearchField);
115
123
  } catch (error) {
116
124
  Log.error("Failed to create CEP search field content", error);
117
125
  }
118
126
  },
127
+
119
128
  /**
120
129
  * Attach all relevant event handlers to the search field
121
130
  * @private
@@ -125,6 +134,15 @@ sap.ui.define([
125
134
  this._oSearchField.attachInput(this._onInputChange.bind(this));
126
135
  },
127
136
 
137
+ /**
138
+ * Detach all attached event handlers to the search field
139
+ * @private
140
+ */
141
+ _detachSearchEventHandlers: function () {
142
+ this._oSearchField.detachSearch(this._onSearch.bind(this));
143
+ this._oSearchField.detachInput(this._onInputChange.bind(this));
144
+ },
145
+
128
146
  /**
129
147
  * Factory for creating search item groups for the search field.
130
148
  * @param {string} sId The ID for the search item group.
@@ -144,11 +162,7 @@ sap.ui.define([
144
162
  text: "{searchResults>text}",
145
163
  icon: "{searchResults>icon}",
146
164
  description: "{searchResults>contentProviderLabel}",
147
- delete: (oEvent) => {
148
- // TODO Handle delete action for the item through UserRecents service and recents Activity - add onDelete there
149
- // Removing the item from the shellbarsearch items aggregation only temporarily removes it
150
- oEvent.getSource().getParent().removeItem(oEvent.getSource());
151
- }
165
+ deletable: false
152
166
  })
153
167
  }
154
168
  });
@@ -166,15 +180,7 @@ sap.ui.define([
166
180
  },
167
181
 
168
182
  /**
169
- * Listens to events from the EventHub to update search providers and handle search state changes.
170
- * @private
171
- * */
172
- _listenToEvents: function () {
173
- this._aDoables.push(EventHub.on("updateExtProviderLists").do(this._updateExtProviderLists.bind(this, this._oSearchCEPService)));
174
- },
175
-
176
- /**
177
- * Debounced handler for input changes in the search field.
183
+ * Debounced handler for input changes in the search field. Waits for 100ms before fetching suggestions.
178
184
  * @private
179
185
  */
180
186
  _onInputChange: function () {
@@ -197,8 +203,9 @@ sap.ui.define([
197
203
  const iQueryLength = (sQuery || "").trim().length;
198
204
 
199
205
  if (iQueryLength >= oProvider.minQueryLength && iQueryLength <= oProvider.maxQueryLength) {
200
- return oProvider.execSearch(sQuery, this._getDefaultProviderGroupName(oProvider.id));
206
+ return oProvider.execSearch(sQuery, this.searchProviderMap[oProvider.id]);
201
207
  }
208
+
202
209
  return Promise.resolve([]);
203
210
  });
204
211
  const aSearchResults = await Promise.all(aProviderSearchPromises);
@@ -215,50 +222,68 @@ sap.ui.define([
215
222
  * @private
216
223
  */
217
224
  _updateSearchResults: function (aSearchResults, aProviders) {
218
- const aAllResults = aSearchResults.map((aGroupResult, idx) => {
219
- return {
220
- headerText: aProviders[idx].title,
221
- items: aGroupResult
222
- };
223
- });
224
- this._oResultModel.setProperty("/allResults", aAllResults);
225
-
226
- const aCountRelevantProviders = ["Applications", "Home Page Applications", "Products"];
227
- this._oResultModel.setProperty("/resultCount", aAllResults.reduce((iCount, oGroup) => {
228
- return iCount + (oGroup?.items && aCountRelevantProviders.includes(oGroup.headerText) ? oGroup.items.length : 0);
229
- }, 0));
230
-
231
- const iEmptyResults = aSearchResults.filter((result) => !result || result.length === 0).length;
232
- const aResults = aSearchResults.map((aGroupResult, idx) => {
233
- // Workaround, limit the number of results to 11 if less than 3 empty groups, otherwise limit to 4
234
- const aSearchResultsLimited = (aGroupResult && aGroupResult.length > 4 && iEmptyResults < 3)
235
- ? aGroupResult.slice(0, 4)
236
- : (aGroupResult || []).slice(0, this.iGroupMaxItemCount);
237
- if (aGroupResult && aGroupResult.length > 0) {
238
- return {
239
- headerText: aProviders[idx].title,
240
- items: aSearchResultsLimited
241
- };
242
- }
243
- });
244
- // Check if the results have changed before updating the model, otherwise avoid unnecessary updates to enable autocomplete
245
- const aOldResults = this._oResultModel.getProperty("/results");
246
- if (aOldResults?.length > 0 && deepEqual(aOldResults[1], aResults[1])) {
247
- // No change, do not update model
248
- return;
249
- }
250
- this._oResultModel.setProperty("/results", aResults);
251
- this._refreshSearchActionButton();
225
+ const aAllResultsFormatted = this._getResultsFormatted(aSearchResults, aProviders);
226
+ this._oResultModel.setProperty("/allResults", aAllResultsFormatted);
227
+ const iResultCount = this._getResultCount(aAllResultsFormatted);
228
+ this._oResultModel.setProperty("/resultCount", iResultCount);
229
+ const aDisplayResults = this._limitResults(aAllResultsFormatted);
230
+ this._oResultModel.setProperty("/results", aDisplayResults);
231
+ const bHasApplications = aDisplayResults?.[1]?.items?.length > 0; // Applications
232
+ const bHasAnyOtherSearchResult = aDisplayResults?.[0]?.items?.length > 0 || // Recent Searches
233
+ aDisplayResults?.[2]?.items?.length > 0 || // Frequently Used Apps
234
+ aDisplayResults?.[3]?.items?.length > 0 || // Products
235
+ aDisplayResults?.[4]?.items?.length > 0; // Search Within
236
+ this._refreshSearchActionButton(bHasApplications);
237
+ this._updateSearchMessageArea(bHasApplications, bHasAnyOtherSearchResult);
238
+ this._updateIllustratedMessage(bHasApplications, bHasAnyOtherSearchResult);
239
+ },
240
+
241
+ /**
242
+ * Formats the search results into a structure suitable for the search field.
243
+ * @param {Array<Array>} aSearchResults Array of arrays with search results per provider.
244
+ * @param {Array<object>} aProviders Array of provider objects.
245
+ * @returns {Array<object>} Formatted search results.
246
+ * @private
247
+ */
248
+ _getResultsFormatted: function (aSearchResults, aProviders) {
249
+ return aSearchResults.map((aGroupResult, idx) => ({
250
+ id: aProviders[idx].id,
251
+ headerText: aProviders[idx].title,
252
+ items: aGroupResult
253
+ }));
252
254
  },
253
255
 
254
256
  /**
255
- * Returns the default provider group name for a given provider ID.
256
- * @param {string} sProviderId The provider ID.
257
- * @returns {string} The group name.
257
+ * Gets the count of all search results.
258
+ * @param {Array<object>} aAllResults Array of all formatted search results.
259
+ * @returns {int} Count of all search results.
258
260
  * @private
259
261
  */
260
- _getDefaultProviderGroupName: function (sProviderId) {
261
- return this.searchProviderMap[sProviderId];
262
+ _getResultCount: function (aAllResults) {
263
+ const aCountRelevantProviders = ["AppsList", "ProductsList"];
264
+ return aAllResults.reduce((iCount, oGroup) => {
265
+ return iCount + (oGroup?.items && aCountRelevantProviders.includes(oGroup.id) ? oGroup.items.length : 0);
266
+ }, 0);
267
+ },
268
+
269
+ /**
270
+ * Limits the number of items in each search result group to a maximum of 4 or the configured maximum item count.
271
+ * @param {Array<object>} aAllResults Array of all formatted search results.
272
+ * @returns {Array<object>} Array of search result groups with limited items.
273
+ * @private
274
+ */
275
+ _limitResults: function (aAllResults) {
276
+ const iEmptyResults = aAllResults.filter((result) => !result || result.items.length === 0).length;
277
+
278
+ return aAllResults.map((oGroup) => {
279
+ const aSearchResultsLimited = (oGroup.items && oGroup.items.length > 4 && iEmptyResults < 3)
280
+ ? oGroup.items.slice(0, 4)
281
+ : oGroup.items.slice(0, this.iGroupMaxItemCount);
282
+
283
+ if (aSearchResultsLimited.length > 0) {
284
+ return { ...oGroup, items: aSearchResultsLimited };
285
+ }
286
+ });
262
287
  },
263
288
 
264
289
  /**
@@ -285,37 +310,51 @@ sap.ui.define([
285
310
  */
286
311
  _onSearch: async function (oEvent) {
287
312
  const oItem = oEvent.getParameter("item");
313
+
288
314
  const oSearchContext = {
289
315
  searchFieldValue: this._oSearchField.getValue ? this._oSearchField.getValue() : this._oSearchField.getParent().getValue(),
290
316
  selectedItemContext: oItem?.getBindingContext ? oItem.getBindingContext("searchResults").getObject() : null
291
317
  };
292
- //Case 1: If an item is selected, save the search term and navigate to the app or add a recent search term to the search field.
318
+
319
+ // Case 1: If an item is selected, save the search term and navigate to the app or add a recent search term to the search field.
293
320
  if (oSearchContext?.selectedItemContext !== null) {
294
321
  this._saveSearchTerm(oSearchContext.searchFieldValue);
295
322
  if (oItem.getParent().getHeaderText() === this._oI18nModel.getText("recentSearches")) {
296
- this._navigateToResultPage(oSearchContext.selectedItemContext.text);
297
- this._resetSearchState(true);
298
- } else if (this._bIsMyHome || oSearchContext.selectedItemContext) {
299
- // Todo: Remove OR once bIsMyHome is clear and tested
323
+ oEvent.preventDefault();
324
+ this._oSearchField.setValue(oSearchContext.selectedItemContext.text);
325
+ this._fetchSuggestions(oSearchContext.selectedItemContext.text);
326
+ this._toggleSearchFieldInput(true);
327
+ } else if (oSearchContext.selectedItemContext.isEnterpriseSearch) {
328
+ oEvent.preventDefault();
329
+ this._navigateToResultPage(oSearchContext.searchFieldValue, true);
330
+ this._resetSearchState();
331
+ } else if (oSearchContext.selectedItemContext) {
300
332
  this._navigateToApp(oSearchContext.selectedItemContext, oSearchContext.searchFieldValue);
301
- this._resetSearchState(true);
333
+ this._fetchSuggestions();
334
+ this._toggleSearchFieldInput(false);
302
335
  }
303
- //Case 2: If no item is selected, but an input has been made, save the search term and navigate to the results page.
336
+ // Case 2: If no item is selected, but an input has been made, save the search term and navigate to the results page.
304
337
  } else if (oSearchContext.searchFieldValue !== "" && typeof oSearchContext.searchFieldValue === "string") {
305
338
  this._saveSearchTerm(oSearchContext.searchFieldValue);
306
- this._navigateToResultPage(oSearchContext.searchFieldValue);
339
+ if (this._bIsMyHome) {
340
+ // For SAP Start navigate directly to the first application in the suggest list
341
+ const aResults = this._oResultModel.getData()?.results;
342
+ oSearchContext.selectedItemContext = aResults?.[1]?.items?.[0];
343
+ this._navigateToApp(oSearchContext.selectedItemContext, oSearchContext.searchFieldValue);
344
+ } else {
345
+ this._navigateToResultPage(oSearchContext.searchFieldValue);
346
+ }
307
347
  this._resetSearchState();
308
- //Case 3: If no item is selected and no input has been made, reset the search state.
348
+ // Case 3: If no item is selected and no input has been made, reset the search state.
309
349
  } else {
310
- // Set Searchfield to open if it is not, it's empty and the input element is existent (meaning it's expanded)
311
- // Workaround to show suggestions, remove after FIORITECHP1-33982 done
312
- await ushellUtils.awaitTimeout(50);
313
- if (!this._oSearchField.getOpen()
314
- && this._oSearchField.getValue() === ""
315
- && this._oSearchField.getDomRef().shadowRoot.querySelector(".ui5-search-field-root")
316
- ) {
317
- this._fetchSuggestions("");
318
- this._oSearchField.setOpen(true);
350
+ this._fetchSuggestions();
351
+ // In case search event is fired with no item inside the event we close the suggest list if it's open
352
+ // Cases:
353
+ // 1. after arrow key navigation in the suggest list, item appears selected and search icon is pressed
354
+ // 2. after item deletion in the suggest list, the first group name gets auto selected
355
+ // 3. after a group name is being selected
356
+ if (this._oSearchField.getOpen()) {
357
+ this._oSearchField.setOpen(false);
319
358
  }
320
359
  }
321
360
  },
@@ -329,6 +368,7 @@ sap.ui.define([
329
368
  if (!sTerm) {
330
369
  return;
331
370
  }
371
+
332
372
  const UserRecents = await Container.getServiceAsync("UserRecents");
333
373
  await UserRecents.addSearchActivity({ sTerm });
334
374
  },
@@ -340,21 +380,28 @@ sap.ui.define([
340
380
  * @private
341
381
  */
342
382
  _navigateToApp: function (oResult, sSearchTerm) {
383
+ if (!oResult) {
384
+ return;
385
+ }
386
+
387
+ this._oExtension.addNavigationSource(NavigationSource.SearchCEP);
343
388
  this._oSearchCEPService.navigate(oResult, sSearchTerm);
344
389
  },
345
390
 
346
391
  /**
347
392
  * Navigates to the search results page with the given search term.
348
393
  * @param {string} sTerm The search term.
349
- * @param {boolean} [bAll] Whether to show all results.
394
+ * @param {boolean} [bShowAll] Whether to show all results.
350
395
  * @private
351
396
  */
352
- _navigateToResultPage: async function (sTerm, bAll) {
397
+ _navigateToResultPage: async function (sTerm, bShowAll) {
353
398
  let sHash = `#WorkZoneSearchResult-display?searchTerm=${sTerm}&category=app`;
354
- if (bAll) {
399
+
400
+ if (bShowAll) {
355
401
  sHash = `#Action-search&/top=20&filter={"dataSource":{"type":"Category","id":"All","label":"All","labelPlural":"All"},"searchTerm":"${sTerm}",`
356
402
  + "\"rootCondition\":{\"type\":\"Complex\",\"operator\":\"And\",\"conditions\":[]}}";
357
403
  }
404
+
358
405
  const oNavigationService = await Container.getServiceAsync("Navigation");
359
406
  await oNavigationService.navigate({
360
407
  target: {
@@ -365,22 +412,23 @@ sap.ui.define([
365
412
 
366
413
  /**
367
414
  * Refreshes the search action button in the shell bar based on the current search state.
415
+ * @param {boolean} bHasApplications Whether we have applications
368
416
  * @private
369
417
  */
370
- _refreshSearchActionButton: function () {
371
- const oActionButton = this._oSearchField.getAction()[0];
418
+ _refreshSearchActionButton: function (bHasApplications) {
419
+ if (this._bIsMyHome) {
420
+ return;
421
+ }
422
+
423
+ const oActionButton = Element.getElementById("showAllSearchResultsBtn");
372
424
  if (oActionButton) {
373
- this._oSearchField.removeAction(oActionButton);
425
+ oActionButton.destroy();
374
426
  }
375
427
 
376
- if (this._oSearchField.getValue() !== "" && this._oSearchField.getOpen()) {
428
+ if (this._oSearchField.getValue() !== "" && this._oSearchField.getOpen() && bHasApplications) {
377
429
  this._oSearchField.addAction(new Button({
378
- text: {
379
- path: "searchResults>/resultCount",
380
- formatter: (iCount) => {
381
- return this._oI18nModel.getText("showAllSearchResults", [iCount || 0]);
382
- }
383
- },
430
+ id: "showAllSearchResultsBtn",
431
+ text: this._oI18nModel.getText("showAllSearchResults"),
384
432
  click: this._onSearch.bind(this),
385
433
  design: "Transparent"
386
434
  }));
@@ -388,19 +436,97 @@ sap.ui.define([
388
436
  },
389
437
 
390
438
  /**
391
- * Resets the search state, clearing the search field and results.
439
+ * Updates the search message area
440
+ * @param {boolean} bHasApplications Whether we have applications
441
+ * @param {boolean} bHasAnyOtherSearchResult Whether we have any other search result besides applications
442
+ * @private
443
+ */
444
+ _updateSearchMessageArea: function (bHasApplications, bHasAnyOtherSearchResult) {
445
+ const oSearchMessageArea = Element.getElementById("searchMessageArea");
446
+
447
+ if (oSearchMessageArea) {
448
+ oSearchMessageArea.destroy();
449
+ }
450
+
451
+ if (this._oSearchField.getValue() !== "" && !bHasApplications && bHasAnyOtherSearchResult) {
452
+ this._oSearchField.addMessageArea(new SearchMessageArea({
453
+ id: "searchMessageArea",
454
+ text: this._oI18nModel.getText("noSearchResults"),
455
+ description: this._oI18nModel.getText("tryTheFollowing")
456
+ }));
457
+ }
458
+ },
459
+
460
+ /**
461
+ * Updates the search illustrated message
462
+ * @param {boolean} bHasApplications Whether we have applications
463
+ * @param {boolean} bHasAnyOtherSearchResult Whether we have any other search result besides applications
464
+ * @private
465
+ */
466
+ _updateIllustratedMessage: function (bHasApplications, bHasAnyOtherSearchResult) {
467
+ const oSearchIllustratedMessage = Element.getElementById("searchIllustratedMessage");
468
+
469
+ if (oSearchIllustratedMessage) {
470
+ oSearchIllustratedMessage.destroy();
471
+ }
472
+
473
+ if (this._oSearchField.getValue() === "" && !bHasAnyOtherSearchResult) {
474
+ // Reset results to empty array so IllustratedMessage shows even if array contains only undefined values
475
+ this._oResultModel.setProperty("/results", []);
476
+ this._oSearchField.addIllustration(new IllustratedMessage({
477
+ id: "searchIllustratedMessage"
478
+ }));
479
+ }
480
+
481
+ if (this._oSearchField.getValue() !== "" && !bHasApplications && !bHasAnyOtherSearchResult) {
482
+ this._oResultModel.setProperty("/results", []);
483
+ this._oSearchField.addIllustration(new IllustratedMessage({
484
+ id: "searchIllustratedMessage",
485
+ titleText: this._oI18nModel.getText("noSearchResults"),
486
+ subtitleText: this._oI18nModel.getText("searchSomethingElse")
487
+ }));
488
+ }
489
+ },
490
+
491
+ /**
492
+ * Clears the search field value if needed and closes the suggest list if it's open
392
493
  * @param {boolean} [bResetValue] Whether to reset the search field value
393
494
  * @private
394
495
  */
395
496
  _resetSearchState: async function (bResetValue) {
497
+ // Use timeout in order to close the suggest list properly when search is invoked for same search term twice in a row.
396
498
  await ushellUtils.awaitTimeout(100);
499
+
397
500
  if (this._oSearchField.getValue() !== "" && bResetValue) {
398
501
  this._oSearchField.setValue("");
399
502
  }
400
503
  if (this._oSearchField.getOpen()) {
401
504
  this._oSearchField.setOpen(false);
402
505
  }
403
- this._oResultModel.setProperty("/results", []);
506
+ },
507
+
508
+ /**
509
+ * Clears search value and fetches all search results when navigation is not to search result page
510
+ * E.g navigating back, clicking on home button, _navigateToApp call, appFinder open etc.
511
+ * @private
512
+ */
513
+ _registerHandleHashChange: function () {
514
+ hasher.changed.add(async (sNewHash) => {
515
+ if (sNewHash !== "" && !(/WorkZoneSearchResult-display|Action-search/.test(sNewHash))) {
516
+ await this._resetSearchState(true);
517
+ this._fetchSuggestions();
518
+ }
519
+ });
520
+ },
521
+
522
+ /**
523
+ * Toggles the search input field
524
+ * @param {boolean} bExpand Whether to expand the search input
525
+ * @private
526
+ */
527
+ _toggleSearchFieldInput: function (bExpand) {
528
+ const oShellHeaderModel = this._oShellHeader.getComponentInstance().getModel();
529
+ oShellHeaderModel.setProperty("/searchField/show", bExpand);
404
530
  },
405
531
 
406
532
  /**
@@ -408,6 +534,7 @@ sap.ui.define([
408
534
  * @private
409
535
  */
410
536
  exit: function () {
537
+ this._detachSearchEventHandlers();
411
538
  this._oSearchField.destroy();
412
539
  this._aDoables.forEach((oDoable) => {
413
540
  oDoable.off();
@@ -417,4 +544,3 @@ sap.ui.define([
417
544
  }
418
545
  });
419
546
  });
420
-