@sapui5/sap.ushell 1.120.1 → 1.120.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 (235) 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/Container.js +7 -1
  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.js +1 -1
  9. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  10. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  11. package/src/main/js/sap/ushell/_ApplicationType/urlTemplateResolution.js +12 -4
  12. package/src/main/js/sap/ushell/_URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  13. package/src/main/js/sap/ushell/_URLTemplateProcessor/DependencyGraph.js +1 -1
  14. package/src/main/js/sap/ushell/_URLTemplateProcessor/Functions.js +1 -1
  15. package/src/main/js/sap/ushell/_URLTemplateProcessor/Resolvers.js +1 -1
  16. package/src/main/js/sap/ushell/_URLTemplateProcessor/TemplateParameterParser.js +1 -1
  17. package/src/main/js/sap/ushell/_URLTemplateProcessor/utils.js +1 -1
  18. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  19. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  20. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.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/SearchCEPAdapter.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +44 -26
  62. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/logger.js +1 -1
  64. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/state.js +1 -1
  65. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  66. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  67. package/src/main/js/sap/ushell/components/_HeaderManager/AddHeadEndItemsStrategy.js +15 -24
  68. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  69. package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +4 -4
  70. package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +1 -1
  71. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +1 -1
  72. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +1 -1
  73. package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +51 -53
  74. package/src/main/js/sap/ushell/components/applicationIntegration/elements/model.js +1 -1
  75. package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +1 -1
  76. package/src/main/js/sap/ushell/components/applicationIntegration/relatedShellElements/RelatedShellElements.js +1 -1
  77. package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +1 -1
  78. package/src/main/js/sap/ushell/components/contentFinder/Component.js +4 -5
  79. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  80. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  81. package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +1 -1
  82. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  83. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  84. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  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 +1 -1
  98. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  99. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
  100. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  101. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  102. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  103. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  104. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  105. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  106. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  107. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  108. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  109. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  110. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  111. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  112. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  113. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  114. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageHost.js +1 -1
  115. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  116. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  117. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  118. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  119. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  120. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  121. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  122. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  123. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  124. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  125. package/src/main/js/sap/ushell/components/workPageRuntime/services/NavigationResolver.js +1 -1
  126. package/src/main/js/sap/ushell/components/workPageRuntime/services/WorkPage.js +1 -1
  127. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  128. package/src/main/js/sap/ushell/library.js +2 -1
  129. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  130. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  131. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  132. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  133. package/src/main/js/sap/ushell/renderer/Renderer.js +2 -2
  134. package/src/main/js/sap/ushell/renderer/Shell.controller.js +12 -14
  135. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  136. package/src/main/js/sap/ushell/services/AppLifeCycle.js +1 -1
  137. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  138. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  139. package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
  140. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  141. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  142. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  143. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  144. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  145. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  146. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  147. package/src/main/js/sap/ushell/services/Extension/FloatingContainer.js +1 -1
  148. package/src/main/js/sap/ushell/services/Extension/Footer.js +1 -1
  149. package/src/main/js/sap/ushell/services/Extension/Header.js +1 -1
  150. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  151. package/src/main/js/sap/ushell/services/Extension/SidePane.js +1 -1
  152. package/src/main/js/sap/ushell/services/Extension/ToolArea.js +1 -1
  153. package/src/main/js/sap/ushell/services/Extension.js +2 -2
  154. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  155. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  156. package/src/main/js/sap/ushell/services/Message.js +2 -1
  157. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  158. package/src/main/js/sap/ushell/services/NavTargetResolution.js +1 -0
  159. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  160. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  161. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  162. package/src/main/js/sap/ushell/services/NotificationsV2.js +2 -2
  163. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  164. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  165. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  166. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  167. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  168. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  169. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  170. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  171. package/src/main/js/sap/ushell/services/Search.js +1 -1
  172. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  173. package/src/main/js/sap/ushell/services/SearchableContent.js +26 -5
  174. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -0
  175. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  176. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  177. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  178. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  179. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  180. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  181. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  182. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  183. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  184. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  185. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  186. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  187. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Formatter.js +1 -1
  188. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundIndex.js +1 -1
  189. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundProvider.js +1 -1
  190. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  191. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Search.js +1 -1
  192. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/StagedLogger.js +1 -1
  193. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/SystemContext.js +1 -1
  194. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Utils.js +1 -1
  195. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/VirtualInbounds.js +1 -1
  196. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  197. package/src/main/js/sap/ushell/services/_CommonDataModel/SiteConverter.js +1 -1
  198. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  199. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  200. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  201. package/src/main/js/sap/ushell/services/_MessageBroker/MessageBrokerEngine.js +1 -1
  202. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  203. package/src/main/js/sap/ushell/services/_PluginManager/Extensions.js +1 -1
  204. package/src/main/js/sap/ushell/services/_PluginManager/HeaderExtensions.js +1 -1
  205. package/src/main/js/sap/ushell/services/_PluginManager/MenuExtensions.js +1 -1
  206. package/src/main/js/sap/ushell/services/_Ui5ComponentLoader/utils.js +1 -1
  207. package/src/main/js/sap/ushell/services/_VisualizationInstantiation/VizInstance.js +65 -0
  208. package/src/main/js/sap/ushell/services/_VisualizationInstantiation/VizInstanceLink.js +1 -1
  209. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  210. package/src/main/js/sap/ushell/themes/base/ShellHeader.less +1 -1
  211. package/src/main/js/sap/ushell/ui/appfinder/AppBox.js +1 -0
  212. package/src/main/js/sap/ushell/ui/cards/FrequentActivitiesExtension.js +1 -5
  213. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +2 -6
  214. package/src/main/js/sap/ushell/ui/footerbar/AddBookmarkButton.js +7 -6
  215. package/src/main/js/sap/ushell/ui/launchpad/DashboardGroupsContainer.js +1 -0
  216. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  217. package/src/main/js/sap/ushell/ui/launchpad/LinkTileWrapper.js +1 -0
  218. package/src/main/js/sap/ushell/ui/launchpad/Page.js +1 -1
  219. package/src/main/js/sap/ushell/ui/launchpad/Section.js +29 -3
  220. package/src/main/js/sap/ushell/ui/launchpad/TileState.js +1 -0
  221. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  222. package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +70 -35
  223. package/src/main/js/sap/ushell/ui/shell/ShellHeadItem.js +1 -1
  224. package/src/main/js/sap/ushell/ui/shell/SysInfoBar.js +11 -2
  225. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  226. package/src/main/js/sap/ushell/ui/tile/DynamicTile.js +1 -11
  227. package/src/main/js/sap/ushell/ui/tile/ImageTile.js +3 -12
  228. package/src/main/js/sap/ushell/ui/tile/StaticTile.js +2 -1
  229. package/src/main/js/sap/ushell/ui/tile/TileBase.js +12 -22
  230. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  231. package/src/main/js/sap/ushell/ui5service/ShellUIService.js +1 -1
  232. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  233. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  234. package/src/main/js/sap/ushell/utils.js +11 -5
  235. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
