@sapui5/sap.ushell 1.139.0 → 1.140.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (701) hide show
  1. package/package.json +1 -1
  2. package/src/main/js/sap/ushell/.library +1 -1
  3. package/src/main/js/sap/ushell/AppInfoParameters.js +1 -1
  4. package/src/main/js/sap/ushell/ApplicationType/wcfResolution.js +0 -1
  5. package/src/main/js/sap/ushell/Container.js +1 -1
  6. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  7. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  8. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  9. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  10. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  11. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
  12. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
  13. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
  14. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
  15. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
  16. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  17. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  18. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  19. package/src/main/js/sap/ushell/User.js +1 -2
  20. package/src/main/js/sap/ushell/adapters/AppVariantPersonalizationAdapter.js +35 -28
  21. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  64. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  65. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  66. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  67. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  68. package/src/main/js/sap/ushell/api/performance/Extension.js +147 -0
  69. package/src/main/js/sap/ushell/api/performance/NavigationSource.js +86 -0
  70. package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +22 -79
  71. package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +5 -11
  72. package/src/main/js/sap/ushell/appIntegration/IframeApplicationContainer.js +11 -9
  73. package/src/main/js/sap/ushell/appIntegration/KeepAliveApps.js +82 -30
  74. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/AppInfoHandler.js +225 -0
  75. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/AppStateHandler.js +188 -0
  76. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/BookmarkHandler.js +721 -0
  77. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/EnvironmentHandler.js +347 -0
  78. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/ExtensionHandler.js +573 -0
  79. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/LifecycleHandler.js +206 -0
  80. package/src/main/js/sap/ushell/appIntegration/{PostMessageManager → PostMessageHandler}/MessageBrokerHandler.js +13 -0
  81. package/src/main/js/sap/ushell/appIntegration/{PostMessageManager → PostMessageHandler}/NWBCHandler.js +12 -0
  82. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/NavigationHandler.js +648 -0
  83. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/SessionHandler.js +141 -0
  84. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler.js +146 -0
  85. package/src/main/js/sap/ushell/appIntegration/PostMessageManager.js +0 -1
  86. package/src/main/js/sap/ushell/appIntegration/PostMessagePluginInterface.js +249 -95
  87. package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +1 -1
  88. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV1Handler.js +0 -1
  89. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -1
  90. package/src/main/js/sap/ushell/appRuntime/ui5/AppCommunicationMgr.js +98 -77
  91. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +74 -80
  92. package/src/main/js/sap/ushell/appRuntime/ui5/SessionHandlerAgent.js +30 -26
  93. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/CheckConditions.js +32 -29
  94. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/Renderer.js +2 -0
  95. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/Component.js +3 -3
  96. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_vi.properties +1 -1
  97. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/Component.js +10 -3
  98. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/AccessKeysAgent.js +5 -3
  99. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/Renderer.js +15 -15
  100. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +5 -5
  101. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +4 -5
  102. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +4 -4
  103. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +192 -219
  104. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +11 -11
  105. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +16 -16
  106. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +15 -15
  107. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +4 -4
  108. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +6 -6
  109. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +19 -19
  110. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +10 -10
  111. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +16 -18
  112. package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
  113. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  114. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +4 -4
  115. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +9 -9
  116. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +8 -8
  117. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +8 -8
  118. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +16 -16
  119. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +4 -4
  120. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +7 -7
  121. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +6 -6
  122. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +20 -22
  123. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserDefaultParameters.js +7 -3
  124. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +7 -7
  125. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  126. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  127. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
  128. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  129. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +9 -9
  130. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  131. package/src/main/js/sap/ushell/components/_HomepageManager/PersistentPageOperationAdapter.js +1 -1
  132. package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +8 -2
  133. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  134. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
  135. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  136. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  137. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  138. package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +1 -1
  139. package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
  140. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  141. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ar.properties +1 -1
  142. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_bg.properties +1 -1
  143. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ca.properties +1 -1
  144. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cnr.properties +1 -1
  145. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cs.properties +1 -1
  146. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cy.properties +1 -1
  147. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_da.properties +1 -1
  148. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_de.properties +2 -2
  149. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_el.properties +1 -1
  150. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +1 -1
  151. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties +1 -1
  152. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es.properties +1 -1
  153. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties +1 -1
  154. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_et.properties +1 -1
  155. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fi.properties +1 -1
  156. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr.properties +1 -1
  157. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties +1 -1
  158. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hi.properties +1 -1
  159. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hr.properties +1 -1
  160. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hu.properties +1 -1
  161. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_id.properties +1 -1
  162. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_it.properties +1 -1
  163. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_iw.properties +1 -1
  164. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ja.properties +1 -1
  165. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_kk.properties +1 -1
  166. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ko.properties +1 -1
  167. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lt.properties +1 -1
  168. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lv.properties +1 -1
  169. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +1 -1
  170. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ms.properties +1 -1
  171. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_nl.properties +1 -1
  172. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_no.properties +1 -1
  173. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pl.properties +1 -1
  174. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt.properties +1 -1
  175. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties +1 -1
  176. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ro.properties +1 -1
  177. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ru.properties +1 -1
  178. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +1 -1
  179. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sk.properties +1 -1
  180. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sl.properties +1 -1
  181. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +1 -1
  182. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sv.properties +1 -1
  183. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_th.properties +1 -1
  184. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_tr.properties +1 -1
  185. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_uk.properties +1 -1
  186. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_vi.properties +1 -1
  187. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties +1 -1
  188. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties +1 -1
  189. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
  190. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
  191. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  192. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  193. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  194. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  195. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  196. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  197. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  198. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  199. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  200. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  201. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +18 -18
  202. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  203. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  204. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  205. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  206. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  207. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  208. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
  209. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  210. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
  211. package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +25 -16
  212. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  213. package/src/main/js/sap/ushell/components/shell/Search/Component.js +14 -1
  214. package/src/main/js/sap/ushell/components/shell/Search/ESearch.js +9 -1
  215. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  216. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  217. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  218. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  219. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  220. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  221. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/Component.js +234 -108
  222. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/FrequentActivityProvider.js +2 -3
  223. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/RecentSearchProvider.js +2 -2
  224. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchProvider.js +4 -4
  225. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchServiceProvider.js +2 -2
  226. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/manifest.json +1 -1
  227. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources.properties +7 -1
  228. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ar.properties +8 -0
  229. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_bg.properties +8 -0
  230. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ca.properties +8 -0
  231. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_cnr.properties +8 -0
  232. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_cs.properties +8 -0
  233. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_cy.properties +8 -0
  234. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_da.properties +8 -0
  235. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_de.properties +8 -0
  236. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_el.properties +8 -0
  237. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_en.properties +8 -0
  238. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_en_GB.properties +8 -0
  239. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_en_US_saprigi.properties +8 -0
  240. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_es.properties +8 -0
  241. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_es_MX.properties +8 -0
  242. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_et.properties +8 -0
  243. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_fi.properties +8 -0
  244. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_fr.properties +8 -0
  245. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_fr_CA.properties +8 -0
  246. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_hi.properties +8 -0
  247. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_hr.properties +8 -0
  248. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_hu.properties +8 -0
  249. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_id.properties +8 -0
  250. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_it.properties +8 -0
  251. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_iw.properties +8 -0
  252. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ja.properties +8 -0
  253. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_kk.properties +8 -0
  254. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ko.properties +8 -0
  255. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_lt.properties +8 -0
  256. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_lv.properties +8 -0
  257. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_mk.properties +8 -0
  258. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ms.properties +8 -0
  259. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_nl.properties +8 -0
  260. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_no.properties +8 -0
  261. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_pl.properties +8 -0
  262. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_pt.properties +8 -0
  263. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_pt_PT.properties +8 -0
  264. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ro.properties +8 -0
  265. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ru.properties +8 -0
  266. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sh.properties +8 -0
  267. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sk.properties +8 -0
  268. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sl.properties +8 -0
  269. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sr.properties +8 -0
  270. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sv.properties +8 -0
  271. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_th.properties +8 -0
  272. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_tr.properties +8 -0
  273. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_uk.properties +8 -0
  274. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_vi.properties +8 -0
  275. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_zh_CN.properties +8 -0
  276. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_zh_TW.properties +8 -0
  277. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +11 -7
  278. package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +2 -2
  279. package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +8 -1
  280. package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +13 -0
  281. package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
  282. package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +0 -6
  283. package/src/main/js/sap/ushell/components/shell/SideNavigation/fragment/Popover.fragment.xml +2 -2
  284. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
  285. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/AllSpaces.js +2 -2
  286. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +32 -5
  287. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/NavigationHelper.js +17 -2
  288. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources.properties +2 -0
  289. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ar.properties +1 -0
  290. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_bg.properties +1 -0
  291. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ca.properties +1 -0
  292. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_cnr.properties +1 -0
  293. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_cs.properties +1 -0
  294. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_cy.properties +1 -0
  295. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_da.properties +1 -0
  296. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_de.properties +1 -0
  297. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_el.properties +1 -0
  298. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_en.properties +1 -0
  299. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_en_GB.properties +1 -0
  300. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_en_US_saprigi.properties +1 -0
  301. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_es.properties +1 -0
  302. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_es_MX.properties +1 -0
  303. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_et.properties +1 -0
  304. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_fi.properties +1 -0
  305. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_fr.properties +1 -0
  306. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_fr_CA.properties +1 -0
  307. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_hi.properties +1 -0
  308. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_hr.properties +1 -0
  309. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_hu.properties +1 -0
  310. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_id.properties +1 -0
  311. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_it.properties +1 -0
  312. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_iw.properties +1 -0
  313. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ja.properties +1 -0
  314. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_kk.properties +1 -0
  315. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ko.properties +1 -0
  316. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_lt.properties +1 -0
  317. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_lv.properties +1 -0
  318. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_mk.properties +1 -0
  319. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ms.properties +1 -0
  320. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_nl.properties +1 -0
  321. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_no.properties +1 -0
  322. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_pl.properties +1 -0
  323. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_pt.properties +1 -0
  324. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_pt_PT.properties +1 -0
  325. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ro.properties +1 -0
  326. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ru.properties +1 -0
  327. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sh.properties +1 -0
  328. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sk.properties +1 -0
  329. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sl.properties +1 -0
  330. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sr.properties +1 -0
  331. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sv.properties +1 -0
  332. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_th.properties +1 -0
  333. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_tr.properties +1 -0
  334. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_uk.properties +1 -0
  335. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_vi.properties +1 -0
  336. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_zh_CN.properties +1 -0
  337. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_zh_TW.properties +1 -0
  338. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  339. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.controller.js +1 -0
  340. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  341. package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/StaticTile.controller.js +12 -2
  342. package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/DynamicTile.controller.js +12 -2
  343. package/src/main/js/sap/ushell/components/tiles/indicatorArea/AreaChartTile.controller.js +157 -152
  344. package/src/main/js/sap/ushell/components/tiles/indicatorDual/DualTile.controller.js +2 -2
  345. package/src/main/js/sap/ushell/components/tiles/indicatorDual/DualTile.view.js +23 -22
  346. package/src/main/js/sap/ushell/components/tiles/indicatorDualComparison/DualComparison.controller.js +4 -2
  347. package/src/main/js/sap/ushell/components/tiles/indicatorDualDeviation/DualDeviation.controller.js +5 -5
  348. package/src/main/js/sap/ushell/components/tiles/indicatorDualTrend/DualTrend.controller.js +106 -102
  349. package/src/main/js/sap/ushell/components/tiles/indicatorHarveyBall/HarveyBallTile.controller.js +8 -7
  350. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/oData4Analytics.js +96 -53
  351. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/smartBusinessUtil.js +63 -52
  352. package/src/main/js/sap/ushell/components/tiles/indicatorcomparison/ComparisonTile.controller.js +4 -2
  353. package/src/main/js/sap/ushell/components/tiles/indicatorcontribution/ContributionTile.controller.js +2 -1
  354. package/src/main/js/sap/ushell/components/tiles/indicatordeviation/DeviationTile.controller.js +2 -2
  355. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  356. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  357. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  358. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  359. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  360. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  361. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  362. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  363. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  364. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  365. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  366. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  367. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  368. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  369. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  370. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Avatar.js +0 -2
  371. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Button.js +10 -2
  372. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItem.js +0 -2
  373. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemGroup.js +5 -4
  374. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Menu.js +0 -10
  375. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +0 -12
  376. package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +1 -32
  377. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/IllustratedMessage.js +96 -0
  378. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationList.js +0 -6
  379. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +0 -4
  380. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItem.js +0 -2
  381. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/Search.js +0 -10
  382. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItem.js +5 -2
  383. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBar.js +0 -16
  384. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarBranding.js +0 -2
  385. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarItem.js +0 -2
  386. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSearch.js +5 -10
  387. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +0 -16
  388. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +1 -1
  389. package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +1 -1
  390. package/src/main/js/sap/ushell/library.js +1 -1
  391. package/src/main/js/sap/ushell/navigation/NavigationState.js +0 -3
  392. package/src/main/js/sap/ushell/navigationMode.js +5 -5
  393. package/src/main/js/sap/ushell/override.js +1 -2
  394. package/src/main/js/sap/ushell/performance/FesrEnhancer.js +53 -15
  395. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  396. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +19 -10
  397. package/src/main/js/sap/ushell/plugins/BaseRTAPlugin.js +2 -0
  398. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  399. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_de.properties +1 -1
  400. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_vi.properties +1 -1
  401. package/src/main/js/sap/ushell/renderer/NavContainer.js +7 -0
  402. package/src/main/js/sap/ushell/renderer/Renderer.js +3 -3
  403. package/src/main/js/sap/ushell/renderer/RendererManagedComponents.js +200 -0
  404. package/src/main/js/sap/ushell/renderer/Shell.controller.js +0 -17
  405. package/src/main/js/sap/ushell/renderer/Shell.view.js +6 -3
  406. package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +1 -1
  407. package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +18 -18
  408. package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +1 -1
  409. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  410. package/src/main/js/sap/ushell/renderers/fiori2/Renderer.js +38 -31
  411. package/src/main/js/sap/ushell/services/AllMyApps.js +0 -2
  412. package/src/main/js/sap/ushell/services/AppLifeCycle.js +18 -12
  413. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  414. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  415. package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
  416. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  417. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  418. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  419. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  420. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  421. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  422. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  423. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  424. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  425. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  426. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  427. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  428. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  429. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  430. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  431. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  432. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  433. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  434. package/src/main/js/sap/ushell/services/DarkModeSupport.js +3 -3
  435. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  436. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  437. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
  438. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  439. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  440. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
  441. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  442. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  443. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
  444. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
  445. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  446. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  447. package/src/main/js/sap/ushell/services/Message.js +1 -1
  448. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +21 -1
  449. package/src/main/js/sap/ushell/services/MessageBroker.js +5 -16
  450. package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
  451. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +2 -2
  452. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  453. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  454. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +3 -2
  455. package/src/main/js/sap/ushell/services/Notifications.js +1 -1
  456. package/src/main/js/sap/ushell/services/NotificationsV2.js +1 -1
  457. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  458. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  459. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  460. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  461. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  462. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  463. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
  464. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
  465. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
  466. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
  467. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  468. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  469. package/src/main/js/sap/ushell/services/Search.js +1 -1
  470. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  471. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  472. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  473. package/src/main/js/sap/ushell/services/ShellNavigationInternal.js +1 -1
  474. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  475. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  476. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  477. package/src/main/js/sap/ushell/services/URLParsing.js +8 -8
  478. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  479. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  480. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +6 -6
  481. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  482. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +2 -2
  483. package/src/main/js/sap/ushell/services/UserInfo.js +2 -2
  484. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  485. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  486. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  487. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  488. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  489. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  490. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  491. package/src/main/js/sap/ushell/state/StrategyFactory/HeadEndItemsStrategy.js +7 -0
  492. package/src/main/js/sap/ushell/state/modules/BackNavigation.js +1 -1
  493. package/src/main/js/sap/ushell/state/modules/ContentDensity.js +1 -1
  494. package/src/main/js/sap/ushell/state/modules/Favicon.js +1 -1
  495. package/src/main/js/sap/ushell/state/modules/HeaderLogo.js +1 -1
  496. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  497. package/src/main/js/sap/ushell/thirdparty/Avatar.js +4 -4
  498. package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +4 -10
  499. package/src/main/js/sap/ushell/thirdparty/Button.js +1 -1
  500. package/src/main/js/sap/ushell/thirdparty/Button2.js +68 -17
  501. package/src/main/js/sap/ushell/thirdparty/FocusableElements.js +10 -0
  502. package/src/main/js/sap/ushell/thirdparty/Icon.js +24 -5
  503. package/src/main/js/sap/ushell/thirdparty/Icons.js +47 -46
  504. package/src/main/js/sap/ushell/thirdparty/IllustratedMessage.js +1292 -0
  505. package/src/main/js/sap/ushell/thirdparty/Label.js +3 -3
  506. package/src/main/js/sap/ushell/thirdparty/Link.js +4 -4
  507. package/src/main/js/sap/ushell/thirdparty/List.js +48 -65
  508. package/src/main/js/sap/ushell/thirdparty/ListItemAdditionalText.css.js +10 -0
  509. package/src/main/js/sap/ushell/thirdparty/ListItemBase.js +19 -7
  510. package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +31 -17
  511. package/src/main/js/sap/ushell/thirdparty/ListItemGroup.js +235 -67
  512. package/src/main/js/sap/ushell/thirdparty/Menu.js +9 -10
  513. package/src/main/js/sap/ushell/thirdparty/MenuItem.js +1 -1
  514. package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +48 -14
  515. package/src/main/js/sap/ushell/thirdparty/NotificationList.js +4 -4
  516. package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +2 -2
  517. package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +14 -5
  518. package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +4 -4
  519. package/src/main/js/sap/ushell/thirdparty/ResponsivePopover.js +43 -29
  520. package/src/main/js/sap/ushell/thirdparty/SearchItem.js +22 -5
  521. package/src/main/js/sap/ushell/thirdparty/SearchItemGroup.js +2 -2
  522. package/src/main/js/sap/ushell/thirdparty/SearchMessageArea.js +2 -2
  523. package/src/main/js/sap/ushell/thirdparty/ShellBar.js +37 -34
  524. package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +2 -2
  525. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch.js +1 -1
  526. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch2.js +169 -53
  527. package/src/main/js/sap/ushell/thirdparty/Tag.js +4 -4
  528. package/src/main/js/sap/ushell/thirdparty/Text.js +4 -4
  529. package/src/main/js/sap/ushell/thirdparty/Title.js +2 -2
  530. package/src/main/js/sap/ushell/thirdparty/UserMenu.js +9 -9
  531. package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +1 -1
  532. package/src/main/js/sap/ushell/thirdparty/WrappingType.js +24 -0
  533. package/src/main/js/sap/ushell/thirdparty/_dynamics/InputSuggestions.js +5 -52
  534. package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +3 -3
  535. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT.js +202 -178
  536. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT2.js +145 -121
  537. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +51 -6
  538. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +3 -0
  539. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +52 -7
  540. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +3 -0
  541. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +52 -7
  542. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +3 -0
  543. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +51 -6
  544. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +3 -0
  545. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +51 -6
  546. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +3 -0
  547. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +51 -6
  548. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +3 -0
  549. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +51 -6
  550. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +3 -0
  551. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +52 -7
  552. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +9 -6
  553. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +51 -6
  554. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +3 -0
  555. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en.js +3 -174
  556. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +174 -717
  557. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +777 -582
  558. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en4.js +593 -0
  559. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +51 -6
  560. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +3 -0
  561. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd.js +3 -174
  562. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +174 -711
  563. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +777 -582
  564. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd4.js +593 -0
  565. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi.js +3 -174
  566. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +174 -717
  567. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +777 -582
  568. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi4.js +593 -0
  569. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +51 -6
  570. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +3 -0
  571. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +51 -6
  572. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +3 -0
  573. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +51 -6
  574. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +3 -0
  575. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +51 -6
  576. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +3 -0
  577. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +51 -6
  578. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +3 -0
  579. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +51 -6
  580. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +3 -0
  581. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +51 -6
  582. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +3 -0
  583. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +51 -6
  584. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +3 -0
  585. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +52 -7
  586. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +3 -0
  587. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +51 -6
  588. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +3 -0
  589. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +53 -8
  590. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +4 -1
  591. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +51 -6
  592. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +3 -0
  593. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +51 -6
  594. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +3 -0
  595. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +51 -6
  596. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +3 -0
  597. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +52 -7
  598. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +3 -0
  599. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +51 -6
  600. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +3 -0
  601. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +51 -6
  602. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +3 -0
  603. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +51 -6
  604. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +3 -0
  605. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +51 -6
  606. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +3 -0
  607. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +51 -6
  608. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +3 -0
  609. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +51 -6
  610. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +3 -0
  611. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +51 -6
  612. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +3 -0
  613. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +51 -6
  614. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +3 -0
  615. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +51 -6
  616. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +3 -0
  617. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +51 -6
  618. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +3 -0
  619. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +51 -6
  620. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +3 -0
  621. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +52 -7
  622. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +3 -0
  623. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +51 -6
  624. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +3 -0
  625. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +51 -6
  626. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +3 -0
  627. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +52 -7
  628. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +3 -0
  629. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +51 -6
  630. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +3 -0
  631. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +51 -6
  632. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +3 -0
  633. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +51 -6
  634. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +3 -0
  635. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +51 -6
  636. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +3 -0
  637. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +51 -6
  638. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +3 -0
  639. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +51 -6
  640. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +3 -0
  641. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +51 -6
  642. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +3 -0
  643. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +51 -6
  644. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +3 -0
  645. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
  646. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
  647. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
  648. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
  649. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
  650. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
  651. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
  652. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
  653. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
  654. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
  655. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
  656. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
  657. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
  658. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
  659. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
  660. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
  661. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css26.js +1 -1
  662. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css27.js +7 -0
  663. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css4.js +1 -1
  664. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css5.js +1 -1
  665. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css6.js +1 -1
  666. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css7.js +1 -1
  667. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css8.js +1 -1
  668. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css9.js +1 -1
  669. package/src/main/js/sap/ushell/thirdparty/getEffectiveScrollbarStyle.js +33 -0
  670. package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +110 -145
  671. package/src/main/js/sap/ushell/thirdparty/i18n-defaults2.js +152 -104
  672. package/src/main/js/sap/ushell/thirdparty/overflow.js +16 -36
  673. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +4 -1
  674. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css2.js +1 -1
  675. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css3.js +8 -0
  676. package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +51 -38
  677. package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +12 -12
  678. package/src/main/js/sap/ushell/thirdparty/webcomponents.js +24 -24
  679. package/src/main/js/sap/ushell/ui/QuickAccess.js +12 -2
  680. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  681. package/src/main/js/sap/ushell/ui/footerbar/SendAsEmailButton.js +2 -2
  682. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  683. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  684. package/src/main/js/sap/ushell/ui/launchpad/VizInstance.js +7 -4
  685. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  686. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  687. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  688. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  689. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  690. package/src/main/js/sap/ushell/utils/UrlParsing.js +4 -4
  691. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  692. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
  693. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
  694. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  695. package/src/test/js/sap/ushell/bootstrap/sandbox.js +69 -70
  696. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/AppruntimeHandler.js +0 -121
  697. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/LifecycleHandler.js +0 -631
  698. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/ServiceHandler.js +0 -1541
  699. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntimeService.js +0 -40
  700. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css3.js +0 -7
  701. /package/src/main/js/sap/ushell/appIntegration/{PostMessageManager → PostMessageHandler}/ExtensionItems.js +0 -0
