@sapui5/sap.ushell 1.114.1 → 1.114.3

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 (279) 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/_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/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  17. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  18. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  19. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  20. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +2 -2
  47. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +17 -19
  58. package/src/main/js/sap/ushell/appRuntime/ui5/SessionHandlerAgent.js +10 -0
  59. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/Component.js +8 -8
  60. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +5 -11
  61. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/logger.js +1 -1
  63. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/state.js +1 -1
  64. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  65. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +17 -0
  66. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  67. package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +6 -8
  68. package/src/main/js/sap/ushell/components/applicationIntegration/Storage.js +1 -1
  69. package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +1 -1
  70. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +2 -18
  71. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +2 -2
  72. package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +1 -1
  73. package/src/main/js/sap/ushell/components/applicationIntegration/elements/model.js +1 -1
  74. package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +1 -1
  75. package/src/main/js/sap/ushell/components/applicationIntegration/relatedShellElements/RelatedShellElements.js +1 -1
  76. package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +3 -8
  77. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  78. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  79. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  80. package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +1 -1
  81. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  82. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  83. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  84. package/src/main/js/sap/ushell/components/homepage/DashboardContent.controller.js +25 -0
  85. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  86. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  87. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  88. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  89. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  90. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  91. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  92. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
  93. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  94. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  95. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  96. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  97. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +176 -40
  98. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  99. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/CustomTreeItem.fragment.xml +4 -4
  100. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/NavigationBarMenuPopover.fragment.xml +8 -1
  101. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
  102. package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +1 -3
  103. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  104. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  105. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  106. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  107. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/NavigationSvcSearchProvider.js +1 -1
  108. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  109. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  110. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  111. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  112. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  113. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  114. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  115. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  116. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  117. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  118. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  119. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  120. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  121. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  122. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  123. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  124. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  125. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  126. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  127. package/src/main/js/sap/ushell/components/workPageRuntime/services/NavigationResolver.js +1 -1
  128. package/src/main/js/sap/ushell/components/workPageRuntime/services/WorkPage.js +1 -1
  129. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  130. package/src/main/js/sap/ushell/library.js +1 -1
  131. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  132. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  133. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  134. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  135. package/src/main/js/sap/ushell/renderers/fiori2/Renderer.js +2 -2
  136. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources.properties +2 -0
  137. package/src/main/js/sap/ushell/renderers/fiori2/search/searchComponent/manifest.json +1 -1
  138. package/src/main/js/sap/ushell/services/AppConfiguration.js +24 -2
  139. package/src/main/js/sap/ushell/services/AppLifeCycle.js +1 -1
  140. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  141. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  142. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  143. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  144. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  145. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  146. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  147. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  148. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  149. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  150. package/src/main/js/sap/ushell/services/Menu.js +4 -4
  151. package/src/main/js/sap/ushell/services/Message.js +1 -1
  152. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  153. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  154. package/src/main/js/sap/ushell/services/Notifications.js +37 -0
  155. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  156. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  157. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  158. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  159. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  160. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  161. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  162. package/src/main/js/sap/ushell/services/Search.js +1 -1
  163. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  164. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  165. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  166. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  167. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  168. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  169. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  170. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  171. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  172. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  173. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  174. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  175. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  176. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Formatter.js +1 -1
  177. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundIndex.js +1 -1
  178. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundProvider.js +1 -1
  179. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  180. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Search.js +1 -1
  181. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/StagedLogger.js +1 -1
  182. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/SystemContext.js +1 -1
  183. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Utils.js +1 -1
  184. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/VirtualInbounds.js +1 -1
  185. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  186. package/src/main/js/sap/ushell/services/_CommonDataModel/SiteConverter.js +1 -1
  187. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  188. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  189. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  190. package/src/main/js/sap/ushell/services/_MessageBroker/MessageBrokerEngine.js +1 -1
  191. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  192. package/src/main/js/sap/ushell/services/_PluginManager/Extensions.js +1 -1
  193. package/src/main/js/sap/ushell/services/_PluginManager/HeaderExtensions.js +1 -1
  194. package/src/main/js/sap/ushell/services/_PluginManager/MenuExtensions.js +1 -1
  195. package/src/main/js/sap/ushell/services/_Ui5ComponentLoader/utils.js +1 -1
  196. package/src/main/js/sap/ushell/services/_VisualizationInstantiation/VizInstanceLink.js +1 -1
  197. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  198. package/src/main/js/sap/ushell/themes/base/ShellAppTitle.less +10 -27
  199. package/src/main/js/sap/ushell/themes/sap_belize/ShellHeader.less +1 -11
  200. package/src/main/js/sap/ushell/themes/sap_belize_hcb/ShellHeader.less +0 -11
  201. package/src/main/js/sap/ushell/themes/sap_belize_hcw/ShellHeader.less +1 -13
  202. package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellHeader.less +1 -9
  203. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/ShellHeader.less +1 -9
  204. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/ShellHeader.less +1 -10
  205. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/ShellHeader.less +0 -12
  206. package/src/main/js/sap/ushell/themes/sap_hcb/ShellHeader.less +0 -12
  207. package/src/main/js/sap/ushell/themes/sap_horizon/ShellAppTitle.less +1 -9
  208. package/src/main/js/sap/ushell/themes/sap_horizon_dark/ShellAppTitle.less +1 -7
  209. package/src/main/js/sap/ushell/themes/sap_horizon_hcb/ShellAppTitle.less +0 -9
  210. package/src/main/js/sap/ushell/themes/sap_horizon_hcw/ShellAppTitle.less +0 -11
  211. package/src/main/js/sap/ushell/ui/ShellHeader.fragment.xml +5 -1
  212. package/src/main/js/sap/ushell/ui/ShellHeader.js +5 -1
  213. package/src/main/js/sap/ushell/ui/ShellHeaderRenderer.js +1 -1
  214. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  215. package/src/main/js/sap/ushell/ui/contentFinder/AppBox.js +1 -1
  216. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  217. package/src/main/js/sap/ushell/ui/launchpad/Page.js +1 -1
  218. package/src/main/js/sap/ushell/ui/launchpad/Section.js +2 -2
  219. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  220. package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +115 -63
  221. package/src/main/js/sap/ushell/ui/shell/ShellHeadItem.js +1 -1
  222. package/src/main/js/sap/ushell/ui/shell/ShellNavigationMenu.js +30 -62
  223. package/src/main/js/sap/ushell/ui/shell/SysInfoBar.js +1 -1
  224. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  225. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  226. package/src/main/js/sap/ushell/ui5service/ShellUIService.js +1 -1
  227. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  228. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  229. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  230. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n.properties +0 -5
  231. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ar.properties +0 -2
  232. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_bg.properties +0 -2
  233. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ca.properties +0 -2
  234. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_cs.properties +0 -2
  235. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_cy.properties +0 -2
  236. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_da.properties +0 -2
  237. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_de.properties +0 -2
  238. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_el.properties +0 -2
  239. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_en.properties +0 -2
  240. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_en_GB.properties +0 -2
  241. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_en_US_sappsd.properties +0 -2
  242. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_en_US_saprigi.properties +0 -2
  243. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_en_US_saptrc.properties +0 -2
  244. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_es.properties +0 -2
  245. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_es_MX.properties +0 -2
  246. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_et.properties +0 -2
  247. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_fi.properties +0 -2
  248. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_fr.properties +0 -2
  249. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_fr_CA.properties +0 -2
  250. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_hi.properties +0 -2
  251. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_hr.properties +0 -2
  252. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_hu.properties +0 -2
  253. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_id.properties +0 -2
  254. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_it.properties +0 -2
  255. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_iw.properties +0 -2
  256. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ja.properties +0 -2
  257. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_kk.properties +0 -2
  258. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ko.properties +0 -2
  259. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_lt.properties +0 -2
  260. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_lv.properties +0 -2
  261. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ms.properties +0 -2
  262. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_nl.properties +0 -2
  263. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_no.properties +0 -2
  264. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_pl.properties +0 -2
  265. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_pt.properties +0 -2
  266. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_pt_PT.properties +0 -2
  267. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ro.properties +0 -2
  268. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ru.properties +0 -2
  269. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_sh.properties +0 -2
  270. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_sk.properties +0 -2
  271. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_sl.properties +0 -2
  272. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_sv.properties +0 -2
  273. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_th.properties +0 -2
  274. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_tr.properties +0 -2
  275. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_uk.properties +0 -2
  276. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_vi.properties +0 -2
  277. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_zh_CN.properties +0 -2
  278. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_zh_TW.properties +0 -2
  279. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/manifest.json +0 -66
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.ui.core.Control
27
27
  *
