@sapui5/sap.ushell 1.119.0 → 1.119.2

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 (202) 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/Fiori20Adapter.js +1 -1
  4. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  5. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  6. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  7. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  8. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  9. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  10. package/src/main/js/sap/ushell/_ApplicationType/urlTemplateResolution.js +15 -15
  11. package/src/main/js/sap/ushell/_URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  12. package/src/main/js/sap/ushell/_URLTemplateProcessor/DependencyGraph.js +1 -1
  13. package/src/main/js/sap/ushell/_URLTemplateProcessor/Functions.js +1 -1
  14. package/src/main/js/sap/ushell/_URLTemplateProcessor/Resolvers.js +1 -1
  15. package/src/main/js/sap/ushell/_URLTemplateProcessor/TemplateParameterParser.js +1 -1
  16. package/src/main/js/sap/ushell/_URLTemplateProcessor/utils.js +1 -1
  17. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  18. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  19. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  20. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/logger.js +1 -1
  60. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/state.js +1 -1
  61. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  62. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  63. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  64. package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +1 -1
  65. package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +1 -1
  66. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +1 -1
  67. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +1 -1
  68. package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +1 -1
  69. package/src/main/js/sap/ushell/components/applicationIntegration/elements/model.js +1 -1
  70. package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +1 -1
  71. package/src/main/js/sap/ushell/components/applicationIntegration/relatedShellElements/RelatedShellElements.js +1 -1
  72. package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +1 -1
  73. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  74. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  75. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  76. package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +1 -1
  77. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  78. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  79. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  80. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  81. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  82. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  83. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  84. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  85. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  86. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  87. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
  88. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  89. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  90. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  91. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  92. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  93. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  94. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
  95. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  96. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  97. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  98. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  99. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  100. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  101. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  102. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  103. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  104. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  105. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  106. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  107. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  108. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  109. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageHost.js +1 -1
  110. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  111. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  112. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  113. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  114. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  115. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  116. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  117. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  118. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  119. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  120. package/src/main/js/sap/ushell/components/workPageRuntime/services/NavigationResolver.js +1 -1
  121. package/src/main/js/sap/ushell/components/workPageRuntime/services/WorkPage.js +1 -1
  122. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  123. package/src/main/js/sap/ushell/library.js +1 -1
  124. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  125. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  126. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  127. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  128. package/src/main/js/sap/ushell/renderers/fiori2/Renderer.js +2 -2
  129. package/src/main/js/sap/ushell/renderers/fiori2/search/searchComponent/manifest.json +1 -1
  130. package/src/main/js/sap/ushell/services/AppLifeCycle.js +1 -1
  131. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  132. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  133. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  134. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  135. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  136. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  137. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  138. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  139. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  140. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  141. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  142. package/src/main/js/sap/ushell/services/Message.js +1 -1
  143. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  144. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  145. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  146. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  147. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  148. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  149. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  150. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  151. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  152. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  153. package/src/main/js/sap/ushell/services/Search.js +1 -1
  154. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  155. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  156. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  157. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  158. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  159. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  160. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  161. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  162. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  163. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  164. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  165. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  166. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  167. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  168. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Formatter.js +1 -1
  169. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundIndex.js +1 -1
  170. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundProvider.js +1 -1
  171. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  172. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Search.js +1 -1
  173. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/StagedLogger.js +1 -1
  174. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/SystemContext.js +1 -1
  175. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Utils.js +1 -1
  176. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/VirtualInbounds.js +1 -1
  177. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  178. package/src/main/js/sap/ushell/services/_CommonDataModel/SiteConverter.js +1 -1
  179. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  180. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  181. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  182. package/src/main/js/sap/ushell/services/_MessageBroker/MessageBrokerEngine.js +1 -1
  183. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  184. package/src/main/js/sap/ushell/services/_PluginManager/Extensions.js +1 -1
  185. package/src/main/js/sap/ushell/services/_PluginManager/HeaderExtensions.js +1 -1
  186. package/src/main/js/sap/ushell/services/_PluginManager/MenuExtensions.js +1 -1
  187. package/src/main/js/sap/ushell/services/_Ui5ComponentLoader/utils.js +1 -1
  188. package/src/main/js/sap/ushell/services/_VisualizationInstantiation/VizInstanceLink.js +1 -1
  189. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  190. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  191. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  192. package/src/main/js/sap/ushell/ui/launchpad/Page.js +1 -1
  193. package/src/main/js/sap/ushell/ui/launchpad/Section.js +2 -2
  194. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  195. package/src/main/js/sap/ushell/ui/shell/ShellHeadItem.js +1 -1
  196. package/src/main/js/sap/ushell/ui/shell/SysInfoBar.js +1 -1
  197. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  198. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  199. package/src/main/js/sap/ushell/ui5service/ShellUIService.js +1 -1
  200. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  201. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  202. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.ushell",