@@ -95,14 +95,14 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
95
95
  // @ts-nocheck
96
96
  const loadThemeProperties$1 = async (themeName) => {
97
97
  switch (themeName) {
98
- case "sap_fiori_3": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-theming-sap-fiori_3-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css3'], resolve, reject); })).default;
99
- case "sap_fiori_3_dark": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-theming-sap-fiori_3_dark-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css4'], resolve, reject); })).default;
100
- case "sap_fiori_3_hcb": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-theming-sap-fiori_3_hcb-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css5'], resolve, reject); })).default;
101
- case "sap_fiori_3_hcw": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-theming-sap-fiori_3_hcw-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css6'], resolve, reject); })).default;
102
- case "sap_horizon": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-theming-sap-horizon-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css7'], resolve, reject); })).default;
103
- case "sap_horizon_dark": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-theming-sap-horizon_dark-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css8'], resolve, reject); })).default;
104
- case "sap_horizon_hcb": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-theming-sap-horizon_hcb-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css9'], resolve, reject); })).default;
105
- case "sap_horizon_hcw": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-theming-sap-horizon_hcw-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css10'], resolve, reject); })).default;
98
+ case "sap_fiori_3": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-theming-sap-fiori_3-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css4'], resolve, reject); })).default;
99
+ case "sap_fiori_3_dark": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-theming-sap-fiori_3_dark-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css5'], resolve, reject); })).default;
100
+ case "sap_fiori_3_hcb": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-theming-sap-fiori_3_hcb-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css6'], resolve, reject); })).default;
101
+ case "sap_fiori_3_hcw": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-theming-sap-fiori_3_hcw-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css7'], resolve, reject); })).default;
102
+ case "sap_horizon": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-theming-sap-horizon-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css8'], resolve, reject); })).default;
103
+ case "sap_horizon_dark": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-theming-sap-horizon_dark-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css9'], resolve, reject); })).default;
104
+ case "sap_horizon_hcb": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-theming-sap-horizon_hcb-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css10'], resolve, reject); })).default;
105
+ case "sap_horizon_hcw": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-theming-sap-horizon_hcw-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css11'], resolve, reject); })).default;
106
106
  default: throw "unknown theme";
107
107
  }
108
108
  };
