@sapui5/sap.ushell 1.138.1 → 1.140.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 (969) 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/AppInfoParameters.js +1 -1
  4. package/src/main/js/sap/ushell/ApplicationType/UrlPostProcessing.js +14 -10
  5. package/src/main/js/sap/ushell/ApplicationType/wcfResolution.js +29 -24
  6. package/src/main/js/sap/ushell/Container.js +1 -2
  7. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  8. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  9. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  10. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  11. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  12. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
  13. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
  14. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
  15. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
  16. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
  17. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  18. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +12 -12
  19. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  20. package/src/main/js/sap/ushell/User.js +31 -12
  21. package/src/main/js/sap/ushell/adapters/AppVariantPersonalizationAdapter.js +35 -28
  22. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  63. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  64. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  65. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  66. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  67. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  68. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  69. package/src/main/js/sap/ushell/api/performance/Extension.js +147 -0
  70. package/src/main/js/sap/ushell/api/performance/NavigationSource.js +86 -0
  71. package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +23 -82
  72. package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +18 -11
  73. package/src/main/js/sap/ushell/appIntegration/ApplicationHandle.js +8 -3
  74. package/src/main/js/sap/ushell/appIntegration/IframeApplicationContainer.js +19 -17
  75. package/src/main/js/sap/ushell/appIntegration/KeepAliveApps.js +82 -30
  76. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/AppInfoHandler.js +225 -0
  77. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/AppStateHandler.js +188 -0
  78. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/BookmarkHandler.js +721 -0
  79. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/EnvironmentHandler.js +347 -0
  80. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/ExtensionHandler.js +573 -0
  81. package/src/main/js/sap/ushell/appIntegration/{PostMessageManager → PostMessageHandler}/ExtensionItems.js +6 -23
  82. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/LifecycleHandler.js +206 -0
  83. package/src/main/js/sap/ushell/appIntegration/{PostMessageManager → PostMessageHandler}/MessageBrokerHandler.js +13 -0
  84. package/src/main/js/sap/ushell/appIntegration/{PostMessageManager → PostMessageHandler}/NWBCHandler.js +27 -7
  85. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/NavigationHandler.js +648 -0
  86. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/SessionHandler.js +141 -0
  87. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler.js +146 -0
  88. package/src/main/js/sap/ushell/appIntegration/PostMessageManager.js +346 -117
  89. package/src/main/js/sap/ushell/appIntegration/PostMessagePluginInterface.js +249 -95
  90. package/src/main/js/sap/ushell/appIntegration/UI5ApplicationContainer.js +1 -0
  91. package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +15 -19
  92. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV1Handler.js +14 -14
  93. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +38 -40
  94. package/src/main/js/sap/ushell/appRuntime/ui5/AppCommunicationMgr.js +98 -77
  95. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +74 -80
  96. package/src/main/js/sap/ushell/appRuntime/ui5/SessionHandlerAgent.js +30 -26
  97. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/CheckConditions.js +32 -29
  98. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/Renderer.js +2 -0
  99. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/Component.js +3 -3
  100. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_vi.properties +1 -1
  101. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/Component.js +10 -3
  102. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/AccessKeysAgent.js +5 -3
  103. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/Renderer.js +15 -15
  104. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +5 -5
  105. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +4 -5
  106. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +4 -4
  107. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +192 -219
  108. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +11 -18
  109. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +16 -16
  110. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +15 -15
  111. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +4 -4
  112. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +6 -6
  113. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +19 -19
  114. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +10 -10
  115. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +40 -18
  116. package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
  117. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  118. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +4 -4
  119. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +9 -9
  120. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +8 -8
  121. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +8 -8
  122. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +16 -16
  123. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +4 -4
  124. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +7 -7
  125. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +6 -6
  126. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +20 -22
  127. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserDefaultParameters.js +7 -3
  128. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +7 -7
  129. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  130. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/StepConfiguration.json +0 -2
  131. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  132. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
  133. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  134. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +13 -9
  135. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  136. package/src/main/js/sap/ushell/components/CatalogsManager.js +157 -157
  137. package/src/main/js/sap/ushell/components/ComponentKeysHandler.js +180 -187
  138. package/src/main/js/sap/ushell/components/DestroyHelper.js +4 -4
  139. package/src/main/js/sap/ushell/components/GroupsHelper.js +21 -21
  140. package/src/main/js/sap/ushell/components/HomepageManager.js +465 -424
  141. package/src/main/js/sap/ushell/components/MessagingHelper.js +24 -24
  142. package/src/main/js/sap/ushell/components/SharedComponentUtils.js +16 -16
  143. package/src/main/js/sap/ushell/components/_HomepageManager/DashboardLoadingManager.js +43 -43
  144. package/src/main/js/sap/ushell/components/_HomepageManager/PagingManager.js +43 -39
  145. package/src/main/js/sap/ushell/components/_HomepageManager/PersistentPageOperationAdapter.js +167 -176
  146. package/src/main/js/sap/ushell/components/_HomepageManager/TransientPageOperationAdapter.js +57 -57
  147. package/src/main/js/sap/ushell/components/appfinder/AppFinder.controller.js +96 -99
  148. package/src/main/js/sap/ushell/components/appfinder/AppFinderView.js +27 -21
  149. package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +188 -180
  150. package/src/main/js/sap/ushell/components/appfinder/CatalogView.js +56 -56
  151. package/src/main/js/sap/ushell/components/appfinder/Component.js +12 -16
  152. package/src/main/js/sap/ushell/components/appfinder/EasyAccess.controller.js +129 -133
  153. package/src/main/js/sap/ushell/components/appfinder/EasyAccessView.js +10 -10
  154. package/src/main/js/sap/ushell/components/appfinder/GroupListPopover.controller.js +22 -22
  155. package/src/main/js/sap/ushell/components/appfinder/GroupListPopoverView.js +14 -14
  156. package/src/main/js/sap/ushell/components/appfinder/HierarchyApps.controller.js +75 -78
  157. package/src/main/js/sap/ushell/components/appfinder/HierarchyAppsView.js +24 -27
  158. package/src/main/js/sap/ushell/components/appfinder/HierarchyFolders.controller.js +44 -46
  159. package/src/main/js/sap/ushell/components/appfinder/HierarchyFoldersView.js +22 -22
  160. package/src/main/js/sap/ushell/components/appfinder/VisualizationOrganizerHelper.js +28 -28
  161. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  162. package/src/main/js/sap/ushell/components/cards/Card.controller.js +16 -20
  163. package/src/main/js/sap/ushell/components/cards/Configuration.controller.js +35 -37
  164. package/src/main/js/sap/ushell/components/cards/ManifestPropertyHelper.js +32 -34
  165. package/src/main/js/sap/ushell/components/cepsearchresult/app/Main.controller.js +7 -12
  166. package/src/main/js/sap/ushell/components/cepsearchresult/app/Main.view.xml +2 -9
  167. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/Extension.js +0 -1
  168. package/src/main/js/sap/ushell/components/cepsearchresult/app/css/style.css +58 -0
  169. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/AdvancedFormatters.js +0 -1
  170. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/Edition.js +0 -1
  171. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/EditionAdvanced.js +0 -1
  172. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/appendStyleVars.js +0 -1
  173. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Category.js +13 -13
  174. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Highlighter.js +2 -5
  175. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Paginator.js +0 -2
  176. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/Event.js +4 -3
  177. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +8 -9
  178. package/src/main/js/sap/ushell/components/contentFinder/Component.js +2 -2
  179. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -3
  180. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  181. package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +2 -2
  182. package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
  183. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  184. package/src/main/js/sap/ushell/components/contentFinder/model/GraphQLListBinding.js +3 -5
  185. package/src/main/js/sap/ushell/components/contentFinder/model/GraphQLModel.js +2 -2
  186. package/src/main/js/sap/ushell/components/contentFinder/model/formatter.js +13 -6
  187. package/src/main/js/sap/ushell/components/contentFinder/resources/resources.properties +3 -3
  188. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ar.properties +1 -1
  189. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_bg.properties +1 -1
  190. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ca.properties +1 -1
  191. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cnr.properties +1 -1
  192. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cs.properties +1 -1
  193. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cy.properties +1 -1
  194. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_da.properties +1 -1
  195. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_de.properties +2 -2
  196. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_el.properties +1 -1
  197. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +1 -1
  198. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties +1 -1
  199. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saprigi.properties +1 -1
  200. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es.properties +1 -1
  201. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties +1 -1
  202. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_et.properties +1 -1
  203. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fi.properties +1 -1
  204. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr.properties +1 -1
  205. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties +1 -1
  206. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hi.properties +1 -1
  207. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hr.properties +1 -1
  208. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hu.properties +1 -1
  209. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_id.properties +1 -1
  210. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_it.properties +1 -1
  211. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_iw.properties +1 -1
  212. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ja.properties +1 -1
  213. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_kk.properties +1 -1
  214. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ko.properties +1 -1
  215. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lt.properties +1 -1
  216. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lv.properties +1 -1
  217. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +1 -1
  218. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ms.properties +1 -1
  219. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_nl.properties +1 -1
  220. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_no.properties +1 -1
  221. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pl.properties +1 -1
  222. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt.properties +1 -1
  223. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties +1 -1
  224. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ro.properties +1 -1
  225. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ru.properties +1 -1
  226. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +1 -1
  227. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sk.properties +1 -1
  228. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sl.properties +1 -1
  229. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +1 -1
  230. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sv.properties +1 -1
  231. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_th.properties +1 -1
  232. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_tr.properties +1 -1
  233. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_uk.properties +1 -1
  234. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_vi.properties +1 -1
  235. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties +1 -1
  236. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties +1 -1
  237. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearch.view.xml +2 -14
  238. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchCategoryTreeTable.fragment.xml +14 -7
  239. package/src/main/js/sap/ushell/components/contentFinder/view/VisualizationsNoDataIllustratedMessage.fragment.xml +1 -1
  240. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +2 -2
  241. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +2 -4
  242. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  243. package/src/main/js/sap/ushell/components/factsheet/Component.js +13 -8
  244. package/src/main/js/sap/ushell/components/factsheet/annotation/Mapping.js +166 -118
  245. package/src/main/js/sap/ushell/components/factsheet/controls/PictureTile.js +20 -16
  246. package/src/main/js/sap/ushell/components/factsheet/controls/PictureTileRenderer.js +3 -3
  247. package/src/main/js/sap/ushell/components/factsheet/controls/PictureViewer.js +84 -77
  248. package/src/main/js/sap/ushell/components/factsheet/controls/PictureViewerItem.js +4 -4
  249. package/src/main/js/sap/ushell/components/factsheet/controls/PictureViewerRenderer.js +2 -2
  250. package/src/main/js/sap/ushell/components/factsheet/factory/ThingInspector.js +1356 -1139
  251. package/src/main/js/sap/ushell/components/factsheet/tools/ODataUrlTemplating.js +9 -5
  252. package/src/main/js/sap/ushell/components/factsheet/views/ThingViewer.controller.js +1 -1
  253. package/src/main/js/sap/ushell/components/factsheet/views/ThingViewer.view.js +9 -6
  254. package/src/main/js/sap/ushell/components/homeApp/error/Component.js +1 -1
  255. package/src/main/js/sap/ushell/components/homeApp/error/HomeAppError.controller.js +4 -4
  256. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +51 -48
  257. package/src/main/js/sap/ushell/components/homepage/Component.js +11 -11
  258. package/src/main/js/sap/ushell/components/homepage/DashboardContent.controller.js +185 -192
  259. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +60 -50
  260. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +199 -202
  261. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +152 -160
  262. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  263. package/src/main/js/sap/ushell/components/pages/ActionMode.js +72 -74
  264. package/src/main/js/sap/ushell/components/pages/Component.js +7 -32
  265. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +46 -46
  266. package/src/main/js/sap/ushell/components/pages/StateManager.js +9 -10
  267. package/src/main/js/sap/ushell/components/pages/controller/MyHome.controller.js +4 -4
  268. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +249 -221
  269. package/src/main/js/sap/ushell/components/pages/controller/PagesAndSpaceId.js +23 -24
  270. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  271. package/src/main/js/sap/ushell/components/runtimeSwitcher/Component.js +1 -1
  272. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +60 -70
  273. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  274. package/src/main/js/sap/ushell/components/shell/FloatingContainer/Component.js +0 -5
  275. package/src/main/js/sap/ushell/components/shell/FloatingContainer/controls/FloatingContainer.js +3 -3
  276. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  277. package/src/main/js/sap/ushell/components/shell/MenuBar/Component.js +18 -50
  278. package/src/main/js/sap/ushell/components/shell/MenuBar/controller/MenuBar.controller.js +73 -83
  279. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  280. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/Component.js +1 -1
  281. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +49 -50
  282. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +5 -5
  283. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  284. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +35 -33
  285. package/src/main/js/sap/ushell/components/shell/Notifications/Notifications.controller.js +8 -9
  286. package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsList.controller.js +5 -11
  287. package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +79 -49
  288. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +20 -22
  289. package/src/main/js/sap/ushell/components/shell/Search/Component.js +33 -12
  290. package/src/main/js/sap/ushell/components/shell/Search/ESearch.js +26 -21
  291. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  292. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +21 -14
  293. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchCEP.controller.js +204 -250
  294. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +25 -24
  295. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +9 -9
  296. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +4 -4
  297. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +63 -65
  298. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/Component.js +546 -0
  299. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/FrequentActivityProvider.js +83 -0
  300. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/RecentSearchProvider.js +63 -0
  301. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchProvider.js +141 -0
  302. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchServiceProvider.js +177 -0
  303. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/manifest.json +43 -0
  304. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources.properties +23 -0
  305. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ar.properties +8 -0
  306. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_bg.properties +8 -0
  307. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ca.properties +8 -0
  308. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_cnr.properties +8 -0
  309. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_cs.properties +8 -0
  310. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_cy.properties +8 -0
  311. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_da.properties +8 -0
  312. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_de.properties +8 -0
  313. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_el.properties +8 -0
  314. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_en.properties +8 -0
  315. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_en_GB.properties +8 -0
  316. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_en_US_saprigi.properties +8 -0
  317. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_es.properties +8 -0
  318. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_es_MX.properties +8 -0
  319. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_et.properties +8 -0
  320. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_fi.properties +8 -0
  321. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_fr.properties +8 -0
  322. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_fr_CA.properties +8 -0
  323. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_hi.properties +8 -0
  324. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_hr.properties +8 -0
  325. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_hu.properties +8 -0
  326. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_id.properties +8 -0
  327. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_it.properties +8 -0
  328. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_iw.properties +8 -0
  329. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ja.properties +8 -0
  330. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_kk.properties +8 -0
  331. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ko.properties +8 -0
  332. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_lt.properties +8 -0
  333. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_lv.properties +8 -0
  334. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_mk.properties +8 -0
  335. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ms.properties +8 -0
  336. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_nl.properties +8 -0
  337. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_no.properties +8 -0
  338. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_pl.properties +8 -0
  339. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_pt.properties +8 -0
  340. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_pt_PT.properties +8 -0
  341. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ro.properties +8 -0
  342. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ru.properties +8 -0
  343. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sh.properties +8 -0
  344. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sk.properties +8 -0
  345. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sl.properties +8 -0
  346. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sr.properties +8 -0
  347. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sv.properties +8 -0
  348. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_th.properties +8 -0
  349. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_tr.properties +8 -0
  350. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_uk.properties +8 -0
  351. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_vi.properties +8 -0
  352. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_zh_CN.properties +8 -0
  353. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_zh_TW.properties +8 -0
  354. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +58 -39
  355. package/src/main/js/sap/ushell/components/shell/Settings/ErrorMessageHelper.js +10 -10
  356. package/src/main/js/sap/ushell/components/shell/Settings/UserSettings.controller.js +150 -150
  357. package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +68 -65
  358. package/src/main/js/sap/ushell/components/shell/Settings/appearance/AppearanceEntry.js +12 -15
  359. package/src/main/js/sap/ushell/components/shell/Settings/homepage/HomepageEntry.js +34 -37
  360. package/src/main/js/sap/ushell/components/shell/Settings/notifications/NotificationsEntry.js +6 -7
  361. package/src/main/js/sap/ushell/components/shell/Settings/notifications/NotificationsSetting.controller.js +46 -48
  362. package/src/main/js/sap/ushell/components/shell/Settings/search/Search.controller.js +4 -4
  363. package/src/main/js/sap/ushell/components/shell/Settings/search/SearchEntry.js +13 -13
  364. package/src/main/js/sap/ushell/components/shell/Settings/spaces/SpacesEntry.js +11 -13
  365. package/src/main/js/sap/ushell/components/shell/Settings/spaces/SpacesSetting.controller.js +41 -42
  366. package/src/main/js/sap/ushell/components/shell/Settings/userAccount/UserAccountEntry.js +11 -15
  367. package/src/main/js/sap/ushell/components/shell/Settings/userAccount/UserAccountSelector.controller.js +35 -37
  368. package/src/main/js/sap/ushell/components/shell/Settings/userActivities/UserActivitiesEntry.js +6 -7
  369. package/src/main/js/sap/ushell/components/shell/Settings/userActivities/UserActivitiesSetting.controller.js +7 -8
  370. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/Component.js +2 -2
  371. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/UserDefaultsEntry.js +16 -16
  372. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/UserDefaultsForm.js +17 -17
  373. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/controller/ExtendedValueDialog.controller.js +21 -24
  374. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/controller/UserDefaultsSetting.controller.js +136 -137
  375. package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.controller.js +73 -78
  376. package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/UserLanguageRegionEntry.js +8 -8
  377. package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +37 -23
  378. package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +47 -22
  379. package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
  380. package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +15 -9
  381. package/src/main/js/sap/ushell/components/shell/SideNavigation/Component.js +7 -11
  382. package/src/main/js/sap/ushell/components/shell/SideNavigation/controller/SideNavigation.controller.js +3 -3
  383. package/src/main/js/sap/ushell/components/shell/SideNavigation/fragment/Popover.fragment.xml +2 -2
  384. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
  385. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/AllSpaces.js +5 -6
  386. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/AppFinder.js +2 -2
  387. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +40 -8
  388. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericFixedNavigationListProvider.js +2 -2
  389. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericNavigationListProvider.js +2 -2
  390. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/MyHome.js +2 -2
  391. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/NavigationHelper.js +21 -6
  392. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/RecentActivity.js +4 -4
  393. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Spaces.js +5 -6
  394. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/SpacesNavigationListProvider.js +2 -3
  395. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources.properties +2 -0
  396. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ar.properties +1 -0
  397. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_bg.properties +1 -0
  398. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ca.properties +1 -0
  399. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_cnr.properties +1 -0
  400. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_cs.properties +1 -0
  401. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_cy.properties +1 -0
  402. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_da.properties +1 -0
  403. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_de.properties +1 -0
  404. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_el.properties +1 -0
  405. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_en.properties +1 -0
  406. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_en_GB.properties +1 -0
  407. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_en_US_saprigi.properties +1 -0
  408. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_es.properties +1 -0
  409. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_es_MX.properties +1 -0
  410. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_et.properties +1 -0
  411. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_fi.properties +1 -0
  412. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_fr.properties +1 -0
  413. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_fr_CA.properties +1 -0
  414. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_hi.properties +1 -0
  415. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_hr.properties +1 -0
  416. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_hu.properties +1 -0
  417. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_id.properties +1 -0
  418. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_it.properties +1 -0
  419. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_iw.properties +1 -0
  420. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ja.properties +1 -0
  421. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_kk.properties +1 -0
  422. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ko.properties +1 -0
  423. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_lt.properties +1 -0
  424. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_lv.properties +1 -0
  425. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_mk.properties +1 -0
  426. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ms.properties +1 -0
  427. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_nl.properties +1 -0
  428. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_no.properties +1 -0
  429. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_pl.properties +1 -0
  430. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_pt.properties +1 -0
  431. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_pt_PT.properties +1 -0
  432. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ro.properties +1 -0
  433. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ru.properties +1 -0
  434. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sh.properties +1 -0
  435. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sk.properties +1 -0
  436. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sl.properties +1 -0
  437. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sr.properties +1 -0
  438. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sv.properties +1 -0
  439. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_th.properties +1 -0
  440. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_tr.properties +1 -0
  441. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_uk.properties +1 -0
  442. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_vi.properties +1 -0
  443. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_zh_CN.properties +1 -0
  444. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_zh_TW.properties +1 -0
  445. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +3 -4
  446. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.controller.js +48 -48
  447. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +27 -30
  448. package/src/main/js/sap/ushell/components/tiles/action/ActionTile.controller.js +55 -55
  449. package/src/main/js/sap/ushell/components/tiles/action/Configuration.controller.js +39 -41
  450. package/src/main/js/sap/ushell/components/tiles/applauncher/Component.js +3 -3
  451. package/src/main/js/sap/ushell/components/tiles/applauncher/Configuration.controller.js +26 -27
  452. package/src/main/js/sap/ushell/components/tiles/applauncher/StaticTile.controller.js +66 -66
  453. package/src/main/js/sap/ushell/components/tiles/applauncher/StaticTile.view.js +5 -5
  454. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/Component.js +2 -2
  455. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/Configuration.controller.js +27 -27
  456. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/DynamicTile.controller.js +107 -107
  457. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/DynamicTile.view.js +7 -7
  458. package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/Component.js +7 -7
  459. package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/StaticTile.controller.js +43 -33
  460. package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/StaticTile.view.js +2 -2
  461. package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/Component.js +15 -15
  462. package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/DynamicTile.controller.js +97 -88
  463. package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/DynamicTile.view.js +4 -4
  464. package/src/main/js/sap/ushell/components/tiles/generic.js +133 -131
  465. package/src/main/js/sap/ushell/components/tiles/indicatorArea/AreaChartTile.controller.js +209 -204
  466. package/src/main/js/sap/ushell/components/tiles/indicatorArea/AreaChartTile.view.js +17 -17
  467. package/src/main/js/sap/ushell/components/tiles/indicatorDual/DualTile.controller.js +51 -51
  468. package/src/main/js/sap/ushell/components/tiles/indicatorDual/DualTile.view.js +29 -28
  469. package/src/main/js/sap/ushell/components/tiles/indicatorDualComparison/DualComparison.controller.js +84 -82
  470. package/src/main/js/sap/ushell/components/tiles/indicatorDualComparison/DualComparison.view.js +3 -3
  471. package/src/main/js/sap/ushell/components/tiles/indicatorDualContribution/DualContribution.controller.js +74 -75
  472. package/src/main/js/sap/ushell/components/tiles/indicatorDualContribution/DualContribution.view.js +3 -3
  473. package/src/main/js/sap/ushell/components/tiles/indicatorDualDeviation/DualDeviation.controller.js +58 -58
  474. package/src/main/js/sap/ushell/components/tiles/indicatorDualDeviation/DualDeviation.view.js +12 -12
  475. package/src/main/js/sap/ushell/components/tiles/indicatorDualTrend/DualTrend.controller.js +175 -172
  476. package/src/main/js/sap/ushell/components/tiles/indicatorDualTrend/DualTrend.view.js +15 -15
  477. package/src/main/js/sap/ushell/components/tiles/indicatorHarveyBall/HarveyBallTile.controller.js +76 -75
  478. package/src/main/js/sap/ushell/components/tiles/indicatorHarveyBall/HarveyBallTile.view.js +7 -7
  479. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/cache.js +4 -4
  480. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/indicatorTileHelper.js +4 -4
  481. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/oData4Analytics.js +323 -282
  482. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/smartBusinessUtil.js +321 -311
  483. package/src/main/js/sap/ushell/components/tiles/indicatorcomparison/ComparisonTile.controller.js +59 -57
  484. package/src/main/js/sap/ushell/components/tiles/indicatorcomparison/ComparisonTile.view.js +4 -4
  485. package/src/main/js/sap/ushell/components/tiles/indicatorcontribution/ContributionTile.controller.js +55 -54
  486. package/src/main/js/sap/ushell/components/tiles/indicatorcontribution/ContributionTile.view.js +5 -5
  487. package/src/main/js/sap/ushell/components/tiles/indicatordeviation/DeviationTile.controller.js +21 -21
  488. package/src/main/js/sap/ushell/components/tiles/indicatordeviation/DeviationTile.view.js +11 -11
  489. package/src/main/js/sap/ushell/components/tiles/indicatornumeric/NumericTile.controller.js +14 -15
  490. package/src/main/js/sap/ushell/components/tiles/indicatornumeric/NumericTile.view.js +10 -10
  491. package/src/main/js/sap/ushell/components/tiles/sbtilecontent.js +6 -6
  492. package/src/main/js/sap/ushell/components/tiles/utils.js +699 -664
  493. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +217 -217
  494. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +4 -8
  495. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +40 -42
  496. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +257 -262
  497. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.layout.js +19 -20
  498. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +6 -6
  499. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +37 -38
  500. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +97 -100
  501. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +81 -82
  502. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnRenderer.js +9 -9
  503. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +38 -39
  504. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRenderer.js +5 -5
  505. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +8 -9
  506. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRowRenderer.js +9 -9
  507. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  508. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +4 -4
  509. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +15 -15
  510. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  511. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  512. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Avatar.js +5 -1
  513. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Button.js +10 -2
  514. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItem.js +0 -2
  515. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemGroup.js +91 -0
  516. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Menu.js +0 -10
  517. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +8 -10
  518. package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +1 -24
  519. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/IllustratedMessage.js +96 -0
  520. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationList.js +0 -6
  521. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +0 -4
  522. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItem.js +0 -2
  523. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/Search.js +134 -0
  524. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItem.js +71 -0
  525. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItemGroup.js +34 -0
  526. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchMessageArea.js +51 -0
  527. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchScope.js +55 -0
  528. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBar.js +5 -16
  529. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarBranding.js +74 -0
  530. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarItem.js +0 -2
  531. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSearch.js +128 -0
  532. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +0 -16
  533. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +83 -1
  534. package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +80 -2
  535. package/src/main/js/sap/ushell/library.js +1 -1
  536. package/src/main/js/sap/ushell/navigation/NavigationState.js +123 -0
  537. package/src/main/js/sap/ushell/navigationMode.js +5 -5
  538. package/src/main/js/sap/ushell/override.js +1 -2
  539. package/src/main/js/sap/ushell/performance/FesrEnhancer.js +53 -15
  540. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  541. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +19 -10
  542. package/src/main/js/sap/ushell/plugins/BaseRTAPlugin.js +2 -0
  543. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  544. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_de.properties +1 -1
  545. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_vi.properties +1 -1
  546. package/src/main/js/sap/ushell/renderer/AccessKeysHandler.js +8 -4
  547. package/src/main/js/sap/ushell/renderer/NavContainer.js +7 -0
  548. package/src/main/js/sap/ushell/renderer/Renderer.js +18 -6
  549. package/src/main/js/sap/ushell/renderer/RendererManagedComponents.js +200 -0
  550. package/src/main/js/sap/ushell/renderer/Shell.controller.js +10 -21
  551. package/src/main/js/sap/ushell/renderer/Shell.view.js +9 -3
  552. package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +2 -0
  553. package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +2 -0
  554. package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +2 -0
  555. package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +2 -0
  556. package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +2 -0
  557. package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +2 -0
  558. package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +2 -0
  559. package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +2 -0
  560. package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +2 -0
  561. package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +2 -0
  562. package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +2 -0
  563. package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +2 -0
  564. package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +3 -1
  565. package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +2 -0
  566. package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +2 -0
  567. package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +2 -0
  568. package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +2 -0
  569. package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +2 -0
  570. package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +2 -0
  571. package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +2 -0
  572. package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +3 -1
  573. package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +20 -18
  574. package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +2 -0
  575. package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +2 -0
  576. package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +2 -0
  577. package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +2 -0
  578. package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +2 -0
  579. package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +2 -0
  580. package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +2 -0
  581. package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +2 -0
  582. package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +2 -0
  583. package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +2 -0
  584. package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +2 -0
  585. package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +2 -0
  586. package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +2 -0
  587. package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +2 -0
  588. package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +2 -0
  589. package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +2 -0
  590. package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +2 -0
  591. package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +2 -0
  592. package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +3 -1
  593. package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +2 -0
  594. package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +2 -0
  595. package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +2 -0
  596. package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +2 -0
  597. package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +2 -0
  598. package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +4 -2
  599. package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +2 -0
  600. package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +2 -0
  601. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  602. package/src/main/js/sap/ushell/renderers/fiori2/Renderer.js +38 -31
  603. package/src/main/js/sap/ushell/services/AllMyApps.js +5 -7
  604. package/src/main/js/sap/ushell/services/AppConfiguration.js +3 -5
  605. package/src/main/js/sap/ushell/services/AppLifeCycle.js +19 -13
  606. package/src/main/js/sap/ushell/services/AppState.js +86 -102
  607. package/src/main/js/sap/ushell/services/AppType.js +2 -2
  608. package/src/main/js/sap/ushell/services/Bookmark.js +156 -164
  609. package/src/main/js/sap/ushell/services/BookmarkV2.js +10 -13
  610. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  611. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  612. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  613. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  614. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  615. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  616. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  617. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  618. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  619. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  620. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +27 -31
  621. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  622. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  623. package/src/main/js/sap/ushell/services/CommonDataModel.js +295 -353
  624. package/src/main/js/sap/ushell/services/Configuration.js +14 -12
  625. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +34 -35
  626. package/src/main/js/sap/ushell/services/Container.js +2 -2
  627. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +29 -62
  628. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +227 -266
  629. package/src/main/js/sap/ushell/services/DarkModeSupport.js +17 -16
  630. package/src/main/js/sap/ushell/services/EndUserFeedback.js +5 -4
  631. package/src/main/js/sap/ushell/services/Extension/Item.js +7 -12
  632. package/src/main/js/sap/ushell/services/Extension.js +54 -19
  633. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +209 -213
  634. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +3 -3
  635. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +3 -3
  636. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +6 -6
  637. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  638. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  639. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +4 -4
  640. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +3 -3
  641. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -2
  642. package/src/main/js/sap/ushell/services/Menu.js +264 -289
  643. package/src/main/js/sap/ushell/services/Message.js +3 -3
  644. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +26 -29
  645. package/src/main/js/sap/ushell/services/MessageBroker.js +18 -25
  646. package/src/main/js/sap/ushell/services/MessageInternal.js +37 -38
  647. package/src/main/js/sap/ushell/services/NavTargetResolution.js +2 -5
  648. package/src/main/js/sap/ushell/services/NavTargetResolutionInternal.js +153 -157
  649. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +3 -5
  650. package/src/main/js/sap/ushell/services/Navigation/utils.js +62 -64
  651. package/src/main/js/sap/ushell/services/Navigation.js +10 -14
  652. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +4 -3
  653. package/src/main/js/sap/ushell/services/Notifications.js +30 -16
  654. package/src/main/js/sap/ushell/services/NotificationsV2.js +87 -99
  655. package/src/main/js/sap/ushell/services/PageBuilding.js +9 -6
  656. package/src/main/js/sap/ushell/services/PagePersistence.js +3 -3
  657. package/src/main/js/sap/ushell/services/PageReferencing.js +4 -2
  658. package/src/main/js/sap/ushell/services/Pages.js +635 -683
  659. package/src/main/js/sap/ushell/services/Personalization.js +103 -134
  660. package/src/main/js/sap/ushell/services/PersonalizationV2/ContextContainer.js +29 -32
  661. package/src/main/js/sap/ushell/services/PersonalizationV2/Personalizer.js +21 -6
  662. package/src/main/js/sap/ushell/services/PersonalizationV2/TransientPersonalizer.js +1 -2
  663. package/src/main/js/sap/ushell/services/PersonalizationV2/Variant.js +5 -1
  664. package/src/main/js/sap/ushell/services/PersonalizationV2/VariantSet.js +5 -8
  665. package/src/main/js/sap/ushell/services/PersonalizationV2/VariantSetAdapter.js +2 -2
  666. package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapter.js +10 -11
  667. package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapterContainer.js +27 -27
  668. package/src/main/js/sap/ushell/services/PersonalizationV2/constants.js +1 -2
  669. package/src/main/js/sap/ushell/services/PersonalizationV2/constants.private.js +1 -1
  670. package/src/main/js/sap/ushell/services/PersonalizationV2/utils.js +5 -5
  671. package/src/main/js/sap/ushell/services/PersonalizationV2.js +92 -105
  672. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +9 -9
  673. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +2 -2
  674. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +4 -4
  675. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +5 -8
  676. package/src/main/js/sap/ushell/services/PluginManager.js +12 -8
  677. package/src/main/js/sap/ushell/services/ReferenceResolver.js +21 -28
  678. package/src/main/js/sap/ushell/services/Search.js +25 -21
  679. package/src/main/js/sap/ushell/services/SearchCEP.js +38 -32
  680. package/src/main/js/sap/ushell/services/SearchableContent.js +203 -223
  681. package/src/main/js/sap/ushell/services/ShellNavigation.js +5 -3
  682. package/src/main/js/sap/ushell/services/ShellNavigationHashChanger.js +160 -164
  683. package/src/main/js/sap/ushell/services/ShellNavigationInternal.js +24 -20
  684. package/src/main/js/sap/ushell/services/SmartNavigation.js +86 -82
  685. package/src/main/js/sap/ushell/services/SpaceContent.js +73 -106
  686. package/src/main/js/sap/ushell/services/SupportTicket.js +1 -1
  687. package/src/main/js/sap/ushell/services/UITracer.js +48 -62
  688. package/src/main/js/sap/ushell/services/URLParsing.js +8 -8
  689. package/src/main/js/sap/ushell/services/URLShortening.js +2 -2
  690. package/src/main/js/sap/ushell/services/URLTemplate.js +7 -8
  691. package/src/main/js/sap/ushell/services/Ui5ComponentHandle.js +5 -5
  692. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +6 -6
  693. package/src/main/js/sap/ushell/services/UsageAnalytics.js +2 -3
  694. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +10 -10
  695. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +12 -13
  696. package/src/main/js/sap/ushell/services/UserInfo.js +27 -15
  697. package/src/main/js/sap/ushell/services/UserRecents/RecentActivity.js +6 -7
  698. package/src/main/js/sap/ushell/services/UserRecents/RecentAppsUsage.js +5 -5
  699. package/src/main/js/sap/ushell/services/UserRecents/RecentsList.js +2 -2
  700. package/src/main/js/sap/ushell/services/UserRecents/UserRecentsBase.js +2 -2
  701. package/src/main/js/sap/ushell/services/UserRecents.js +3 -3
  702. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +63 -66
  703. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +11 -11
  704. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  705. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  706. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  707. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  708. package/src/main/js/sap/ushell/services/personalization/VariantSetAdapter.js +10 -10
  709. package/src/main/js/sap/ushell/state/BaseState.js +2 -3
  710. package/src/main/js/sap/ushell/state/BindingHelper.js +2 -4
  711. package/src/main/js/sap/ushell/state/ControlManager.js +2 -3
  712. package/src/main/js/sap/ushell/state/CurrentState.js +2 -2
  713. package/src/main/js/sap/ushell/state/KeepAlive.js +2 -2
  714. package/src/main/js/sap/ushell/state/ShellModel.js +2 -3
  715. package/src/main/js/sap/ushell/state/StateManager/LaunchpadState.js +2 -2
  716. package/src/main/js/sap/ushell/state/StateManager/Operation.js +2 -2
  717. package/src/main/js/sap/ushell/state/StateManager/ShellMode.js +2 -2
  718. package/src/main/js/sap/ushell/state/StateManager.js +3 -3
  719. package/src/main/js/sap/ushell/state/StateRules.js +2 -3
  720. package/src/main/js/sap/ushell/state/StrategyFactory/DefaultStrategy.js +2 -3
  721. package/src/main/js/sap/ushell/state/StrategyFactory/FloatingActionsStrategy.js +2 -3
  722. package/src/main/js/sap/ushell/state/StrategyFactory/FloatingContainerStrategy.js +2 -3
  723. package/src/main/js/sap/ushell/state/StrategyFactory/HeadEndItemsStrategy.js +10 -4
  724. package/src/main/js/sap/ushell/state/StrategyFactory/HeadItemsStrategy.js +3 -4
  725. package/src/main/js/sap/ushell/state/StrategyFactory/SidePaneStrategy.js +2 -3
  726. package/src/main/js/sap/ushell/state/StrategyFactory/SubHeaderStrategy.js +2 -3
  727. package/src/main/js/sap/ushell/state/StrategyFactory/UserActionsStrategy.js +3 -4
  728. package/src/main/js/sap/ushell/state/StrategyFactory.js +2 -3
  729. package/src/main/js/sap/ushell/state/modules/BackNavigation.js +2 -5
  730. package/src/main/js/sap/ushell/state/modules/ContentDensity.js +3 -3
  731. package/src/main/js/sap/ushell/state/modules/Favicon.js +3 -3
  732. package/src/main/js/sap/ushell/state/modules/HeaderLogo.js +3 -3
  733. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +123 -123
  734. package/src/main/js/sap/ushell/themes/base/ShellBar.less +2 -1
  735. package/src/main/js/sap/ushell/themes/base/ShellHeader.less +1 -1
  736. package/src/main/js/sap/ushell/themes/base/ToolAreaItem.less +1 -0
  737. package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellBar.less +9 -0
  738. package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellHeader.less +6 -0
  739. package/src/main/js/sap/ushell/themes/sap_fiori_3/library.source.less +1 -0
  740. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/ShellBar.less +9 -0
  741. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/library.source.less +1 -0
  742. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/ShellBar.less +9 -0
  743. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/library.source.less +1 -0
  744. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/ShellBar.less +9 -0
  745. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/library.source.less +1 -0
  746. package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellHeader.less +1 -1
  747. package/src/main/js/sap/ushell/thirdparty/AccessibilityTextsHelper.js +13 -0
  748. package/src/main/js/sap/ushell/thirdparty/Avatar.js +85 -18
  749. package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +15 -246
  750. package/src/main/js/sap/ushell/thirdparty/Button.js +1 -1
  751. package/src/main/js/sap/ushell/thirdparty/Button2.js +96 -25
  752. package/src/main/js/sap/ushell/thirdparty/FocusableElements.js +10 -0
  753. package/src/main/js/sap/ushell/thirdparty/Icon.js +31 -12
  754. package/src/main/js/sap/ushell/thirdparty/Icons.js +101 -98
  755. package/src/main/js/sap/ushell/thirdparty/IllustratedMessage.js +1292 -0
  756. package/src/main/js/sap/ushell/thirdparty/Label.js +6 -6
  757. package/src/main/js/sap/ushell/thirdparty/Link.js +13 -12
  758. package/src/main/js/sap/ushell/thirdparty/List.js +71 -541
  759. package/src/main/js/sap/ushell/thirdparty/ListBoxItemGroupTemplate.js +14 -0
  760. package/src/main/js/sap/ushell/thirdparty/ListItemAdditionalText.css.js +10 -0
  761. package/src/main/js/sap/ushell/thirdparty/ListItemBase.js +251 -0
  762. package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +1683 -91
  763. package/src/main/js/sap/ushell/thirdparty/ListItemGroup.js +640 -0
  764. package/src/main/js/sap/ushell/thirdparty/Menu.js +75 -87
  765. package/src/main/js/sap/ushell/thirdparty/MenuItem.js +1 -1
  766. package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +389 -47
  767. package/src/main/js/sap/ushell/thirdparty/NotificationList.js +8 -8
  768. package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +15 -15
  769. package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +520 -517
  770. package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +6 -6
  771. package/src/main/js/sap/ushell/thirdparty/ResponsivePopover.js +2278 -0
  772. package/src/main/js/sap/ushell/thirdparty/SearchItem.js +128 -0
  773. package/src/main/js/sap/ushell/thirdparty/SearchItemGroup.js +47 -0
  774. package/src/main/js/sap/ushell/thirdparty/SearchMessageArea.js +49 -0
  775. package/src/main/js/sap/ushell/thirdparty/SearchScope.js +39 -0
  776. package/src/main/js/sap/ushell/thirdparty/ShellBar.js +207 -197
  777. package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +119 -0
  778. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch.js +7 -0
  779. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch2.js +3364 -0
  780. package/src/main/js/sap/ushell/thirdparty/Tag.js +17 -16
  781. package/src/main/js/sap/ushell/thirdparty/Text.js +11 -11
  782. package/src/main/js/sap/ushell/thirdparty/Title.js +167 -0
  783. package/src/main/js/sap/ushell/thirdparty/UserMenu.js +59 -58
  784. package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +5 -5
  785. package/src/main/js/sap/ushell/thirdparty/ValueState.js +7 -0
  786. package/src/main/js/sap/ushell/thirdparty/WrappingType.js +24 -0
  787. package/src/main/js/sap/ushell/thirdparty/_dynamics/InputSuggestions.js +397 -0
  788. package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +9 -9
  789. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT.js +202 -178
  790. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT2.js +145 -121
  791. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +90 -6
  792. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +29 -8
  793. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +92 -8
  794. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +29 -8
  795. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +93 -9
  796. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +30 -9
  797. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +90 -6
  798. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +28 -7
  799. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +90 -6
  800. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +28 -7
  801. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +90 -6
  802. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +29 -8
  803. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +90 -6
  804. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +28 -7
  805. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +90 -6
  806. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +28 -7
  807. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +90 -6
  808. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +28 -7
  809. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en.js +3 -174
  810. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +174 -672
  811. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +777 -564
  812. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en4.js +593 -0
  813. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +90 -6
  814. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +29 -8
  815. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd.js +3 -174
  816. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +174 -672
  817. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +777 -564
  818. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd4.js +593 -0
  819. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi.js +3 -174
  820. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +174 -672
  821. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +777 -567
  822. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi4.js +593 -0
  823. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +90 -6
  824. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +29 -8
  825. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +93 -9
  826. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +30 -9
  827. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +93 -9
  828. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +31 -10
  829. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +90 -6
  830. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +28 -7
  831. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +90 -6
  832. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +28 -7
  833. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +90 -6
  834. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +29 -8
  835. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +90 -6
  836. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +28 -7
  837. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +90 -6
  838. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +28 -7
  839. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +91 -7
  840. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +28 -7
  841. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +90 -6
  842. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +28 -7
  843. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +92 -8
  844. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +30 -9
  845. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +94 -10
  846. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +32 -11
  847. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +90 -6
  848. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +30 -9
  849. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +90 -6
  850. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +29 -8
  851. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +91 -7
  852. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +29 -8
  853. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +90 -6
  854. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +28 -7
  855. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +90 -6
  856. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +28 -7
  857. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +90 -6
  858. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +30 -9
  859. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +91 -7
  860. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +28 -7
  861. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +91 -7
  862. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +30 -9
  863. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +90 -6
  864. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +28 -7
  865. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +90 -6
  866. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +29 -8
  867. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +90 -6
  868. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +29 -8
  869. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +90 -6
  870. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +28 -7
  871. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +90 -6
  872. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +29 -8
  873. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +90 -6
  874. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +28 -7
  875. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +91 -7
  876. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +28 -7
  877. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +90 -6
  878. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +28 -7
  879. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +90 -6
  880. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +28 -7
  881. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +93 -9
  882. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +29 -8
  883. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +90 -6
  884. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +28 -7
  885. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +90 -6
  886. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +29 -8
  887. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +90 -6
  888. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +28 -7
  889. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +90 -6
  890. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +28 -7
  891. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +91 -7
  892. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +28 -7
  893. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +90 -6
  894. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +29 -8
  895. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +90 -6
  896. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +29 -8
  897. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +92 -8
  898. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +28 -7
  899. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
  900. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
  901. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
  902. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
  903. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
  904. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
  905. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
  906. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
  907. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
  908. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
  909. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
  910. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
  911. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
  912. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
  913. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
  914. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
  915. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css26.js +7 -0
  916. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css27.js +7 -0
  917. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css4.js +1 -1
  918. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css5.js +1 -1
  919. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css6.js +1 -1
  920. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css7.js +1 -1
  921. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css8.js +1 -1
  922. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css9.js +1 -1
  923. package/src/main/js/sap/ushell/thirdparty/encodeXML.js +87 -0
  924. package/src/main/js/sap/ushell/thirdparty/generateHighlightedMarkup.js +9 -0
  925. package/src/main/js/sap/ushell/thirdparty/getEffectiveScrollbarStyle.js +33 -0
  926. package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +111 -152
  927. package/src/main/js/sap/ushell/thirdparty/i18n-defaults2.js +152 -88
  928. package/src/main/js/sap/ushell/thirdparty/information.js +10 -13
  929. package/src/main/js/sap/ushell/thirdparty/information2.js +13 -0
  930. package/src/main/js/sap/ushell/thirdparty/overflow.js +16 -36
  931. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +4 -1
  932. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css2.js +44 -0
  933. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css3.js +8 -0
  934. package/src/main/js/sap/ushell/thirdparty/query.js +1 -4
  935. package/src/main/js/sap/ushell/thirdparty/slim-arrow-down.js +44 -0
  936. package/src/main/js/sap/ushell/thirdparty/sys-enter-2.js +7 -0
  937. package/src/main/js/sap/ushell/thirdparty/toLowercaseEnumValue.js +0 -8
  938. package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +80 -63
  939. package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +12 -12
  940. package/src/main/js/sap/ushell/thirdparty/webcomponents.js +24 -24
  941. package/src/main/js/sap/ushell/thirdparty/willShowContent.js +7 -0
  942. package/src/main/js/sap/ushell/ui/QuickAccess.js +12 -2
  943. package/src/main/js/sap/ushell/ui/ShellHeader.js +0 -1
  944. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  945. package/src/main/js/sap/ushell/ui/footerbar/SendAsEmailButton.js +2 -2
  946. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  947. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  948. package/src/main/js/sap/ushell/ui/launchpad/VizInstance.js +13 -5
  949. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  950. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +5 -2
  951. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  952. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  953. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  954. package/src/main/js/sap/ushell/utils/UrlParsing.js +4 -4
  955. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  956. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
  957. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
  958. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  959. package/src/main/js/sap/ushell/utils.js +32 -1
  960. package/src/test/js/sap/ushell/bootstrap/sandbox.js +69 -70
  961. package/ui5.yaml +2 -0
  962. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/AppruntimeHandler.js +0 -116
  963. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/LifecycleHandler.js +0 -611
  964. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/ServiceHandler.js +0 -1498
  965. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntimeService.js +0 -40
  966. package/src/main/js/sap/ushell/thirdparty/ListItemTemplate.js +0 -3920
  967. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css2.js +0 -7
  968. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css3.js +0 -7
  969. /package/src/main/js/sap/ushell/components/shell/SearchCEP/{SearchFieldFragment.fragment.xml → SearchField.fragment.xml} +0 -0