@@ -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.120.1
11
+ * @version 1.120.2
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.120.1
9
+ * @version 1.120.2
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.120.1
15
+ * @version 1.120.2
16
16
  */
17
17
  sap.ui.define([], function () {
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.120.1
9
+ * @version 1.120.2
10
10
  */
11
11
  sap.ui.define([
12
12
  "sap/ushell/services/_ClientSideTargetResolution/Utils",
@@ -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.120.1
6
+ * @version 1.120.2
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/base/Log"
@@ -7,7 +7,7 @@
7
7
  * config handler which is called by the factory to generate an explicit
8
8
  * Adapter configuration
9
9
  *
10
- * @version 1.120.1
10
+ * @version 1.120.2
11
11
  * @private
12
12
  */
13
13
  sap.ui.define([
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview Provide mock feature group data
5
5
  *
6
- * @version 1.120.1
6
+ * @version 1.120.2
7
7
  * @private
8
8
  */
9
9
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @fileOverview Cross Application Navigation utility functions
4
4
  *
5
- * @version 1.120.1
5
+ * @version 1.120.2
6
6
  * @deprecated since 1.120.0
7
7
  */
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview This module contains the implementation of the message broker
5
- * @version 1.120.1
5
+ * @version 1.120.2
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/Log",
@@ -4,7 +4,7 @@
4
4
  * @file This module is responsible to create reference pages,
5
5
  * which are shareable JSON representations of layout and navigation targets in the specific format.
6
6
  *
7
- * @version 1.120.1
7
+ * @version 1.120.2
8
8
  * @private
9
9
  */
10
10
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @fileOverview The extensions which plugins can use to customise the launchpad
4
4
  *
5
- * @version 1.120.1
5
+ * @version 1.120.2
6
6
  * @private
7
7
  */
8
8
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The extensions for the ShellHeader
5
- * @version 1.120.1
5
+ * @version 1.120.2
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/EventHub"
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The extensions for the MenuBar, an interface to let plugins request menu entry providers.
5
5
  *
6
- * @version 1.120.1
6
+ * @version 1.120.2
7
7
  */
8
8
  sap.ui.define([], function () {
9
9
  "use strict";
@@ -3,7 +3,7 @@
3
3
  * @fileOverview Helper functions for <code>sap.ushell.services.Ui5ComponentLoader
4
4
  * This is a shell-internal service and no public or application facing API!
5
5
  *
6
- * @version 1.120.1
6
+ * @version 1.120.2
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/base/Log",
@@ -8,6 +8,7 @@ sap.ui.define([
8
8
  "sap/m/Popover",
9
9
  "sap/m/Text",
10
10
  "sap/m/VBox",
11
+ "sap/ui/core/Component",
11
12
  "sap/ui/core/Control",
12
13
  "sap/ui/core/Core",
13
14
  "sap/ui/core/Icon",
@@ -24,6 +25,7 @@ sap.ui.define([
24
25
  Popover,
25
26
  Text,
26
27
  VBox,
28
+ Component,
27
29
  Control,
28
30
  Core,
29
31
  Icon,
@@ -207,6 +209,8 @@ sap.ui.define([
207
209
  state: this.getState()
208
210
  });
209
211
 
212
+ this._disableTabindexOfGenericTile(oContent);
213
+
210
214
  this.setAggregation("content", oContent);
211
215
  };
212
216
 
@@ -356,9 +360,70 @@ sap.ui.define([
356
360
  content.data("tile-id", sVizRefId, true);
357
361
  }
358
362
 
363
+ this._disableTabindexOfContent(content);
364
+
359
365
  this.setAggregation("content", content);
360
366
  };
361
367
 
368
+ /**
369
+ * Removes the tabindex of a possible genericTile inside of the given control.
370
+ *
371
+ * @param {sap.ui.core.Control} [content] the control to search in
372
+ * @private
373
+ * @since 1.121
374
+ */
375
+ VizInstance.prototype._disableTabindexOfContent = function (content) {
376
+ if (content) {
377
+ if (content.isA("sap.ui.core.ComponentContainer")) {
378
+ var sComponentName = content.getComponent();
379
+ var oComponent = Component.get(sComponentName);
380
+ if (oComponent) {
381
+ this._disableTabindexOfContent(oComponent.getRootControl());
382
+ }
383
+ } else if (content.isA("sap.m.FlexBox")) {
384
+ // SSB tiles have a FlexBox around their View, that rerenders when a new genericTile is added
385
+ var oFlexBox = content;
386
+ var oItem = content.getItems()[0];
387
+ oFlexBox.addEventDelegate({
388
+ onAfterRendering: this._disableTabindexOfContent.bind(this, oItem)
389
+ });
390
+ this._disableTabindexOfContent(oItem);
391
+ } else if (content.isA("sap.ui.core.mvc.View")) {
392
+ this._disableTabindexOfContent(content.getContent()[0]);
393
+ } else if (content.isA("sap.cloudfnd.smartbusiness.lib.reusetiles.Singleton")) {
394
+ // Some SSB tiles have a FlexBox-View-Singleton-GenericTile structure
395
+ this._disableTabindexOfContent(content.getContent());
396
+ } else if (content.isA("sap.m.GenericTile")) {
397
+ this._disableTabindexOfGenericTile(content);
398
+ }
399
+ }
400
+ };
401
+
402
+ /**
403
+ * Removes the tabindex of tile, so we avoid the inner and outer focus issue.
404
+ *
405
+ * @param {sap.m.GenericTile} genericTile the tile that should not be focusable
406
+ * @private
407
+ * @since 1.121
408
+ */
409
+ VizInstance.prototype._disableTabindexOfGenericTile = function (genericTile) {
410
+ function removeTabindex (control) {
411
+ var oFocusDomRef = control.getFocusDomRef();
412
+ if (oFocusDomRef) {
413
+ if (oFocusDomRef.getAttribute("tabindex") === "0") {
414
+ oFocusDomRef.setAttribute("tabindex", -1);
415
+ oFocusDomRef.tabIndex = -1;
416
+ }
417
+ }
418
+ }
419
+
420
+ // Some SSB tiles are already rendered
421
+ removeTabindex(genericTile);
422
+ genericTile.addEventDelegate({
423
+ onAfterRendering: removeTabindex.bind(this, genericTile)
424
+ });
425
+ };
426
+
362
427
  /**
363
428
  * Returns a new ActionSheet. If it was already created it will return the instance.
364
429
  *
@@ -48,7 +48,7 @@ sap.ui.define([
48
48
  * @extends sap.m.GenericTile
49
49
  *
50
50
  * @author SAP SE
51
- * @version 1.120.1
51
+ * @version 1.120.2
52
52
  * @since 1.84.0
53
53
  *
54
54
  * @private
@@ -9,7 +9,7 @@
9
9
  * Fiori launchpad in a tree table separated by IconTabFilters for the first level properties of the configuration object.
10
10
  * Also it provides a search for last level properties.
11
11
  *
12
- * @version 1.120.1
12
+ * @version 1.120.2
13
13
  */
14
14
  sap.ui.define([
15
15
  "sap/ui/core/Core",
@@ -142,7 +142,7 @@
142
142
  }
143
143
  }
144
144
 
145
- h1.sapUshellHeadTitle {
145
+ div.sapUshellHeadTitle {
146
146
  font-size: 1rem;
147
147
  font-weight: bold;
148
148
  }
@@ -22,6 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.core.Control
23
23
  *
24
24
  * @public
25
+ * @deprecated since 1.120
25
26
  * @name sap.ushell.ui.appfinder.AppBox
26
27
  * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
27
28
  */
@@ -95,11 +95,7 @@ sap.ui.define([
95
95
 
96
96
  return this.oUserRecentsPromise
97
97
  .then(function (oUserRecents) { // 1: get the data
98
- return new Promise(function (resolve, reject) {
99
- oUserRecents.getFrequentActivity()
100
- .done(resolve)
101
- .fail(reject);
102
- });
98
+ return oUserRecents.getFrequentActivity();
103
99
  })
104
100
  .then(this._getActivitiesAsCardItems.bind(this)) // 2: prepare the data for the card
105
101
  .then(this._checkEnabled.bind(this)); // 3: determine which items are enabled - set their "Enabled" property
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview Extension for recent activities card
5
5
  *
6
- * @version 1.120.1
6
+ * @version 1.120.2
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/ui/integration/Extension",
@@ -95,11 +95,7 @@ sap.ui.define([
95
95
 
96
96
  return this.oUserRecentsPromise
97
97
  .then(function (oUserRecents) {
98
- return new Promise(function (resolve, reject) {
99
- oUserRecents.getRecentActivity()
100
- .done(resolve)
101
- .fail(reject);
102
- });
98
+ return oUserRecents.getRecentActivity();
103
99
  })
104
100
  .then(this._getActivitiesAsCardItems.bind(this))
105
101
  .then(this._checkEnabled.bind(this));
@@ -283,6 +283,10 @@ sap.ui.define([
283
283
  };
284
284
 
285
285
  AddBookmarkButton.prototype._handleOKButtonPress = function () {
286
+ if (this.oDialog.getBusy()) {
287
+ return;
288
+ }
289
+
286
290
  if (this.bSpaceEnabled) {
287
291
  this._handleOKButtonPressSpacesMode();
288
292
  return;
@@ -464,6 +468,7 @@ sap.ui.define([
464
468
  }
465
469
 
466
470
  this.oDialog.setBusy(true);
471
+ this.oDialog.close(); // dialog is destroyed after closing
467
472
 
468
473
  var oBookmarkServicePromise = sap.ushell.Container.getServiceAsync("BookmarkV2");
469
474
  var aAddToPagePromises = oBookmarkData.contentNodes.map(function (oContentNode) {
@@ -505,8 +510,6 @@ sap.ui.define([
505
510
  this._showErrorDialog(aFailed, iSuccess, oBookmarkData.title);
506
511
  }
507
512
 
508
- this.oDialog.setBusy(false);
509
- this.oDialog.close();
510
513
  }.bind(this));
511
514
  }.bind(this));
512
515
  };
@@ -589,6 +592,7 @@ sap.ui.define([
589
592
  }
590
593
  }
591
594
  this.oDialog.setBusy(true);
595
+ this.oDialog.close(); // dialog is destroyed after closing
592
596
 
593
597
  var sTileGroup = oBookmarkData.group ? oBookmarkData.group.object : "";
594
598
  delete oBookmarkData.group;
@@ -608,10 +612,7 @@ sap.ui.define([
608
612
  Log.error("Failed to add bookmark", sMsg, "sap.ushell.ui.footerbar.AddBookmarkButton");
609
613
  oMessageService.error(resources.i18n.getText("fail_to_add_tile_msg"));
610
614
  });
611
- }).finally(function () {
612
- this.oDialog.setBusy(false);
613
- this.oDialog.close();
614
- }.bind(this));
615
+ });
615
616
  };
616
617
 
617
618
  AddBookmarkButton.prototype.setEnabled = function (bEnabled) {
@@ -34,6 +34,7 @@ sap.ui.define([
34
34
  * @alias sap.ushell.ui.launchpad.DashboardGroupsContainer
35
35
  * @extends sap.ui.core.Control
36
36
  * @public
37
+ * @deprecated since 1.120
37
38
  * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
38
39
  */
39
40
  var DashboardGroupsContainer = Control.extend("sap.ushell.ui.launchpad.DashboardGroupsContainer", /** @lends sap.ushell.ui.launchpad.DashboardGroupsContainer.prototype */ {
@@ -7,7 +7,7 @@
7
7
  * of recreating them. Items which get removed from the aggregation get destroyed and items which get added to the
8
8
  * aggregation get created.
9
9
  *
10
- * @version 1.120.1
10
+ * @version 1.120.2
11
11
  */
12
12
  sap.ui.define([
13
13
  "sap/ui/base/ManagedObject",
@@ -37,6 +37,7 @@ sap.ui.define([
37
37
  * @class
38
38
  * @extends sap.ui.core.Control
39
39
  * @public
40
+ * @deprecated since 1.120
40
41
  * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
41
42
  */
42
43
  var LinkTileWrapper = Control.extend("sap.ushell.ui.launchpad.LinkTileWrapper", /** @lends sap.ushell.ui.launchpad.LinkTileWrapper.prototype */ {
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  * @extends sap.ui.core.Control
50
50
  *
51
51
  * @author SAP SE
52
- * @version 1.120.1
52
+ * @version 1.120.2
53
53
  *
54
54
  * @private
55
55
  * @alias sap.ushell.ui.launchpad.Page
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview Provides control sap.ushell.ui.launchpad.Section
5
5
  *
6
- * @version 1.120.1
6
+ * @version 1.120.2
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/base/Log",
@@ -160,7 +160,7 @@ sap.ui.define([
160
160
  * @extends sap.ui.core.XMLComposite
161
161
  *
162
162
  * @author SAP SE
163
- * @version 1.120.1
163
+ * @version 1.120.2
164
164
  *
165
165
  * @private
166
166
  * @alias sap.ushell.ui.launchpad.Section
@@ -663,7 +663,7 @@ sap.ui.define([
663
663
  oViz = this._getNextViz(oItem);
664
664
  break;
665
665
  default:
666
- break;
666
+ return;
667
667
  }
668
668
 
669
669
  if (oViz) { // Focus the next item.
@@ -703,6 +703,14 @@ sap.ui.define([
703
703
  this.getAggregation("_defaultArea").toggleStyleClass("sapUshellSectionDefaultArea", bDefaultAreaHasItems);
704
704
  this.getAggregation("_flatArea").toggleStyleClass("sapUshellSectionFlatArea", bFlatAreaHasItems);
705
705
 
706
+ if (!bDefaultAreaHasItems) {
707
+ this._removeTabIndexFromGridContainer(this.getAggregation("_defaultArea"));
708
+ }
709
+
710
+ if (!bFlatAreaHasItems) {
711
+ this._removeTabIndexFromGridContainer(this.getAggregation("_flatArea"));
712
+ }
713
+
706
714
  var oDomRef = this.getDomRef();
707
715
  if (oDomRef) {
708
716
  if (this.getEditable() && this.getShowNoVisualizationsText() && bSectionEmpty) {
@@ -713,6 +721,24 @@ sap.ui.define([
713
721
  }
714
722
  };
715
723
 
724
+ /**
725
+ * Removes the tabindex of the given sap.f.GridContainer and its first level of children.
726
+ * (before and after list helper)
727
+ * Should only be called for sap.f.GridContainer with no items.
728
+ *
729
+ * @param {sap.f.GridContainer} gridContainer that should get its tab indices removed.
730
+ * @private
731
+ */
732
+ Section.prototype._removeTabIndexFromGridContainer = function (gridContainer) {
733
+ var oFocusDomRef = gridContainer.getFocusDomRef();
734
+ if (oFocusDomRef) {
735
+ oFocusDomRef.setAttribute("tabindex", "-1");
736
+ for (var i = 0; i < oFocusDomRef.children.length; ++i) {
737
+ oFocusDomRef.children[i].setAttribute("tabindex", "-1");
738
+ }
739
+ }
740
+ };
741
+
716
742
  Section.prototype.init = function () {
717
743
  this.setAggregation("_title", new Title({
718
744
  text: this.getTitle(),
@@ -34,6 +34,7 @@ sap.ui.define([
34
34
  * @class
35
35
  * @extends sap.ui.core.Control
36
36
  * @public
37
+ * @deprecated since 1.120
37
38
  * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
38
39
  */
39
40
  var TileState = Control.extend("sap.ushell.ui.launchpad.TileState", /** @lends sap.ushell.ui.launchpad.TileState.prototype */ {
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview Provides control sap.ushell.ui.launchpad.section.CompactArea
5
5
  *
6
- * @version 1.120.1
6
+ * @version 1.120.2
7
7
  */
8
8
 
9
9
  sap.ui.define([
@@ -97,13 +97,22 @@ sap.ui.define([
97
97
  var sText = oControl.getText();
98
98
  var oModel = oControl.getModel();
99
99
 
100
- oRm.openStart("h1", oControl);
100
+ // This invisible title element is purley for accessibility reasons.
101
+ // It is placed outside of the main control elements,
102
+ // so that automated tests do not read the title string twice.
103
+ oRm.openStart("h1");
104
+ oRm.class("sapUiPseudoInvisibleText");
105
+ oRm.attr("aria-level", "1");
106
+ oRm.openEnd(); // h1 - tag
107
+ oRm.text(sText || "");
108
+ oRm.close("h1");
109
+
110
+ oRm.openStart("div", oControl);
101
111
  oRm.class("sapUshellHeadTitle");
102
112
  if (bShellAppTitleIsVisible || Device.system.phone) {
103
113
  oRm.class("sapUshellAppTitleClickable");
104
114
  }
105
- oRm.attr("aria-level", "1");
106
- oRm.openEnd(); // span - tag
115
+ oRm.openEnd(); // div - tag
107
116
 
108
117
  oRm.openStart("div", oControl.getId() + "-button");
109
118
  oRm.class("sapUshellAppTitle");
@@ -124,12 +133,12 @@ sap.ui.define([
124
133
  oRm.attr("aria-label", ushellResources.i18n.getText("ShellNavigationMenu_AriaLabel", [sText]));
125
134
  }
126
135
  }
127
- oRm.openEnd(); // span - tag
136
+ oRm.openEnd(); // div - tag
128
137
 
129
138
  if (Device.media.getCurrentRange(Device.media.RANGESETS.SAP_STANDARD).name !== "Phone") { // do not render title text on phones
130
139
  oRm.openStart("span");
131
140
  oRm.class("sapUshellAppTitleText");
132
- oRm.openEnd();
141
+ oRm.openEnd(); // span - tag
133
142
  oRm.text(sText || "");
134
143
  oRm.close("span");
135
144
  }
@@ -143,7 +152,7 @@ sap.ui.define([
143
152
  }
144
153
  oRm.close("div");
145
154
 
146
- oRm.close("h1");
155
+ oRm.close("div");
147
156
  }
148
157
  }
149
158
  });
@@ -219,7 +228,7 @@ sap.ui.define([
219
228
  this.oAllMyAppsPopover = this._createAllMyAppsPopover();
220
229
  }
221
230
 
222
- // might not be availabe, as AllMyApps might not be loaded yet
231
+ // might not be available, as AllMyApps might not be loaded yet
223
232
  if (this.oAllMyAppsPopover) {
224
233
  if (this.oAllMyAppsPopover.isOpen()) {
225
234
  this.oAllMyAppsPopover.close();
@@ -345,16 +354,27 @@ sap.ui.define([
345
354
  oBackButton.focus();
346
355
  });
347
356
 
348
- oAllMyAppsPopover.attachAfterClose(function () {
349
- this._bPressedSpace = false;
350
- if (!Device.system.phone && !(this.oNavMenuPopover && this.oNavMenuPopover.isOpen())) {
351
- this.focus();
352
- }
353
- }.bind(this));
357
+ oAllMyAppsPopover.attachAfterClose(this._afterCloseAllMyAppsPopover.bind(this));
354
358
 
355
359
  return oAllMyAppsPopover;
356
360
  };
357
361
 
362
+ /*
363
+ * Called after closing the All My Apps popover
364
+ */
365
+ ShellAppTitle.prototype._afterCloseAllMyAppsPopover = function () {
366
+ this._bPressedSpace = false;
367
+
368
+ if (this._bOpenNavigationMenu === true) {
369
+ // make sure the navigation menu is opened after the all my apps menu
370
+ // is finally closed so that they don't interfere with each other
371
+ this._bOpenNavigationMenu = false;
372
+ this.oNavMenuPopover.openBy(this);
373
+ } else if (!Device.system.phone) {
374
+ this.focus();
375
+ }
376
+ };
377
+
358
378
  /*
359
379
  * Create and return the popover object that will contain the ShellNavMenu UI
360
380
  */
@@ -425,16 +445,27 @@ sap.ui.define([
425
445
  oNavMenu._afterOpen();
426
446
  });
427
447
 
428
- oNavMenuPopover.attachAfterClose(function () {
429
- this._bPressedSpace = false;
430
- if (!Device.system.phone && !(this.oAllMyAppsPopover && this.oAllMyAppsPopover.isOpen())) {
431
- this.focus();
432
- }
433
- }.bind(this));
448
+ oNavMenuPopover.attachAfterClose(this._afterCloseNavigationMenuPopover.bind(this));
434
449
 
435
450
  return oNavMenuPopover;
436
451
  };
437
452
 
453
+ /*
454
+ * Called after closing the Navigation Menu Popover
455
+ */
456
+ ShellAppTitle.prototype._afterCloseNavigationMenuPopover = function () {
457
+ this._bPressedSpace = false;
458
+
459
+ if (this._bOpenAllMyApps) {
460
+ // make sure the all my apps menu is opened after the navigation menu
461
+ // is finally closed so that they don't interfere with each other
462
+ this._bOpenAllMyApps = false;
463
+ this._openCloseAllMyAppsPopover();
464
+ } else if (!Device.system.phone) {
465
+ this.focus();
466
+ }
467
+ };
468
+
438
469
  ShellAppTitle.prototype._setAllMyAppsTitle = function (text) {
439
470
  var oCurrentState = Config.last("/core/shellHeader");
440
471
  if (oCurrentState.title && (oCurrentState.ShellAppTitleState === "AllMyAppsOnly" || oCurrentState.ShellAppTitleState === "AllMyApps")) {
@@ -502,7 +533,7 @@ sap.ui.define([
502
533
 
503
534
  //Open Nav Menu popover and close allMyAppsPopover
504
535
  this.oAllMyAppsPopover.close();
505
- this.oNavMenuPopover.openBy(this);
536
+ this._bOpenNavigationMenu = true;
506
537
  }
507
538
  } else if (oAllMyAppsState === AllMyAppsState.SecondLevel) {
508
539
  oAllMyAppsController.switchToInitialState();
@@ -543,23 +574,9 @@ sap.ui.define([
543
574
  * Create and return the popover footer, containing a button for switching from ShellNavMenu to AllMyApps
544
575
  */
545
576
  ShellAppTitle.prototype._getPopoverFooterContent = function () {
546
- var that = this;
547
577
  var oAllMyAppsButton = new Button("allMyAppsButton", {
548
578
  text: ushellResources.i18n.getText("allMyApps_launchingButtonTitle"),
549
- press: function () {
550
- that._openCloseAllMyAppsPopover();
551
-
552
- // might not be available, as AllMyApps might not be loaded yet
553
- if (that.oAllMyAppsPopover) {
554
- Measurement.start(
555
- "FLP:ShellNavMenu.footerClick",
556
- "Click the footer of ShellNavMenu, Launching AllMyApps",
557
- "FLP"
558
- );
559
- that.getModel().setProperty("/ShellAppTitleState", AppTitleState.AllMyApps);
560
- that.oNavMenuPopover.close();
561
- }
562
- },
579
+ press: this._allMyAppsButtonPressHandler.bind(this),
563
580
  visible: {
564
581
  path: "/ShellAppTitleState",
565
582
  formatter: function (oCurrentState) {
@@ -576,6 +593,24 @@ sap.ui.define([
576
593
  return oPopoverFooterContent;
577
594
  };
578
595
 
596
+ /*
597
+ * Opens the All My Apps popover
598
+ */
599
+ ShellAppTitle.prototype._allMyAppsButtonPressHandler = function () {
600
+ // might not be available, as AllMyApps might not be loaded yet
601
+ if (Core.byId(this.getAllMyApps())) {
602
+ Measurement.start(
603
+ "FLP:ShellNavMenu.footerClick",
604
+ "Click the footer of ShellNavMenu, Launching AllMyApps",
605
+ "FLP"
606
+ );
607
+
608
+ this.getModel().setProperty("/ShellAppTitleState", AppTitleState.AllMyApps);
609
+ this.oNavMenuPopover.close();
610
+ this._bOpenAllMyApps = true;
611
+ }
612
+ };
613
+
579
614
  /*************************************** Create Popover UI - End ***************************************/
580
615
  /*******************************************************************************************************/
581
616