3
- "version": "1.119.0",
3
+ "version": "1.119.2",
4
4
  "description": "SAPUI5 Library sap.ushell",
5
5
  "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
6
6
  "keywords": [
@@ -2,7 +2,7 @@
2
2
  <library xmlns="http://www.sap.com/sap.ui.library.xsd">
3
3
  <name>sap.ushell</name>
4
4
  <vendor>SAP SE</vendor>
5
- <version>1.119.0</version>
5
+ <version>1.119.2</version>
6
6
  <copyright>Copyright (c) 2009-2023 SAP SE, All Rights Reserved</copyright>
7
7
  <documentation>SAP library: sap.ushell</documentation>
8
8
 
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * The Fiori20 adapter automatically re-styles old (Fiori 1) applications to match Fiori2 design requirements.
7
7
  *
8
- * @version 1.119.0
8
+ * @version 1.119.2
9
9
  */
10
10
  sap.ui.define([
11
11
  "sap/ui/base/Object",
@@ -4,7 +4,7 @@
4
4
  * @fileOverview The purpose Fiori20AdapterTest in this file is to decide whether to load the Fiori20Adapter at all.
5
5
  * This file is kept small in size on purpose as it is always required in productive code even when Fiori 2 adaptation is not required.
6
6
  *
7
- * @version 1.119.0
7
+ * @version 1.119.2
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/base/Log",
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @fileOverview NWBCInterface for NWBC client
4
4
  *
5
- * @version 1.119.0
5
+ * @version 1.119.2
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/EventHub",
@@ -40,7 +40,7 @@
40
40
  * parameters. If the application tries to access an internal parameter (e.g.,
41
41
  * sap-ui-app-id-hint) via the API, the application receives an error message.
42
42
  *
43
- * @version 1.119.0
43
+ * @version 1.119.2
44
44
  * @private
45
45
  */
46
46
  sap.ui.define([
@@ -26,7 +26,7 @@
26
26
  * The language to define parameters in the URL Template parameter set contains a minimal set of conditionals,
27
27
  * logical operators, and functions that allow to define the parameter set with a certain degree of control.
28
28
  *
29
- * @version 1.119.0
29
+ * @version 1.119.2
30
30
  * @private
31
31
  */
32
32
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @fileOverview Ui5 Native Service Factory
4
4
  *
5
- * @version 1.119.0
5
+ * @version 1.119.2
6
6
  */
7
7
 
8
8
  /**
@@ -6,7 +6,7 @@
6
6
  * Exposes methods to create a UI5 Service Factory for a specific Unified Shell
7
7
  * Service.
8
8
  *
9
- * @version 1.119.0
9
+ * @version 1.119.2
10
10
  */
11
11
 
12
12
  /**
@@ -27,8 +27,7 @@ sap.ui.define([
27
27
  "use strict";
28
28
 
29
29
  var oUrlParams = (new URI(document.URL)).search(true),
30
- sIframeURLDomainForTests = oUrlParams["iframe-url"],
31
- sJamSearchTest = oUrlParams["jam-test-search"];
30
+ sIframeURLDomainForTests = oUrlParams["iframe-url"];
32
31
 
33
32
  function generateURLTemplateResolutionResult (oMatchingTarget, sBaseUrl, fnExternalSystemAliasResolver) {
34
33
  return new Promise(function (fnResolveGlobal) {
@@ -63,7 +62,7 @@ sap.ui.define([
63
62
  */
64
63
  var oRuntime = {
65
64
  // the inner app route
66
- innerAppRoute: getInnerAppRoute(oTemplateContext.payload) || oMatchingTarget.parsedIntent.appSpecificRoute,
65
+ innerAppRoute: getInnerAppRoute(oTemplateContext) || oMatchingTarget.parsedIntent.appSpecificRoute,
67
66
  // the target navigation mode
68
67
  targetNavMode: getTargetNavigationMode(oMatchingTarget),
69
68
  // the names of default parameters among the startupParameters
@@ -118,15 +117,11 @@ sap.ui.define([
118
117
  // deep process to solve the issue in a proper way will
119
118
  // be done via a BLI as the issue is very complex
120
119
  // please do not remove the usage of "window.location.hash"
121
- var bJamSearchTest = false;
122
- if (sJamSearchTest === "true") {
123
- bJamSearchTest = true;
124
- }
125
- var sJamSearchPref = "/universal_search/search",
126
- iJamSearchPos = oRuntime.innerAppRoute && oRuntime.innerAppRoute.indexOf(sJamSearchPref),
127
- JamInnerRoute;
128
- if (!bJamSearchTest && iJamSearchPos === 0) {
129
- JamInnerRoute = oExportedAPIs.getBrowserHash().split("&/")[1];
120
+ var sJamSearchPref = "/universal_search/search";
121
+ var iJamSearchPos = oRuntime.innerAppRoute && oRuntime.innerAppRoute.indexOf(sJamSearchPref);
122
+ var JamInnerRoute;
123
+ if (iJamSearchPos === 0) {
124
+ JamInnerRoute = oRuntime.innerAppRoute.substring(1);
130
125
  oRuntime.innerAppRoute = "/JAMSEARCHPATHH?JAMSEARCHVALUEE=VALUEE";
131
126
  }
132
127
 
@@ -138,7 +133,7 @@ sap.ui.define([
138
133
  "startupParameter"
139
134
  );
140
135
 
141
- if (!bJamSearchTest && iJamSearchPos === 0) {
136
+ if (iJamSearchPos === 0) {
142
137
  sURL = sURL.replace("/JAMSEARCHPATHH?JAMSEARCHVALUEE=VALUEE", "/" + JamInnerRoute);
143
138
  }
144
139
 
@@ -591,19 +586,24 @@ sap.ui.define([
591
586
  }
592
587
 
593
588
  // extracts the inner app route from the browser hash
594
- function getInnerAppRoute (oTemplatePayload) {
589
+ function getInnerAppRoute (oTemplateContext) {
590
+ var oTemplatePayload = oTemplateContext.payload;
595
591
  var sInnerAppRoute;
596
592
  var sHashFragment = hasher.getHash() || oExportedAPIs.getBrowserHash();
597
593
  var indexOfInnerRoute = sHashFragment.indexOf("&/");
598
594
  var iOffset = 1; //to avoid the starting "&";
595
+ var bIsJam = false;
599
596
 
597
+ if (oTemplateContext.siteAppSection?.["sap.integration"]?.urlTemplateId === "urltemplate.jam") {
598
+ bIsJam = true;
599
+ }
600
600
  if (indexOfInnerRoute > 0) {
601
601
  if (oTemplatePayload && oTemplatePayload.capabilities && oTemplatePayload.capabilities.appFrameworkId === "UI5") {
602
602
  iOffset = 2; //to avoid the starting "&/"
603
603
  }
604
604
  sInnerAppRoute = sHashFragment.substring(indexOfInnerRoute + iOffset);
605
605
  try {
606
- if (sInnerAppRoute && sInnerAppRoute.length > 0) {
606
+ if (!bIsJam && sInnerAppRoute && sInnerAppRoute.length > 0) {
607
607
  sInnerAppRoute = decodeURIComponent(sInnerAppRoute);
608
608
  }
609
609
  } catch (e) {
@@ -4,7 +4,7 @@
4
4
  * @fileOverview Methods to build the set of parameters used by the URL template.
5
5
  *
6
6
  *
7
- * @version 1.119.0
7
+ * @version 1.119.2
8
8
  *
9
9
  * @private
10
10
  *
@@ -8,7 +8,7 @@
8
8
  * The proper order of evaluation can be determined by creating and visiting a graph that represents parameters and depending parameters
9
9
  * as nodes. This graph can be also used to detect cyclic references in the parameter set definition.
10
10
  *
11
- * @version 1.119.0
11
+ * @version 1.119.2
12
12
  * @private
13
13
  */
14
14
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @file Methods to parse and execute functions defined for the URL Template parameter language.
5
- * @version 1.119.0
5
+ * @version 1.119.2
6
6
  * @private
7
7
  */
8
8
  sap.ui.define([
@@ -5,7 +5,7 @@
5
5
  * For a given context (e.g. the reference to a site, the application section from the site, parameters added during runtime, etc),
6
6
  * this module can be used to find the values associated to given URL Template parameter names.
7
7
  *
8
- * @version 1.119.0
8
+ * @version 1.119.2
9
9
  * @private
10
10
  */
11
11
  sap.ui.define([
@@ -34,7 +34,7 @@
34
34
  * }
35
35
  * }
36
36
  * </pre>
37
- * @version 1.119.0
37
+ * @version 1.119.2
38
38
  * @private
39
39
  */
40
40
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @file Utility functions for modules of <code>URLTemplateProcessor</code>.
5
- * @version 1.119.0
5
+ * @version 1.119.2
6
6
  * @private
7
7
  */
8
8
  sap.ui.define([
@@ -9,7 +9,7 @@
9
9
  * <li>provide the resolveHashFragment function, a fallback method called by ClientSideTargetResolution service.</li>
10
10
  * </ul>
11
11
  *
12
- * @version 1.119.0
12
+ * @version 1.119.2
13
13
  */
14
14
  sap.ui.define([
15
15
  "sap/base/util/Version",
@@ -4,7 +4,7 @@
4
4
  * @fileOverview The Unified Shell's sap.ushell.adapters.cdm.CommonDataModelAdapter for the 'CDM'
5
5
  * platform.
6
6
  *
7
- * @version 1.119.0
7
+ * @version 1.119.2
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/base/Log",
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The ConfigurationDefaults adapter for the CDM platform.
5
5
  *
6
- * @version 1.119.0
6
+ * @version 1.119.2
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/ushell/bootstrap/cdm/cdm.constants",
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @fileOverview The Unified Shell"s container adapter for the Common Data Model (CDM) platform.
4
4
  *
5
- * @version 1.119.0
5
+ * @version 1.119.2
6
6
  */
7
7
  /**
8
8
  * @namespace Default namespace for Unified Shell adapters for the Common Data Model (CDM) platform.
@@ -4,7 +4,7 @@
4
4
  * @fileOverview The Unified Shell's LaunchPageAdapter for the
5
5
  * 'CDM' platform - Version 2 (V2)
6
6
  * @deprecated since 1.100
7
- * @version 1.119.0
7
+ * @version 1.119.2
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/ushell/adapters/cdm/_LaunchPage/readHome",
@@ -5,7 +5,7 @@
5
5
  * It combines the page data, tile data, navigation data and personalization into a CDM 3.1 site.
6
6
  * Only used on the ABAP platform and on local for testing.
7
7
  *
8
- * @version 1.119.0
8
+ * @version 1.119.2
9
9
  */
10
10
  sap.ui.define([
11
11
  "sap/base/Log",
@@ -5,7 +5,7 @@
5
5
  *
6
6
  *
7
7
  * The CDM personalization adapter can be used to store data in the RA@ABAP platform.
8
- * @version 1.119.0
8
+ * @version 1.119.2
9
9
  */
10
10
  sap.ui.define([
11
11
  "sap/ushell/adapters/cdm/_Personalization/internals",
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's Ui5ComponentLoaderAdapter for the CDM platform
5
5
  *
6
- * @version 1.119.0
6
+ * @version 1.119.2
7
7
  */
8
8
  sap.ui.define([
9
9
  ], function () {
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview Helper of modifying the home page data for the 'CDM' platform.
5
- * @version 1.119.0
5
+ * @version 1.119.2
6
6
  * @private
7
7
  */
8
8
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview Helper of accessing catalog data for the 'CDM' platform.
5
- * @version 1.119.0
5
+ * @version 1.119.2
6
6
  * @private
7
7
  */
8
8
  sap.ui.define([
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview Helper of accessing Home Page data for the 'CDM' platform.
5
5
  *
6
- * @version 1.119.0
6
+ * @version 1.119.2
7
7
  * @private
8
8
  */
9
9
  sap.ui.define([
@@ -4,7 +4,7 @@
4
4
  * @fileOverview Transforms relative URIs as used e.g. for data sources in the
5
5
  * manifest.json
6
6
  *
7
- * @version 1.119.0
7
+ * @version 1.119.2
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/ui/thirdparty/URI"
@@ -5,7 +5,7 @@
5
5
  * Creates CDM site entries for apps with the provided data.
6
6
  * Only used on the ABAP platform and on local for testing.
7
7
  *
8
- * @version 1.119.0
8
+ * @version 1.119.2
9
9
  * @private
10
10
  */
11
11
  sap.ui.define([
@@ -5,7 +5,7 @@
5
5
  * Creates CDM site entities with the provided data.
6
6
  * Only used on the ABAP platform and on local for testing.
7
7
  *
8
- * @version 1.119.0
8
+ * @version 1.119.2
9
9
  * @private
10
10
  */
11
11
  sap.ui.define([
@@ -4,7 +4,7 @@
4
4
  * @fileOverview The Base of Unified Shell's LaunchPageAdapter for the 'CDM' platform - Version 3 (V3)
5
5
  * and StaticGroupsContainer for Featured Group
6
6
  *
7
- * @version 1.119.0
7
+ * @version 1.119.2
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/ushell/adapters/cdm/v3/_LaunchPage/readHome",
@@ -5,7 +5,7 @@
5
5
  * 'CDM' platform - Version 3 (V3)
6
6
  *
7
7
  * @deprecated since 1.100
8
- * @version 1.119.0
8
+ * @version 1.119.2
9
9
  */
10
10
  sap.ui.define([
11
11
  "sap/ushell/adapters/cdm/v3/_LaunchPage/readHome",
@@ -3,7 +3,7 @@
3
3
  * @fileOverview The Unified Shell's LaunchPageAdapter for the
4
4
  * 'CDM' platform - Version 3 (V3)
5
5
  *
6
- * @version 1.119.0
6
+ * @version 1.119.2
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/ushell/adapters/cdm/v3/AdapterBase"
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview Helper for accessing application data for the 'CDM' platform.
5
5
  *
6
- * @version 1.119.0
6
+ * @version 1.119.2
7
7
  * @private
8
8
  */
9
9
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @fileOverview Helper for accessing catalog data for the 'CDM' platform.
4
4
  *
5
- * @version 1.119.0
5
+ * @version 1.119.2
6
6
  * @private
7
7
  */
8
8
  sap.ui.define( [
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @fileOverview Helper for accessing Home Page data for the 'CDM' platform.
4
4
  *
5
- * @version 1.119.0
5
+ * @version 1.119.2
6
6
  * @private
7
7
  */
8
8
  sap.ui.define([
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview Helper for accessing pages data for the 'CDM' platform.
5
5
  *
6
- * @version 1.119.0
6
+ * @version 1.119.2
7
7
  * @private
8
8
  */
9
9
  sap.ui.define([
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview Helper for accessing the read utils for the 'CDM' platform.
5
5
  *
6
- * @version 1.119.0
6
+ * @version 1.119.2
7
7
  * @private
8
8
  */
9
9
  sap.ui.define([
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * TODO: Simplify function names
6
6
  *
7
- * @version 1.119.0
7
+ * @version 1.119.2
8
8
  * @private
9
9
  */
10
10
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileoverview The NavTargetResolution adapter for SAP MyHome
5
- * @version 1.119.0
5
+ * @version 1.119.2
6
6
  */
7
7
 
8
8
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @fileOverview The Unified Shell's Search adapter for CEP applications (client-side search).
4
4
  *
5
- * @version 1.119.0
5
+ * @version 1.119.2
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/utils/UrlParsing",
@@ -4,7 +4,7 @@
4
4
  * @fileOverview The Unified Shell's UserDefaultParameterPersistence adapter for the CFLP
5
5
  * platform.
6
6
  *
7
- * @version 1.119.0
7
+ * @version 1.119.2
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/ushell/utils/HttpClient",
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * The local personalization adapter can be configured to store data either in
7
7
  * the local storage (default) or in memory.
8
- * @version 1.119.0
8
+ * @version 1.119.2
9
9
  */
10
10
  sap.ui.define([
11
11
  "sap/ui/thirdparty/jquery",
@@ -5,7 +5,7 @@
5
5
  * TODO will be replaced by true persistence within this SP!
6
6
  * This adapter delegates to the Personalization Adapter
7
7
  *
8
- * @version 1.119.0
8
+ * @version 1.119.2
9
9
  */
10
10
  sap.ui.define([
11
11
  "sap/ushell/services/appstate/AppStatePersistencyMethod",
@@ -4,7 +4,7 @@
4
4
  * @fileOverview The Unified Shell's ClientSideTargetResolutionAdapter for the local
5
5
  * platform.
6
6
  *
7
- * @version 1.119.0
7
+ * @version 1.119.2
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/ui/thirdparty/jquery",
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @fileOverview The Unified Shell's container adapter for standalone demos.
4
4
  *
5
- * @version 1.119.0
5
+ * @version 1.119.2
6
6
  */
7
7
  /**
8
8
  * @namespace Default namespace for Unified Shell adapters for standalone demos. They can usually
@@ -4,7 +4,7 @@
4
4
  * @fileOverview The Unified Shell's page builder adapter for the 'demo' platform.
5
5
  *
6
6
  * @deprecated since 1.100
7
- * @version 1.119.0
7
+ * @version 1.119.2
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/base/Log",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The NavTargetResolution adapter for the demo platform.
5
- * @version 1.119.0
5
+ * @version 1.119.2
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/services/_ClientSideTargetResolution/VirtualInbounds",
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's page builder adapter for the 'demo' platform.
5
5
  * It creates chip instances from chip raw data. Compared to the other platforms this adapter has restricted functionality.
6
- * @version 1.119.0
6
+ * @version 1.119.2
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/ui/core/ComponentContainer",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview PagePersistenceAdapter for the local platform.
5
- * @version 1.119.0
5
+ * @version 1.119.2
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/utils",
@@ -6,7 +6,7 @@
6
6
  *
7
7
  * The local personalization adapter can be configured to store data either in
8
8
  * the local storage (default) or in memory.
9
- * @version 1.119.0
9
+ * @version 1.119.2
10
10
  */
11
11
  sap.ui.define([
12
12
  "sap/ushell/utils",
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @fileOverview The Search adapter for the demo platform.
4
4
  *
5
- * @version 1.119.0
5
+ * @version 1.119.2
6
6
  */
7
7
  sap.ui.define([
8
8
  ], function () {
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's Search adapter for CEP Search
5
5
  *
6
- * @version 1.119.0
6
+ * @version 1.119.2
7
7
  */
8
8
  /*eslint-disable quote-props*/
9
9
  sap.ui.define([], function () {
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The SupportTicket adapter for the local platform.
5
5
  *
6
- * @version 1.119.0
6
+ * @version 1.119.2
7
7
  */
8
8
  sap.ui.define([
9
9
  ], function () {
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's Ui5ComponentLoaderAdapter for the local platform
5
5
  *
6
- * @version 1.119.0
6
+ * @version 1.119.2
7
7
  */
8
8
  sap.ui.define([
9
9
  ], function () {
@@ -6,7 +6,7 @@
6
6
  * TODO will be replaced by true persistence within this SP!
7
7
  * This adapter delegates to the Personalization Adapter
8
8
  *
9
- * @version 1.119.0
9
+ * @version 1.119.2
10
10
  */
11
11
  sap.ui.define([
12
12
  "sap/ui/thirdparty/jquery",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The UserInfo adapter for the demo platform.
5
- * @version 1.119.0
5
+ * @version 1.119.2
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ui/thirdparty/jquery",