@@ -21,8 +21,10 @@ sap.ui.define([
21
21
  "sap/ushell/utils/WindowUtils",
22
22
  "sap/ushell/EventHub",
23
23
  "sap/base/Log",
24
- "sap/ushell/Container"
25
- ], function (
24
+ "sap/ushell/Container",
25
+ "sap/ushell/api/performance/Extension",
26
+ "sap/ushell/api/performance/NavigationSource"
27
+ ], (
26
28
  extend,
27
29
  Element,
28
30
  EventBus,
@@ -43,35 +45,36 @@ sap.ui.define([
43
45
  WindowUtils,
44
46
  EventHub,
45
47
  Log,
46
- Container
47
- ) {
48
+ Container,
49
+ Extension,
50
+ NavigationSource
51
+ ) => {
48
52
  "use strict";
49
53
 
50
54
  // shortcut for sap.m.SplitAppMode
51
- var SplitAppMode = mobileLibrary.SplitAppMode;
55
+ const SplitAppMode = mobileLibrary.SplitAppMode;
52
56
 
53
57
  // shortcut for sap.ushell.AppType
54
- var AppType = ushellLibrary.AppType;
58
+ const AppType = ushellLibrary.AppType;
55
59
 
56
- var oCatalogsManager;
60
+ let oCatalogsManager;
57
61
 
58
62
  /* global hasher */
59
63
  return Controller.extend("sap.ushell.components.appfinder.Catalog", {
60
64
  oPopover: null,
61
65
  onInit: function () {
62
-
63
66
  /**
64
67
  * @deprecated since 1.120
65
68
  */
66
- Container.getServiceAsync("FlpLaunchPage").then(function (oLaunchPageService) {
69
+ Container.getServiceAsync("FlpLaunchPage").then((oLaunchPageService) => {
67
70
  this.oLaunchPageService = oLaunchPageService;
68
- }.bind(this));
71
+ });
69
72
 
70
73
  // take the sub-header model
71
74
  this.categoryFilter = "";
72
75
  this.preCategoryFilter = "";
73
76
 
74
- var oView = this.getView();
77
+ const oView = this.getView();
75
78
  this.oMainModel = oView.getModel();
76
79
  this.oSubHeaderModel = oView.getModel("subHeaderModel");
77
80
  this.resetPage = false;
@@ -86,7 +89,7 @@ sap.ui.define([
86
89
  document.mainModel = this.oMainModel;
87
90
 
88
91
  // init listener for the toggle button binding context
89
- var oToggleButtonModelBinding = this.oSubHeaderModel.bindProperty("/openCloseSplitAppButtonToggled");
92
+ const oToggleButtonModelBinding = this.oSubHeaderModel.bindProperty("/openCloseSplitAppButtonToggled");
90
93
  oToggleButtonModelBinding.attachChange(this.handleToggleButtonModelChanged, this);
91
94
 
92
95
  oView.oCatalogsContainer.setHandleSearchCallback(this.handleSearchModelChanged.bind(this));
@@ -117,12 +120,12 @@ sap.ui.define([
117
120
  this.allocateNextPage();
118
121
  }
119
122
 
120
- jQuery(window).resize(function () {
121
- var windowWidth = jQuery(window).width();
122
- var windowHeight = jQuery(window).height();
123
+ jQuery(window).resize(() => {
124
+ const windowWidth = jQuery(window).width();
125
+ const windowHeight = jQuery(window).height();
123
126
 
124
127
  this.PagingManager.setContainerSize(windowWidth, windowHeight);
125
- }.bind(this));
128
+ });
126
129
  this._handleAppFinderWithDocking();
127
130
  EventBus.getInstance().subscribe("launchpad", "appFinderWithDocking", this._handleAppFinderWithDocking, this);
128
131
  EventBus.getInstance().subscribe("sap.ushell", "appFinderAfterNavigate", this._handleAppFinderAfterNavigate, this);
@@ -143,13 +146,13 @@ sap.ui.define([
143
146
  },
144
147
 
145
148
  _decodeUrlFilteringParameters: function (sUrlParameters) {
146
- var oUrlParameters;
149
+ let oUrlParameters;
147
150
  try {
148
151
  oUrlParameters = JSON.parse(sUrlParameters);
149
152
  } catch (e) {
150
153
  oUrlParameters = sUrlParameters;
151
154
  }
152
- var hashTag = (oUrlParameters && oUrlParameters.tagFilter && oUrlParameters.tagFilter) || [];
155
+ const hashTag = (oUrlParameters && oUrlParameters.tagFilter && oUrlParameters.tagFilter) || [];
153
156
 
154
157
  if (hashTag) {
155
158
  try {
@@ -172,7 +175,7 @@ sap.ui.define([
172
175
  },
173
176
 
174
177
  _applyFilters: function (wasRendered) {
175
- var shouldFocusOnCategory = false;
178
+ let shouldFocusOnCategory = false;
176
179
 
177
180
  if (this.categoryFilter) {
178
181
  // If all is selected pass an empty string.
@@ -224,12 +227,12 @@ sap.ui.define([
224
227
  },
225
228
 
226
229
  clearFilters: function () {
227
- var shouldFocusOnCategory = false;
230
+ let shouldFocusOnCategory = false;
228
231
  if (this.categoryFilter !== this.preCategoryFilter) {
229
232
  shouldFocusOnCategory = true;
230
233
  }
231
- var bSearchMode = this.oSubHeaderModel.getProperty("/search/searchMode");
232
- var bTagMode = this.oSubHeaderModel.getProperty("/tag/tagMode");
234
+ const bSearchMode = this.oSubHeaderModel.getProperty("/search/searchMode");
235
+ const bTagMode = this.oSubHeaderModel.getProperty("/tag/tagMode");
233
236
 
234
237
  // if a search was made before
235
238
  if (bSearchMode) {
@@ -259,7 +262,7 @@ sap.ui.define([
259
262
 
260
263
  onShow: function (oEvent) {
261
264
  // 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;
265
+ const sUrlParameters = oEvent.getParameter("arguments").filters;
263
266
 
264
267
  extend(this.getView().getViewData(), oEvent);
265
268
  this._decodeUrlFilteringParameters(sUrlParameters);
@@ -283,7 +286,7 @@ sap.ui.define([
283
286
  },
284
287
 
285
288
  setTagsFilter: function (aFilter) {
286
- var oParameterObject = {
289
+ const oParameterObject = {
287
290
  catalogSelector: this.categoryFilter ? this.categoryFilter : resources.i18n.getText("all"),
288
291
  tileFilter: (this.searchFilter && this.searchFilter.length) ? encodeURIComponent(this.searchFilter) : "",
289
292
  tagFilter: aFilter.length ? JSON.stringify(aFilter) : []
@@ -295,7 +298,7 @@ sap.ui.define([
295
298
  },
296
299
 
297
300
  setCategoryFilter: function (aFilter) {
298
- var oParameterObject = {
301
+ const oParameterObject = {
299
302
  catalogSelector: aFilter,
300
303
  tileFilter: this.searchFilter ? encodeURIComponent(this.searchFilter) : "",
301
304
  tagFilter: this.tagFilter.length ? JSON.stringify(this.tagFilter) : []
@@ -308,7 +311,7 @@ sap.ui.define([
308
311
  },
309
312
 
310
313
  setSearchFilter: function (aFilter) {
311
- var oParameterObject = {
314
+ const oParameterObject = {
312
315
  catalogSelector: this.categoryFilter ? this.categoryFilter : resources.i18n.getText("all"),
313
316
  tileFilter: aFilter ? encodeURIComponent(aFilter) : "",
314
317
  tagFilter: this.tagFilter.length ? JSON.stringify(this.tagFilter) : []
@@ -329,9 +332,9 @@ sap.ui.define([
329
332
  * @private
330
333
  */
331
334
  _addNavigationContextToFilter: function (oFilter) {
332
- var oContext = this.oVisualizationOrganizerHelper.getNavigationContext.apply(this);
335
+ const oContext = this.oVisualizationOrganizerHelper.getNavigationContext.apply(this);
333
336
  if (oContext) {
334
- Object.keys(oContext).forEach(function (sKey) {
337
+ Object.keys(oContext).forEach((sKey) => {
335
338
  oFilter[sKey] = oContext[sKey];
336
339
  });
337
340
  }
@@ -339,9 +342,9 @@ sap.ui.define([
339
342
  },
340
343
 
341
344
  onSearch: function (searchExp) {
342
- var sActiveMenu = this.oSubHeaderModel.getProperty("/activeMenu");
345
+ const sActiveMenu = this.oSubHeaderModel.getProperty("/activeMenu");
343
346
  if (this.oView.getId().indexOf(sActiveMenu) !== -1) {
344
- var searchTerm = searchExp.searchTerm ? searchExp.searchTerm : "";
347
+ const searchTerm = searchExp.searchTerm ? searchExp.searchTerm : "";
345
348
  this.setSearchFilter(searchTerm);
346
349
  } else {
347
350
  // For the edge case in which we return to the catalog after exiting search mode in the EAM.
@@ -350,9 +353,9 @@ sap.ui.define([
350
353
  },
351
354
 
352
355
  onTag: function (tagExp) {
353
- var sActiveMenu = this.oSubHeaderModel.getProperty("/activeMenu");
356
+ const sActiveMenu = this.oSubHeaderModel.getProperty("/activeMenu");
354
357
  if (this.oView.getId().indexOf(sActiveMenu) !== -1) {
355
- var tags = tagExp.selectedTags ? tagExp.selectedTags : [];
358
+ const tags = tagExp.selectedTags ? tagExp.selectedTags : [];
356
359
  this.setTagsFilter(tags);
357
360
  } else {
358
361
  // For the edge case in which we return to the catalog after exiting search mode in the EAM.
@@ -366,8 +369,8 @@ sap.ui.define([
366
369
  * @returns {string} Group context
367
370
  */
368
371
  getGroupContext: function () {
369
- var oModel = this.getView().getModel();
370
- var sGroupContext = oModel.getProperty("/groupContext/path");
372
+ const oModel = this.getView().getModel();
373
+ const sGroupContext = oModel.getProperty("/groupContext/path");
371
374
 
372
375
  return {
373
376
  targetGroup: encodeURIComponent(sGroupContext || "")
@@ -375,24 +378,24 @@ sap.ui.define([
375
378
  },
376
379
 
377
380
  _isTagFilteringChanged: function (aSelectedTags) {
378
- var bSameLength = aSelectedTags.length === this.tagFilter.length;
379
- var bIntersect = bSameLength;
381
+ const bSameLength = aSelectedTags.length === this.tagFilter.length;
382
+ let bIntersect = bSameLength;
380
383
 
381
384
  // Checks whether there's a symmetric difference between the currently selected tags and those persisted in the URL.
382
385
  if (!bIntersect) {
383
386
  return true;
384
387
  }
385
- aSelectedTags.some(function (sTag) {
388
+ aSelectedTags.some((sTag) => {
386
389
  bIntersect = this.tagFilter && Array.prototype.indexOf.call(this.tagFilter, sTag) !== -1;
387
390
 
388
391
  return !bIntersect;
389
- }.bind(this));
392
+ });
390
393
 
391
394
  return bIntersect;
392
395
  },
393
396
 
394
397
  _setUrlWithTagsAndSearchTerm: function (sSearchTerm, aSelectedTags) {
395
- var oUrlParameterObject = {
398
+ const oUrlParameterObject = {
396
399
  tileFilter: sSearchTerm && sSearchTerm.length ? encodeURIComponent(sSearchTerm) : "",
397
400
  tagFilter: aSelectedTags.length ? JSON.stringify(aSelectedTags) : []
398
401
  };
@@ -403,14 +406,14 @@ sap.ui.define([
403
406
  },
404
407
 
405
408
  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;
409
+ const bSearchMode = this.oSubHeaderModel.getProperty("/search/searchMode");
410
+ const bTagMode = this.oSubHeaderModel.getProperty("/tag/tagMode");
411
+ let sSearchTerm = this.oSubHeaderModel.getProperty("/search/searchTerm");
412
+ const aSelectedTags = this.oSubHeaderModel.getProperty("/tag/selectedTags");
413
+ const aFilters = [];
414
+ let oTagFilterWrapper;
415
+ let oSearchFilterWrapper;
416
+ let oFilters;
414
417
 
415
418
  if (!this.PagingManager) {
416
419
  this._setPagingManager();
@@ -422,7 +425,7 @@ sap.ui.define([
422
425
  this.oView.oCatalogsContainer.updateAllocatedUnits(this.allocateTiles);
423
426
  this.oView.oCatalogsContainer.resetCatalogPagination();
424
427
 
425
- var oPage = Element.getElementById("catalogTilesDetailedPage");
428
+ const oPage = Element.getElementById("catalogTilesDetailedPage");
426
429
  if (oPage) {
427
430
  oPage.scrollTo(0, 0);
428
431
  }
@@ -431,14 +434,14 @@ sap.ui.define([
431
434
 
432
435
  if (bSearchMode || bTagMode || this.resetPage) {
433
436
  if (aSelectedTags && aSelectedTags.length > 0) {
434
- var oTagFilter = new Filter("tags", "EQ", "v");
437
+ const oTagFilter = new Filter("tags", "EQ", "v");
435
438
  oTagFilter.fnTest = function (oTags) {
436
439
  if (aSelectedTags.length === 0) {
437
440
  return true;
438
441
  }
439
442
 
440
- for (var ind = 0; ind < aSelectedTags.length; ind++) {
441
- var filterByTag = aSelectedTags[ind];
443
+ for (let ind = 0; ind < aSelectedTags.length; ind++) {
444
+ const filterByTag = aSelectedTags[ind];
442
445
  if (oTags.indexOf(filterByTag) === -1) {
443
446
  return false;
444
447
  }
@@ -453,19 +456,19 @@ sap.ui.define([
453
456
  sSearchTerm = sSearchTerm ? sSearchTerm.replace(/\*/g, "") : sSearchTerm;
454
457
 
455
458
  if (sSearchTerm) {
456
- var aSearchTermParts = sSearchTerm.split(/[\s,]+/);
459
+ const aSearchTermParts = sSearchTerm.split(/[\s,]+/);
457
460
  // 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) {
461
+ const keywordsSearchFilter = new Filter(jQuery.map(aSearchTermParts, (value) => {
459
462
  return (value && new Filter("keywords", FilterOperator.Contains, value));
460
463
  }), true);
461
464
 
462
465
  // 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) {
466
+ const titleSearchFilter = new Filter(jQuery.map(aSearchTermParts, (value) => {
464
467
  return (value && new Filter("title", FilterOperator.Contains, value));
465
468
  }), true);
466
469
 
467
470
  // 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) {
471
+ const subtitleSearchFilter = new Filter(jQuery.map(aSearchTermParts, (value) => {
469
472
  return (value && new Filter("subtitle", FilterOperator.Contains, value));
470
473
  }), true);
471
474
 
@@ -475,9 +478,9 @@ sap.ui.define([
475
478
  oSearchFilterWrapper = new Filter(aFilters, false); // false mean OR between the search filters
476
479
  }
477
480
 
478
- var catalogs = this.oView.oCatalogsContainer.getCatalogs();
481
+ const catalogs = this.oView.oCatalogsContainer.getCatalogs();
479
482
  this.oSearchResultsTotal = [];
480
- var that = this;
483
+ const that = this;
481
484
 
482
485
  // construct group filter for tag & search
483
486
  if (oTagFilterWrapper && oTagFilterWrapper.aFilters.length > 0 && oSearchFilterWrapper) {
@@ -488,7 +491,7 @@ sap.ui.define([
488
491
  oFilters = new Filter([oSearchFilterWrapper], true);
489
492
  }
490
493
 
491
- catalogs.forEach(function (myCatalog) {
494
+ catalogs.forEach((myCatalog) => {
492
495
  myCatalog.getBinding("customTilesContainer").filter(oFilters);
493
496
  myCatalog.getBinding("appBoxesContainer").filter(oFilters);
494
497
  });
@@ -505,7 +508,7 @@ sap.ui.define([
505
508
  } else {
506
509
  this.oView.oCatalogsContainer.applyPagingCategoryFilters(this.oView.oCatalogsContainer.nAllocatedUnits, this.categoryFilter);
507
510
  }
508
- var sPageName = this.getView()._calculateDetailPageId();
511
+ const sPageName = this.getView()._calculateDetailPageId();
509
512
  this.oView.splitApp.toDetail(sPageName);
510
513
  },
511
514
 
@@ -530,8 +533,8 @@ sap.ui.define([
530
533
  },
531
534
 
532
535
  _restoreSelectedMasterItem: function () {
533
- var oCatalogsList = this.oView.splitApp.getMasterPage("catalogSelect");
534
- var oOrigSelectedListItem = Element.getElementById(this.selectedCategoryId);
536
+ const oCatalogsList = this.oView.splitApp.getMasterPage("catalogSelect");
537
+ const oOrigSelectedListItem = Element.getElementById(this.selectedCategoryId);
535
538
 
536
539
  if (oOrigSelectedListItem) {
537
540
  this.categoryFilter = oOrigSelectedListItem.getTitle();
@@ -540,8 +543,8 @@ sap.ui.define([
540
543
  },
541
544
 
542
545
  handleToggleButtonModelChanged: function () {
543
- var bButtonVisible = this.oSubHeaderModel.getProperty("/openCloseSplitAppButtonVisible");
544
- var bButtonToggled = this.oSubHeaderModel.getProperty("/openCloseSplitAppButtonToggled");
546
+ const bButtonVisible = this.oSubHeaderModel.getProperty("/openCloseSplitAppButtonVisible");
547
+ const bButtonToggled = this.oSubHeaderModel.getProperty("/openCloseSplitAppButtonToggled");
545
548
 
546
549
  // if there was a change in the boolean toggled flag
547
550
  // (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 +559,11 @@ sap.ui.define([
556
559
  // for Phone the split app is behaving differently
557
560
  } else if (this.oView.splitApp.isMasterShown()) {
558
561
  // calculate the relevant detailed page to nav to
559
- var oDetail = Element.getElementById(this.getView()._calculateDetailPageId());
562
+ const oDetail = Element.getElementById(this.getView()._calculateDetailPageId());
560
563
  this.oView.splitApp.toDetail(oDetail);
561
564
  } else if (bButtonToggled) {
562
565
  // go to master
563
- var oCatalogSelectMaster = Element.getElementById("catalogSelect");
566
+ const oCatalogSelectMaster = Element.getElementById("catalogSelect");
564
567
  this.oView.splitApp.toMaster(oCatalogSelectMaster, "show");
565
568
  }
566
569
  }
@@ -582,10 +585,10 @@ sap.ui.define([
582
585
  },
583
586
 
584
587
  onCategoryFilter: function (oEvent) {
585
- var oMasterList = oEvent.getSource();
586
- var oSelectedCatalog = oMasterList.getSelectedItem();
587
- var oSelectedCatalogBindingCtx = oSelectedCatalog.getBindingContext();
588
- var oModel = oSelectedCatalogBindingCtx.getModel();
588
+ const oMasterList = oEvent.getSource();
589
+ const oSelectedCatalog = oMasterList.getSelectedItem();
590
+ const oSelectedCatalogBindingCtx = oSelectedCatalog.getBindingContext();
591
+ const oModel = oSelectedCatalogBindingCtx.getModel();
589
592
  if (oModel.getProperty("static", oSelectedCatalogBindingCtx)) { // show all categories
590
593
  oModel.setProperty("/showCatalogHeaders", true);
591
594
  this.setCategoryFilter();
@@ -600,23 +603,22 @@ sap.ui.define([
600
603
  },
601
604
 
602
605
  onTileAfterRendering: function (oEvent) {
603
- var oTileElement = oEvent.oSource.getDomRef();
606
+ const oTileElement = oEvent.oSource.getDomRef();
604
607
  if (oTileElement) {
605
- var aGenericTileElements = oTileElement.getElementsByClassName("sapMGT");
606
- for (var i = 0; i < aGenericTileElements.length; i++) {
608
+ const aGenericTileElements = oTileElement.getElementsByClassName("sapMGT");
609
+ for (let i = 0; i < aGenericTileElements.length; i++) {
607
610
  aGenericTileElements[i].setAttribute("tabindex", "-1");
608
611
  }
609
612
  }
610
613
  },
611
614
 
612
- catalogTilePress: function (/*oController*/) {
615
+ catalogTilePress: function (/* oController */) {
613
616
  EventBus.getInstance().publish("launchpad", "catalogTileClick");
614
617
  },
615
618
 
616
619
  onAppBoxPressed: function (oEvent) {
617
- var oAppBox = oEvent.getSource();
618
- var oTile = oAppBox.getBindingContext().getObject();
619
- var fnPressHandler;
620
+ const oAppBox = oEvent.getSource();
621
+ const oTile = oAppBox.getBindingContext().getObject();
620
622
  if (oEvent.mParameters.srcControl.$().closest(".sapUshellPinButton").length) {
621
623
  return;
622
624
  }
@@ -624,16 +626,18 @@ sap.ui.define([
624
626
  /**
625
627
  * @deprecated since 1.120
626
628
  */
627
- fnPressHandler = this.oLaunchPageService.getAppBoxPressHandler(oTile);
629
+ const fnPressHandler = this.oLaunchPageService.getAppBoxPressHandler(oTile);
628
630
 
629
631
  if (fnPressHandler) {
630
632
  fnPressHandler(oTile);
631
633
  } else {
632
- var sUrl = oAppBox.getProperty("url");
634
+ const sUrl = oAppBox.getProperty("url");
633
635
  if (!sUrl) {
634
636
  Log.info("AppBox url property is not set.", null, "sap.ushell.components.Catalog.controller");
635
637
  return;
636
638
  }
639
+ const oExtension = new Extension();
640
+ oExtension.addNavigationSource(NavigationSource.AppFinder);
637
641
  EventHub.emit("UITracer.trace", {
638
642
  reason: "LaunchApp",
639
643
  source: "Tile",
@@ -645,9 +649,9 @@ sap.ui.define([
645
649
  hasher.setHash(sUrl);
646
650
  } else {
647
651
  // add the URL to recent activity log
648
- var bLogRecentActivity = Config.last("/core/shell/enableRecentActivity") && Config.last("/core/shell/enableRecentActivityLogging");
652
+ const bLogRecentActivity = Config.last("/core/shell/enableRecentActivity") && Config.last("/core/shell/enableRecentActivityLogging");
649
653
  if (bLogRecentActivity) {
650
- var oRecentEntry = {
654
+ const oRecentEntry = {
651
655
  title: oAppBox.getProperty("title"),
652
656
  appType: AppType.URL,
653
657
  url: sUrl,
@@ -672,14 +676,14 @@ sap.ui.define([
672
676
  * @deprecated since 1.112
673
677
  */
674
678
  onTilePinButtonClick: function (oEvent) {
675
- var oLaunchPageService = this.oLaunchPageService;
676
- var oDefaultGroupPromise = oLaunchPageService.getDefaultGroup();
679
+ const oLaunchPageService = this.oLaunchPageService;
680
+ const oDefaultGroupPromise = oLaunchPageService.getDefaultGroup();
677
681
 
678
682
  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");
683
+ const oButton = oEvent.getSource();
684
+ const oSourceContext = oButton.getBindingContext();
685
+ const oModel = this.getView().getModel();
686
+ const sGroupModelPath = oModel.getProperty("/groupContext/path");
683
687
 
684
688
  // Check if the catalog was opened in the context of a group, according to the groupContext ("/groupContext/path") in the model
685
689
  if (sGroupModelPath) {
@@ -694,17 +698,17 @@ sap.ui.define([
694
698
  fnTimeoutGetGroupContextFromModel();
695
699
  // 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
700
  } else {
697
- var aGroups = oModel.getProperty("/groups");
698
- var oCatalogTile = this.getCatalogTileDataFromModel(oSourceContext);
699
- var aTileGroups = oCatalogTile.tileData.associatedGroups;
700
- var aGroupsInitialState = [];
701
+ const aGroups = oModel.getProperty("/groups");
702
+ const oCatalogTile = this.getCatalogTileDataFromModel(oSourceContext);
703
+ const aTileGroups = oCatalogTile.tileData.associatedGroups;
704
+ const aGroupsInitialState = [];
701
705
 
702
- var aRefinedGroups = aGroups.map((group) => {
706
+ const aRefinedGroups = aGroups.map((group) => {
703
707
  // Get the group's real ID
704
- var sGroupId = oLaunchPageService.getGroupId(group.object);
708
+ const sGroupId = oLaunchPageService.getGroupId(group.object);
705
709
  // Check if the group (i.e. real group ID) exists in the array of groups that contain the relevant Tile
706
710
  // if so - the check box that represents this group should be initially selected
707
- var bSelected = !((aTileGroups && Array.prototype.indexOf.call(aTileGroups, sGroupId) === -1));
711
+ const bSelected = !((aTileGroups && Array.prototype.indexOf.call(aTileGroups, sGroupId) === -1));
708
712
 
709
713
  // Add the group to the array that keeps the groups initial state mainly whether or not the group included the relevant tile
710
714
  aGroupsInitialState.push({
@@ -722,7 +726,7 @@ sap.ui.define([
722
726
 
723
727
  // @TODO: Instead of the jQuery, we should maintain the state of the popover (i.e. opened/closed)
724
728
  // using the afterOpen and afterClose events of sap.m.ResponsivePopover
725
- var sTileTitle;
729
+ let sTileTitle;
726
730
  sTileTitle = oLaunchPageService.getCatalogTilePreviewTitle(oModel.getProperty(oSourceContext.sPath).src);
727
731
 
728
732
  if (!sTileTitle) {
@@ -757,10 +761,14 @@ sap.ui.define([
757
761
 
758
762
  /**
759
763
  * @deprecated since 1.120
764
+ *
765
+ * @param {object} oDefaultGroup the my home group object.
766
+ * @param {object} oGroupObject the given group object.
767
+ * @returns {string} the title of the group.
760
768
  */
761
769
  _getGroupTitle: function (oDefaultGroup, oGroupObject) {
762
- var oLaunchPageService = this.oLaunchPageService;
763
- var sTitle;
770
+ const oLaunchPageService = this.oLaunchPageService;
771
+ let sTitle;
764
772
 
765
773
  // check if is it a default group- change title to "my home".
766
774
  if (oDefaultGroup && (oLaunchPageService.getGroupId(oDefaultGroup) === oLaunchPageService.getGroupId(oGroupObject))) {
@@ -786,32 +794,32 @@ sap.ui.define([
786
794
  return;
787
795
  }
788
796
 
789
- var oModel = this.getView().getModel();
790
- var aGroups = oModel.getProperty("/groups");
791
- var aPromises = [];
797
+ const oModel = this.getView().getModel();
798
+ const aGroups = oModel.getProperty("/groups");
799
+ const aPromises = [];
792
800
 
793
- responseData.addToGroups.forEach(function (group) {
794
- var iIndex = aGroups.indexOf(group);
795
- var oGroupContext = new Context(oModel, "/groups/" + iIndex);
801
+ responseData.addToGroups.forEach((group) => {
802
+ const iIndex = aGroups.indexOf(group);
803
+ const oGroupContext = new Context(oModel, `/groups/${iIndex}`);
796
804
 
797
805
  aPromises.push(this._addTile(oSourceContext, oGroupContext));
798
- }.bind(this));
806
+ });
799
807
 
800
- responseData.removeFromGroups.forEach(function (group) {
801
- var sTileCatalogId = oSourceContext.getModel().getProperty(oSourceContext.getPath()).id;
802
- var iIndex = aGroups.indexOf(group);
808
+ responseData.removeFromGroups.forEach((group) => {
809
+ const sTileCatalogId = oSourceContext.getModel().getProperty(oSourceContext.getPath()).id;
810
+ const iIndex = aGroups.indexOf(group);
803
811
 
804
812
  aPromises.push(this._removeTile(sTileCatalogId, iIndex));
805
- }.bind(this));
813
+ });
806
814
 
807
- responseData.newGroups.forEach(function (group) {
808
- var sNewGroupName = (group.length > 0) ? group : resources.i18n.getText("new_group_name");
815
+ responseData.newGroups.forEach((group) => {
816
+ const sNewGroupName = (group.length > 0) ? group : resources.i18n.getText("new_group_name");
809
817
 
810
818
  aPromises.push(this._createGroupAndSaveTile(oSourceContext, sNewGroupName));
811
- }.bind(this));
819
+ });
812
820
 
813
821
  jQuery.when.apply(jQuery, aPromises).then(function () {
814
- var aResults = Array.prototype.slice.call(arguments); // Make array-like arguments a real array
822
+ const aResults = Array.prototype.slice.call(arguments); // Make array-like arguments a real array
815
823
 
816
824
  this._handlePopoverGroupsActionPromises(catalogTile, responseData, aResults);
817
825
  }.bind(this));
@@ -827,58 +835,58 @@ sap.ui.define([
827
835
  * @deprecated since 1.112
828
836
  */
829
837
  _handlePopoverGroupsActionPromises: function (catalogTile, popoverResponse, resultList) {
830
- var aErrors = resultList.filter(function (result) {
838
+ const aErrors = resultList.filter((result) => {
831
839
  return !result.status;
832
840
  });
833
841
 
834
842
  if (aErrors.length) {
835
- var oErrorMessageObj = this.prepareErrorMessage(aErrors, catalogTile.tileData.title);
843
+ const oErrorMessageObj = this.prepareErrorMessage(aErrors, catalogTile.tileData.title);
836
844
 
837
845
  oCatalogsManager.resetAssociationOnFailure(oErrorMessageObj.messageId, oErrorMessageObj.parameters);
838
846
 
839
847
  return;
840
848
  }
841
849
 
842
- var aTileGroupIds = [];
843
- var oLaunchPageService = this.oLaunchPageService;
844
- popoverResponse.allGroups.forEach(function (group) {
850
+ const aTileGroupIds = [];
851
+ const oLaunchPageService = this.oLaunchPageService;
852
+ popoverResponse.allGroups.forEach((group) => {
845
853
  if (group.selected) {
846
- var sGroupId = oLaunchPageService.getGroupId(group.oGroup.object);
854
+ const sGroupId = oLaunchPageService.getGroupId(group.oGroup.object);
847
855
 
848
856
  aTileGroupIds.push(sGroupId);
849
857
  }
850
858
  });
851
859
 
852
- var oModel = this.getView().getModel();
860
+ const oModel = this.getView().getModel();
853
861
  if (popoverResponse.newGroups.length) {
854
- var aDashboardGroups = oModel.getProperty("/groups");
855
- var aNewDashboardGroups = aDashboardGroups.slice(aDashboardGroups.length - popoverResponse.newGroups.length);
862
+ const aDashboardGroups = oModel.getProperty("/groups");
863
+ const aNewDashboardGroups = aDashboardGroups.slice(aDashboardGroups.length - popoverResponse.newGroups.length);
856
864
 
857
- aNewDashboardGroups.forEach(function (newGroup) {
858
- var sGroupId = oLaunchPageService.getGroupId(newGroup.object);
865
+ aNewDashboardGroups.forEach((newGroup) => {
866
+ const sGroupId = oLaunchPageService.getGroupId(newGroup.object);
859
867
 
860
868
  aTileGroupIds.push(sGroupId);
861
869
  });
862
870
  }
863
871
 
864
- oModel.setProperty(catalogTile.bindingContextPath + "/associatedGroups", aTileGroupIds);
872
+ oModel.setProperty(`${catalogTile.bindingContextPath}/associatedGroups`, aTileGroupIds);
865
873
 
866
- var sFirstAddedGroupTitle = popoverResponse.addToGroups[0] ? popoverResponse.addToGroups[0].title : "";
874
+ let sFirstAddedGroupTitle = popoverResponse.addToGroups[0] ? popoverResponse.addToGroups[0].title : "";
867
875
  if (sFirstAddedGroupTitle.length === 0 && popoverResponse.newGroups.length) {
868
876
  sFirstAddedGroupTitle = popoverResponse.newGroups[0];
869
877
  }
870
878
 
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);
879
+ const sFirstRemovedGroupTitle = popoverResponse.removeFromGroups[0] ? popoverResponse.removeFromGroups[0].title : "";
880
+ const iAddedGroups = popoverResponse.addToGroups.length + popoverResponse.newGroups.length;
881
+ const iRemovedGroups = popoverResponse.removeFromGroups.length;
882
+ const sDetailedMessage = this.prepareDetailedMessage(catalogTile.tileData.title, iAddedGroups, iRemovedGroups, sFirstAddedGroupTitle, sFirstRemovedGroupTitle);
875
883
  MessageToast.show(sDetailedMessage);
876
884
  },
877
885
 
878
886
  _getCatalogTileIndexInModel: function (oSourceContext) {
879
- var sTilePath = oSourceContext.sPath;
880
- var aTilePathParts = sTilePath.split("/");
881
- var iTileIndex = aTilePathParts[aTilePathParts.length - 1];
887
+ const sTilePath = oSourceContext.sPath;
888
+ const aTilePathParts = sTilePath.split("/");
889
+ const iTileIndex = aTilePathParts[aTilePathParts.length - 1];
882
890
 
883
891
  return iTileIndex;
884
892
  },
@@ -892,45 +900,45 @@ sap.ui.define([
892
900
  * @deprecated since 1.112
893
901
  */
894
902
  _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;
903
+ const oLaunchPageService = this.oLaunchPageService;
904
+ const oModel = this.getView().getModel();
905
+ const oCatalogTile = this.getCatalogTileDataFromModel(oSourceContext);
906
+ const aAssociatedGroups = oCatalogTile.tileData.associatedGroups;
907
+ const oGroupModel = oModel.getProperty(sGroupModelPath); // Get the model of the group according to the group's model path (e.g. "groups/4")
908
+ const sGroupId = oLaunchPageService.getGroupId(oGroupModel.object);
909
+ const iCatalogTileInGroup = aAssociatedGroups ? Array.prototype.indexOf.call(aAssociatedGroups, sGroupId) : -1;
910
+ const sTilePath = oCatalogTile.bindingContextPath;
903
911
 
904
912
  if (oCatalogTile.isBeingProcessed) {
905
913
  return;
906
914
  }
907
915
 
908
- oModel.setProperty(sTilePath + "/isBeingProcessed", true);
916
+ oModel.setProperty(`${sTilePath}/isBeingProcessed`, true);
909
917
 
910
- var oTileOperationPromise;
911
- var bTileAdded;
918
+ let oTileOperationPromise;
919
+ let bTileAdded;
912
920
 
913
921
  if (iCatalogTileInGroup === -1) {
914
- var oGroupContext = new Context(oSourceContext.getModel(), sGroupModelPath);
922
+ const oGroupContext = new Context(oSourceContext.getModel(), sGroupModelPath);
915
923
  oTileOperationPromise = this._addTile(oSourceContext, oGroupContext);
916
924
  bTileAdded = true;
917
925
  } else {
918
- var sTileCatalogId = oSourceContext.getModel().getProperty(oSourceContext.getPath("id"));
919
- var iGroupIndex = parseInt(sGroupModelPath.split("/")[2], 10);
926
+ const sTileCatalogId = oSourceContext.getModel().getProperty(oSourceContext.getPath("id"));
927
+ const iGroupIndex = parseInt(sGroupModelPath.split("/")[2], 10);
920
928
  oTileOperationPromise = this._removeTile(sTileCatalogId, iGroupIndex);
921
929
  bTileAdded = false;
922
930
  }
923
931
 
924
- oTileOperationPromise.done(function (data) {
932
+ oTileOperationPromise.done((data) => {
925
933
  if (data.status) {
926
934
  this._groupContextOperationSucceeded(oSourceContext, oCatalogTile, oGroupModel, bTileAdded);
927
935
  } else {
928
936
  this._groupContextOperationFailed(oCatalogTile, oGroupModel, bTileAdded);
929
937
  }
930
- }.bind(this));
938
+ });
931
939
 
932
- oTileOperationPromise.always(function () {
933
- oModel.setProperty(sTilePath + "/isBeingProcessed", false);
940
+ oTileOperationPromise.always(() => {
941
+ oModel.setProperty(`${sTilePath}/isBeingProcessed`, false);
934
942
  });
935
943
  },
936
944
 
@@ -945,10 +953,10 @@ sap.ui.define([
945
953
  * @deprecated since 1.120
946
954
  */
947
955
  _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;
956
+ const oLaunchPageService = this.oLaunchPageService;
957
+ const sGroupId = oLaunchPageService.getGroupId(oGroupModel.object);
958
+ const aAssociatedGroups = oCatalogTileModel.tileData.associatedGroups;
959
+ let sDetailedMessage;
952
960
 
953
961
  // Check if this is an "add tile to group" action
954
962
  if (bTileAdded) {
@@ -956,14 +964,14 @@ sap.ui.define([
956
964
  aAssociatedGroups.push(sGroupId);
957
965
 
958
966
  // Update the model of the catalog tile with the updated associatedGroups
959
- oSourceContext.getModel().setProperty(oCatalogTileModel.bindingContextPath + "/associatedGroups", aAssociatedGroups);
967
+ oSourceContext.getModel().setProperty(`${oCatalogTileModel.bindingContextPath}/associatedGroups`, aAssociatedGroups);
960
968
 
961
969
  sDetailedMessage = this.prepareDetailedMessage(oCatalogTileModel.tileData.title, 1, 0, oGroupModel.title, "");
962
970
  } else {
963
971
  // If this is a "remove tile from group" action
964
972
 
965
973
  // Update the associatedGroups array of the catalog tile
966
- for (var i = 0; i < aAssociatedGroups.length; i++) {
974
+ for (let i = 0; i < aAssociatedGroups.length; i++) {
967
975
  if (aAssociatedGroups[i] === sGroupId) {
968
976
  aAssociatedGroups.splice(i, 1);
969
977
  break;
@@ -971,7 +979,7 @@ sap.ui.define([
971
979
  }
972
980
 
973
981
  // Update the model of the catalog tile with the updated associatedGroups
974
- oSourceContext.getModel().setProperty(oCatalogTileModel.bindingContextPath + "/associatedGroups", aAssociatedGroups);
982
+ oSourceContext.getModel().setProperty(`${oCatalogTileModel.bindingContextPath}/associatedGroups`, aAssociatedGroups);
975
983
  sDetailedMessage = this.prepareDetailedMessage(oCatalogTileModel.tileData.title, 0, 1, "", oGroupModel.title);
976
984
  }
977
985
 
@@ -993,7 +1001,7 @@ sap.ui.define([
993
1001
  *
994
1002
  */
995
1003
  _groupContextOperationFailed: function (oCatalogTileModel, oGroupModel, bTileAdded) {
996
- var oErrorMessage;
1004
+ let oErrorMessage;
997
1005
 
998
1006
  if (bTileAdded) {
999
1007
  oErrorMessage = { messageId: "fail_tile_operation_add_to_group", parameters: [oCatalogTileModel.tileData.title, oGroupModel.title] };
@@ -1005,18 +1013,18 @@ sap.ui.define([
1005
1013
  },
1006
1014
 
1007
1015
  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) {
1016
+ let sFirstErroneousAddGroup;
1017
+ let sFirstErroneousRemoveGroup;
1018
+ let oMessage;
1019
+ let iNumberOfFailAddActions = 0;
1020
+ let iNumberOfFailDeleteActions = 0;
1021
+ let bCreateNewGroupFailed = false;
1022
+
1023
+ for (const sKey in aErroneousActions) {
1016
1024
  // Get the data of the error (i.e. action name and group object)
1017
1025
 
1018
- var oGroup = aErroneousActions[sKey].group;
1019
- var sAction = aErroneousActions[sKey].action;
1026
+ const oGroup = aErroneousActions[sKey].group;
1027
+ const sAction = aErroneousActions[sKey].action;
1020
1028
 
1021
1029
  if (sAction === "add") {
1022
1030
  iNumberOfFailAddActions++;
@@ -1063,7 +1071,7 @@ sap.ui.define([
1063
1071
  },
1064
1072
 
1065
1073
  prepareDetailedMessage: function (tileTitle, numberOfAddedGroups, numberOfRemovedGroups, firstAddedGroupTitle, firstRemovedGroupTitle) {
1066
- var sMessage;
1074
+ let sMessage;
1067
1075
 
1068
1076
  if (numberOfAddedGroups === 0) {
1069
1077
  if (numberOfRemovedGroups === 1) {
@@ -1096,9 +1104,9 @@ sap.ui.define([
1096
1104
  * @returns {object} Returns the part of the model that contains the IDs of the groups that contain the relevant Tile
1097
1105
  */
1098
1106
  getCatalogTileDataFromModel: function (oSourceContext) {
1099
- var sBindingCtxPath = oSourceContext.getPath();
1100
- var oModel = oSourceContext.getModel();
1101
- var oTileData = oModel.getProperty(sBindingCtxPath);
1107
+ const sBindingCtxPath = oSourceContext.getPath();
1108
+ const oModel = oSourceContext.getModel();
1109
+ const oTileData = oModel.getProperty(sBindingCtxPath);
1102
1110
 
1103
1111
  // 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
1112
  return {
@@ -1121,13 +1129,13 @@ sap.ui.define([
1121
1129
  * @deprecated since 1.112
1122
1130
  */
1123
1131
  _addTile: function (oTileContext, oGroupContext) {
1124
- var oDeferred = jQuery.Deferred();
1125
- var oPromise = oCatalogsManager.createTile({
1132
+ const oDeferred = jQuery.Deferred();
1133
+ const oPromise = oCatalogsManager.createTile({
1126
1134
  catalogTileContext: oTileContext,
1127
1135
  groupContext: oGroupContext
1128
1136
  });
1129
1137
 
1130
- oPromise.done(function (data) {
1138
+ oPromise.done((data) => {
1131
1139
  oDeferred.resolve(data);
1132
1140
  });
1133
1141
 
@@ -1147,15 +1155,15 @@ sap.ui.define([
1147
1155
  * @deprecated since 1.112
1148
1156
  */
1149
1157
  _removeTile: function (tileCatalogId, index) {
1150
- var oDeferred = jQuery.Deferred();
1151
- var oPromise = oCatalogsManager.deleteCatalogTileFromGroup({
1158
+ const oDeferred = jQuery.Deferred();
1159
+ const oPromise = oCatalogsManager.deleteCatalogTileFromGroup({
1152
1160
  tileId: tileCatalogId,
1153
1161
  groupIndex: index
1154
1162
  });
1155
1163
 
1156
1164
  // The function deleteCatalogTileFromGroup always results in deferred.resolve
1157
1165
  // and the actual result of the action (success/failure) is contained in the data object
1158
- oPromise.done(function (data) {
1166
+ oPromise.done((data) => {
1159
1167
  oDeferred.resolve(data);
1160
1168
  });
1161
1169
 
@@ -1175,13 +1183,13 @@ sap.ui.define([
1175
1183
  * @deprecated since 1.112
1176
1184
  */
1177
1185
  _createGroupAndSaveTile: function (oTileContext, newGroupName) {
1178
- var oDeferred = jQuery.Deferred();
1179
- var oPromise = oCatalogsManager.createGroupAndSaveTile({
1186
+ const oDeferred = jQuery.Deferred();
1187
+ const oPromise = oCatalogsManager.createGroupAndSaveTile({
1180
1188
  catalogTileContext: oTileContext,
1181
1189
  newGroupName: newGroupName
1182
1190
  });
1183
1191
 
1184
- oPromise.done(function (data) {
1192
+ oPromise.done((data) => {
1185
1193
  oDeferred.resolve(data);
1186
1194
  });
1187
1195