@sapui5/sap.ushell 1.134.1 → 1.135.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 (723) hide show
  1. package/package.json +1 -1
  2. package/src/main/js/sap/ushell/.library +2 -1
  3. package/src/main/js/sap/ushell/AppInfoParameters.js +29 -6
  4. package/src/main/js/sap/ushell/ApplicationType/UrlPostProcessing.js +3 -3
  5. package/src/main/js/sap/ushell/ApplicationType/guiResolution.js +185 -174
  6. package/src/main/js/sap/ushell/ApplicationType/urlTemplateResolution.js +1 -1
  7. package/src/main/js/sap/ushell/ApplicationType/wdaResolution.js +69 -61
  8. package/src/main/js/sap/ushell/EventHub.js +1 -3
  9. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  10. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  11. package/src/main/js/sap/ushell/NWBCInterface.js +2 -2
  12. package/src/main/js/sap/ushell/SessionHandler.js +3 -3
  13. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  14. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  15. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
  16. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
  17. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
  18. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
  19. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
  20. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  21. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  22. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  23. package/src/main/js/sap/ushell/User.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +3 -11
  28. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +13 -4
  29. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/Settings/UserLanguageAndRegion/UserLanguageAndRegion.view.xml +4 -2
  33. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +12 -3
  41. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/cep/MenuAdapter.js +11 -5
  51. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  64. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  65. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  66. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  67. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  68. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  69. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  70. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  71. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  72. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  73. package/src/main/js/sap/ushell/api/DWS.js +87 -0
  74. package/src/main/js/sap/ushell/api/Inbox.js +20 -4
  75. package/src/main/js/sap/ushell/api/common/ComponentInstantiation.js +36 -36
  76. package/src/main/js/sap/ushell/appIntegration/AppLifeCycle/KeepAliveMode.js +43 -0
  77. package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +1667 -0
  78. package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/ApplicationContainer.js +136 -11
  79. package/src/main/js/sap/ushell/appIntegration/ApplicationContainerRenderer.js +54 -0
  80. package/src/main/js/sap/ushell/appIntegration/ApplicationHandle.js +57 -0
  81. package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/IframeApplicationContainer.js +102 -15
  82. package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/IframeApplicationContainerRenderer.js +26 -20
  83. package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/KeepAliveApps.js +1 -1
  84. package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/PostMessageManager/AppruntimeHandler.js +7 -5
  85. package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/PostMessageManager/LifecycleHandler.js +17 -17
  86. package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/PostMessageManager/MessageBrokerHandler.js +1 -1
  87. package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/PostMessageManager/NWBCHandler.js +4 -4
  88. package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/PostMessageManager/ServiceHandler.js +4 -3
  89. package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/PostMessageManager.js +37 -20
  90. package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/PostMessagePluginInterface.js +1 -1
  91. package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/UI5ApplicationContainer.js +31 -8
  92. package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/UI5ApplicationContainerRenderer.js +14 -1
  93. package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/contracts/EmbeddedUI5Handler.js +10 -9
  94. package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/contracts/StatefulContainerV1Handler.js +6 -19
  95. package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/contracts/StatefulContainerV2Handler.js +20 -55
  96. package/src/main/js/sap/ushell/appRuntime/ui5/AppCommunicationMgr.js +1 -1
  97. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +15 -0
  98. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
  99. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
  100. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
  101. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
  102. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
  103. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
  104. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
  105. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
  106. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +1 -1
  107. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
  108. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
  109. package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +30 -0
  110. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  111. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
  112. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
  113. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
  114. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
  115. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
  116. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
  117. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
  118. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
  119. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
  120. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
  121. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  122. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  123. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
  124. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  125. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +62 -35
  126. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  127. package/src/main/js/sap/ushell/components/HomepageManager.js +1 -0
  128. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  129. package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +6 -1684
  130. package/src/main/js/sap/ushell/components/applicationIntegration/Storage.js +1 -7
  131. package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +2 -35
  132. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +1 -1
  133. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +1 -1
  134. package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +2 -176
  135. package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +1 -1
  136. package/src/main/js/sap/ushell/components/applicationIntegrationOld/AppLifeCycle.js +1 -1
  137. package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/Application.js +3 -3
  138. package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/BlueBoxHandler.js +1 -1
  139. package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/PostMessageAPI.js +1 -1
  140. package/src/main/js/sap/ushell/components/applicationIntegrationOld/configuration/AppMeta.js +1 -1
  141. package/src/main/js/sap/ushell/components/applicationIntegrationOld/relatedServices/RelatedServices.js +1 -1
  142. package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +1 -1
  143. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +12 -6
  144. package/src/main/js/sap/ushell/components/contentFinder/Component.js +41 -3
  145. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +103 -38
  146. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  147. package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +1 -1
  148. package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
  149. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  150. package/src/main/js/sap/ushell/components/contentFinder/resources/resources.properties +1 -1
  151. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ar.properties +3 -1
  152. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_bg.properties +3 -1
  153. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ca.properties +3 -1
  154. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cnr.properties +3 -1
  155. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cs.properties +3 -1
  156. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cy.properties +3 -1
  157. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_da.properties +3 -1
  158. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_de.properties +3 -1
  159. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_el.properties +3 -1
  160. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +3 -1
  161. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties +3 -1
  162. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saprigi.properties +4 -2
  163. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es.properties +3 -1
  164. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties +3 -1
  165. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_et.properties +3 -1
  166. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fi.properties +4 -2
  167. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr.properties +4 -2
  168. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties +3 -1
  169. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hi.properties +3 -1
  170. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hr.properties +3 -1
  171. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hu.properties +3 -1
  172. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_id.properties +4 -2
  173. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_it.properties +3 -1
  174. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_iw.properties +3 -1
  175. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ja.properties +3 -1
  176. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_kk.properties +3 -1
  177. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ko.properties +3 -1
  178. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lt.properties +3 -1
  179. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lv.properties +3 -1
  180. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +3 -1
  181. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ms.properties +3 -1
  182. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_nl.properties +3 -1
  183. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_no.properties +3 -1
  184. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pl.properties +3 -1
  185. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt.properties +3 -1
  186. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties +3 -1
  187. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ro.properties +3 -1
  188. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ru.properties +3 -1
  189. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +3 -1
  190. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sk.properties +3 -1
  191. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sl.properties +3 -1
  192. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +3 -1
  193. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sv.properties +3 -1
  194. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_th.properties +3 -1
  195. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_tr.properties +3 -1
  196. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_uk.properties +3 -1
  197. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_vi.properties +3 -1
  198. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties +3 -1
  199. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties +3 -1
  200. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearch.view.xml +6 -0
  201. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchCategoryTree.fragment.xml +2 -2
  202. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchCategoryTreeTable.fragment.xml +70 -0
  203. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
  204. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +8 -3
  205. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  206. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ar.properties +3 -0
  207. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_bg.properties +3 -0
  208. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ca.properties +3 -0
  209. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_cnr.properties +3 -0
  210. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_cs.properties +3 -0
  211. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_cy.properties +3 -0
  212. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_da.properties +3 -0
  213. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_de.properties +3 -0
  214. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_el.properties +3 -0
  215. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_en.properties +3 -0
  216. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_en_GB.properties +3 -0
  217. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_en_US_saprigi.properties +3 -0
  218. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_es.properties +3 -0
  219. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_es_MX.properties +3 -0
  220. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_et.properties +3 -0
  221. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_fi.properties +3 -0
  222. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_fr.properties +3 -0
  223. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_fr_CA.properties +3 -0
  224. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_hi.properties +3 -0
  225. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_hr.properties +3 -0
  226. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_hu.properties +3 -0
  227. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_id.properties +3 -0
  228. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_it.properties +3 -0
  229. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_iw.properties +3 -0
  230. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ja.properties +3 -0
  231. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_kk.properties +3 -0
  232. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ko.properties +3 -0
  233. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_lt.properties +3 -0
  234. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_lv.properties +3 -0
  235. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_mk.properties +3 -0
  236. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ms.properties +3 -0
  237. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_nl.properties +3 -0
  238. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_no.properties +3 -0
  239. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_pl.properties +3 -0
  240. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_pt.properties +3 -0
  241. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_pt_PT.properties +3 -0
  242. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ro.properties +3 -0
  243. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ru.properties +3 -0
  244. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_sh.properties +3 -0
  245. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_sk.properties +3 -0
  246. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_sl.properties +3 -0
  247. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_sr.properties +3 -0
  248. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_sv.properties +3 -0
  249. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_th.properties +3 -0
  250. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_tr.properties +3 -0
  251. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_uk.properties +3 -0
  252. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_vi.properties +3 -0
  253. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_zh_CN.properties +3 -0
  254. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_zh_TW.properties +3 -0
  255. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  256. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  257. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  258. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +4 -4
  259. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  260. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  261. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  262. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  263. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  264. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +3 -3
  265. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  266. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  267. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  268. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  269. package/src/main/js/sap/ushell/components/shell/MenuBar/Component.js +9 -8
  270. package/src/main/js/sap/ushell/components/shell/MenuBar/controller/MenuBar.controller.js +0 -1
  271. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  272. package/src/main/js/sap/ushell/components/shell/MenuBar/view/MenuBarPersonalized.view.xml +25 -0
  273. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/Component.js +10 -21
  274. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +12 -5
  275. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
  276. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -7
  277. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/ContextMenu.fragment.xml +6 -4
  278. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/NavigationBarMenu.fragment.xml +76 -0
  279. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/NavigationBarMenu.view.xml +6 -65
  280. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/NavigationBarMenuButton.view.xml +2 -2
  281. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/NavigationBarMenuPopover.fragment.xml +6 -65
  282. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
  283. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  284. package/src/main/js/sap/ushell/components/shell/Search/ESearch.js +15 -2
  285. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  286. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  287. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  288. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  289. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  290. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  291. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +23 -11
  292. package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.controller.js +1 -1
  293. package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +114 -0
  294. package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +248 -0
  295. package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +48 -0
  296. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources.properties +11 -0
  297. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_en_US_saprigi.properties +5 -0
  298. package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +48 -0
  299. package/src/main/js/sap/ushell/components/shell/SideNavigation/Component.js +74 -51
  300. package/src/main/js/sap/ushell/components/shell/SideNavigation/controller/SideNavigation.controller.js +27 -30
  301. package/src/main/js/sap/ushell/components/shell/SideNavigation/fragment/AllSpaces.fragment.xml +21 -0
  302. package/src/main/js/sap/ushell/components/shell/SideNavigation/fragment/Popover.fragment.xml +6 -1
  303. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +5 -1
  304. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/AllSpaces.js +56 -5
  305. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +24 -9
  306. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericNavigationListProvider.js +46 -67
  307. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/MyHome.js +22 -4
  308. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/NavigationHelper.js +3 -2
  309. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Spaces.js +187 -160
  310. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/SpacesNavigationListProvider.js +27 -11
  311. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources.properties +3 -1
  312. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ar.properties +3 -1
  313. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_bg.properties +3 -1
  314. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ca.properties +3 -1
  315. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_cnr.properties +3 -1
  316. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_cs.properties +3 -1
  317. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_cy.properties +3 -1
  318. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_da.properties +3 -1
  319. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_de.properties +3 -1
  320. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_el.properties +3 -1
  321. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_en.properties +3 -1
  322. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_en_GB.properties +3 -1
  323. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_en_US_saprigi.properties +3 -1
  324. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_es.properties +3 -1
  325. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_es_MX.properties +3 -1
  326. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_et.properties +3 -1
  327. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_fi.properties +4 -2
  328. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_fr.properties +3 -1
  329. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_fr_CA.properties +3 -1
  330. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_hi.properties +3 -1
  331. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_hr.properties +3 -1
  332. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_hu.properties +3 -1
  333. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_id.properties +3 -1
  334. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_it.properties +3 -1
  335. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_iw.properties +3 -1
  336. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ja.properties +3 -1
  337. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_kk.properties +3 -1
  338. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ko.properties +3 -1
  339. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_lt.properties +3 -1
  340. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_lv.properties +3 -1
  341. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_mk.properties +3 -1
  342. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ms.properties +3 -1
  343. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_nl.properties +3 -1
  344. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_no.properties +3 -1
  345. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_pl.properties +3 -1
  346. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_pt.properties +3 -1
  347. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_pt_PT.properties +3 -1
  348. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ro.properties +3 -1
  349. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ru.properties +3 -1
  350. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sh.properties +3 -1
  351. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sk.properties +3 -1
  352. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sl.properties +3 -1
  353. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sr.properties +3 -1
  354. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sv.properties +3 -1
  355. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_th.properties +3 -1
  356. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_tr.properties +3 -1
  357. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_uk.properties +3 -1
  358. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_vi.properties +3 -1
  359. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_zh_CN.properties +3 -1
  360. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_zh_TW.properties +3 -1
  361. package/src/main/js/sap/ushell/components/shell/SideNavigation/view/Main.view.xml +21 -6
  362. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  363. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  364. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  365. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  366. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  367. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  368. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  369. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  370. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  371. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  372. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  373. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  374. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  375. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr.properties +1 -1
  376. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  377. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  378. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  379. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  380. package/src/main/js/sap/ushell/library.js +30 -10
  381. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  382. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  383. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  384. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  385. package/src/main/js/sap/ushell/renderer/NavContainer.js +266 -0
  386. package/src/main/js/sap/ushell/renderer/NavContainerRenderer.js +42 -0
  387. package/src/main/js/sap/ushell/renderer/Renderer.js +129 -112
  388. package/src/main/js/sap/ushell/renderer/RendererRootView.fragment.xml +2 -2
  389. package/src/main/js/sap/ushell/renderer/RendererRootViewFallback.fragment.xml +8 -0
  390. package/src/main/js/sap/ushell/renderer/Shell.controller.js +119 -60
  391. package/src/main/js/sap/ushell/renderer/Shell.view.js +78 -26
  392. package/src/main/js/sap/ushell/renderer/resources/resources.properties +3 -1
  393. package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +9 -0
  394. package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +9 -0
  395. package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +9 -0
  396. package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +9 -0
  397. package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +10 -1
  398. package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +9 -0
  399. package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +9 -0
  400. package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +9 -0
  401. package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +9 -0
  402. package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +9 -0
  403. package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +9 -0
  404. package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +9 -0
  405. package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +9 -0
  406. package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +10 -1
  407. package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +9 -0
  408. package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +9 -0
  409. package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +11 -2
  410. package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +14 -5
  411. package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +9 -0
  412. package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +42 -33
  413. package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +9 -0
  414. package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +9 -0
  415. package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +12 -3
  416. package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +9 -0
  417. package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +9 -0
  418. package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +11 -2
  419. package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +9 -0
  420. package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +9 -0
  421. package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +9 -0
  422. package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +9 -0
  423. package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +11 -2
  424. package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +9 -0
  425. package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +9 -0
  426. package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +9 -0
  427. package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +9 -0
  428. package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +9 -0
  429. package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +9 -0
  430. package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +11 -2
  431. package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +9 -0
  432. package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +9 -0
  433. package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +9 -0
  434. package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +9 -0
  435. package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +9 -0
  436. package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +11 -2
  437. package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +11 -2
  438. package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +11 -2
  439. package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +9 -0
  440. package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +9 -0
  441. package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +9 -0
  442. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  443. package/src/main/js/sap/ushell/renderers/fiori2/Shell.view.js +18 -2
  444. package/src/main/js/sap/ushell/services/AppConfiguration.js +4 -4
  445. package/src/main/js/sap/ushell/services/AppLifeCycle.js +374 -377
  446. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  447. package/src/main/js/sap/ushell/services/Bookmark.js +2 -2
  448. package/src/main/js/sap/ushell/services/BookmarkV2.js +2 -2
  449. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  450. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  451. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  452. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  453. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  454. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  455. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  456. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  457. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  458. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  459. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +298 -198
  460. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  461. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  462. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  463. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  464. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  465. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  466. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +2 -2
  467. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  468. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  469. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  470. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +2 -1
  471. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  472. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  473. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
  474. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  475. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  476. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
  477. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
  478. package/src/main/js/sap/ushell/services/LaunchPage.js +98 -7
  479. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  480. package/src/main/js/sap/ushell/services/Message.js +1 -1
  481. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +5 -5
  482. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  483. package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
  484. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +2 -2
  485. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  486. package/src/main/js/sap/ushell/services/Navigation.js +3 -3
  487. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +12 -11
  488. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  489. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  490. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  491. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  492. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  493. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  494. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
  495. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
  496. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
  497. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
  498. package/src/main/js/sap/ushell/services/PluginManager.js +81 -63
  499. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  500. package/src/main/js/sap/ushell/services/Search.js +1 -1
  501. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  502. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  503. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  504. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  505. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  506. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  507. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  508. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  509. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +687 -272
  510. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  511. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  512. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  513. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  514. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  515. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  516. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  517. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  518. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  519. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  520. package/src/main/js/sap/ushell/state/BackNavigation.js +1 -1
  521. package/src/main/js/sap/ushell/state/ContentDensity.js +213 -0
  522. package/src/main/js/sap/ushell/state/Favicon.js +119 -0
  523. package/src/main/js/sap/ushell/state/StateManager.js +1 -0
  524. package/src/main/js/sap/ushell/state/StrategyFactory/UserActionsStrategy.js +3 -2
  525. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  526. package/src/main/js/sap/ushell/themes/base/ApplicationContainer.less +3 -2
  527. package/src/main/js/sap/ushell/themes/base/FlexibleColumnLayout.less +10 -0
  528. package/src/main/js/sap/ushell/themes/base/NavContainer.less +6 -0
  529. package/src/main/js/sap/ushell/themes/base/ShellHeader.less +8 -8
  530. package/src/main/js/sap/ushell/themes/base/library.source.less +2 -0
  531. package/src/main/js/sap/ushell/themes/sap_belize_base/ApplicationContainer.less +9 -1
  532. package/src/main/js/sap/ushell/themes/sap_belize_base/NavContainer.less +6 -0
  533. package/src/main/js/sap/ushell/themes/sap_belize_base/library.source.less +1 -0
  534. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ApplicationContainer.less +9 -1
  535. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/NavContainer.less +6 -0
  536. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/library.source.less +1 -0
  537. package/src/main/js/sap/ushell/themes/sap_hcb/base_ApplicationContainer.less +9 -1
  538. package/src/main/js/sap/ushell/themes/sap_hcb/base_NavContainer.less +6 -0
  539. package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellHeader.less +1 -1
  540. package/src/main/js/sap/ushell/themes/sap_hcb/library.source.less +1 -0
  541. package/src/main/js/sap/ushell/thirdparty/Icons.js +49 -49
  542. package/src/main/js/sap/ushell/thirdparty/MenuItem.js +355 -0
  543. package/src/main/js/sap/ushell/thirdparty/ShellBar.js +1892 -0
  544. package/src/main/js/sap/ushell/thirdparty/ShellBarItem.js +89 -0
  545. package/src/main/js/sap/ushell/thirdparty/ShellBarSpacer.js +40 -0
  546. package/src/main/js/sap/ushell/thirdparty/UserMenu.js +120 -204
  547. package/src/main/js/sap/ushell/thirdparty/UserMenuAccount.js +10 -0
  548. package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +55 -414
  549. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +15 -0
  550. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +41 -5
  551. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +16 -1
  552. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +41 -5
  553. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +15 -0
  554. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +41 -5
  555. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +15 -0
  556. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +41 -5
  557. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +15 -0
  558. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +44 -8
  559. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +15 -0
  560. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +41 -5
  561. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +15 -0
  562. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +43 -7
  563. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +16 -1
  564. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +41 -5
  565. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +15 -0
  566. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +41 -5
  567. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +15 -0
  568. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +41 -5
  569. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +15 -0
  570. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +41 -5
  571. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +15 -0
  572. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +41 -5
  573. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +9 -0
  574. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +16 -4
  575. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +15 -0
  576. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +41 -5
  577. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +16 -1
  578. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +41 -5
  579. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +15 -0
  580. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +41 -5
  581. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +15 -0
  582. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +41 -5
  583. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +15 -0
  584. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +41 -5
  585. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +20 -5
  586. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +43 -7
  587. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +15 -0
  588. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +41 -5
  589. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +15 -0
  590. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +41 -5
  591. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +21 -6
  592. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +42 -6
  593. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +15 -0
  594. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +41 -5
  595. package/src/main/js/sap/ushell/thirdparty/_dynamics/{messagebundle_in.js → messagebundle_id.js} +2 -2
  596. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +665 -0
  597. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +551 -0
  598. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +33 -18
  599. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +76 -40
  600. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +15 -0
  601. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +41 -5
  602. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +15 -0
  603. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +41 -5
  604. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +15 -0
  605. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +41 -5
  606. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +15 -0
  607. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +43 -7
  608. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +15 -0
  609. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +41 -5
  610. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +26 -11
  611. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +41 -5
  612. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +15 -0
  613. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +43 -7
  614. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +17 -2
  615. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +42 -6
  616. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +15 -0
  617. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +41 -5
  618. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +15 -0
  619. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +41 -5
  620. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +20 -5
  621. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +41 -5
  622. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +16 -1
  623. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +41 -5
  624. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +15 -0
  625. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +41 -5
  626. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +16 -1
  627. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +41 -5
  628. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +18 -3
  629. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +41 -5
  630. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +15 -0
  631. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +41 -5
  632. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +16 -1
  633. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +41 -5
  634. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +16 -1
  635. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +42 -6
  636. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +15 -0
  637. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +41 -5
  638. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +16 -1
  639. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +43 -7
  640. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +15 -0
  641. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +41 -5
  642. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +15 -0
  643. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +41 -5
  644. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +15 -0
  645. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +42 -6
  646. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +15 -0
  647. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +41 -5
  648. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +15 -0
  649. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +41 -5
  650. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +15 -0
  651. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +41 -5
  652. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css.js +1 -1
  653. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
  654. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
  655. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
  656. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
  657. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
  658. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
  659. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
  660. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
  661. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
  662. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
  663. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css2.js +1 -1
  664. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
  665. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
  666. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
  667. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
  668. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
  669. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css3.js +1 -1
  670. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css4.js +1 -1
  671. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css5.js +1 -1
  672. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css6.js +1 -1
  673. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css7.js +1 -1
  674. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css8.js +1 -1
  675. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css9.js +1 -1
  676. package/src/main/js/sap/ushell/thirdparty/event-strict.js +7 -0
  677. package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +146 -0
  678. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css25.js +99 -82
  679. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/dist/MenuItem.js +5 -0
  680. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-base.js +1 -1
  681. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/ShellBar.js +4 -0
  682. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/ShellBarItem.js +4 -0
  683. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/ShellBarSpacer.js +4 -0
  684. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/ShellBar.js +138 -0
  685. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/ShellBarItem.js +61 -0
  686. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/ShellBarSpacer.js +46 -0
  687. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/UserMenuAccount.js +5 -0
  688. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori.js +6 -2
  689. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents.js +2 -1
  690. package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +8 -8
  691. package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +2 -2
  692. package/src/main/js/sap/ushell/thirdparty/webcomponents.js +4 -4
  693. package/src/main/js/sap/ushell/ui/AppContainer.js +6 -0
  694. package/src/main/js/sap/ushell/ui/ShellHeader.js +4 -40
  695. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  696. package/src/main/js/sap/ushell/ui/footerbar/AboutDialog.controller.js +28 -27
  697. package/src/main/js/sap/ushell/ui/footerbar/SaveAsTile.controller.js +1 -1
  698. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  699. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  700. package/src/main/js/sap/ushell/ui/launchpad/VizInstanceCdm.js +1 -7
  701. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  702. package/src/main/js/sap/ushell/ui/shell/RightFloatingContainer.js +249 -249
  703. package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +35 -3
  704. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  705. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  706. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  707. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  708. package/src/main/js/sap/ushell/utils/RestrictedJSONModel.js +16 -0
  709. package/src/main/js/sap/ushell/utils/UrlParsing.js +96 -94
  710. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  711. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +2 -2
  712. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +12 -6
  713. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  714. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  715. package/ui5.yaml +1 -1
  716. package/src/main/js/sap/ushell/components/applicationIntegration/ApplicationContainerRenderer.js +0 -35
  717. package/src/main/js/sap/ushell/components/shell/SideNavigation/view/SideNavigation.view.xml +0 -52
  718. package/src/main/js/sap/ushell/services/Ui5ComponentLoader/utils.js +0 -375
  719. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_in2.js +0 -266
  720. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_in3.js +0 -143
  721. /package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/ApplicationContainerCache.js +0 -0
  722. /package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/PostMessageManager/ExtensionItems.js +0 -0
  723. /package/src/main/js/sap/ushell/components/shell/MenuBar/view/{MenuBarPersonalization.view.xml → MenuBarWithPersonalizationButton.view.xml} +0 -0