28
28
  *
29
- * @version 1.114.1
29
+ * @version 1.114.3
30
30
  *
31
31
  * @private
32
32
  * @experimental
@@ -3,7 +3,7 @@
3
3
  "sap.app": {
4
4
  "id": "sap.ushell.components.workPageBuilder",
5
5
  "applicationVersion": {
6
- "version": "1.114.1"
6
+ "version": "1.114.3"
7
7
  },
8
8
  "i18n": "./resources/resources.properties",
9
9
  "ach": "CA-FLP-FE-UI",
@@ -3,7 +3,7 @@
3
3
  * @fileOverview WorkPages Runtime Component
4
4
  * This UIComponent gets initialized by the FLP renderer if work pages are enabled (/core/workPages/enabled).
5
5
  *
6
- * @version 1.114.1
6
+ * @version 1.114.3
7
7
  */
8
8
 
9
9
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @file WorkPageRuntime controller for WorkPageRuntime view
5
- * @version 1.114.1
5
+ * @version 1.114.3
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/Log",
@@ -3,7 +3,7 @@
3
3
  "sap.app": {
4
4
  "id": "sap.ushell.components.workPageRuntime",
5
5
  "applicationVersion": {
6
- "version": "1.114.1"
6
+ "version": "1.114.3"
7
7
  },
8
8
  "ach": "CA-FLP-FE-UI",
9
9
  "type": "component",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview This module resolves the given inbounds via the navigation service.
5
- * @version 1.114.1
5
+ * @version 1.114.3
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/util/ObjectPath",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview This module communicates with the content API graphql service to retrieve and save workpage and visualization data.
5
- * @version 1.114.1
5
+ * @version 1.114.3
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ui/core/Core",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview Provides the Design Time Metadata for the sap.ushell.components.container.ApplicationContainer control
5
- * @version 1.114.1
5
+ * @version 1.114.3
6
6
  */
7
7
  sap.ui.define([], function () {
8
8
  "use strict";
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  */
20
20
  var oUshellLibrary = Core.initLibrary({
21
21
  name: "sap.ushell",
22
- version: "1.114.1",
22
+ version: "1.114.3",
23
23
  dependencies: [
24
24
  "sap.ui.core",
25
25
  "sap.m"
@@ -11,7 +11,7 @@
11
11
  * Method Compute is used by ClientSide TargetResolution and takes not only the
12
12
  * next application but also the current application into account.
13
13
  *
14
- * @version 1.114.1
14
+ * @version 1.114.3
15
15
  */
16
16
  sap.ui.define([
17
17
  "sap/base/Log",
@@ -3,7 +3,7 @@
3
3
  * @fileOverview Provides analytical data like duration for navigation steps in the shell, in FLP,
4
4
  * in particular an array of all statistical records
5
5
  *
6
- * @version 1.114.1
6
+ * @version 1.114.3
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/ushell/EventHub",
@@ -3,7 +3,7 @@
3
3
  * @fileOverview Class for statistical record
4
4
  * It should contain data like step, duration after a navigation in the shell, can have status open.
5
5
  * The closing of a record is logged in debug mode
6
- * @version 1.114.1
6
+ * @version 1.114.3
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/base/Log",
@@ -87,7 +87,7 @@ sap.ui.define(
87
87
  var sComponentName = "sap.ushell.plugins.appwarmup.Component";
88
88
  return Component.extend(sComponentName, {
89
89
  metadata: {
90
- version: "1.114.1",
90
+ version: "1.114.3",
91
91
  library: "sap.ushell"
92
92
  },
93
93
 
@@ -78,9 +78,9 @@ sap.ui.define([
78
78
  */
79
79
  var Renderer = UIComponent.extend("sap.ushell.renderers.fiori2.Renderer", {
80
80
  metadata: {
81
- version: "1.114.1",
81
+ version: "1.114.3",
82
82
  dependencies: {
83
- version: "1.114.1",
83
+ version: "1.114.3",
84
84
  libs: ["sap.ui.core", "sap.m"],
85
85
  components: []
86
86
  },
@@ -1922,6 +1922,8 @@ NavigationBarMenu.PinnedSpaces.NoDataText=Pin your favorite spaces to the naviga
1922
1922
  NavigationBarMenu.AllSpaces.NoDataText=There are no spaces assigned to you.
1923
1923
  #XBUT Button Text (tooltip) for the burger button to open the popover
1924
1924
  NavigationBarMenu.Button.OpenPopover=Personalize Navigation Bar
1925
+ #XMSG Announced when a pinned space is moved
1926
+ NavigationBarMenu.PinnedSpaces.Moved=Pinned Space moved
1925
1927
 
1926
1928
  # System Information Bar
1927
1929
  #XACT: Aria label for the System Information Bar which is placed above the FLP.
@@ -3,7 +3,7 @@
3
3
  "sap.app": {
4
4
  "id": "sap.ushell.renderers.fiori2.search.searchComponent",
5
5
  "applicationVersion": {
6
- "version": "1.114.1"
6
+ "version": "1.114.3"
7
7
  },
8
8
  "type": "component"
9
9
  },
@@ -13,7 +13,8 @@ sap.ui.define([
13
13
  "sap/ushell/EventHub",
14
14
  "sap/ushell/resources",
15
15
  "sap/ushell/utils/UrlParsing",
16
- "sap/ushell/utils"
16
+ "sap/ushell/utils",
17
+ "sap/ushell/Config"
17
18
  ], function (
18
19
  ResourceBundle,
19
20
  Log,
@@ -27,7 +28,8 @@ sap.ui.define([
27
28
  EventHub,
28
29
  resources,
29
30
  UrlParsing,
30
- utils
31
+ utils,
32
+ Config
31
33
  ) {
32
34
  "use strict";
33
35
 
@@ -531,6 +533,7 @@ sap.ui.define([
531
533
  }
532
534
  oMetadata[sKey].version = oLocalMetadataComponent.getVersion();
533
535
  oMetadata[sKey].technicalName = oLocalMetadataComponent.getComponentName();
536
+ this._setTitleFromNavResult(oMetadata[sKey], oApplication);
534
537
  } else if (utils.isApplicationTypeEmbeddedInIframe(oApplication.applicationType)) {
535
538
  var sWdaApplicationUrlString = "/~canvas;window=app/wda/",
536
539
  iIndexOfWdaApplicationUrlString = oApplication.url.indexOf(sWdaApplicationUrlString),
@@ -615,6 +618,25 @@ sap.ui.define([
615
618
  Log.warning("Application configuration could not be parsed");
616
619
  }
617
620
  };
621
+
622
+ /**
623
+ * Helper function to override the title of the manifest
624
+ * with the title from the navigation result (target mapping).
625
+ * This is done for "generic" UI5 apps which have a concrete specialization
626
+ * in the FLP content with a specific title.
627
+ *
628
+ * @param {object} oMetadataEntry - the metadata for a specific app
629
+ * @param {object} oApplication - the application data retrieved from the
630
+ * navigation target resolution
631
+ */
632
+ this._setTitleFromNavResult = function (oMetadataEntry, oApplication) {
633
+ var sNavTargetResolutionTitle = oApplication && oApplication.text;
634
+ var sUi5ComponentName = oMetadataEntry.technicalName;
635
+ var aUseAppTitleFromNavTargetResolutionConfig = Config.last("/core/shell/useAppTitleFromNavTargetResolution") || [];
636
+ if (sNavTargetResolutionTitle && aUseAppTitleFromNavTargetResolutionConfig.includes(sUi5ComponentName)) {
637
+ oMetadataEntry.title = sNavTargetResolutionTitle;
638
+ }
639
+ };
618
640
  } // Metadata
619
641
 
620
642
  /**
@@ -3,7 +3,7 @@
3
3
  * @fileOverview The Unified Shell's AppLifeCycle service enables plug-ins to enquire the which
4
4
  * application is currently displayed and listen to life cycle events.
5
5
  *
6
- * @version 1.114.1
6
+ * @version 1.114.3
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/base/Log",
@@ -6,7 +6,7 @@
6
6
  * This is *not* an application facing service, but for Shell Internal usage.
7
7
  * This service should be accessed by the application via the CrossApplicationNavigation service.
8
8
  *
9
- * @version 1.114.1
9
+ * @version 1.114.3
10
10
  */
11
11
  sap.ui.define([
12
12
  "sap/ui/base/Object",
@@ -4,7 +4,7 @@
4
4
  * @fileOverview The Unified Shell's bookmark service, which allows you to create shortcuts on the
5
5
  * user's home page.
6
6
  *
7
- * @version 1.114.1
7
+ * @version 1.114.3
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/ui/thirdparty/jquery",
@@ -29,7 +29,7 @@
29
29
  * In the future, the custom resolver mechanism should be probably moved towards modifying (or only adding to the list of Inbounds),
30
30
  * this way a single data source has to be altered to support consistently getLinks, isIntentSupported.
31
31
  *
32
- * @version 1.114.1
32
+ * @version 1.114.3
33
33
  */
34
34
  sap.ui.define([
35
35
  "sap/base/Log",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @file Exposes a CommonDataModel based site document in a platform neutral format to it's clients
5
- * @version 1.114.1
5
+ * @version 1.114.3
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/services/_CommonDataModel/PersonalizationProcessor",
@@ -4,7 +4,7 @@
4
4
  * @fileOverview The Unified Shell's Configuration service enables Components of any kind to consume parts of Configuration
5
5
  * provided by the shell. It allows to attach on updates and receive the current values
6
6
  *
7
- * @version 1.114.1
7
+ * @version 1.114.3
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/ushell/Config",
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's Configuration Defaults service exposes default configurations set in the code base.
5
5
  *
6
- * @version 1.114.1
6
+ * @version 1.114.3
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/base/Log",
@@ -4,7 +4,7 @@
4
4
  * default adapter.
5
5
  * Once instantiated, returns a map of adapters to be used by the LaunchPage Service
6
6
  *
7
- * @version 1.114.1
7
+ * @version 1.114.3
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/ushell/Config",
@@ -5,7 +5,7 @@
5
5
  * This file exposes an API to perform (invoke) Cross Application Navigation for applications.
6
6
  * It exposes interfaces to perform a hash change and/or trigger an external navigation.
7
7
  *
8
- * @version 1.114.1
8
+ * @version 1.114.3
9
9
  */
10
10
  sap.ui.define([
11
11
  "sap/ushell/services/AppConfiguration",
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * The service provide dark mode support functionality
7
7
  *
8
- * @version 1.114.1
8
+ * @version 1.114.3
9
9
  */
10
10
  sap.ui.define([
11
11
  "sap/base/Log",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @file The Unified Shell's page builder service providing the data for the Fiori launchpad's classic Homepage.
5
- * @version 1.114.1
5
+ * @version 1.114.3
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/Log",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The menu service provides the entries for the menu bar
5
- * @version 1.114.1
5
+ * @version 1.114.3
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/Config",
@@ -530,7 +530,7 @@ sap.ui.define([
530
530
  type: "separator",
531
531
  pinned: true
532
532
  };
533
- if (aMenuEntries[0].isHomeEntry) {
533
+ if (aMenuEntries[0] && aMenuEntries[0].isHomeEntry) {
534
534
  aMenuEntries.splice(1, 0, oSeparator);
535
535
  } else {
536
536
  aMenuEntries.splice(0, 0, oSeparator);
@@ -545,12 +545,12 @@ sap.ui.define([
545
545
  });
546
546
  } else {
547
547
  // The personalization does not contain the MyHome entry and the separator
548
- // therefore the index of the of the pinned spaces has to be adapted accordingly.
548
+ // therefore the index of the pinned spaces has to be adapted accordingly.
549
549
  var iIndexOffset = 1;
550
550
  if (aMenuEntries[0].isHomeEntry) {
551
551
  iIndexOffset = 2;
552
552
  }
553
- // Adds the pinned property and the pinned propery sort order.
553
+ // Adds the pinned property and the pinned property sort order.
554
554
  // unpinned entries get sort order -1
555
555
  aPersonalizedMenuEntries = aMenuEntries.map(function addPinnedPropertyAndSortOrder (oMenuEntry) {
556
556
  oMenuEntry.pinned = oMenuPersonalization.pinnedSpaces.includes(oMenuEntry.id);
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The Unified Shell's message service.
5
- * @version 1.114.1
5
+ * @version 1.114.3
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/Log",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview This module exposes API enpoints for Generic Communication
5
- * @version 1.114.1
5
+ * @version 1.114.3
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/services/_MessageBroker/MessageBrokerEngine",
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * <p>This module prepares the navigation data needed by the page dereferencer.</p>
6
6
  *
7
- * @version 1.114.1
7
+ * @version 1.114.3
8
8
  */
9
9
 
10
10
  sap.ui.define([
@@ -253,6 +253,8 @@ sap.ui.define([
253
253
  // If CSRF token wasn't obtained yet - then set the header of the request so the token will be returned
254
254
  if (!this._getHeaderXcsrfToken()) {
255
255
  oHeader["X-CSRF-Token"] = "fetch";
256
+ } else {
257
+ oHeader["X-CSRF-Token"] = this._getHeaderXcsrfToken();
256
258
  }
257
259
  oRequestObject.headers = oHeader;
258
260
  OData.request(oRequestObject,
@@ -292,6 +294,8 @@ sap.ui.define([
292
294
  // If CSRF token wasn't obtained yet - then set the header of the request so the token will be returned
293
295
  if (!this._getHeaderXcsrfToken()) {
294
296
  oHeader["X-CSRF-Token"] = "fetch";
297
+ } else {
298
+ oHeader["X-CSRF-Token"] = this._getHeaderXcsrfToken();
295
299
  }
296
300
  oRequestObject.headers = oHeader;
297
301
  OData.request(oRequestObject,
@@ -342,6 +346,8 @@ sap.ui.define([
342
346
  // If CSRF token wasn't obtained yet - then set the header of the request so the token will be returned
343
347
  if (!this._getHeaderXcsrfToken()) {
344
348
  oHeader["X-CSRF-Token"] = "fetch";
349
+ } else {
350
+ oHeader["X-CSRF-Token"] = this._getHeaderXcsrfToken();
345
351
  }
346
352
  oRequestObject.headers = oHeader;
347
353
  OData.request(oRequestObject,
@@ -394,6 +400,8 @@ sap.ui.define([
394
400
  // If CSRF token wasn't obtained yet - then set the header of the request so the token will be returned
395
401
  if (!this._getHeaderXcsrfToken()) {
396
402
  oHeader["X-CSRF-Token"] = "fetch";
403
+ } else {
404
+ oHeader["X-CSRF-Token"] = this._getHeaderXcsrfToken();
397
405
  }
398
406
 
399
407
  oRequestObject.headers = oHeader;
@@ -949,6 +957,11 @@ sap.ui.define([
949
957
  "Accept-Language": Configuration.getLanguageTag()
950
958
  }
951
959
  };
960
+ if (!this._getHeaderXcsrfToken()) {
961
+ oRequestObject.headers["X-CSRF-Token"] = "fetch";
962
+ } else {
963
+ oRequestObject.headers["X-CSRF-Token"] = this._getHeaderXcsrfToken();
964
+ }
952
965
 
953
966
  OData.read(
954
967
  oRequestObject,
@@ -988,6 +1001,12 @@ sap.ui.define([
988
1001
  }
989
1002
  };
990
1003
 
1004
+ if (!this._getHeaderXcsrfToken()) {
1005
+ oRequestObject.headers["X-CSRF-Token"] = "fetch";
1006
+ } else {
1007
+ oRequestObject.headers["X-CSRF-Token"] = this._getHeaderXcsrfToken();
1008
+ }
1009
+
991
1010
  OData.read(
992
1011
  oRequestObject,
993
1012
 
@@ -1275,6 +1294,12 @@ sap.ui.define([
1275
1294
  },
1276
1295
  oDeferred = new jQuery.Deferred();
1277
1296
 
1297
+ if (!this._getHeaderXcsrfToken()) {
1298
+ oRequestObject.headers["X-CSRF-Token"] = "fetch";
1299
+ } else {
1300
+ oRequestObject.headers["X-CSRF-Token"] = this._getHeaderXcsrfToken();
1301
+ }
1302
+
1278
1303
  OData.request(oRequestObject,
1279
1304
  function (oResult) {
1280
1305
  oDeferred.resolve(oResult.results);
@@ -1321,6 +1346,12 @@ sap.ui.define([
1321
1346
  oResponseObject,
1322
1347
  sUpdatedResponseString;
1323
1348
 
1349
+ if (!this._getHeaderXcsrfToken()) {
1350
+ oRequestObject.headers["X-CSRF-Token"] = "fetch";
1351
+ } else {
1352
+ oRequestObject.headers["X-CSRF-Token"] = this._getHeaderXcsrfToken();
1353
+ }
1354
+
1324
1355
  OData.request(oRequestObject,
1325
1356
  function (oResult) {
1326
1357
  if (typeof (oResult.results) === "string") {
@@ -1365,6 +1396,12 @@ sap.ui.define([
1365
1396
  oDeferred = new jQuery.Deferred(),
1366
1397
  oResponseObject;
1367
1398
 
1399
+ if (!this._getHeaderXcsrfToken()) {
1400
+ oRequestObject.headers["X-CSRF-Token"] = "fetch";
1401
+ } else {
1402
+ oRequestObject.headers["X-CSRF-Token"] = this._getHeaderXcsrfToken();
1403
+ }
1404
+
1368
1405
  OData.request(oRequestObject,
1369
1406
  function (oResult) {
1370
1407
  if (typeof (oResult.results) === "string") {
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's page building service.
5
5
  *
6
- * @version 1.114.1
6
+ * @version 1.114.3
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/ui/thirdparty/jquery"
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * <p>This module deals with the page persistence.</p>
6
6
  *
7
- * @version 1.114.1
7
+ * @version 1.114.3
8
8
  */
9
9
 
10
10
  sap.ui.define([], function () {
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview This module deals with page related referencing and dereferencing.
5
- * @version 1.114.1
5
+ * @version 1.114.3
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/services/_PageReferencing/PageReferencer"
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview This module exposes a model containing the pages hierarchy to its clients.
5
- * @version 1.114.1
5
+ * @version 1.114.3
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/Log",
@@ -4,7 +4,7 @@
4
4
  * @fileOverview The Unified Shell's personalization service, which provides generic read and write access to the currently logged on user's
5
5
  * personalization settings for the app currently executed in the shell.
6
6
  *
7
- * @version 1.114.1
7
+ * @version 1.114.3
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/base/Log",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The Unified Shell's PluginManager service, which allows you to handle the loading of Fiori Launchpad plugins.
5
- * @version 1.114.1
5
+ * @version 1.114.3
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/Log",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview resolves references
5
- * @version 1.114.1
5
+ * @version 1.114.3
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/Log",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The Unified Shell's search service which provides Enterprise Search via SINA.
5
- * @version 1.114.1
5
+ * @version 1.114.3
6
6
  */
7
7
  sap.ui.define([], function () {
8
8
  "use strict";
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's Search for myHome.
5
5
  *
6
- * @version 1.114.1
6
+ * @version 1.114.3
7
7
  */
8
8
  sap.ui.define([], function () {
9
9
  "use strict";
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview This module exposes the searchable content.
5
- * @version 1.114.1
5
+ * @version 1.114.3
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/Config",
@@ -12,7 +12,7 @@
12
12
  * it is pertinent that the API user employs this service's version of <code>toExternal()</code> for cross application
13
13
  * navigation (instead) of using the one provided by CrossApplicationNavigation service.</p>
14
14
  *
15
- * @version 1.114.1
15
+ * @version 1.114.3
16
16
  */
17
17
  sap.ui.define([
18
18
  "sap/ui/thirdparty/jquery",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview APIs for the S/4 MyHome
5
- * @version 1.114.1
5
+ * @version 1.114.3
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/Config",
@@ -6,7 +6,7 @@
6
6
  * Service wrapper for the sap/ushell/utils/UrlShortening module.
7
7
  * Deprecated. Please use the UrlShortening module directly.
8
8
  *
9
- * @version 1.114.1
9
+ * @version 1.114.3
10
10
  */
11
11
  sap.ui.define(["sap/ushell/utils/UrlShortening"], function (UrlShortening) {
12
12
  "use strict";
@@ -1,7 +1,7 @@
1
1
  // Copyright (c) 2009-2023 SAP SE, All Rights Reserved
2
2
  /**
3
3
  * @fileOverview The URLTemplate service provides utilities when working with URL templates
4
- * @version 1.114.1
4
+ * @version 1.114.3
5
5
  */
6
6
  sap.ui.define([
7
7
  "sap/ushell/utils",
@@ -4,7 +4,7 @@
4
4
  * @fileOverview The Unified Shell's UI5 component loader service.
5
5
  * This is a shell-internal service and no public or application facing API!
6
6
  *
7
- * @version 1.114.1
7
+ * @version 1.114.3
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/ushell/Config",