@sapui5/sap.ushell 1.138.1 → 1.139.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (756) 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/wcfResolution.js +32 -26
  5. package/src/main/js/sap/ushell/Container.js +0 -1
  6. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  7. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  8. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  9. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  10. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  11. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
  12. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
  13. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
  14. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
  15. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
  16. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  17. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +12 -12
  18. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  19. package/src/main/js/sap/ushell/User.js +32 -12
  20. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  64. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  65. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  66. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  67. package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +3 -5
  68. package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +14 -1
  69. package/src/main/js/sap/ushell/appIntegration/ApplicationHandle.js +8 -3
  70. package/src/main/js/sap/ushell/appIntegration/IframeApplicationContainer.js +8 -8
  71. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/AppruntimeHandler.js +17 -12
  72. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/ExtensionItems.js +6 -23
  73. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/LifecycleHandler.js +112 -92
  74. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/NWBCHandler.js +15 -7
  75. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/ServiceHandler.js +257 -214
  76. package/src/main/js/sap/ushell/appIntegration/PostMessageManager.js +347 -117
  77. package/src/main/js/sap/ushell/appIntegration/UI5ApplicationContainer.js +1 -0
  78. package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +15 -19
  79. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV1Handler.js +15 -14
  80. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +38 -40
  81. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
  82. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
  83. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
  84. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -8
  85. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
  86. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
  87. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
  88. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
  89. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +1 -1
  90. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
  91. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +25 -1
  92. package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
  93. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  94. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
  95. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
  96. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
  97. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
  98. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
  99. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
  100. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
  101. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
  102. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
  103. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
  104. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  105. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/StepConfiguration.json +0 -2
  106. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  107. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
  108. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  109. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +4 -0
  110. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  111. package/src/main/js/sap/ushell/components/CatalogsManager.js +157 -157
  112. package/src/main/js/sap/ushell/components/ComponentKeysHandler.js +180 -187
  113. package/src/main/js/sap/ushell/components/DestroyHelper.js +4 -4
  114. package/src/main/js/sap/ushell/components/GroupsHelper.js +21 -21
  115. package/src/main/js/sap/ushell/components/HomepageManager.js +465 -424
  116. package/src/main/js/sap/ushell/components/MessagingHelper.js +24 -24
  117. package/src/main/js/sap/ushell/components/SharedComponentUtils.js +16 -16
  118. package/src/main/js/sap/ushell/components/_HomepageManager/DashboardLoadingManager.js +43 -43
  119. package/src/main/js/sap/ushell/components/_HomepageManager/PagingManager.js +43 -39
  120. package/src/main/js/sap/ushell/components/_HomepageManager/PersistentPageOperationAdapter.js +166 -175
  121. package/src/main/js/sap/ushell/components/_HomepageManager/TransientPageOperationAdapter.js +57 -57
  122. package/src/main/js/sap/ushell/components/appfinder/AppFinder.controller.js +96 -99
  123. package/src/main/js/sap/ushell/components/appfinder/AppFinderView.js +27 -21
  124. package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +180 -178
  125. package/src/main/js/sap/ushell/components/appfinder/CatalogView.js +56 -56
  126. package/src/main/js/sap/ushell/components/appfinder/Component.js +12 -16
  127. package/src/main/js/sap/ushell/components/appfinder/EasyAccess.controller.js +129 -133
  128. package/src/main/js/sap/ushell/components/appfinder/EasyAccessView.js +10 -10
  129. package/src/main/js/sap/ushell/components/appfinder/GroupListPopover.controller.js +22 -22
  130. package/src/main/js/sap/ushell/components/appfinder/GroupListPopoverView.js +14 -14
  131. package/src/main/js/sap/ushell/components/appfinder/HierarchyApps.controller.js +75 -78
  132. package/src/main/js/sap/ushell/components/appfinder/HierarchyAppsView.js +24 -27
  133. package/src/main/js/sap/ushell/components/appfinder/HierarchyFolders.controller.js +44 -46
  134. package/src/main/js/sap/ushell/components/appfinder/HierarchyFoldersView.js +22 -22
  135. package/src/main/js/sap/ushell/components/appfinder/VisualizationOrganizerHelper.js +28 -28
  136. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  137. package/src/main/js/sap/ushell/components/cards/Card.controller.js +16 -20
  138. package/src/main/js/sap/ushell/components/cards/Configuration.controller.js +35 -37
  139. package/src/main/js/sap/ushell/components/cards/ManifestPropertyHelper.js +32 -34
  140. package/src/main/js/sap/ushell/components/cepsearchresult/app/Main.controller.js +7 -12
  141. package/src/main/js/sap/ushell/components/cepsearchresult/app/Main.view.xml +2 -9
  142. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/Extension.js +0 -1
  143. package/src/main/js/sap/ushell/components/cepsearchresult/app/css/style.css +58 -0
  144. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/AdvancedFormatters.js +0 -1
  145. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/Edition.js +0 -1
  146. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/EditionAdvanced.js +0 -1
  147. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/appendStyleVars.js +0 -1
  148. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Category.js +13 -13
  149. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Highlighter.js +2 -5
  150. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Paginator.js +0 -2
  151. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/Event.js +4 -3
  152. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +8 -9
  153. package/src/main/js/sap/ushell/components/contentFinder/Component.js +2 -2
  154. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -3
  155. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  156. package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +2 -2
  157. package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
  158. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  159. package/src/main/js/sap/ushell/components/contentFinder/model/GraphQLListBinding.js +3 -5
  160. package/src/main/js/sap/ushell/components/contentFinder/model/GraphQLModel.js +2 -2
  161. package/src/main/js/sap/ushell/components/contentFinder/model/formatter.js +13 -6
  162. package/src/main/js/sap/ushell/components/contentFinder/resources/resources.properties +3 -3
  163. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saprigi.properties +1 -1
  164. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearch.view.xml +2 -14
  165. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchCategoryTreeTable.fragment.xml +14 -7
  166. package/src/main/js/sap/ushell/components/contentFinder/view/VisualizationsNoDataIllustratedMessage.fragment.xml +1 -1
  167. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +2 -2
  168. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +2 -4
  169. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  170. package/src/main/js/sap/ushell/components/factsheet/Component.js +13 -8
  171. package/src/main/js/sap/ushell/components/factsheet/annotation/Mapping.js +166 -118
  172. package/src/main/js/sap/ushell/components/factsheet/controls/PictureTile.js +20 -16
  173. package/src/main/js/sap/ushell/components/factsheet/controls/PictureTileRenderer.js +3 -3
  174. package/src/main/js/sap/ushell/components/factsheet/controls/PictureViewer.js +84 -77
  175. package/src/main/js/sap/ushell/components/factsheet/controls/PictureViewerItem.js +4 -4
  176. package/src/main/js/sap/ushell/components/factsheet/controls/PictureViewerRenderer.js +2 -2
  177. package/src/main/js/sap/ushell/components/factsheet/factory/ThingInspector.js +1356 -1139
  178. package/src/main/js/sap/ushell/components/factsheet/tools/ODataUrlTemplating.js +9 -5
  179. package/src/main/js/sap/ushell/components/factsheet/views/ThingViewer.controller.js +1 -1
  180. package/src/main/js/sap/ushell/components/factsheet/views/ThingViewer.view.js +9 -6
  181. package/src/main/js/sap/ushell/components/homeApp/error/Component.js +1 -1
  182. package/src/main/js/sap/ushell/components/homeApp/error/HomeAppError.controller.js +4 -4
  183. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +51 -48
  184. package/src/main/js/sap/ushell/components/homepage/Component.js +11 -11
  185. package/src/main/js/sap/ushell/components/homepage/DashboardContent.controller.js +185 -192
  186. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +60 -50
  187. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +199 -202
  188. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +152 -160
  189. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  190. package/src/main/js/sap/ushell/components/pages/ActionMode.js +72 -74
  191. package/src/main/js/sap/ushell/components/pages/Component.js +7 -32
  192. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +46 -46
  193. package/src/main/js/sap/ushell/components/pages/StateManager.js +9 -10
  194. package/src/main/js/sap/ushell/components/pages/controller/MyHome.controller.js +4 -4
  195. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +243 -215
  196. package/src/main/js/sap/ushell/components/pages/controller/PagesAndSpaceId.js +23 -24
  197. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  198. package/src/main/js/sap/ushell/components/runtimeSwitcher/Component.js +1 -1
  199. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +60 -70
  200. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  201. package/src/main/js/sap/ushell/components/shell/FloatingContainer/Component.js +0 -5
  202. package/src/main/js/sap/ushell/components/shell/FloatingContainer/controls/FloatingContainer.js +3 -3
  203. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  204. package/src/main/js/sap/ushell/components/shell/MenuBar/Component.js +18 -50
  205. package/src/main/js/sap/ushell/components/shell/MenuBar/controller/MenuBar.controller.js +73 -83
  206. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  207. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/Component.js +1 -1
  208. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +49 -50
  209. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +5 -5
  210. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  211. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +35 -33
  212. package/src/main/js/sap/ushell/components/shell/Notifications/Notifications.controller.js +8 -9
  213. package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsList.controller.js +5 -11
  214. package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +63 -42
  215. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +20 -22
  216. package/src/main/js/sap/ushell/components/shell/Search/Component.js +20 -12
  217. package/src/main/js/sap/ushell/components/shell/Search/ESearch.js +18 -21
  218. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  219. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +21 -14
  220. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchCEP.controller.js +204 -250
  221. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +25 -24
  222. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +9 -9
  223. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +4 -4
  224. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +63 -65
  225. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/Component.js +420 -0
  226. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/FrequentActivityProvider.js +84 -0
  227. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/RecentSearchProvider.js +63 -0
  228. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchProvider.js +141 -0
  229. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchServiceProvider.js +177 -0
  230. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/manifest.json +43 -0
  231. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources.properties +17 -0
  232. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +50 -35
  233. package/src/main/js/sap/ushell/components/shell/Settings/ErrorMessageHelper.js +10 -10
  234. package/src/main/js/sap/ushell/components/shell/Settings/UserSettings.controller.js +150 -150
  235. package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +66 -63
  236. package/src/main/js/sap/ushell/components/shell/Settings/appearance/AppearanceEntry.js +12 -15
  237. package/src/main/js/sap/ushell/components/shell/Settings/homepage/HomepageEntry.js +34 -37
  238. package/src/main/js/sap/ushell/components/shell/Settings/notifications/NotificationsEntry.js +6 -7
  239. package/src/main/js/sap/ushell/components/shell/Settings/notifications/NotificationsSetting.controller.js +46 -48
  240. package/src/main/js/sap/ushell/components/shell/Settings/search/Search.controller.js +4 -4
  241. package/src/main/js/sap/ushell/components/shell/Settings/search/SearchEntry.js +13 -13
  242. package/src/main/js/sap/ushell/components/shell/Settings/spaces/SpacesEntry.js +11 -13
  243. package/src/main/js/sap/ushell/components/shell/Settings/spaces/SpacesSetting.controller.js +41 -42
  244. package/src/main/js/sap/ushell/components/shell/Settings/userAccount/UserAccountEntry.js +11 -15
  245. package/src/main/js/sap/ushell/components/shell/Settings/userAccount/UserAccountSelector.controller.js +35 -37
  246. package/src/main/js/sap/ushell/components/shell/Settings/userActivities/UserActivitiesEntry.js +6 -7
  247. package/src/main/js/sap/ushell/components/shell/Settings/userActivities/UserActivitiesSetting.controller.js +7 -8
  248. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/Component.js +2 -2
  249. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/UserDefaultsEntry.js +16 -16
  250. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/UserDefaultsForm.js +17 -17
  251. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/controller/ExtendedValueDialog.controller.js +21 -24
  252. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/controller/UserDefaultsSetting.controller.js +136 -137
  253. package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.controller.js +73 -78
  254. package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/UserLanguageRegionEntry.js +8 -8
  255. package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +30 -23
  256. package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +34 -22
  257. package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
  258. package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +21 -9
  259. package/src/main/js/sap/ushell/components/shell/SideNavigation/Component.js +7 -11
  260. package/src/main/js/sap/ushell/components/shell/SideNavigation/controller/SideNavigation.controller.js +3 -3
  261. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
  262. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/AllSpaces.js +3 -4
  263. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/AppFinder.js +2 -2
  264. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +8 -3
  265. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericFixedNavigationListProvider.js +2 -2
  266. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericNavigationListProvider.js +2 -2
  267. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/MyHome.js +2 -2
  268. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/NavigationHelper.js +4 -4
  269. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/RecentActivity.js +4 -4
  270. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Spaces.js +5 -6
  271. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/SpacesNavigationListProvider.js +2 -3
  272. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +3 -4
  273. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.controller.js +47 -48
  274. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +27 -30
  275. package/src/main/js/sap/ushell/components/tiles/action/ActionTile.controller.js +55 -55
  276. package/src/main/js/sap/ushell/components/tiles/action/Configuration.controller.js +39 -41
  277. package/src/main/js/sap/ushell/components/tiles/applauncher/Component.js +3 -3
  278. package/src/main/js/sap/ushell/components/tiles/applauncher/Configuration.controller.js +26 -27
  279. package/src/main/js/sap/ushell/components/tiles/applauncher/StaticTile.controller.js +66 -66
  280. package/src/main/js/sap/ushell/components/tiles/applauncher/StaticTile.view.js +5 -5
  281. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/Component.js +2 -2
  282. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/Configuration.controller.js +27 -27
  283. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/DynamicTile.controller.js +107 -107
  284. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/DynamicTile.view.js +7 -7
  285. package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/Component.js +7 -7
  286. package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/StaticTile.controller.js +31 -31
  287. package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/StaticTile.view.js +2 -2
  288. package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/Component.js +15 -15
  289. package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/DynamicTile.controller.js +85 -86
  290. package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/DynamicTile.view.js +4 -4
  291. package/src/main/js/sap/ushell/components/tiles/generic.js +133 -131
  292. package/src/main/js/sap/ushell/components/tiles/indicatorArea/AreaChartTile.controller.js +71 -71
  293. package/src/main/js/sap/ushell/components/tiles/indicatorArea/AreaChartTile.view.js +17 -17
  294. package/src/main/js/sap/ushell/components/tiles/indicatorDual/DualTile.controller.js +49 -49
  295. package/src/main/js/sap/ushell/components/tiles/indicatorDual/DualTile.view.js +9 -9
  296. package/src/main/js/sap/ushell/components/tiles/indicatorDualComparison/DualComparison.controller.js +80 -80
  297. package/src/main/js/sap/ushell/components/tiles/indicatorDualComparison/DualComparison.view.js +3 -3
  298. package/src/main/js/sap/ushell/components/tiles/indicatorDualContribution/DualContribution.controller.js +74 -75
  299. package/src/main/js/sap/ushell/components/tiles/indicatorDualContribution/DualContribution.view.js +3 -3
  300. package/src/main/js/sap/ushell/components/tiles/indicatorDualDeviation/DualDeviation.controller.js +55 -55
  301. package/src/main/js/sap/ushell/components/tiles/indicatorDualDeviation/DualDeviation.view.js +12 -12
  302. package/src/main/js/sap/ushell/components/tiles/indicatorDualTrend/DualTrend.controller.js +83 -84
  303. package/src/main/js/sap/ushell/components/tiles/indicatorDualTrend/DualTrend.view.js +15 -15
  304. package/src/main/js/sap/ushell/components/tiles/indicatorHarveyBall/HarveyBallTile.controller.js +71 -71
  305. package/src/main/js/sap/ushell/components/tiles/indicatorHarveyBall/HarveyBallTile.view.js +7 -7
  306. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/cache.js +4 -4
  307. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/indicatorTileHelper.js +4 -4
  308. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/oData4Analytics.js +230 -232
  309. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/smartBusinessUtil.js +271 -272
  310. package/src/main/js/sap/ushell/components/tiles/indicatorcomparison/ComparisonTile.controller.js +55 -55
  311. package/src/main/js/sap/ushell/components/tiles/indicatorcomparison/ComparisonTile.view.js +4 -4
  312. package/src/main/js/sap/ushell/components/tiles/indicatorcontribution/ContributionTile.controller.js +53 -53
  313. package/src/main/js/sap/ushell/components/tiles/indicatorcontribution/ContributionTile.view.js +5 -5
  314. package/src/main/js/sap/ushell/components/tiles/indicatordeviation/DeviationTile.controller.js +20 -20
  315. package/src/main/js/sap/ushell/components/tiles/indicatordeviation/DeviationTile.view.js +11 -11
  316. package/src/main/js/sap/ushell/components/tiles/indicatornumeric/NumericTile.controller.js +14 -15
  317. package/src/main/js/sap/ushell/components/tiles/indicatornumeric/NumericTile.view.js +10 -10
  318. package/src/main/js/sap/ushell/components/tiles/sbtilecontent.js +6 -6
  319. package/src/main/js/sap/ushell/components/tiles/utils.js +699 -664
  320. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +217 -217
  321. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +4 -8
  322. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +40 -42
  323. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +257 -262
  324. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.layout.js +19 -20
  325. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +6 -6
  326. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +37 -38
  327. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +97 -100
  328. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +81 -82
  329. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnRenderer.js +9 -9
  330. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +38 -39
  331. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRenderer.js +5 -5
  332. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +8 -9
  333. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRowRenderer.js +9 -9
  334. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  335. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +4 -4
  336. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +15 -15
  337. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  338. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  339. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Avatar.js +7 -1
  340. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemGroup.js +90 -0
  341. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +10 -0
  342. package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +19 -11
  343. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/Search.js +144 -0
  344. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItem.js +68 -0
  345. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItemGroup.js +34 -0
  346. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchMessageArea.js +51 -0
  347. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchScope.js +55 -0
  348. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBar.js +5 -0
  349. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarBranding.js +76 -0
  350. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSearch.js +133 -0
  351. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +83 -1
  352. package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +80 -2
  353. package/src/main/js/sap/ushell/library.js +1 -1
  354. package/src/main/js/sap/ushell/navigation/NavigationState.js +126 -0
  355. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  356. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  357. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  358. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  359. package/src/main/js/sap/ushell/renderer/AccessKeysHandler.js +8 -4
  360. package/src/main/js/sap/ushell/renderer/Renderer.js +19 -7
  361. package/src/main/js/sap/ushell/renderer/Shell.controller.js +11 -5
  362. package/src/main/js/sap/ushell/renderer/Shell.view.js +4 -1
  363. package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +2 -0
  364. package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +2 -0
  365. package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +2 -0
  366. package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +2 -0
  367. package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +2 -0
  368. package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +2 -0
  369. package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +2 -0
  370. package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +2 -0
  371. package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +2 -0
  372. package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +2 -0
  373. package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +2 -0
  374. package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +2 -0
  375. package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +2 -0
  376. package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +2 -0
  377. package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +2 -0
  378. package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +2 -0
  379. package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +2 -0
  380. package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +2 -0
  381. package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +2 -0
  382. package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +2 -0
  383. package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +3 -1
  384. package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +2 -0
  385. package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +2 -0
  386. package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +2 -0
  387. package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +2 -0
  388. package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +2 -0
  389. package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +2 -0
  390. package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +2 -0
  391. package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +2 -0
  392. package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +2 -0
  393. package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +2 -0
  394. package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +2 -0
  395. package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +2 -0
  396. package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +2 -0
  397. package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +2 -0
  398. package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +2 -0
  399. package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +2 -0
  400. package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +2 -0
  401. package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +2 -0
  402. package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +2 -0
  403. package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +3 -1
  404. package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +2 -0
  405. package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +2 -0
  406. package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +2 -0
  407. package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +2 -0
  408. package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +2 -0
  409. package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +3 -1
  410. package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +2 -0
  411. package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +2 -0
  412. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  413. package/src/main/js/sap/ushell/services/AllMyApps.js +5 -5
  414. package/src/main/js/sap/ushell/services/AppConfiguration.js +3 -5
  415. package/src/main/js/sap/ushell/services/AppLifeCycle.js +2 -2
  416. package/src/main/js/sap/ushell/services/AppState.js +86 -102
  417. package/src/main/js/sap/ushell/services/AppType.js +2 -2
  418. package/src/main/js/sap/ushell/services/Bookmark.js +156 -164
  419. package/src/main/js/sap/ushell/services/BookmarkV2.js +10 -13
  420. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  421. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  422. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  423. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  424. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  425. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  426. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  427. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  428. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  429. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  430. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +27 -31
  431. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  432. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  433. package/src/main/js/sap/ushell/services/CommonDataModel.js +295 -353
  434. package/src/main/js/sap/ushell/services/Configuration.js +14 -12
  435. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +34 -35
  436. package/src/main/js/sap/ushell/services/Container.js +2 -2
  437. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +29 -62
  438. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +227 -266
  439. package/src/main/js/sap/ushell/services/DarkModeSupport.js +17 -16
  440. package/src/main/js/sap/ushell/services/EndUserFeedback.js +5 -4
  441. package/src/main/js/sap/ushell/services/Extension/Item.js +7 -12
  442. package/src/main/js/sap/ushell/services/Extension.js +54 -19
  443. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +209 -213
  444. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +3 -3
  445. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +3 -3
  446. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +6 -6
  447. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  448. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  449. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +4 -4
  450. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +3 -3
  451. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -2
  452. package/src/main/js/sap/ushell/services/Menu.js +264 -289
  453. package/src/main/js/sap/ushell/services/Message.js +3 -3
  454. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +6 -29
  455. package/src/main/js/sap/ushell/services/MessageBroker.js +14 -10
  456. package/src/main/js/sap/ushell/services/MessageInternal.js +37 -38
  457. package/src/main/js/sap/ushell/services/NavTargetResolution.js +2 -5
  458. package/src/main/js/sap/ushell/services/NavTargetResolutionInternal.js +153 -157
  459. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +4 -6
  460. package/src/main/js/sap/ushell/services/Navigation/utils.js +62 -64
  461. package/src/main/js/sap/ushell/services/Navigation.js +10 -14
  462. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +2 -2
  463. package/src/main/js/sap/ushell/services/Notifications.js +29 -15
  464. package/src/main/js/sap/ushell/services/NotificationsV2.js +86 -98
  465. package/src/main/js/sap/ushell/services/PageBuilding.js +9 -6
  466. package/src/main/js/sap/ushell/services/PagePersistence.js +3 -3
  467. package/src/main/js/sap/ushell/services/PageReferencing.js +4 -2
  468. package/src/main/js/sap/ushell/services/Pages.js +635 -683
  469. package/src/main/js/sap/ushell/services/Personalization.js +103 -134
  470. package/src/main/js/sap/ushell/services/PersonalizationV2/ContextContainer.js +29 -32
  471. package/src/main/js/sap/ushell/services/PersonalizationV2/Personalizer.js +21 -6
  472. package/src/main/js/sap/ushell/services/PersonalizationV2/TransientPersonalizer.js +1 -2
  473. package/src/main/js/sap/ushell/services/PersonalizationV2/Variant.js +5 -1
  474. package/src/main/js/sap/ushell/services/PersonalizationV2/VariantSet.js +5 -8
  475. package/src/main/js/sap/ushell/services/PersonalizationV2/VariantSetAdapter.js +2 -2
  476. package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapter.js +10 -11
  477. package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapterContainer.js +27 -27
  478. package/src/main/js/sap/ushell/services/PersonalizationV2/constants.js +1 -2
  479. package/src/main/js/sap/ushell/services/PersonalizationV2/constants.private.js +1 -1
  480. package/src/main/js/sap/ushell/services/PersonalizationV2/utils.js +5 -5
  481. package/src/main/js/sap/ushell/services/PersonalizationV2.js +92 -105
  482. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +9 -9
  483. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +2 -2
  484. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +4 -4
  485. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +5 -8
  486. package/src/main/js/sap/ushell/services/PluginManager.js +12 -8
  487. package/src/main/js/sap/ushell/services/ReferenceResolver.js +21 -28
  488. package/src/main/js/sap/ushell/services/Search.js +25 -21
  489. package/src/main/js/sap/ushell/services/SearchCEP.js +38 -32
  490. package/src/main/js/sap/ushell/services/SearchableContent.js +203 -223
  491. package/src/main/js/sap/ushell/services/ShellNavigation.js +5 -3
  492. package/src/main/js/sap/ushell/services/ShellNavigationHashChanger.js +160 -164
  493. package/src/main/js/sap/ushell/services/ShellNavigationInternal.js +23 -19
  494. package/src/main/js/sap/ushell/services/SmartNavigation.js +86 -82
  495. package/src/main/js/sap/ushell/services/SpaceContent.js +73 -106
  496. package/src/main/js/sap/ushell/services/SupportTicket.js +1 -1
  497. package/src/main/js/sap/ushell/services/UITracer.js +48 -62
  498. package/src/main/js/sap/ushell/services/URLShortening.js +2 -2
  499. package/src/main/js/sap/ushell/services/URLTemplate.js +7 -8
  500. package/src/main/js/sap/ushell/services/Ui5ComponentHandle.js +5 -5
  501. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  502. package/src/main/js/sap/ushell/services/UsageAnalytics.js +2 -3
  503. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +10 -10
  504. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +12 -13
  505. package/src/main/js/sap/ushell/services/UserInfo.js +27 -15
  506. package/src/main/js/sap/ushell/services/UserRecents/RecentActivity.js +6 -7
  507. package/src/main/js/sap/ushell/services/UserRecents/RecentAppsUsage.js +5 -5
  508. package/src/main/js/sap/ushell/services/UserRecents/RecentsList.js +2 -2
  509. package/src/main/js/sap/ushell/services/UserRecents/UserRecentsBase.js +2 -2
  510. package/src/main/js/sap/ushell/services/UserRecents.js +3 -3
  511. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +63 -66
  512. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +11 -11
  513. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  514. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  515. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  516. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  517. package/src/main/js/sap/ushell/services/personalization/VariantSetAdapter.js +10 -10
  518. package/src/main/js/sap/ushell/state/BaseState.js +2 -3
  519. package/src/main/js/sap/ushell/state/BindingHelper.js +2 -4
  520. package/src/main/js/sap/ushell/state/ControlManager.js +2 -3
  521. package/src/main/js/sap/ushell/state/CurrentState.js +2 -2
  522. package/src/main/js/sap/ushell/state/KeepAlive.js +2 -2
  523. package/src/main/js/sap/ushell/state/ShellModel.js +2 -3
  524. package/src/main/js/sap/ushell/state/StateManager/LaunchpadState.js +2 -2
  525. package/src/main/js/sap/ushell/state/StateManager/Operation.js +2 -2
  526. package/src/main/js/sap/ushell/state/StateManager/ShellMode.js +2 -2
  527. package/src/main/js/sap/ushell/state/StateManager.js +3 -3
  528. package/src/main/js/sap/ushell/state/StateRules.js +2 -3
  529. package/src/main/js/sap/ushell/state/StrategyFactory/DefaultStrategy.js +2 -3
  530. package/src/main/js/sap/ushell/state/StrategyFactory/FloatingActionsStrategy.js +2 -3
  531. package/src/main/js/sap/ushell/state/StrategyFactory/FloatingContainerStrategy.js +2 -3
  532. package/src/main/js/sap/ushell/state/StrategyFactory/HeadEndItemsStrategy.js +3 -4
  533. package/src/main/js/sap/ushell/state/StrategyFactory/HeadItemsStrategy.js +3 -4
  534. package/src/main/js/sap/ushell/state/StrategyFactory/SidePaneStrategy.js +2 -3
  535. package/src/main/js/sap/ushell/state/StrategyFactory/SubHeaderStrategy.js +2 -3
  536. package/src/main/js/sap/ushell/state/StrategyFactory/UserActionsStrategy.js +3 -4
  537. package/src/main/js/sap/ushell/state/StrategyFactory.js +2 -3
  538. package/src/main/js/sap/ushell/state/modules/BackNavigation.js +2 -5
  539. package/src/main/js/sap/ushell/state/modules/ContentDensity.js +3 -3
  540. package/src/main/js/sap/ushell/state/modules/Favicon.js +3 -3
  541. package/src/main/js/sap/ushell/state/modules/HeaderLogo.js +3 -3
  542. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +123 -123
  543. package/src/main/js/sap/ushell/themes/base/ShellBar.less +2 -1
  544. package/src/main/js/sap/ushell/themes/base/ShellHeader.less +1 -1
  545. package/src/main/js/sap/ushell/themes/base/ToolAreaItem.less +1 -0
  546. package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellBar.less +9 -0
  547. package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellHeader.less +6 -0
  548. package/src/main/js/sap/ushell/themes/sap_fiori_3/library.source.less +1 -0
  549. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/ShellBar.less +9 -0
  550. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/library.source.less +1 -0
  551. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/ShellBar.less +9 -0
  552. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/library.source.less +1 -0
  553. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/ShellBar.less +9 -0
  554. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/library.source.less +1 -0
  555. package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellHeader.less +1 -1
  556. package/src/main/js/sap/ushell/thirdparty/AccessibilityTextsHelper.js +13 -0
  557. package/src/main/js/sap/ushell/thirdparty/Avatar.js +83 -16
  558. package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +16 -241
  559. package/src/main/js/sap/ushell/thirdparty/Button.js +1 -1
  560. package/src/main/js/sap/ushell/thirdparty/Button2.js +34 -14
  561. package/src/main/js/sap/ushell/thirdparty/Icon.js +11 -11
  562. package/src/main/js/sap/ushell/thirdparty/Icons.js +81 -79
  563. package/src/main/js/sap/ushell/thirdparty/Label.js +4 -4
  564. package/src/main/js/sap/ushell/thirdparty/Link.js +11 -10
  565. package/src/main/js/sap/ushell/thirdparty/List.js +34 -487
  566. package/src/main/js/sap/ushell/thirdparty/ListBoxItemGroupTemplate.js +14 -0
  567. package/src/main/js/sap/ushell/thirdparty/ListItemBase.js +239 -0
  568. package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +1669 -91
  569. package/src/main/js/sap/ushell/thirdparty/ListItemGroup.js +472 -0
  570. package/src/main/js/sap/ushell/thirdparty/Menu.js +70 -81
  571. package/src/main/js/sap/ushell/thirdparty/MenuItem.js +1 -1
  572. package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +348 -40
  573. package/src/main/js/sap/ushell/thirdparty/NotificationList.js +5 -5
  574. package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +15 -15
  575. package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +511 -517
  576. package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +3 -3
  577. package/src/main/js/sap/ushell/thirdparty/ResponsivePopover.js +2264 -0
  578. package/src/main/js/sap/ushell/thirdparty/SearchItem.js +111 -0
  579. package/src/main/js/sap/ushell/thirdparty/SearchItemGroup.js +47 -0
  580. package/src/main/js/sap/ushell/thirdparty/SearchMessageArea.js +49 -0
  581. package/src/main/js/sap/ushell/thirdparty/SearchScope.js +39 -0
  582. package/src/main/js/sap/ushell/thirdparty/ShellBar.js +177 -170
  583. package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +119 -0
  584. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch.js +7 -0
  585. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch2.js +3248 -0
  586. package/src/main/js/sap/ushell/thirdparty/Tag.js +15 -14
  587. package/src/main/js/sap/ushell/thirdparty/Text.js +9 -9
  588. package/src/main/js/sap/ushell/thirdparty/Title.js +167 -0
  589. package/src/main/js/sap/ushell/thirdparty/UserMenu.js +55 -54
  590. package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +5 -5
  591. package/src/main/js/sap/ushell/thirdparty/ValueState.js +7 -0
  592. package/src/main/js/sap/ushell/thirdparty/_dynamics/InputSuggestions.js +444 -0
  593. package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +7 -7
  594. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +39 -0
  595. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +26 -8
  596. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +40 -1
  597. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +26 -8
  598. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +41 -2
  599. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +27 -9
  600. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +39 -0
  601. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +25 -7
  602. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +39 -0
  603. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +25 -7
  604. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +39 -0
  605. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +26 -8
  606. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +39 -0
  607. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +25 -7
  608. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +39 -0
  609. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +26 -8
  610. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +39 -0
  611. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +25 -7
  612. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +45 -0
  613. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +26 -8
  614. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +39 -0
  615. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +26 -8
  616. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +39 -0
  617. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +26 -8
  618. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +45 -0
  619. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +23 -8
  620. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +39 -0
  621. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +26 -8
  622. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +42 -3
  623. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +27 -9
  624. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +42 -3
  625. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +28 -10
  626. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +39 -0
  627. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +25 -7
  628. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +39 -0
  629. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +25 -7
  630. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +39 -0
  631. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +26 -8
  632. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +39 -0
  633. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +25 -7
  634. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +39 -0
  635. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +25 -7
  636. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +39 -0
  637. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +25 -7
  638. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +39 -0
  639. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +25 -7
  640. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +39 -0
  641. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +26 -8
  642. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +43 -4
  643. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +29 -11
  644. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +39 -0
  645. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +27 -9
  646. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +39 -0
  647. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +26 -8
  648. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +39 -0
  649. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +26 -8
  650. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +39 -0
  651. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +25 -7
  652. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +39 -0
  653. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +25 -7
  654. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +39 -0
  655. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +27 -9
  656. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +40 -1
  657. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +25 -7
  658. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +40 -1
  659. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +27 -9
  660. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +39 -0
  661. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +25 -7
  662. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +39 -0
  663. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +26 -8
  664. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +39 -0
  665. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +26 -8
  666. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +39 -0
  667. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +25 -7
  668. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +39 -0
  669. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +26 -8
  670. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +39 -0
  671. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +25 -7
  672. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +39 -0
  673. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +25 -7
  674. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +39 -0
  675. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +25 -7
  676. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +39 -0
  677. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +25 -7
  678. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +41 -2
  679. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +26 -8
  680. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +39 -0
  681. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +25 -7
  682. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +39 -0
  683. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +26 -8
  684. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +39 -0
  685. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +25 -7
  686. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +39 -0
  687. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +25 -7
  688. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +40 -1
  689. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +25 -7
  690. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +39 -0
  691. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +26 -8
  692. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +39 -0
  693. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +26 -8
  694. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +41 -2
  695. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +25 -7
  696. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
  697. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
  698. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
  699. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
  700. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
  701. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
  702. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
  703. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
  704. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
  705. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
  706. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
  707. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
  708. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
  709. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
  710. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
  711. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
  712. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css26.js +7 -0
  713. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css3.js +1 -1
  714. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css4.js +1 -1
  715. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css5.js +1 -1
  716. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css6.js +1 -1
  717. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css7.js +1 -1
  718. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css8.js +1 -1
  719. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css9.js +1 -1
  720. package/src/main/js/sap/ushell/thirdparty/encodeXML.js +87 -0
  721. package/src/main/js/sap/ushell/thirdparty/generateHighlightedMarkup.js +9 -0
  722. package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +143 -149
  723. package/src/main/js/sap/ushell/thirdparty/i18n-defaults2.js +16 -0
  724. package/src/main/js/sap/ushell/thirdparty/information.js +10 -13
  725. package/src/main/js/sap/ushell/thirdparty/information2.js +13 -0
  726. package/src/main/js/sap/ushell/thirdparty/overflow.js +2 -2
  727. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +1 -1
  728. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css2.js +44 -0
  729. package/src/main/js/sap/ushell/thirdparty/query.js +1 -4
  730. package/src/main/js/sap/ushell/thirdparty/slim-arrow-down.js +44 -0
  731. package/src/main/js/sap/ushell/thirdparty/sys-enter-2.js +7 -0
  732. package/src/main/js/sap/ushell/thirdparty/toLowercaseEnumValue.js +0 -8
  733. package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +35 -31
  734. package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +8 -8
  735. package/src/main/js/sap/ushell/thirdparty/webcomponents.js +16 -16
  736. package/src/main/js/sap/ushell/thirdparty/willShowContent.js +7 -0
  737. package/src/main/js/sap/ushell/ui/ShellHeader.js +0 -1
  738. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  739. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  740. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  741. package/src/main/js/sap/ushell/ui/launchpad/VizInstance.js +6 -1
  742. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  743. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +5 -2
  744. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  745. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  746. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  747. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  748. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
  749. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
  750. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  751. package/src/main/js/sap/ushell/utils.js +32 -1
  752. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  753. package/ui5.yaml +2 -0
  754. package/src/main/js/sap/ushell/thirdparty/ListItemTemplate.js +0 -3920
  755. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css2.js +0 -7
  756. /package/src/main/js/sap/ushell/components/shell/SearchCEP/{SearchFieldFragment.fragment.xml → SearchField.fragment.xml} +0 -0
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  "sap/ushell/Config",
22
22
  "sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils",