@@ -4,39 +4,102 @@
4
4
  * @fileOverview The Unified Shell's AppLifeCycle service enables plug-ins to enquire the which
5
5
  * application is currently displayed and listen to life cycle events.
6
6
  *
7
- * @version 1.134.1
7
+ * @version 1.135.0
8
8
  */
9
9
  sap.ui.define([
10
- "sap/base/Log",
11
10
  "sap/ui/base/EventProvider",
12
- "sap/ui/core/Element",
11
+ "sap/ui/core/Component",
13
12
  "sap/ui/thirdparty/hasher",
13
+ "sap/ui/thirdparty/URI",
14
14
  "sap/ushell/AppInfoParameters",
15
+ "sap/ushell/appIntegration/AppLifeCycle", // require to ensure that MessageBroker is connected
16
+ "sap/ushell/Config",
17
+ "sap/ushell/Container",
15
18
  "sap/ushell/EventHub",
16
- "sap/ushell/TechnicalParameters",
17
- "sap/ui/core/Component",
18
19
  "sap/ushell/services/AppConfiguration",
19
- "sap/ui/thirdparty/URI",
20
- "sap/ushell/Config",
21
- "sap/ushell/Container"
22
- ], function (
23
- Log,
20
+ "sap/ushell/TechnicalParameters"
21
+ ], (
24
22
  EventProvider,
25
- Element,
23
+ Component,
26
24
  hasher,
25
+ URI,
27
26
  AppInfoParameters,
27
+ AppLifeCycleAI,
28
+ Config,
29
+ Container,
28
30
  EventHub,
29
- TechnicalParameters,
30
- Component,
31
31
  AppConfiguration,
32
- URI,
33
- Config,
34
- Container
35
- ) {
32
+ TechnicalParameters
33
+ ) => {
36
34
  "use strict";
37
35
 
38
36
  const S_APP_LOADED_EVENT = "appLoaded";
39
37
 
38
+ /**
39
+ * Defines an intent.
40
+ * See {@link sap.ushell.services.URLParsing#parseShellHash} for details.
41
+ *
42
+ * @typedef {object} sap.ushell.services.AppLifeCycle.Intent
43
+ * @property {string} semanticObject The semantic object of the intent.
44
+ * @property {string} action The action of the intent.
45
+ * @property {string} contextRaw The raw context of the intent.
46
+ * @property {Object<string,string[]>} params The parameters of the intent.
47
+ * @property {string} appSpecificRoute The app specific route of the intent.
48
+ * @since 1.120.0
49
+ * @public
50
+ */
51
+
52
+ /**
53
+ * Defines the application info.
54
+ *
55
+ * @typedef {object} sap.ushell.services.AppLifeCycle.AppInfo
56
+ * @property {string} productName
57
+ * A human readable free form text maintained on the platform where FLP runs, and identifying the current product.
58
+ * @property {string} theme
59
+ * Current FLP theme. Includes the path to the theme resources if the theme is not an sap theme (does not start with sap_)
60
+ * @property {string} languageTag Current Language (BCP47 format)
61
+ * @property {string} appIntent Intent that was used to launch the application (including parameters)
62
+ * @property {string} appFrameworkId ID of the framework
63
+ * @property {string} technicalAppComponentId Identifier of the component that implements the base application.
64
+ * @property {string} appId Universal stable logical identifier of the application across the whole content.
65
+ * @property {string} appVersion Version of the app
66
+ * @property {string} appSupportInfo The name of an organizational component that handles support incidents.
67
+ * @property {string} appFrameworkVersion Version of the framework
68
+ * @property {string} url The FLP URL with the current hash included.
69
+ * @property {string} [abap.transaction] The ABAP transaction code which not always available and therefore can be undefined.
70
+ * @since 1.120.0
71
+ * @public
72
+ */
73
+
74
+ /**
75
+ * Defines the application info metadata.
76
+ *
77
+ * @typedef {object} sap.ushell.services.AppLifeCycle.AppInfoMetadata
78
+ * @property {string} value The value of the parameter.
79
+ * @property {boolean} [showInAbout] Whether the parameter should be shown in the about dialog.
80
+ * @property {string} [label] The label of the parameter
81
+ * @since 1.131.0
82
+ * @private
83
+ */
84
+
85
+ /**
86
+ * Defines the current application.
87
+ *
88
+ * @typedef sap.ushell.services.AppLifeCycle.CurrentApplication
89
+ * @property {sap.ushell.services.AppLifeCycle.ApplicationType} applicationType The type of the current application.
90
+ * @property {sap.ui.core.Component} [componentInstance] reference to component (only for applicationType "UI5")
91
+ * @property {boolean} homePage <code>true</code> when root intent (normally #Shell-home) or Appfinder (#Shell-appfinder) is currently displayed.
92
+ * @property {function} getTechnicalParameter
93
+ * function that returns the value of a technical parameter for the given application.
94
+ * This method is for SAP internal usage only.
95
+ * @property {function():Promise<sap.ushell.services.AppLifeCycle.Intent>} getIntent
96
+ * See {@link sap.ushell.services.URLParsing#parseShellHash} for details. <i>This property is for SAP-internal use only!</i>
97
+ * @property {function(Array<sap.ushell.services.AppLifeCycle.AppInfoParameterName>): Promise<sap.ushell.services.AppLifeCycle.AppInfo>} getInfo
98
+ * provides the values of the given parameters.
99
+ * @since 1.120.0
100
+ * @public
101
+ */
102
+
40
103
  /**
41
104
  * @alias sap.ushell.services.AppLifeCycle
42
105
  * @class
@@ -62,398 +125,327 @@ sap.ui.define([
62
125
  * @public
63
126
  */
64
127
  function AppLifeCycle (oAdapter, oContainerInterface, sParameters, oServiceConfiguration) {
65
- var oCurrentApplication;
66
- var oCurrentApplicationContainer;
67
- var oEventProvider;
68
-
69
- /**
70
- * Defines an intent.
71
- * See {@link sap.ushell.services.URLParsing#parseShellHash} for details.
72
- *
73
- * @typedef {object} sap.ushell.services.AppLifeCycle.Intent
74
- * @property {string} semanticObject The semantic object of the intent.
75
- * @property {string} action The action of the intent.
76
- * @property {string} contextRaw The raw context of the intent.
77
- * @property {Object<string,string[]>} params The parameters of the intent.
78
- * @property {string} appSpecificRoute The app specific route of the intent.
79
- * @since 1.120.0
80
- * @public
81
- */
82
-
83
- /**
84
- * Defines the application info.
85
- *
86
- * @typedef {object} sap.ushell.services.AppLifeCycle.AppInfo
87
- * @property {string} productName
88
- * A human readable free form text maintained on the platform where FLP runs, and identifying the current product.
89
- * @property {string} theme
90
- * Current FLP theme. Includes the path to the theme resources if the theme is not an sap theme (does not start with sap_)
91
- * @property {string} languageTag Current Language (BCP47 format)
92
- * @property {string} appIntent Intent that was used to launch the application (including parameters)
93
- * @property {string} appFrameworkId ID of the framework
94
- * @property {string} technicalAppComponentId Identifier of the component that implements the base application.
95
- * @property {string} appId Universal stable logical identifier of the application across the whole content.
96
- * @property {string} appVersion Version of the app
97
- * @property {string} appSupportInfo The name of an organizational component that handles support incidents.
98
- * @property {string} appFrameworkVersion Version of the framework
99
- * @property {string} url The FLP URL with the current hash included.
100
- * @since 1.120.0
101
- * @public
102
- */
103
-
104
- /**
105
- * Defines the application info metadata.
106
- *
107
- * @typedef {object} sap.ushell.services.AppLifeCycle.AppInfoMetadata
108
- * @property {string} value The value of the parameter.
109
- * @property {boolean} [showInAbout] Whether the parameter should be shown in the about dialog.
110
- * @property {string} [label] The label of the parameter
111
- * @since 1.131.0
112
- * @private
113
- */
114
-
115
- /**
116
- * Defines the current application.
117
- *
118
- * @typedef sap.ushell.services.AppLifeCycle.CurrentApplication
119
- * @property {sap.ushell.services.AppLifeCycle.ApplicationType} applicationType The type of the current application.
120
- * @property {sap.ui.core.Component} [componentInstance] reference to component (only for applicationType "UI5")
121
- * @property {boolean} homePage <code>true</code> when root intent (normally #Shell-home) or Appfinder (#Shell-appfinder) is currently displayed.
122
- * @property {function} getTechnicalParameter
123
- * function that returns the value of a technical parameter for the given application.
124
- * This method is for SAP internal usage only.
125
- * @property {function():Promise<sap.ushell.services.AppLifeCycle.Intent>} getIntent
126
- * See {@link sap.ushell.services.URLParsing#parseShellHash} for details. <i>This property is for SAP-internal use only!</i>
127
- * @property {function(Array<sap.ushell.services.AppLifeCycle.AppInfoParameterName>): Promise<sap.ushell.services.AppLifeCycle.AppInfo>} getInfo
128
- * provides the values of the given parameters.
129
- * @since 1.120.0
130
- * @public
131
- */
132
-
133
- /**
134
- * Returns information about the currently running application or <code>undefined</code> if no application is running.
135
- *
136
- * @returns {sap.ushell.services.AppLifeCycle.CurrentApplication|undefined} Information object about currently running application or <code>undefined</code> if no application is running.
137
- * <b>Note:</b>
138
- * Return value is only valid after app is loaded. See {@link #attachAppLoaded} for details.
139
- * Before an app is loaded, <code>undefined</code> is returned.
140
- * @since 1.38
141
- * @public
142
- */
143
- this.getCurrentApplication = function () {
144
- return oCurrentApplication;
145
- };
146
-
147
- /**
148
- * Attaches an event handler for the appLoaded event. This event handler will be triggered
149
- * each time an application has been loaded.
150
- *
151
- * @template ObjectToBePassedToHandler {object} Object that will be passed to the handler along with the event object when the event is fired.
152
- * @param {ObjectToBePassedToHandler} oData
153
- * An object that will be passed to the handler along with the event object when the
154
- * event is fired.
155
- * @param {function(sap.ui.base.Event, ObjectToBePassedToHandler)} fnFunction
156
- * The handler function to call when the event occurs.
157
- * @param {object} oListener
158
- * The object that wants to be notified when the event occurs (this context within the
159
- * handler function).
160
- * @since 1.38
161
- * @public
162
- */
163
- this.attachAppLoaded = function (oData, fnFunction, oListener) {
164
- oEventProvider.attachEvent(S_APP_LOADED_EVENT, oData, fnFunction, oListener);
165
- };
166
-
167
- /**
168
- * Detaches an event handler from the EventProvider.
169
- *
170
- * @param {function} fnFunction
171
- * The handler function that has to be detached from the EventProvider.
172
- * @param {object} oListener
173
- * The object that wanted to be notified when the event occurred
174
- * @since 1.38
175
- * @public
176
- */
177
- this.detachAppLoaded = function (fnFunction, oListener) {
178
- oEventProvider.detachEvent(S_APP_LOADED_EVENT, fnFunction, oListener);
179
- };
180
-
181
- /**
182
- * Set current application object from AppRuntime in cFLP
183
- *
184
- * @param {string} sApplicationType The type of the current application.
185
- * @param {sap.ui.core.Component} oComponentInstance The instance of the component.
186
- * @param {boolean} bHomePage Indicator for a home page.
187
- * @param {string} oApplicationContainer The application container.
188
- * @param {string} sFramework The type of the current application running in iframe.
189
- *
190
- * @since 1.82
191
- * @private
192
- */
193
- this.prepareCurrentAppObject = function (sApplicationType, oComponentInstance, bHomePage, oApplicationContainer, sFramework) {
194
- setCurrentApplicationObject(sApplicationType, oComponentInstance, bHomePage, oApplicationContainer, sFramework);
195
- };
196
-
197
- /**
198
- * Reloads the currently displayed app (used by RTA plugin).
199
- *
200
- * @since 1.84
201
- * @private
202
- * @ui5-restricted sap.ui.rta
203
- */
204
- this.reloadCurrentApp = function () {
205
- EventHub.emit("reloadCurrentApp", {
206
- sAppContainerId: oCurrentApplicationContainer.getId(),
207
- sCurrentHash: hasher.getHash(),
208
- date: Date.now()
209
- });
210
- };
211
-
212
- this.setAppInfo = function (oAppInfo, bIsNewApp) {
213
- AppInfoParameters.setCustomAttributes(oAppInfo?.info);
214
- if (Config.last("/core/shell/enableMessageBroker")) {
215
- Container.getServiceAsync("MessageBroker").then(function (oMessageBrokerService) {
216
- oCurrentApplication.getAllAppInfo(true).then(function (data) {
217
- oMessageBrokerService.publish("flp-app-info", "FLP", Date.now().toString(), (bIsNewApp === true ? "new-app-info" : "app-info-update"), "*", data);
218
- });
219
- });
220
- }
221
- };
222
-
223
- function handleMessageBrokerIncommingMessage (oMessageBrokerService, sClientId, sChannelId, sMessageName, data) {
224
- if (sChannelId === "flp-app-info" && sMessageName === "get-current-app-info" && oCurrentApplication) {
225
- oCurrentApplication.getAllAppInfo(true).then(function (appData) {
226
- oMessageBrokerService.publish("flp-app-info", "FLP", Date.now().toString(), sMessageName, [sClientId], appData);
227
- });
228
- }
229
- }
128
+ this._oCurrentApplication = null;
129
+ this._oCurrentApplicationContainer = null;
130
+ this._oEventProvider = new EventProvider();
230
131
 
231
132
  // CONSTRUCTOR CODE //
232
133
  if (window.QUnit === undefined && Container.inAppRuntime() === false) {
233
134
  if (Config.last("/core/shell/enableMessageBroker")) {
234
- Container.getServiceAsync("MessageBroker").then(function (oMessageBrokerService) {
135
+ Container.getServiceAsync("MessageBroker").then((oMessageBrokerService) => {
235
136
  oMessageBrokerService.subscribe(
236
137
  "FLP",
237
138
  [{
238
139
  channelId: "flp-app-info",
239
140
  version: "1.0"
240
141
  }],
241
- handleMessageBrokerIncommingMessage.bind(undefined, oMessageBrokerService),
242
- function () { }
142
+ this._handleIncomingMessageBrokerMessage.bind(this, oMessageBrokerService),
143
+ () => { }
243
144
  );
244
145
  });
245
146
  }
246
147
  }
247
- oEventProvider = new EventProvider();
248
- if (Container.inAppRuntime() === false) {
249
- if (Container.getRendererInternal()) {
250
- registerToNavigationEvent();
251
- } else {
252
- // Renderer not created yet. This can happen if the AppLifeCycle service is preloaded.
253
- EventHub.once("RendererLoaded").do(function () {
254
- registerToNavigationEvent();
255
- });
148
+ }
149
+
150
+ AppLifeCycle.prototype.init = function (oNavContainer) {
151
+ oNavContainer.attachAfterNavigate(this.onAfterNavigate.bind(this));
152
+ };
153
+
154
+ AppLifeCycle.prototype._handleIncomingMessageBrokerMessage = function (oMessageBrokerService, sClientId, sChannelId, sMessageName, data) {
155
+ if (sChannelId === "flp-app-info" && sMessageName === "get-current-app-info" && this._oCurrentApplication) {
156
+ this._oCurrentApplication.getAllAppInfo(true).then((appData) => {
157
+ oMessageBrokerService.publish("flp-app-info", "FLP", Date.now().toString(), sMessageName, [sClientId], appData);
158
+ });
159
+ }
160
+ };
161
+
162
+ AppLifeCycle.prototype.onAfterNavigate = function (oEvent) {
163
+ let bNavToFlpComponent = false;
164
+ const sToId = oEvent.getParameter("toId") || "";
165
+ const oTo = oEvent.getParameter("to");
166
+
167
+ let oApplicationContainer;
168
+ if (Config.last("/core/navigation/enableAppLifeCycleFallback")) {
169
+ if (sToId.indexOf("applicationShellPage") === 0) {
170
+ // instance is a shell, which hosts the ApplicationContainer
171
+ oApplicationContainer = oTo.getApp();
172
+ } else if (sToId.indexOf("application") === 0) {
173
+ // instance is already the ApplicationContainer
174
+ oApplicationContainer = oTo;
175
+ }
176
+ } else { // eslint-disable-next-line no-lonely-if
177
+ if (oTo?.isA?.("sap.ushell.appIntegration.ApplicationContainer")) {
178
+ oApplicationContainer = oTo;
256
179
  }
257
180
  }
258
181
 
259
- function registerToNavigationEvent () {
260
- // only continue executing the constructor if the view port container exists in expected format
261
- var oViewPortContainer = Element.getElementById("viewPortContainer");
262
- if (!oViewPortContainer || typeof oViewPortContainer.attachAfterNavigate !== "function") {
263
- Log.error(
264
- "Error during instantiation of AppLifeCycle service",
265
- "Could not attach to afterNavigate event",
266
- "sap.ushell.services.AppLifeCycle"
267
- );
268
- return;
182
+ // todo: [FLPCOREANDUX-10024] cleanup after fallback is removed
183
+ // try to get component instance if accessible via the component handle
184
+ let oComponentInstance;
185
+ if (
186
+ oApplicationContainer
187
+ && typeof oApplicationContainer.getComponentHandle === "function"
188
+ && oApplicationContainer.getComponentHandle()
189
+ ) {
190
+ oComponentInstance = oApplicationContainer.getComponentHandle().getInstance();
191
+ } else if (oApplicationContainer) {
192
+ const oComponentContainer = oApplicationContainer.getAggregation("child");
193
+ if (oComponentContainer) {
194
+ oComponentInstance = oComponentContainer.getComponentInstance();
269
195
  }
196
+ } else { // ComponentContainer
197
+ oComponentInstance = Component.getComponentById(oTo?.getComponent?.());
198
+ }
270
199
 
271
- oViewPortContainer.attachAfterNavigate(function (oEvent) {
272
- var oComponentContainer;
273
- var oApplicationContainer;
274
- var sApplicationType;
275
- var oComponentInstance;
276
- var sComponentInstanceId;
277
- var bHomePage = false;
278
-
279
- if (oEvent.mParameters.toId.indexOf("applicationShellPage") === 0) {
280
- // instance is a shell, which hosts the ApplicationContainer
281
- oApplicationContainer = oEvent.mParameters.to.getApp();
282
- } else if (oEvent.mParameters.toId.indexOf("application") === 0) {
283
- // instance is already the ApplicationContainer
284
- oApplicationContainer = oEvent.mParameters.to;
285
- }
200
+ // determine if we're dealing with home page by checking the component instance id
201
+ if (oComponentInstance) {
202
+ const sComponentInstanceId = oComponentInstance.getId();
203
+ // In the past Homepage and AppFinder were the same component.
204
+ // for compatibility reason bHomePage is
205
+ // also true for the AppFinder
206
+ bNavToFlpComponent = sComponentInstanceId.indexOf("Shell-home-component") !== -1
207
+ || sComponentInstanceId.indexOf("pages-component") !== -1
208
+ || sComponentInstanceId.indexOf("workPageRuntime-component") !== -1
209
+ || sComponentInstanceId.indexOf("Shell-appfinder-component") !== -1
210
+ || sComponentInstanceId.indexOf("homeApp-component") !== -1
211
+ || sComponentInstanceId.indexOf("runtimeSwitcher-component") !== -1;
212
+ }
286
213
 
287
- // try to get component instance if accessible via the component handle
288
- if (oApplicationContainer && typeof oApplicationContainer.getComponentHandle === "function"
289
- && oApplicationContainer.getComponentHandle()) {
290
- oComponentInstance = oApplicationContainer.getComponentHandle().getInstance();
291
- } else if (oApplicationContainer) {
292
- oComponentContainer = oApplicationContainer.getAggregation("child");
293
- if (oComponentContainer) {
294
- oComponentInstance = oComponentContainer.getComponentInstance();
295
- }
296
- } else {
297
- oComponentInstance = Component.getComponentById(oEvent.mParameters.to.getComponent());
298
- }
214
+ // type can either be read from application container or set to UI5 if component instance exists
215
+ let sApplicationType = oApplicationContainer
216
+ && typeof oApplicationContainer.getApplicationType === "function"
217
+ && oApplicationContainer.getApplicationType();
299
218
 
300
- // determine if we're dealing with home page by checking the component instance id
301
- if (oComponentInstance) {
302
- sComponentInstanceId = oComponentInstance.getId();
303
- // In the past Homepage and AppFinder were the same component.
304
- // for compatibility reason bHomePage is
305
- // also true for the AppFinder
306
- bHomePage = sComponentInstanceId.indexOf("Shell-home-component") !== -1
307
- || sComponentInstanceId.indexOf("pages-component") !== -1
308
- || sComponentInstanceId.indexOf("workPageRuntime-component") !== -1
309
- || sComponentInstanceId.indexOf("Shell-appfinder-component") !== -1
310
- || sComponentInstanceId.indexOf("homeApp-component") !== -1
311
- || sComponentInstanceId.indexOf("runtimeSwitcher-component") !== -1;
312
- }
219
+ if (
220
+ (!sApplicationType || sApplicationType === "URL")
221
+ && oComponentInstance
222
+ ) {
223
+ sApplicationType = "UI5";
224
+ }
313
225
 
314
- // type can either be read from application container or set to UI5 if component instance exists
315
- sApplicationType = oApplicationContainer &&
316
- typeof oApplicationContainer.getApplicationType === "function" &&
317
- oApplicationContainer.getApplicationType();
318
- if ((!sApplicationType || sApplicationType === "URL") && oComponentInstance) {
319
- sApplicationType = "UI5";
320
- }
226
+ this._setCurrentApplicationObject(sApplicationType, oComponentInstance, bNavToFlpComponent, oApplicationContainer);
227
+ };
321
228
 
322
- setCurrentApplicationObject(sApplicationType, oComponentInstance, bHomePage, oApplicationContainer);
323
- });
229
+ AppLifeCycle.prototype._getAppIntent = function (bRealAppIntent) {
230
+ const sHash = hasher.getHash();
231
+ let oParsedHash;
232
+ if (!sHash) {
233
+ return Promise.reject("Could not identify current application hash");
324
234
  }
325
235
 
326
- function getAppIntent (bRealAppIntent) {
327
- var sHash = hasher.getHash();
328
- var oParsedHash;
329
- if (!sHash) {
330
- return Promise.reject("Could not identify current application hash");
236
+ const oService = Container.getServiceAsync("URLParsing");
237
+ return oService.then((oParsingService) => {
238
+ oParsedHash = oParsingService.parseShellHash(sHash);
239
+ if (bRealAppIntent === true && this._oCurrentApplicationContainer && typeof this._oCurrentApplicationContainer.getCurrentAppUrl === "function") {
240
+ const sAppUrl = this._oCurrentApplicationContainer.getCurrentAppUrl();
241
+ if (sAppUrl) {
242
+ const oUriParams = new URI(sAppUrl).search(true);
243
+ if (oUriParams.hasOwnProperty("sap-remote-intent")) {
244
+ oParsedHash.semanticObject = oUriParams["sap-remote-intent"].split("-")[0];
245
+ oParsedHash.action = oUriParams["sap-remote-intent"].split("-")[1];
246
+ delete oParsedHash.params["sap-shell-so"];
247
+ delete oParsedHash.params["sap-shell-action"];
248
+ }
249
+ }
331
250
  }
251
+ return oParsedHash;
252
+ });
253
+ };
332
254
 
333
- var oService = Container.getServiceAsync("URLParsing");
334
- return oService.then(function (oParsingService) {
335
- oParsedHash = oParsingService.parseShellHash(sHash);
336
- if (bRealAppIntent === true && oCurrentApplicationContainer && typeof oCurrentApplicationContainer.getCurrentAppUrl === "function") {
337
- var sAppUrl = oCurrentApplicationContainer.getCurrentAppUrl();
338
- if (sAppUrl) {
339
- var oUriParams = new URI(sAppUrl).search(true);
340
- if (oUriParams.hasOwnProperty("sap-remote-intent")) {
341
- oParsedHash.semanticObject = oUriParams["sap-remote-intent"].split("-")[0];
342
- oParsedHash.action = oUriParams["sap-remote-intent"].split("-")[1];
343
- delete oParsedHash.params["sap-shell-so"];
344
- delete oParsedHash.params["sap-shell-action"];
255
+ AppLifeCycle.prototype._setCurrentApplicationObject = function (sApplicationType, oComponentInstance, bHomePage, oApplicationContainer) {
256
+ this._oCurrentApplicationContainer = oApplicationContainer;
257
+ this._oCurrentApplication = {
258
+ applicationType: sApplicationType,
259
+ componentInstance: oComponentInstance,
260
+ homePage: bHomePage,
261
+ getTechnicalParameter: function (sParameterName) {
262
+ return TechnicalParameters.getParameterValue(
263
+ sParameterName,
264
+ oComponentInstance,
265
+ oApplicationContainer,
266
+ sApplicationType
267
+ );
268
+ },
269
+ getIntent: this._getAppIntent.bind(this),
270
+ /**
271
+ * A function to collect the values of the given parameters
272
+ * @param {string[]} aParameters Array of requested parameters
273
+ * @returns {Promise} oPromise Promise that resolves to an object
274
+ * keeping the application info parameters with values
275
+ */
276
+ getInfo: function (aParameters) {
277
+ return AppInfoParameters.getInfo(aParameters, this._oCurrentApplication, oApplicationContainer);
278
+ }.bind(this),
279
+ /**
280
+ * Returns all application info parameters with values related to this application.
281
+ *
282
+ * @example
283
+ * const oResultWithValuesOnly = {
284
+ * appFrameworkId: "UI5",
285
+ * appId: "F1234",
286
+ * productName: "SAP Fiori launchpad",
287
+ * "custom.property": "customValue"
288
+ * };
289
+ * const oResultWithMetadata = {
290
+ * appFrameworkId: { value: "UI5" },
291
+ * appId: { value: "F1234" },
292
+ * productName: { value: "SAP Fiori launchpad" },
293
+ * "custom.property": { value: "customValue", showInABout: true, label: "Custom Property" }
294
+ * };
295
+ * @param {boolean} bValues Whether to return the metadata or just the values.
296
+ * @returns {Promise<object<string, string>|object<string, sap.ushell.services.AppLifeCycle.AppInfoMetadata>>} Object containing the application info parameters with values.
297
+ *
298
+ * @private
299
+ */
300
+ getAllAppInfo: function (bValues) {
301
+ return AppInfoParameters.getAllAppInfo(bValues, this._oCurrentApplication, oComponentInstance, oApplicationContainer)
302
+ .then((oData) => {
303
+ if (bValues === true) {
304
+ oData.applicationType = this._oCurrentApplication.applicationType;
305
+ oData.homePage = this._oCurrentApplication.homePage;
306
+ } else {
307
+ oData.applicationType = { value: this._oCurrentApplication.applicationType };
308
+ oData.homePage = { value: this._oCurrentApplication.homePage };
345
309
  }
346
- }
347
- }
348
- return oParsedHash;
349
- });
350
- }
310
+ return oData;
311
+ });
312
+ }.bind(this),
313
+ getSystemContext: function () {
314
+ const oCurrentApp = AppConfiguration.getCurrentApplication() || {};
315
+ const sContentProviderId = oCurrentApp.contentProviderId /* a content provider id */ || ""/* i.e., the local system */;
351
316
 
352
- function setCurrentApplicationObject (sApplicationType, oComponentInstance, bHomePage, oApplicationContainer, sFramework) {
353
- oCurrentApplicationContainer = oApplicationContainer;
354
- oCurrentApplication = {
355
- applicationType: sApplicationType,
356
- componentInstance: oComponentInstance,
357
- homePage: bHomePage,
358
- getTechnicalParameter: function (sParameterName) {
359
- return TechnicalParameters.getParameterValue(
360
- sParameterName,
361
- oComponentInstance,
362
- oApplicationContainer,
363
- sApplicationType
364
- );
365
- },
366
- getIntent: getAppIntent,
367
- /**
368
- * A function to collect the values of the given parameters
369
- * @param {string[]} aParameters Array of requested parameters
370
- * @returns {Promise} oPromise Promise that resolves to an object
371
- * keeping the application info parameters with values
372
- */
373
- getInfo: function (aParameters) {
374
- return AppInfoParameters.getInfo(aParameters, oCurrentApplication, oApplicationContainer);
375
- },
376
- /**
377
- * Returns all application info parameters with values related to this application.
378
- *
379
- * @example
380
- * const oResultWithValuesOnly = {
381
- * appFrameworkId: "UI5",
382
- * appId: "F1234",
383
- * productName: "SAP Fiori launchpad",
384
- * "custom.property": "customValue"
385
- * };
386
- * const oResultWithMetadata = {
387
- * appFrameworkId: { value: "UI5" },
388
- * appId: { value: "F1234" },
389
- * productName: { value: "SAP Fiori launchpad" },
390
- * "custom.property": { value: "customValue", showInABout: true, label: "Custom Property" }
391
- * };
392
- * @param {boolean} bValues Whether to return the metadata or just the values.
393
- * @returns {Promise<Object<string, string>|Object<string, sap.ushell.services.AppLifeCycle.AppInfoMetadata>>} Object containing the application info parameters with values.
394
- *
395
- * @private
396
- */
397
- getAllAppInfo: function (bValues) {
398
- return AppInfoParameters.getAllAppInfo(bValues, oCurrentApplication, oComponentInstance, oApplicationContainer)
399
- .then(function (oData) {
400
- if (bValues === true) {
401
- oData.applicationType = oCurrentApplication.applicationType;
402
- oData.homePage = oCurrentApplication.homePage;
403
- } else {
404
- oData.applicationType = { value: oCurrentApplication.applicationType };
405
- oData.homePage = { value: oCurrentApplication.homePage };
406
- }
407
- return oData;
408
- });
409
- },
410
- getSystemContext: function () {
411
- var oCurrentApp = AppConfiguration.getCurrentApplication() || {};
412
- var sContentProviderId = oCurrentApp.contentProviderId /* a content provider id */ || ""/* i.e., the local system */;
413
-
414
- return Container.getServiceAsync("ClientSideTargetResolution")
415
- .then(function (ClientSideTargetResolutionService) {
416
- return ClientSideTargetResolutionService.getSystemContext(sContentProviderId);
417
- });
418
- },
419
- /**
420
- * Emits an event when disableKeepAliveAppRouterRetrigger API is called
421
- * This API should be used only by Fiori Elements team
422
- *
423
- * @param {boolean} bDisableRouterRetrigger
424
- * A flag to disable or enable the router's re-trigger
425
- * when a keep-alive application is restored
426
- * @since 1.98
427
- * @private
428
- */
429
- disableKeepAliveAppRouterRetrigger: function (bDisableRouterRetrigger) {
430
- getAppIntent().then(function (oIntent) {
431
- EventHub.emit("disableKeepAliveRestoreRouterRetrigger", {
432
- disable: bDisableRouterRetrigger,
433
- intent: oIntent,
434
- componentId: oCurrentApplication.componentInstance?.oContainer?.sId,
435
- date: Date.now()
436
- });
317
+ return Container.getServiceAsync("ClientSideTargetResolution")
318
+ .then((ClientSideTargetResolutionService) => {
319
+ return ClientSideTargetResolutionService.getSystemContext(sContentProviderId);
437
320
  });
438
- }
439
- };
440
-
441
- setTimeout(function () {
442
- oEventProvider.fireEvent(S_APP_LOADED_EVENT, oCurrentApplication);
443
- // shell analytics is listening to this event
444
- EventHub.emit("FESRAppLoaded", {technicalName: oCurrentApplication?.technicalName});
445
- if (window.QUnit === undefined && Container.inAppRuntime() === false) {
446
- if (Config.last("/core/shell/enableMessageBroker")) {
447
- Container.getServiceAsync("MessageBroker").then(function (oMessageBrokerService) {
448
- oCurrentApplication.getAllAppInfo(true).then(function (data) {
449
- oMessageBrokerService.publish("flp-app-info", "FLP", Date.now().toString(), "new-app-info", "*", data);
450
- });
321
+ },
322
+ /**
323
+ * Emits an event when disableKeepAliveAppRouterRetrigger API is called
324
+ * This API should be used only by Fiori Elements team
325
+ *
326
+ * @param {boolean} bDisableRouterRetrigger
327
+ * A flag to disable or enable the router's re-trigger
328
+ * when a keep-alive application is restored
329
+ * @since 1.98
330
+ * @private
331
+ * @ui5-restricted sap.fe
332
+ */
333
+ disableKeepAliveAppRouterRetrigger: function (bDisableRouterRetrigger) {
334
+ EventHub.emit("disableKeepAliveRestoreRouterRetrigger", {
335
+ disable: bDisableRouterRetrigger,
336
+ appId: this._oCurrentApplicationContainer?.getCurrentAppId(),
337
+ componentId: this._oCurrentApplication.componentInstance?.oContainer?.sId,
338
+ date: Date.now()
339
+ });
340
+ }.bind(this)
341
+ };
342
+
343
+ setTimeout(() => {
344
+ this._oEventProvider.fireEvent(S_APP_LOADED_EVENT, this._oCurrentApplication);
345
+ // shell analytics is listening to this event
346
+ EventHub.emit("FESRAppLoaded", {technicalName: this._oCurrentApplication?.technicalName});
347
+
348
+ if (window.QUnit === undefined && Container.inAppRuntime() === false) {
349
+ if (Config.last("/core/shell/enableMessageBroker")) {
350
+ Container.getServiceAsync("MessageBroker").then((oMessageBrokerService) => {
351
+ this._oCurrentApplication.getAllAppInfo(true).then((data) => {
352
+ oMessageBrokerService.publish("flp-app-info", "FLP", Date.now().toString(), "new-app-info", "*", data);
451
353
  });
452
- }
354
+ });
453
355
  }
454
- }, 0);
356
+ }
357
+ }, 0);
358
+ };
359
+
360
+ /**
361
+ * Returns information about the currently running application or <code>undefined</code> if no application is running.
362
+ *
363
+ * @returns {sap.ushell.services.AppLifeCycle.CurrentApplication|undefined} Information object about currently running application or <code>undefined</code> if no application is running.
364
+ * <b>Note:</b>
365
+ * Return value is only valid after app is loaded. See {@link #attachAppLoaded} for details.
366
+ * Before an app is loaded, <code>undefined</code> is returned.
367
+ * @since 1.38
368
+ * @public
369
+ */
370
+ AppLifeCycle.prototype.getCurrentApplication = function () {
371
+ return this._oCurrentApplication;
372
+ };
373
+
374
+ /**
375
+ * Attaches an event handler for the appLoaded event. This event handler will be triggered
376
+ * each time an application has been loaded.
377
+ *
378
+ * @template ObjectToBePassedToHandler {object} Object that will be passed to the handler along with the event object when the event is fired.
379
+ * @param {ObjectToBePassedToHandler} oData
380
+ * An object that will be passed to the handler along with the event object when the
381
+ * event is fired.
382
+ * @param {function(sap.ui.base.Event, ObjectToBePassedToHandler)} fnFunction
383
+ * The handler function to call when the event occurs.
384
+ * @param {object} oListener
385
+ * The object that wants to be notified when the event occurs (this context within the
386
+ * handler function).
387
+ * @since 1.38
388
+ * @public
389
+ */
390
+ AppLifeCycle.prototype.attachAppLoaded = function (oData, fnFunction, oListener) {
391
+ this._oEventProvider.attachEvent(S_APP_LOADED_EVENT, oData, fnFunction, oListener);
392
+ };
393
+
394
+ /**
395
+ * Detaches an event handler from the EventProvider.
396
+ *
397
+ * @param {function} fnFunction
398
+ * The handler function that has to be detached from the EventProvider.
399
+ * @param {object} oListener
400
+ * The object that wanted to be notified when the event occurred
401
+ * @since 1.38
402
+ * @public
403
+ */
404
+ AppLifeCycle.prototype.detachAppLoaded = function (fnFunction, oListener) {
405
+ this._oEventProvider.detachEvent(S_APP_LOADED_EVENT, fnFunction, oListener);
406
+ };
407
+
408
+ /**
409
+ * Set current application object from AppRuntime in cFLP
410
+ *
411
+ * @param {string} sApplicationType The type of the current application.
412
+ * @param {sap.ui.core.Component} oComponentInstance The instance of the component.
413
+ * @param {boolean} bHomePage Indicator for a home page.
414
+ * @param {string} oApplicationContainer The application container.
415
+ * @param {string} sFramework The type of the current application running in iframe.
416
+ *
417
+ * @since 1.82
418
+ * @private
419
+ */
420
+ AppLifeCycle.prototype.prepareCurrentAppObject = function (sApplicationType, oComponentInstance, bHomePage, oApplicationContainer, sFramework) {
421
+ this._setCurrentApplicationObject(sApplicationType, oComponentInstance, bHomePage, oApplicationContainer, sFramework);
422
+ };
423
+
424
+ /**
425
+ * Reloads the currently displayed app (used by RTA plugin).
426
+ *
427
+ * @since 1.84
428
+ * @private
429
+ * @ui5-restricted sap.ui.rta
430
+ */
431
+ AppLifeCycle.prototype.reloadCurrentApp = function () {
432
+ EventHub.emit("reloadCurrentApp", {
433
+ sAppContainerId: this._oCurrentApplicationContainer.getId(),
434
+ sCurrentHash: hasher.getHash(),
435
+ date: Date.now()
436
+ });
437
+ };
438
+
439
+ AppLifeCycle.prototype.setAppInfo = function (oAppInfo, bIsNewApp) {
440
+ AppInfoParameters.setCustomAttributes(oAppInfo?.info);
441
+ if (Config.last("/core/shell/enableMessageBroker")) {
442
+ Container.getServiceAsync("MessageBroker").then((oMessageBrokerService) => {
443
+ this._oCurrentApplication.getAllAppInfo(true).then((data) => {
444
+ oMessageBrokerService.publish("flp-app-info", "FLP", Date.now().toString(), (bIsNewApp === true ? "new-app-info" : "app-info-update"), "*", data);
445
+ });
446
+ });
455
447
  }
456
- }
448
+ };
457
449
 
458
450
  /**
459
451
  * @alias sap.ushell.services.AppLifeCycle.ApplicationType
@@ -550,7 +542,12 @@ sap.ui.define([
550
542
  * Version of the framework
551
543
  * @public
552
544
  */
553
- appFrameworkVersion: "appFrameworkVersion"
545
+ appFrameworkVersion: "appFrameworkVersion",
546
+ /**
547
+ * The ABAP transaction code which not always available and therefore can be undefined.
548
+ * @public
549
+ */
550
+ "abap.transaction": "abap.transaction"
554
551
  };
555
552
 
556
553
  AppLifeCycle.hasNoAdapter = true;