@sapui5/sap.ushell 1.117.2 → 1.119.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 (510) hide show
  1. package/package.json +6 -5
  2. package/src/main/js/sap/ushell/.library +1 -1
  3. package/src/main/js/sap/ushell/ApplicationType.js +5 -7
  4. package/src/main/js/sap/ushell/CanvasShapesManager.js +13 -7
  5. package/src/main/js/sap/ushell/Config.js +1 -1
  6. package/src/main/js/sap/ushell/Container.js +254 -190
  7. package/src/main/js/sap/ushell/EventHub.js +1 -1
  8. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  9. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +2 -2
  10. package/src/main/js/sap/ushell/Layout.js +3 -3
  11. package/src/main/js/sap/ushell/NWBCInterface.js +3 -3
  12. package/src/main/js/sap/ushell/SessionHandler.js +4 -4
  13. package/src/main/js/sap/ushell/TechnicalParameters.js +3 -3
  14. package/src/main/js/sap/ushell/UIActions.js +44 -44
  15. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  16. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  17. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +4 -4
  18. package/src/main/js/sap/ushell/User.js +11 -1
  19. package/src/main/js/sap/ushell/UserActivityLog.js +8 -8
  20. package/src/main/js/sap/ushell/_ApplicationType/guiResolution.js +5 -5
  21. package/src/main/js/sap/ushell/_ApplicationType/systemAlias.js +1 -1
  22. package/src/main/js/sap/ushell/_ApplicationType/urlTemplateResolution.js +75 -62
  23. package/src/main/js/sap/ushell/_ApplicationType/wdaResolution.js +5 -5
  24. package/src/main/js/sap/ushell/_Config/utils.js +5 -5
  25. package/src/main/js/sap/ushell/_URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  26. package/src/main/js/sap/ushell/_URLTemplateProcessor/DependencyGraph.js +1 -1
  27. package/src/main/js/sap/ushell/_URLTemplateProcessor/Functions.js +1 -1
  28. package/src/main/js/sap/ushell/_URLTemplateProcessor/Resolvers.js +1 -1
  29. package/src/main/js/sap/ushell/_URLTemplateProcessor/TemplateParameterParser.js +1 -1
  30. package/src/main/js/sap/ushell/_URLTemplateProcessor/utils.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +15 -9
  32. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +4 -5
  33. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -2
  35. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +12 -13
  36. package/src/main/js/sap/ushell/adapters/cdm/MenuAdapter.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +4 -3
  38. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +2 -2
  41. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cdm/_Personalization/internals.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +5 -2
  46. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +4 -1
  47. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +3 -4
  48. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +10 -11
  49. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +11 -9
  56. package/src/main/js/sap/ushell/adapters/cdm/v3/utilsCdm.js +3 -3
  57. package/src/main/js/sap/ushell/adapters/cep/MenuAdapter.js +0 -1
  58. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +3 -4
  59. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +3 -2
  60. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +3 -3
  61. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +2 -3
  63. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +3 -3
  64. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -3
  65. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +2 -3
  66. package/src/main/js/sap/ushell/adapters/local/MenuAdapter.js +1 -1
  67. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +3 -2
  68. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  69. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +2 -2
  70. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -2
  71. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  72. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  73. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  74. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  75. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -2
  76. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  77. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +22 -28
  78. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntimeContext.js +3 -3
  79. package/src/main/js/sap/ushell/appRuntime/ui5/SessionHandlerAgent.js +10 -0
  80. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/Renderer.js +5 -3
  81. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +31 -3
  82. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +4 -11
  83. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  84. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent.js +8 -4
  85. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/EventProcessor.js +21 -2
  86. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/FLPLoader.js +1 -1
  87. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/FLPScheduler.js +23 -7
  88. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/StepConfiguration.json +4 -3
  89. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/logger.js +1 -1
  90. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/state.js +3 -3
  91. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5.js +3 -2
  92. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  93. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +1 -0
  94. package/src/main/js/sap/ushell/bootstrap/common/common.load.core-min.js +2 -2
  95. package/src/main/js/sap/ushell/bootstrap/common/common.load.launchpad.js +7 -3
  96. package/src/main/js/sap/ushell/bootstrap/common/common.load.script.js +4 -4
  97. package/src/main/js/sap/ushell/bootstrap/common/common.util.js +7 -7
  98. package/src/main/js/sap/ushell/bootstrap/sandbox2/sandboxConfig.json +214 -0
  99. package/src/main/js/sap/ushell/bootstrap/sandbox2/sandboxSite.json +511 -0
  100. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +398 -0
  101. package/src/main/js/sap/ushell/components/CatalogsManager.js +26 -25
  102. package/src/main/js/sap/ushell/components/ComponentKeysHandler.js +20 -15
  103. package/src/main/js/sap/ushell/components/DestroyHelper.js +2 -2
  104. package/src/main/js/sap/ushell/components/HeaderManager.js +6 -6
  105. package/src/main/js/sap/ushell/components/HomepageManager.js +6 -6
  106. package/src/main/js/sap/ushell/components/_HeaderManager/ControlManager.js +1 -1
  107. package/src/main/js/sap/ushell/components/_HomepageManager/PagingManager.js +5 -5
  108. package/src/main/js/sap/ushell/components/appfinder/AppFinder.controller.js +19 -15
  109. package/src/main/js/sap/ushell/components/appfinder/AppFinderView.js +12 -12
  110. package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +18 -18
  111. package/src/main/js/sap/ushell/components/appfinder/CatalogView.js +17 -18
  112. package/src/main/js/sap/ushell/components/appfinder/EasyAccess.controller.js +2 -2
  113. package/src/main/js/sap/ushell/components/appfinder/HierarchyApps.controller.js +6 -6
  114. package/src/main/js/sap/ushell/components/appfinder/HierarchyAppsView.js +1 -1
  115. package/src/main/js/sap/ushell/components/appfinder/VisualizationOrganizerHelper.js +4 -4
  116. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  117. package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +16 -16
  118. package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +8 -2
  119. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +9 -18
  120. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +9 -5
  121. package/src/main/js/sap/ushell/components/applicationIntegration/application/WebGUIStatefulHandler.js +5 -5
  122. package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +21 -26
  123. package/src/main/js/sap/ushell/components/applicationIntegration/elements/model.js +1 -1
  124. package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +1 -1
  125. package/src/main/js/sap/ushell/components/applicationIntegration/relatedShellElements/RelatedShellElements.js +2 -4
  126. package/src/main/js/sap/ushell/components/cards/Configuration.controller.js +2 -2
  127. package/src/main/js/sap/ushell/components/cepsearchresult/app/Main.controller.js +6 -2
  128. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Category.js +44 -6
  129. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/Application.js +22 -9
  130. package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +25 -23
  131. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  132. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +3 -3
  133. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  134. package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +1 -1
  135. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +4 -2
  136. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearch.view.xml +37 -17
  137. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchBox.fragment.xml +111 -35
  138. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchPaginated.view.xml +37 -18
  139. package/src/main/js/sap/ushell/components/contentFinder/view/ContentFinderDialog.view.xml +24 -15
  140. package/src/main/js/sap/ushell/components/contentFinder/view/WidgetGallery.view.xml +67 -39
  141. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  142. package/src/main/js/sap/ushell/components/factsheet/controls/PictureTile.js +1 -2
  143. package/src/main/js/sap/ushell/components/factsheet/controls/PictureViewer.js +5 -6
  144. package/src/main/js/sap/ushell/components/factsheet/controls/PictureViewerItem.js +1 -2
  145. package/src/main/js/sap/ushell/components/factsheet/factory/ThingInspector.js +3 -3
  146. package/src/main/js/sap/ushell/components/factsheet/tools/ODataUrlTemplating.js +1 -1
  147. package/src/main/js/sap/ushell/components/homeApp/error/HomeAppError.controller.js +0 -1
  148. package/src/main/js/sap/ushell/components/homeApp/error/HomeAppError.view.xml +7 -6
  149. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  150. package/src/main/js/sap/ushell/components/homepage/DashboardContent.controller.js +2 -7
  151. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +13 -13
  152. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  153. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  154. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  155. package/src/main/js/sap/ushell/components/pages/ActionMode.js +10 -10
  156. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  157. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  158. package/src/main/js/sap/ushell/components/pages/StateManager.js +2 -2
  159. package/src/main/js/sap/ushell/components/pages/controller/ImportDialog.controller.js +12 -12
  160. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +94 -96
  161. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  162. package/src/main/js/sap/ushell/components/pages/view/PageRuntime.view.xml +31 -23
  163. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  164. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  165. package/src/main/js/sap/ushell/components/shell/MenuBar/controller/MenuBar.controller.js +7 -6
  166. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  167. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  168. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +2 -2
  169. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
  170. package/src/main/js/sap/ushell/components/shell/Notifications/Notifications.controller.js +3 -3
  171. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  172. package/src/main/js/sap/ushell/components/shell/Search/ESearch.js +1 -1
  173. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  174. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +2 -2
  175. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchCEP.controller.js +74 -16
  176. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchFieldFragment.fragment.xml +2 -1
  177. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -2
  178. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -2
  179. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  180. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -2
  181. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  182. package/src/main/js/sap/ushell/components/shell/Settings/ErrorMessageHelper.js +8 -9
  183. package/src/main/js/sap/ushell/components/shell/Settings/UserSettings.controller.js +3 -3
  184. package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +43 -40
  185. package/src/main/js/sap/ushell/components/shell/Settings/notifications/NotificationsSetting.controller.js +1 -1
  186. package/src/main/js/sap/ushell/components/shell/Settings/userActivities/UserActivitiesSetting.controller.js +2 -2
  187. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/UserDefaultsForm.js +1 -1
  188. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/controller/UserDefaultsSetting.controller.js +8 -4
  189. package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.controller.js +65 -17
  190. package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.view.xml +18 -1
  191. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  192. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  193. package/src/main/js/sap/ushell/components/tiles/applauncher/Configuration.view.xml +2 -2
  194. package/src/main/js/sap/ushell/components/tiles/applauncher/StaticTile.view.js +0 -2
  195. package/src/main/js/sap/ushell/components/tiles/applauncher/StaticTileTmp.view.js +0 -2
  196. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/Configuration.view.xml +2 -2
  197. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/DynamicTileTmp.view.js +0 -2
  198. package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/StaticTile.view.js +0 -2
  199. package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/DynamicTile.controller.js +1 -1
  200. package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/DynamicTile.view.js +0 -2
  201. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/oData4Analytics.js +41 -48
  202. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/smartBusinessUtil.js +3 -3
  203. package/src/main/js/sap/ushell/components/tiles/utils.js +4 -3
  204. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +5 -18
  205. package/src/main/js/sap/ushell/components/visualizationOrganizer/VisualizationOrganizerPopover.fragment.xml +3 -3
  206. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  207. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  208. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +332 -153
  209. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.layout.js +182 -90
  210. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageHost.js +2 -2
  211. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +9 -11
  212. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +48 -48
  213. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +12 -12
  214. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +8 -8
  215. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnRenderer.js +7 -9
  216. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +44 -44
  217. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRenderer.js +7 -4
  218. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +60 -10
  219. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRowRenderer.js +12 -8
  220. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +8 -1
  221. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources.properties +10 -2
  222. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ar.properties +10 -6
  223. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_bg.properties +10 -6
  224. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ca.properties +10 -6
  225. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cs.properties +10 -6
  226. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cy.properties +10 -6
  227. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_da.properties +10 -6
  228. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_de.properties +11 -7
  229. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_el.properties +10 -6
  230. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en.properties +6 -2
  231. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_GB.properties +6 -2
  232. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_sappsd.properties +6 -2
  233. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saprigi.properties +6 -2
  234. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saptrc.properties +13 -6
  235. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es.properties +10 -6
  236. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es_MX.properties +10 -6
  237. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_et.properties +10 -6
  238. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fi.properties +11 -7
  239. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr.properties +10 -6
  240. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr_CA.properties +10 -6
  241. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hi.properties +10 -6
  242. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hr.properties +10 -6
  243. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hu.properties +10 -6
  244. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_id.properties +10 -6
  245. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_it.properties +11 -7
  246. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_iw.properties +10 -6
  247. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ja.properties +11 -7
  248. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_kk.properties +10 -6
  249. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ko.properties +10 -6
  250. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lt.properties +10 -6
  251. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lv.properties +10 -6
  252. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ms.properties +10 -6
  253. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_nl.properties +10 -6
  254. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_no.properties +11 -7
  255. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pl.properties +10 -6
  256. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt.properties +10 -6
  257. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt_PT.properties +10 -6
  258. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ro.properties +10 -6
  259. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ru.properties +10 -6
  260. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sh.properties +10 -6
  261. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sk.properties +10 -6
  262. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sl.properties +10 -6
  263. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sv.properties +10 -6
  264. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_th.properties +10 -6
  265. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_tr.properties +10 -6
  266. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_uk.properties +10 -6
  267. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_vi.properties +10 -6
  268. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_CN.properties +10 -6
  269. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_TW.properties +10 -6
  270. package/src/main/js/sap/ushell/components/workPageBuilder/view/WorkPageBuilder.view.xml +50 -34
  271. package/src/main/js/sap/ushell/components/workPageBuilder/view/WorkPageCellDeleteDialog.fragment.xml +25 -0
  272. package/src/main/js/sap/ushell/components/workPageBuilder/view/WorkPageRowDeleteDialog.fragment.xml +13 -5
  273. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  274. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +7 -3
  275. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +5 -1
  276. package/src/main/js/sap/ushell/components/workPageRuntime/services/NavigationResolver.js +1 -2
  277. package/src/main/js/sap/ushell/components/workPageRuntime/services/WorkPage.js +1 -2
  278. package/src/main/js/sap/ushell/components/workPageRuntime/view/WorkPageRuntime.view.xml +5 -4
  279. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  280. package/src/main/js/sap/ushell/library.js +4 -2
  281. package/src/main/js/sap/ushell/navigationMode.js +111 -122
  282. package/src/main/js/sap/ushell/override.js +1 -1
  283. package/src/main/js/sap/ushell/performance/FesrEnhancer.js +258 -183
  284. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +206 -207
  285. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +366 -230
  286. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  287. package/src/main/js/sap/ushell/renderers/fiori2/LogonFrameProvider.js +2 -2
  288. package/src/main/js/sap/ushell/renderers/fiori2/Renderer.js +39 -23
  289. package/src/main/js/sap/ushell/renderers/fiori2/RendererExtensions.js +105 -25
  290. package/src/main/js/sap/ushell/renderers/fiori2/Shell.controller.js +67 -50
  291. package/src/main/js/sap/ushell/renderers/fiori2/ShellLayout.js +1 -1
  292. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources.properties +21 -1
  293. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ar.properties +12 -1
  294. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_bg.properties +12 -1
  295. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ca.properties +12 -1
  296. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_cs.properties +12 -1
  297. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_cy.properties +12 -1
  298. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_da.properties +12 -1
  299. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_de.properties +15 -4
  300. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_el.properties +12 -1
  301. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_en.properties +11 -0
  302. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_en_GB.properties +11 -0
  303. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_en_US_sappsd.properties +11 -0
  304. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_en_US_saprigi.properties +11 -0
  305. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_en_US_saptrc.properties +12 -0
  306. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_es.properties +12 -1
  307. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_es_MX.properties +14 -3
  308. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_et.properties +12 -1
  309. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_fi.properties +12 -1
  310. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_fr.properties +12 -1
  311. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_fr_CA.properties +12 -1
  312. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_hi.properties +12 -1
  313. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_hr.properties +12 -1
  314. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_hu.properties +12 -1
  315. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_id.properties +12 -1
  316. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_it.properties +12 -1
  317. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_iw.properties +16 -5
  318. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ja.properties +12 -1
  319. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_kk.properties +12 -1
  320. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ko.properties +13 -2
  321. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_lt.properties +12 -1
  322. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_lv.properties +12 -1
  323. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ms.properties +12 -1
  324. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_nl.properties +12 -1
  325. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_no.properties +12 -1
  326. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_pl.properties +12 -1
  327. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_pt.properties +12 -1
  328. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_pt_PT.properties +12 -1
  329. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ro.properties +12 -1
  330. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ru.properties +12 -1
  331. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_sh.properties +12 -1
  332. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_sk.properties +12 -1
  333. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_sl.properties +12 -1
  334. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_sv.properties +12 -1
  335. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_th.properties +12 -1
  336. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_tr.properties +12 -1
  337. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_uk.properties +12 -1
  338. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_vi.properties +12 -1
  339. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_zh_CN.properties +12 -1
  340. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_zh_TW.properties +12 -1
  341. package/src/main/js/sap/ushell/renderers/fiori2/search/searchComponent/controller/CEPSearchApp.controller.js +4 -4
  342. package/src/main/js/sap/ushell/renderers/fiori2/search/searchComponent/controller/SearchApp.controller.js +3 -3
  343. package/src/main/js/sap/ushell/renderers/fiori2/search/searchComponent/manifest.json +1 -1
  344. package/src/main/js/sap/ushell/renderers/fiori2/search/searchComponent/view/CEPSearchApp.view.js +4 -3
  345. package/src/main/js/sap/ushell/renderers/fiori2/search/searchComponent/view/SearchApp.view.js +4 -3
  346. package/src/main/js/sap/ushell/services/AppConfiguration.js +3 -3
  347. package/src/main/js/sap/ushell/services/AppLifeCycle.js +1 -1
  348. package/src/main/js/sap/ushell/services/AppState.js +2 -3
  349. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  350. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +97 -101
  351. package/src/main/js/sap/ushell/services/CommonDataModel.js +4 -5
  352. package/src/main/js/sap/ushell/services/Configuration.js +1 -2
  353. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +2 -2
  354. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  355. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +36 -33
  356. package/src/main/js/sap/ushell/services/DarkModeSupport.js +2 -2
  357. package/src/main/js/sap/ushell/services/EndUserFeedback.js +2 -2
  358. package/src/main/js/sap/ushell/services/LaunchPage.js +11 -8
  359. package/src/main/js/sap/ushell/services/Menu.js +31 -37
  360. package/src/main/js/sap/ushell/services/Message.js +1 -2
  361. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -2
  362. package/src/main/js/sap/ushell/services/NavTargetResolution.js +70 -43
  363. package/src/main/js/sap/ushell/services/Navigation.js +1356 -0
  364. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +7 -5
  365. package/src/main/js/sap/ushell/services/Notifications.js +16 -16
  366. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -2
  367. package/src/main/js/sap/ushell/services/PagePersistence.js +6 -6
  368. package/src/main/js/sap/ushell/services/PageReferencing.js +2 -2
  369. package/src/main/js/sap/ushell/services/Pages.js +24 -25
  370. package/src/main/js/sap/ushell/services/Personalization.js +5 -5
  371. package/src/main/js/sap/ushell/services/PluginManager.js +1 -2
  372. package/src/main/js/sap/ushell/services/ReferenceResolver.js +2 -2
  373. package/src/main/js/sap/ushell/services/Search.js +1 -1
  374. package/src/main/js/sap/ushell/services/SearchCEP.js +2 -1
  375. package/src/main/js/sap/ushell/services/SearchableContent.js +85 -59
  376. package/src/main/js/sap/ushell/services/ShellNavigation.js +59 -17
  377. package/src/main/js/sap/ushell/services/ShellNavigationHashChanger.js +115 -39
  378. package/src/main/js/sap/ushell/services/SmartNavigation.js +4 -4
  379. package/src/main/js/sap/ushell/services/SpaceContent.js +5 -6
  380. package/src/main/js/sap/ushell/services/SupportTicket.js +1 -1
  381. package/src/main/js/sap/ushell/services/UITracer.js +5 -3
  382. package/src/main/js/sap/ushell/services/URLShortening.js +2 -2
  383. package/src/main/js/sap/ushell/services/URLTemplate.js +2 -2
  384. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +7 -7
  385. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -2
  386. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +9 -8
  387. package/src/main/js/sap/ushell/services/UserInfo.js +8 -1
  388. package/src/main/js/sap/ushell/services/UserRecents.js +91 -69
  389. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +10 -6
  390. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -3
  391. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Formatter.js +1 -1
  392. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundIndex.js +1 -1
  393. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundProvider.js +2 -5
  394. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/PrelaunchOperations.js +2 -2
  395. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Search.js +11 -11
  396. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/StagedLogger.js +1 -1
  397. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/SystemContext.js +1 -1
  398. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Utils.js +6 -6
  399. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/VirtualInbounds.js +1 -1
  400. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/XAppStateProcessing.js +6 -26
  401. package/src/main/js/sap/ushell/services/_CommonDataModel/PersonalizationProcessor.js +1 -2
  402. package/src/main/js/sap/ushell/services/_CommonDataModel/SiteConverter.js +1 -1
  403. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  404. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +2 -2
  405. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +9 -14
  406. package/src/main/js/sap/ushell/services/_MessageBroker/MessageBrokerEngine.js +1 -1
  407. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  408. package/src/main/js/sap/ushell/services/_Personalization/ContextContainer.js +34 -21
  409. package/src/main/js/sap/ushell/services/_Personalization/Variant.js +5 -2
  410. package/src/main/js/sap/ushell/services/_Personalization/VariantSet.js +18 -12
  411. package/src/main/js/sap/ushell/services/_Personalization/utils.js +2 -2
  412. package/src/main/js/sap/ushell/services/_PluginManager/Extensions.js +1 -1
  413. package/src/main/js/sap/ushell/services/_PluginManager/HeaderExtensions.js +3 -3
  414. package/src/main/js/sap/ushell/services/_PluginManager/MenuExtensions.js +1 -1
  415. package/src/main/js/sap/ushell/services/_Ui5ComponentLoader/utils.js +1 -1
  416. package/src/main/js/sap/ushell/services/_UserRecents/RecentActivity.js +206 -214
  417. package/src/main/js/sap/ushell/services/_UserRecents/RecentAppsUsage.js +46 -54
  418. package/src/main/js/sap/ushell/services/_UserRecents/RecentsList.js +39 -40
  419. package/src/main/js/sap/ushell/services/_UserRecents/UserRecentsBase.js +29 -36
  420. package/src/main/js/sap/ushell/services/_VisualizationInstantiation/VizInstance.js +1 -1
  421. package/src/main/js/sap/ushell/services/_VisualizationInstantiation/VizInstanceAbap.js +1 -1
  422. package/src/main/js/sap/ushell/services/_VisualizationInstantiation/VizInstanceCdm.js +1 -1
  423. package/src/main/js/sap/ushell/services/_VisualizationInstantiation/VizInstanceLaunchPage.js +10 -8
  424. package/src/main/js/sap/ushell/services/_VisualizationInstantiation/VizInstanceLink.js +2 -2
  425. package/src/main/js/sap/ushell/services/appstate/LimitedBuffer.js +1 -2
  426. package/src/main/js/sap/ushell/services/appstate/Sequentializer.js +1 -1
  427. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  428. package/src/main/js/sap/ushell/themes/base/ContentFinder.less +8 -12
  429. package/src/main/js/sap/ushell/themes/base/SearchCEP.less +11 -4
  430. package/src/main/js/sap/ushell/themes/base/ShellHeader.less +0 -4
  431. package/src/main/js/sap/ushell/themes/base/UserSettings.less +3 -46
  432. package/src/main/js/sap/ushell/themes/base/WorkPage.less +39 -10
  433. package/src/main/js/sap/ushell/themes/base/WorkPageButton.less +7 -7
  434. package/src/main/js/sap/ushell/themes/base/WorkPageCell.less +48 -45
  435. package/src/main/js/sap/ushell/themes/base/WorkPageColumn.less +7 -69
  436. package/src/main/js/sap/ushell/themes/base/WorkPageColumnResizer.less +43 -38
  437. package/src/main/js/sap/ushell/themes/base/WorkPageRow.less +879 -29
  438. package/src/main/js/sap/ushell/themes/base/fonts/horizon/BusinessSuiteInAppSymbols.eot +0 -0
  439. package/src/main/js/sap/ushell/themes/base/fonts/horizon/BusinessSuiteInAppSymbols.ttf +0 -0
  440. package/src/main/js/sap/ushell/themes/base/fonts/horizon/BusinessSuiteInAppSymbols.woff +0 -0
  441. package/src/main/js/sap/ushell/themes/base/fonts/horizon/BusinessSuiteInAppSymbols.woff2 +0 -0
  442. package/src/main/js/sap/ushell/themes/sap_horizon/SearchCEP.less +5 -1
  443. package/src/main/js/sap/ushell/themes/sap_horizon/ToolAreaItem.less +1 -1
  444. package/src/main/js/sap/ushell/themes/sap_horizon/WorkPageCell.less +2 -1
  445. package/src/main/js/sap/ushell/themes/sap_horizon_dark/SearchCEP.less +5 -1
  446. package/src/main/js/sap/ushell/themes/sap_horizon_dark/ToolAreaItem.less +1 -1
  447. package/src/main/js/sap/ushell/themes/sap_horizon_dark/WorkPageCell.less +2 -1
  448. package/src/main/js/sap/ushell/themes/sap_horizon_hcb/SearchCEP.less +5 -1
  449. package/src/main/js/sap/ushell/themes/sap_horizon_hcb/WorkPageCell.less +2 -1
  450. package/src/main/js/sap/ushell/themes/sap_horizon_hcw/SearchCEP.less +5 -1
  451. package/src/main/js/sap/ushell/themes/sap_horizon_hcw/WorkPageCell.less +2 -1
  452. package/src/main/js/sap/ushell/ui/AppContainer.js +0 -1
  453. package/src/main/js/sap/ushell/ui/ContentNodeSelector.js +1 -1
  454. package/src/main/js/sap/ushell/ui/QuickAccess.js +2 -2
  455. package/src/main/js/sap/ushell/ui/ShellHeader.js +0 -33
  456. package/src/main/js/sap/ushell/ui/ShellHeaderRenderer.js +16 -2
  457. package/src/main/js/sap/ushell/ui/appfinder/AppBox.js +0 -1
  458. package/src/main/js/sap/ushell/ui/bookmark/SaveOnPage.view.xml +6 -6
  459. package/src/main/js/sap/ushell/ui/cards/FrequentActivitiesExtension.js +1 -1
  460. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  461. package/src/main/js/sap/ushell/ui/footerbar/AboutButton.js +0 -1
  462. package/src/main/js/sap/ushell/ui/footerbar/AddBookmarkButton.js +35 -20
  463. package/src/main/js/sap/ushell/ui/footerbar/ContactSupportButton.js +5 -5
  464. package/src/main/js/sap/ushell/ui/footerbar/JamDiscussButton.js +13 -12
  465. package/src/main/js/sap/ushell/ui/footerbar/JamShareButton.js +30 -23
  466. package/src/main/js/sap/ushell/ui/footerbar/LogoutButton.js +0 -1
  467. package/src/main/js/sap/ushell/ui/footerbar/SaveAsTile.view.js +1 -12
  468. package/src/main/js/sap/ushell/ui/footerbar/SendAsEmailButton.js +0 -1
  469. package/src/main/js/sap/ushell/ui/launchpad/ActionItem.js +0 -1
  470. package/src/main/js/sap/ushell/ui/launchpad/AnchorItem.js +0 -1
  471. package/src/main/js/sap/ushell/ui/launchpad/AnchorNavigationBar.js +0 -1
  472. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  473. package/src/main/js/sap/ushell/ui/launchpad/FailedTileDialog.js +4 -4
  474. package/src/main/js/sap/ushell/ui/launchpad/GroupHeaderActions.js +0 -1
  475. package/src/main/js/sap/ushell/ui/launchpad/GroupListItem.js +0 -1
  476. package/src/main/js/sap/ushell/ui/launchpad/LinkTileWrapper.js +1 -1
  477. package/src/main/js/sap/ushell/ui/launchpad/LoadingDialog.js +0 -1
  478. package/src/main/js/sap/ushell/ui/launchpad/Page.js +1 -1
  479. package/src/main/js/sap/ushell/ui/launchpad/PlusTile.js +0 -1
  480. package/src/main/js/sap/ushell/ui/launchpad/Section.js +3 -3
  481. package/src/main/js/sap/ushell/ui/launchpad/Tile.js +0 -1
  482. package/src/main/js/sap/ushell/ui/launchpad/TileContainer.js +0 -1
  483. package/src/main/js/sap/ushell/ui/launchpad/TileContainerRenderer.js +3 -3
  484. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +4 -5
  485. package/src/main/js/sap/ushell/ui/shell/RightFloatingContainer.js +1 -1
  486. package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +3 -2
  487. package/src/main/js/sap/ushell/ui/shell/ShellHeadItem.js +7 -8
  488. package/src/main/js/sap/ushell/ui/shell/SysInfoBar.js +5 -4
  489. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -2
  490. package/src/main/js/sap/ushell/ui/tile/DynamicTile.js +0 -1
  491. package/src/main/js/sap/ushell/ui/tile/ImageTile.js +0 -1
  492. package/src/main/js/sap/ushell/ui/tile/StaticTile.js +0 -1
  493. package/src/main/js/sap/ushell/ui/tile/TileBase.js +0 -1
  494. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  495. package/src/main/js/sap/ushell/ui5service/ShellUIService.js +1 -1
  496. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  497. package/src/main/js/sap/ushell/ui5service/_ShellUIService/shelluiservice.class.factory.js +1 -1
  498. package/src/main/js/sap/ushell/utils/DynamicTileRequest.js +353 -323
  499. package/src/main/js/sap/ushell/utils/HttpClient.js +0 -1
  500. package/src/main/js/sap/ushell/utils/RestrictedJSONModel.js +1 -1
  501. package/src/main/js/sap/ushell/utils/UrlParsing.js +18 -14
  502. package/src/main/js/sap/ushell/utils/UrlShortening.js +2 -2
  503. package/src/main/js/sap/ushell/utils/objectOperations.js +1 -1
  504. package/src/main/js/sap/ushell/utils/type.js +1 -1
  505. package/src/main/js/sap/ushell/utils/utilsCdm.js +3 -3
  506. package/src/main/js/sap/ushell/utils.js +167 -37
  507. package/src/test/js/sap/ushell/bootstrap/sandbox.js +2 -2
  508. package/ui5.yaml +2 -1
  509. package/src/main/js/sap/ushell/appRuntime/ui5/services/Menu.js +0 -22
  510. package/src/main/js/sap/ushell/utils/clone.js +0 -167
