@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
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview APIs for the S/4 MyHome
5
- * @version 1.138.1
5
+ * @version 1.139.1
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/Config",
@@ -13,7 +13,7 @@ sap.ui.define([
13
13
  "sap/base/Log",
14
14
  "sap/ushell/EventHub",
15
15
  "sap/ushell/Container"
16
- ], function (
16
+ ], (
17
17
  Config,
18
18
  deepClone,
19
19
  ushellLibrary,
@@ -22,11 +22,11 @@ sap.ui.define([
22
22
  Log,
23
23
  EventHub,
24
24
  Container
25
- ) {
25
+ ) => {
26
26
  "use strict";
27
27
 
28
28
  // shortcut for sap.ushell.AppType
29
- var AppType = ushellLibrary.AppType;
29
+ const AppType = ushellLibrary.AppType;
30
30
 
31
31
  /**
32
32
  * @alias sap.ushell.services.SpaceContent
@@ -48,7 +48,7 @@ sap.ui.define([
48
48
  * @private
49
49
  * @ui5-restricted Used by S/4 MyHome (ux.eng.s4producthomes1)
50
50
  */
51
- var SpaceContent = function () { };
51
+ function SpaceContent () { }
52
52
 
53
53
  /**
54
54
  * Returns the personalization enabled flag
@@ -73,17 +73,12 @@ sap.ui.define([
73
73
  * @private
74
74
  * @ui5-restricted Used by S/4 MyHome (ux.eng.s4producthomes1)
75
75
  */
76
- SpaceContent.prototype.getPage = function (pageId) {
77
- var oPagesService;
78
- return Container.getServiceAsync("Pages")
79
- .then(function (oService) {
80
- oPagesService = oService;
81
- return oPagesService.loadPage(pageId);
82
- })
83
- .then(function (sPagePath) {
84
- // clone the data to keep the caller from changing the original object
85
- return deepClone(oPagesService.getModel().getProperty(sPagePath), 20);
86
- });
76
+ SpaceContent.prototype.getPage = async function (pageId) {
77
+ const oPagesService = await Container.getServiceAsync("Pages");
78
+ const sPagePath = await oPagesService.loadPage(pageId);
79
+
80
+ // clone the data to keep the caller from changing the original object
81
+ return deepClone(oPagesService.getModel().getProperty(sPagePath), 20);
87
82
  };
88
83
 
89
84
  /**
@@ -96,21 +91,16 @@ sap.ui.define([
96
91
  * @private
97
92
  * @ui5-restricted Used by S/4 MyHome (ux.eng.s4producthomes1)
98
93
  */
99
- SpaceContent.prototype.getPages = function (pageIds) {
100
- var oPagesService;
101
- return Container.getServiceAsync("Pages")
102
- .then(function (oService) {
103
- oPagesService = oService;
104
- return oPagesService.loadPages(pageIds);
105
- })
106
- .then(function (oPagePaths) {
107
- var oPages = {};
108
- Object.keys(oPagePaths).forEach(function (sPageId) {
109
- // clone the data to keep the caller from changing the original object
110
- oPages[sPageId] = deepClone(oPagesService.getModel().getProperty(oPagePaths[sPageId]), 20);
111
- });
112
- return oPages;
113
- });
94
+ SpaceContent.prototype.getPages = async function (pageIds) {
95
+ const oPagesService = await Container.getServiceAsync("Pages");
96
+ const oPagePaths = await oPagesService.loadPages(pageIds);
97
+
98
+ const oPages = {};
99
+ Object.keys(oPagePaths).forEach((sPageId) => {
100
+ // clone the data to keep the caller from changing the original object
101
+ oPages[sPageId] = deepClone(oPagesService.getModel().getProperty(oPagePaths[sPageId]), 20);
102
+ });
103
+ return oPages;
114
104
  };
115
105
 
116
106
  /**
@@ -120,19 +110,17 @@ sap.ui.define([
120
110
  * @param {int} sectionIndex The index of the added section on the page
121
111
  * @param {sap.ushell.services.Pages.Section} [sectionProperties] Properties of the added section
122
112
  *
123
- * @returns {Promise<undefined>} Promise which resolves after the personalization was saved
113
+ * @returns {Promise} Promise which resolves after the personalization was saved
124
114
  *
125
115
  * @since 1.103.0
126
116
  *
127
117
  * @private
128
118
  * @ui5-restricted Used by S/4 MyHome (ux.eng.s4producthomes1)
129
119
  */
130
- SpaceContent.prototype.addSection = function (pageId, sectionIndex, sectionProperties) {
131
- return Container.getServiceAsync("Pages")
132
- .then(function (oPagesService) {
133
- var iPageIndex = oPagesService.getPageIndex(pageId);
134
- return oPagesService.addSection(iPageIndex, sectionIndex, sectionProperties);
135
- });
120
+ SpaceContent.prototype.addSection = async function (pageId, sectionIndex, sectionProperties) {
121
+ const oPagesService = await Container.getServiceAsync("Pages");
122
+ const iPageIndex = oPagesService.getPageIndex(pageId);
123
+ return oPagesService.addSection(iPageIndex, sectionIndex, sectionProperties);
136
124
  };
137
125
 
138
126
  /**
@@ -144,18 +132,16 @@ sap.ui.define([
144
132
  * @param {string} [sectionId] The ID of the section the visualization should be added to
145
133
  * @param {string} vizId The ID of the visualization to add
146
134
  *
147
- * @returns {Promise<undefined>} Promise which resolves after the personalization was saved
135
+ * @returns {Promise} Promise which resolves after the personalization was saved
148
136
  *
149
137
  * @since 1.103.0
150
138
  *
151
139
  * @private
152
140
  * @ui5-restricted Used by S/4 MyHome (ux.eng.s4producthomes1)
153
141
  */
154
- SpaceContent.prototype.addVisualization = function (pageId, sectionId, vizId) {
155
- return Container.getServiceAsync("Pages")
156
- .then(function (oPagesService) {
157
- return oPagesService.addVisualization(pageId, sectionId, vizId);
158
- });
142
+ SpaceContent.prototype.addVisualization = async function (pageId, sectionId, vizId) {
143
+ const oPagesService = await Container.getServiceAsync("Pages");
144
+ return oPagesService.addVisualization(pageId, sectionId, vizId);
159
145
  };
160
146
 
161
147
  /**
@@ -173,12 +159,11 @@ sap.ui.define([
173
159
  * @private
174
160
  * @ui5-restricted Used by S/4 MyHome (ux.eng.s4producthomes1)
175
161
  */
176
- SpaceContent.prototype.moveVisualization = function (pageId, sourceSectionIndex, sourceVisualizationIndex, targetSectionIndex, targetVisualizationIndex) {
177
- return Container.getServiceAsync("Pages")
178
- .then(function (oPagesService) {
179
- var iPageIndex = oPagesService.getPageIndex(pageId);
180
- return oPagesService.moveVisualization(iPageIndex, sourceSectionIndex, sourceVisualizationIndex, targetSectionIndex, targetVisualizationIndex);
181
- });
162
+ SpaceContent.prototype.moveVisualization = async function (pageId, sourceSectionIndex, sourceVisualizationIndex, targetSectionIndex, targetVisualizationIndex) {
163
+ const oPagesService = await Container.getServiceAsync("Pages");
164
+ const iPageIndex = oPagesService.getPageIndex(pageId);
165
+
166
+ return oPagesService.moveVisualization(iPageIndex, sourceSectionIndex, sourceVisualizationIndex, targetSectionIndex, targetVisualizationIndex);
182
167
  };
183
168
 
184
169
  /**
@@ -195,26 +180,25 @@ sap.ui.define([
195
180
  * @param {string} [visualizationData.subtitle] The subtitle of the visualization
196
181
  * @param {string} [visualizationData.info] The information text of the visualization
197
182
  *
198
- * @returns {Promise<undefined>} The promise resolves when the visualization has been updated successfully
183
+ * @returns {Promise} The promise resolves when the visualization has been updated successfully
199
184
  *
200
185
  * @since 1.105
201
186
  * @private
202
187
  * @ui5-restricted Used by S/4 MyHome (ux.eng.s4producthomes1)
203
188
  */
204
- SpaceContent.prototype.updateVisualization = function (pageId, sectionIndex, visualizationIndex, visualizationData) {
189
+ SpaceContent.prototype.updateVisualization = async function (pageId, sectionIndex, visualizationIndex, visualizationData) {
205
190
  // keep the API limited to the minimally required functionality
206
- var oVisualizationDataToUpdate = {
191
+ const oVisualizationDataToUpdate = {
207
192
  displayFormatHint: visualizationData.displayFormatHint,
208
193
  title: visualizationData.title,
209
194
  subtitle: visualizationData.subtitle,
210
195
  info: visualizationData.info
211
196
  };
212
197
 
213
- return Container.getServiceAsync("Pages")
214
- .then(function (oPagesService) {
215
- var iPageIndex = oPagesService.getPageIndex(pageId);
216
- return oPagesService.updateVisualization(iPageIndex, sectionIndex, visualizationIndex, oVisualizationDataToUpdate);
217
- });
198
+ const oPagesService = await Container.getServiceAsync("Pages");
199
+ const iPageIndex = oPagesService.getPageIndex(pageId);
200
+
201
+ return oPagesService.updateVisualization(iPageIndex, sectionIndex, visualizationIndex, oVisualizationDataToUpdate);
218
202
  };
219
203
 
220
204
  /**
@@ -224,18 +208,17 @@ sap.ui.define([
224
208
  * @param {int} sectionIndex The index of the section from where the visualization is deleted
225
209
  * @param {int} visualizationIndex The index of the deleted visualization
226
210
  *
227
- * @returns {Promise<undefined>} Promise which resolves after the personalization was saved.
211
+ * @returns {Promise} Promise which resolves after the personalization was saved.
228
212
  *
229
213
  * @since 1.103.0
230
214
  * @private
231
215
  * @ui5-restricted Used by S/4 MyHome (ux.eng.s4producthomes1)
232
216
  */
233
- SpaceContent.prototype.deleteVisualization = function (pageId, sectionIndex, visualizationIndex) {
234
- return Container.getServiceAsync("Pages")
235
- .then(function (oPagesService) {
236
- var iPageIndex = oPagesService.getPageIndex(pageId);
237
- return oPagesService.deleteVisualization(iPageIndex, sectionIndex, visualizationIndex);
238
- });
217
+ SpaceContent.prototype.deleteVisualization = async function (pageId, sectionIndex, visualizationIndex) {
218
+ const oPagesService = await Container.getServiceAsync("Pages");
219
+ const iPageIndex = oPagesService.getPageIndex(pageId);
220
+
221
+ return oPagesService.deleteVisualization(iPageIndex, sectionIndex, visualizationIndex);
239
222
  };
240
223
 
241
224
  /**
@@ -243,18 +226,16 @@ sap.ui.define([
243
226
  *
244
227
  * @param {sap.ushell.services.Pages.Visualization} vizData Data for a visualization
245
228
  *
246
- * @returns {sap.ushell.ui.launchpad.VizInstanceBase} A VizInstance control
229
+ * @returns {Promise<sap.ushell.ui.launchpad.VizInstanceBase>} A VizInstance control
247
230
  *
248
231
  * @since 1.103.0
249
232
  *
250
233
  * @private
251
234
  * @ui5-restricted Used by S/4 MyHome (ux.eng.s4producthomes1)
252
235
  */
253
- SpaceContent.prototype.instantiateVisualization = function (vizData) {
254
- return Container.getServiceAsync("VisualizationInstantiation")
255
- .then(function (oVisualizationInstantiationService) {
256
- return oVisualizationInstantiationService.instantiateVisualization(vizData);
257
- });
236
+ SpaceContent.prototype.instantiateVisualization = async function (vizData) {
237
+ const oVisualizationInstantiationService = await Container.getServiceAsync("VisualizationInstantiation");
238
+ return oVisualizationInstantiationService.instantiateVisualization(vizData);
258
239
  };
259
240
 
260
241
  /**
@@ -292,9 +273,9 @@ sap.ui.define([
292
273
  } else {
293
274
  if (title) {
294
275
  // add the URL to recent activity log
295
- var bLogRecentActivity = Config.last("/core/shell/enableRecentActivity") && Config.last("/core/shell/enableRecentActivityLogging");
276
+ const bLogRecentActivity = Config.last("/core/shell/enableRecentActivity") && Config.last("/core/shell/enableRecentActivityLogging");
296
277
  if (bLogRecentActivity) {
297
- var oRecentEntry = {
278
+ const oRecentEntry = {
298
279
  title: title,
299
280
  appType: AppType.URL,
300
281
  url: url,
@@ -364,40 +345,26 @@ sap.ui.define([
364
345
  * @private
365
346
  * @ui5-restricted Used by S/4 MyHome (ux.eng.s4producthomes1)
366
347
  */
367
- SpaceContent.prototype.getUserDefaultParameter = function (parameterName) {
368
- var oUserDefaultsService;
369
- var oCSTRService;
370
-
371
- return Promise.all([
372
- Container.getServiceAsync("ClientSideTargetResolution"),
373
- Container.getServiceAsync("UserDefaultParameters")
374
- ])
375
- .then(function (oResult) {
376
- oCSTRService = oResult[0];
377
- oUserDefaultsService = oResult[1];
378
-
379
- // The S/4 MyHome does not know the concept of content providers as it is
380
- // currently only targeted for the ABAP environment.
381
- return oCSTRService.getSystemContext("");
382
- })
383
- .then(function (oSystemContext) {
384
- return oUserDefaultsService.getValue(parameterName, oSystemContext);
385
- })
386
- .then(function (oParameterValue) {
387
- if (!oParameterValue.value && !oParameterValue.extendedValue) {
388
- return null;
389
- }
348
+ SpaceContent.prototype.getUserDefaultParameter = async function (parameterName) {
349
+ const oCSTRService = await Container.getServiceAsync("ClientSideTargetResolution");
350
+ const oUserDefaultsService = await Container.getServiceAsync("UserDefaultParameters");
351
+ // The S/4 MyHome does not know the concept of content providers as it is
352
+ // currently only targeted for the ABAP environment.
353
+ const oSystemContext = await oCSTRService.getSystemContext("");
354
+ const oParameterValue = await oUserDefaultsService.getValue(parameterName, oSystemContext);
355
+ if (!oParameterValue.value && !oParameterValue.extendedValue) {
356
+ return null;
357
+ }
390
358
 
391
- // return only the properties defined by the API
392
- var oValue = {};
393
- if (oParameterValue.value) {
394
- oValue.value = oParameterValue.value;
395
- }
396
- if (oParameterValue.extendedValue) {
397
- oValue.extendedValue = oParameterValue.extendedValue;
398
- }
399
- return oValue;
400
- });
359
+ // return only the properties defined by the API
360
+ const oValue = {};
361
+ if (oParameterValue.value) {
362
+ oValue.value = oParameterValue.value;
363
+ }
364
+ if (oParameterValue.extendedValue) {
365
+ oValue.extendedValue = oParameterValue.extendedValue;
366
+ }
367
+ return oValue;
401
368
  };
402
369
 
403
370
  SpaceContent.hasNoAdapter = true;
@@ -5,7 +5,7 @@
5
5
  */
6
6
  sap.ui.define([
7
7
  "sap/ushell/Config"
8
- ], function (Config) {
8
+ ], (Config) => {
9
9
  "use strict";
10
10
 
11
11
  /**
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's UI tracing service.
5
5
  *
6
- * @version 1.138.1
6
+ * @version 1.139.1
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/ushell/EventHub",
@@ -12,20 +12,20 @@ sap.ui.define([
12
12
  "sap/ushell/Config",
13
13
  "sap/ui/Device",
14
14
  "sap/base/util/fetch"
15
- ], function (
15
+ ], (
16
16
  EventHub,
17
17
  isPlainObject,
18
18
  Log,
19
19
  Config,
20
20
  Device,
21
21
  fetch
22
- ) {
22
+ ) => {
23
23
  "use strict";
24
24
 
25
- var MAX_BYTE_SIZE = 0x8000; // 32kB
26
- var START_BYTE_SIZE = 0x2; // 2 Bytes for an empty array
27
- var COMMA_SIZE = 1; // 1 Byte to add for size calculation
28
- var EVENT_NAME = "UITracer.trace";
25
+ const MAX_BYTE_SIZE = 0x8000; // 32kB
26
+ const START_BYTE_SIZE = 0x2; // 2 Bytes for an empty array
27
+ const COMMA_SIZE = 1; // 1 Byte to add for size calculation
28
+ const EVENT_NAME = "UITracer.trace";
29
29
 
30
30
  /**
31
31
  * @alias sap.ushell.services.UITracer
@@ -216,7 +216,7 @@ sap.ui.define([
216
216
  this._attachBrowserEvents();
217
217
  this._attachEventHubEvents();
218
218
  this._sSpacesPages = Config.last("/core/spaces/enabled") ? "-spaces" : "-groups";
219
- this._sSiteType = "wz-standard" + this._sSpacesPages;
219
+ this._sSiteType = `wz-standard${this._sSpacesPages}`;
220
220
  this._sSiteId = (new URLSearchParams(window.location.search)).get("siteId") || Config.last("/core/site/siteId");
221
221
  this._sDeviceType = this._getDeviceType();
222
222
 
@@ -230,12 +230,12 @@ sap.ui.define([
230
230
  Log.error("UITracer: unable to parse sap.flp.cf.Config", ex);
231
231
  }
232
232
  if (oConfigMeta && oConfigMeta.scenario) {
233
- if (oConfigMeta.scenario === "LAUNCHPAD" && this._sSiteId === "sap.start.site") {
234
- this._sSiteType = "sap-start" + this._sSpacesPages;
233
+ if (oConfigMeta.scenario === "LAUNCHPAD" && this._sSiteId === "sap.start.site") {
234
+ this._sSiteType = `sap-start${this._sSpacesPages}`;
235
235
  } else if (oConfigMeta.scenario === "WORKZONE") {
236
- this._sSiteType = "wz-advanced" + this._sSpacesPages;
236
+ this._sSiteType = `wz-advanced${this._sSpacesPages}`;
237
237
  } else if (oConfigMeta.scenario === "WORKZONEHR") {
238
- this._sSiteType = "wz-advancedhr" + this._sSpacesPages;
238
+ this._sSiteType = `wz-advancedhr${this._sSpacesPages}`;
239
239
  }
240
240
  }
241
241
  }
@@ -250,29 +250,23 @@ sap.ui.define([
250
250
  */
251
251
  UITracer.prototype._getToken = function () {
252
252
  this._pToken = fetch(this._sServiceUrl)
253
- .then(
254
- function (oResponse) {
255
- this._sToken = "-";
256
- return oResponse.json();
257
- }.bind(this)
258
- )
259
- .then(
260
- function (oJson) {
261
- if (oJson && oJson.token) {
262
- this._sToken = oJson.token;
263
- }
264
- }.bind(this)
265
- )
266
- .catch(
267
- function () {
268
- Log.debug(
269
- "UITracer: getToken failed on " + this._sServiceUrl,
270
- "",
271
- "sap.ushell.services.UITracer"
272
- );
273
- this._sToken = "-";
274
- }.bind(this)
275
- );
253
+ .then((oResponse) => {
254
+ this._sToken = "-";
255
+ return oResponse.json();
256
+ })
257
+ .then((oJson) => {
258
+ if (oJson && oJson.token) {
259
+ this._sToken = oJson.token;
260
+ }
261
+ })
262
+ .catch(() => {
263
+ Log.debug(
264
+ `UITracer: getToken failed on ${this._sServiceUrl}`,
265
+ "",
266
+ "sap.ushell.services.UITracer"
267
+ );
268
+ this._sToken = "-";
269
+ });
276
270
  };
277
271
 
278
272
  /**
@@ -296,13 +290,13 @@ sap.ui.define([
296
290
  * as "browser-desktop", "browser-tablet", "browser-phone".
297
291
  */
298
292
  UITracer.prototype._getDeviceType = function () {
299
- var sSystem = "desktop";
293
+ let sSystem = "desktop";
300
294
  if (Device.system.tablet) {
301
295
  sSystem = "tablet";
302
296
  } else if (Device.system.phone) {
303
297
  sSystem = "phone";
304
298
  }
305
- return "browser-" + sSystem;
299
+ return `browser-${sSystem}`;
306
300
  };
307
301
 
308
302
  /**
@@ -330,15 +324,15 @@ sap.ui.define([
330
324
  UITracer.prototype._addEntry = function (oEntry) {
331
325
  if (isPlainObject(oEntry) && Object.keys(oEntry).length > 0) {
332
326
  try {
333
- var oTraceEntry = this._createTraceEntry(oEntry);
334
- var iEntrySize = this._getBlob(oTraceEntry).size + COMMA_SIZE;
327
+ const oTraceEntry = this._createTraceEntry(oEntry);
328
+ const iEntrySize = this._getBlob(oTraceEntry).size + COMMA_SIZE;
335
329
  if (this._iSize + iEntrySize > MAX_BYTE_SIZE) {
336
330
  this._sendTrace();
337
331
  }
338
332
  this._iSize += iEntrySize;
339
333
  this._aTrace.push(oTraceEntry);
340
334
  Log.debug(
341
- "UITracer: Trace entry added with size " + iEntrySize,
335
+ `UITracer: Trace entry added with size ${iEntrySize}`,
342
336
  JSON.stringify(oTraceEntry),
343
337
  "sap.ushell.services.UITracer"
344
338
  );
@@ -359,8 +353,8 @@ sap.ui.define([
359
353
  * @since 1.116.0
360
354
  */
361
355
  UITracer.prototype._createTraceEntry = function (oEntry) {
362
- var oTraceEntry = JSON.parse(JSON.stringify(oEntry));
363
- var oData = oTraceEntry.data || {};
356
+ const oTraceEntry = JSON.parse(JSON.stringify(oEntry));
357
+ const oData = oTraceEntry.data || {};
364
358
 
365
359
  // enrich data
366
360
  oData.siteType = this._sSiteType;
@@ -392,14 +386,14 @@ sap.ui.define([
392
386
  UITracer.prototype._sendTrace = function (bForce) {
393
387
  if (!this._sToken || this._sToken === "-") {
394
388
  Log.debug(
395
- "UITracer: _sendTrace failed, token " + this._sToken === "-" ? "request failed " : "is missing",
389
+ `UITracer: _sendTrace failed, token ${this._sToken}` === "-" ? "request failed " : "is missing",
396
390
  "",
397
391
  "sap.ushell.services.UITracer"
398
392
  );
399
393
  return;
400
394
  }
401
395
  if (this._aTrace.length > 0) {
402
- var oLastEntry = this._aTrace[this._aTrace.length - 1];
396
+ const oLastEntry = this._aTrace[this._aTrace.length - 1];
403
397
  if (!bForce && oLastEntry.reason === "LaunchApp" &&
404
398
  oLastEntry.data &&
405
399
  oLastEntry.data.targetUrl &&
@@ -407,28 +401,20 @@ sap.ui.define([
407
401
  // do not send the entries immediately, wait for next trace entry (probably a NavigateApp event) {
408
402
  return;
409
403
  }
410
- var oBlob = this._getBlob({
404
+ const oBlob = this._getBlob({
411
405
  token: this._sToken,
412
406
  data: this._aTrace
413
407
  });
414
408
  try {
415
409
  window.navigator.sendBeacon(this._sServiceUrl, oBlob);
416
410
  Log.debug(
417
- "UITracer: _sendTrace to " +
418
- this._sServiceUrl +
419
- "with size " +
420
- oBlob.size +
421
- " byte, entry count " + this._aTrace.length,
411
+ `UITracer: _sendTrace to ${this._sServiceUrl} with size ${oBlob.size} byte, entry count ${this._aTrace.length}`,
422
412
  "",
423
413
  "sap.ushell.services.UITracer"
424
414
  );
425
415
  } catch (ex) {
426
416
  Log.debug(
427
- "UITracer: _sendTrace failed " +
428
- this._sServiceUrl +
429
- "with size " +
430
- oBlob.size +
431
- " byte, entry count " + this._aTrace.length,
417
+ `UITracer: _sendTrace failed ${this._sServiceUrl} with size ${oBlob.size} byte, entry count ${this._aTrace.length}`,
432
418
  "",
433
419
  "sap.ushell.services.UITracer"
434
420
  );
@@ -470,19 +456,19 @@ sap.ui.define([
470
456
  if (document.visibilityState) {
471
457
  document.addEventListener(
472
458
  "visibilitychange",
473
- function () {
459
+ () => {
474
460
  if (document.visibilityState === "hidden") {
475
461
  this._sendTrace();
476
462
  }
477
- }.bind(this)
463
+ }
478
464
  );
479
465
  }
480
466
  // ensure that unload forces send
481
467
  window.addEventListener(
482
468
  "beforeunload",
483
- function () {
484
- this._sendTrace(true /*force*/);
485
- }.bind(this)
469
+ () => {
470
+ this._sendTrace(true /* force */);
471
+ }
486
472
  );
487
473
  };
488
474
 
@@ -494,9 +480,9 @@ sap.ui.define([
494
480
  */
495
481
  UITracer.prototype._attachEventHubEvents = function () {
496
482
  EventHub.on(EVENT_NAME).do(
497
- function (oEntry) {
483
+ (oEntry) => {
498
484
  this.trace(oEntry);
499
- }.bind(this)
485
+ }
500
486
  );
501
487
  };
502
488
 
@@ -6,9 +6,9 @@
6
6
  * Service wrapper for the sap/ushell/utils/UrlShortening module.
7
7
  * @deprecated since 1.118. Please use the UrlShortening module directly.
8
8
  *
9
- * @version 1.138.1
9
+ * @version 1.139.1
10
10
  */
11
- sap.ui.define(["sap/ushell/utils/UrlShortening"], function (UrlShortening) {
11
+ sap.ui.define(["sap/ushell/utils/UrlShortening"], (UrlShortening) => {
12
12
  "use strict";
13
13
  function URLShortening () {
14
14
  this.compactHash = UrlShortening.compactHash.bind(UrlShortening);
@@ -1,15 +1,11 @@
1
1
  // Copyright (c) 2009-2025 SAP SE, All Rights Reserved
2
2
  /**
3
3
  * @fileOverview The URLTemplate service provides utilities when working with URL templates
4
- * @version 1.138.1
4
+ * @version 1.139.1
5
5
  */
6
6
  sap.ui.define([
7
- "sap/ushell/utils",
8
- "sap/base/Log"
9
- ], function (
10
- utils,
11
- Log
12
- ) {
7
+ ], (
8
+ ) => {
13
9
  "use strict";
14
10
 
15
11
  /**
@@ -49,7 +45,10 @@ sap.ui.define([
49
45
  /**
50
46
  * Allow the platform to perform post url template processing actions to manipulate the url before iframe is opened.
51
47
  *
52
- * @returns {Promise<Url>} The new URL after platform changes
48
+ * @param {string} sUrl the URL.
49
+ * @param {object} oSiteAppSection the site app section.
50
+ * @param {boolean} bForNewIframe whether a new iframe should be opened.
51
+ * @returns {Promise<Url>} the new URL after platform changes.
53
52
  *
54
53
  * @since 1.94.0
55
54
  * @private
@@ -1,17 +1,17 @@
1
1
  // Copyright (c) 2009-2025 SAP SE, All Rights Reserved
2
2
 
3
- sap.ui.define(function () {
3
+ sap.ui.define(() => {
4
4
  "use strict";
5
5
 
6
6
  // application context
7
- var Ui5ComponentHandle = function (oComponent) {
7
+ function Ui5ComponentHandle (oComponent) {
8
8
  this._oComponent = oComponent;
9
- };
9
+ }
10
10
 
11
- Ui5ComponentHandle.onBeforeApplicationInstanceCreated = function (/*oComponentConfig*/) {
11
+ Ui5ComponentHandle.onBeforeApplicationInstanceCreated = function (/* oComponentConfig */) {
12
12
  sap.ui.require([
13
13
  "sap/ushell/Fiori20AdapterTest"
14
- ], function () { });
14
+ ], () => { });
15
15
  };
16
16
 
17
17
  Ui5ComponentHandle.prototype.getInstance = function () {
@@ -4,7 +4,7 @@
4
4
  * @fileOverview The Unified Shell's UI5 component loader service.
5
5
  * This is a shell-internal service and no public or application facing API!
6
6
  *
7
- * @version 1.138.1
7
+ * @version 1.139.1
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/base/Log",
@@ -7,9 +7,9 @@
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/base/Log"
10
- ], function (
10
+ ], (
11
11
  Log
12
- ) {
12
+ ) => {
13
13
  "use strict";
14
14
 
15
15
  /**
@@ -55,7 +55,6 @@ sap.ui.define([
55
55
  * therefore this client-side service API cannot be used any longer.
56
56
  */
57
57
  function UsageAnalytics (oContainerInterface, sParameter, oServiceProperties) {
58
-
59
58
  /**
60
59
  * Service API - Begin
61
60
  */