@sapui5/sap.ushell 1.138.1 → 1.139.1

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 (790) 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/UrlPostProcessing.js +14 -10
  4. package/src/main/js/sap/ushell/ApplicationType/urlTemplateResolution.js +0 -9
  5. package/src/main/js/sap/ushell/ApplicationType/wcfResolution.js +32 -26
  6. package/src/main/js/sap/ushell/Container.js +0 -1
  7. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  8. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  9. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  10. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  11. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  12. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
  13. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
  14. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
  15. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
  16. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
  17. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  18. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +12 -12
  19. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  20. package/src/main/js/sap/ushell/User.js +32 -12
  21. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  64. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  65. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  66. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  67. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  68. package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +6 -5
  69. package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +14 -1
  70. package/src/main/js/sap/ushell/appIntegration/ApplicationHandle.js +8 -3
  71. package/src/main/js/sap/ushell/appIntegration/IframeApplicationContainer.js +8 -8
  72. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/AppruntimeHandler.js +17 -12
  73. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/ExtensionItems.js +6 -23
  74. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/LifecycleHandler.js +114 -91
  75. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/NWBCHandler.js +15 -7
  76. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/ServiceHandler.js +257 -214
  77. package/src/main/js/sap/ushell/appIntegration/PostMessageManager.js +347 -117
  78. package/src/main/js/sap/ushell/appIntegration/UI5ApplicationContainer.js +1 -0
  79. package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +15 -19
  80. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV1Handler.js +15 -14
  81. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +38 -40
  82. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
  83. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
  84. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
  85. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -8
  86. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
  87. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
  88. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
  89. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
  90. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +74 -17
  91. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
  92. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +25 -1
  93. package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
  94. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  95. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
  96. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
  97. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
  98. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
  99. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +17 -21
  100. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
  101. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
  102. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
  103. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +4 -4
  104. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
  105. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  106. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/StepConfiguration.json +0 -2
  107. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  108. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
  109. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  110. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +4 -0
  111. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  112. package/src/main/js/sap/ushell/components/CatalogsManager.js +157 -157
  113. package/src/main/js/sap/ushell/components/ComponentKeysHandler.js +180 -187
  114. package/src/main/js/sap/ushell/components/DestroyHelper.js +4 -4
  115. package/src/main/js/sap/ushell/components/GroupsHelper.js +21 -21
  116. package/src/main/js/sap/ushell/components/HomepageManager.js +465 -424
  117. package/src/main/js/sap/ushell/components/MessagingHelper.js +24 -24
  118. package/src/main/js/sap/ushell/components/SharedComponentUtils.js +16 -16
  119. package/src/main/js/sap/ushell/components/_HomepageManager/DashboardLoadingManager.js +43 -43
  120. package/src/main/js/sap/ushell/components/_HomepageManager/PagingManager.js +43 -39
  121. package/src/main/js/sap/ushell/components/_HomepageManager/PersistentPageOperationAdapter.js +166 -175
  122. package/src/main/js/sap/ushell/components/_HomepageManager/TransientPageOperationAdapter.js +57 -57
  123. package/src/main/js/sap/ushell/components/appfinder/AppFinder.controller.js +96 -99
  124. package/src/main/js/sap/ushell/components/appfinder/AppFinderView.js +27 -21
  125. package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +180 -178
  126. package/src/main/js/sap/ushell/components/appfinder/CatalogView.js +56 -56
  127. package/src/main/js/sap/ushell/components/appfinder/Component.js +12 -16
  128. package/src/main/js/sap/ushell/components/appfinder/EasyAccess.controller.js +129 -133
  129. package/src/main/js/sap/ushell/components/appfinder/EasyAccessView.js +10 -10
  130. package/src/main/js/sap/ushell/components/appfinder/GroupListPopover.controller.js +22 -22
  131. package/src/main/js/sap/ushell/components/appfinder/GroupListPopoverView.js +14 -14
  132. package/src/main/js/sap/ushell/components/appfinder/HierarchyApps.controller.js +75 -78
  133. package/src/main/js/sap/ushell/components/appfinder/HierarchyAppsView.js +24 -27
  134. package/src/main/js/sap/ushell/components/appfinder/HierarchyFolders.controller.js +44 -46
  135. package/src/main/js/sap/ushell/components/appfinder/HierarchyFoldersView.js +22 -22
  136. package/src/main/js/sap/ushell/components/appfinder/VisualizationOrganizerHelper.js +28 -28
  137. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  138. package/src/main/js/sap/ushell/components/cards/Card.controller.js +16 -20
  139. package/src/main/js/sap/ushell/components/cards/Configuration.controller.js +35 -37
  140. package/src/main/js/sap/ushell/components/cards/ManifestPropertyHelper.js +32 -34
  141. package/src/main/js/sap/ushell/components/cepsearchresult/app/Main.controller.js +7 -12
  142. package/src/main/js/sap/ushell/components/cepsearchresult/app/Main.view.xml +2 -9
  143. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/Extension.js +0 -1
  144. package/src/main/js/sap/ushell/components/cepsearchresult/app/css/style.css +58 -0
  145. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/AdvancedFormatters.js +0 -1
  146. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/Edition.js +0 -1
  147. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/EditionAdvanced.js +0 -1
  148. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/appendStyleVars.js +0 -1
  149. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Category.js +13 -13
  150. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Highlighter.js +2 -5
  151. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Paginator.js +0 -2
  152. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/Event.js +4 -3
  153. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +8 -9
  154. package/src/main/js/sap/ushell/components/contentFinder/Component.js +2 -2
  155. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -3
  156. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  157. package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +2 -2
  158. package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
  159. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  160. package/src/main/js/sap/ushell/components/contentFinder/model/GraphQLListBinding.js +3 -5
  161. package/src/main/js/sap/ushell/components/contentFinder/model/GraphQLModel.js +2 -2
  162. package/src/main/js/sap/ushell/components/contentFinder/model/formatter.js +13 -6
  163. package/src/main/js/sap/ushell/components/contentFinder/resources/resources.properties +3 -3
  164. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saprigi.properties +1 -1
  165. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearch.view.xml +2 -14
  166. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchCategoryTreeTable.fragment.xml +14 -7
  167. package/src/main/js/sap/ushell/components/contentFinder/view/VisualizationsNoDataIllustratedMessage.fragment.xml +1 -1
  168. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +2 -2
  169. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +2 -4
  170. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  171. package/src/main/js/sap/ushell/components/factsheet/Component.js +13 -8
  172. package/src/main/js/sap/ushell/components/factsheet/annotation/Mapping.js +166 -118
  173. package/src/main/js/sap/ushell/components/factsheet/controls/PictureTile.js +20 -16
  174. package/src/main/js/sap/ushell/components/factsheet/controls/PictureTileRenderer.js +3 -3
  175. package/src/main/js/sap/ushell/components/factsheet/controls/PictureViewer.js +84 -77
  176. package/src/main/js/sap/ushell/components/factsheet/controls/PictureViewerItem.js +4 -4
  177. package/src/main/js/sap/ushell/components/factsheet/controls/PictureViewerRenderer.js +2 -2
  178. package/src/main/js/sap/ushell/components/factsheet/factory/ThingInspector.js +1356 -1139
  179. package/src/main/js/sap/ushell/components/factsheet/tools/ODataUrlTemplating.js +9 -5
  180. package/src/main/js/sap/ushell/components/factsheet/views/ThingViewer.controller.js +1 -1
  181. package/src/main/js/sap/ushell/components/factsheet/views/ThingViewer.view.js +9 -6
  182. package/src/main/js/sap/ushell/components/homeApp/error/Component.js +1 -1
  183. package/src/main/js/sap/ushell/components/homeApp/error/HomeAppError.controller.js +4 -4
  184. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +51 -48
  185. package/src/main/js/sap/ushell/components/homepage/Component.js +11 -11
  186. package/src/main/js/sap/ushell/components/homepage/DashboardContent.controller.js +185 -192
  187. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +60 -50
  188. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +199 -202
  189. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +152 -160
  190. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  191. package/src/main/js/sap/ushell/components/pages/ActionMode.js +72 -74
  192. package/src/main/js/sap/ushell/components/pages/Component.js +7 -32
  193. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +46 -46
  194. package/src/main/js/sap/ushell/components/pages/StateManager.js +9 -10
  195. package/src/main/js/sap/ushell/components/pages/controller/MyHome.controller.js +4 -4
  196. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +243 -215
  197. package/src/main/js/sap/ushell/components/pages/controller/PagesAndSpaceId.js +23 -24
  198. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  199. package/src/main/js/sap/ushell/components/runtimeSwitcher/Component.js +1 -1
  200. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +60 -70
  201. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  202. package/src/main/js/sap/ushell/components/shell/FloatingContainer/Component.js +0 -5
  203. package/src/main/js/sap/ushell/components/shell/FloatingContainer/controls/FloatingContainer.js +3 -3
  204. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  205. package/src/main/js/sap/ushell/components/shell/MenuBar/Component.js +18 -50
  206. package/src/main/js/sap/ushell/components/shell/MenuBar/controller/MenuBar.controller.js +73 -83
  207. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  208. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/Component.js +1 -1
  209. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +49 -50
  210. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +5 -5
  211. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  212. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +35 -33
  213. package/src/main/js/sap/ushell/components/shell/Notifications/Notifications.controller.js +8 -9
  214. package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsList.controller.js +5 -11
  215. package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +63 -42
  216. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +20 -22
  217. package/src/main/js/sap/ushell/components/shell/Search/Component.js +20 -12
  218. package/src/main/js/sap/ushell/components/shell/Search/ESearch.js +18 -21
  219. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  220. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +21 -14
  221. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchCEP.controller.js +204 -250
  222. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +25 -24
  223. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +9 -9
  224. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +4 -4
  225. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +63 -65
  226. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/Component.js +420 -0
  227. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/FrequentActivityProvider.js +84 -0
  228. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/RecentSearchProvider.js +63 -0
  229. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchProvider.js +141 -0
  230. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchServiceProvider.js +177 -0
  231. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/manifest.json +43 -0
  232. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources.properties +17 -0
  233. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +50 -35
  234. package/src/main/js/sap/ushell/components/shell/Settings/ErrorMessageHelper.js +10 -10
  235. package/src/main/js/sap/ushell/components/shell/Settings/UserSettings.controller.js +150 -150
  236. package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +66 -63
  237. package/src/main/js/sap/ushell/components/shell/Settings/appearance/AppearanceEntry.js +12 -15
  238. package/src/main/js/sap/ushell/components/shell/Settings/homepage/HomepageEntry.js +34 -37
  239. package/src/main/js/sap/ushell/components/shell/Settings/notifications/NotificationsEntry.js +6 -7
  240. package/src/main/js/sap/ushell/components/shell/Settings/notifications/NotificationsSetting.controller.js +46 -48
  241. package/src/main/js/sap/ushell/components/shell/Settings/search/Search.controller.js +4 -4
  242. package/src/main/js/sap/ushell/components/shell/Settings/search/SearchEntry.js +13 -13
  243. package/src/main/js/sap/ushell/components/shell/Settings/spaces/SpacesEntry.js +11 -13
  244. package/src/main/js/sap/ushell/components/shell/Settings/spaces/SpacesSetting.controller.js +41 -42
  245. package/src/main/js/sap/ushell/components/shell/Settings/userAccount/UserAccountEntry.js +11 -15
  246. package/src/main/js/sap/ushell/components/shell/Settings/userAccount/UserAccountSelector.controller.js +35 -37
  247. package/src/main/js/sap/ushell/components/shell/Settings/userActivities/UserActivitiesEntry.js +6 -7
  248. package/src/main/js/sap/ushell/components/shell/Settings/userActivities/UserActivitiesSetting.controller.js +7 -8
  249. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/Component.js +2 -2
  250. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/UserDefaultsEntry.js +16 -16
  251. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/UserDefaultsForm.js +17 -17
  252. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/controller/ExtendedValueDialog.controller.js +21 -24
  253. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/controller/UserDefaultsSetting.controller.js +136 -137
  254. package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.controller.js +73 -78
  255. package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/UserLanguageRegionEntry.js +8 -8
  256. package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +69 -24
  257. package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +42 -22
  258. package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
  259. package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +24 -10
  260. package/src/main/js/sap/ushell/components/shell/SideNavigation/Component.js +7 -11
  261. package/src/main/js/sap/ushell/components/shell/SideNavigation/controller/SideNavigation.controller.js +3 -3
  262. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
  263. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/AllSpaces.js +3 -4
  264. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/AppFinder.js +2 -2
  265. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +14 -4
  266. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericFixedNavigationListProvider.js +2 -2
  267. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericNavigationListProvider.js +2 -2
  268. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/MyHome.js +2 -2
  269. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/NavigationHelper.js +4 -4
  270. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/RecentActivity.js +4 -4
  271. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Spaces.js +5 -6
  272. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/SpacesNavigationListProvider.js +2 -3
  273. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +3 -4
  274. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.controller.js +47 -48
  275. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +27 -30
  276. package/src/main/js/sap/ushell/components/tiles/action/ActionTile.controller.js +55 -55
  277. package/src/main/js/sap/ushell/components/tiles/action/Configuration.controller.js +39 -41
  278. package/src/main/js/sap/ushell/components/tiles/applauncher/Component.js +3 -3
  279. package/src/main/js/sap/ushell/components/tiles/applauncher/Configuration.controller.js +26 -27
  280. package/src/main/js/sap/ushell/components/tiles/applauncher/StaticTile.controller.js +66 -66
  281. package/src/main/js/sap/ushell/components/tiles/applauncher/StaticTile.view.js +5 -5
  282. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/Component.js +2 -2
  283. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/Configuration.controller.js +27 -27
  284. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/DynamicTile.controller.js +107 -107
  285. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/DynamicTile.view.js +7 -7
  286. package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/Component.js +7 -7
  287. package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/StaticTile.controller.js +31 -31
  288. package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/StaticTile.view.js +2 -2
  289. package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/Component.js +15 -15
  290. package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/DynamicTile.controller.js +85 -86
  291. package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/DynamicTile.view.js +4 -4
  292. package/src/main/js/sap/ushell/components/tiles/generic.js +133 -131
  293. package/src/main/js/sap/ushell/components/tiles/indicatorArea/AreaChartTile.controller.js +71 -71
  294. package/src/main/js/sap/ushell/components/tiles/indicatorArea/AreaChartTile.view.js +17 -17
  295. package/src/main/js/sap/ushell/components/tiles/indicatorDual/DualTile.controller.js +49 -49
  296. package/src/main/js/sap/ushell/components/tiles/indicatorDual/DualTile.view.js +9 -9
  297. package/src/main/js/sap/ushell/components/tiles/indicatorDualComparison/DualComparison.controller.js +80 -80
  298. package/src/main/js/sap/ushell/components/tiles/indicatorDualComparison/DualComparison.view.js +3 -3
  299. package/src/main/js/sap/ushell/components/tiles/indicatorDualContribution/DualContribution.controller.js +74 -75
  300. package/src/main/js/sap/ushell/components/tiles/indicatorDualContribution/DualContribution.view.js +3 -3
  301. package/src/main/js/sap/ushell/components/tiles/indicatorDualDeviation/DualDeviation.controller.js +55 -55
  302. package/src/main/js/sap/ushell/components/tiles/indicatorDualDeviation/DualDeviation.view.js +12 -12
  303. package/src/main/js/sap/ushell/components/tiles/indicatorDualTrend/DualTrend.controller.js +83 -84
  304. package/src/main/js/sap/ushell/components/tiles/indicatorDualTrend/DualTrend.view.js +15 -15
  305. package/src/main/js/sap/ushell/components/tiles/indicatorHarveyBall/HarveyBallTile.controller.js +71 -71
  306. package/src/main/js/sap/ushell/components/tiles/indicatorHarveyBall/HarveyBallTile.view.js +7 -7
  307. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/cache.js +4 -4
  308. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/indicatorTileHelper.js +4 -4
  309. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/oData4Analytics.js +230 -232
  310. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/smartBusinessUtil.js +271 -272
  311. package/src/main/js/sap/ushell/components/tiles/indicatorcomparison/ComparisonTile.controller.js +55 -55
  312. package/src/main/js/sap/ushell/components/tiles/indicatorcomparison/ComparisonTile.view.js +4 -4
  313. package/src/main/js/sap/ushell/components/tiles/indicatorcontribution/ContributionTile.controller.js +53 -53
  314. package/src/main/js/sap/ushell/components/tiles/indicatorcontribution/ContributionTile.view.js +5 -5
  315. package/src/main/js/sap/ushell/components/tiles/indicatordeviation/DeviationTile.controller.js +20 -20
  316. package/src/main/js/sap/ushell/components/tiles/indicatordeviation/DeviationTile.view.js +11 -11
  317. package/src/main/js/sap/ushell/components/tiles/indicatornumeric/NumericTile.controller.js +14 -15
  318. package/src/main/js/sap/ushell/components/tiles/indicatornumeric/NumericTile.view.js +10 -10
  319. package/src/main/js/sap/ushell/components/tiles/sbtilecontent.js +6 -6
  320. package/src/main/js/sap/ushell/components/tiles/utils.js +699 -664
  321. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +217 -217
  322. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +4 -8
  323. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +40 -42
  324. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +257 -262
  325. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.layout.js +19 -20
  326. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +6 -6
  327. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +37 -38
  328. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +97 -100
  329. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +81 -82
  330. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnRenderer.js +9 -9
  331. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +38 -39
  332. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRenderer.js +5 -5
  333. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +8 -9
  334. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRowRenderer.js +9 -9
  335. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  336. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +4 -4
  337. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +15 -15
  338. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  339. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  340. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Avatar.js +111 -107
  341. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Button.js +215 -137
  342. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Label.js +68 -70
  343. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItem.js +81 -80
  344. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemBase.js +40 -39
  345. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemGroup.js +152 -0
  346. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Menu.js +178 -120
  347. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +186 -146
  348. package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +517 -360
  349. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationList.js +128 -79
  350. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +76 -75
  351. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItem.js +119 -99
  352. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItemBase.js +48 -46
  353. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/Search.js +162 -0
  354. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItem.js +74 -0
  355. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItemGroup.js +35 -0
  356. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchMessageArea.js +52 -0
  357. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchScope.js +54 -0
  358. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBar.js +373 -209
  359. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarBranding.js +77 -0
  360. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarItem.js +81 -64
  361. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSearch.js +156 -0
  362. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSpacer.js +42 -41
  363. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +190 -137
  364. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuAccount.js +76 -75
  365. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuItem.js +35 -34
  366. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +1706 -1307
  367. package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +3011 -2372
  368. package/src/main/js/sap/ushell/library.js +1 -1
  369. package/src/main/js/sap/ushell/navigation/NavigationState.js +126 -0
  370. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  371. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  372. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  373. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  374. package/src/main/js/sap/ushell/renderer/AccessKeysHandler.js +25 -17
  375. package/src/main/js/sap/ushell/renderer/NavContainer.js +6 -0
  376. package/src/main/js/sap/ushell/renderer/Renderer.js +19 -7
  377. package/src/main/js/sap/ushell/renderer/Shell.controller.js +10 -21
  378. package/src/main/js/sap/ushell/renderer/Shell.view.js +4 -1
  379. package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +2 -0
  380. package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +2 -0
  381. package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +2 -0
  382. package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +2 -0
  383. package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +2 -0
  384. package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +2 -0
  385. package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +2 -0
  386. package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +2 -0
  387. package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +2 -0
  388. package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +2 -0
  389. package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +2 -0
  390. package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +2 -0
  391. package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +2 -0
  392. package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +2 -0
  393. package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +2 -0
  394. package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +2 -0
  395. package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +2 -0
  396. package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +2 -0
  397. package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +2 -0
  398. package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +2 -0
  399. package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +3 -1
  400. package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +2 -0
  401. package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +2 -0
  402. package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +2 -0
  403. package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +2 -0
  404. package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +2 -0
  405. package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +2 -0
  406. package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +2 -0
  407. package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +2 -0
  408. package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +2 -0
  409. package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +2 -0
  410. package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +2 -0
  411. package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +2 -0
  412. package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +2 -0
  413. package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +2 -0
  414. package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +2 -0
  415. package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +2 -0
  416. package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +2 -0
  417. package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +2 -0
  418. package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +2 -0
  419. package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +3 -1
  420. package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +2 -0
  421. package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +2 -0
  422. package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +2 -0
  423. package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +2 -0
  424. package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +2 -0
  425. package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +3 -1
  426. package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +2 -0
  427. package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +2 -0
  428. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  429. package/src/main/js/sap/ushell/services/AllMyApps.js +5 -5
  430. package/src/main/js/sap/ushell/services/AppConfiguration.js +3 -5
  431. package/src/main/js/sap/ushell/services/AppLifeCycle.js +27 -4
  432. package/src/main/js/sap/ushell/services/AppState.js +86 -102
  433. package/src/main/js/sap/ushell/services/AppType.js +2 -2
  434. package/src/main/js/sap/ushell/services/Bookmark.js +156 -164
  435. package/src/main/js/sap/ushell/services/BookmarkV2.js +10 -13
  436. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  437. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  438. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  439. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  440. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  441. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  442. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  443. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  444. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  445. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  446. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +27 -31
  447. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  448. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  449. package/src/main/js/sap/ushell/services/CommonDataModel.js +295 -353
  450. package/src/main/js/sap/ushell/services/Configuration.js +14 -12
  451. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +34 -35
  452. package/src/main/js/sap/ushell/services/Container.js +2 -2
  453. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +29 -62
  454. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +227 -266
  455. package/src/main/js/sap/ushell/services/DarkModeSupport.js +17 -16
  456. package/src/main/js/sap/ushell/services/EndUserFeedback.js +5 -4
  457. package/src/main/js/sap/ushell/services/Extension/Item.js +7 -12
  458. package/src/main/js/sap/ushell/services/Extension.js +54 -19
  459. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +209 -213
  460. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +3 -3
  461. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +3 -3
  462. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +6 -6
  463. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  464. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  465. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +4 -4
  466. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +3 -3
  467. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -2
  468. package/src/main/js/sap/ushell/services/Menu.js +264 -289
  469. package/src/main/js/sap/ushell/services/Message.js +3 -3
  470. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +6 -29
  471. package/src/main/js/sap/ushell/services/MessageBroker.js +14 -10
  472. package/src/main/js/sap/ushell/services/MessageInternal.js +37 -38
  473. package/src/main/js/sap/ushell/services/NavTargetResolution.js +2 -5
  474. package/src/main/js/sap/ushell/services/NavTargetResolutionInternal.js +153 -157
  475. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +4 -6
  476. package/src/main/js/sap/ushell/services/Navigation/utils.js +62 -64
  477. package/src/main/js/sap/ushell/services/Navigation.js +10 -14
  478. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +2 -2
  479. package/src/main/js/sap/ushell/services/Notifications.js +29 -15
  480. package/src/main/js/sap/ushell/services/NotificationsV2.js +86 -98
  481. package/src/main/js/sap/ushell/services/PageBuilding.js +9 -6
  482. package/src/main/js/sap/ushell/services/PagePersistence.js +3 -3
  483. package/src/main/js/sap/ushell/services/PageReferencing.js +4 -2
  484. package/src/main/js/sap/ushell/services/Pages.js +635 -683
  485. package/src/main/js/sap/ushell/services/Personalization.js +103 -134
  486. package/src/main/js/sap/ushell/services/PersonalizationV2/ContextContainer.js +29 -32
  487. package/src/main/js/sap/ushell/services/PersonalizationV2/Personalizer.js +21 -6
  488. package/src/main/js/sap/ushell/services/PersonalizationV2/TransientPersonalizer.js +1 -2
  489. package/src/main/js/sap/ushell/services/PersonalizationV2/Variant.js +5 -1
  490. package/src/main/js/sap/ushell/services/PersonalizationV2/VariantSet.js +5 -8
  491. package/src/main/js/sap/ushell/services/PersonalizationV2/VariantSetAdapter.js +2 -2
  492. package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapter.js +10 -11
  493. package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapterContainer.js +27 -27
  494. package/src/main/js/sap/ushell/services/PersonalizationV2/constants.js +1 -2
  495. package/src/main/js/sap/ushell/services/PersonalizationV2/constants.private.js +1 -1
  496. package/src/main/js/sap/ushell/services/PersonalizationV2/utils.js +5 -5
  497. package/src/main/js/sap/ushell/services/PersonalizationV2.js +92 -105
  498. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +9 -9
  499. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +2 -2
  500. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +4 -4
  501. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +5 -8
  502. package/src/main/js/sap/ushell/services/PluginManager.js +12 -8
  503. package/src/main/js/sap/ushell/services/ReferenceResolver.js +21 -28
  504. package/src/main/js/sap/ushell/services/Search.js +25 -21
  505. package/src/main/js/sap/ushell/services/SearchCEP.js +38 -32
  506. package/src/main/js/sap/ushell/services/SearchableContent.js +203 -223
  507. package/src/main/js/sap/ushell/services/ShellNavigation.js +5 -3
  508. package/src/main/js/sap/ushell/services/ShellNavigationHashChanger.js +160 -164
  509. package/src/main/js/sap/ushell/services/ShellNavigationInternal.js +23 -19
  510. package/src/main/js/sap/ushell/services/SmartNavigation.js +86 -82
  511. package/src/main/js/sap/ushell/services/SpaceContent.js +73 -106
  512. package/src/main/js/sap/ushell/services/SupportTicket.js +1 -1
  513. package/src/main/js/sap/ushell/services/UITracer.js +48 -62
  514. package/src/main/js/sap/ushell/services/URLShortening.js +2 -2
  515. package/src/main/js/sap/ushell/services/URLTemplate.js +7 -8
  516. package/src/main/js/sap/ushell/services/Ui5ComponentHandle.js +5 -5
  517. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  518. package/src/main/js/sap/ushell/services/UsageAnalytics.js +2 -3
  519. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +10 -10
  520. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +12 -13
  521. package/src/main/js/sap/ushell/services/UserInfo.js +27 -15
  522. package/src/main/js/sap/ushell/services/UserRecents/RecentActivity.js +6 -7
  523. package/src/main/js/sap/ushell/services/UserRecents/RecentAppsUsage.js +5 -5
  524. package/src/main/js/sap/ushell/services/UserRecents/RecentsList.js +2 -2
  525. package/src/main/js/sap/ushell/services/UserRecents/UserRecentsBase.js +2 -2
  526. package/src/main/js/sap/ushell/services/UserRecents.js +3 -3
  527. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +63 -66
  528. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +11 -11
  529. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  530. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  531. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  532. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  533. package/src/main/js/sap/ushell/services/personalization/VariantSetAdapter.js +10 -10
  534. package/src/main/js/sap/ushell/state/BaseState.js +2 -3
  535. package/src/main/js/sap/ushell/state/BindingHelper.js +2 -4
  536. package/src/main/js/sap/ushell/state/ControlManager.js +2 -3
  537. package/src/main/js/sap/ushell/state/CurrentState.js +2 -2
  538. package/src/main/js/sap/ushell/state/KeepAlive.js +2 -2
  539. package/src/main/js/sap/ushell/state/ShellModel.js +2 -3
  540. package/src/main/js/sap/ushell/state/StateManager/LaunchpadState.js +2 -2
  541. package/src/main/js/sap/ushell/state/StateManager/Operation.js +2 -2
  542. package/src/main/js/sap/ushell/state/StateManager/ShellMode.js +2 -2
  543. package/src/main/js/sap/ushell/state/StateManager.js +3 -3
  544. package/src/main/js/sap/ushell/state/StateRules.js +2 -3
  545. package/src/main/js/sap/ushell/state/StrategyFactory/DefaultStrategy.js +2 -3
  546. package/src/main/js/sap/ushell/state/StrategyFactory/FloatingActionsStrategy.js +2 -3
  547. package/src/main/js/sap/ushell/state/StrategyFactory/FloatingContainerStrategy.js +2 -3
  548. package/src/main/js/sap/ushell/state/StrategyFactory/HeadEndItemsStrategy.js +10 -4
  549. package/src/main/js/sap/ushell/state/StrategyFactory/HeadItemsStrategy.js +3 -4
  550. package/src/main/js/sap/ushell/state/StrategyFactory/SidePaneStrategy.js +2 -3
  551. package/src/main/js/sap/ushell/state/StrategyFactory/SubHeaderStrategy.js +2 -3
  552. package/src/main/js/sap/ushell/state/StrategyFactory/UserActionsStrategy.js +3 -4
  553. package/src/main/js/sap/ushell/state/StrategyFactory.js +2 -3
  554. package/src/main/js/sap/ushell/state/modules/BackNavigation.js +2 -5
  555. package/src/main/js/sap/ushell/state/modules/ContentDensity.js +3 -3
  556. package/src/main/js/sap/ushell/state/modules/Favicon.js +3 -3
  557. package/src/main/js/sap/ushell/state/modules/HeaderLogo.js +3 -3
  558. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +123 -123
  559. package/src/main/js/sap/ushell/themes/base/ShellBar.less +2 -1
  560. package/src/main/js/sap/ushell/themes/base/ShellHeader.less +1 -1
  561. package/src/main/js/sap/ushell/themes/base/ToolAreaItem.less +2 -1
  562. package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellBar.less +9 -0
  563. package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellHeader.less +6 -0
  564. package/src/main/js/sap/ushell/themes/sap_fiori_3/library.source.less +1 -0
  565. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/ShellBar.less +9 -0
  566. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/library.source.less +1 -0
  567. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/ShellBar.less +9 -0
  568. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/library.source.less +1 -0
  569. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/ShellBar.less +9 -0
  570. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/library.source.less +1 -0
  571. package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellHeader.less +1 -1
  572. package/src/main/js/sap/ushell/thirdparty/Avatar.js +86 -19
  573. package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +23 -245
  574. package/src/main/js/sap/ushell/thirdparty/Button.js +1 -1
  575. package/src/main/js/sap/ushell/thirdparty/Button2.js +100 -28
  576. package/src/main/js/sap/ushell/thirdparty/FocusableElements.js +10 -0
  577. package/src/main/js/sap/ushell/thirdparty/Icon.js +37 -20
  578. package/src/main/js/sap/ushell/thirdparty/Icons.js +151 -111
  579. package/src/main/js/sap/ushell/thirdparty/Label.js +6 -6
  580. package/src/main/js/sap/ushell/thirdparty/Link.js +14 -13
  581. package/src/main/js/sap/ushell/thirdparty/List.js +76 -549
  582. package/src/main/js/sap/ushell/thirdparty/ListBoxItemGroupTemplate.js +14 -0
  583. package/src/main/js/sap/ushell/thirdparty/ListItemAdditionalText.css.js +10 -0
  584. package/src/main/js/sap/ushell/thirdparty/ListItemBase.js +251 -0
  585. package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +1685 -91
  586. package/src/main/js/sap/ushell/thirdparty/ListItemGroup.js +637 -0
  587. package/src/main/js/sap/ushell/thirdparty/Menu.js +78 -90
  588. package/src/main/js/sap/ushell/thirdparty/MenuItem.js +1 -1
  589. package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +391 -49
  590. package/src/main/js/sap/ushell/thirdparty/NotificationList.js +10 -10
  591. package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +21 -21
  592. package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +520 -517
  593. package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +6 -6
  594. package/src/main/js/sap/ushell/thirdparty/ResponsivePopover.js +2306 -0
  595. package/src/main/js/sap/ushell/thirdparty/SearchItem.js +128 -0
  596. package/src/main/js/sap/ushell/thirdparty/SearchItemGroup.js +44 -0
  597. package/src/main/js/sap/ushell/thirdparty/SearchMessageArea.js +49 -0
  598. package/src/main/js/sap/ushell/thirdparty/SearchScope.js +39 -0
  599. package/src/main/js/sap/ushell/thirdparty/ShellBar.js +226 -185
  600. package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +119 -0
  601. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch.js +7 -0
  602. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch2.js +3380 -0
  603. package/src/main/js/sap/ushell/thirdparty/Tag.js +16 -15
  604. package/src/main/js/sap/ushell/thirdparty/Text.js +10 -10
  605. package/src/main/js/sap/ushell/thirdparty/Title.js +167 -0
  606. package/src/main/js/sap/ushell/thirdparty/UserMenu.js +60 -59
  607. package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +5 -5
  608. package/src/main/js/sap/ushell/thirdparty/ValueState.js +7 -0
  609. package/src/main/js/sap/ushell/thirdparty/WrappingType.js +24 -0
  610. package/src/main/js/sap/ushell/thirdparty/_dynamics/InputSuggestions.js +397 -0
  611. package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +8 -8
  612. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT.js +202 -178
  613. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT2.js +145 -121
  614. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons.js +2 -1
  615. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons2.js +2 -1
  616. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +183 -18
  617. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +32 -8
  618. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +184 -19
  619. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +32 -8
  620. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +185 -20
  621. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +33 -9
  622. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +182 -17
  623. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +31 -7
  624. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +182 -17
  625. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +31 -7
  626. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +182 -17
  627. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +32 -8
  628. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +182 -17
  629. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +31 -7
  630. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +182 -17
  631. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +32 -8
  632. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +182 -17
  633. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +31 -7
  634. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en.js +3 -174
  635. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +174 -672
  636. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +837 -564
  637. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en4.js +602 -0
  638. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +182 -17
  639. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +32 -8
  640. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd.js +3 -174
  641. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +174 -672
  642. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +837 -564
  643. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd4.js +596 -0
  644. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi.js +3 -174
  645. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +174 -672
  646. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +837 -567
  647. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi4.js +602 -0
  648. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc.js +3 -174
  649. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +174 -672
  650. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +837 -564
  651. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc4.js +596 -0
  652. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +185 -20
  653. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +33 -9
  654. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +185 -20
  655. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +34 -10
  656. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +182 -17
  657. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +31 -7
  658. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +182 -17
  659. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +31 -7
  660. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +182 -17
  661. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +32 -8
  662. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +182 -17
  663. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +31 -7
  664. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +182 -17
  665. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +31 -7
  666. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +183 -18
  667. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +31 -7
  668. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +182 -17
  669. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +31 -7
  670. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +184 -19
  671. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +33 -9
  672. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +186 -21
  673. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +35 -11
  674. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +182 -17
  675. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +33 -9
  676. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +182 -17
  677. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +32 -8
  678. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +183 -18
  679. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +32 -8
  680. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +182 -17
  681. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +31 -7
  682. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +182 -17
  683. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +31 -7
  684. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +184 -19
  685. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +33 -9
  686. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +183 -18
  687. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +31 -7
  688. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +183 -18
  689. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +33 -9
  690. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +182 -17
  691. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +31 -7
  692. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +182 -17
  693. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +32 -8
  694. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +182 -17
  695. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +32 -8
  696. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +182 -17
  697. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +31 -7
  698. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +182 -17
  699. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +32 -8
  700. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +182 -17
  701. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +31 -7
  702. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +183 -18
  703. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +31 -7
  704. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +182 -17
  705. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +31 -7
  706. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +182 -17
  707. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +31 -7
  708. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +185 -20
  709. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +32 -8
  710. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +182 -17
  711. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +31 -7
  712. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +182 -17
  713. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +32 -8
  714. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +182 -17
  715. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +31 -7
  716. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +182 -17
  717. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +31 -7
  718. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +183 -18
  719. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +31 -7
  720. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +182 -17
  721. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +32 -8
  722. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +182 -17
  723. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +32 -8
  724. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +184 -19
  725. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +31 -7
  726. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
  727. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
  728. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
  729. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
  730. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
  731. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
  732. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
  733. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
  734. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
  735. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
  736. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
  737. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
  738. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
  739. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
  740. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
  741. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
  742. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css26.js +7 -0
  743. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css3.js +1 -1
  744. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css4.js +1 -1
  745. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css5.js +1 -1
  746. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css6.js +1 -1
  747. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css7.js +1 -1
  748. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css8.js +1 -1
  749. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css9.js +1 -1
  750. package/src/main/js/sap/ushell/thirdparty/encodeXML.js +87 -0
  751. package/src/main/js/sap/ushell/thirdparty/generateHighlightedMarkup.js +9 -0
  752. package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +157 -149
  753. package/src/main/js/sap/ushell/thirdparty/i18n-defaults2.js +18 -0
  754. package/src/main/js/sap/ushell/thirdparty/information.js +10 -13
  755. package/src/main/js/sap/ushell/thirdparty/information2.js +13 -0
  756. package/src/main/js/sap/ushell/thirdparty/overflow.js +16 -36
  757. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +40 -4
  758. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css2.js +8 -0
  759. package/src/main/js/sap/ushell/thirdparty/query.js +1 -4
  760. package/src/main/js/sap/ushell/thirdparty/slim-arrow-down.js +44 -0
  761. package/src/main/js/sap/ushell/thirdparty/sys-enter-2.js +7 -0
  762. package/src/main/js/sap/ushell/thirdparty/toLowercaseEnumValue.js +0 -8
  763. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons/AllIcons.js +2 -2
  764. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-business-suite/AllIcons.js +2 -2
  765. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-tnt/AllIcons.js +2 -2
  766. package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +96 -79
  767. package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +14 -14
  768. package/src/main/js/sap/ushell/thirdparty/webcomponents.js +29 -29
  769. package/src/main/js/sap/ushell/thirdparty/willShowContent.js +7 -0
  770. package/src/main/js/sap/ushell/ui/ShellHeader.js +0 -1
  771. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  772. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  773. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  774. package/src/main/js/sap/ushell/ui/launchpad/VizInstance.js +6 -1
  775. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  776. package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +1 -0
  777. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +5 -2
  778. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  779. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  780. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  781. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  782. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
  783. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
  784. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  785. package/src/main/js/sap/ushell/utils.js +32 -1
  786. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  787. package/ui5.yaml +2 -0
  788. package/src/main/js/sap/ushell/thirdparty/ListItemTemplate.js +0 -3920
  789. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css2.js +0 -7
  790. /package/src/main/js/sap/ushell/components/shell/SearchCEP/{SearchFieldFragment.fragment.xml → SearchField.fragment.xml} +0 -0