@@ -1,12 +1,14 @@
1
1
  // Copyright (c) 2009-2023 SAP SE, All Rights Reserved
2
2
  /**
3
- * @fileOverview
3
+ * @fileOverview This module prepares the navigation data.
4
4
  *
5
- * <p>This module prepares the navigation data needed by the page dereferencer.</p>
5
+ * It provides the inbound and systemAlias data for the pages runtime.
6
+ * Only used on the ABAP platform and on local for testing.
6
7
  *
7
- * @version 1.117.2
8
+ * Configured with the ClientSideTargetResolutionAdapter.
9
+ *
10
+ * @version 1.119.0
8
11
  */
9
-
10
12
  sap.ui.define([
11
13
  "sap/ushell/resources"
12
14
  ], function (resources) {
@@ -19,7 +21,7 @@ sap.ui.define([
19
21
  *
20
22
  * @namespace sap.ushell.services.NavigationDataProvider
21
23
  *
22
- * @constructor
24
+ * @class
23
25
  * @see sap.ushell.services.Container#getServiceAsync
24
26
  * @experimental Since 1.68.0
25
27
  *
@@ -226,7 +226,7 @@ sap.ui.define([
226
226
  * Returns the number of notifications<br>
227
227
  * e.g. Notifications for user.
228
228
  *
229
- * @returns {number} Returns the number of notifications of the user
229
+ * @returns {int} Returns the number of notifications of the user
230
230
  * @since 1.44
231
231
  * @public
232
232
  * @alias sap.ushell.services.Notifications#getNotificationsCount
@@ -786,7 +786,7 @@ sap.ui.define([
786
786
  };
787
787
 
788
788
  /**
789
- * @return {boolean} boolean value whether first request was already performed and data was returned.<br>
789
+ * @returns {boolean} boolean value whether first request was already performed and data was returned.<br>
790
790
  * @since 1.38
791
791
  * @public
792
792
  * @alias sap.ushell.services.Notifications#isFirstDataLoaded
@@ -796,7 +796,7 @@ sap.ui.define([
796
796
  };
797
797
 
798
798
  /**
799
- * @return {Promise} Promise object that is resolved with the settings from the sever
799
+ * @returns {Promise} Promise object that is resolved with the settings from the sever
800
800
  * @since 1.41
801
801
  * @private
802
802
  */
@@ -809,7 +809,7 @@ sap.ui.define([
809
809
  };
810
810
 
811
811
  /**
812
- * @returns {Object} oPromise
812
+ * @returns {object} oPromise
813
813
  * @since 1.41
814
814
  * @private
815
815
  */
@@ -819,7 +819,7 @@ sap.ui.define([
819
819
  };
820
820
 
821
821
  /**
822
- * @returns {Object} promise
822
+ * @returns {object} promise
823
823
  * @since 1.41
824
824
  * @private
825
825
  */
@@ -854,7 +854,7 @@ sap.ui.define([
854
854
  };
855
855
 
856
856
  /**
857
- * @returns {Boolean} value indicating whether the Push to Mobile capability is supported by the Notification channel
857
+ * @returns {boolean} value indicating whether the Push to Mobile capability is supported by the Notification channel
858
858
  * @since 1.43
859
859
  * @private
860
860
  */
@@ -902,7 +902,7 @@ sap.ui.define([
902
902
  };
903
903
 
904
904
  /**
905
- * @returns {Boolean} value indicating whether the Push to Mobile capability is supported by the Notification channel
905
+ * @returns {boolean} value indicating whether the Push to Mobile capability is supported by the Notification channel
906
906
  * @since 1.43
907
907
  * @private
908
908
  */
@@ -946,8 +946,8 @@ sap.ui.define([
946
946
  * This function is similar to _readNotificationsData.
947
947
  * In the future the two functions will be sent together in a single batch request, when batch is supported.
948
948
  *
949
- * @param {Boolean} bUpdateCustomers boolean parameter indicating whether to update the registered consumers or not
950
- * @returns {Object} promise
949
+ * @param {boolean} bUpdateCustomers boolean parameter indicating whether to update the registered consumers or not
950
+ * @returns {object} promise
951
951
  * @private
952
952
  */
953
953
  this._readUnseenNotificationsCount = function (bUpdateCustomers) {
@@ -992,7 +992,7 @@ sap.ui.define([
992
992
 
993
993
  /**
994
994
  * Fetching the number of notifications for user<br>
995
- * @returns {Object} promise
995
+ * @returns {object} promise
996
996
  */
997
997
  this.readNotificationsCount = function () {
998
998
  var oDeferred = new jQuery.Deferred(),
@@ -1031,7 +1031,7 @@ sap.ui.define([
1031
1031
  };
1032
1032
 
1033
1033
  /**
1034
- * @return {Promise} Returns promise object that is resolved if Notification settings data is available, and rejected if not
1034
+ * @returns {Promise} Returns promise object that is resolved if Notification settings data is available, and rejected if not
1035
1035
  * @private
1036
1036
  */
1037
1037
  this._getNotificationSettingsAvailability = function () {
@@ -1088,8 +1088,8 @@ sap.ui.define([
1088
1088
  * - Notifications update consumers are updated
1089
1089
  * - Dependent consumers are updated (i.e. call that._updateDependentNotificationsConsumers())
1090
1090
  *
1091
- * @param {Boolean} bUpdateConsumers value indicating whether the consumers should be updated
1092
- * @returns {Object} oDeferred.promise() object, indicating success of both read actions
1091
+ * @param {boolean} bUpdateConsumers value indicating whether the consumers should be updated
1092
+ * @returns {object} oDeferred.promise() object, indicating success of both read actions
1093
1093
  * @private
1094
1094
  */
1095
1095
  this._readNotificationsData = function (bUpdateConsumers) {
@@ -1320,7 +1320,7 @@ sap.ui.define([
1320
1320
  /**
1321
1321
  * Verifying whether the "push notifications to mobile" feature is supported.
1322
1322
  *
1323
- * @return {Object} A Deferred.promise object that is always resolved even if the request failed.<br>
1323
+ * @returns {object} A Deferred.promise object that is always resolved even if the request failed.<br>
1324
1324
  * In case of failure - the response property successStatus gets the value <code>false</code>
1325
1325
  */
1326
1326
  this._readMobileSettingsFromServer = function () {
@@ -1330,7 +1330,7 @@ sap.ui.define([
1330
1330
  /**
1331
1331
  * Verifying whether the "push notifications to mobile" feature is supported.
1332
1332
  *
1333
- * @return {Object} A Deferred.promise object that is always resolved even if the request failed.<br>
1333
+ * @returns {object} A Deferred.promise object that is always resolved even if the request failed.<br>
1334
1334
  * In case of failure - the response property successStatus gets the value <code>false</code>
1335
1335
  */
1336
1336
  this._readEmailSettingsFromServer = function () {
@@ -1384,7 +1384,7 @@ sap.ui.define([
1384
1384
  /**
1385
1385
  * Verifying whether the WebSocket is active (while it is already opened)
1386
1386
  *
1387
- * @return {Object} A Deferred.promise object that is always resolved even if the request fails.<br>
1387
+ * @returns {object} A Deferred.promise object that is always resolved even if the request fails.<br>
1388
1388
  * The actual response is returned as the done function's boolean parameter:<br>
1389
1389
  * In case of active WebSocket - the value <code>true</code> is returned, and <code>false</code> otherwise.
1390
1390
  */
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's page building service.
5
5
  *
6
- * @version 1.117.2
6
+ * @version 1.119.0
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/ui/thirdparty/jquery"
@@ -22,7 +22,6 @@ sap.ui.define([
22
22
  *
23
23
  * @class The Unified Shell's page building service.
24
24
  *
25
- * @constructor
26
25
  * @see sap.ushell.services.Container#getServiceAsync
27
26
  * @since 1.15.0
28
27
  * @private
@@ -1,12 +1,12 @@
1
1
  // Copyright (c) 2009-2023 SAP SE, All Rights Reserved
2
2
  /**
3
- * @fileOverview
3
+ * @fileOverview <p>This module deals with the page persistence.</p>
4
4
  *
5
- * <p>This module deals with the page persistence.</p>
5
+ * It provides the layout and tile data of pages in the pages runtime.
6
+ * Only used on the ABAP platform and on local for testing.
6
7
  *
7
- * @version 1.117.2
8
+ * @version 1.119.0
8
9
  */
9
-
10
10
  sap.ui.define([], function () {
11
11
  "use strict";
12
12
 
@@ -18,11 +18,11 @@ sap.ui.define([], function () {
18
18
  * @namespace sap.ushell.services.PagePersistence
19
19
  *
20
20
  * @param {object} adapter
21
- * the page persistancy adapter for the frontend server
21
+ * the page persistency adapter for the frontend server
22
22
  * @param {object} serviceConfiguration
23
23
  * the page persistency service configuration
24
24
  *
25
- * @constructor
25
+ * @class
26
26
  * @see sap.ushell.services.Container#getServiceAsync
27
27
  * @experimental Since 1.67.0
28
28
  *
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview This module deals with page related referencing and dereferencing.
5
- * @version 1.117.2
5
+ * @version 1.119.0
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/services/_PageReferencing/PageReferencer"
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  * Constructs a new instance of the page referencing service.
16
16
  *
17
17
  * @namespace sap.ushell.services.PageReferencing
18
- * @constructor
18
+ * @class
19
19
  * @see sap.ushell.services.Container#getServiceAsync
20
20
  * @experimental Since 1.68.0
21
21
  *
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview This module exposes a model containing the pages hierarchy to its clients.
5
- * @version 1.117.2
5
+ * @version 1.119.0
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/Log",
@@ -40,7 +40,6 @@ sap.ui.define([
40
40
  *
41
41
  * @namespace sap.ushell.services.PageReferencing
42
42
  *
43
- * @constructor
44
43
  * @class
45
44
  * @see {@link sap.ushell.services.Container#getServiceAsync}
46
45
  * @since 1.72.0
@@ -409,7 +408,7 @@ sap.ui.define([
409
408
  * @param {int} iSourceSectionIndex The index of the section from where the visualization is deleted.
410
409
  * @param {int} iSourceVisualizationIndex The index of the deleted visualization.
411
410
  *
412
- * @returns {Promise<void>} Promise which resolves after the personalization was saved.
411
+ * @returns {Promise<undefined>} Promise which resolves after the personalization was saved.
413
412
  *
414
413
  * @since 1.75.0
415
414
  * @private
@@ -520,7 +519,7 @@ sap.ui.define([
520
519
  * @param {string} sVizId The id of the visualization to add.
521
520
  * @param {string} sDisplayFormatHint The form factor of the visualization to add.
522
521
  *
523
- * @returns {Promise<void>} Promise which resolves after the personalization was saved.
522
+ * @returns {Promise<undefined>} Promise which resolves after the personalization was saved.
524
523
  *
525
524
  * @since 1.75.0
526
525
  *
@@ -615,7 +614,7 @@ sap.ui.define([
615
614
  * @param {string} sPageId The id of the page the visualization should be added to.
616
615
  * @param {string|null} [sSectionId] The id of the section the visualization should be added to. If null is given, the default section is used.
617
616
  * @param {object} oVizData An object containing the vizData from the model.
618
- * @return {Promise<undefined>} A promise resolving when the copy action was completed.
617
+ * @returns {Promise<undefined>} A promise resolving when the copy action was completed.
619
618
  *
620
619
  * @private
621
620
  * @since 1.94.0
@@ -648,7 +647,7 @@ sap.ui.define([
648
647
  * @param {int} iSourceSectionIndex The index of the moved section.
649
648
  * @param {int} iTargetSectionIndex The new index of the moved section.
650
649
  *
651
- * @returns {Promise<void>} Promise which resolves after the personalization was saved.
650
+ * @returns {Promise<undefined>} Promise which resolves after the personalization was saved.
652
651
  *
653
652
  * @since 1.75.0
654
653
  *
@@ -708,7 +707,7 @@ sap.ui.define([
708
707
  * @param {int} iSectionIndex The index of the added section.
709
708
  * @param {object} [oSectionProperties] Properties of the added section.
710
709
  *
711
- * @returns {Promise<void>} Promise which resolves after the personalization was saved.
710
+ * @returns {Promise<undefined>} Promise which resolves after the personalization was saved.
712
711
  *
713
712
  * @since 1.75.0
714
713
  *
@@ -795,7 +794,7 @@ sap.ui.define([
795
794
  * @param {int} iPageIndex The index of the page containing the deleted section.
796
795
  * @param {int} iSectionIndex The index of deleted section.
797
796
  *
798
- * @returns {Promise<void>} Promise which resolves after the personalization was saved.
797
+ * @returns {Promise<undefined>} Promise which resolves after the personalization was saved.
799
798
  *
800
799
  * @since 1.75.0
801
800
  *
@@ -834,9 +833,9 @@ sap.ui.define([
834
833
  *
835
834
  * @param {int} iPageIndex The index of the page containing the section.
836
835
  * @param {int} iSectionIndex The index of the section.
837
- * @param {bool} bVisibility The new visibility value.
836
+ * @param {boolean} bVisibility The new visibility value.
838
837
  *
839
- * @returns {Promise<void>} Promise which resolves after the personalization was saved.
838
+ * @returns {Promise<undefined>} Promise which resolves after the personalization was saved.
840
839
  *
841
840
  * @since 1.75.0
842
841
  *
@@ -881,7 +880,7 @@ sap.ui.define([
881
880
  * @param {int} iSectionIndex The index of the section.
882
881
  * @param {string} sNewTitle The new title value.
883
882
  *
884
- * @returns {Promise<void>} Promise which resolves after the personalization was saved.
883
+ * @returns {Promise<undefined>} Promise which resolves after the personalization was saved.
885
884
  *
886
885
  * @since 1.75.0
887
886
  * @private
@@ -918,7 +917,7 @@ sap.ui.define([
918
917
  * @param {int} iPageIndex The index of the page containing the section.
919
918
  * @param {int} iSectionIndex The index of the section.
920
919
  *
921
- * @returns {Promise<void>} Promise which resolves after the personalization was saved.
920
+ * @returns {Promise<undefined>} Promise which resolves after the personalization was saved.
922
921
  *
923
922
  * @since 1.75.0
924
923
  *
@@ -1010,7 +1009,7 @@ sap.ui.define([
1010
1009
  *
1011
1010
  * @param {int} iPageIndex The index of the page.
1012
1011
  *
1013
- * @returns {Promise<void>} Promise which resolves after the personalization was saved.
1012
+ * @returns {Promise<undefined>} Promise which resolves after the personalization was saved.
1014
1013
  *
1015
1014
  * @since 1.75.0
1016
1015
  *
@@ -1070,7 +1069,7 @@ sap.ui.define([
1070
1069
  *
1071
1070
  * @since 1.76.0
1072
1071
  *
1073
- * @param {bool} bState The new personalization state
1072
+ * @param {boolean} bState The new personalization state
1074
1073
  *
1075
1074
  * @private
1076
1075
  */
@@ -1089,7 +1088,7 @@ sap.ui.define([
1089
1088
  * In case no page id was provided and if {@link #enableImplicitSave} was set to false, all unsaved modified pages are saved.
1090
1089
  * @param {string} [sPageId] the id of the page which should be saved
1091
1090
  *
1092
- * @returns {Promise<void>} Promise which resolves after the personalization was saved.
1091
+ * @returns {Promise<undefined>} Promise which resolves after the personalization was saved.
1093
1092
  * @see #enableImplicitSave()
1094
1093
  *
1095
1094
  * @since 1.74.0
@@ -1135,7 +1134,7 @@ sap.ui.define([
1135
1134
  * Saves the personalization depending on the default of the implicit save
1136
1135
  * @param {string} sPageId the id of the page which should be saved
1137
1136
  *
1138
- * @returns {Promise<void>} Promise which resolves after the personalization was saved.
1137
+ * @returns {Promise<undefined>} Promise which resolves after the personalization was saved.
1139
1138
  *
1140
1139
  * @since 1.85.0
1141
1140
  * @private
@@ -1237,7 +1236,7 @@ sap.ui.define([
1237
1236
  *
1238
1237
  * @param {int} pageIndex The index of the page containing the section.
1239
1238
  * @param {int} sectionIndex The index of the section containing the visualizations.
1240
- * @returns {Promise<void>} Promise which resolves after all visualizations have been checked (and removed).
1239
+ * @returns {Promise<undefined>} Promise which resolves after all visualizations have been checked (and removed).
1241
1240
  *
1242
1241
  * @since 1.90.0
1243
1242
  * @private
@@ -1340,7 +1339,7 @@ sap.ui.define([
1340
1339
  * @param {string} [sectionId] The id of the section to which the bookmark should be added.
1341
1340
  * @param {string} [sContentProviderId] The contentProviderId or undefined outside the cFLP
1342
1341
  *
1343
- * @returns {Promise<void>} Promise which resolves after the personalization was saved.
1342
+ * @returns {Promise<undefined>} Promise which resolves after the personalization was saved.
1344
1343
  *
1345
1344
  * @since 1.75.0
1346
1345
  *
@@ -1480,7 +1479,7 @@ sap.ui.define([
1480
1479
  * Currently the returned Promise does not wait for the visitorFunctions to finish asynchronous tasks!
1481
1480
  *
1482
1481
  * @param {function} fnVisitor The visitor function
1483
- * @returns {Promise<void>} A Promise that resolves once all the pages were visited
1482
+ * @returns {Promise<undefined>} A Promise that resolves once all the pages were visited
1484
1483
  *
1485
1484
  * @since 1.82.0
1486
1485
  * @private
@@ -1503,7 +1502,7 @@ sap.ui.define([
1503
1502
  * Currently the returned Promise does not wait for the visitorFunctions to finish asynchronous tasks!
1504
1503
  *
1505
1504
  * @param {function} fnVisitor The visitor function
1506
- * @returns {Promise<void>} A Promise that resolves once all the pages were visited
1505
+ * @returns {Promise<undefined>} A Promise that resolves once all the pages were visited
1507
1506
  *
1508
1507
  * @since 1.82.0
1509
1508
  * @private
@@ -1522,7 +1521,7 @@ sap.ui.define([
1522
1521
  * Currently the returned Promise does not wait for the visitorFunctions to finish asynchronous tasks!
1523
1522
  *
1524
1523
  * @param {function} fnVisitor The visitor function
1525
- * @returns {Promise<void>} A Promise that resolves once all the pages were visited
1524
+ * @returns {Promise<undefined>} A Promise that resolves once all the pages were visited
1526
1525
  *
1527
1526
  * @since 1.82.0
1528
1527
  * @private
@@ -1586,7 +1585,7 @@ sap.ui.define([
1586
1585
  * The target URL of the bookmark
1587
1586
  * @param {string} [oIdentifier.vizType]
1588
1587
  * The visualization type of the bookmark
1589
- * @returns {Promise<number>} A Promise that resolves to the number of bookmarks
1588
+ * @returns {Promise<int>} A Promise that resolves to the number of bookmarks
1590
1589
  *
1591
1590
  * @since 1.82.0
1592
1591
  * @private
@@ -1610,7 +1609,7 @@ sap.ui.define([
1610
1609
  * @param {string} [pageId] The id of the page from which the bookmark should be removed.
1611
1610
  * @param {string} [sectionId] The id of the sectionId in the specified page from which the bookmark should be removed.
1612
1611
  *
1613
- * @returns {Promise<number>} A Promise that resolves to the number of deleted bookmarks
1612
+ * @returns {Promise<int>} A Promise that resolves to the number of deleted bookmarks
1614
1613
  *
1615
1614
  * @since 1.82.0
1616
1615
  * @private
@@ -1663,7 +1662,7 @@ sap.ui.define([
1663
1662
  * The visualization type of the bookmark
1664
1663
  * @param {object} oParameters The object of parameters to be changed
1665
1664
  *
1666
- * @returns {Promise<number>} A Promise that resolves to the number of updated bookmarks
1665
+ * @returns {Promise<int>} A Promise that resolves to the number of updated bookmarks
1667
1666
  *
1668
1667
  * @since 1.83.0
1669
1668
  * @private
@@ -1854,7 +1853,7 @@ sap.ui.define([
1854
1853
  * @param {string} sVizRefId The the vizReference ID
1855
1854
  * @param {object} oUpdatedVisualization The updated visualization properties
1856
1855
  *
1857
- * @returns {Promise<void>} The promise resolves when the personalization was saved successfully
1856
+ * @returns {Promise<undefined>} The promise resolves when the personalization was saved successfully
1858
1857
  *
1859
1858
  * @since 1.83
1860
1859
  * @private
@@ -4,7 +4,7 @@
4
4
  * @fileOverview The Unified Shell's personalization service, which provides generic read and write access to the currently logged on user's
5
5
  * personalization settings for the app currently executed in the shell.
6
6
  *
7
- * @version 1.117.2
7
+ * @version 1.119.0
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/base/Log",
@@ -107,7 +107,7 @@ sap.ui.define([
107
107
  * personalization on app variants is handled and stored using a separate adapter.
108
108
  *
109
109
  * @param {object} oAppVariantStorageConfig The service configuration for app variant storage.
110
- * @return {object} An object like:
110
+ * @returns {object} An object like:
111
111
  * <pre>
112
112
  * {
113
113
  * lazy: true,
@@ -220,7 +220,7 @@ sap.ui.define([
220
220
  /**
221
221
  * Attempts to retrieve the component of the currently running application.
222
222
  *
223
- * @return {object} sap.ui.core.UIComponent
223
+ * @returns {object} sap.ui.core.UIComponent
224
224
  * @private
225
225
  */
226
226
  Personalization.prototype._getApplicationComponent = function () {
@@ -544,7 +544,7 @@ sap.ui.define([
544
544
  * This interface is deprecated since 1.22, please use getContainer / delContainer.
545
545
  *
546
546
  * Note: the underlying storage model for Objects stored with getContainer / getPersonalizationContainer is identical.<br/>
547
- * Thus you can safely migrate your client implementation from the deprecated getContainer to getPersonalizationContainer without loss of data.
547
+ * Thus you can safely migrate your client implementation from the deprecated <code>getPersonalizationContainer</code> to <code>getContainer</code> without loss of data.
548
548
  * One may even run mixed set of applications on the same container keys.
549
549
  * The sole differences are w.r.t. client side handling of the Context data within one session.
550
550
  *
@@ -674,7 +674,7 @@ sap.ui.define([
674
674
  *
675
675
  * isResetEntirePersonalizationSupported needs to be called upfront in order to check if the current platform supports this method at all. Otherwise the method call will be rejected.
676
676
  *
677
- * @returns {Promise<void>} promise for the deletion operation
677
+ * @returns {Promise<undefined>} promise for the deletion operation
678
678
  *
679
679
  * @see #isResetEntirePersonalizationSupported
680
680
  * @since 1.86.0
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The Unified Shell's PluginManager service, which allows you to handle the loading of Fiori Launchpad plugins.
5
- * @version 1.117.2
5
+ * @version 1.119.0
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/Log",
@@ -38,7 +38,6 @@ sap.ui.define([
38
38
  * Constructs a new instance of the PluginManager service.
39
39
  *
40
40
  * @class
41
- * @constructor
42
41
  * @see sap.ushell.services.Container#getServiceAsync
43
42
  * @since 1.38
44
43
  * @private
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview resolves references
5
- * @version 1.117.2
5
+ * @version 1.119.0
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/Log",
@@ -86,7 +86,7 @@ sap.ui.define([
86
86
  sValue = (sap.ushell.Container.getUser().getAccessibilityMode()) ? "X" : undefined;
87
87
  }
88
88
  if (sReference === "User.env.sap-statistics") {
89
- sValue = (Configuration.getStatistics()) ? "true" : undefined;
89
+ sValue = (Configuration.getStatisticsEnabled()) ? "true" : undefined;
90
90
  }
91
91
  if (sReference === "User.env.sap-theme") {
92
92
  sValue = sap.ushell.Container.getUser().getTheme(User.prototype.constants.themeFormat.THEME_NAME_PLUS_URL);
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The Unified Shell's search service which provides Enterprise Search via SINA.
5
- * @version 1.117.2
5
+ * @version 1.119.0
6
6
  */
7
7
  sap.ui.define([], function () {
8
8
  "use strict";
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's Search for myHome.
5
5
  *
6
- * @version 1.117.2
6
+ * @version 1.119.0
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/base/Log",
@@ -227,6 +227,7 @@ sap.ui.define([
227
227
  defaultItemCount: 3,
228
228
  maxItemCount: 10,
229
229
  priority: 10,
230
+ closePopover: true,
230
231
  itemPress: fnNoOpFunction,
231
232
  popoverClosed: fnNoOpFunction
232
233
  };