23
23
  "sap/ushell/Container"
24
- ], function (
24
+ ], (
25
25
  BaseObject,
26
26
  EventBus,
27
27
  TileStateInternal,
@@ -38,11 +38,11 @@ sap.ui.define([
38
38
  Config,
39
39
  LaunchPageReadUtils,
40
40
  Container
41
- ) {
41
+ ) => {
42
42
  "use strict";
43
43
 
44
- var oCatalogsManagerInstance;
45
- var CatalogsManager = BaseObject.extend("sap.ushell.components.CatalogsManager", {
44
+ let oCatalogsManagerInstance;
45
+ const CatalogsManager = BaseObject.extend("sap.ushell.components.CatalogsManager", {
46
46
  metadata: {
47
47
  publicMethods: [
48
48
  "createGroup",
@@ -67,12 +67,12 @@ sap.ui.define([
67
67
  _aDoables: [],
68
68
 
69
69
  constructor: function (sId, mSettings) {
70
- this.oLaunchPageServicePromise = Container.getServiceAsync("FlpLaunchPage").then(function (oLaunchPageService) {
70
+ this.oLaunchPageServicePromise = Container.getServiceAsync("FlpLaunchPage").then((oLaunchPageService) => {
71
71
  this.oLaunchPageService = oLaunchPageService;
72
72
  return oLaunchPageService;
73
- }.bind(this));
73
+ });
74
74
 
75
- //TODO should be removed when AppFinder and Homepage use separate model
75
+ // TODO should be removed when AppFinder and Homepage use separate model
76
76
  this.oTileCatalogToGroupsMap = {};
77
77
  this.tagsPool = [];
78
78
  this.iInitialLoad = 100;
@@ -83,7 +83,7 @@ sap.ui.define([
83
83
  * @deprecated since 1.120
84
84
  */
85
85
  if (!Config.last("/core/spaces/enabled")) {
86
- var oHomepageManagerData = {
86
+ const oHomepageManagerData = {
87
87
  model: this.oModel
88
88
  };
89
89
 
@@ -98,7 +98,7 @@ sap.ui.define([
98
98
  },
99
99
 
100
100
  registerEvents: function () {
101
- var oEventBus = EventBus.getInstance();
101
+ const oEventBus = EventBus.getInstance();
102
102
  oEventBus.subscribe("renderCatalog", this.loadAllCatalogs, this);
103
103
  // Doable objects are kept in a global array to enable their off-ing later on.
104
104
  this._aDoables = [];
@@ -113,9 +113,9 @@ sap.ui.define([
113
113
  },
114
114
 
115
115
  unregisterEvents: function () {
116
- var oEventBus = EventBus.getInstance();
116
+ const oEventBus = EventBus.getInstance();
117
117
  oEventBus.unsubscribe("renderCatalog", this.loadAllCatalogs, this);
118
- this._aDoables.forEach(function (oDoable) {
118
+ this._aDoables.forEach((oDoable) => {
119
119
  oDoable.off();
120
120
  });
121
121
  this._aDoables = [];
@@ -126,9 +126,9 @@ sap.ui.define([
126
126
  return this.oModel;
127
127
  },
128
128
 
129
- loadAllCatalogs: function (/*sChannelId, sEventId, oData*/) {
130
- var oGroupsPromise = new jQuery.Deferred();
131
- var that = this;
129
+ loadAllCatalogs: function (/* sChannelId, sEventId, oData */) {
130
+ let oGroupsPromise = new jQuery.Deferred();
131
+ const that = this;
132
132
 
133
133
  // automatically resolving the group's promise for the scenario where the groups are
134
134
  // already loaded (so the group's promise Done callback will execute automatically is such a case)
@@ -136,17 +136,17 @@ sap.ui.define([
136
136
 
137
137
  // this is a local function (which could be invoked at 2 points in this method).
138
138
  // this sets a Done callback on the promise object of the groups.
139
- var setDoneCBForGroups = function () {
139
+ function setDoneCBForGroups () {
140
140
  /**
141
141
  * @deprecated since 1.120
142
142
  */
143
- oGroupsPromise.done(function () {
144
- var aGroups = that.getModel().getProperty("/groups");
143
+ oGroupsPromise.done(() => {
144
+ const aGroups = that.getModel().getProperty("/groups");
145
145
  if (aGroups && aGroups.length !== 0) {
146
146
  that.updateTilesAssociation();
147
147
  }
148
148
  });
149
- };
149
+ }
150
150
 
151
151
  if (!this.oModel.getProperty("/catalogs")) {
152
152
  /**
@@ -154,7 +154,7 @@ sap.ui.define([
154
154
  */
155
155
  // catalog also needs groups
156
156
  if (!this.oModel.getProperty("/groups") || this.oModel.getProperty("/groups").length === 0) {
157
- //Because of segmentation, some pins can be not selected
157
+ // Because of segmentation, some pins can be not selected
158
158
  if (!Config.last("/core/spaces/enabled")) {
159
159
  oGroupsPromise = this.oHomepageManager.loadPersonalizedGroups();
160
160
  }
@@ -178,31 +178,31 @@ sap.ui.define([
178
178
  Measurement.pause("FLP:DashboardManager.BuildCatalogModelWithRendering");
179
179
 
180
180
  // Trigger loading of catalogs
181
- this.oLaunchPageServicePromise.then(function (oLaunchPageService) {
181
+ this.oLaunchPageServicePromise.then((oLaunchPageService) => {
182
182
  oLaunchPageService.getCatalogs()
183
183
  // There's a need to make sure that onDoneLoadingCatalogs is called only after all catalogs are loaded
184
184
  // (i.e. all calls to addCatalogToModel are finished).
185
185
  // For this, all the promise objects that are generated inside addCatalogToModel are generated into this.aPromises,
186
186
  // and jQuery.when calls onDoneLoadingCatalogs only after all the promises are resolved
187
- .done(function (catalogs) {
188
- var aInitialCatalog = catalogs.slice(0, this.iInitialLoad);
187
+ .done((catalogs) => {
188
+ const aInitialCatalog = catalogs.slice(0, this.iInitialLoad);
189
189
 
190
190
  Measurement.end("FLP:DashboardManager.GetCatalogsRequest");
191
191
 
192
192
  this.aPromises = aInitialCatalog.map(this.addCatalogToModel.bind(this));
193
193
  Promise.all(this.aPromises)
194
194
  .then(this.processPendingCatalogs.bind(this))
195
- .then(function () {
195
+ .then(() => {
196
196
  this.aPromises = catalogs.slice(this.iInitialLoad).map(this.addCatalogToModel.bind(this));
197
197
  Promise.all(this.aPromises)
198
198
  .then(this.processPendingCatalogs.bind(this));
199
- }.bind(this))
199
+ })
200
200
  .then(this.onDoneLoadingCatalogs.bind(this, catalogs))
201
201
  .then(setDoneCBForGroups);
202
- }.bind(this))
203
- //in case of a severe error, show an error message
202
+ })
203
+ // in case of a severe error, show an error message
204
204
  .fail(MessagingHelper.showLocalizedErrorHelper("fail_to_load_catalog_msg"));
205
- }.bind(this));
205
+ });
206
206
  } else {
207
207
  // when groups are loaded we can map the catalog tiles <-> groups map
208
208
  setDoneCBForGroups();
@@ -222,20 +222,20 @@ sap.ui.define([
222
222
  * @deprecated since 1.120
223
223
  */
224
224
  mapCatalogTilesToGroups: function () {
225
- var that = this;
225
+ const that = this;
226
226
  this.oTileCatalogToGroupsMap = {};
227
227
 
228
228
  // calculate the relation between the CatalogTile and the instances.
229
- var aGroups = this.oModel.getProperty("/groups");
230
- aGroups.forEach(function (oGroup) {
231
- ["tiles", "links"].forEach(function (sAttribute) {
232
- var aTiles = oGroup[sAttribute];
229
+ const aGroups = this.oModel.getProperty("/groups");
230
+ aGroups.forEach((oGroup) => {
231
+ ["tiles", "links"].forEach((sAttribute) => {
232
+ const aTiles = oGroup[sAttribute];
233
233
  if (aTiles) {
234
- for (var tileInd = 0; tileInd < aTiles.length; ++tileInd) {
234
+ for (let tileInd = 0; tileInd < aTiles.length; ++tileInd) {
235
235
  // no stableIds required, because this is only used in classic homepage
236
- var tileId = encodeURIComponent(that.oLaunchPageService.getCatalogTileId(aTiles[tileInd].object));
237
- var tileGroups = that.oTileCatalogToGroupsMap[tileId] || [];
238
- var groupId = that.oLaunchPageService.getGroupId(oGroup.object);
236
+ const tileId = encodeURIComponent(that.oLaunchPageService.getCatalogTileId(aTiles[tileInd].object));
237
+ const tileGroups = that.oTileCatalogToGroupsMap[tileId] || [];
238
+ const groupId = that.oLaunchPageService.getGroupId(oGroup.object);
239
239
  // We make sure the group is visible and not locked, otherwise we should not put it in the map it fills.
240
240
  if (tileGroups.indexOf(groupId) === -1
241
241
  && (typeof (oGroup.isGroupVisible) === "undefined" || oGroup.isGroupVisible)
@@ -253,17 +253,17 @@ sap.ui.define([
253
253
  * @deprecated since 1.120
254
254
  */
255
255
  updateCatalogTilesToGroupsMap: function () {
256
- var tileId;
257
- var associatedGroups;
258
- var aGroups;
259
- var aCatalog = this.getModel().getProperty("/catalogs");
256
+ let tileId;
257
+ let associatedGroups;
258
+ let aGroups;
259
+ const aCatalog = this.getModel().getProperty("/catalogs");
260
260
  if (aCatalog) { // if the catalogTile model doesn't exist, it will be updated in some time later
261
- for (var index = 0; index < aCatalog.length; index++) {
262
- var aCatalogAppBoxes = aCatalog[index].appBoxes;
261
+ for (let index = 0; index < aCatalog.length; index++) {
262
+ const aCatalogAppBoxes = aCatalog[index].appBoxes;
263
263
  if (aCatalogAppBoxes) {
264
264
  // iterate over all the appBoxes.
265
- for (var aCatalogAppBoxesIndex = 0; aCatalogAppBoxesIndex < aCatalogAppBoxes.length; aCatalogAppBoxesIndex++) {
266
- var oAppBoxTile = aCatalogAppBoxes[aCatalogAppBoxesIndex];
265
+ for (let aCatalogAppBoxesIndex = 0; aCatalogAppBoxesIndex < aCatalogAppBoxes.length; aCatalogAppBoxesIndex++) {
266
+ const oAppBoxTile = aCatalogAppBoxes[aCatalogAppBoxesIndex];
267
267
  // no stableIds required, because this is only used in classic homepage
268
268
  tileId = encodeURIComponent(this.oLaunchPageService.getCatalogTileId(oAppBoxTile.src));
269
269
  // get the mapping of the associated groups map.
@@ -273,11 +273,11 @@ sap.ui.define([
273
273
  }
274
274
  }
275
275
 
276
- var aCatalogCustom = aCatalog[index].customTiles;
276
+ const aCatalogCustom = aCatalog[index].customTiles;
277
277
  if (aCatalogCustom) {
278
278
  // iterate over all the appBoxes.
279
- for (var aCatalogCustomIndex = 0; aCatalogCustomIndex < aCatalogCustom.length; aCatalogCustomIndex++) {
280
- var oCustomTile = aCatalogCustom[aCatalogCustomIndex];
279
+ for (let aCatalogCustomIndex = 0; aCatalogCustomIndex < aCatalogCustom.length; aCatalogCustomIndex++) {
280
+ const oCustomTile = aCatalogCustom[aCatalogCustomIndex];
281
281
  tileId = encodeURIComponent(this.oLaunchPageService.getCatalogTileId(oCustomTile.src));
282
282
  // get the mapping of the associated groups map.
283
283
  aGroups = this.oTileCatalogToGroupsMap[tileId];
@@ -334,7 +334,7 @@ sap.ui.define([
334
334
  *
335
335
  */
336
336
  addCatalogToModel: function (oCatalog) {
337
- var oCatalogModel = {
337
+ const oCatalogModel = {
338
338
  title: this.oLaunchPageService.getCatalogTitle(oCatalog),
339
339
  id: this.oLaunchPageService.getCatalogId(oCatalog),
340
340
  numberTilesSupportedOnCurrectDevice: 0,
@@ -345,32 +345,32 @@ sap.ui.define([
345
345
 
346
346
  Measurement.resume("FLP:DashboardManager.getCatalogTiles");
347
347
 
348
- return new Promise(function (resolve, reject) {
348
+ return new Promise((resolve, reject) => {
349
349
  this.oLaunchPageService.getCatalogTiles(oCatalog)
350
- .done(function (oCatalogEntry) {
350
+ .done((oCatalogEntry) => {
351
351
  Measurement.pause("FLP:DashboardManager.getCatalogTiles");
352
352
  resolve({
353
353
  oCatalogEntry: oCatalogEntry,
354
354
  oCatalogModel: oCatalogModel
355
355
  });
356
356
  })
357
- .fail(function (sError) {
357
+ .fail((sError) => {
358
358
  MessagingHelper.showLocalizedErrorHelper("fail_to_load_catalog_tiles_msg");
359
359
  reject(sError);
360
360
  });
361
- }.bind(this));
361
+ });
362
362
  },
363
363
 
364
364
  getTagList: function (maxTags) {
365
- var indexedTags = {};
366
- var tempTagsLst = [];
365
+ const indexedTags = {};
366
+ const tempTagsLst = [];
367
367
 
368
368
  if (this.oModel.getProperty("/tagList") && this.oModel.getProperty("/tagList").length > 0) {
369
369
  this.tagsPool.concat(this.oModel.getProperty("/tagList"));
370
370
  }
371
371
 
372
- for (var ind = 0; ind < this.tagsPool.length; ind++) {
373
- var oTag = this.tagsPool[ind];
372
+ for (let ind = 0; ind < this.tagsPool.length; ind++) {
373
+ const oTag = this.tagsPool[ind];
374
374
  if (indexedTags[oTag]) {
375
375
  indexedTags[oTag]++;
376
376
  } else {
@@ -379,11 +379,11 @@ sap.ui.define([
379
379
  }
380
380
 
381
381
  // find the place in the sortedTopTiles.
382
- for (var tag in indexedTags) {
382
+ for (const tag in indexedTags) {
383
383
  tempTagsLst.push({ tag: tag, occ: indexedTags[tag] });
384
384
  }
385
385
 
386
- var sorted = tempTagsLst.sort(function (a, b) {
386
+ const sorted = tempTagsLst.sort((a, b) => {
387
387
  return b.occ - a.occ;
388
388
  });
389
389
 
@@ -401,9 +401,9 @@ sap.ui.define([
401
401
  * @returns {Promise<undefined>} Resolves once the processing is done.
402
402
  */
403
403
  processPendingCatalogs: function (aPendingCatalogQueue) {
404
- var aCurrentCatalogs = this.oModel.getProperty("/catalogs");
405
- var oEventBus = EventBus.getInstance();
406
- var aAllEntryInCatalogMaster = this.oModel.getProperty("/masterCatalogs") || [{
404
+ const aCurrentCatalogs = this.oModel.getProperty("/catalogs");
405
+ const oEventBus = EventBus.getInstance();
406
+ const aAllEntryInCatalogMaster = this.oModel.getProperty("/masterCatalogs") || [{
407
407
  title: MessagingHelper.getLocalizedText("all")
408
408
  }];
409
409
  Measurement.end("FLP:DashboardManager.getCatalogTiles");
@@ -411,13 +411,13 @@ sap.ui.define([
411
411
 
412
412
  // Check if a catalog with the given title already exists in the model.
413
413
  // The catalogs are required to be processed one after each other to maintain the correct order
414
- var oCatalogProcessPromise = aPendingCatalogQueue.reduce(function (oProcessPromise, oPendingCatalogEntry) {
415
- return oProcessPromise.then(function () {
416
- var bIsNewCatalog;
417
- var oCatalogObject;
418
- var oCatalogEntry = oPendingCatalogEntry.oCatalogEntry;
419
- var oCatalogModel = oPendingCatalogEntry.oCatalogModel;
420
- var oExistingCatalogInModel = this.searchModelCatalogByTitle(oCatalogModel.title);
414
+ const oCatalogProcessPromise = aPendingCatalogQueue.reduce((oProcessPromise, oPendingCatalogEntry) => {
415
+ return oProcessPromise.then(() => {
416
+ let bIsNewCatalog;
417
+ let oCatalogObject;
418
+ const oCatalogEntry = oPendingCatalogEntry.oCatalogEntry;
419
+ const oCatalogModel = oPendingCatalogEntry.oCatalogModel;
420
+ const oExistingCatalogInModel = this.searchModelCatalogByTitle(oCatalogModel.title);
421
421
 
422
422
  if (oExistingCatalogInModel.result) {
423
423
  oCatalogObject = this.oModel.getProperty("/catalogs")[oExistingCatalogInModel.indexOfPreviousInstanceInModel];
@@ -427,13 +427,13 @@ sap.ui.define([
427
427
  oCatalogObject = oCatalogModel;
428
428
  }
429
429
 
430
- var aEntryProcessPromises = oCatalogEntry.map(function (oCatalogTile) {
430
+ const aEntryProcessPromises = oCatalogEntry.map((oCatalogTile) => {
431
431
  return this._processCatalogObjectForModel(oCatalogObject, oCatalogTile);
432
- }.bind(this));
432
+ });
433
433
 
434
434
  return Promise.all(aEntryProcessPromises)
435
- .then(function () {
436
- //Update model just if catalog has tiles or appBox.
435
+ .then(() => {
436
+ // Update model just if catalog has tiles or appBox.
437
437
  if (oCatalogObject.appBoxes.length > 0 || oCatalogObject.customTiles.length > 0) {
438
438
  if (bIsNewCatalog) {
439
439
  aCurrentCatalogs.push(oCatalogModel);
@@ -445,22 +445,22 @@ sap.ui.define([
445
445
  if (this.oModel.getProperty("/enableCatalogTagFilter") === true) {
446
446
  this.getTagList();
447
447
  }
448
- }.bind(this));
449
- }.bind(this));
450
- }.bind(this), Promise.resolve());
448
+ });
449
+ });
450
+ }, Promise.resolve());
451
451
 
452
- return oCatalogProcessPromise.then(function () {
452
+ return oCatalogProcessPromise.then(() => {
453
453
  this.oModel.setProperty("/masterCatalogs", aAllEntryInCatalogMaster);
454
454
  this.oModel.setProperty("/catalogs", aCurrentCatalogs);
455
455
  oEventBus.publish("launchpad", "afterCatalogSegment");
456
- setTimeout(function () {
456
+ setTimeout(() => {
457
457
  // the first segment has been loaded and rendered
458
458
  ushellUtils.setPerformanceMark("FLP-TTI-AppFinder", { bUseUniqueMark: true });
459
459
  EventHub.emit("firstCatalogSegmentCompleteLoaded", true);
460
460
  }, 0); // Catalogs have not yet been rendered but after a setTimeout they have been
461
461
 
462
462
  Measurement.pause("FLP:DashboardManager.BuildCatalogModelWithRendering");
463
- }.bind(this));
463
+ });
464
464
  },
465
465
 
466
466
  _processCatalogObjectForModel: function (oCurrentCatalogObject, oCatalogTile) {
@@ -472,14 +472,14 @@ sap.ui.define([
472
472
  oCurrentCatalogObject.appBoxes.push(oAppBox);
473
473
  });
474
474
  }
475
- return this.createCatalogTiles(oCatalogTile).then(function (oCatalogTileNew) {
475
+ return this.createCatalogTiles(oCatalogTile).then((oCatalogTileNew) => {
476
476
  oCurrentCatalogObject.customTiles.push(oCatalogTileNew);
477
477
  // add the getTileView to an array of functions that will be executed once the catalog finishes loading
478
478
  // we need this array in order to call geTileView for all customTiles. see incident: ******
479
479
  if (!this.aFnToGetTileView) {
480
480
  this.aFnToGetTileView = [];
481
481
  }
482
- }.bind(this));
482
+ });
483
483
  }
484
484
  return Promise.resolve();
485
485
  },
@@ -497,14 +497,14 @@ sap.ui.define([
497
497
  * - numOfTilesInCatalog - the number of tiles in the catalog with the given title
498
498
  */
499
499
  searchModelCatalogByTitle: function (catalogTitle) {
500
- var catalogs = this.oModel.getProperty("/catalogs");
501
- var catalogTitleExists = false;
502
- var indexOfPreviousInstance;
503
- var numOfTilesInCatalog = 0;
504
- var bGeneralCatalogAppeared = false;
505
-
506
- var tempCatalog;
507
- for (var index = 0; index < catalogs.length; ++index) {
500
+ const catalogs = this.oModel.getProperty("/catalogs");
501
+ let catalogTitleExists = false;
502
+ let indexOfPreviousInstance;
503
+ let numOfTilesInCatalog = 0;
504
+ let bGeneralCatalogAppeared = false;
505
+
506
+ let tempCatalog;
507
+ for (let index = 0; index < catalogs.length; ++index) {
508
508
  tempCatalog = catalogs[index];
509
509
  // If this is the catalogsLoading catalog - remember that it was read since the found index should be reduced by 1
510
510
  if (tempCatalog.title === ushellResources.i18n.getText("catalogsLoading")) {
@@ -533,7 +533,7 @@ sap.ui.define([
533
533
  * @private
534
534
  */
535
535
  _getCatalogTileId: function (oCatalogTile) {
536
- var sCatalogTileId = this.oLaunchPageService.getStableCatalogTileId(oCatalogTile);
536
+ let sCatalogTileId = this.oLaunchPageService.getStableCatalogTileId(oCatalogTile);
537
537
 
538
538
  /**
539
539
  * @deprecated since 1.120
@@ -582,18 +582,18 @@ sap.ui.define([
582
582
  },
583
583
 
584
584
  onDoneLoadingCatalogs: function (aCatalogs) {
585
- var aCatalogTilePromises = aCatalogs.map(function (oCatalog) {
586
- return new Promise(function (resolve, reject) {
585
+ const aCatalogTilePromises = aCatalogs.map((oCatalog) => {
586
+ return new Promise((resolve, reject) => {
587
587
  this.oLaunchPageService.getCatalogTiles(oCatalog)
588
588
  .done(resolve)
589
589
  .fail(reject);
590
- }.bind(this));
591
- }.bind(this));
590
+ });
591
+ });
592
592
 
593
- Promise.all(aCatalogTilePromises).then(function (aResCatalogTile) {
594
- var noTiles = true;
593
+ Promise.all(aCatalogTilePromises).then((aResCatalogTile) => {
594
+ let noTiles = true;
595
595
 
596
- for (var iIndexResCatalogTile = 0; iIndexResCatalogTile < aResCatalogTile.length; iIndexResCatalogTile++) {
596
+ for (let iIndexResCatalogTile = 0; iIndexResCatalogTile < aResCatalogTile.length; iIndexResCatalogTile++) {
597
597
  if (aResCatalogTile[iIndexResCatalogTile].length !== 0) {
598
598
  noTiles = false;
599
599
  break;
@@ -603,14 +603,14 @@ sap.ui.define([
603
603
  if (noTiles || !aCatalogs.length) {
604
604
  this.oModel.setProperty("/catalogsNoDataText", ushellResources.i18n.getText("noCatalogs"));
605
605
  }
606
- }.bind(this));
606
+ });
607
607
 
608
- //Publish event catalog finished loading.
609
- var oEventBus = EventBus.getInstance();
608
+ // Publish event catalog finished loading.
609
+ const oEventBus = EventBus.getInstance();
610
610
  oEventBus.publish("launchpad", "catalogContentLoaded");
611
611
 
612
- var aLoadedCatalogs = aCatalogs.filter(function (oCatalog) {
613
- var sCatalogError = this.oLaunchPageService.getCatalogError(oCatalog);
612
+ const aLoadedCatalogs = aCatalogs.filter((oCatalog) => {
613
+ const sCatalogError = this.oLaunchPageService.getCatalogError(oCatalog);
614
614
  if (sCatalogError) {
615
615
  Log.error(
616
616
  "A catalog could not be loaded",
@@ -619,8 +619,8 @@ sap.ui.define([
619
619
  );
620
620
  }
621
621
  return !sCatalogError;
622
- }.bind(this));
623
- //check if some of the catalogs failed to load
622
+ });
623
+ // check if some of the catalogs failed to load
624
624
  if (aLoadedCatalogs.length !== aCatalogs.length) {
625
625
  MessagingHelper.showLocalizedError("partialCatalogFail");
626
626
  }
@@ -628,21 +628,21 @@ sap.ui.define([
628
628
  ushellUtils.handleTilesVisibility();
629
629
  },
630
630
 
631
- createCatalogTiles: async function (oCatalogTile/*, bGetTileKeyWords*/) {
631
+ createCatalogTiles: async function (oCatalogTile/* , bGetTileKeyWords */) {
632
632
  let oTileViewPromise = Promise.resolve();
633
633
 
634
634
  // if it's not a dynamic or static tile, we need to call the getCatalogTileView already here to make the search work
635
635
  // the keywords for Smart Business tiles are only there if their view was rendered before
636
636
  const sChipId = oCatalogTile.getChip && oCatalogTile.getChip().getBaseChipId && oCatalogTile.getChip().getBaseChipId();
637
637
  if (sChipId && ["X-SAP-UI2-CHIP:/UI2/DYNAMIC_APPLAUNCHER", "X-SAP-UI2-CHIP:/UI2/STATIC_APPLAUNCHER"].indexOf(sChipId) === -1) {
638
- oTileViewPromise = new Promise(function (resolve, reject) {
638
+ oTileViewPromise = new Promise((resolve, reject) => {
639
639
  this.oLaunchPageService.getCatalogTileViewControl(oCatalogTile)
640
640
  .done(resolve)
641
641
  .fail(reject);
642
- }.bind(this));
642
+ });
643
643
  }
644
644
 
645
- return oTileViewPromise.then(async function (oTileView) {
645
+ return oTileViewPromise.then(async (oTileView) => {
646
646
  const sCatalogTileId = encodeURIComponent(this._getCatalogTileId(oCatalogTile));
647
647
  const aAssociatedGrps = this.oTileCatalogToGroupsMap[sCatalogTileId] || [];
648
648
  const aTileTags = this.oLaunchPageService.getCatalogTileTags(oCatalogTile) || [];
@@ -673,7 +673,7 @@ sap.ui.define([
673
673
  tileType: oCatalogTile.tileType,
674
674
  contentProviderLabel: contentProviderLabel
675
675
  };
676
- }.bind(this));
676
+ });
677
677
  },
678
678
 
679
679
  /**
@@ -685,32 +685,32 @@ sap.ui.define([
685
685
  * @deprecated since 1.112
686
686
  */
687
687
  createGroupAndSaveTile: function (oData) {
688
- var oCatalogTileContext = oData.catalogTileContext;
689
- var sNewTitle = oData.newGroupName;
690
- var oDeferred = new jQuery.Deferred();
688
+ const oCatalogTileContext = oData.catalogTileContext;
689
+ const sNewTitle = oData.newGroupName;
690
+ const oDeferred = new jQuery.Deferred();
691
691
 
692
692
  if (ushellUtils.validHash(sNewTitle) && oCatalogTileContext) {
693
- this.createGroup(sNewTitle).then(function (oContext) {
693
+ this.createGroup(sNewTitle).then((oContext) => {
694
694
  // Add HeaderActions and before and after content of newly created group,
695
695
  // if the dashboard is already loaded and in edit mode.
696
- var oDashboardView = this.oHomepageManager.getDashboardView();
696
+ const oDashboardView = this.oHomepageManager.getDashboardView();
697
697
  if (oDashboardView && oDashboardView.getModel().getProperty("/tileActionModeActive")) {
698
698
  EventBus.getInstance().publish("launchpad", "AddTileContainerContent");
699
699
  }
700
700
 
701
- var oResponseData = {};
701
+ let oResponseData = {};
702
702
 
703
703
  this.createTile({
704
704
  catalogTileContext: oCatalogTileContext,
705
705
  groupContext: oContext
706
- }).done(function (data) {
706
+ }).done((data) => {
707
707
  oResponseData = { group: data.group, status: 1, action: "addTileToNewGroup" }; // 1 - success
708
708
  oDeferred.resolve(oResponseData);
709
- }).fail(function (data) {
709
+ }).fail((data) => {
710
710
  oResponseData = { group: data.group, status: 0, action: "addTileToNewGroup" }; // 0 - failure
711
711
  oDeferred.resolve(oResponseData);
712
712
  });
713
- }.bind(this));
713
+ });
714
714
  }
715
715
  return oDeferred.promise();
716
716
  },
@@ -724,20 +724,20 @@ sap.ui.define([
724
724
  * @deprecated since 1.112
725
725
  */
726
726
  createGroup: function (sTitle) {
727
- var that = this;
728
- var oDeferred = new jQuery.Deferred();
727
+ const that = this;
728
+ const oDeferred = new jQuery.Deferred();
729
729
  if (!ushellUtils.validHash(sTitle)) {
730
730
  return oDeferred.reject({ status: 0, action: "createNewGroup" }); // 0 - failure
731
731
  }
732
732
 
733
- var oResultPromise = this.oLaunchPageService.addGroup(sTitle);
734
- oResultPromise.done(function (oGroup/*, sGroupId*/) {
735
- var oGroupContext = that.oHomepageManager.addGroupToModel(oGroup);
733
+ const oResultPromise = this.oLaunchPageService.addGroup(sTitle);
734
+ oResultPromise.done((oGroup/* , sGroupId */) => {
735
+ const oGroupContext = that.oHomepageManager.addGroupToModel(oGroup);
736
736
  oDeferred.resolve(oGroupContext);
737
737
  });
738
- oResultPromise.fail(function () {
738
+ oResultPromise.fail(() => {
739
739
  MessagingHelper.showLocalizedError("fail_to_create_group_msg");
740
- var oResponseData = { status: 0, action: "createNewGroup" }; // 0 - failure
740
+ const oResponseData = { status: 0, action: "createNewGroup" }; // 0 - failure
741
741
  oDeferred.resolve(oResponseData); // 0 - failure
742
742
  });
743
743
 
@@ -753,16 +753,16 @@ sap.ui.define([
753
753
  * @deprecated since 1.112
754
754
  */
755
755
  createTile: function (oData) {
756
- var that = this;
757
- var oCatalogTileContext = oData.catalogTileContext;
758
- var oContext = oData.groupContext;
759
- var oGroup = this.oModel.getProperty(oContext.getPath());
760
- var sGroupId = oGroup.groupId;
761
- var oDeferred = new jQuery.Deferred();
762
- var oResponseData = {};
756
+ const that = this;
757
+ const oCatalogTileContext = oData.catalogTileContext;
758
+ const oContext = oData.groupContext;
759
+ const oGroup = this.oModel.getProperty(oContext.getPath());
760
+ const sGroupId = oGroup.groupId;
761
+ const oDeferred = new jQuery.Deferred();
762
+ let oResponseData = {};
763
763
 
764
764
  // publish event for UserActivityLog
765
- var oEventBus = EventBus.getInstance();
765
+ const oEventBus = EventBus.getInstance();
766
766
  oEventBus.publish("launchpad", "addTile", {
767
767
  catalogTileContext: oCatalogTileContext,
768
768
  groupContext: oContext
@@ -774,15 +774,15 @@ sap.ui.define([
774
774
  return Promise.resolve(oResponseData);
775
775
  }
776
776
 
777
- var oResultPromise = this.oLaunchPageService.addTile(oCatalogTileContext.getProperty("src"), oContext.getProperty("object"));
778
- oResultPromise.done(function (oTile) {
779
- var aGroups = that.oModel.getProperty("/groups");
780
- var sGroupPath = GroupsHelper.getModelPathOfGroup(aGroups, sGroupId);
777
+ const oResultPromise = this.oLaunchPageService.addTile(oCatalogTileContext.getProperty("src"), oContext.getProperty("object"));
778
+ oResultPromise.done((oTile) => {
779
+ const aGroups = that.oModel.getProperty("/groups");
780
+ const sGroupPath = GroupsHelper.getModelPathOfGroup(aGroups, sGroupId);
781
781
 
782
782
  that.oHomepageManager.addTileToGroup(sGroupPath, oTile);
783
783
  oResponseData = { group: oGroup, status: 1, action: "add" }; // 1 - success
784
784
  oDeferred.resolve(oResponseData);
785
- }).fail(function () {
785
+ }).fail(() => {
786
786
  MessagingHelper.showLocalizedError("fail_to_add_tile_msg");
787
787
  oResponseData = { group: oGroup, status: 0, action: "add" }; // 0 - failure
788
788
  oDeferred.resolve(oResponseData);
@@ -802,23 +802,23 @@ sap.ui.define([
802
802
  * @deprecated since 1.112
803
803
  */
804
804
  deleteCatalogTileFromGroup: function (oData) {
805
- var that = this;
806
- var sDeletedTileCatalogId = decodeURIComponent(oData.tileId);
807
- var iGroupIndex = oData.groupIndex;
808
- var oGroup = this.oModel.getProperty("/groups/" + iGroupIndex);
809
- var deferred = new jQuery.Deferred();
810
- var aDeleteTilePromises = [];
811
- var aRemovedTileIds = [];
812
-
813
- ["tiles", "links"].forEach(function (sAttribute) {
814
- oGroup[sAttribute].forEach(function (oTile) {
805
+ const that = this;
806
+ const sDeletedTileCatalogId = decodeURIComponent(oData.tileId);
807
+ const iGroupIndex = oData.groupIndex;
808
+ const oGroup = this.oModel.getProperty(`/groups/${iGroupIndex}`);
809
+ const deferred = new jQuery.Deferred();
810
+ const aDeleteTilePromises = [];
811
+ const aRemovedTileIds = [];
812
+
813
+ ["tiles", "links"].forEach((sAttribute) => {
814
+ oGroup[sAttribute].forEach((oTile) => {
815
815
  // no stableIds required, because this is only used in classic homepage
816
- var sTmpTileCatalogId = that.oLaunchPageService.getCatalogTileId(oTile.object);
816
+ const sTmpTileCatalogId = that.oLaunchPageService.getCatalogTileId(oTile.object);
817
817
  if (sTmpTileCatalogId === sDeletedTileCatalogId) {
818
818
  // Initialize oPositiveDeferred object that will later be resolved with the status of the delete request
819
- var oPositiveDeferred = new jQuery.Deferred();
819
+ const oPositiveDeferred = new jQuery.Deferred();
820
820
  // Send the delete request to the server
821
- var oDeletePromise = that.oLaunchPageService.removeTile(oGroup.object, oTile.object);
821
+ const oDeletePromise = that.oLaunchPageService.removeTile(oGroup.object, oTile.object);
822
822
 
823
823
  oDeletePromise.done(
824
824
  (function (oDeferred) {
@@ -843,10 +843,10 @@ sap.ui.define([
843
843
  });
844
844
 
845
845
  // Wait for all of the delete requests before resolving the deferred
846
- jQuery.when.apply(jQuery, aDeleteTilePromises).done(function (result) {
847
- //If some promise was rejected, some tiles was not removed
848
- var bSuccess = aDeleteTilePromises.length === aRemovedTileIds.length;
849
- //Update groups for removed tiles
846
+ jQuery.when.apply(jQuery, aDeleteTilePromises).done((result) => {
847
+ // If some promise was rejected, some tiles was not removed
848
+ const bSuccess = aDeleteTilePromises.length === aRemovedTileIds.length;
849
+ // Update groups for removed tiles
850
850
  that.oHomepageManager.deleteTilesFromGroup(oGroup.groupId, aRemovedTileIds);
851
851
  that.updateTilesAssociation();
852
852
  deferred.resolve({ group: oGroup, status: bSuccess, action: "remove" });
@@ -861,7 +861,7 @@ sap.ui.define([
861
861
  * @returns {int} result the catalog tile index.
862
862
  */
863
863
  calculateCatalogTileIndex: function (catalogIndex, numberOfExistingTiles, iTile) {
864
- var result = parseInt(catalogIndex * 100000, 10);
864
+ let result = parseInt(catalogIndex * 100000, 10);
865
865
  result += (numberOfExistingTiles !== undefined ? numberOfExistingTiles : 0) + iTile;
866
866
  return result;
867
867
  },
@@ -895,7 +895,7 @@ sap.ui.define([
895
895
  },
896
896
 
897
897
  _getIsAppBox: function (oCatalogTile) {
898
- var bIsAppBox;
898
+ let bIsAppBox;
899
899
 
900
900
  /*
901
901
  * When appFinderDisplayMode is set to "tiles", non-custom tiles will have the same display as custom tiles
@@ -905,7 +905,7 @@ sap.ui.define([
905
905
  */
906
906
 
907
907
  // get appFinder display mode from configuration
908
- var sAppFinderDisplayMode = this.oModel.getProperty("/appFinderDisplayMode") || "appBoxes";
908
+ const sAppFinderDisplayMode = this.oModel.getProperty("/appFinderDisplayMode") || "appBoxes";
909
909
 
910
910
  // determine the catalog tile display mode:
911
911
  if (sAppFinderDisplayMode.toLowerCase() === "tiles") {