@@ -4,7 +4,7 @@
4
4
  * compatible with the CrossApplicationNavigation service.
5
5
  * This shall only be used for the AppRuntime to enable 1.x inner shell running in 2.x host.
6
6
  *
7
- * @version 1.138.1
7
+ * @version 1.139.1
8
8
  */
9
9
 
10
10
  sap.ui.define([
@@ -14,14 +14,14 @@ sap.ui.define([
14
14
  "sap/ushell/TechnicalParameters",
15
15
  "sap/ushell/utils",
16
16
  "sap/ushell/utils/type"
17
- ], function (
17
+ ], (
18
18
  isPlainObject,
19
19
  Container,
20
20
  navigationUtils,
21
21
  TechnicalParameters,
22
22
  ushellUtils,
23
23
  typeUtils
24
- ) {
24
+ ) => {
25
25
  "use strict";
26
26
 
27
27
  const compatibility = {};
@@ -180,7 +180,6 @@ sap.ui.define([
180
180
  });
181
181
  const aLinks = await ushellUtils.promisify(oDeferred);
182
182
  return [aLinks];
183
-
184
183
  }));
185
184
  };
186
185
 
@@ -195,7 +194,7 @@ sap.ui.define([
195
194
  * @param {string[]} aIntents The intents to check.
196
195
  * @param {sap.ui.core.Component} [oComponent] The root component of the application.
197
196
  *
198
- * @returns {Promise<Object<string, { supported: boolean }>>} A map of intents to their supported status.
197
+ * @returns {Promise<object<string, { supported: boolean }>>} A map of intents to their supported status.
199
198
  *
200
199
  * @since 1.124.0
201
200
  * @private
@@ -225,6 +224,5 @@ sap.ui.define([
225
224
  }, {});
226
225
  };
227
226
 
228
-
229
227
  return compatibility;
230
228
  });
