@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
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  "sap/ushell/EventHub",
23
23
  "sap/base/Log",
24
24
  "sap/ushell/Container"
25
- ], function (
25
+ ], (
26
26
  extend,
27
27
  Element,
28
28
  EventBus,
@@ -44,34 +44,33 @@ sap.ui.define([
44
44
  EventHub,
45
45
  Log,
46
46
  Container
47
- ) {
47
+ ) => {
48
48
  "use strict";
49
49
 
50
50
  // shortcut for sap.m.SplitAppMode
51
- var SplitAppMode = mobileLibrary.SplitAppMode;
51
+ const SplitAppMode = mobileLibrary.SplitAppMode;
52
52
 
53
53
  // shortcut for sap.ushell.AppType
54
- var AppType = ushellLibrary.AppType;
54
+ const AppType = ushellLibrary.AppType;
55
55
 
56
- var oCatalogsManager;
56
+ let oCatalogsManager;
57
57
 
58
58
  /* global hasher */
59
59
  return Controller.extend("sap.ushell.components.appfinder.Catalog", {
60
60
  oPopover: null,
61
61
  onInit: function () {
62
-
63
62
  /**
64
63
  * @deprecated since 1.120
65
64
  */
66
- Container.getServiceAsync("FlpLaunchPage").then(function (oLaunchPageService) {
65
+ Container.getServiceAsync("FlpLaunchPage").then((oLaunchPageService) => {
67
66
  this.oLaunchPageService = oLaunchPageService;
68
- }.bind(this));
67
+ });
69
68
 
70
69
  // take the sub-header model
71
70
  this.categoryFilter = "";
72
71
  this.preCategoryFilter = "";
73
72
 
74
- var oView = this.getView();
73
+ const oView = this.getView();
75
74
  this.oMainModel = oView.getModel();
76
75
  this.oSubHeaderModel = oView.getModel("subHeaderModel");
77
76
  this.resetPage = false;
@@ -86,7 +85,7 @@ sap.ui.define([
86
85
  document.mainModel = this.oMainModel;
87
86
 
88
87
  // init listener for the toggle button binding context
89
- var oToggleButtonModelBinding = this.oSubHeaderModel.bindProperty("/openCloseSplitAppButtonToggled");
88
+ const oToggleButtonModelBinding = this.oSubHeaderModel.bindProperty("/openCloseSplitAppButtonToggled");
90
89
  oToggleButtonModelBinding.attachChange(this.handleToggleButtonModelChanged, this);
91
90
 
92
91
  oView.oCatalogsContainer.setHandleSearchCallback(this.handleSearchModelChanged.bind(this));
@@ -117,12 +116,12 @@ sap.ui.define([
117
116
  this.allocateNextPage();
118
117
  }
119
118
 
120
- jQuery(window).resize(function () {
121
- var windowWidth = jQuery(window).width();
122
- var windowHeight = jQuery(window).height();
119
+ jQuery(window).resize(() => {
120
+ const windowWidth = jQuery(window).width();
121
+ const windowHeight = jQuery(window).height();
123
122
 
124
123
  this.PagingManager.setContainerSize(windowWidth, windowHeight);
125
- }.bind(this));
124
+ });
126
125
  this._handleAppFinderWithDocking();
127
126
  EventBus.getInstance().subscribe("launchpad", "appFinderWithDocking", this._handleAppFinderWithDocking, this);
128
127
  EventBus.getInstance().subscribe("sap.ushell", "appFinderAfterNavigate", this._handleAppFinderAfterNavigate, this);
@@ -143,13 +142,13 @@ sap.ui.define([
143
142
  },
144
143
 
145
144
  _decodeUrlFilteringParameters: function (sUrlParameters) {
146
- var oUrlParameters;
145
+ let oUrlParameters;
147
146
  try {
148
147
  oUrlParameters = JSON.parse(sUrlParameters);
149
148
  } catch (e) {
150
149
  oUrlParameters = sUrlParameters;
151
150
  }
152
- var hashTag = (oUrlParameters && oUrlParameters.tagFilter && oUrlParameters.tagFilter) || [];
151
+ const hashTag = (oUrlParameters && oUrlParameters.tagFilter && oUrlParameters.tagFilter) || [];
153
152
 
154
153
  if (hashTag) {
155
154
  try {
@@ -172,7 +171,7 @@ sap.ui.define([
172
171
  },
173
172
 
174
173
  _applyFilters: function (wasRendered) {
175
- var shouldFocusOnCategory = false;
174
+ let shouldFocusOnCategory = false;
176
175
 
177
176
  if (this.categoryFilter) {
178
177
  // If all is selected pass an empty string.
@@ -224,12 +223,12 @@ sap.ui.define([
224
223
  },
225
224
 
226
225
  clearFilters: function () {
227
- var shouldFocusOnCategory = false;
226
+ let shouldFocusOnCategory = false;
228
227
  if (this.categoryFilter !== this.preCategoryFilter) {
229
228
  shouldFocusOnCategory = true;
230
229
  }
231
- var bSearchMode = this.oSubHeaderModel.getProperty("/search/searchMode");
232
- var bTagMode = this.oSubHeaderModel.getProperty("/tag/tagMode");
230
+ const bSearchMode = this.oSubHeaderModel.getProperty("/search/searchMode");
231
+ const bTagMode = this.oSubHeaderModel.getProperty("/tag/tagMode");
233
232
 
234
233
  // if a search was made before
235
234
  if (bSearchMode) {
@@ -259,7 +258,7 @@ sap.ui.define([
259
258
 
260
259
  onShow: function (oEvent) {
261
260
  // if the user goes to the catalog directly (not via the homepage) we must close the loading dialog
262
- var sUrlParameters = oEvent.getParameter("arguments").filters;
261
+ const sUrlParameters = oEvent.getParameter("arguments").filters;
263
262
 
264
263
  extend(this.getView().getViewData(), oEvent);
265
264
  this._decodeUrlFilteringParameters(sUrlParameters);
@@ -283,7 +282,7 @@ sap.ui.define([
283
282
  },
284
283
 
285
284
  setTagsFilter: function (aFilter) {
286
- var oParameterObject = {
285
+ const oParameterObject = {
287
286
  catalogSelector: this.categoryFilter ? this.categoryFilter : resources.i18n.getText("all"),
288
287
  tileFilter: (this.searchFilter && this.searchFilter.length) ? encodeURIComponent(this.searchFilter) : "",
289
288
  tagFilter: aFilter.length ? JSON.stringify(aFilter) : []
@@ -295,7 +294,7 @@ sap.ui.define([
295
294
  },
296
295
 
297
296
  setCategoryFilter: function (aFilter) {
298
- var oParameterObject = {
297
+ const oParameterObject = {
299
298
  catalogSelector: aFilter,
300
299
  tileFilter: this.searchFilter ? encodeURIComponent(this.searchFilter) : "",
301
300
  tagFilter: this.tagFilter.length ? JSON.stringify(this.tagFilter) : []
@@ -308,7 +307,7 @@ sap.ui.define([
308
307
  },
309
308
 
310
309
  setSearchFilter: function (aFilter) {
311
- var oParameterObject = {
310
+ const oParameterObject = {
312
311
  catalogSelector: this.categoryFilter ? this.categoryFilter : resources.i18n.getText("all"),
313
312
  tileFilter: aFilter ? encodeURIComponent(aFilter) : "",
314
313
  tagFilter: this.tagFilter.length ? JSON.stringify(this.tagFilter) : []
@@ -329,9 +328,9 @@ sap.ui.define([
329
328
  * @private
330
329
  */
331
330
  _addNavigationContextToFilter: function (oFilter) {
332
- var oContext = this.oVisualizationOrganizerHelper.getNavigationContext.apply(this);
331
+ const oContext = this.oVisualizationOrganizerHelper.getNavigationContext.apply(this);
333
332
  if (oContext) {
334
- Object.keys(oContext).forEach(function (sKey) {
333
+ Object.keys(oContext).forEach((sKey) => {
335
334
  oFilter[sKey] = oContext[sKey];
336
335
  });
337
336
  }
@@ -339,9 +338,9 @@ sap.ui.define([
339
338
  },
340
339
 
341
340
  onSearch: function (searchExp) {
342
- var sActiveMenu = this.oSubHeaderModel.getProperty("/activeMenu");
341
+ const sActiveMenu = this.oSubHeaderModel.getProperty("/activeMenu");
343
342
  if (this.oView.getId().indexOf(sActiveMenu) !== -1) {
344
- var searchTerm = searchExp.searchTerm ? searchExp.searchTerm : "";
343
+ const searchTerm = searchExp.searchTerm ? searchExp.searchTerm : "";
345
344
  this.setSearchFilter(searchTerm);
346
345
  } else {
347
346
  // For the edge case in which we return to the catalog after exiting search mode in the EAM.
@@ -350,9 +349,9 @@ sap.ui.define([
350
349
  },
351
350
 
352
351
  onTag: function (tagExp) {
353
- var sActiveMenu = this.oSubHeaderModel.getProperty("/activeMenu");
352
+ const sActiveMenu = this.oSubHeaderModel.getProperty("/activeMenu");
354
353
  if (this.oView.getId().indexOf(sActiveMenu) !== -1) {
355
- var tags = tagExp.selectedTags ? tagExp.selectedTags : [];
354
+ const tags = tagExp.selectedTags ? tagExp.selectedTags : [];
356
355
  this.setTagsFilter(tags);
357
356
  } else {
358
357
  // For the edge case in which we return to the catalog after exiting search mode in the EAM.
@@ -366,8 +365,8 @@ sap.ui.define([
366
365
  * @returns {string} Group context
367
366
  */
368
367
  getGroupContext: function () {
369
- var oModel = this.getView().getModel();
370
- var sGroupContext = oModel.getProperty("/groupContext/path");
368
+ const oModel = this.getView().getModel();
369
+ const sGroupContext = oModel.getProperty("/groupContext/path");
371
370
 
372
371
  return {
373
372
  targetGroup: encodeURIComponent(sGroupContext || "")
@@ -375,24 +374,24 @@ sap.ui.define([
375
374
  },
376
375
 
377
376
  _isTagFilteringChanged: function (aSelectedTags) {
378
- var bSameLength = aSelectedTags.length === this.tagFilter.length;
379
- var bIntersect = bSameLength;
377
+ const bSameLength = aSelectedTags.length === this.tagFilter.length;
378
+ let bIntersect = bSameLength;
380
379
 
381
380
  // Checks whether there's a symmetric difference between the currently selected tags and those persisted in the URL.
382
381
  if (!bIntersect) {
383
382
  return true;
384
383
  }
385
- aSelectedTags.some(function (sTag) {
384
+ aSelectedTags.some((sTag) => {
386
385
  bIntersect = this.tagFilter && Array.prototype.indexOf.call(this.tagFilter, sTag) !== -1;
387
386
 
388
387
  return !bIntersect;
389
- }.bind(this));
388
+ });
390
389
 
391
390
  return bIntersect;
392
391
  },
393
392
 
394
393
  _setUrlWithTagsAndSearchTerm: function (sSearchTerm, aSelectedTags) {
395
- var oUrlParameterObject = {
394
+ const oUrlParameterObject = {
396
395
  tileFilter: sSearchTerm && sSearchTerm.length ? encodeURIComponent(sSearchTerm) : "",
397
396
  tagFilter: aSelectedTags.length ? JSON.stringify(aSelectedTags) : []
398
397
  };
@@ -403,14 +402,14 @@ sap.ui.define([
403
402
  },
404
403
 
405
404
  handleSearchModelChanged: function () {
406
- var bSearchMode = this.oSubHeaderModel.getProperty("/search/searchMode");
407
- var bTagMode = this.oSubHeaderModel.getProperty("/tag/tagMode");
408
- var sSearchTerm = this.oSubHeaderModel.getProperty("/search/searchTerm");
409
- var aSelectedTags = this.oSubHeaderModel.getProperty("/tag/selectedTags");
410
- var aFilters = [];
411
- var oTagFilterWrapper;
412
- var oSearchFilterWrapper;
413
- var oFilters;
405
+ const bSearchMode = this.oSubHeaderModel.getProperty("/search/searchMode");
406
+ const bTagMode = this.oSubHeaderModel.getProperty("/tag/tagMode");
407
+ let sSearchTerm = this.oSubHeaderModel.getProperty("/search/searchTerm");
408
+ const aSelectedTags = this.oSubHeaderModel.getProperty("/tag/selectedTags");
409
+ const aFilters = [];
410
+ let oTagFilterWrapper;
411
+ let oSearchFilterWrapper;
412
+ let oFilters;
414
413
 
415
414
  if (!this.PagingManager) {
416
415
  this._setPagingManager();
@@ -422,7 +421,7 @@ sap.ui.define([
422
421
  this.oView.oCatalogsContainer.updateAllocatedUnits(this.allocateTiles);
423
422
  this.oView.oCatalogsContainer.resetCatalogPagination();
424
423
 
425
- var oPage = Element.getElementById("catalogTilesDetailedPage");
424
+ const oPage = Element.getElementById("catalogTilesDetailedPage");
426
425
  if (oPage) {
427
426
  oPage.scrollTo(0, 0);
428
427
  }
@@ -431,14 +430,14 @@ sap.ui.define([
431
430
 
432
431
  if (bSearchMode || bTagMode || this.resetPage) {
433
432
  if (aSelectedTags && aSelectedTags.length > 0) {
434
- var oTagFilter = new Filter("tags", "EQ", "v");
433
+ const oTagFilter = new Filter("tags", "EQ", "v");
435
434
  oTagFilter.fnTest = function (oTags) {
436
435
  if (aSelectedTags.length === 0) {
437
436
  return true;
438
437
  }
439
438
 
440
- for (var ind = 0; ind < aSelectedTags.length; ind++) {
441
- var filterByTag = aSelectedTags[ind];
439
+ for (let ind = 0; ind < aSelectedTags.length; ind++) {
440
+ const filterByTag = aSelectedTags[ind];
442
441
  if (oTags.indexOf(filterByTag) === -1) {
443
442
  return false;
444
443
  }
@@ -453,19 +452,19 @@ sap.ui.define([
453
452
  sSearchTerm = sSearchTerm ? sSearchTerm.replace(/\*/g, "") : sSearchTerm;
454
453
 
455
454
  if (sSearchTerm) {
456
- var aSearchTermParts = sSearchTerm.split(/[\s,]+/);
455
+ const aSearchTermParts = sSearchTerm.split(/[\s,]+/);
457
456
  // create search filter with all the parts for keywords and apply AND operator ('true' indicates that)
458
- var keywordsSearchFilter = new Filter(jQuery.map(aSearchTermParts, function (value) {
457
+ const keywordsSearchFilter = new Filter(jQuery.map(aSearchTermParts, (value) => {
459
458
  return (value && new Filter("keywords", FilterOperator.Contains, value));
460
459
  }), true);
461
460
 
462
461
  // create search filter with all the parts for title and apply AND operator ('true' indicates that)
463
- var titleSearchFilter = new Filter(jQuery.map(aSearchTermParts, function (value) {
462
+ const titleSearchFilter = new Filter(jQuery.map(aSearchTermParts, (value) => {
464
463
  return (value && new Filter("title", FilterOperator.Contains, value));
465
464
  }), true);
466
465
 
467
466
  // create search filter with all the parts for subtitle and apply AND operator ('true' indicates that)
468
- var subtitleSearchFilter = new Filter(jQuery.map(aSearchTermParts, function (value) {
467
+ const subtitleSearchFilter = new Filter(jQuery.map(aSearchTermParts, (value) => {
469
468
  return (value && new Filter("subtitle", FilterOperator.Contains, value));
470
469
  }), true);
471
470
 
@@ -475,9 +474,9 @@ sap.ui.define([
475
474
  oSearchFilterWrapper = new Filter(aFilters, false); // false mean OR between the search filters
476
475
  }
477
476
 
478
- var catalogs = this.oView.oCatalogsContainer.getCatalogs();
477
+ const catalogs = this.oView.oCatalogsContainer.getCatalogs();
479
478
  this.oSearchResultsTotal = [];
480
- var that = this;
479
+ const that = this;
481
480
 
482
481
  // construct group filter for tag & search
483
482
  if (oTagFilterWrapper && oTagFilterWrapper.aFilters.length > 0 && oSearchFilterWrapper) {
@@ -488,7 +487,7 @@ sap.ui.define([
488
487
  oFilters = new Filter([oSearchFilterWrapper], true);
489
488
  }
490
489
 
491
- catalogs.forEach(function (myCatalog) {
490
+ catalogs.forEach((myCatalog) => {
492
491
  myCatalog.getBinding("customTilesContainer").filter(oFilters);
493
492
  myCatalog.getBinding("appBoxesContainer").filter(oFilters);
494
493
  });
@@ -505,7 +504,7 @@ sap.ui.define([
505
504
  } else {
506
505
  this.oView.oCatalogsContainer.applyPagingCategoryFilters(this.oView.oCatalogsContainer.nAllocatedUnits, this.categoryFilter);
507
506
  }
508
- var sPageName = this.getView()._calculateDetailPageId();
507
+ const sPageName = this.getView()._calculateDetailPageId();
509
508
  this.oView.splitApp.toDetail(sPageName);
510
509
  },
511
510
 
@@ -530,8 +529,8 @@ sap.ui.define([
530
529
  },
531
530
 
532
531
  _restoreSelectedMasterItem: function () {
533
- var oCatalogsList = this.oView.splitApp.getMasterPage("catalogSelect");
534
- var oOrigSelectedListItem = Element.getElementById(this.selectedCategoryId);
532
+ const oCatalogsList = this.oView.splitApp.getMasterPage("catalogSelect");
533
+ const oOrigSelectedListItem = Element.getElementById(this.selectedCategoryId);
535
534
 
536
535
  if (oOrigSelectedListItem) {
537
536
  this.categoryFilter = oOrigSelectedListItem.getTitle();
@@ -540,8 +539,8 @@ sap.ui.define([
540
539
  },
541
540
 
542
541
  handleToggleButtonModelChanged: function () {
543
- var bButtonVisible = this.oSubHeaderModel.getProperty("/openCloseSplitAppButtonVisible");
544
- var bButtonToggled = this.oSubHeaderModel.getProperty("/openCloseSplitAppButtonToggled");
542
+ const bButtonVisible = this.oSubHeaderModel.getProperty("/openCloseSplitAppButtonVisible");
543
+ const bButtonToggled = this.oSubHeaderModel.getProperty("/openCloseSplitAppButtonToggled");
545
544
 
546
545
  // if there was a change in the boolean toggled flag
547
546
  // (this can be called via update to subheader model from AppFinder, in such a case we do not need to switch the views)
@@ -556,11 +555,11 @@ sap.ui.define([
556
555
  // for Phone the split app is behaving differently
557
556
  } else if (this.oView.splitApp.isMasterShown()) {
558
557
  // calculate the relevant detailed page to nav to
559
- var oDetail = Element.getElementById(this.getView()._calculateDetailPageId());
558
+ const oDetail = Element.getElementById(this.getView()._calculateDetailPageId());
560
559
  this.oView.splitApp.toDetail(oDetail);
561
560
  } else if (bButtonToggled) {
562
561
  // go to master
563
- var oCatalogSelectMaster = Element.getElementById("catalogSelect");
562
+ const oCatalogSelectMaster = Element.getElementById("catalogSelect");
564
563
  this.oView.splitApp.toMaster(oCatalogSelectMaster, "show");
565
564
  }
566
565
  }
@@ -582,10 +581,10 @@ sap.ui.define([
582
581
  },
583
582
 
584
583
  onCategoryFilter: function (oEvent) {
585
- var oMasterList = oEvent.getSource();
586
- var oSelectedCatalog = oMasterList.getSelectedItem();
587
- var oSelectedCatalogBindingCtx = oSelectedCatalog.getBindingContext();
588
- var oModel = oSelectedCatalogBindingCtx.getModel();
584
+ const oMasterList = oEvent.getSource();
585
+ const oSelectedCatalog = oMasterList.getSelectedItem();
586
+ const oSelectedCatalogBindingCtx = oSelectedCatalog.getBindingContext();
587
+ const oModel = oSelectedCatalogBindingCtx.getModel();
589
588
  if (oModel.getProperty("static", oSelectedCatalogBindingCtx)) { // show all categories
590
589
  oModel.setProperty("/showCatalogHeaders", true);
591
590
  this.setCategoryFilter();
@@ -600,23 +599,22 @@ sap.ui.define([
600
599
  },
601
600
 
602
601
  onTileAfterRendering: function (oEvent) {
603
- var oTileElement = oEvent.oSource.getDomRef();
602
+ const oTileElement = oEvent.oSource.getDomRef();
604
603
  if (oTileElement) {
605
- var aGenericTileElements = oTileElement.getElementsByClassName("sapMGT");
606
- for (var i = 0; i < aGenericTileElements.length; i++) {
604
+ const aGenericTileElements = oTileElement.getElementsByClassName("sapMGT");
605
+ for (let i = 0; i < aGenericTileElements.length; i++) {
607
606
  aGenericTileElements[i].setAttribute("tabindex", "-1");
608
607
  }
609
608
  }
610
609
  },
611
610
 
612
- catalogTilePress: function (/*oController*/) {
611
+ catalogTilePress: function (/* oController */) {
613
612
  EventBus.getInstance().publish("launchpad", "catalogTileClick");
614
613
  },
615
614
 
616
615
  onAppBoxPressed: function (oEvent) {
617
- var oAppBox = oEvent.getSource();
618
- var oTile = oAppBox.getBindingContext().getObject();
619
- var fnPressHandler;
616
+ const oAppBox = oEvent.getSource();
617
+ const oTile = oAppBox.getBindingContext().getObject();
620
618
  if (oEvent.mParameters.srcControl.$().closest(".sapUshellPinButton").length) {
621
619
  return;
622
620
  }
@@ -624,12 +622,12 @@ sap.ui.define([
624
622
  /**
625
623
  * @deprecated since 1.120
626
624
  */
627
- fnPressHandler = this.oLaunchPageService.getAppBoxPressHandler(oTile);
625
+ const fnPressHandler = this.oLaunchPageService.getAppBoxPressHandler(oTile);
628
626
 
629
627
  if (fnPressHandler) {
630
628
  fnPressHandler(oTile);
631
629
  } else {
632
- var sUrl = oAppBox.getProperty("url");
630
+ const sUrl = oAppBox.getProperty("url");
633
631
  if (!sUrl) {
634
632
  Log.info("AppBox url property is not set.", null, "sap.ushell.components.Catalog.controller");
635
633
  return;
@@ -645,9 +643,9 @@ sap.ui.define([
645
643
  hasher.setHash(sUrl);
646
644
  } else {
647
645
  // add the URL to recent activity log
648
- var bLogRecentActivity = Config.last("/core/shell/enableRecentActivity") && Config.last("/core/shell/enableRecentActivityLogging");
646
+ const bLogRecentActivity = Config.last("/core/shell/enableRecentActivity") && Config.last("/core/shell/enableRecentActivityLogging");
649
647
  if (bLogRecentActivity) {
650
- var oRecentEntry = {
648
+ const oRecentEntry = {
651
649
  title: oAppBox.getProperty("title"),
652
650
  appType: AppType.URL,
653
651
  url: sUrl,
@@ -672,14 +670,14 @@ sap.ui.define([
672
670
  * @deprecated since 1.112
673
671
  */
674
672
  onTilePinButtonClick: function (oEvent) {
675
- var oLaunchPageService = this.oLaunchPageService;
676
- var oDefaultGroupPromise = oLaunchPageService.getDefaultGroup();
673
+ const oLaunchPageService = this.oLaunchPageService;
674
+ const oDefaultGroupPromise = oLaunchPageService.getDefaultGroup();
677
675
 
678
676
  oDefaultGroupPromise.done((oDefaultGroup) => {
679
- var oButton = oEvent.getSource();
680
- var oSourceContext = oButton.getBindingContext();
681
- var oModel = this.getView().getModel();
682
- var sGroupModelPath = oModel.getProperty("/groupContext/path");
677
+ const oButton = oEvent.getSource();
678
+ const oSourceContext = oButton.getBindingContext();
679
+ const oModel = this.getView().getModel();
680
+ const sGroupModelPath = oModel.getProperty("/groupContext/path");
683
681
 
684
682
  // Check if the catalog was opened in the context of a group, according to the groupContext ("/groupContext/path") in the model
685
683
  if (sGroupModelPath) {
@@ -694,17 +692,17 @@ sap.ui.define([
694
692
  fnTimeoutGetGroupContextFromModel();
695
693
  // If the catalog wasn't opened in the context of a group - the action of clicking a catalog tile should open the groups popover
696
694
  } else {
697
- var aGroups = oModel.getProperty("/groups");
698
- var oCatalogTile = this.getCatalogTileDataFromModel(oSourceContext);
699
- var aTileGroups = oCatalogTile.tileData.associatedGroups;
700
- var aGroupsInitialState = [];
695
+ const aGroups = oModel.getProperty("/groups");
696
+ const oCatalogTile = this.getCatalogTileDataFromModel(oSourceContext);
697
+ const aTileGroups = oCatalogTile.tileData.associatedGroups;
698
+ const aGroupsInitialState = [];
701
699
 
702
- var aRefinedGroups = aGroups.map((group) => {
700
+ const aRefinedGroups = aGroups.map((group) => {
703
701
  // Get the group's real ID
704
- var sGroupId = oLaunchPageService.getGroupId(group.object);
702
+ const sGroupId = oLaunchPageService.getGroupId(group.object);
705
703
  // Check if the group (i.e. real group ID) exists in the array of groups that contain the relevant Tile
706
704
  // if so - the check box that represents this group should be initially selected
707
- var bSelected = !((aTileGroups && Array.prototype.indexOf.call(aTileGroups, sGroupId) === -1));
705
+ const bSelected = !((aTileGroups && Array.prototype.indexOf.call(aTileGroups, sGroupId) === -1));
708
706
 
709
707
  // Add the group to the array that keeps the groups initial state mainly whether or not the group included the relevant tile
710
708
  aGroupsInitialState.push({
@@ -722,7 +720,7 @@ sap.ui.define([
722
720
 
723
721
  // @TODO: Instead of the jQuery, we should maintain the state of the popover (i.e. opened/closed)
724
722
  // using the afterOpen and afterClose events of sap.m.ResponsivePopover
725
- var sTileTitle;
723
+ let sTileTitle;
726
724
  sTileTitle = oLaunchPageService.getCatalogTilePreviewTitle(oModel.getProperty(oSourceContext.sPath).src);
727
725
 
728
726
  if (!sTileTitle) {
@@ -757,10 +755,14 @@ sap.ui.define([
757
755
 
758
756
  /**
759
757
  * @deprecated since 1.120
758
+ *
759
+ * @param {object} oDefaultGroup the my home group object.
760
+ * @param {object} oGroupObject the given group object.
761
+ * @returns {string} the title of the group.
760
762
  */
761
763
  _getGroupTitle: function (oDefaultGroup, oGroupObject) {
762
- var oLaunchPageService = this.oLaunchPageService;
763
- var sTitle;
764
+ const oLaunchPageService = this.oLaunchPageService;
765
+ let sTitle;
764
766
 
765
767
  // check if is it a default group- change title to "my home".
766
768
  if (oDefaultGroup && (oLaunchPageService.getGroupId(oDefaultGroup) === oLaunchPageService.getGroupId(oGroupObject))) {
@@ -786,32 +788,32 @@ sap.ui.define([
786
788
  return;
787
789
  }
788
790
 
789
- var oModel = this.getView().getModel();
790
- var aGroups = oModel.getProperty("/groups");
791
- var aPromises = [];
791
+ const oModel = this.getView().getModel();
792
+ const aGroups = oModel.getProperty("/groups");
793
+ const aPromises = [];
792
794
 
793
- responseData.addToGroups.forEach(function (group) {
794
- var iIndex = aGroups.indexOf(group);
795
- var oGroupContext = new Context(oModel, "/groups/" + iIndex);
795
+ responseData.addToGroups.forEach((group) => {
796
+ const iIndex = aGroups.indexOf(group);
797
+ const oGroupContext = new Context(oModel, `/groups/${iIndex}`);
796
798
 
797
799
  aPromises.push(this._addTile(oSourceContext, oGroupContext));
798
- }.bind(this));
800
+ });
799
801
 
800
- responseData.removeFromGroups.forEach(function (group) {
801
- var sTileCatalogId = oSourceContext.getModel().getProperty(oSourceContext.getPath()).id;
802
- var iIndex = aGroups.indexOf(group);
802
+ responseData.removeFromGroups.forEach((group) => {
803
+ const sTileCatalogId = oSourceContext.getModel().getProperty(oSourceContext.getPath()).id;
804
+ const iIndex = aGroups.indexOf(group);
803
805
 
804
806
  aPromises.push(this._removeTile(sTileCatalogId, iIndex));
805
- }.bind(this));
807
+ });
806
808
 
807
- responseData.newGroups.forEach(function (group) {
808
- var sNewGroupName = (group.length > 0) ? group : resources.i18n.getText("new_group_name");
809
+ responseData.newGroups.forEach((group) => {
810
+ const sNewGroupName = (group.length > 0) ? group : resources.i18n.getText("new_group_name");
809
811
 
810
812
  aPromises.push(this._createGroupAndSaveTile(oSourceContext, sNewGroupName));
811
- }.bind(this));
813
+ });
812
814
 
813
815
  jQuery.when.apply(jQuery, aPromises).then(function () {
814
- var aResults = Array.prototype.slice.call(arguments); // Make array-like arguments a real array
816
+ const aResults = Array.prototype.slice.call(arguments); // Make array-like arguments a real array
815
817
 
816
818
  this._handlePopoverGroupsActionPromises(catalogTile, responseData, aResults);
817
819
  }.bind(this));
@@ -827,58 +829,58 @@ sap.ui.define([
827
829
  * @deprecated since 1.112
828
830
  */
829
831
  _handlePopoverGroupsActionPromises: function (catalogTile, popoverResponse, resultList) {
830
- var aErrors = resultList.filter(function (result) {
832
+ const aErrors = resultList.filter((result) => {
831
833
  return !result.status;
832
834
  });
833
835
 
834
836
  if (aErrors.length) {
835
- var oErrorMessageObj = this.prepareErrorMessage(aErrors, catalogTile.tileData.title);
837
+ const oErrorMessageObj = this.prepareErrorMessage(aErrors, catalogTile.tileData.title);
836
838
 
837
839
  oCatalogsManager.resetAssociationOnFailure(oErrorMessageObj.messageId, oErrorMessageObj.parameters);
838
840
 
839
841
  return;
840
842
  }
841
843
 
842
- var aTileGroupIds = [];
843
- var oLaunchPageService = this.oLaunchPageService;
844
- popoverResponse.allGroups.forEach(function (group) {
844
+ const aTileGroupIds = [];
845
+ const oLaunchPageService = this.oLaunchPageService;
846
+ popoverResponse.allGroups.forEach((group) => {
845
847
  if (group.selected) {
846
- var sGroupId = oLaunchPageService.getGroupId(group.oGroup.object);
848
+ const sGroupId = oLaunchPageService.getGroupId(group.oGroup.object);
847
849
 
848
850
  aTileGroupIds.push(sGroupId);
849
851
  }
850
852
  });
851
853
 
852
- var oModel = this.getView().getModel();
854
+ const oModel = this.getView().getModel();
853
855
  if (popoverResponse.newGroups.length) {
854
- var aDashboardGroups = oModel.getProperty("/groups");
855
- var aNewDashboardGroups = aDashboardGroups.slice(aDashboardGroups.length - popoverResponse.newGroups.length);
856
+ const aDashboardGroups = oModel.getProperty("/groups");
857
+ const aNewDashboardGroups = aDashboardGroups.slice(aDashboardGroups.length - popoverResponse.newGroups.length);
856
858
 
857
- aNewDashboardGroups.forEach(function (newGroup) {
858
- var sGroupId = oLaunchPageService.getGroupId(newGroup.object);
859
+ aNewDashboardGroups.forEach((newGroup) => {
860
+ const sGroupId = oLaunchPageService.getGroupId(newGroup.object);
859
861
 
860
862
  aTileGroupIds.push(sGroupId);
861
863
  });
862
864
  }
863
865
 
864
- oModel.setProperty(catalogTile.bindingContextPath + "/associatedGroups", aTileGroupIds);
866
+ oModel.setProperty(`${catalogTile.bindingContextPath}/associatedGroups`, aTileGroupIds);
865
867
 
866
- var sFirstAddedGroupTitle = popoverResponse.addToGroups[0] ? popoverResponse.addToGroups[0].title : "";
868
+ let sFirstAddedGroupTitle = popoverResponse.addToGroups[0] ? popoverResponse.addToGroups[0].title : "";
867
869
  if (sFirstAddedGroupTitle.length === 0 && popoverResponse.newGroups.length) {
868
870
  sFirstAddedGroupTitle = popoverResponse.newGroups[0];
869
871
  }
870
872
 
871
- var sFirstRemovedGroupTitle = popoverResponse.removeFromGroups[0] ? popoverResponse.removeFromGroups[0].title : "";
872
- var iAddedGroups = popoverResponse.addToGroups.length + popoverResponse.newGroups.length;
873
- var iRemovedGroups = popoverResponse.removeFromGroups.length;
874
- var sDetailedMessage = this.prepareDetailedMessage(catalogTile.tileData.title, iAddedGroups, iRemovedGroups, sFirstAddedGroupTitle, sFirstRemovedGroupTitle);
873
+ const sFirstRemovedGroupTitle = popoverResponse.removeFromGroups[0] ? popoverResponse.removeFromGroups[0].title : "";
874
+ const iAddedGroups = popoverResponse.addToGroups.length + popoverResponse.newGroups.length;
875
+ const iRemovedGroups = popoverResponse.removeFromGroups.length;
876
+ const sDetailedMessage = this.prepareDetailedMessage(catalogTile.tileData.title, iAddedGroups, iRemovedGroups, sFirstAddedGroupTitle, sFirstRemovedGroupTitle);
875
877
  MessageToast.show(sDetailedMessage);
876
878
  },
877
879
 
878
880
  _getCatalogTileIndexInModel: function (oSourceContext) {
879
- var sTilePath = oSourceContext.sPath;
880
- var aTilePathParts = sTilePath.split("/");
881
- var iTileIndex = aTilePathParts[aTilePathParts.length - 1];
881
+ const sTilePath = oSourceContext.sPath;
882
+ const aTilePathParts = sTilePath.split("/");
883
+ const iTileIndex = aTilePathParts[aTilePathParts.length - 1];
882
884
 
883
885
  return iTileIndex;
884
886
  },
@@ -892,45 +894,45 @@ sap.ui.define([
892
894
  * @deprecated since 1.112
893
895
  */
894
896
  _handleTileFooterClickInGroupContext: function (oSourceContext, sGroupModelPath) {
895
- var oLaunchPageService = this.oLaunchPageService;
896
- var oModel = this.getView().getModel();
897
- var oCatalogTile = this.getCatalogTileDataFromModel(oSourceContext);
898
- var aAssociatedGroups = oCatalogTile.tileData.associatedGroups;
899
- var oGroupModel = oModel.getProperty(sGroupModelPath); // Get the model of the group according to the group's model path (e.g. "groups/4")
900
- var sGroupId = oLaunchPageService.getGroupId(oGroupModel.object);
901
- var iCatalogTileInGroup = aAssociatedGroups ? Array.prototype.indexOf.call(aAssociatedGroups, sGroupId) : -1;
902
- var sTilePath = oCatalogTile.bindingContextPath;
897
+ const oLaunchPageService = this.oLaunchPageService;
898
+ const oModel = this.getView().getModel();
899
+ const oCatalogTile = this.getCatalogTileDataFromModel(oSourceContext);
900
+ const aAssociatedGroups = oCatalogTile.tileData.associatedGroups;
901
+ const oGroupModel = oModel.getProperty(sGroupModelPath); // Get the model of the group according to the group's model path (e.g. "groups/4")
902
+ const sGroupId = oLaunchPageService.getGroupId(oGroupModel.object);
903
+ const iCatalogTileInGroup = aAssociatedGroups ? Array.prototype.indexOf.call(aAssociatedGroups, sGroupId) : -1;
904
+ const sTilePath = oCatalogTile.bindingContextPath;
903
905
 
904
906
  if (oCatalogTile.isBeingProcessed) {
905
907
  return;
906
908
  }
907
909
 
908
- oModel.setProperty(sTilePath + "/isBeingProcessed", true);
910
+ oModel.setProperty(`${sTilePath}/isBeingProcessed`, true);
909
911
 
910
- var oTileOperationPromise;
911
- var bTileAdded;
912
+ let oTileOperationPromise;
913
+ let bTileAdded;
912
914
 
913
915
  if (iCatalogTileInGroup === -1) {
914
- var oGroupContext = new Context(oSourceContext.getModel(), sGroupModelPath);
916
+ const oGroupContext = new Context(oSourceContext.getModel(), sGroupModelPath);
915
917
  oTileOperationPromise = this._addTile(oSourceContext, oGroupContext);
916
918
  bTileAdded = true;
917
919
  } else {
918
- var sTileCatalogId = oSourceContext.getModel().getProperty(oSourceContext.getPath("id"));
919
- var iGroupIndex = parseInt(sGroupModelPath.split("/")[2], 10);
920
+ const sTileCatalogId = oSourceContext.getModel().getProperty(oSourceContext.getPath("id"));
921
+ const iGroupIndex = parseInt(sGroupModelPath.split("/")[2], 10);
920
922
  oTileOperationPromise = this._removeTile(sTileCatalogId, iGroupIndex);
921
923
  bTileAdded = false;
922
924
  }
923
925
 
924
- oTileOperationPromise.done(function (data) {
926
+ oTileOperationPromise.done((data) => {
925
927
  if (data.status) {
926
928
  this._groupContextOperationSucceeded(oSourceContext, oCatalogTile, oGroupModel, bTileAdded);
927
929
  } else {
928
930
  this._groupContextOperationFailed(oCatalogTile, oGroupModel, bTileAdded);
929
931
  }
930
- }.bind(this));
932
+ });
931
933
 
932
- oTileOperationPromise.always(function () {
933
- oModel.setProperty(sTilePath + "/isBeingProcessed", false);
934
+ oTileOperationPromise.always(() => {
935
+ oModel.setProperty(`${sTilePath}/isBeingProcessed`, false);
934
936
  });
935
937
  },
936
938
 
@@ -945,10 +947,10 @@ sap.ui.define([
945
947
  * @deprecated since 1.120
946
948
  */
947
949
  _groupContextOperationSucceeded: function (oSourceContext, oCatalogTileModel, oGroupModel, bTileAdded) {
948
- var oLaunchPageService = this.oLaunchPageService;
949
- var sGroupId = oLaunchPageService.getGroupId(oGroupModel.object);
950
- var aAssociatedGroups = oCatalogTileModel.tileData.associatedGroups;
951
- var sDetailedMessage;
950
+ const oLaunchPageService = this.oLaunchPageService;
951
+ const sGroupId = oLaunchPageService.getGroupId(oGroupModel.object);
952
+ const aAssociatedGroups = oCatalogTileModel.tileData.associatedGroups;
953
+ let sDetailedMessage;
952
954
 
953
955
  // Check if this is an "add tile to group" action
954
956
  if (bTileAdded) {
@@ -956,14 +958,14 @@ sap.ui.define([
956
958
  aAssociatedGroups.push(sGroupId);
957
959
 
958
960
  // Update the model of the catalog tile with the updated associatedGroups
959
- oSourceContext.getModel().setProperty(oCatalogTileModel.bindingContextPath + "/associatedGroups", aAssociatedGroups);
961
+ oSourceContext.getModel().setProperty(`${oCatalogTileModel.bindingContextPath}/associatedGroups`, aAssociatedGroups);
960
962
 
961
963
  sDetailedMessage = this.prepareDetailedMessage(oCatalogTileModel.tileData.title, 1, 0, oGroupModel.title, "");
962
964
  } else {
963
965
  // If this is a "remove tile from group" action
964
966
 
965
967
  // Update the associatedGroups array of the catalog tile
966
- for (var i = 0; i < aAssociatedGroups.length; i++) {
968
+ for (let i = 0; i < aAssociatedGroups.length; i++) {
967
969
  if (aAssociatedGroups[i] === sGroupId) {
968
970
  aAssociatedGroups.splice(i, 1);
969
971
  break;
@@ -971,7 +973,7 @@ sap.ui.define([
971
973
  }
972
974
 
973
975
  // Update the model of the catalog tile with the updated associatedGroups
974
- oSourceContext.getModel().setProperty(oCatalogTileModel.bindingContextPath + "/associatedGroups", aAssociatedGroups);
976
+ oSourceContext.getModel().setProperty(`${oCatalogTileModel.bindingContextPath}/associatedGroups`, aAssociatedGroups);
975
977
  sDetailedMessage = this.prepareDetailedMessage(oCatalogTileModel.tileData.title, 0, 1, "", oGroupModel.title);
976
978
  }
977
979
 
@@ -993,7 +995,7 @@ sap.ui.define([
993
995
  *
994
996
  */
995
997
  _groupContextOperationFailed: function (oCatalogTileModel, oGroupModel, bTileAdded) {
996
- var oErrorMessage;
998
+ let oErrorMessage;
997
999
 
998
1000
  if (bTileAdded) {
999
1001
  oErrorMessage = { messageId: "fail_tile_operation_add_to_group", parameters: [oCatalogTileModel.tileData.title, oGroupModel.title] };
@@ -1005,18 +1007,18 @@ sap.ui.define([
1005
1007
  },
1006
1008
 
1007
1009
  prepareErrorMessage: function (aErroneousActions, sTileTitle) {
1008
- var sFirstErroneousAddGroup;
1009
- var sFirstErroneousRemoveGroup;
1010
- var oMessage;
1011
- var iNumberOfFailAddActions = 0;
1012
- var iNumberOfFailDeleteActions = 0;
1013
- var bCreateNewGroupFailed = false;
1014
-
1015
- for (var sKey in aErroneousActions) {
1010
+ let sFirstErroneousAddGroup;
1011
+ let sFirstErroneousRemoveGroup;
1012
+ let oMessage;
1013
+ let iNumberOfFailAddActions = 0;
1014
+ let iNumberOfFailDeleteActions = 0;
1015
+ let bCreateNewGroupFailed = false;
1016
+
1017
+ for (const sKey in aErroneousActions) {
1016
1018
  // Get the data of the error (i.e. action name and group object)
1017
1019
 
1018
- var oGroup = aErroneousActions[sKey].group;
1019
- var sAction = aErroneousActions[sKey].action;
1020
+ const oGroup = aErroneousActions[sKey].group;
1021
+ const sAction = aErroneousActions[sKey].action;
1020
1022
 
1021
1023
  if (sAction === "add") {
1022
1024
  iNumberOfFailAddActions++;
@@ -1063,7 +1065,7 @@ sap.ui.define([
1063
1065
  },
1064
1066
 
1065
1067
  prepareDetailedMessage: function (tileTitle, numberOfAddedGroups, numberOfRemovedGroups, firstAddedGroupTitle, firstRemovedGroupTitle) {
1066
- var sMessage;
1068
+ let sMessage;
1067
1069
 
1068
1070
  if (numberOfAddedGroups === 0) {
1069
1071
  if (numberOfRemovedGroups === 1) {
@@ -1096,9 +1098,9 @@ sap.ui.define([
1096
1098
  * @returns {object} Returns the part of the model that contains the IDs of the groups that contain the relevant Tile
1097
1099
  */
1098
1100
  getCatalogTileDataFromModel: function (oSourceContext) {
1099
- var sBindingCtxPath = oSourceContext.getPath();
1100
- var oModel = oSourceContext.getModel();
1101
- var oTileData = oModel.getProperty(sBindingCtxPath);
1101
+ const sBindingCtxPath = oSourceContext.getPath();
1102
+ const oModel = oSourceContext.getModel();
1103
+ const oTileData = oModel.getProperty(sBindingCtxPath);
1102
1104
 
1103
1105
  // Return an object containing the Tile in the CatalogTiles Array (in the model) ,its index and whether it's in the middle of add/removal process.
1104
1106
  return {
@@ -1121,13 +1123,13 @@ sap.ui.define([
1121
1123
  * @deprecated since 1.112
1122
1124
  */
1123
1125
  _addTile: function (oTileContext, oGroupContext) {
1124
- var oDeferred = jQuery.Deferred();
1125
- var oPromise = oCatalogsManager.createTile({
1126
+ const oDeferred = jQuery.Deferred();
1127
+ const oPromise = oCatalogsManager.createTile({
1126
1128
  catalogTileContext: oTileContext,
1127
1129
  groupContext: oGroupContext
1128
1130
  });
1129
1131
 
1130
- oPromise.done(function (data) {
1132
+ oPromise.done((data) => {
1131
1133
  oDeferred.resolve(data);
1132
1134
  });
1133
1135
 
@@ -1147,15 +1149,15 @@ sap.ui.define([
1147
1149
  * @deprecated since 1.112
1148
1150
  */
1149
1151
  _removeTile: function (tileCatalogId, index) {
1150
- var oDeferred = jQuery.Deferred();
1151
- var oPromise = oCatalogsManager.deleteCatalogTileFromGroup({
1152
+ const oDeferred = jQuery.Deferred();
1153
+ const oPromise = oCatalogsManager.deleteCatalogTileFromGroup({
1152
1154
  tileId: tileCatalogId,
1153
1155
  groupIndex: index
1154
1156
  });
1155
1157
 
1156
1158
  // The function deleteCatalogTileFromGroup always results in deferred.resolve
1157
1159
  // and the actual result of the action (success/failure) is contained in the data object
1158
- oPromise.done(function (data) {
1160
+ oPromise.done((data) => {
1159
1161
  oDeferred.resolve(data);
1160
1162
  });
1161
1163
 
@@ -1175,13 +1177,13 @@ sap.ui.define([
1175
1177
  * @deprecated since 1.112
1176
1178
  */
1177
1179
  _createGroupAndSaveTile: function (oTileContext, newGroupName) {
1178
- var oDeferred = jQuery.Deferred();
1179
- var oPromise = oCatalogsManager.createGroupAndSaveTile({
1180
+ const oDeferred = jQuery.Deferred();
1181
+ const oPromise = oCatalogsManager.createGroupAndSaveTile({
1180
1182
  catalogTileContext: oTileContext,
1181
1183
  newGroupName: newGroupName
1182
1184
  });
1183
1185
 
1184
- oPromise.done(function (data) {
1186
+ oPromise.done((data) => {
1185
1187
  oDeferred.resolve(data);
1186
1188
  });
1187
1189