@@ -128,10 +128,10 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
128
128
  case "da": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-icons-messagebundle-da" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_da'], resolve, reject); })).default;
129
129
  case "de": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-icons-messagebundle-de" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_de'], resolve, reject); })).default;
130
130
  case "el": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-icons-messagebundle-el" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_el'], resolve, reject); })).default;
131
- case "en": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-icons-messagebundle-en" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_en'], resolve, reject); })).default;
131
+ case "en": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-icons-messagebundle-en" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_en2'], resolve, reject); })).default;
132
132
  case "en_GB": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-icons-messagebundle-en_GB" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_en_GB'], resolve, reject); })).default;
133
- case "en_US_sappsd": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-icons-messagebundle-en_US_sappsd" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd'], resolve, reject); })).default;
134
- case "en_US_saprigi": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-icons-messagebundle-en_US_saprigi" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi'], resolve, reject); })).default;
133
+ case "en_US_sappsd": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-icons-messagebundle-en_US_sappsd" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2'], resolve, reject); })).default;
134
+ case "en_US_saprigi": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-icons-messagebundle-en_US_saprigi" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2'], resolve, reject); })).default;
135
135
  case "en_US_saptrc": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-icons-messagebundle-en_US_saptrc" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc'], resolve, reject); })).default;
136
136
  case "es": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-icons-messagebundle-es" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_es'], resolve, reject); })).default;
