@sapui5/sap.ushell 1.116.0 → 1.117.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (465) 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.js +47 -939
  4. package/src/main/js/sap/ushell/Container.js +3 -3
  5. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  6. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  7. package/src/main/js/sap/ushell/Layout.js +1 -1
  8. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  9. package/src/main/js/sap/ushell/SessionHandler.js +7 -5
  10. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  11. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  12. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  13. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  14. package/src/main/js/sap/ushell/User.js +2 -2
  15. package/src/main/js/sap/ushell/_ApplicationType/guiResolution.js +3 -4
  16. package/src/main/js/sap/ushell/_ApplicationType/ui5Resolution.js +121 -0
  17. package/src/main/js/sap/ushell/_ApplicationType/urlResolution.js +105 -0
  18. package/src/main/js/sap/ushell/_ApplicationType/urlTemplateResolution.js +626 -0
  19. package/src/main/js/sap/ushell/_ApplicationType/utils.js +94 -3
  20. package/src/main/js/sap/ushell/_ApplicationType/wcfResolution.js +61 -0
  21. package/src/main/js/sap/ushell/_ApplicationType/wdaResolution.js +28 -0
  22. package/src/main/js/sap/ushell/_URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  23. package/src/main/js/sap/ushell/_URLTemplateProcessor/DependencyGraph.js +1 -1
  24. package/src/main/js/sap/ushell/_URLTemplateProcessor/Functions.js +1 -1
  25. package/src/main/js/sap/ushell/_URLTemplateProcessor/Resolvers.js +1 -1
  26. package/src/main/js/sap/ushell/_URLTemplateProcessor/TemplateParameterParser.js +1 -1
  27. package/src/main/js/sap/ushell/_URLTemplateProcessor/utils.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +12 -3
  33. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +12 -3
  44. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/cep/MenuAdapter.js +4 -5
  52. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +20 -4
  60. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  64. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  65. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  66. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  67. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  68. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  69. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  70. package/src/main/js/sap/ushell/appRuntime/ui5/AppCommunicationMgr.js +11 -6
  71. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +2 -4
  72. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntimeContext.js +43 -2
  73. package/src/main/js/sap/ushell/appRuntime/ui5/SessionHandlerAgent.js +14 -12
  74. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/Component.js +8 -8
  75. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +7 -4
  76. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +18 -7
  77. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +12 -66
  78. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  79. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/logger.js +1 -1
  80. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/state.js +1 -1
  81. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  82. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +29 -2
  83. package/src/main/js/sap/ushell/components/ComponentKeysHandler.js +4 -2
  84. package/src/main/js/sap/ushell/components/GroupsHelper.js +15 -13
  85. package/src/main/js/sap/ushell/components/HeaderManager.js +3 -1
  86. package/src/main/js/sap/ushell/components/HomepageManager.js +3 -6
  87. package/src/main/js/sap/ushell/components/MessagingHelper.js +2 -2
  88. package/src/main/js/sap/ushell/components/_HeaderManager/AddHeadEndItemsStrategy.js +4 -3
  89. package/src/main/js/sap/ushell/components/_HeaderManager/ControlManager.js +5 -7
  90. package/src/main/js/sap/ushell/components/_HeaderManager/ShellHeader.controller.js +12 -10
  91. package/src/main/js/sap/ushell/components/_HomepageManager/DashboardLoadingManager.js +3 -1
  92. package/src/main/js/sap/ushell/components/appfinder/AppFinderView.js +7 -4
  93. package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +19 -5
  94. package/src/main/js/sap/ushell/components/appfinder/CatalogView.js +8 -12
  95. package/src/main/js/sap/ushell/components/appfinder/EasyAccess.controller.js +3 -3
  96. package/src/main/js/sap/ushell/components/appfinder/GroupListPopover.controller.js +3 -1
  97. package/src/main/js/sap/ushell/components/appfinder/HierarchyFolders.controller.js +1 -1
  98. package/src/main/js/sap/ushell/components/appfinder/HierarchyFoldersView.js +3 -1
  99. package/src/main/js/sap/ushell/components/appfinder/VisualizationOrganizerHelper.js +4 -3
  100. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  101. package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +245 -377
  102. package/src/main/js/sap/ushell/components/applicationIntegration/Storage.js +22 -5
  103. package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +23 -148
  104. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +199 -306
  105. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxesCache.js +42 -19
  106. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +90 -65
  107. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPIInterface.js +3 -4
  108. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageUtils.js +185 -0
  109. package/src/main/js/sap/ushell/components/applicationIntegration/application/WebGUIStatefulHandler.js +88 -0
  110. package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +3 -3
  111. package/src/main/js/sap/ushell/components/applicationIntegration/elements/model.js +1 -1
  112. package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +1 -1
  113. package/src/main/js/sap/ushell/components/applicationIntegration/relatedShellElements/RelatedShellElements.js +1 -1
  114. package/src/main/js/sap/ushell/components/cards/Configuration.controller.js +2 -3
  115. package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +24 -595
  116. package/src/main/js/sap/ushell/components/container/IframePOSTUtils.js +225 -0
  117. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  118. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  119. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  120. package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +1 -1
  121. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  122. package/src/main/js/sap/ushell/components/contentFinder/model/GraphQLListBinding.js +2 -2
  123. package/src/main/js/sap/ushell/components/contentFinder/model/GraphQLModel.js +2 -2
  124. package/src/main/js/sap/ushell/components/contentFinder/model/formatter.js +2 -2
  125. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  126. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +12 -3
  127. package/src/main/js/sap/ushell/components/homepage/Component.js +3 -1
  128. package/src/main/js/sap/ushell/components/homepage/DashboardContent.controller.js +25 -0
  129. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +12 -10
  130. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -3
  131. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +13 -11
  132. package/src/main/js/sap/ushell/components/homepage/FLPAnalytics.js +11 -11
  133. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  134. package/src/main/js/sap/ushell/components/pages/ActionMode.js +6 -6
  135. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  136. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  137. package/src/main/js/sap/ushell/components/pages/StateManager.js +3 -2
  138. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +90 -20
  139. package/src/main/js/sap/ushell/components/pages/controller/PagesAndSpaceId.js +1 -1
  140. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  141. package/src/main/js/sap/ushell/components/pages/view/PageRuntime.view.xml +1 -45
  142. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +4 -4
  143. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  144. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  145. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +182 -46
  146. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  147. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/CustomTreeItem.fragment.xml +4 -4
  148. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/NavigationBarMenuPopover.fragment.xml +8 -1
  149. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +14 -12
  150. package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +1 -3
  151. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +8 -6
  152. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  153. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +16 -4
  154. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchCEP.controller.js +34 -40
  155. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  156. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  157. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  158. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +4 -7
  159. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  160. package/src/main/js/sap/ushell/components/shell/Settings/ErrorMessageHelper.js +4 -2
  161. package/src/main/js/sap/ushell/components/shell/Settings/UserSettings.controller.js +24 -26
  162. package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +8 -7
  163. package/src/main/js/sap/ushell/components/shell/Settings/userAccount/UserAccountSelector.controller.js +3 -1
  164. package/src/main/js/sap/ushell/components/shell/Settings/userAccount/UserAccountSetting.fragment.xml +2 -0
  165. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/UserDefaultsForm.js +5 -1
  166. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/controller/UserDefaultsSetting.controller.js +20 -2
  167. package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/UserLanguageRegionEntry.js +12 -22
  168. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +4 -2
  169. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.controller.js +50 -46
  170. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  171. package/src/main/js/sap/ushell/components/tiles/applauncher/StaticTile.controller.js +11 -3
  172. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/DynamicTile.controller.js +11 -2
  173. package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/StaticTile.controller.js +11 -4
  174. package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/DynamicTile.controller.js +14 -3
  175. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +28 -28
  176. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  177. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  178. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +204 -28
  179. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageHost.js +60 -4
  180. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  181. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  182. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  183. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  184. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  185. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  186. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  187. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources.properties +10 -2
  188. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ar.properties +5 -2
  189. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_bg.properties +5 -2
  190. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ca.properties +5 -2
  191. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cs.properties +5 -2
  192. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cy.properties +5 -2
  193. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_da.properties +5 -2
  194. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_de.properties +5 -2
  195. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_el.properties +5 -2
  196. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en.properties +5 -2
  197. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_GB.properties +5 -2
  198. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_sappsd.properties +5 -2
  199. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saprigi.properties +5 -2
  200. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es.properties +5 -2
  201. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es_MX.properties +5 -2
  202. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_et.properties +5 -2
  203. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fi.properties +5 -2
  204. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr.properties +5 -2
  205. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr_CA.properties +5 -2
  206. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hi.properties +5 -2
  207. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hr.properties +5 -2
  208. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hu.properties +5 -2
  209. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_id.properties +5 -2
  210. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_it.properties +5 -2
  211. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_iw.properties +5 -2
  212. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ja.properties +5 -2
  213. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_kk.properties +5 -2
  214. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ko.properties +5 -2
  215. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lt.properties +5 -2
  216. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lv.properties +5 -2
  217. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ms.properties +5 -2
  218. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_nl.properties +5 -2
  219. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_no.properties +5 -2
  220. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pl.properties +5 -2
  221. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt.properties +5 -2
  222. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt_PT.properties +5 -2
  223. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ro.properties +5 -2
  224. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ru.properties +5 -2
  225. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sh.properties +5 -2
  226. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sk.properties +5 -2
  227. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sl.properties +5 -2
  228. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sv.properties +5 -2
  229. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_th.properties +5 -2
  230. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_tr.properties +5 -2
  231. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_uk.properties +5 -2
  232. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_vi.properties +5 -2
  233. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_CN.properties +5 -2
  234. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_TW.properties +5 -2
  235. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  236. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +2 -2
  237. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  238. package/src/main/js/sap/ushell/components/workPageRuntime/services/NavigationResolver.js +11 -11
  239. package/src/main/js/sap/ushell/components/workPageRuntime/services/WorkPage.js +4 -4
  240. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  241. package/src/main/js/sap/ushell/library.js +1 -1
  242. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  243. package/src/main/js/sap/ushell/performance/FesrEnhancer.js +20 -21
  244. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +47 -32
  245. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +65 -31
  246. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  247. package/src/main/js/sap/ushell/renderers/fiori2/Renderer.js +2 -2
  248. package/src/main/js/sap/ushell/renderers/fiori2/Shell.controller.js +78 -75
  249. package/src/main/js/sap/ushell/renderers/fiori2/Shell.view.js +2 -2
  250. package/src/main/js/sap/ushell/renderers/fiori2/ShellAsync.view.js +1 -1
  251. package/src/main/js/sap/ushell/renderers/fiori2/allMyApps/AllMyApps.controller.js +93 -94
  252. package/src/main/js/sap/ushell/renderers/fiori2/allMyApps/AllMyAppsKeyboardHandler.js +8 -8
  253. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources.properties +4 -2
  254. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ar.properties +2 -1
  255. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_bg.properties +2 -1
  256. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ca.properties +2 -1
  257. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_cs.properties +2 -1
  258. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_cy.properties +2 -1
  259. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_da.properties +2 -1
  260. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_de.properties +2 -1
  261. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_el.properties +2 -1
  262. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_en.properties +2 -1
  263. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_en_GB.properties +2 -1
  264. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_en_US_sappsd.properties +2 -1
  265. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_en_US_saprigi.properties +2 -1
  266. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_en_US_saptrc.properties +1 -1
  267. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_es.properties +2 -1
  268. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_es_MX.properties +2 -1
  269. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_et.properties +2 -1
  270. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_fi.properties +2 -1
  271. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_fr.properties +2 -1
  272. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_fr_CA.properties +2 -1
  273. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_hi.properties +2 -1
  274. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_hr.properties +14 -13
  275. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_hu.properties +2 -1
  276. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_id.properties +2 -1
  277. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_it.properties +2 -1
  278. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_iw.properties +2 -1
  279. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ja.properties +2 -1
  280. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_kk.properties +2 -1
  281. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ko.properties +2 -1
  282. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_lt.properties +2 -1
  283. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_lv.properties +2 -1
  284. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ms.properties +2 -1
  285. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_nl.properties +2 -1
  286. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_no.properties +2 -1
  287. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_pl.properties +2 -1
  288. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_pt.properties +2 -1
  289. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_pt_PT.properties +2 -1
  290. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ro.properties +2 -1
  291. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ru.properties +2 -1
  292. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_sh.properties +2 -1
  293. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_sk.properties +2 -1
  294. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_sl.properties +2 -1
  295. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_sv.properties +2 -1
  296. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_th.properties +2 -1
  297. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_tr.properties +2 -1
  298. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_uk.properties +2 -1
  299. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_vi.properties +2 -1
  300. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_zh_CN.properties +2 -1
  301. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_zh_TW.properties +2 -1
  302. package/src/main/js/sap/ushell/renderers/fiori2/search/searchComponent/manifest.json +1 -1
  303. package/src/main/js/sap/ushell/services/AppConfiguration.js +24 -2
  304. package/src/main/js/sap/ushell/services/AppLifeCycle.js +18 -16
  305. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  306. package/src/main/js/sap/ushell/services/Bookmark.js +54 -20
  307. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  308. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  309. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  310. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  311. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  312. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  313. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  314. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  315. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  316. package/src/main/js/sap/ushell/services/Message.js +1 -1
  317. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  318. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  319. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  320. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  321. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  322. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  323. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  324. package/src/main/js/sap/ushell/services/PluginManager.js +30 -8
  325. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  326. package/src/main/js/sap/ushell/services/Search.js +1 -1
  327. package/src/main/js/sap/ushell/services/SearchCEP.js +8 -2
  328. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  329. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  330. package/src/main/js/sap/ushell/services/SpaceContent.js +12 -4
  331. package/src/main/js/sap/ushell/services/UITracer.js +295 -33
  332. package/src/main/js/sap/ushell/services/URLParsing.js +1 -1
  333. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  334. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  335. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  336. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  337. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  338. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  339. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  340. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  341. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  342. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Formatter.js +1 -1
  343. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundIndex.js +1 -1
  344. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundProvider.js +1 -1
  345. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  346. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Search.js +1 -1
  347. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/StagedLogger.js +1 -1
  348. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/SystemContext.js +1 -1
  349. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Utils.js +1 -1
  350. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/VirtualInbounds.js +1 -1
  351. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  352. package/src/main/js/sap/ushell/services/_CommonDataModel/SiteConverter.js +1 -1
  353. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  354. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  355. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  356. package/src/main/js/sap/ushell/services/_MessageBroker/MessageBrokerEngine.js +9 -46
  357. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  358. package/src/main/js/sap/ushell/services/_PluginManager/Extensions.js +1 -1
  359. package/src/main/js/sap/ushell/services/_PluginManager/HeaderExtensions.js +1 -1
  360. package/src/main/js/sap/ushell/services/_PluginManager/MenuExtensions.js +1 -1
  361. package/src/main/js/sap/ushell/services/_Ui5ComponentLoader/utils.js +1 -1
  362. package/src/main/js/sap/ushell/services/_VisualizationInstantiation/VizInstance.js +10 -3
  363. package/src/main/js/sap/ushell/services/_VisualizationInstantiation/VizInstanceLink.js +12 -4
  364. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  365. package/src/main/js/sap/ushell/themes/base/MenuBar.less +3 -3
  366. package/src/main/js/sap/ushell/themes/base/SearchCEP.less +1 -1
  367. package/src/main/js/sap/ushell/themes/base/ShellAppTitle.less +10 -30
  368. package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.eot +0 -0
  369. package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.json +2 -1
  370. package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.ttf +0 -0
  371. package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.woff +0 -0
  372. package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.woff2 +0 -0
  373. package/src/main/js/sap/ushell/themes/base/fonts/horizon/BusinessSuiteInAppSymbols.eot +0 -0
  374. package/src/main/js/sap/ushell/themes/base/fonts/horizon/BusinessSuiteInAppSymbols.ttf +0 -0
  375. package/src/main/js/sap/ushell/themes/base/fonts/horizon/BusinessSuiteInAppSymbols.woff +0 -0
  376. package/src/main/js/sap/ushell/themes/base/fonts/horizon/BusinessSuiteInAppSymbols.woff2 +0 -0
  377. package/src/main/js/sap/ushell/themes/sap_belize/ShellHeader.less +1 -11
  378. package/src/main/js/sap/ushell/themes/sap_belize_hcb/ShellHeader.less +0 -11
  379. package/src/main/js/sap/ushell/themes/sap_belize_hcw/ShellHeader.less +1 -13
  380. package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellHeader.less +1 -9
  381. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/ShellHeader.less +1 -9
  382. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/ShellHeader.less +1 -10
  383. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/ShellHeader.less +0 -12
  384. package/src/main/js/sap/ushell/themes/sap_hcb/ShellHeader.less +0 -12
  385. package/src/main/js/sap/ushell/themes/sap_horizon/ShellAppTitle.less +1 -9
  386. package/src/main/js/sap/ushell/themes/sap_horizon_dark/ShellAppTitle.less +1 -7
  387. package/src/main/js/sap/ushell/themes/sap_horizon_hcb/ShellAppTitle.less +0 -9
  388. package/src/main/js/sap/ushell/themes/sap_horizon_hcw/ShellAppTitle.less +0 -11
  389. package/src/main/js/sap/ushell/ui/QuickAccess.js +11 -2
  390. package/src/main/js/sap/ushell/ui/ShellHeader.fragment.xml +5 -1
  391. package/src/main/js/sap/ushell/ui/ShellHeader.js +5 -1
  392. package/src/main/js/sap/ushell/ui/ShellHeaderRenderer.js +1 -1
  393. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  394. package/src/main/js/sap/ushell/ui/footerbar/AddBookmarkButton.js +5 -5
  395. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  396. package/src/main/js/sap/ushell/ui/launchpad/Page.js +8 -16
  397. package/src/main/js/sap/ushell/ui/launchpad/Section.js +732 -171
  398. package/src/main/js/sap/ushell/ui/launchpad/SectionRenderer.js +66 -0
  399. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +14 -1
  400. package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +115 -63
  401. package/src/main/js/sap/ushell/ui/shell/ShellHeadItem.js +1 -1
  402. package/src/main/js/sap/ushell/ui/shell/ShellNavigationMenu.js +30 -76
  403. package/src/main/js/sap/ushell/ui/shell/SysInfoBar.js +1 -1
  404. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  405. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  406. package/src/main/js/sap/ushell/ui5service/ShellUIService.js +1 -1
  407. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  408. package/src/main/js/sap/ushell/utils/DynamicTileRequest.js +23 -2
  409. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  410. package/src/main/js/sap/ushell/utils.js +108 -0
  411. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  412. package/ui5.yaml +1 -1
  413. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntimePostMessage.js +0 -82
  414. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntimePostMessageAPI.js +0 -34
  415. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n.properties +0 -5
  416. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ar.properties +0 -2
  417. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_bg.properties +0 -2
  418. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ca.properties +0 -2
  419. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_cs.properties +0 -2
  420. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_cy.properties +0 -2
  421. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_da.properties +0 -2
  422. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_de.properties +0 -2
  423. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_el.properties +0 -2
  424. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_en.properties +0 -2
  425. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_en_GB.properties +0 -2
  426. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_en_US_sappsd.properties +0 -2
  427. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_en_US_saprigi.properties +0 -2
  428. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_en_US_saptrc.properties +0 -2
  429. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_es.properties +0 -2
  430. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_es_MX.properties +0 -2
  431. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_et.properties +0 -2
  432. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_fi.properties +0 -2
  433. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_fr.properties +0 -2
  434. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_fr_CA.properties +0 -2
  435. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_hi.properties +0 -2
  436. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_hr.properties +0 -2
  437. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_hu.properties +0 -2
  438. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_id.properties +0 -2
  439. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_it.properties +0 -2
  440. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_iw.properties +0 -2
  441. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ja.properties +0 -2
  442. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_kk.properties +0 -2
  443. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ko.properties +0 -2
  444. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_lt.properties +0 -2
  445. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_lv.properties +0 -2
  446. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ms.properties +0 -2
  447. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_nl.properties +0 -2
  448. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_no.properties +0 -2
  449. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_pl.properties +0 -2
  450. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_pt.properties +0 -2
  451. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_pt_PT.properties +0 -2
  452. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ro.properties +0 -2
  453. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ru.properties +0 -2
  454. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_sh.properties +0 -2
  455. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_sk.properties +0 -2
  456. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_sl.properties +0 -2
  457. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_sv.properties +0 -2
  458. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_th.properties +0 -2
  459. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_tr.properties +0 -2
  460. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_uk.properties +0 -2
  461. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_vi.properties +0 -2
  462. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_zh_CN.properties +0 -2
  463. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_zh_TW.properties +0 -2
  464. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/manifest.json +0 -66
  465. package/src/main/js/sap/ushell/ui/launchpad/Section.control.xml +0 -243
