@sapui5/sap.ushell 1.142.3 → 1.142.5

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 (257) 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/ApplicationType/urlTemplateResolution.js +0 -8
  4. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  5. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  6. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  7. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  8. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  9. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
  10. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
  11. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
  12. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
  13. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
  14. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  15. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  16. package/src/main/js/sap/ushell/Ui5ServiceFactory.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/PersonalizationV2Adapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  64. package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +1 -1
  65. package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +1 -1
  66. package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +1 -1
  67. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -1
  68. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +1 -1
  69. package/src/main/js/sap/ushell/appRuntime/ui5/SessionHandlerAgent.js +4 -4
  70. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/CheckConditions.js +22 -8
  71. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/Renderer.js +8 -3
  72. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/Component.js +6 -6
  73. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
  74. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
  75. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
  76. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
  77. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
  78. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
  79. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
  80. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
  81. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +1 -1
  82. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
  83. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
  84. package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
  85. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  86. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
  87. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
  88. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
  89. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
  90. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
  91. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
  92. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
  93. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
  94. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
  95. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
  96. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  97. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  98. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
  99. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  100. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +1 -0
  101. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  102. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  103. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
  104. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  105. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  106. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  107. package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +1 -1
  108. package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
  109. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  110. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
  111. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
  112. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  113. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  114. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  115. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  116. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  117. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  118. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  119. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  120. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  121. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  122. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
  123. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  124. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  125. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  126. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  127. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  128. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  129. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
  130. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  131. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
  132. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  133. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  134. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  135. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  136. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  137. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  138. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  139. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/FrequentActivityProvider.js +1 -1
  140. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/RecentSearchProvider.js +1 -1
  141. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchProvider.js +1 -1
  142. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchServiceProvider.js +1 -1
  143. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/manifest.json +1 -1
  144. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  145. package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +10 -2
  146. package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
  147. package/src/main/js/sap/ushell/components/shell/SideNavigation/Component.js +38 -5
  148. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
  149. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources.properties +4 -1
  150. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  151. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  152. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  153. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  154. package/src/main/js/sap/ushell/library.js +1 -1
  155. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  156. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  157. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  158. package/src/main/js/sap/ushell/plugins/BaseRTAPlugin.js +43 -29
  159. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  160. package/src/main/js/sap/ushell/plugins/rta/Component.js +4 -3
  161. package/src/main/js/sap/ushell/renderer/LogonFrameProvider.js +1 -1
  162. package/src/main/js/sap/ushell/renderer/Renderer.js +2 -2
  163. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  164. package/src/main/js/sap/ushell/services/AppLifeCycle.js +1 -1
  165. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  166. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  167. package/src/main/js/sap/ushell/services/BookmarkV2.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/ClientSideTargetResolution.js +1 -1
  179. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  180. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  181. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  182. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  183. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  184. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  185. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  186. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  187. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  188. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  189. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
  190. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  191. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  192. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
  193. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  194. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  195. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
  196. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
  197. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  198. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  199. package/src/main/js/sap/ushell/services/Message.js +1 -1
  200. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +1 -1
  201. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  202. package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
  203. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
  204. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  205. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  206. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  207. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  208. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  209. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  210. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  211. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  212. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  213. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
  214. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
  215. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
  216. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
  217. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  218. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  219. package/src/main/js/sap/ushell/services/Search.js +1 -1
  220. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  221. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  222. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  223. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  224. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  225. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  226. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  227. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  228. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  229. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  230. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  231. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  232. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  233. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  234. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  235. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  236. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  237. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  238. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  239. package/src/main/js/sap/ushell/state/modules/BackNavigation.js +1 -1
  240. package/src/main/js/sap/ushell/state/modules/ContentDensity.js +1 -1
  241. package/src/main/js/sap/ushell/state/modules/Favicon.js +1 -1
  242. package/src/main/js/sap/ushell/state/modules/HeaderLogo.js +1 -1
  243. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  244. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  245. package/src/main/js/sap/ushell/ui/footerbar/AboutDialog.controller.js +2 -3
  246. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  247. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  248. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  249. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  250. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  251. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  252. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  253. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  254. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
  255. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
  256. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  257. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  await this.oTrigger.getInitPromise();