137
137
  case "es_MX": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-icons-messagebundle-es_MX" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_es_MX'], resolve, reject); })).default;
@@ -232,20 +232,20 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
232
232
  "zh_CN",
233
233
  "zh_TW",];
234
234
  localeIds$1.forEach(localeId => {
235
- Icons.$$1("@ui5/webcomponents-icons", localeId, importAndCheck$1);
235
+ Icons.$("@ui5/webcomponents-icons", localeId, importAndCheck$1);
236
236
  });
237
237
 
238
238
  // @ts-nocheck
239
239
  const loadThemeProperties = async (themeName) => {
240
240
  switch (themeName) {
241
- case "sap_fiori_3": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-sap-fiori_3-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css11'], resolve, reject); })).default;
242
- case "sap_fiori_3_dark": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-sap-fiori_3_dark-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css12'], resolve, reject); })).default;
243
- case "sap_fiori_3_hcb": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-sap-fiori_3_hcb-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css13'], resolve, reject); })).default;
244
- case "sap_fiori_3_hcw": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-sap-fiori_3_hcw-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css14'], resolve, reject); })).default;
245
- case "sap_horizon": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-sap-horizon-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css15'], resolve, reject); })).default;
246
- case "sap_horizon_dark": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-sap-horizon_dark-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css16'], resolve, reject); })).default;
247
- case "sap_horizon_hcb": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-sap-horizon_hcb-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css17'], resolve, reject); })).default;
248
- case "sap_horizon_hcw": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-sap-horizon_hcw-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css18'], resolve, reject); })).default;
241
+ case "sap_fiori_3": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-sap-fiori_3-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css12'], resolve, reject); })).default;
242
+ case "sap_fiori_3_dark": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-sap-fiori_3_dark-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css13'], resolve, reject); })).default;
243
+ case "sap_fiori_3_hcb": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-sap-fiori_3_hcb-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css14'], resolve, reject); })).default;
244
+ case "sap_fiori_3_hcw": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-sap-fiori_3_hcw-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css15'], resolve, reject); })).default;
245
+ case "sap_horizon": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-sap-horizon-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css16'], resolve, reject); })).default;
246
+ case "sap_horizon_dark": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-sap-horizon_dark-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css17'], resolve, reject); })).default;
247
+ case "sap_horizon_hcb": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-sap-horizon_hcb-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css18'], resolve, reject); })).default;
248
+ case "sap_horizon_hcw": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-sap-horizon_hcw-parameters-bundle" */ 'sap/ushell/thirdparty/_dynamics/parameters-bundle.css19'], resolve, reject); })).default;
249
249
  default: throw "unknown theme";
250
250
  }
251
251
  };