@@ -11,7 +11,6 @@ sap.ui.define([
11
11
  "sap/ushell/utils/WindowUtils",
12
12
  "sap/ui/thirdparty/jquery",
13
13
  "sap/ushell/resources",
14
- "sap/ushell/utils/UrlParsing",
15
14
  "sap/ui/Device",
16
15
  "sap/ui/core/Configuration",
17
16
  "sap/base/util/UriParameters",
@@ -28,7 +27,6 @@ sap.ui.define([
28
27
  WindowUtils,
29
28
  jQuery,
30
29
  resources,
31
- UrlParsing,
32
30
  Device,
33
31
  Configuration,
34
32
  UriParameters,
@@ -68,20 +66,6 @@ sap.ui.define([
68
66
  return;
69
67
  }
70
68
 
71
- var sUrl = sap.ushell.Container.getFLPUrl(true),
72
- sHash = UrlParsing.getHash(sUrl),
73
- sIntent = sHash.split("&/")[0];
74
-
75
- if (this.bOnNavigationToResultPage === true &&
76
- (sIntent === "Action-search" || sIntent === "WorkZoneSearchResult-display")
77
- ) {
78
- if (this._oPopover.isOpen()) {
79
- this._oPopover.close();
80
- }
81
- return;
82
- }
83
-
84
- this.bOnNavigationToResultPage = false;
85
69
  this.oSF.focus();
86
70
 
87
71
  if (this.bOpeningPopOver === true && this._oPopover.isOpen() === true) {
@@ -192,7 +176,6 @@ sap.ui.define([
192
176
  document.getElementById("CEPSearchField").style.height = nPlaceHolderSFHeight + "px";
193
177
  // add tooltip to CEP Search icon
194
178
  jQuery(this.oSF.getDomRef()).find("#CEPSearchField-search").attr("title", resources.i18n.getText("search"));
195
- this._removeBottomDivider();
196
179
  },
197
180
 
198
181
  onAfterClose: function (oEvent) {
@@ -222,7 +205,7 @@ sap.ui.define([
222
205
  var oListConfig = oList._getProviderConfig(),
223
206
  sGroupName = this._getDefaultProviderGroupName(oListConfig.id);
224
207
  // notify external search providers
225
- if (oList.getVisible() && !sGroupName) {
208
+ if (!sGroupName) {
226
209
  if (typeof oListConfig.popoverClosed === "function") {
227
210
  var fnPopoverClosedHandler = oListConfig.popoverClosed;
228
211
  fnPopoverClosedHandler(oEvent);
@@ -231,6 +214,14 @@ sap.ui.define([
231
214
  }.bind(this));
232
215
  },
233
216
 
217
+ getHomePageApps: function () {
218
+
219
+ var sGroupName = "homePageApplications",
220
+ oProductsProvider = SearchProvider.defaultProviders[sGroupName];
221
+
222
+ oProductsProvider.execSearch("", sGroupName);
223
+ },
224
+
234
225
  _listenToServiceEvents: function (oSearchCEPService) {
235
226
 
236
227
  EventHub.on("updateExtProviderLists").do(this._updateExtProviderLists.bind(this, oSearchCEPService));
@@ -275,7 +266,6 @@ sap.ui.define([
275
266
  if (aExtProviders.length) {
276
267
  this._testProviders(this.oSF.getValue());
277
268
  }
278
- this._removeBottomDivider();
279
269
  }
280
270
  }.bind(this));
281
271
  }
@@ -411,15 +401,20 @@ sap.ui.define([
411
401
  return oListGroupMap[sProviderId];
412
402
  },
413
403
 
414
- _removeBottomDivider: function () {
404
+ _removeTopListDivider: function () {
415
405
 
416
- // remove divider under bottom list
406
+ // remove divider above top list
417
407
  setTimeout(function () {
418
- var oBottomList = jQuery(this._oPopover.getDomRef()).find(".searchCEPList.sapUshellCEPListDivider").not(":hidden").last();
419
- if (oBottomList.length) {
420
- oBottomList.addClass("bottomCEPlist");
408
+ var aLists = jQuery(this._oPopover.getDomRef()).find(".searchCEPList.sapUshellCEPListDivider").not(":hidden");
409
+ if (aLists.length) {
410
+ jQuery.each(aLists, function (index) {
411
+ if (jQuery(aLists[index]).hasClass("topCEPlist")) {
412
+ jQuery(aLists[index]).removeClass("topCEPlist");
413
+ }
414
+ });
415
+ jQuery(aLists[0]).addClass("topCEPlist");
421
416
  }
422
- }.bind(this), 100);
417
+ }.bind(this), 300);
423
418
  },
424
419
 
425
420
  _createList: function (oConfiguration, oModel) {
@@ -529,7 +524,6 @@ sap.ui.define([
529
524
  // deprecated growingStart
530
525
  oList.setGrowingThreshold(iThreshold);
531
526
  }
532
- this._removeBottomDivider();
533
527
  }
534
528
  },
535
529
 
@@ -602,6 +596,17 @@ sap.ui.define([
602
596
 
603
597
  if (aResult && Array.isArray(aResult) && aResult.length > 0) {
604
598
 
599
+ // if Promise resolves with a delay and a new loop has already started - recheck priority
600
+ var sCurrentQuery = this._oResultModel.getProperty("/query");
601
+ if (sCurrentQuery && (sCurrentQuery.length < oProviderRef.minQueryLength
602
+ || sCurrentQuery.length > oProviderRef.maxQueryLength)) {
603
+ return;
604
+ }
605
+
606
+ if (!this._oPopover.isOpen()) {
607
+ this._toggleSearchPopover(true);
608
+ }
609
+
605
610
  // trigger list update after popover is reopened (native events are not firing)
606
611
  if (oModel.getProperty("/" + oProviderRef.name)) {
607
612
  this.bGrowingReset = false;
@@ -609,9 +614,6 @@ sap.ui.define([
609
614
  }
610
615
 
611
616
  oListRef.setVisible(true);
612
- if (!this._oPopover.isOpen()) {
613
- this._toggleSearchPopover(true);
614
- }
615
617
 
616
618
  var aResultItems = aResult.slice(0, oProviderRef.maxItemCount);
617
619
  oModel.setProperty("/" + oProviderRef.name, aResultItems);
@@ -638,7 +640,7 @@ sap.ui.define([
638
640
  }.bind(this, oList, oProvider));
639
641
  }
640
642
  }
641
- this._removeBottomDivider();
643
+ this._removeTopListDivider();
642
644
  },
643
645
 
644
646
  _applyResultsAcc: function (iNumOfItems) {
@@ -867,6 +869,7 @@ sap.ui.define([
867
869
  },
868
870
 
869
871
  _navigateToResultPage: function (sTerm, bAll) {
872
+
870
873
  if (sTerm === "") {
871
874
  return;
872
875
  }
@@ -875,7 +878,7 @@ sap.ui.define([
875
878
  sHash = "#Action-search&/top=20&filter={\"dataSource\":{\"type\":\"Category\",\"id\":\"All\",\"label\":\"All\",\"labelPlural\":\"All\"},\"searchTerm\":\"" +
876
879
  sTerm + "\",\"rootCondition\":{\"type\":\"Complex\",\"operator\":\"And\",\"conditions\":[]}}";
877
880
  }
878
- this.bOnNavigationToResultPage = true;
881
+
879
882
  var pNavServicePromise = sap.ushell.Container.getServiceAsync("CrossApplicationNavigation");
880
883
  pNavServicePromise.then(function (oCrossAppNavService) {
881
884
  oCrossAppNavService.toExternal({
@@ -884,15 +887,6 @@ sap.ui.define([
884
887
  }
885
888
  });
886
889
  });
887
- setTimeout(function () {
888
- if (this._oPopover.isOpen()) {
889
- this._oPopover.close();
890
- }
891
- }.bind(this), 500);
892
-
893
- setTimeout(function () {
894
- this.bOnNavigationToResultPage = false;
895
- }.bind(this), 3000);
896
890
  }
897
891
  });
898
892
  });
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview
5
- * @version 1.116.0
5
+ * @version 1.117.0
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/Log"
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview
5
- * @version 1.116.0
5
+ * @version 1.117.0
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 is the search provider main interface
5
- * @version 1.116.0
5
+ * @version 1.117.0
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/resources",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview This module handles the navigation service search actions
5
- * @version 1.116.0
5
+ * @version 1.117.0
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/Log",
@@ -69,18 +69,15 @@ sap.ui.define([
69
69
  case "applications":
70
70
  oParams.searchTerm = sQuery;
71
71
  oParams.filter = {
72
- filters: [
73
- {
72
+ filters: [{
74
73
  path: "technicalAttributes",
75
74
  operator: "NotContains",
76
75
  value1: "APPTYPE_SEARCHAPP"
77
- },
78
- {
76
+ }, {
79
77
  path: "technicalAttributes",
80
78
  operator: "NotContains",
81
79
  value1: "APPTYPE_HOMEPAGE"
82
- }
83
- ],
80
+ }],
84
81
  and: true
85
82
  };
86
83
  break;
@@ -48,7 +48,7 @@ sap.ui.define([
48
48
  return UIComponent.extend("sap.ushell.components.shell.Settings.Component", {
49
49
 
50
50
  metadata: {
51
- version: "1.116.0",
51
+ version: "1.117.0",
52
52
  library: "sap.ushell",
53
53
  dependencies: {
54
54
  libs: {
@@ -1,9 +1,11 @@
1
1
  // Copyright (c) 2009-2023 SAP SE, All Rights Reserved
2
2
 
3
- sap.ui.define([], function () {
3
+ sap.ui.define([
4
+ "sap/ui/core/Core"
5
+ ], function (Core) {
4
6
  "use strict";
5
7
  var sUserSettingsErrorDialogTarget = "sapUshellSettingsDialog/";
6
- var oMessageManager = sap.ui.getCore().getMessageManager();
8
+ var oMessageManager = Core.getMessageManager();
7
9
 
8
10
  return {
9
11
  addMessage: addMessage,
@@ -35,8 +35,6 @@ sap.ui.define([
35
35
  ) {
36
36
  "use strict";
37
37
 
38
- /* global Map */
39
-
40
38
  // shortcut for sap.ui.core.MessageType
41
39
  var MessageType = coreLibrary.MessageType;
42
40
 
@@ -51,11 +49,9 @@ sap.ui.define([
51
49
  // If it was a grouped entry, it contains all the ids of the entry inside of the group.
52
50
  this._aPreviouslySelectedItems = [];
53
51
 
54
- if (!Device.system.phone) {
55
- this.getView().byId("userSettingEntryList").addEventDelegate({
56
- onAfterRendering: this._listAfterRendering.bind(this)
57
- });
58
- }
52
+ this.getView().byId("userSettingEntryList").addEventDelegate({
53
+ onAfterRendering: this._listAfterRendering.bind(this)
54
+ });
59
55
 
60
56
  // stores all promises, containing just the content of an entry
61
57
  this._mLoadedEntryContent = new Map();
@@ -222,29 +218,31 @@ sap.ui.define([
222
218
  this._setEntryValueResult(sEntryId);
223
219
  }.bind(this));
224
220
 
225
- // If an entry was selected before the list was rerendered,
226
- // this code will try to find either the main entry or any of its tabs,
227
- // so that the user stays on the same entry, even if a tab was removed.
228
- if (this._aPreviouslySelectedItems) {
229
- for (var i = 0; i < this._aPreviouslySelectedItems.length; i++) {
230
- for (var j = 0; j < aItems.length; j++) {
231
- var oItem = aItems[j];
232
- if (oModel.getProperty(oItem.getBindingContextPath() + "/id") === this._aPreviouslySelectedItems[i]) {
233
- oMasterEntryList.setSelectedItem(oItem);
234
- this._toDetail(oItem);
235
- oItem.focus();
236
- return;
221
+ if (!Device.system.phone) {
222
+ // If an entry was selected before the list was rerendered,
223
+ // this code will try to find either the main entry or any of its tabs,
224
+ // so that the user stays on the same entry, even if a tab was removed.
225
+ if (this._aPreviouslySelectedItems) {
226
+ for (var i = 0; i < this._aPreviouslySelectedItems.length; i++) {
227
+ for (var j = 0; j < aItems.length; j++) {
228
+ var oItem = aItems[j];
229
+ if (oModel.getProperty(oItem.getBindingContextPath() + "/id") === this._aPreviouslySelectedItems[i]) {
230
+ oMasterEntryList.setSelectedItem(oItem);
231
+ this._toDetail(oItem);
232
+ oItem.focus();
233
+ return;
234
+ }
237
235
  }
238
236
  }
239
237
  }
240
- }
241
238
 
242
- var oFirstItem = aItems[0];
243
- if (oFirstItem) {
244
- oMasterEntryList.setSelectedItem(oFirstItem);
245
- this._toDetail(oFirstItem);
246
- // keep focus on the first item when reopen the dialog
247
- oFirstItem.focus();
239
+ var oFirstItem = aItems[0];
240
+ if (oFirstItem) {
241
+ oMasterEntryList.setSelectedItem(oFirstItem);
242
+ this._toDetail(oFirstItem);
243
+ // keep focus on the first item when reopen the dialog
244
+ oFirstItem.focus();
245
+ }
248
246
  }
249
247
  },
250
248
 
@@ -4,6 +4,7 @@ sap.ui.define([
4
4
  "sap/base/Log",
5
5
  "sap/ui/base/Object",
6
6
  "sap/ui/core/Component",
7
+ "sap/ui/core/Core",
7
8
  "sap/ui/core/library",
8
9
  "sap/ui/core/message/Message",
9
10
  "sap/ui/core/mvc/Controller",
@@ -20,6 +21,7 @@ sap.ui.define([
20
21
  Log,
21
22
  BaseObject,
22
23
  Component,
24
+ Core,
23
25
  coreLibrary,
24
26
  Message,
25
27
  Controller,
@@ -100,7 +102,7 @@ sap.ui.define([
100
102
  oView.setModel(this.getConfigurationModel(), "config");
101
103
 
102
104
  // listener
103
- sap.ui.getCore().attachThemeChanged(this._handleThemeApplied, this);
105
+ Core.attachThemeChanged(this._handleThemeApplied, this);
104
106
 
105
107
  return this.getDarkModeModel(this.aThemeListFromServer)
106
108
  .then(function (oDarkModeModel) {
@@ -117,7 +119,7 @@ sap.ui.define([
117
119
  },
118
120
 
119
121
  onExit: function () {
120
- sap.ui.getCore().detachThemeChanged(this._handleThemeApplied, this);
122
+ Core.detachThemeChanged(this._handleThemeApplied, this);
121
123
  },
122
124
 
123
125
  // Return the ID of the currently selected theme in the theme list.
@@ -392,7 +394,7 @@ sap.ui.define([
392
394
  _onSaveContentDensitySuccess: function (sNewContentDensity) {
393
395
  var oUser = this.oUser;
394
396
  oUser.resetChangedProperty("contentDensity");
395
- sap.ui.getCore().getEventBus().publish("launchpad", "toggleContentDensity", {
397
+ Core.getEventBus().publish("launchpad", "toggleContentDensity", {
396
398
  contentDensity: sNewContentDensity
397
399
  });
398
400
  EventHub.emit("toggleContentDensity", {
@@ -446,10 +448,9 @@ sap.ui.define([
446
448
  .done(function () {
447
449
  Config.emit("/core/home/sizeBehavior", sNewSizeBehavior);
448
450
  // todo move to other place?
449
- if (sNewSizeBehavior === "Responsive") {
450
- jQuery(".sapUshellTile").removeClass("sapUshellSmall");
451
- } else {
452
- jQuery(".sapUshellTile").addClass("sapUshellSmall");
451
+ var aTiles = document.getElementsByClassName(".sapUshellTile");
452
+ for (var i = 0; i < aTiles.length; i++) {
453
+ aTiles[i].classList.toggle("sapUshellSmall", sNewSizeBehavior !== "Responsive");
453
454
  }
454
455
  resolve();
455
456
  })
@@ -61,11 +61,13 @@ sap.ui.define([
61
61
  oModel.setData({
62
62
  icon: sIcon,
63
63
  name: oUser.getFullName(),
64
+ id: oUser.getId(),
64
65
  mail: oUser.getEmail(),
65
66
  server: window.location.host,
66
67
  imgConsentEnabled: this.imgConsentEnabled, //to show second tab
67
68
  isImageConsentForUser: oUser.getImageConsent(), //CheckBox state
68
- isResetPersonalizationVisible: this.isResetPersonalizationVisible || true
69
+ isResetPersonalizationVisible: this.isResetPersonalizationVisible || true,
70
+ displayUserId: Config.last("/core/userSettings/displayUserId")
69
71
  });
70
72
  return oModel;
71
73
  },
@@ -8,6 +8,8 @@
8
8
  <form:SimpleForm editable="false" layout="ResponsiveGridLayout" labelSpanS="5" columnsM="7">
9
9
  <Label text="{i18n>UserAccountNameFld}" labelFor="userAccountuserName"/>
10
10
  <Text text="{config>/name}" id="userAccountuserName"/>
11
+ <Label text="{i18n>UserAccountIdFld}" labelFor="userAccountuserId" visible="{config>/displayUserId}"/>
12
+ <Text text="{config>/id}" id="userAccountuserId" visible="{config>/displayUserId}"/>
11
13
  <Label text="{i18n>UserAccountEmailFld}" labelFor="userAccountuserMail"/>
12
14
  <Text text="{config>/mail}" id="userAccountuserMail"/>
13
15
  <Label text="{i18n>UserAccountServerFld}" labelFor="userAccountuserServer"/>
@@ -92,7 +92,11 @@ sap.ui.define([
92
92
  for (var i = 0; i < aUserDefaultInputs.length; i++) {
93
93
  sInputName = aUserDefaultInputs[i].getName();
94
94
  if (oVariantData[sInputName] !== undefined) {
95
- aUserDefaultInputs[i].setValue(oVariantData[sInputName].value);
95
+ if (aUserDefaultInputs[i].getDataType && aUserDefaultInputs[i].getDataType() === "Edm.DateTime") {
96
+ aUserDefaultInputs[i].setValue(new Date(oVariantData[sInputName].value));
97
+ } else {
98
+ aUserDefaultInputs[i].setValue(oVariantData[sInputName].value);
99
+ }
96
100
  oValueObject = oModel.getProperty("/" + sInputName + "/valueObject/");
97
101
  oValueObject.extendedValue = undefined;
98
102
  if (oVariantData[sInputName].additionalValues) {
@@ -728,8 +728,26 @@ sap.ui.define([
728
728
  var sParameterName = aDisplayedParameters[i].parameterName;
729
729
  if (this.aChangedParamsNames.indexOf(sParameterName) > -1) {
730
730
  var oOriginalParameter = this.oOriginalParameters[sParameterName];
731
- var oBoundModel = aDisplayedParameters[i].modelBind;
732
- oBoundModel.model.setProperty(oBoundModel.sFullPropertyPath, oOriginalParameter.valueObject.value || "");
731
+ var oParameter = aDisplayedParameters[i];
732
+ var oBoundModel = oParameter.modelBind;
733
+ var oODataMetadataModel = oBoundModel.model ? oBoundModel.model.getMetaModel() : undefined;
734
+
735
+ if (oODataMetadataModel) {
736
+ var sNS = oODataMetadataModel.getObject("/dataServices/schema/0/namespace");
737
+ var oType = oODataMetadataModel.getODataEntityType(sNS + "." + oParameter.editorMetadata.editorInfo.entityName);
738
+ var oODataProp = oType.property.find(function (obj) { if (obj.name === oParameter.editorMetadata.editorInfo.propertyName) { return true; } });
739
+ switch (oODataProp.type) {
740
+ case "Edm.DateTime":
741
+ oBoundModel.model.setProperty(oBoundModel.sFullPropertyPath, new Date(oOriginalParameter.valueObject.value) || null);
742
+ break;
743
+ default:
744
+ oBoundModel.model.setProperty(oBoundModel.sFullPropertyPath, oOriginalParameter.valueObject.value || "");
745
+ break;
746
+ }
747
+ } else {
748
+ oBoundModel.model.setProperty(oBoundModel.sFullPropertyPath, oOriginalParameter.valueObject.value || "");
749
+ }
750
+
733
751
  if (oOriginalParameter.editorMetadata && oOriginalParameter.editorMetadata.extendedUsage) {
734
752
  oBoundModel.extendedModel.setProperty("/" + sParameterName + "/valueObject/extendedValue",
735
753
  oOriginalParameter.valueObject.extendedValue || {});
@@ -1,17 +1,13 @@
1
1
  // Copyright (c) 2009-2023 SAP SE, All Rights Reserved
2
2
 
3
3
  sap.ui.define([
4
- "sap/ui/core/mvc/XMLView",
5
- "sap/ui/core/Locale",
6
- "sap/ui/core/LocaleData",
7
4
  "sap/base/Log",
5
+ "sap/ui/core/mvc/XMLView",
8
6
  "sap/ushell/resources"
9
7
  ], function (
10
- XMLView,
11
- Locale,
12
- LocaleData,
13
8
  Log,
14
- resources
9
+ XMLView,
10
+ ushellResources
15
11
  ) {
16
12
  "use strict";
17
13
 
@@ -21,7 +17,7 @@ sap.ui.define([
21
17
  var oEntry = {
22
18
  id: "language",
23
19
  entryHelpID: "language",
24
- title: resources.i18n.getText("languageRegionTit"),
20
+ title: ushellResources.i18n.getText("languageAndRegionTit"),
25
21
  valueResult: null,
26
22
  contentResult: null,
27
23
  icon: "sap-icon://globe",
@@ -30,22 +26,20 @@ sap.ui.define([
30
26
  if (sUserLanguage.indexOf("-") > -1) {
31
27
  sUserLanguage = sUserLanguage.replace("-", " (").concat(")");
32
28
  }
33
-
34
29
  return Promise.resolve(sUserLanguage);
35
30
  },
36
31
  contentFunc: function () {
37
32
  return XMLView.create({
38
33
  id: "languageRegionSelector",
39
34
  viewName: "sap.ushell.components.shell.Settings.userLanguageRegion.LanguageRegionSelector"
40
- })
41
- .then(function (oView) {
42
- var oViewController = oView.getController();
43
- oViewInstance = oView;
44
- return oViewController.oUserInfoServicePromise
45
- .then(function () {
46
- return oViewInstance;
47
- });
48
- });
35
+ }).then(function (oView) {
36
+ var oViewController = oView.getController();
37
+ oViewInstance = oView;
38
+ return oViewController.oUserInfoServicePromise
39
+ .then(function () {
40
+ return oViewInstance;
41
+ });
42
+ });
49
43
  },
50
44
  onSave: function (fnUpdateUserPreferences) {
51
45
  if (oViewInstance) {
@@ -55,7 +49,6 @@ sap.ui.define([
55
49
  "Save operation for language settings was not executed, because the languageRegionSelector view was not initialized"
56
50
  );
57
51
  return Promise.resolve();
58
-
59
52
  },
60
53
  onCancel: function () {
61
54
  if (oViewInstance) {
@@ -71,10 +64,7 @@ sap.ui.define([
71
64
  return oEntry;
72
65
  }
73
66
 
74
-
75
-
76
67
  return {
77
68
  getEntry: getEntry
78
69
  };
79
-
80
70
  });
@@ -1,10 +1,12 @@
1
1
  // Copyright (c) 2009-2023 SAP SE, All Rights Reserved
2
2
  sap.ui.define([
3
+ "sap/ui/core/Core",
3
4
  "sap/ui/core/UIComponent",
4
5
  "sap/ushell/components/applicationIntegration/AppLifeCycle",
5
6
  "sap/ushell/Config",
6
7
  "sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.controller"
7
8
  ], function (
9
+ Core,
8
10
  UIComponent,
9
11
  AppLifeCycle,
10
12
  Config,
@@ -25,7 +27,7 @@ sap.ui.define([
25
27
  return UIComponent.extend("sap.ushell.components.shell.UserActionsMenu.Component", {
26
28
 
27
29
  metadata: {
28
- version: "1.116.0",
30
+ version: "1.117.0",
29
31
  library: "sap.ushell",
30
32
  dependencies: {
31
33
  libs: ["sap.m"]
@@ -61,7 +63,7 @@ sap.ui.define([
61
63
  }
62
64
  }], false, ["blank-home", "blank"]);
63
65
 
64
- sap.ui.getCore().getEventBus().publish("shell", "userActionsMenuCompLoaded", { delay: 0 });
66
+ Core.getEventBus().publish("shell", "userActionsMenuCompLoaded", { delay: 0 });
65
67
  },
66
68
 
67
69
  exit: function () {