36
36
  if (
37
37
  this.mConfig.checkRestartRTA
38
- && CheckConditions.checkRestartRTA(this.mConfig.layer)
38
+ && CheckConditions.checkRestartRTA(this.mConfig.layer)
39
39
  ) {
40
40
  await this.oTrigger.triggerStartRta(this);
41
41
  }
@@ -61,43 +61,57 @@ sap.ui.define([
61
61
  },
62
62
 
63
63
  _onAppLoaded: async function () {
64
- if (await CheckConditions.checkRtaPrerequisites()) {
64
+ const bPrerequisitesFulfilled = await CheckConditions.checkRtaPrerequisites();
65
+ const bFlexEnabledFalse = await CheckConditions.checkFlexEnabledFalse();
66
+ if (bPrerequisitesFulfilled) {
65
67
  if (CheckConditions.checkRestartRTA(this.mConfig.layer)) {
66
68
  this.oTrigger.triggerStartRta(this);
67
69
  }
68
- this._setButtonVisibility(true);
70
+ this._setButtonVisibility(true, bFlexEnabledFalse);
69
71
  } else {
70
- this._setButtonVisibility(false);
72
+ this._setButtonVisibility(false, bFlexEnabledFalse);
71
73
  }
72
74
  },
73
75
 
74
76
  /**
75
- * Event handler for the "Adapt" button of the RTA FLP Plugin
76
- * Checks the supported browsers and starts the RTA
77
- * @returns {Promise} Resolves when rta is triggered
78
- * @private
79
- */
77
+ * Event handler for the "Adapt" button of the RTA FLP Plugin
78
+ * Checks the supported browsers and starts the RTA
79
+ * @returns {Promise} Resolves when rta is triggered
80
+ * @private
81
+ */
80
82
  _onAdapt: function () {
81
83
  return this.oTrigger.triggerStartRta(this);
82
84
  },
83
85
 
84
- _setButtonVisibility: function (bVisible) {
86
+ /**
87
+ * If flexEnabled is explicitly set to false in the app manifest,
88
+ * the action button should not be shown on home applications.
89
+ *
90
+ * @param {boolean} bVisible - Desired visibility of the action button
91
+ * @param {boolean} bFlexEnabledFalse - Whether flexEnabled is set to false in the app manifest
92
+ * @private
93
+ */
94
+ _setButtonVisibility: function (bVisible, bFlexEnabledFalse) {
85
95
  if (!this.oActionButton) {
86
96
  return;
87
97
  }
88
98
  if (bVisible) {
89
99
  this.oActionButton.showForAllApps();
90
- this.oActionButton.showOnHome();
100
+ if (!bFlexEnabledFalse) {
101
+ this.oActionButton.showOnHome();
102
+ }
91
103
  } else {
92
104
  this.oActionButton.hideForAllApps();
93
- this.oActionButton.hideOnHome();
105
+ if (!bFlexEnabledFalse) {
106
+ this.oActionButton.hideOnHome();
107
+ }
94
108
  }
95
109
  },
96
110
 
97
111
  /**
98
- * Leaves the RTA adaptation mode
99
- * @private
100
- */
112
+ * Leaves the RTA adaptation mode
113
+ * @private
114
+ */
101
115
  _exitAdaptation: function () {
102
116
  if (this._switchToDefaultMode) {
103
117
  this._switchToDefaultMode();
@@ -106,33 +120,33 @@ sap.ui.define([
106
120
  },
107
121
 
108
122
  /**
109
- * This function is called when the start event of RTA was fired
110
- * @private
111
- */
123
+ * This function is called when the start event of RTA was fired
124
+ * @private
125
+ */
112
126
  _onStartHandler: function () {},
113
127
 
114
128
  /**
115
- * This function is called when the failed event of RTA was fired
116
- * @private
117
- */
129
+ * This function is called when the failed event of RTA was fired
130
+ * @private
131
+ */
118
132
  _onErrorHandler: function () {
119
133
  this._exitAdaptation();
120
134
  },
121
135
 
122
136
  /**
123
- * This function is called when the stop event of RTA was fired
124
- * @private
125
- */
137
+ * This function is called when the stop event of RTA was fired
138
+ * @private
139
+ */
126
140
  _onStopHandler: function () {
127
141
  this._exitAdaptation();
128
142
  },
129
143
 
130
144
  /**
131
- * This function should be overridden when custom plugins are needed
132
- *
133
- * @private
134
- * @returns {Promise} Returns a resolved Promise
135
- */
145
+ * This function should be overridden when custom plugins are needed
146
+ *
147
+ * @private
148
+ * @returns {Promise} Returns a resolved Promise
149
+ */
136
150
  _loadPlugins: function () {
137
151
  return Promise.resolve();
138
152
  }
@@ -87,7 +87,7 @@ sap.ui.define(
87
87
  const sComponentName = "sap.ushell.plugins.appwarmup.Component";
88
88
  return Component.extend(sComponentName, {
89
89
  metadata: {
90
- version: "1.142.3",
90
+ version: "1.142.5",
91
91
  library: "sap.ushell"
92
92
  },
93
93
 
@@ -40,9 +40,10 @@ sap.ui.define([
40
40
  };
41
41
  BaseRTAPlugin.prototype.init.call(this, oConfig);
42
42
  this._oPluginPromise = this._oPluginPromise
43
- .then(CheckConditions.checkRtaPrerequisites.bind(CheckConditions))
44
- .then((bRtaAvailable) => {
45
- return Renderer.createActionButton(this, this._onAdapt.bind(this), bRtaAvailable);
43
+ .then(async () => {
44
+ const bPrerequisitesFulfilled = await CheckConditions.checkRtaPrerequisites();
45
+ const bFlexEnabledFalse = await CheckConditions.checkFlexEnabledFalse();
46
+ return Renderer.createActionButton(this, this._onAdapt.bind(this), bPrerequisitesFulfilled, bFlexEnabledFalse);
46
47
  })
47
48
  .then((oActionButton) => {
48
49
  this.oActionButton = oActionButton;
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  title: resources.i18n.getText("samlDialogTitle"),
51
51
  contentWidth: "50%",
52
52
  contentHeight: "50%",
53
- content: new HTML("SAMLDialogFrame", {content: "<iframe id=SAMLDialogFrame src=\"\"></iframe>"}),
53
+ content: new HTML("SAMLDialogFrame", {content: "<iframe id=SAMLDialogFrame src=\"\" allow=\"local-network-access *\"></iframe>"}),
54
54
  endButton: new Button({
55
55
  text: resources.i18n.getText("samlCloseBtn"),
56
56
  press: Container.cancelLogon.bind(Container) // Note: it calls back destroyIFrameDialog()
@@ -106,9 +106,9 @@ sap.ui.define([
106
106
  */
107
107
  const Renderer = UIComponent.extend("sap.ushell.renderer.Renderer", /** @lends sap.ushell.renderer.Renderer.prototype */ {
108
108
  metadata: {
109
- version: "1.142.3",
109
+ version: "1.142.5",
110
110
  dependencies: {
111
- version: "1.142.3",
111
+ version: "1.142.5",
112
112
  libs: ["sap.ui.core", "sap.m"],
113
113
  components: []
114
114
  },
@@ -3,7 +3,7 @@
3
3
  "sap.app": {
4
4
  "id": "sap.ushell.renderer.search.searchComponent",
5
5
  "applicationVersion": {
6
- "version": "1.142.3"
6
+ "version": "1.142.5"
7
7
  },
8
8
  "type": "component"
9
9
  },
@@ -4,7 +4,7 @@
4
4
  * @fileOverview The Unified Shell's AppLifeCycle service enables plug-ins to enquire the which
5
5
  * application is currently displayed and listen to life cycle events.
6
6
  *
7
- * @version 1.142.3
7
+ * @version 1.142.5
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/ui/base/EventProvider",
@@ -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.142.3
9
+ * @version 1.142.5
10
10
  */
11
11
  sap.ui.define([
12
12
  "sap/ui/base/Object",
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's bookmark service. Allows creating shortcuts on the user's home page.
5
5
  *
6
- * @version 1.142.3
6
+ * @version 1.142.5
7
7
  * @deprecated since 1.120
8
8
  */
9
9
  sap.ui.define([
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's bookmark service. Allows creating shortcuts on the user's home page.
5
5
  *
6
- * @version 1.142.3
6
+ * @version 1.142.5
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/ui/core/EventBus",
@@ -13,7 +13,7 @@
13
13
  * <p>This is a dependency of ClientSideTargetResolution. Interfaces exposed
14
14
  * by this module may change at any time without notice.</p>
15
15
  *
16
- * @version 1.142.3
16
+ * @version 1.142.5
17
17
  */
18
18
  sap.ui.define([
19
19
  ], () => {
@@ -27,7 +27,7 @@
27
27
  *
28
28
  * @private
29
29
  *
30
- * @version 1.142.3
30
+ * @version 1.142.5
31
31
  */
32
32
  sap.ui.define([
33
33
  "sap/base/util/ObjectPath",
@@ -34,7 +34,7 @@
34
34
  * <p>This is a dependency of ClientSideTargetResolution. Interfaces exposed
35
35
  * by this module may change at any time without notice.</p>
36
36
  *
37
- * @version 1.142.3
37
+ * @version 1.142.5
38
38
  */
39
39
  sap.ui.define([
40
40
  "sap/ushell/services/ClientSideTargetResolution/VirtualInbounds",
@@ -4,7 +4,7 @@
4
4
  * @file PrelaunchOperations are executed just before launching the application (post parameter mapping and app state merging) if the
5
5
  * <code>sap-prelaunch-operations</code> parameter is specified as a technical parameter.
6
6
  *
7
- * @version 1.142.3
7
+ * @version 1.142.5
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/base/Log",
@@ -8,7 +8,7 @@
8
8
  * <p>This is a dependency of ClientSideTargetResolution. Interfaces exposed
9
9
  * by this module may change at any time without notice.</p>
10
10
  *
11
- * @version 1.142.3
11
+ * @version 1.142.5
12
12
  */
13
13
  sap.ui.define([
14
14
  "sap/ushell/utils",
@@ -39,7 +39,7 @@
39
39
  *
40
40
  * This is a dependency of ClientSideTargetResolution. Interfaces exposed by this module may change at any time without notice.
41
41
  *
42
- * @version 1.142.3
42
+ * @version 1.142.5
43
43
  */
44
44
  sap.ui.define([
45
45
  "sap/base/Log"
@@ -8,7 +8,7 @@
8
8
  * <p>This is a dependency of ClientSideTargetResolution. Interfaces exposed
9
9
  * by this module may change at any time without notice.</p>
10
10
  *
11
- * @version 1.142.3
11
+ * @version 1.142.5
12
12
  */
13
13
  sap.ui.define([
14
14
  "sap/base/util/ObjectPath",
@@ -6,7 +6,7 @@
6
6
  * This is a dependency of ClientSideTargetResolution.
7
7
  * Interfaces exposed by this module may change at any time without notice.
8
8
  *
9
- * @version 1.142.3
9
+ * @version 1.142.5
10
10
  */
11
11
  sap.ui.define([
12
12
  "sap/base/util/deepExtend"
@@ -12,7 +12,7 @@
12
12
  * <p>This is a dependency of ClientSideTargetResolution. Interfaces
13
13
  * exposed by this module may change at any time without notice.</p>
14
14
  *
15
- * @version 1.142.3
15
+ * @version 1.142.5
16
16
  */
17
17
  sap.ui.define([], () => {
18
18
  "use strict";
@@ -6,7 +6,7 @@
6
6
  * Operations in this module are assumed to be executed after the target mapping has been identified (post search).
7
7
  *
8
8
  * @private
9
- * @version 1.142.3
9
+ * @version 1.142.5
10
10
  */
11
11
  sap.ui.define([
12
12
  "sap/ushell/services/ClientSideTargetResolution/Utils",
@@ -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.142.3
32
+ * @version 1.142.5
33
33
  */
34
34
  sap.ui.define([
35
35
  "sap/base/Log",
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview Because the personalization processor only works with a CDM 3.0 site, this converter is used to transform a dedicated
5
5
  * CDM 3.1 site object into a CDM 3.0 site and backwards.
6
- * @version 1.142.3
6
+ * @version 1.142.5
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/base/Log"
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @file Utility for loading the default visualization types for the CDM runtime.
5
- * @version 1.142.3
5
+ * @version 1.142.5
6
6
  */
7
7
 
8
8
  sap.ui.define([
@@ -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.142.3
5
+ * @version 1.142.5
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.142.3
7
+ * @version 1.142.5
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.142.3
6
+ * @version 1.142.5
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/base/Log",
@@ -4,7 +4,7 @@
4
4
  * @fileOverview Creates an adapter factory for data not handled by the default adapter.
5
5
  * Once instantiated, returns a map of adapters to be used by the LaunchPage Service
6
6
  *
7
- * @version 1.142.3
7
+ * @version 1.142.5
8
8
  * @deprecated since 1.120
9
9
  */
10
10
  sap.ui.define([
@@ -6,7 +6,7 @@
6
6
  * It exposes interfaces to perform a hash change and/or trigger an external navigation.
7
7
  *
8
8
  * @deprecated since 1.120. Please use {@link sap.ushell.services.Navigation} instead.
9
- * @version 1.142.3
9
+ * @version 1.142.5
10
10
  */
11
11
  sap.ui.define([
12
12
  "sap/ushell/services/AppConfiguration",
@@ -26,7 +26,7 @@
26
26
  * disables dark mode automatic, the currently active theme remains selected. In the settings dialog,
27
27
  * the selected entry switches, for example, from ABC set to the (current) ABC High Contrast Light.
28
28
  *
29
- * @version 1.142.3
29
+ * @version 1.142.5
30
30
  * @private
31
31
  */
32
32
  sap.ui.define([
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview Defines a generic interface for extension items in ShellAreas.
5
5
  *
6
- * @version 1.142.3
6
+ * @version 1.142.5
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/base/Log",
@@ -5,7 +5,7 @@
5
5
  * This files exposes an API to extend the launchpad with new elements.
6
6
  * It is exposed publicly and meant to be used by apps and plugins.
7
7
  *
8
- * @version 1.142.3
8
+ * @version 1.142.5
9
9
  */
10
10
  sap.ui.define([
11
11
  "sap/base/Log",
@@ -4,7 +4,7 @@
4
4
  * @file The Unified Shell's page builder service providing the data for the Fiori launchpad's classic Homepage.
5
5
  * This is the privately used subset of the previously deprecated public LaunchPage service API
6
6
  * @private
7
- * @version 1.142.3
7
+ * @version 1.142.5
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/base/Log",
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * This interface does NOT work when called from within a iframe.
7
7
  *
8
- * @version 1.142.3
8
+ * @version 1.142.5
9
9
  */
10
10
  sap.ui.define([
11
11
  "sap/ui/base/ManagedObject",
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * This interface does NOT work when called from within a iframe.
7
7
  *
8
- * @version 1.142.3
8
+ * @version 1.142.5
9
9
  */
10
10
  sap.ui.define([
11
11
  "sap/ushell/Container"
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * This interface does NOT work when called from within a iframe.
7
7
  *
8
- * @version 1.142.3
8
+ * @version 1.142.5
9
9
  */
10
10
  sap.ui.define([
11
11
  "sap/base/Log",
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * This interface does NOT work when called from within a iframe.
7
7
  *
8
- * @version 1.142.3
8
+ * @version 1.142.5
9
9
  */
10
10
  sap.ui.define([
11
11
  "sap/ui/core/Element",
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * This interface does NOT work when called from within a iframe.
7
7
  *
8
- * @version 1.142.3
8
+ * @version 1.142.5
9
9
  */
10
10
  sap.ui.define([
11
11
  "sap/ui/core/Element",
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * This interface does NOT work when called from within a iframe.
7
7
  *
8
- * @version 1.142.3
8
+ * @version 1.142.5
9
9
  */
10
10
  sap.ui.define([
11
11
  "sap/ushell/EventHub"
@@ -8,7 +8,7 @@
8
8
  * This service can only be called from the outer shell and is not available
9
9
  * in the inner shell or via post message API.
10
10
  *
11
- * @version 1.142.3
11
+ * @version 1.142.5
12
12
  */
13
13
  sap.ui.define([
14
14
  "sap/ui/core/Element",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileoverview The Unified Shell's page builder service providing the data for the Fiori launchpad's classic Homepage.
5
- * @version 1.142.3
5
+ * @version 1.142.5
6
6
  * @deprecated since 1.120
7
7
  */
8
8
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The menu service provides the entries for the menu bar
5
- * @version 1.142.3
5
+ * @version 1.142.5
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/Config",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The Unified Shell's message service.
5
- * @version 1.142.3
5
+ * @version 1.142.5
6
6
  * @deprecated since 1.120
7
7
  */
8
8
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview This module contains the implementation of the message broker
5
- * @version 1.142.3
5
+ * @version 1.142.5
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 endpoints for Generic Communication
5
- * @version 1.142.3
5
+ * @version 1.142.5
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/services/MessageBroker/ClientAlias",
@@ -4,7 +4,7 @@
4
4
  * @fileOverview The Unified Shell's message service.
5
5
  * This is a private service replacing the depercated Message service, as the functionality is used thoughout the ushell.
6
6
  *
7
- * @version 1.142.3
7
+ * @version 1.142.5
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/base/Log",
@@ -4,7 +4,7 @@
4
4
  * compatible with the CrossApplicationNavigation service.
5
5
  * This shall only be used for the AppRuntime to enable 1.x inner shell running in 2.x host.
6
6
  *
7
- * @version 1.142.3
7
+ * @version 1.142.5
8
8
  */
9
9
 
10
10
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @fileOverview Navigation utility functions
4
4
  *
5
- * @version 1.142.3
5
+ * @version 1.142.5
6
6
  */
7
7
 
8
8
  sap.ui.define([
@@ -5,7 +5,7 @@
5
5
  * This file exposes an API to perform (invoke) Navigation for applications.
6
6
  * It exposes interfaces to perform a hash change and trigger a navigation.
7
7
  *
8
- * @version 1.142.3
8
+ * @version 1.142.5
9
9
  */
10
10
  sap.ui.define([
11
11
  "sap/base/Log",
@@ -9,7 +9,7 @@
9
9
  *
10
10
  * Configured with the ClientSideTargetResolutionAdapter.
11
11
  *
12
- * @version 1.142.3
12
+ * @version 1.142.5
13
13
  */
14
14
  sap.ui.define([
15
15
  "sap/ushell/resources",
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's page building service.
5
5
  *
6
- * @version 1.142.3
6
+ * @version 1.142.5
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/ui/thirdparty/jquery"
@@ -6,7 +6,7 @@
6
6
  * It provides the layout and tile data of pages in the pages runtime.
7
7
  * Only used on the ABAP platform and on local for testing.
8
8
  *
9
- * @version 1.142.3
9
+ * @version 1.142.5
10
10
  */
11
11
  sap.ui.define([], () => {
12
12
  "use strict";