@@ -271,10 +271,10 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
271
271
  case "da": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-messagebundle-da" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_da2'], resolve, reject); })).default;
272
272
  case "de": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-messagebundle-de" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_de2'], resolve, reject); })).default;
273
273
  case "el": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-messagebundle-el" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_el2'], resolve, reject); })).default;
274
- case "en": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-messagebundle-en" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_en2'], resolve, reject); })).default;
274
+ case "en": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-messagebundle-en" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_en3'], resolve, reject); })).default;
275
275
  case "en_GB": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-messagebundle-en_GB" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2'], resolve, reject); })).default;
276
- case "en_US_sappsd": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-messagebundle-en_US_sappsd" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2'], resolve, reject); })).default;
277
- case "en_US_saprigi": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-messagebundle-en_US_saprigi" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2'], resolve, reject); })).default;
276
+ case "en_US_sappsd": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-messagebundle-en_US_sappsd" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3'], resolve, reject); })).default;
277
+ case "en_US_saprigi": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-messagebundle-en_US_saprigi" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3'], resolve, reject); })).default;
278
278
  case "en_US_saptrc": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-messagebundle-en_US_saptrc" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2'], resolve, reject); })).default;
279
279
  case "es": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-messagebundle-es" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_es2'], resolve, reject); })).default;
280
280
  case "es_MX": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-messagebundle-es_MX" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2'], resolve, reject); })).default;
@@ -375,7 +375,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
375
375
  "zh_CN",
376
376
  "zh_TW",];
377
377
  localeIds.forEach(localeId => {
378
- Icons.$$1("@ui5/webcomponents", localeId, importAndCheck);
378
+ Icons.$("@ui5/webcomponents", localeId, importAndCheck);
379
379
  });
380
380
 
381
381
  }));