@@ -2,20 +2,19 @@
2
2
  /**
3
3
  * @fileOverview Navigation utility functions
4
4
  *
5
- * @version 1.138.1
5
+ * @version 1.139.1
6
6
  */
7
7
 
8
-
9
8
  sap.ui.define([
10
9
  "sap/base/util/isPlainObject",
11
10
  "sap/base/util/ObjectPath",
12
11
  "sap/base/Log",
13
12
  "sap/ushell/Container",
14
13
  "sap/ushell/utils/UrlParsing"
15
- ], function (isPlainObject, ObjectPath, Log, Container, UrlParsing) {
14
+ ], (isPlainObject, ObjectPath, Log, Container, UrlParsing) => {
16
15
  "use strict";
17
16
 
18
- var navigationUtils = {};
17
+ const navigationUtils = {};
19
18
 
20
19
  /**
21
20
  * Returns the options (i.e., parameter name and elements other than
@@ -59,10 +58,10 @@ sap.ui.define([
59
58
  */
60
59
  navigationUtils.extractGetLinksParameterOptions = function (oGetLinksParams) {
61
60
  return navigationUtils._parseGetLinksParameters(oGetLinksParams)
62
- .filter(function (oParsedParam) {
61
+ .filter((oParsedParam) => {
63
62
  return Object.keys(oParsedParam.options).length > 0;
64
63
  })
65
- .map(function (oParsedParamWithOptions) {
64
+ .map((oParsedParamWithOptions) => {
66
65
  return {
67
66
  name: oParsedParamWithOptions.name,
68
67
  options: oParsedParamWithOptions.options
@@ -107,7 +106,7 @@ sap.ui.define([
107
106
  */
108
107
  navigationUtils.extractGetLinksParameterDefinition = function (oGetLinksParams) {
109
108
  return navigationUtils._parseGetLinksParameters(oGetLinksParams)
110
- .reduce(function (oResultDefinition, oParsedParam) {
109
+ .reduce((oResultDefinition, oParsedParam) => {
111
110
  oResultDefinition[oParsedParam.name] = oParsedParam.value;
112
111
  return oResultDefinition;
113
112
  }, {} /* oResultDefinition */);
@@ -162,11 +161,11 @@ sap.ui.define([
162
161
  return [];
163
162
  }
164
163
 
165
- var oParamsCopy = JSON.parse(JSON.stringify(oGetLinksParams));
164
+ const oParamsCopy = JSON.parse(JSON.stringify(oGetLinksParams));
166
165
 
167
- return Object.keys(oParamsCopy).map(function (sParamName) {
168
- var vParamValue = oParamsCopy[sParamName];
169
- var oParamOptions = {};
166
+ return Object.keys(oParamsCopy).map((sParamName) => {
167
+ let vParamValue = oParamsCopy[sParamName];
168
+ let oParamOptions = {};
170
169
 
171
170
  if (Object.prototype.toString.apply(vParamValue) === "[object Object]") {
172
171
  vParamValue = vParamValue.value; // take the value...
@@ -195,7 +194,7 @@ sap.ui.define([
195
194
  * @since 1.120.0
196
195
  * @private
197
196
  */
198
- navigationUtils._safeParseToObject = function (sObject) {
197
+ navigationUtils._safeParseToObject = function (sObject) {
199
198
  try {
200
199
  return JSON.parse(sObject);
201
200
  } catch (e) {
@@ -222,10 +221,10 @@ sap.ui.define([
222
221
  * @since 1.120.0
223
222
  * @private
224
223
  */
225
- navigationUtils._createAppStateFromData = function (oData) {
224
+ navigationUtils._createAppStateFromData = function (oData) {
226
225
  return Container.getServiceAsync("AppState")
227
- .then(function (AppStateService) {
228
- var oAppState = AppStateService.createEmptyAppState(null /* use default bTransient settings */);
226
+ .then((AppStateService) => {
227
+ const oAppState = AppStateService.createEmptyAppState(null /* use default bTransient settings */);
229
228
  oAppState.setData(oData);
230
229
  oAppState.save();
231
230
 
@@ -268,16 +267,16 @@ sap.ui.define([
268
267
  * @private
269
268
  */
270
269
  navigationUtils._extractParameter = function (vIntent, sParameterName) {
271
- var sIntentWithoutParameter;
272
- var aParameterValue = null;
270
+ let sIntentWithoutParameter;
271
+ let aParameterValue = null;
273
272
 
274
273
  if (typeof vIntent === "string") {
275
274
  // Avoid using URLParsing unnecessarily.
276
- if (vIntent.indexOf(sParameterName + "=") === -1) {
275
+ if (vIntent.indexOf(`${sParameterName}=`) === -1) {
277
276
  return { intent: vIntent, data: null };
278
277
  }
279
278
 
280
- var oParsedIntent = UrlParsing.parseShellHash(vIntent);
279
+ const oParsedIntent = UrlParsing.parseShellHash(vIntent);
281
280
  if (!oParsedIntent) {
282
281
  return { intent: vIntent, data: null };
283
282
  }
@@ -293,9 +292,9 @@ sap.ui.define([
293
292
  }
294
293
 
295
294
  if (isPlainObject(vIntent)) {
296
- var sShellHash = ObjectPath.get("target.shellHash", vIntent);
295
+ const sShellHash = ObjectPath.get("target.shellHash", vIntent);
297
296
  if (typeof sShellHash === "string") {
298
- var oResult = navigationUtils._extractParameter(sShellHash, sParameterName);
297
+ const oResult = navigationUtils._extractParameter(sShellHash, sParameterName);
299
298
 
300
299
  // modify the source object
301
300
  vIntent.target.shellHash = oResult.intent;
@@ -306,7 +305,7 @@ sap.ui.define([
306
305
  };
307
306
  }
308
307
 
309
- var oParameters = vIntent.params;
308
+ const oParameters = vIntent.params;
310
309
  if (oParameters && oParameters[sParameterName]) {
311
310
  const vParameterValue = oParameters[sParameterName];
312
311
  aParameterValue = typeof vParameterValue === "string" ? [ vParameterValue ] : vParameterValue;
@@ -339,22 +338,22 @@ sap.ui.define([
339
338
  * @since 1.120.0
340
339
  * @private
341
340
  */
342
- navigationUtils.addXAppStateFromParameter = function (vIntent, sSourceParameter) {
343
- var oXAppStateDataExtraction = navigationUtils._extractParameter(vIntent, sSourceParameter);
344
- var vIntentNoXAppStateData = oXAppStateDataExtraction.intent;
341
+ navigationUtils.addXAppStateFromParameter = function (vIntent, sSourceParameter) {
342
+ const oXAppStateDataExtraction = navigationUtils._extractParameter(vIntent, sSourceParameter);
343
+ const vIntentNoXAppStateData = oXAppStateDataExtraction.intent;
345
344
 
346
- var sXAppStateData = oXAppStateDataExtraction.data && oXAppStateDataExtraction.data[0];
345
+ const sXAppStateData = oXAppStateDataExtraction.data && oXAppStateDataExtraction.data[0];
347
346
  if (!sXAppStateData) {
348
347
  return Promise.resolve();
349
348
  }
350
349
 
351
- var oAppStateData = navigationUtils._safeParseToObject(sXAppStateData);
350
+ const oAppStateData = navigationUtils._safeParseToObject(sXAppStateData);
352
351
  if (!oAppStateData) {
353
352
  return Promise.resolve();
354
353
  }
355
354
 
356
355
  return navigationUtils._createAppStateFromData(oAppStateData)
357
- .then(function (sAppStateKey) {
356
+ .then((sAppStateKey) => {
358
357
  navigationUtils._injectParameter(vIntentNoXAppStateData, "sap-xapp-state", sAppStateKey);
359
358
  });
360
359
  };
@@ -377,14 +376,14 @@ sap.ui.define([
377
376
  */
378
377
  navigationUtils._injectParameter = function (vIntent, sParameterName, vParameterValue) {
379
378
  if (typeof vIntent === "string") {
380
- var oParsedIntent = UrlParsing.parseShellHash(vIntent);
379
+ const oParsedIntent = UrlParsing.parseShellHash(vIntent);
381
380
  oParsedIntent.params[sParameterName] = vParameterValue;
382
381
 
383
382
  return UrlParsing.constructShellHash(oParsedIntent);
384
383
  }
385
384
 
386
385
  if (Object.prototype.toString.apply(vIntent) === "[object Object]") {
387
- var sShellHash = ObjectPath.get("target.shellHash", vIntent);
386
+ const sShellHash = ObjectPath.get("target.shellHash", vIntent);
388
387
  if (typeof sShellHash === "string") {
389
388
  vIntent.target.shellHash = navigationUtils._injectParameter(
390
389
  sShellHash, sParameterName, vParameterValue
@@ -403,7 +402,6 @@ sap.ui.define([
403
402
  return vIntent;
404
403
  };
405
404
 
406
-
407
405
  /**
408
406
  *
409
407
  * @param {object} oParams
@@ -419,10 +417,10 @@ sap.ui.define([
419
417
  */
420
418
 
421
419
  navigationUtils.injectParameters = function (oParams) {
422
- var oParametersToInject = oParams.inject;
423
- var oInjectEmptyStringNames = (oParams.injectEmptyString || {});
424
- var oType = oParams.type;
425
- var vArgs = oParams.args;
420
+ const oParametersToInject = oParams.inject;
421
+ const oInjectEmptyStringNames = (oParams.injectEmptyString || {});
422
+ const oType = oParams.type;
423
+ const vArgs = oParams.args;
426
424
 
427
425
  function shouldInjectValue (sVal, bInjectWhenEmptyString) {
428
426
  return (sVal || (sVal === "" && bInjectWhenEmptyString));
@@ -443,17 +441,17 @@ sap.ui.define([
443
441
  }
444
442
 
445
443
  // Arguments like {semanticObject: ..., action: ..., params: { ... } }
446
- var oNewParameterObject = Object.keys(oParametersToInject).reduce(function (oInjectedParameters, sParameterToInject) {
447
- var sValueToInject = oParametersToInject[sParameterToInject];
448
- var bInjectWhenEmptyString = (oInjectEmptyStringNames[sParameterToInject] === true);
444
+ const oNewParameterObject = Object.keys(oParametersToInject).reduce((oInjectedParameters, sParameterToInject) => {
445
+ const sValueToInject = oParametersToInject[sParameterToInject];
446
+ const bInjectWhenEmptyString = (oInjectEmptyStringNames[sParameterToInject] === true);
449
447
  // when params is a string
450
448
  if (shouldInjectValue(sValueToInject, bInjectWhenEmptyString) && typeof oInjectedParameters === "string") {
451
- var reUrlParameter = new RegExp("[&]" + sParameterToInject);
452
- var bHasNoParameterAlready = !reUrlParameter.test(oInjectedParameters);
449
+ const reUrlParameter = new RegExp(`[&]${sParameterToInject}`);
450
+ const bHasNoParameterAlready = !reUrlParameter.test(oInjectedParameters);
453
451
  if (bHasNoParameterAlready) {
454
452
  // When oInjectedParameters is an empty string, no separator needs to be added.
455
- var sSeparator = oInjectedParameters ? "&" : "";
456
- oInjectedParameters += sSeparator + sParameterToInject + "=" + sValueToInject;
453
+ const sSeparator = oInjectedParameters ? "&" : "";
454
+ oInjectedParameters += `${sSeparator + sParameterToInject}=${sValueToInject}`;
457
455
  }
458
456
  } else if (shouldInjectValue(sValueToInject, bInjectWhenEmptyString) && !oInjectedParameters.hasOwnProperty(sParameterToInject)) {
459
457
  oInjectedParameters[sParameterToInject] = sValueToInject;
@@ -469,16 +467,16 @@ sap.ui.define([
469
467
  }
470
468
 
471
469
  // Arguments like #Hash-fragment?with=parameters
472
- var sShellHash = vArgs;
470
+ let sShellHash = vArgs;
473
471
  if (sShellHash) {
474
- Object.keys(oParametersToInject).forEach(function (sParameterToInject) {
475
- var sValueToInject = oParametersToInject[sParameterToInject];
476
- var bInjectWhenEmptyString = (oInjectEmptyStringNames[sParameterToInject] === true);
477
- var reUrlParameter = new RegExp("[?&]" + sParameterToInject);
478
- var bHasNoParameterAlready = !reUrlParameter.test(sShellHash);
472
+ Object.keys(oParametersToInject).forEach((sParameterToInject) => {
473
+ const sValueToInject = oParametersToInject[sParameterToInject];
474
+ const bInjectWhenEmptyString = (oInjectEmptyStringNames[sParameterToInject] === true);
475
+ const reUrlParameter = new RegExp(`[?&]${sParameterToInject}`);
476
+ const bHasNoParameterAlready = !reUrlParameter.test(sShellHash);
479
477
  if (shouldInjectValue(sValueToInject, bInjectWhenEmptyString) && bHasNoParameterAlready) {
480
- var sSeparator = sShellHash.indexOf("?") > -1 ? "&" : "?";
481
- sShellHash += sSeparator + sParameterToInject + "=" + sValueToInject;
478
+ const sSeparator = sShellHash.indexOf("?") > -1 ? "&" : "?";
479
+ sShellHash += `${sSeparator + sParameterToInject}=${sValueToInject}`;
482
480
  }
483
481
  });
484
482
  }
@@ -501,9 +499,9 @@ sap.ui.define([
501
499
  * @since 1.120.0
502
500
  * @private
503
501
  */
504
- navigationUtils.injectStickyParameters = function (oParams) {
502
+ navigationUtils.injectStickyParameters = function (oParams) {
505
503
  return Container.getServiceAsync("AppLifeCycle")
506
- .then(function (oAppLifeCycleService) {
504
+ .then((oAppLifeCycleService) => {
507
505
  return navigationUtils._injectStickyParameters(oParams, oAppLifeCycleService);
508
506
  });
509
507
  };
@@ -528,31 +526,31 @@ sap.ui.define([
528
526
  if (!oAppLifeCycleService || Object.keys(oAppLifeCycleService).length <= 0) {
529
527
  return oParams.args;
530
528
  }
531
- var oCurrentApplication = oAppLifeCycleService.getCurrentApplication();
529
+ const oCurrentApplication = oAppLifeCycleService.getCurrentApplication();
532
530
  if (!oCurrentApplication || Object.keys(oCurrentApplication).length <= 0) {
533
531
  return oParams.args;
534
532
  }
535
- var oAppIntegrationAppLifeCycle = oParams.appLifeCycle;
536
- var oTechnicalParameters = oParams.technicalParameters;
537
- var oStickyParametersToInject = oTechnicalParameters.getParameters({
533
+ const oAppIntegrationAppLifeCycle = oParams.appLifeCycle;
534
+ const oTechnicalParameters = oParams.technicalParameters;
535
+ const oStickyParametersToInject = oTechnicalParameters.getParameters({
538
536
  sticky: true
539
537
  })
540
- .reduce(function (oStickyParameters, oNextParameter) {
541
- var sNextParameterName = oNextParameter.name;
542
- var oComponentInstance = oCurrentApplication.componentInstance;
543
- var sApplicationType = oCurrentApplication.applicationType;
544
- var oApplicationContainer;
538
+ .reduce((oStickyParameters, oNextParameter) => {
539
+ const sNextParameterName = oNextParameter.name;
540
+ const oComponentInstance = oCurrentApplication.componentInstance;
541
+ const sApplicationType = oCurrentApplication.applicationType;
542
+ let oApplicationContainer;
545
543
  if (sApplicationType === "UI5") {
546
544
  oApplicationContainer = {};
547
545
  } else {
548
546
  oApplicationContainer = oAppIntegrationAppLifeCycle.getCurrentApplication().container;
549
547
  }
550
- var sStickyParameterValue = oTechnicalParameters.getParameterValueSync(sNextParameterName, oComponentInstance, oApplicationContainer, sApplicationType);
551
- var sStickyParameterName = oNextParameter.stickyName || sNextParameterName;
548
+ const sStickyParameterValue = oTechnicalParameters.getParameterValueSync(sNextParameterName, oComponentInstance, oApplicationContainer, sApplicationType);
549
+ const sStickyParameterName = oNextParameter.stickyName || sNextParameterName;
552
550
  oStickyParameters[sStickyParameterName] = sStickyParameterValue;
553
551
  return oStickyParameters;
554
552
  }, {});
555
- var oArgs = {
553
+ const oArgs = {
556
554
  type: oParams.type,
557
555
  inject: oStickyParametersToInject,
558
556
  args: oParams.args
@@ -5,7 +5,7 @@
5
5
  * This file exposes an API to perform (invoke) Navigation for applications.
6
6
  * It exposes interfaces to perform a hash change and trigger a navigation.
7
7
  *
8
- * @version 1.138.1
8
+ * @version 1.139.1
9
9
  */
10
10
  sap.ui.define([
11
11
  "sap/base/Log",
@@ -16,16 +16,14 @@ sap.ui.define([
16
16
  "sap/ui/base/Object",
17
17
  "sap/ui/thirdparty/hasher",
18
18
  "sap/ushell/appIntegration/AppLifeCycle",
19
- "sap/ushell/ApplicationType",
20
19
  "sap/ushell/Container",
21
20
  "sap/ushell/services/Navigation/utils",
22
21
  "sap/ushell/services/AppConfiguration",
23
22
  "sap/ushell/TechnicalParameters",
24
- "sap/ushell/UI5ComponentType",
25
23
  "sap/ushell/utils",
26
24
  "sap/ushell/utils/type",
27
25
  "sap/ushell/utils/UrlParsing"
28
- ], function (
26
+ ], (
29
27
  Log,
30
28
  deepClone,
31
29
  deepExtend,
@@ -34,16 +32,14 @@ sap.ui.define([
34
32
  BaseObject,
35
33
  hasher,
36
34
  AppLifeCycleAI,
37
- ApplicationType,
38
35
  Container,
39
36
  navigationUtils,
40
37
  AppConfiguration,
41
38
  TechnicalParameters,
42
- UI5ComponentType,
43
39
  ushellUtils,
44
40
  typeUtils,
45
41
  UrlParsing
46
- ) {
42
+ ) => {
47
43
  "use strict";
48
44
 
49
45
  /**
@@ -414,7 +410,7 @@ sap.ui.define([
414
410
 
415
411
  if (!/[?&]sap-system=/.test(sShellHash)) {
416
412
  const sSeparator = (sShellHash.indexOf("?") > -1) ? "&" : "?";
417
- sShellHash += sSeparator + "sap-ushell-enc-test=" + encodeURIComponent("A B%20C");
413
+ sShellHash += `${sSeparator}sap-ushell-enc-test=${encodeURIComponent("A B%20C")}`;
418
414
  }
419
415
  return sShellHash;
420
416
  };
@@ -440,7 +436,7 @@ sap.ui.define([
440
436
 
441
437
  return {
442
438
  intent: sIntent,
443
- innerAppRoute: aParts.length > 0 ? "&/" + aParts.join("&/") : ""
439
+ innerAppRoute: aParts.length > 0 ? `&/${aParts.join("&/")}` : ""
444
440
  };
445
441
  }
446
442
 
@@ -466,7 +462,7 @@ sap.ui.define([
466
462
  const bIsStringWithoutSeparator = typeof vAppSpecificRoute === "string" && vAppSpecificRoute.indexOf("&/") !== 0 && vAppSpecificRoute.length > 0;
467
463
 
468
464
  return {
469
- innerAppRoute: bIsStringWithoutSeparator ? "&/" + vAppSpecificRoute : vAppSpecificRoute,
465
+ innerAppRoute: bIsStringWithoutSeparator ? `&/${vAppSpecificRoute}` : vAppSpecificRoute,
470
466
  intent: vIntent
471
467
  };
472
468
  }
@@ -552,7 +548,7 @@ sap.ui.define([
552
548
  */
553
549
  this.getHref = async function (oTarget = {}, oComponent) {
554
550
  try {
555
- /**@type {sap.ushell.services.Navigation.Target} */
551
+ /** @type {sap.ushell.services.Navigation.Target} */
556
552
  let oArgsClone = deepClone(oTarget); // clone to keep input unchanged and to avoid side effects
557
553
  if (!oArgsClone.target) {
558
554
  Log.debug("Navigation.getHref: No target provided using current hash as fallback", "sap.ushell.services.Navigation");
@@ -621,7 +617,7 @@ sap.ui.define([
621
617
  * Navigates back in history the number of given steps if this is supported by the underlying platform.
622
618
  * If no argument is provided it will navigate back 1 step.
623
619
  *
624
- * @param {int} iSteps positive integer representing the steps to go back in the history
620
+ * @param {int} [iSteps=1] positive integer representing the steps to go back in the history
625
621
  *
626
622
  * @since 1.120.0
627
623
  * @public
@@ -700,7 +696,7 @@ sap.ui.define([
700
696
  */
701
697
  this.navigate = async function (oTarget, oComponent) {
702
698
  try {
703
- /**@type {sap.ushell.services.Navigation.Target} */
699
+ /** @type {sap.ushell.services.Navigation.Target} */
704
700
  let oArgsClone = deepClone(oTarget); // clone to keep input unchanged and to avoid side effects
705
701
  const bWriteHistory = oTarget.writeHistory;
706
702
 
@@ -714,7 +710,7 @@ sap.ui.define([
714
710
  const oIntent = await (oCurrentApplication && oCurrentApplication.getIntent());
715
711
 
716
712
  // clone again because _extractInnerAppRoute might already changed the original structure
717
- /**@type {sap.ushell.services.Navigation.Target} */
713
+ /** @type {sap.ushell.services.Navigation.Target} */
718
714
  const oNavTarget = deepClone(oTarget);
719
715
  this._checkIfAppNeedsToBeReloaded(oNavTarget, oCurrentApplication, oIntent, ShellNavigationInternal.hashChanger);
720
716
  await navigationUtils.addXAppStateFromParameter(intent, "sap-xapp-state-data" /* parameter containing data */);
@@ -8,7 +8,7 @@
8
8
  *
9
9
  * Configured with the ClientSideTargetResolutionAdapter.
10
10
  *
11
- * @version 1.138.1
11
+ * @version 1.139.1
12
12
  */
13
13
  sap.ui.define([
14
14
  "sap/ushell/resources",
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @experimental Since 1.68.0
36
36
  * @private
37
37
  */
38
- function NavigationDataProvider (/*adapter, serviceConfiguration*/) {
38
+ function NavigationDataProvider (/* adapter, serviceConfiguration */) {
39
39
  this.S_COMPONENT_NAME = "sap.ushell.services.NavigationDataProvider";
40
40
  this._init.apply(this, arguments);
41
41
  }
@@ -8,10 +8,10 @@ sap.ui.define([
8
8
  "sap/ui/thirdparty/jquery",
9
9
  "sap/ushell/Container",
10
10
  "sap/ushell/services/NotificationsV2" // preload NotificationsV2 early
11
- ], function (
11
+ ], (
12
12
  jQuery,
13
13
  Container
14
- ) {
14
+ ) => {
15
15
  "use strict";
16
16
 
17
17
  /**
@@ -58,23 +58,22 @@ sap.ui.define([
58
58
  * @deprecated since 1.119. Please use {@link sap.ushell.services.NotificationsV2} instead.
59
59
  */
60
60
  function Notifications (oContainerInterface, sParameters, oServiceConfiguration) {
61
-
62
61
  // Get the reference to the NotificationsV2 service promise
63
62
  this._getNotificationsV2 = function () {
64
63
  if (!this.oNotificationsV2Promise) {
65
64
  this.oNotificationsV2Promise = Container.getServiceAsync("NotificationsV2");
66
- this.oNotificationsV2Promise.then(function (oService) {
65
+ this.oNotificationsV2Promise.then((oService) => {
67
66
  this._oNotificationsV2Service = oService; // Save ref to the service for static calls, beware race conditions
68
- }.bind(this));
67
+ });
69
68
  }
70
69
  return this.oNotificationsV2Promise;
71
70
  };
72
71
 
73
72
  // Wrap Promise into jQuery.Deferred
74
73
  this._proxyV2 = function (sMethod, aArguments) {
75
- var oDeferred = new jQuery.Deferred();
74
+ const oDeferred = new jQuery.Deferred();
76
75
  this._getNotificationsV2()
77
- .then(function (oService) {
76
+ .then((oService) => {
78
77
  return oService[sMethod].apply(oService, aArguments); // Call NotificationsV2 service method instead
79
78
  })
80
79
  .then(oDeferred.resolve)
@@ -83,8 +82,8 @@ sap.ui.define([
83
82
  };
84
83
 
85
84
  this._proxyV2sync = function (sMethod, defaultValue, aArguments) {
86
- var oService = this._oNotificationsV2Service;
87
- //return oService ? oService[sMethod].apply(oService, aArguments) : defaultValue;
85
+ const oService = this._oNotificationsV2Service;
86
+ // return oService ? oService[sMethod].apply(oService, aArguments) : defaultValue;
88
87
  return oService[sMethod].apply(oService, aArguments);
89
88
  };
90
89
 
@@ -102,8 +101,8 @@ sap.ui.define([
102
101
  * @public
103
102
  */
104
103
  this.isEnabled = function () {
105
- var oServiceConfig = oServiceConfiguration && oServiceConfiguration.config;
106
- return !!(oServiceConfig && oServiceConfig.enabled && oServiceConfig.serviceUrl);
104
+ const oServiceConfig = oServiceConfiguration?.config;
105
+ return !!(oServiceConfig?.serviceUrl && oServiceConfig?.enabled);
107
106
  };
108
107
 
109
108
  /**
@@ -203,7 +202,7 @@ sap.ui.define([
203
202
  *
204
203
  * @param {string} sNotificationGroupId The ID of the notification header/group whose action is being executed
205
204
  * @param {string} sActionId The ID of the action that is being executed
206
- * @returns {Promise<undefined>} Promise object that on success resolves to undefined or it is rejected with failed notifications
205
+ * @returns {Promise} Promise object that on success resolves to undefined or it is rejected with failed notifications
207
206
  *
208
207
  * @since 1.32
209
208
  * @public
@@ -329,6 +328,7 @@ sap.ui.define([
329
328
  };
330
329
 
331
330
  /**
331
+ * @param {object} oEntry the notification settings entry.
332
332
  * @returns {jQuery.Promise} Resolves once the settings were saved.
333
333
  *
334
334
  * @since 1.41
@@ -349,6 +349,7 @@ sap.ui.define([
349
349
  };
350
350
 
351
351
  /**
352
+ * @param {object} oFlags user settings flags.
352
353
  * @since 1.41
353
354
  * @private
354
355
  */
@@ -383,6 +384,8 @@ sap.ui.define([
383
384
  /**
384
385
  * adds an item to the array of dismissed notifications
385
386
  *
387
+ * @param {string} sId notification item id.
388
+ *
386
389
  * @since 1.43
387
390
  * @private
388
391
  */
@@ -492,11 +495,12 @@ sap.ui.define([
492
495
  * Returns the appropriate URI that should be used in an OData request according to the nature of the request and according to filtering that might be required.
493
496
  * The object aRequestURIs is filled with the basic and/or byIntents-filter URI, and is used for maintaining the URIs throughout the session.
494
497
  *
495
- * @param {object} The value form the enumeration oOperationEnum, representing the relevant request
498
+ * @param {object} oRequiredURI The value form the enumeration oOperationEnum, representing the relevant request
499
+ * @param {object} oArgs Request options like skip and top.
496
500
  * @returns {string} The URI that should be user in the OData.read call
497
501
  */
498
502
  this._getRequestURI = function (oRequiredURI, oArgs) {
499
- return this._proxyV2sync("_getDataServiceVersion", "", arguments);
503
+ return this._proxyV2sync("_getRequestURI", "", arguments);
500
504
  };
501
505
 
502
506
  this._readSettingsFromServer = function () {
@@ -640,7 +644,8 @@ sap.ui.define([
640
644
 
641
645
  /**
642
646
  * Returning the time, in milliseconds, left until the end of FioriClient waiting period.
643
- * The required period is represented by tFioriClientInitializationPeriod, and we reduce the time passed from service initialization until now
647
+ * The required period is represented by tFioriClientInitializationPeriod, and we reduce the time passed from service initialization until now.
648
+ * @returns {int} Remaining delay.
644
649
  */
645
650
  this._getFioriClientRemainingDelay = function () {
646
651
  return this._proxyV2sync("_getFioriClientRemainingDelay", arguments);
@@ -665,6 +670,7 @@ sap.ui.define([
665
670
 
666
671
  /**
667
672
  * Helper function for Packaged App mode
673
+ * @returns {boolean} Returns true if the app is running in packaged mode
668
674
  */
669
675
  this._isPackagedMode = function () {
670
676
  return this._proxyV2sync("_isPackagedMode");
@@ -704,7 +710,9 @@ sap.ui.define([
704
710
 
705
711
  /**
706
712
  * Creates and returns the intents filter string of an OData request
713
+ * @param {string} oRequestURI URI of the OData request
707
714
  * For example: &NavigationIntent%20eq%20%27Action-toappstatesample%27%20or%20NavigationIntent%20eq%20%27Action-toappnavsample%27
715
+ * @returns {string} returns the intents filter string
708
716
  */
709
717
  this._getConsumedIntents = function (oRequestURI) {
710
718
  return this._proxyV2sync("_getConsumedIntents", "", arguments);
@@ -731,6 +739,10 @@ sap.ui.define([
731
739
  *
732
740
  * This function doesn't return anything, instead it resolves or rejects the given oOriginalDeferred
733
741
  *
742
+ * @param {jQuery.Deferred} oOriginalDeferred The original Deferred to react on.
743
+ * @param {function} fnFailedFunction The function that failed (e.g., markRead).
744
+ * @param {Array<any>} aArgsArray The arguments array of the function that failed.
745
+ *
734
746
  * @private
735
747
  */
736
748
  this._invalidCsrfTokenRecovery = function (oOriginalDeferred, fnFailedFunction, aArgsArray) {
@@ -760,6 +772,8 @@ sap.ui.define([
760
772
  /**
761
773
  * Write/save user settings flags to the personalization.
762
774
  * The saved data consists of the user's show high-priority notifications alerts flag value.
775
+ * @param {object} oFlags The flags to be saved
776
+ * @returns {Promise} Promise object that is resolved when the data is saved
763
777
  */
764
778
  this._writeUserSettingsFlagsToPersonalization = function (oFlags) {
765
779
  return this._proxyV2("_writeUserSettingsFlagsToPersonalization", arguments);