@@ -13,7 +13,9 @@ sap.ui.define([
13
13
  "sap/ushell/utils",
14
14
  "sap/ushell/utils/WindowUtils",
15
15
  "sap/ushell/utils/AppType",
16
- "sap/ushell/EventHub"
16
+ "sap/ushell/EventHub",
17
+ "sap/ushell/api/performance/Extension",
18
+ "sap/ushell/api/performance/NavigationSource"
17
19
  ], (
18
20
  Element,
19
21
  Fragment,
@@ -27,7 +29,9 @@ sap.ui.define([
27
29
  utils,
28
30
  WindowUtils,
29
31
  AppTypeUtils,
30
- EventHub
32
+ EventHub,
33
+ Extension,
34
+ NavigationSource
31
35
  ) => {
32
36
  "use strict";
33
37
 
@@ -35,6 +39,7 @@ sap.ui.define([
35
39
  const AppType = ushellLibrary.AppType;
36
40
 
37
41
  const oQuickAccess = {
42
+ oExtension: new Extension(),
38
43
  oModel: new JSONModel({
39
44
  recentActivities: [],
40
45
  frequentActivities: []
@@ -197,6 +202,11 @@ sap.ui.define([
197
202
  const sPath = oEvent.getParameter("listItem").getBindingContextPath();
198
203
  const oItemModel = this.oModel.getProperty(sPath);
199
204
 
205
+ this.oExtension.addNavigationSource(
206
+ /recentActivities/.test(sPath) ?
207
+ NavigationSource.RecentlyUsed :
208
+ NavigationSource.FrequentlyUsed
209
+ );
200
210
  EventHub.emit("UITracer.trace", {
201
211
  reason: "LaunchApp",
202
212
  source: "Link",
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview Extension for recent activities card
5
5
  *
6
- * @version 1.139.0
6
+ * @version 1.140.0
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/ui/integration/Extension",
@@ -73,8 +73,8 @@ sap.ui.define([
73
73
  // If we're running over an IFrame...
74
74
  if (Container.inAppRuntime()) {
75
75
  // DO NOT CHANGE the line below, this is to optimize the bundle build process
76
- sap.ui.require(["sap/ushell/appRuntime/ui5/AppRuntimeService"], (AppRuntimeService) => {
77
- AppRuntimeService.sendMessageToOuterShell(
76
+ sap.ui.require(["sap/ushell/appRuntime/ui5/AppCommunicationMgr"], (AppCommunicationMgr) => {
77
+ AppCommunicationMgr.sendMessageToOuterShell(
78
78
  "sap.ushell.services.ShellUIService.sendEmailWithFLPButton",
79
79
  { bSetAppStateToPublic: true }
80
80
  );
@@ -7,7 +7,7 @@
7
7
  * of recreating them. Items which get removed from the aggregation get destroyed and items which get added to the
8
8
  * aggregation get created.
9
9
  *
10
- * @version 1.139.0
10
+ * @version 1.140.0
11
11
  */
12
12
  sap.ui.define([
13
13
  "sap/ui/base/ManagedObject",
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview Provides control sap.ushell.ui.launchpad.Section
5
5
  *
6
- * @version 1.139.0
6
+ * @version 1.140.0
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/base/Log",
@@ -611,9 +611,10 @@ sap.ui.define([
611
611
  };
612
612
 
613
613
  /**
614
- * Handles the keyup event while edit mode is active
615
- * If delete or backspace is pressed, the focused VizInstance gets removes.
616
- * If space or enter is pressed, the navigation gets prevented.
614
+ * Handles the keyup event
615
+ * while edit mode is active:
616
+ * - If delete or backspace is pressed, the focused VizInstance gets removes.
617
+ * - If space or enter is pressed, the navigation gets prevented.
617
618
  *
618
619
  * @param {sap.ui.base.Event} oEvent Browser Keyboard event
619
620
  *
@@ -621,17 +622,19 @@ sap.ui.define([
621
622
  * @private
622
623
  */
623
624
  VizInstance.prototype.onkeyup = function (oEvent) {
625
+ this._preventDefault(oEvent);
626
+
624
627
  if (this.getEditable()) {
625
628
  if ((PseudoEvents.events.sapdelete.fnCheck(oEvent) || PseudoEvents.events.sapbackspace.fnCheck(oEvent))) {
626
629
  this.firePress({
627
630
  scope: "Actions",
628
631
  action: "Remove"
629
632
  });
633
+ return;
630
634
  }
631
635
 
632
636
  if (PseudoEvents.events.sapspace.fnCheck(oEvent) || PseudoEvents.events.sapenter.fnCheck(oEvent)) {
633
637
  this._openActionMenu();
634
- this._preventDefault(oEvent);
635
638
  }
636
639
  }
637
640
  };
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview Provides control sap.ushell.ui.launchpad.section.CompactArea
5
5
  *
6
- * @version 1.139.0
6
+ * @version 1.140.0
7
7
  */
8
8
 
9
9
  sap.ui.define([
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * A control to be placed in the tool area
19
19
  * @extends sap.ui.core.Control
20
20
  *
21
- * @version 1.139.0
21
+ * @version 1.140.0
22
22
  *
23
23
  * @public
24
24
  * @since 1.30.5
@@ -6,7 +6,7 @@
6
6
  * This is a utility module that collects common activities implemented
7
7
  * by controllers of different ui components.
8
8
  *
9
- * @version 1.139.0
9
+ * @version 1.140.0
10
10
  * @private
11
11
  */
12
12
 
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The ShellUIService UI5 service factory
5
5
  *
6
- * @version 1.139.0
6
+ * @version 1.140.0
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/base/util/Deferred",
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The UserStatus UI5 service
5
5
  *
6
- * @version 1.139.0
6
+ * @version 1.140.0
7
7
  * @deprecated since 1.70. Support for this service has been discontinued.
8
8
  */
9
9
  sap.ui.define([
@@ -715,8 +715,8 @@ sap.ui.define([
715
715
  * Removes all technical parameters from the hash parameters that are not intent parameters
716
716
  * and returns the new hash parameters
717
717
  *
718
- * @param {object<string, string[]>} oHashParams the hash parameters that should be checked for non-intent parameters
719
- * @returns {object<string, string[]>} the given hash parameters with the non-intent parameters
718
+ * @param {Object<string, string[]>} oHashParams the hash parameters that should be checked for non-intent parameters
719
+ * @returns {Object<string, string[]>} the given hash parameters with the non-intent parameters
720
720
  *
721
721
  * @since 1.128.0
722
722
  * @private
@@ -740,8 +740,8 @@ sap.ui.define([
740
740
  /**
741
741
  * Checks whether shell hash parameters have changed
742
742
  *
743
- * @param {object<string, string[]>} oNewParameters the new parameters
744
- * @param {object<string, string[]>} oOldParameters the old parameters
743
+ * @param {Object<string, string[]>} oNewParameters the new parameters
744
+ * @param {Object<string, string[]>} oOldParameters the old parameters
745
745
  * @returns {boolean} <code>true</code> if oNewParameters are not equal to oOldParameters
746
746
  *
747
747
  * @since 1.128.0
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * This module is for internal Shell usage only
7
7
  *
8
- * @version 1.139.0
8
+ * @version 1.140.0
9
9
  */
10
10
  sap.ui.define(["sap/base/Log", "sap/ushell/utils/UrlParsing"], (Log, urlParsing) => {
11
11
  "use strict";
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @file WorkPageHost for WorkPageBuilder and DWSPageBuilder
5
- * @version 1.139.0
5
+ * @version 1.140.0
6
6
  */
7
7
 
8
8
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview This module communicates with the content API graphql service to retrieve workpage and visualization data.
5
- * @version 1.139.0
5
+ * @version 1.140.0
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/i18n/Localization",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview This module provides utilities for creating visualization instances for work pages.
5
- * @version 1.139.0
5
+ * @version 1.140.0
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/services/VisualizationInstantiation",
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's bootstrap code for development sandbox scenarios.
5
5
  *
6
- * @version 1.139.0
6
+ * @version 1.140.0
7
7
  */
8
8
 
9
9
  (function () {
@@ -11,33 +11,22 @@
11
11
  window.sap = window.sap || {};
12
12
  window.sap.ushell = window.sap.ushell || {};
13
13
  window.sap.ushell.__sandbox__ = window.sap.ushell.__sandbox__ || {};
14
- window.sap.ushell.__sandbox__.init = init;
15
-
16
-
17
- // ushell bootstrap is registered as sapui5 boot task; would not be required for the sandbox case, but we stick to the ABAP pattern for consistency
18
- // on ABAP, this is required, because some ui5 settings (e.g. theme) are retrieved from the back-end and have to be set early in the ui5 bootstrap
19
- window["sap-ui-config"] = {
20
- "xx-bootTask": function (fnCallback) {
21
- init().then(function (bootstrap) {
22
- bootstrap(fnCallback);
23
- });
24
- }
25
- };
26
14
 
27
15
  function init () {
28
- return new Promise(function (resolve) {
29
-
16
+ return new Promise((resolve) => {
30
17
  sap.ui.require([
31
18
  "sap/base/Log",
19
+ "sap/ui/thirdparty/jquery",
32
20
  "sap/base/util/ObjectPath",
33
21
  "sap/ushell/bootstrap/common/common.util",
34
22
  "sap/ushell/utils"
35
- ], function (
23
+ ], (
36
24
  Log,
25
+ jQuery,
37
26
  ObjectPath,
38
27
  commonUtils,
39
28
  ushellUtils
40
- ) {
29
+ ) => {
41
30
  /*
42
31
  * Function copied from boottask.js
43
32
  * The original function could be moved to sap.ushell_abap.pbServices.ui2.Utils
@@ -49,7 +38,7 @@
49
38
  return;
50
39
  }
51
40
 
52
- Object.keys(oActualConfigToMerge).forEach(function (sKey) {
41
+ Object.keys(oActualConfigToMerge).forEach((sKey) => {
53
42
  if (Object.prototype.toString.apply(oMutatedBaseConfig[sKey]) === "[object Object]" &&
54
43
  Object.prototype.toString.apply(oActualConfigToMerge[sKey]) === "[object Object]") {
55
44
  mergeConfig(oMutatedBaseConfig[sKey], oActualConfigToMerge[sKey], false);
@@ -75,8 +64,8 @@
75
64
  const oApplicationConfig = {};
76
65
 
77
66
  function getApplicationKeys (oCfg) {
78
- var aAppKeys = [],
79
- sApplicationKey;
67
+ const aAppKeys = [];
68
+ let sApplicationKey;
80
69
 
81
70
  if (!oCfg || !oCfg.applications || typeof oCfg.applications !== "object") {
82
71
  return aAppKeys;
@@ -94,9 +83,9 @@
94
83
  }
95
84
 
96
85
  function createTile (oApplication, iIdSuffix, sKey) {
97
- var sApplicationTitle = oApplication.title || oApplication.additionalInformation.replace("SAPUI5.Component=", "").split(".").pop();
86
+ const sApplicationTitle = oApplication.title || oApplication.additionalInformation.replace("SAPUI5.Component=", "").split(".").pop();
98
87
  return {
99
- id: "sap_ushell_generated_tile_id_" + iIdSuffix,
88
+ id: `sap_ushell_generated_tile_id_${iIdSuffix}`,
100
89
  title: sApplicationTitle,
101
90
  size: "1x1",
102
91
  tileType: "sap.ushell.ui.tile.StaticTile",
@@ -104,7 +93,7 @@
104
93
  chipId: "sap_ushell_generated_chip_id",
105
94
  title: sApplicationTitle,
106
95
  info: oApplication.description,
107
- targetURL: "#" + sKey
96
+ targetURL: `#${sKey}`
108
97
  }
109
98
  };
110
99
  }
@@ -129,7 +118,7 @@
129
118
  oLaunchPageAdapterConfig.groups.unshift(oAutoGeneratedGroup);
130
119
 
131
120
  // generate the tile
132
- aApplicationKeys.forEach(function (sApplicationKey, iSuffix) {
121
+ aApplicationKeys.forEach((sApplicationKey, iSuffix) => {
133
122
  oAutoGeneratedGroup.tiles.push(
134
123
  createTile(oUshellConfig.applications[sApplicationKey], iSuffix, sApplicationKey)
135
124
  );
@@ -147,21 +136,54 @@
147
136
  return oUshellConfig;
148
137
  }
149
138
 
139
+ /**
140
+ * Get the path of our own script; module paths are registered relative to this path, not
141
+ * relative to the HTML page we introduce an ID for the bootstrap script, similar to UI5;
142
+ * allows to reference it later as well
143
+ * @returns {string} path of the bootstrap script
144
+ */
145
+ function getBootstrapScriptPath () {
146
+ let oScripts;
147
+ let oBootstrapScript;
148
+ oBootstrapScript = window.document.getElementById("sap-ushell-bootstrap");
149
+ if (!oBootstrapScript) {
150
+ // fallback to last script element, if no ID set (should work on most browsers)
151
+ // it might happen that script tags are loaded lazily and are not available yet at this point
152
+ oScripts = window.document.getElementsByTagName("script");
153
+ oBootstrapScript = oScripts[oScripts.length - 1];
154
+ }
155
+ const sBootstrapScriptUrl = oBootstrapScript.src;
156
+ const sBootstrapScriptPath = `${sBootstrapScriptUrl.split("?")[0].split("/").slice(0, -1).join("/")}/`;
157
+ return sBootstrapScriptPath;
158
+ }
159
+
150
160
  /**
151
161
  * Read a new JSON application config defined by its URL and merge into
152
162
  * provided config.
153
163
  * @param {object} oUshellConfig The ushell config
154
164
  */
155
165
  function applyDefaultApplicationConfig (oUshellConfig) {
156
- var sUrl = getBootstrapScriptPath() + "../shells/sandbox/fioriSandboxConfig.json";
166
+ const sUrl = `${getBootstrapScriptPath()}../shells/sandbox/fioriSandboxConfig.json`;
167
+
168
+ function adaptInboundUrl (data) {
169
+ const oInbounds = data.services.ClientSideTargetResolution.adapter.config.inbounds;
170
+ const sBasePath = sap.ui.require.toUrl("").substring(0, sap.ui.require.toUrl("").indexOf("resources"));
171
+ let sInboundUrl;
172
+ Object.keys(oInbounds).forEach((sKey) => {
173
+ sInboundUrl = oInbounds[sKey].resolutionResult.url;
174
+ sInboundUrl = sBasePath + sInboundUrl;
175
+ oInbounds[sKey].resolutionResult.url = sInboundUrl;
176
+ });
177
+ return data;
178
+ }
157
179
 
158
- Log.info("Mixing/Overwriting sandbox configuration from " + sUrl + ".");
180
+ Log.info(`Mixing/Overwriting sandbox configuration from ${sUrl}.`);
159
181
  jQuery.ajax({
160
182
  async: false,
161
183
  url: sUrl,
162
184
  dataType: "json",
163
185
  success: function (data) {
164
- Log.debug("Evaluating fiori launchpad sandbox config JSON: " + JSON.stringify(data));
186
+ Log.debug(`Evaluating fiori launchpad sandbox config JSON: ${JSON.stringify(data)}`);
165
187
 
166
188
  const oDefaultApplicationConfig = adaptInboundUrl(data);
167
189
  const oDefaultApplicationMigration = commonUtils.getV2ServiceMigrationConfig(oDefaultApplicationConfig);
@@ -171,22 +193,10 @@
171
193
  },
172
194
  error: function (xhr) {
173
195
  if (xhr.status !== 404) {
174
- Log.error("Failed to load Fiori Launchpad Sandbox configuration from " + sUrl + ": status: " + xhr.status + "; error: " + xhr.statusText);
196
+ Log.error(`Failed to load Fiori Launchpad Sandbox configuration from ${sUrl}: status: ${xhr.status}; error: ${xhr.statusText}`);
175
197
  }
176
198
  }
177
199
  });
178
-
179
- function adaptInboundUrl (data) {
180
- var oInbounds = data.services.ClientSideTargetResolution.adapter.config.inbounds,
181
- sBasePath = sap.ui.require.toUrl("").substring(0, sap.ui.require.toUrl("").indexOf("resources")),
182
- sInboundUrl;
183
- Object.keys(oInbounds).forEach(function (sKey) {
184
- sInboundUrl = oInbounds[sKey].resolutionResult.url;
185
- sInboundUrl = sBasePath + sInboundUrl;
186
- oInbounds[sKey].resolutionResult.url = sInboundUrl;
187
- });
188
- return data;
189
- }
190
200
  }
191
201
 
192
202
  /**
@@ -197,15 +207,15 @@
197
207
  * @param {object} oUshellConfig The ushell config
198
208
  */
199
209
  function applyJsonApplicationConfig (sUrlPrefix, oUshellConfig) {
200
- var sUrl = /\.json/i.test(sUrlPrefix) ? sUrlPrefix : sUrlPrefix + ".json";
210
+ const sUrl = /\.json/i.test(sUrlPrefix) ? sUrlPrefix : `${sUrlPrefix}.json`;
201
211
 
202
- Log.info("Mixing/Overwriting sandbox configuration from " + sUrl + ".");
212
+ Log.info(`Mixing/Overwriting sandbox configuration from ${sUrl}.`);
203
213
  jQuery.ajax({
204
214
  async: false,
205
215
  url: sUrl,
206
216
  dataType: "json",
207
217
  success: function (data) {
208
- Log.debug("Evaluating fiori launchpad sandbox config JSON: " + JSON.stringify(data));
218
+ Log.debug(`Evaluating fiori launchpad sandbox config JSON: ${JSON.stringify(data)}`);
209
219
 
210
220
  const oConfigMigration = commonUtils.getV2ServiceMigrationConfig(data);
211
221
 
@@ -214,32 +224,12 @@
214
224
  },
215
225
  error: function (xhr) {
216
226
  if (xhr.status !== 404) {
217
- Log.error("Failed to load Fiori Launchpad Sandbox configuration from " + sUrl + ": status: " + xhr.status + "; error: " + xhr.statusText);
227
+ Log.error(`Failed to load Fiori Launchpad Sandbox configuration from ${sUrl}: status: ${xhr.status}; error: ${xhr.statusText}`);
218
228
  }
219
229
  }
220
230
  });
221
231
  }
222
232
 
223
- /**
224
- * Get the path of our own script; module paths are registered relative to this path, not
225
- * relative to the HTML page we introduce an ID for the bootstrap script, similar to UI5;
226
- * allows to reference it later as well
227
- * @returns {string} path of the bootstrap script
228
- */
229
- function getBootstrapScriptPath () {
230
- var oScripts, oBootstrapScript, sBootstrapScriptUrl, sBootstrapScriptPath;
231
- oBootstrapScript = window.document.getElementById("sap-ushell-bootstrap");
232
- if (!oBootstrapScript) {
233
- // fallback to last script element, if no ID set (should work on most browsers)
234
- // it might happen that script tags are loaded lazily and are not available yet at this point
235
- oScripts = window.document.getElementsByTagName("script");
236
- oBootstrapScript = oScripts[oScripts.length - 1];
237
- }
238
- sBootstrapScriptUrl = oBootstrapScript.src;
239
- sBootstrapScriptPath = sBootstrapScriptUrl.split("?")[0].split("/").slice(0, -1).join("/") + "/";
240
- return sBootstrapScriptPath;
241
- }
242
-
243
233
  /*
244
234
  * The config needs to be adjusted depending on the renderer specified in the URL parameter
245
235
  * sap-ushell-sandbox-renderer. We have to make sure that no navigation target "" is defined
@@ -248,7 +238,7 @@
248
238
  * in the configuration.
249
239
  */
250
240
  function evaluateCustomRenderer (sRenderer, oUshellConfig) {
251
- var oApplications;
241
+ let oApplications;
252
242
 
253
243
  if (typeof sRenderer === "string" && sRenderer !== "") {
254
244
  oUshellConfig.defaultRenderer = sRenderer;
@@ -265,7 +255,6 @@
265
255
  }
266
256
  }
267
257
 
268
-
269
258
  /*
270
259
  * Perform sandbox bootstrap of local platform. The promise will make sure to call the UI5
271
260
  * callback in case of success.
@@ -277,7 +266,7 @@
277
266
 
278
267
  sap.ui.loader.config({
279
268
  paths: {
280
- "sap/ushell/renderers/fiorisandbox": getBootstrapScriptPath() + "../renderers/fiorisandbox/"
269
+ "sap/ushell/renderers/fiorisandbox": `${getBootstrapScriptPath()}../renderers/fiorisandbox/`
281
270
  }
282
271
  });
283
272
 
@@ -328,7 +317,7 @@
328
317
  ObjectPath.set("services.ClientSideTargetResolution.adapter.config.applications", oApplications, oUshellConfig);
329
318
 
330
319
  if (oUshellConfig && oUshellConfig.modulePaths) {
331
- var oModules = Object.keys(oUshellConfig.modulePaths).reduce(function (result, sModulePath) {
320
+ const oModules = Object.keys(oUshellConfig.modulePaths).reduce((result, sModulePath) => {
332
321
  result[sModulePath.replace(/\./g, "/")] = oUshellConfig.modulePaths[sModulePath];
333
322
  return result;
334
323
  }, {});
@@ -346,15 +335,25 @@
346
335
 
347
336
  // Attach private functions which should be testable to the public namespace
348
337
  // to make them available outside for testing.
349
- var oSandbox = ObjectPath.get("sap.ushell.__sandbox__");
338
+ const oSandbox = ObjectPath.get("sap.ushell.__sandbox__");
350
339
  oSandbox._adjustApplicationConfiguration = adjustApplicationConfiguration;
351
340
  oSandbox._applyJsonApplicationConfig = applyJsonApplicationConfig;
352
341
  oSandbox._evaluateCustomRenderer = evaluateCustomRenderer;
353
342
  oSandbox._bootstrap = bootstrap;
354
343
 
355
-
356
344
  resolve(bootstrap);
357
345
  });
358
346
  });
359
347
  }
348
+ window.sap.ushell.__sandbox__.init = init;
349
+
350
+ // ushell bootstrap is registered as sapui5 boot task; would not be required for the sandbox case, but we stick to the ABAP pattern for consistency
351
+ // on ABAP, this is required, because some ui5 settings (e.g. theme) are retrieved from the back-end and have to be set early in the ui5 bootstrap
352
+ window["sap-ui-config"] = {
353
+ "xx-bootTask": function (fnCallback) {
354
+ init().then((bootstrap) => {
355
+ bootstrap(fnCallback);
356
+ });
357
+ }
358
+ };
360
359
  }());