@sapui5/sap.ushell 1.116.0 → 1.117.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (466) hide show
  1. package/package.json +1 -1
  2. package/src/main/js/sap/ushell/.library +1 -1
  3. package/src/main/js/sap/ushell/ApplicationType.js +47 -939
  4. package/src/main/js/sap/ushell/Container.js +3 -3
  5. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  6. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  7. package/src/main/js/sap/ushell/Layout.js +1 -1
  8. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  9. package/src/main/js/sap/ushell/SessionHandler.js +7 -5
  10. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  11. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  12. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  13. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  14. package/src/main/js/sap/ushell/User.js +2 -2
  15. package/src/main/js/sap/ushell/_ApplicationType/guiResolution.js +3 -4
  16. package/src/main/js/sap/ushell/_ApplicationType/ui5Resolution.js +121 -0
  17. package/src/main/js/sap/ushell/_ApplicationType/urlResolution.js +105 -0
  18. package/src/main/js/sap/ushell/_ApplicationType/urlTemplateResolution.js +626 -0
  19. package/src/main/js/sap/ushell/_ApplicationType/utils.js +94 -3
  20. package/src/main/js/sap/ushell/_ApplicationType/wcfResolution.js +61 -0
  21. package/src/main/js/sap/ushell/_ApplicationType/wdaResolution.js +28 -0
  22. package/src/main/js/sap/ushell/_URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  23. package/src/main/js/sap/ushell/_URLTemplateProcessor/DependencyGraph.js +1 -1
  24. package/src/main/js/sap/ushell/_URLTemplateProcessor/Functions.js +1 -1
  25. package/src/main/js/sap/ushell/_URLTemplateProcessor/Resolvers.js +1 -1
  26. package/src/main/js/sap/ushell/_URLTemplateProcessor/TemplateParameterParser.js +1 -1
  27. package/src/main/js/sap/ushell/_URLTemplateProcessor/utils.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +25 -3
  33. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +12 -3
  44. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/cep/MenuAdapter.js +4 -5
  52. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +24 -4
  60. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  64. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  65. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  66. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  67. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  68. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  69. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  70. package/src/main/js/sap/ushell/appRuntime/ui5/AppCommunicationMgr.js +11 -6
  71. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +2 -4
  72. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntimeContext.js +43 -2
  73. package/src/main/js/sap/ushell/appRuntime/ui5/SessionHandlerAgent.js +14 -12
  74. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/Component.js +8 -8
  75. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +7 -4
  76. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +18 -7
  77. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +12 -66
  78. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  79. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/logger.js +1 -1
  80. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/state.js +1 -1
  81. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  82. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +29 -2
  83. package/src/main/js/sap/ushell/components/ComponentKeysHandler.js +4 -2
  84. package/src/main/js/sap/ushell/components/GroupsHelper.js +15 -13
  85. package/src/main/js/sap/ushell/components/HeaderManager.js +3 -1
  86. package/src/main/js/sap/ushell/components/HomepageManager.js +3 -6
  87. package/src/main/js/sap/ushell/components/MessagingHelper.js +2 -2
  88. package/src/main/js/sap/ushell/components/_HeaderManager/AddHeadEndItemsStrategy.js +4 -3
  89. package/src/main/js/sap/ushell/components/_HeaderManager/ControlManager.js +5 -7
  90. package/src/main/js/sap/ushell/components/_HeaderManager/ShellHeader.controller.js +12 -10
  91. package/src/main/js/sap/ushell/components/_HomepageManager/DashboardLoadingManager.js +3 -1
  92. package/src/main/js/sap/ushell/components/appfinder/AppFinderView.js +7 -4
  93. package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +19 -5
  94. package/src/main/js/sap/ushell/components/appfinder/CatalogView.js +8 -12
  95. package/src/main/js/sap/ushell/components/appfinder/EasyAccess.controller.js +3 -3
  96. package/src/main/js/sap/ushell/components/appfinder/GroupListPopover.controller.js +3 -1
  97. package/src/main/js/sap/ushell/components/appfinder/HierarchyFolders.controller.js +1 -1
  98. package/src/main/js/sap/ushell/components/appfinder/HierarchyFoldersView.js +3 -1
  99. package/src/main/js/sap/ushell/components/appfinder/VisualizationOrganizerHelper.js +4 -3
  100. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  101. package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +245 -377
  102. package/src/main/js/sap/ushell/components/applicationIntegration/Storage.js +22 -5
  103. package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +23 -148
  104. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +199 -306
  105. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxesCache.js +42 -19
  106. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +90 -65
  107. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPIInterface.js +3 -4
  108. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageUtils.js +185 -0
  109. package/src/main/js/sap/ushell/components/applicationIntegration/application/WebGUIStatefulHandler.js +88 -0
  110. package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +3 -3
  111. package/src/main/js/sap/ushell/components/applicationIntegration/elements/model.js +1 -1
  112. package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +1 -1
  113. package/src/main/js/sap/ushell/components/applicationIntegration/relatedShellElements/RelatedShellElements.js +1 -1
  114. package/src/main/js/sap/ushell/components/cards/Configuration.controller.js +2 -3
  115. package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +24 -595
  116. package/src/main/js/sap/ushell/components/container/IframePOSTUtils.js +225 -0
  117. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  118. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  119. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  120. package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +1 -1
  121. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  122. package/src/main/js/sap/ushell/components/contentFinder/model/GraphQLListBinding.js +2 -2
  123. package/src/main/js/sap/ushell/components/contentFinder/model/GraphQLModel.js +2 -2
  124. package/src/main/js/sap/ushell/components/contentFinder/model/formatter.js +2 -2
  125. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  126. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +12 -3
  127. package/src/main/js/sap/ushell/components/homepage/Component.js +3 -1
  128. package/src/main/js/sap/ushell/components/homepage/DashboardContent.controller.js +25 -0
  129. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +12 -10
  130. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -3
  131. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +13 -11
  132. package/src/main/js/sap/ushell/components/homepage/FLPAnalytics.js +11 -11
  133. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  134. package/src/main/js/sap/ushell/components/pages/ActionMode.js +6 -6
  135. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  136. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  137. package/src/main/js/sap/ushell/components/pages/StateManager.js +3 -2
  138. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +90 -20
  139. package/src/main/js/sap/ushell/components/pages/controller/PagesAndSpaceId.js +1 -1
  140. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  141. package/src/main/js/sap/ushell/components/pages/view/PageRuntime.view.xml +1 -45
  142. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +4 -4
  143. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  144. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  145. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +182 -46
  146. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  147. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/CustomTreeItem.fragment.xml +4 -4
  148. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/NavigationBarMenuPopover.fragment.xml +8 -1
  149. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +14 -12
  150. package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +1 -3
  151. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +8 -6
  152. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  153. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +16 -4
  154. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchCEP.controller.js +34 -40
  155. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  156. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  157. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  158. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +4 -7
  159. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  160. package/src/main/js/sap/ushell/components/shell/Settings/ErrorMessageHelper.js +4 -2
  161. package/src/main/js/sap/ushell/components/shell/Settings/UserSettings.controller.js +24 -26
  162. package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +8 -7
  163. package/src/main/js/sap/ushell/components/shell/Settings/userAccount/UserAccountSelector.controller.js +3 -1
  164. package/src/main/js/sap/ushell/components/shell/Settings/userAccount/UserAccountSetting.fragment.xml +2 -0
  165. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/UserDefaultsForm.js +5 -1
  166. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/controller/UserDefaultsSetting.controller.js +20 -2
  167. package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/UserLanguageRegionEntry.js +12 -22
  168. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +4 -2
  169. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.controller.js +50 -46
  170. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  171. package/src/main/js/sap/ushell/components/tiles/applauncher/StaticTile.controller.js +11 -3
  172. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/DynamicTile.controller.js +11 -2
  173. package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/StaticTile.controller.js +11 -4
  174. package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/DynamicTile.controller.js +14 -3
  175. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +28 -28
  176. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  177. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  178. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +204 -28
  179. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageHost.js +60 -4
  180. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  181. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  182. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  183. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  184. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  185. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  186. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  187. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources.properties +10 -2
  188. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ar.properties +5 -2
  189. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_bg.properties +5 -2
  190. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ca.properties +5 -2
  191. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cs.properties +5 -2
  192. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cy.properties +5 -2
  193. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_da.properties +5 -2
  194. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_de.properties +5 -2
  195. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_el.properties +5 -2
  196. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en.properties +5 -2
  197. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_GB.properties +5 -2
  198. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_sappsd.properties +5 -2
  199. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saprigi.properties +5 -2
  200. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es.properties +5 -2
  201. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es_MX.properties +5 -2
  202. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_et.properties +5 -2
  203. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fi.properties +5 -2
  204. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr.properties +5 -2
  205. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr_CA.properties +5 -2
  206. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hi.properties +5 -2
  207. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hr.properties +5 -2
  208. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hu.properties +5 -2
  209. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_id.properties +5 -2
  210. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_it.properties +5 -2
  211. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_iw.properties +5 -2
  212. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ja.properties +5 -2
  213. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_kk.properties +5 -2
  214. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ko.properties +5 -2
  215. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lt.properties +5 -2
  216. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lv.properties +5 -2
  217. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ms.properties +5 -2
  218. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_nl.properties +5 -2
  219. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_no.properties +5 -2
  220. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pl.properties +5 -2
  221. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt.properties +5 -2
  222. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt_PT.properties +5 -2
  223. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ro.properties +5 -2
  224. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ru.properties +5 -2
  225. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sh.properties +5 -2
  226. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sk.properties +5 -2
  227. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sl.properties +5 -2
  228. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sv.properties +5 -2
  229. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_th.properties +5 -2
  230. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_tr.properties +5 -2
  231. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_uk.properties +5 -2
  232. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_vi.properties +5 -2
  233. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_CN.properties +5 -2
  234. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_TW.properties +5 -2
  235. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  236. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +2 -2
  237. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  238. package/src/main/js/sap/ushell/components/workPageRuntime/services/NavigationResolver.js +11 -11
  239. package/src/main/js/sap/ushell/components/workPageRuntime/services/WorkPage.js +4 -4
  240. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  241. package/src/main/js/sap/ushell/library.js +1 -1
  242. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  243. package/src/main/js/sap/ushell/performance/FesrEnhancer.js +20 -21
  244. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +47 -32
  245. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +65 -31
  246. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  247. package/src/main/js/sap/ushell/renderers/fiori2/Renderer.js +2 -2
  248. package/src/main/js/sap/ushell/renderers/fiori2/Shell.controller.js +78 -75
  249. package/src/main/js/sap/ushell/renderers/fiori2/Shell.view.js +2 -2
  250. package/src/main/js/sap/ushell/renderers/fiori2/ShellAsync.view.js +1 -1
  251. package/src/main/js/sap/ushell/renderers/fiori2/allMyApps/AllMyApps.controller.js +93 -94
  252. package/src/main/js/sap/ushell/renderers/fiori2/allMyApps/AllMyAppsKeyboardHandler.js +8 -8
  253. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources.properties +4 -2
  254. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ar.properties +2 -1
  255. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_bg.properties +2 -1
  256. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ca.properties +2 -1
  257. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_cs.properties +2 -1
  258. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_cy.properties +2 -1
  259. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_da.properties +2 -1
  260. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_de.properties +2 -1
  261. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_el.properties +2 -1
  262. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_en.properties +2 -1
  263. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_en_GB.properties +2 -1
  264. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_en_US_sappsd.properties +2 -1
  265. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_en_US_saprigi.properties +2 -1
  266. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_en_US_saptrc.properties +1 -1
  267. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_es.properties +2 -1
  268. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_es_MX.properties +2 -1
  269. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_et.properties +2 -1
  270. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_fi.properties +2 -1
  271. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_fr.properties +2 -1
  272. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_fr_CA.properties +2 -1
  273. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_hi.properties +2 -1
  274. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_hr.properties +14 -13
  275. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_hu.properties +2 -1
  276. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_id.properties +2 -1
  277. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_it.properties +2 -1
  278. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_iw.properties +2 -1
  279. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ja.properties +2 -1
  280. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_kk.properties +2 -1
  281. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ko.properties +2 -1
  282. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_lt.properties +2 -1
  283. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_lv.properties +2 -1
  284. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ms.properties +2 -1
  285. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_nl.properties +2 -1
  286. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_no.properties +2 -1
  287. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_pl.properties +2 -1
  288. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_pt.properties +2 -1
  289. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_pt_PT.properties +2 -1
  290. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ro.properties +2 -1
  291. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ru.properties +2 -1
  292. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_sh.properties +2 -1
  293. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_sk.properties +2 -1
  294. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_sl.properties +2 -1
  295. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_sv.properties +2 -1
  296. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_th.properties +2 -1
  297. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_tr.properties +2 -1
  298. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_uk.properties +2 -1
  299. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_vi.properties +2 -1
  300. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_zh_CN.properties +2 -1
  301. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_zh_TW.properties +2 -1
  302. package/src/main/js/sap/ushell/renderers/fiori2/search/searchComponent/manifest.json +1 -1
  303. package/src/main/js/sap/ushell/services/AppConfiguration.js +24 -2
  304. package/src/main/js/sap/ushell/services/AppLifeCycle.js +18 -16
  305. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  306. package/src/main/js/sap/ushell/services/Bookmark.js +54 -20
  307. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  308. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  309. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  310. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  311. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  312. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  313. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  314. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  315. package/src/main/js/sap/ushell/services/Menu.js +4 -4
  316. package/src/main/js/sap/ushell/services/Message.js +1 -1
  317. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  318. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  319. package/src/main/js/sap/ushell/services/Notifications.js +37 -0
  320. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  321. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  322. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  323. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  324. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  325. package/src/main/js/sap/ushell/services/PluginManager.js +30 -8
  326. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  327. package/src/main/js/sap/ushell/services/Search.js +1 -1
  328. package/src/main/js/sap/ushell/services/SearchCEP.js +8 -2
  329. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  330. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  331. package/src/main/js/sap/ushell/services/SpaceContent.js +12 -4
  332. package/src/main/js/sap/ushell/services/UITracer.js +295 -33
  333. package/src/main/js/sap/ushell/services/URLParsing.js +1 -1
  334. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  335. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  336. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  337. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  338. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  339. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  340. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  341. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +48 -26
  342. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  343. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Formatter.js +1 -1
  344. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundIndex.js +1 -1
  345. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundProvider.js +1 -1
  346. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  347. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Search.js +1 -1
  348. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/StagedLogger.js +1 -1
  349. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/SystemContext.js +1 -1
  350. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Utils.js +1 -1
  351. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/VirtualInbounds.js +1 -1
  352. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  353. package/src/main/js/sap/ushell/services/_CommonDataModel/SiteConverter.js +1 -1
  354. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  355. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  356. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  357. package/src/main/js/sap/ushell/services/_MessageBroker/MessageBrokerEngine.js +9 -46
  358. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  359. package/src/main/js/sap/ushell/services/_PluginManager/Extensions.js +1 -1
  360. package/src/main/js/sap/ushell/services/_PluginManager/HeaderExtensions.js +1 -1
  361. package/src/main/js/sap/ushell/services/_PluginManager/MenuExtensions.js +1 -1
  362. package/src/main/js/sap/ushell/services/_Ui5ComponentLoader/utils.js +1 -1
  363. package/src/main/js/sap/ushell/services/_VisualizationInstantiation/VizInstance.js +10 -3
  364. package/src/main/js/sap/ushell/services/_VisualizationInstantiation/VizInstanceLink.js +12 -4
  365. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  366. package/src/main/js/sap/ushell/themes/base/MenuBar.less +3 -3
  367. package/src/main/js/sap/ushell/themes/base/SearchCEP.less +1 -1
  368. package/src/main/js/sap/ushell/themes/base/ShellAppTitle.less +10 -30
  369. package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.eot +0 -0
  370. package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.json +2 -1
  371. package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.ttf +0 -0
  372. package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.woff +0 -0
  373. package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.woff2 +0 -0
  374. package/src/main/js/sap/ushell/themes/base/fonts/horizon/BusinessSuiteInAppSymbols.eot +0 -0
  375. package/src/main/js/sap/ushell/themes/base/fonts/horizon/BusinessSuiteInAppSymbols.ttf +0 -0
  376. package/src/main/js/sap/ushell/themes/base/fonts/horizon/BusinessSuiteInAppSymbols.woff +0 -0
  377. package/src/main/js/sap/ushell/themes/base/fonts/horizon/BusinessSuiteInAppSymbols.woff2 +0 -0
  378. package/src/main/js/sap/ushell/themes/sap_belize/ShellHeader.less +1 -11
  379. package/src/main/js/sap/ushell/themes/sap_belize_hcb/ShellHeader.less +0 -11
  380. package/src/main/js/sap/ushell/themes/sap_belize_hcw/ShellHeader.less +1 -13
  381. package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellHeader.less +1 -9
  382. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/ShellHeader.less +1 -9
  383. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/ShellHeader.less +1 -10
  384. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/ShellHeader.less +0 -12
  385. package/src/main/js/sap/ushell/themes/sap_hcb/ShellHeader.less +0 -12
  386. package/src/main/js/sap/ushell/themes/sap_horizon/ShellAppTitle.less +1 -9
  387. package/src/main/js/sap/ushell/themes/sap_horizon_dark/ShellAppTitle.less +1 -7
  388. package/src/main/js/sap/ushell/themes/sap_horizon_hcb/ShellAppTitle.less +0 -9
  389. package/src/main/js/sap/ushell/themes/sap_horizon_hcw/ShellAppTitle.less +0 -11
  390. package/src/main/js/sap/ushell/ui/QuickAccess.js +11 -2
  391. package/src/main/js/sap/ushell/ui/ShellHeader.fragment.xml +5 -1
  392. package/src/main/js/sap/ushell/ui/ShellHeader.js +5 -1
  393. package/src/main/js/sap/ushell/ui/ShellHeaderRenderer.js +1 -1
  394. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  395. package/src/main/js/sap/ushell/ui/footerbar/AddBookmarkButton.js +5 -5
  396. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  397. package/src/main/js/sap/ushell/ui/launchpad/Page.js +8 -16
  398. package/src/main/js/sap/ushell/ui/launchpad/Section.js +732 -171
  399. package/src/main/js/sap/ushell/ui/launchpad/SectionRenderer.js +66 -0
  400. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +14 -1
  401. package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +115 -63
  402. package/src/main/js/sap/ushell/ui/shell/ShellHeadItem.js +1 -1
  403. package/src/main/js/sap/ushell/ui/shell/ShellNavigationMenu.js +30 -76
  404. package/src/main/js/sap/ushell/ui/shell/SysInfoBar.js +1 -1
  405. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  406. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  407. package/src/main/js/sap/ushell/ui5service/ShellUIService.js +1 -1
  408. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  409. package/src/main/js/sap/ushell/utils/DynamicTileRequest.js +23 -2
  410. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  411. package/src/main/js/sap/ushell/utils.js +108 -0
  412. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  413. package/ui5.yaml +1 -1
  414. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntimePostMessage.js +0 -82
  415. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntimePostMessageAPI.js +0 -34
  416. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n.properties +0 -5
  417. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ar.properties +0 -2
  418. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_bg.properties +0 -2
  419. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ca.properties +0 -2
  420. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_cs.properties +0 -2
  421. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_cy.properties +0 -2
  422. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_da.properties +0 -2
  423. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_de.properties +0 -2
  424. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_el.properties +0 -2
  425. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_en.properties +0 -2
  426. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_en_GB.properties +0 -2
  427. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_en_US_sappsd.properties +0 -2
  428. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_en_US_saprigi.properties +0 -2
  429. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_en_US_saptrc.properties +0 -2
  430. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_es.properties +0 -2
  431. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_es_MX.properties +0 -2
  432. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_et.properties +0 -2
  433. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_fi.properties +0 -2
  434. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_fr.properties +0 -2
  435. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_fr_CA.properties +0 -2
  436. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_hi.properties +0 -2
  437. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_hr.properties +0 -2
  438. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_hu.properties +0 -2
  439. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_id.properties +0 -2
  440. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_it.properties +0 -2
  441. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_iw.properties +0 -2
  442. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ja.properties +0 -2
  443. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_kk.properties +0 -2
  444. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ko.properties +0 -2
  445. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_lt.properties +0 -2
  446. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_lv.properties +0 -2
  447. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ms.properties +0 -2
  448. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_nl.properties +0 -2
  449. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_no.properties +0 -2
  450. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_pl.properties +0 -2
  451. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_pt.properties +0 -2
  452. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_pt_PT.properties +0 -2
  453. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ro.properties +0 -2
  454. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ru.properties +0 -2
  455. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_sh.properties +0 -2
  456. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_sk.properties +0 -2
  457. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_sl.properties +0 -2
  458. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_sv.properties +0 -2
  459. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_th.properties +0 -2
  460. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_tr.properties +0 -2
  461. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_uk.properties +0 -2
  462. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_vi.properties +0 -2
  463. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_zh_CN.properties +0 -2
  464. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_zh_TW.properties +0 -2
  465. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/manifest.json +0 -66
  466. package/src/main/js/sap/ushell/ui/launchpad/Section.control.xml +0 -243
@@ -0,0 +1,225 @@
1
+ // Copyright (c) 2009-2023 SAP SE, All Rights Reserved
2
+ /**
3
+ * @file This file contains miscellaneous utility functions for handling openning iframe with POST.
4
+ */
5
+ sap.ui.define([
6
+ "sap/ui/core/Core",
7
+ "sap/base/Log",
8
+ "sap/base/util/UriParameters",
9
+ "sap/ui/thirdparty/jquery",
10
+ "sap/ui/thirdparty/URI",
11
+ "sap/ushell/utils",
12
+ "sap/ushell/resources",
13
+ "sap/ushell/Config"
14
+ ], function (
15
+ Core,
16
+ Log,
17
+ UriParameters,
18
+ jQuery,
19
+ URI,
20
+ utils,
21
+ resources,
22
+ Config
23
+ ) {
24
+ "use strict";
25
+
26
+ var IframePOSTUtils = {};
27
+ var _that = IframePOSTUtils;
28
+
29
+ IframePOSTUtils.renderIframeWithPOST = function (oRenderManager, oContainer, sUrl, iIframeIdx) {
30
+ oContainer.setProperty("iframeWithPost", true, true);
31
+ oContainer.oDeferredRenderer = new jQuery.Deferred();
32
+ sUrl = utils.filterOutParamsFromLegacyAppURL(sUrl);
33
+ var oAppStatesInfo = utils.getParamKeys(sUrl);
34
+
35
+ //generate the <div> element that wraps the <form> and the <iframe>
36
+ this.generateRootElementForIFrame(oRenderManager, oContainer, true);
37
+
38
+ if (oAppStatesInfo.aAppStateNamesArray.length > 0) {
39
+ sap.ushell.Container.getServiceAsync("CrossApplicationNavigation").then(function (oCAService) {
40
+ oCAService.getAppStateData(oAppStatesInfo.aAppStateKeysArray).then(function (aDataArray) {
41
+ var oNewRenderManager;
42
+ var oDomRef = jQuery("#" + oContainer.getId());
43
+
44
+ if (oDomRef.length > 0) {
45
+ oNewRenderManager = Core.createRenderManager();
46
+ _that.buildHTMLElements(oNewRenderManager, oContainer, aDataArray, oAppStatesInfo.aAppStateNamesArray, sUrl, iIframeIdx);
47
+ oNewRenderManager.flush(oDomRef[0]);
48
+ oNewRenderManager.destroy();
49
+ } else {
50
+ _that.buildHTMLElements(oRenderManager, oContainer, aDataArray, oAppStatesInfo.aAppStateNamesArray, sUrl, iIframeIdx);
51
+ }
52
+
53
+ setTimeout(oContainer.oDeferredRenderer.resolve, 0);
54
+ }, function (sError) {
55
+ _that.buildHTMLElements(oRenderManager, oContainer, undefined, oAppStatesInfo.aAppStateNamesArray, sUrl, iIframeIdx);
56
+ setTimeout(oContainer.oDeferredRenderer.resolve, 0);
57
+ });
58
+ });
59
+ } else {
60
+ _that.buildHTMLElements(oRenderManager, oContainer, undefined, oAppStatesInfo.aAppStateNamesArray, sUrl, iIframeIdx);
61
+ setTimeout(oContainer.oDeferredRenderer.resolve, 0);
62
+ }
63
+
64
+ this.generateRootElementForIFrame(oRenderManager, oContainer, false);
65
+ };
66
+
67
+ IframePOSTUtils.generateRootElementForIFrame = function (oRenderManager, oContainer, bStart) {
68
+ if (bStart) {
69
+ oRenderManager.openStart("div", oContainer)
70
+ .attr("sap-iframe-app", "true")
71
+ .class("sapUShellApplicationContainer")
72
+ .style("height", oContainer.getHeight())
73
+ .style("width", oContainer.getWidth())
74
+ .openEnd();
75
+
76
+ } else {
77
+ oRenderManager.close("div");
78
+ }
79
+ };
80
+
81
+ IframePOSTUtils.buildHTMLElements = function (oRenderManager, oContainer, aAdditionalDataArray, aInfoArray, sUrl, iIframeIdx) {
82
+ var sFormId = oContainer.getId() + "-form",
83
+ sPostAddParams = "",
84
+ bIsHidden = false;
85
+
86
+ if (aAdditionalDataArray === undefined) {
87
+ aAdditionalDataArray = [];
88
+ }
89
+ aAdditionalDataArray.push([sap.ushell.Container.getFLPUrl(true)]);
90
+ aInfoArray.push("sap-flp-url");
91
+ aAdditionalDataArray.push([oContainer.getSystemAlias()]);
92
+ aInfoArray.push("system-alias");
93
+
94
+ var valStr = "";
95
+ var obj = {};
96
+
97
+ aInfoArray.forEach(function (item, index) {
98
+ if (aAdditionalDataArray[index][0]) {
99
+ obj[item] = aAdditionalDataArray[index][0];
100
+ }
101
+ });
102
+
103
+ var sapOrigURL = sUrl;
104
+ valStr = JSON.stringify(obj);
105
+
106
+ var oIframeUriParams = {};
107
+ if (oContainer.getIframePostAllParams() === true) {
108
+ oIframeUriParams = UriParameters.fromURL(sUrl);
109
+ sPostAddParams = buildHTMLForAllPostParams(oContainer, oIframeUriParams, false);
110
+ if (sPostAddParams !== "") {
111
+ sUrl = trimURL(sUrl, oIframeUriParams);
112
+ }
113
+ }
114
+
115
+ oContainer.fireEvent("applicationConfiguration");
116
+ oRenderManager
117
+ .openStart("form")
118
+ .attr("id", sFormId)
119
+ .attr("method", "post")
120
+ .attr("name", sFormId)
121
+ .attr("target", oContainer.getId() + "-iframe")
122
+ .attr("action", sUrl)
123
+ .style("display", "none")
124
+ .openEnd();
125
+
126
+ oRenderManager
127
+ .voidStart("input")
128
+ .attr("name", "sap-flp-params")
129
+ .attr("value", valStr)
130
+ .voidEnd();
131
+
132
+ if (oContainer.getIframePostAllParams() === true) {
133
+ buildHTMLForAllPostParams(oContainer, oIframeUriParams, true, oRenderManager);
134
+ }
135
+
136
+ oRenderManager.close("form");
137
+
138
+ var sID = oContainer.sId;
139
+ // we need to remove the sapUShellApplicationContainerIframeHidden style as the style is relevant
140
+ // only in the parent div of this iframe
141
+ if (oContainer.hasStyleClass("sapUShellApplicationContainerIframeHidden")) {
142
+ bIsHidden = true;
143
+ oContainer.toggleStyleClass("sapUShellApplicationContainerIframeHidden", false);
144
+ }
145
+
146
+ // When sending a POST request, we concatenate the string "-iframe" to the 'id' attribute of the <iframe> node.
147
+ // The reason is that in POST request the IFRAME element is a child of a new 'div' element, that holds the
148
+ // original id of the <iframe> node, and in order not to associate them with them with the same id we add this string.
149
+ oContainer.sId += "-iframe";
150
+ oRenderManager
151
+ .openStart("iframe", oContainer)
152
+ .attr("name", oContainer.getId())
153
+ .accessibilityState(oContainer)
154
+ .attr("sap-orig-src", sapOrigURL)
155
+ .attr("title", resources.i18n.getText("AppilcationContainer.IframeTitle"))
156
+ .attr("sap-iframe-idx", iIframeIdx)
157
+ .class("sapUShellApplicationContainer")
158
+ .style("height", oContainer.getHeight())
159
+ .style("width", oContainer.getWidth());
160
+
161
+ if (Config.last("/core/shell/enableFeaturePolicyInIframes") === true) {
162
+ oRenderManager.attr("allow", utils.getIframeFeaturePolicies().replaceAll(";", " " + (new URI(sUrl).origin()) + ";"));
163
+ }
164
+ oRenderManager
165
+ .openEnd()
166
+ .close("iframe");
167
+
168
+ // Set the oContainer.sId back to its original value (without the string "-iframe")
169
+ oContainer.sId = sID;
170
+
171
+ if (bIsHidden) {
172
+ oContainer.toggleStyleClass("sapUShellApplicationContainerIframeHidden", true);
173
+ }
174
+
175
+ // The form submission happens in the onAfterRendering()
176
+ };
177
+
178
+ function buildHTMLForAllPostParams (oContainer, oIframeUriParams, bRender, oRenderManager) {
179
+ var sapIframeHintVal = "";
180
+ var sRes = "";
181
+ if (oIframeUriParams.has("sap-iframe-hint")) {
182
+ sapIframeHintVal = oIframeUriParams.get("sap-iframe-hint");
183
+ }
184
+
185
+ var oParams = oIframeUriParams.mParams;
186
+ //Verify that it's a WD app (in local FLP or cFLP)
187
+ if (oContainer.getApplicationType() === "TR" || (sapIframeHintVal === "GUI")) {
188
+ var p, valStr;
189
+ for (p in oParams) {
190
+ if (p === "sap-iframe-hint" || p === "sap-keep-alive") {
191
+ continue;
192
+ }
193
+ valStr = oParams[p][0];
194
+ if (bRender === true) {
195
+ oRenderManager
196
+ .voidStart("input")
197
+ .attr("name", p)
198
+ .attr("value", valStr)
199
+ .voidEnd();
200
+ } else {
201
+ sRes += "*";
202
+ }
203
+ }
204
+ }
205
+
206
+ return sRes;
207
+ }
208
+
209
+ function trimURL (sUrl, oIframeUriParams) {
210
+ var sHint = oIframeUriParams.get("sap-iframe-hint"),
211
+ sKeepAlive = oIframeUriParams.get("sap-keep-alive"),
212
+ oNewURI = new URI(sUrl).query("");
213
+
214
+ if (typeof sHint === "string") {
215
+ oNewURI.addSearch("sap-iframe-hint", sHint);
216
+ }
217
+ if (typeof sKeepAlive === "string") {
218
+ oNewURI.addSearch("sap-keep-alive", sKeepAlive);
219
+ }
220
+
221
+ return oNewURI.toString();
222
+ }
223
+
224
+ return IframePOSTUtils;
225
+ }, /* bExport= */ false);
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @fileOverview ContentFinder Component
4
4
  *
5
- * @version 1.116.0
5
+ * @version 1.117.1
6
6
  */
7
7
 
8
8
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @file AppSearch controller for AppSearch view
5
- * @version 1.116.0
5
+ * @version 1.117.1
6
6
  */
7
7
  sap.ui.define([
8
8
  "./ContentFinderDialog.controller",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @file Controller for ContentFinderDialog root view
5
- * @version 1.116.0
5
+ * @version 1.117.1
6
6
  */
7
7
  sap.ui.define([
8
8
  "../model/formatter",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @file Controller for WidgetGallery view
5
- * @version 1.116.0
5
+ * @version 1.117.1
6
6
  */
7
7
  sap.ui.define([
8
8
  "./ContentFinderDialog.controller"
@@ -3,7 +3,7 @@
3
3
  "sap.app": {
4
4
  "id": "sap.ushell.components.contentFinder",
5
5
  "applicationVersion": {
6
- "version": "1.116.0"
6
+ "version": "1.117.1"
7
7
  },
8
8
  "i18n": "./resources/resources.properties",
9
9
  "ach": "CA-FLP-FE-UI",
@@ -13,7 +13,7 @@ sap.ui.define([
13
13
  * The amount of items in the model will not represent the total count because the data may be paginated.
14
14
  *
15
15
  * @since 1.115.0
16
- * @return {int} The count.
16
+ * @returns {int} The count.
17
17
  */
18
18
  getLength: function () {
19
19
  // Check if filters have been set. this.aFilters might contain an empty aFilters array
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * The length is final if the amount of items is the same as the totalCount returned by the server.
29
29
  *
30
30
  * @since 1.115.0
31
- * @return {boolean} True if the condition applies.
31
+ * @returns {boolean} True if the condition applies.
32
32
  */
33
33
  isLengthFinal: function () {
34
34
  return this.oList.length >= this.getLength();
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @param {string} sPath
17
17
  * The path pointing to the list / array that should be bound
18
18
  * @param {sap.ui.model.Context} [oContext]
19
- * The context object for this databinding
19
+ * The context object for this data binding
20
20
  * @param {sap.ui.model.Sorter|sap.ui.model.Sorter[]} [aSorters]
21
21
  * Initial sort order (can be either a sorter or an array of sorters)
22
22
  * @param {sap.ui.model.Filter|sap.ui.model.Filter[]} [aFilters]
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * Additional model-specific parameters
26
26
  *
27
27
  * @since 1.115.0
28
- * @return {sap.ui.model.ListBinding}
28
+ * @returns {sap.ui.model.ListBinding}
29
29
  * The newly created binding
30
30
  */
31
31
  bindList: function (sPath, oContext, aSorters, aFilters, mParameters) {
@@ -7,7 +7,7 @@ sap.ui.define([], function () {
7
7
  * Formatter for the dialog title.
8
8
  *
9
9
  * @param {string} sNavigationTarget Current navigation target.
10
- * @return {string} The dialog title.
10
+ * @returns {string} The dialog title.
11
11
  * @since 1.113.0
12
12
  */
13
13
  formatDialogTitle: function (sNavigationTarget) {
@@ -35,7 +35,7 @@ sap.ui.define([], function () {
35
35
  * @param {array} aCards Array of cards.
36
36
  * @param {array} aRestrictedVisualizations Array of restricted visualizations.
37
37
  * @param {int} iFilteredAppCount Amount of filtered Viz.
38
- * @return {string} The GridList Title text.
38
+ * @returns {string} The GridList Title text.
39
39
  * @since 1.113.0
40
40
  */
41
41
  formatAppSearchTitle: function (sActiveNavigationTarget, sSearchTerm, bShowSelectedPressed, iSelectedAppCount, aTiles, aCards, iFilteredAppCount) {
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
 
18
18
  // use inline declaration instead of component.json to save 1 round trip
19
19
  metadata: {
20
- version: "1.116.0",
20
+ version: "1.117.1",
21
21
  library: "sap.ushell",
22
22
  dependencies: {
23
23
  libs: ["sap.m", "sap.ui.vbm", "sap.suite.ui.commons", "sap.ui.layout", "sap.viz"],
@@ -20,7 +20,7 @@
20
20
  * - Deactivation handler
21
21
  * - Rendering tile action menu
22
22
  *
23
- * @version 1.116.0
23
+ * @version 1.117.1
24
24
  *
25
25
  * @deprecated since 1.112
26
26
  */
@@ -39,7 +39,8 @@ sap.ui.define([
39
39
  "sap/ui/core/Core",
40
40
  "sap/ushell/components/HomepageManager",
41
41
  "sap/ushell/resources",
42
- "sap/ushell/utils/WindowUtils"
42
+ "sap/ushell/utils/WindowUtils",
43
+ "sap/ushell/EventHub"
43
44
  ], function (
44
45
  Log,
45
46
  Button,
@@ -49,7 +50,8 @@ sap.ui.define([
49
50
  Core,
50
51
  HomepageManager,
51
52
  resources,
52
- WindowUtils
53
+ WindowUtils,
54
+ EventHub
53
55
  ) {
54
56
  "use strict";
55
57
 
@@ -330,6 +332,13 @@ sap.ui.define([
330
332
  if (oAction.press) {
331
333
  oAction.press(oTileControl);
332
334
  } else if (oAction.targetURL) {
335
+ EventHub.emit("UITracer.trace", {
336
+ reason: "LaunchApp",
337
+ source: "Tile",
338
+ data: {
339
+ targetUrl: oAction.targetURL
340
+ }
341
+ });
333
342
  if (oAction.targetURL.indexOf("#") === 0) {
334
343
  hasher.setHash(oAction.targetURL);
335
344
  } else {
@@ -6,6 +6,7 @@
6
6
  * @deprecated since 1.112
7
7
  */
8
8
  sap.ui.define([
9
+ "sap/ui/core/Core",
9
10
  "sap/ui/core/mvc/View",
10
11
  "sap/ui/core/UIComponent",
11
12
  "sap/ushell/bootstrap/common/common.load.model",
@@ -14,6 +15,7 @@ sap.ui.define([
14
15
  "sap/ushell/Config",
15
16
  "sap/ushell/resources"
16
17
  ], function (
18
+ Core,
17
19
  View,
18
20
  UIComponent,
19
21
  oModelWrapper,
@@ -51,7 +53,7 @@ sap.ui.define([
51
53
 
52
54
  this.setModel(resources.i18nModel, "i18n");
53
55
 
54
- sap.ui.getCore().getEventBus().subscribe("sap.ushell.services.UsageAnalytics", "usageAnalyticsStarted", function () {
56
+ Core.getEventBus().subscribe("sap.ushell.services.UsageAnalytics", "usageAnalyticsStarted", function () {
55
57
  sap.ui.require(["sap/ushell/components/homepage/FLPAnalytics"]);
56
58
  });
57
59
 
@@ -127,10 +127,35 @@ sap.ui.define([
127
127
 
128
128
  dashboardTilePress: function (oEvent) {
129
129
  var oTileControl = oEvent.getSource();
130
+
130
131
  if (!oTileControl) {
131
132
  return;
132
133
  }
134
+
133
135
  Core.getEventBus().publish("launchpad", "dashboardTileClick", { uuid: oTileControl.getUuid() });
136
+
137
+ if (Device.system.desktop) {
138
+ var oRenderer = sap.ushell.Container.getRenderer();
139
+ var oHomeRoute = oRenderer.getRouter().getRoute("home");
140
+
141
+ if (this._fnSetFocusOnLastVisitedTile) {
142
+ // On tiles with with buttons, the tile press can be triggered without navigating
143
+ oHomeRoute.detachBeforeMatched(this._fnSetFocusOnLastVisitedTile);
144
+ }
145
+
146
+ this._fnSetFocusOnLastVisitedTile = this._setFocusOnLastVisitedTile.bind(this, oTileControl, oHomeRoute);
147
+ oHomeRoute.attachBeforeMatched(this._fnSetFocusOnLastVisitedTile);
148
+ }
149
+ },
150
+
151
+ _setFocusOnLastVisitedTile: function (tileControl, homeRoute) {
152
+ sap.ui.require(["sap/ushell/components/ComponentKeysHandler"], function (ComponentKeysHandler) {
153
+ ComponentKeysHandler.getInstance().then(function (ComponentKeysHandlerInstance) {
154
+ ComponentKeysHandlerInstance.moveScrollDashboard(tileControl.$());
155
+ homeRoute.detachBeforeMatched(this._fnSetFocusOnLastVisitedTile);
156
+ delete this._fnSetFocusOnLastVisitedTile;
157
+ }.bind(this));
158
+ }.bind(this));
134
159
  },
135
160
 
136
161
  _updateTopGroupInModel: function () {
@@ -5,7 +5,7 @@
5
5
  * with a header of type <code>sap.ushell.ui.launchpad.AnchorNavigationBar</code>
6
6
  * and content of type <code>sap.ushell.ui.launchpad.DashboardGroupsContainer</code>.
7
7
  *
8
- * @version 1.116.0
8
+ * @version 1.117.1
9
9
  * @name sap.ushell.components.homepage.DashboardContent.view
10
10
  *
11
11
  * @deprecated since 1.112
@@ -16,6 +16,7 @@ sap.ui.define([
16
16
  "sap/ui/core/library",
17
17
  "sap/m/Page",
18
18
  "sap/ui/core/Component",
19
+ "sap/ui/core/Core",
19
20
  "sap/ui/core/mvc/View",
20
21
  "sap/ui/Device",
21
22
  "sap/ui/model/Filter",
@@ -35,6 +36,7 @@ sap.ui.define([
35
36
  coreLibrary,
36
37
  Page,
37
38
  Component,
39
+ Core,
38
40
  View,
39
41
  Device,
40
42
  Filter,
@@ -76,10 +78,10 @@ sap.ui.define([
76
78
  this.oRenderer = sap.ushell.Container.getRenderer("fiori2");
77
79
  this.bIsHomeIntentRootIntent = utils.isFlpHomeIntent(this.oRenderer.getShellConfig().rootIntent);
78
80
 
79
- sap.ui.getCore().getEventBus().subscribe("launchpad", "actionModeInactive", this._handleEditModeChange, this);
80
- sap.ui.getCore().getEventBus().subscribe("launchpad", "actionModeActive", this._handleEditModeChange, this);
81
- sap.ui.getCore().getEventBus().subscribe("launchpad", "contentRefresh", this._onDashboardShown, this);
82
- sap.ui.getCore().getEventBus().subscribe("launchpad", "dashboardModelContentLoaded", this._onDashboardShown, this);
81
+ Core.getEventBus().subscribe("launchpad", "actionModeInactive", this._handleEditModeChange, this);
82
+ Core.getEventBus().subscribe("launchpad", "actionModeActive", this._handleEditModeChange, this);
83
+ Core.getEventBus().subscribe("launchpad", "contentRefresh", this._onDashboardShown, this);
84
+ Core.getEventBus().subscribe("launchpad", "dashboardModelContentLoaded", this._onDashboardShown, this);
83
85
 
84
86
  /**
85
87
  * In order to save performance we delay the actionmode, the footer creation and the overflow of the anchorBar
@@ -202,7 +204,7 @@ sap.ui.define([
202
204
  },
203
205
  onsaptabnext: function () {
204
206
  // If the OverflowButton is not visible, jump to the last visited Tile
205
- if (!sap.ui.getCore().byId("sapUshellAnchorBarOverflowButton").getVisible()) {
207
+ if (!Core.byId("sapUshellAnchorBarOverflowButton").getVisible()) {
206
208
  ComponentKeysHandlerInstance.goToLastVisitedTile();
207
209
  }
208
210
  }
@@ -444,10 +446,10 @@ sap.ui.define([
444
446
  this.oPage.destroy();
445
447
  }
446
448
 
447
- sap.ui.getCore().getEventBus().unsubscribe("launchpad", "actionModeInactive", this._handleEditModeChange, this);
448
- sap.ui.getCore().getEventBus().unsubscribe("launchpad", "actionModeActive", this._handleEditModeChange, this);
449
- sap.ui.getCore().getEventBus().unsubscribe("launchpad", "contentRefresh", this._onDashboardShown, this);
450
- sap.ui.getCore().getEventBus().unsubscribe("launchpad", "dashboardModelContentLoaded", this._onDashboardShown, this);
449
+ Core.getEventBus().unsubscribe("launchpad", "actionModeInactive", this._handleEditModeChange, this);
450
+ Core.getEventBus().unsubscribe("launchpad", "actionModeActive", this._handleEditModeChange, this);
451
+ Core.getEventBus().unsubscribe("launchpad", "contentRefresh", this._onDashboardShown, this);
452
+ Core.getEventBus().unsubscribe("launchpad", "dashboardModelContentLoaded", this._onDashboardShown, this);
451
453
  }
452
454
  });
453
455
  });
@@ -6,7 +6,7 @@
6
6
  * Exposes the public function <code>createGroupsBox</code>
7
7
  * @see sap.ushell.components.homepage.DashboardContent.view
8
8
  *
9
- * @version 1.116.0
9
+ * @version 1.117.1
10
10
  * @name sap.ushell.components.homepage.DashboardGroupsBox
11
11
  * @since 1.35.0
12
12
  *
@@ -29,7 +29,6 @@ sap.ui.define([
29
29
  "sap/ui/model/Filter",
30
30
  "sap/ui/model/FilterOperator",
31
31
  "sap/ui/performance/Measurement",
32
- "sap/ui/thirdparty/jquery",
33
32
  "sap/ushell/library",
34
33
  "sap/ushell/components/homepage/ActionMode",
35
34
  "sap/ushell/Config",
@@ -59,7 +58,6 @@ sap.ui.define([
59
58
  Filter,
60
59
  FilterOperator,
61
60
  Measurement,
62
- jQuery,
63
61
  ushellLibrary,
64
62
  ActionMode,
65
63
  Config,
@@ -5,7 +5,7 @@
5
5
  * Extends <code>sap.ui.base.Object</code><br>
6
6
  * Exposes the public function <code>initializeUIActions</code>
7
7
  *
8
- * @version 1.116.0
8
+ * @version 1.117.1
9
9
  * @name sap.ushell.components.homepage.DashboardUIActions
10
10
  * @since 1.35.0
11
11
  *
@@ -18,6 +18,7 @@ sap.ui.define([
18
18
  "sap/base/util/deepExtend",
19
19
  "sap/ui/base/Object",
20
20
  "sap/ui/core/Configuration",
21
+ "sap/ui/core/Core",
21
22
  "sap/ui/Device",
22
23
  "sap/ui/thirdparty/jquery",
23
24
  "sap/ushell/Layout"
@@ -26,6 +27,7 @@ sap.ui.define([
26
27
  deepExtend,
27
28
  baseObject,
28
29
  Configuration,
30
+ Core,
29
31
  Device,
30
32
  jQuery,
31
33
  Layout
@@ -57,13 +59,13 @@ sap.ui.define([
57
59
  this.UIActionsInitialized = false;
58
60
 
59
61
  // Enabling and disabling drag and drop of groups (groupsUIAction) depends of activation and activation of ActionMode
60
- sap.ui.getCore().getEventBus().subscribe("launchpad", "actionModeActive", this._enableGroupUIActions, this);
61
- sap.ui.getCore().getEventBus().subscribe("launchpad", "actionModeInactive", this._disableGroupUIActions, this);
62
+ Core.getEventBus().subscribe("launchpad", "actionModeActive", this._enableGroupUIActions, this);
63
+ Core.getEventBus().subscribe("launchpad", "actionModeInactive", this._disableGroupUIActions, this);
62
64
  },
63
65
 
64
66
  destroy: function () {
65
- sap.ui.getCore().getEventBus().unsubscribe("launchpad", "actionModeActive", this._enableGroupUIActions, this);
66
- sap.ui.getCore().getEventBus().unsubscribe("launchpad", "actionModeInactive", this._disableGroupUIActions, this);
67
+ Core.getEventBus().unsubscribe("launchpad", "actionModeActive", this._enableGroupUIActions, this);
68
+ Core.getEventBus().unsubscribe("launchpad", "actionModeInactive", this._disableGroupUIActions, this);
67
69
  DashboardUIActions.fnDashboardUIActionsGetter = undefined;
68
70
  this.oGroupUIActions = null;
69
71
  this.oTileUIActions = null;
@@ -291,7 +293,7 @@ sap.ui.define([
291
293
  aLinkElements[i].removeAttribute("href");
292
294
  }
293
295
  this.oController._handleDrag.call(this.oController, evt, tileElement);
294
- sap.ui.getCore().getEventBus().publish("launchpad", "sortableStart");
296
+ Core.getEventBus().publish("launchpad", "sortableStart");
295
297
  },
296
298
 
297
299
  _onBeforeCreateLinkClone: function (evt, LinkElement) {
@@ -481,7 +483,7 @@ sap.ui.define([
481
483
 
482
484
  Log.info("startPos - " + jQuery(ui).index());
483
485
  setTimeout(function () {
484
- sap.ui.getCore().getEventBus().publish("launchpad", "sortableStart");
486
+ Core.getEventBus().publish("launchpad", "sortableStart");
485
487
  }, 0);
486
488
 
487
489
  //scroll to group
@@ -497,11 +499,11 @@ sap.ui.define([
497
499
  },
498
500
 
499
501
  _handleGroupDrop: function (evt, ui) {
500
- var oBus = sap.ui.getCore().getEventBus(),
502
+ var oBus = Core.getEventBus(),
501
503
  jQueryObj = jQuery(ui),
502
504
  firstChildId = jQuery(jQueryObj.children()[0]).attr("id"),
503
- oGroup = sap.ui.getCore().byId(firstChildId),
504
- oDashboardGroups = sap.ui.getCore().byId("dashboardGroups"),
505
+ oGroup = Core.byId(firstChildId),
506
+ oDashboardGroups = Core.byId("dashboardGroups"),
505
507
  oData = { group: oGroup, groupChanged: false, focus: false },
506
508
  nNewIndex = jQueryObj.index();
507
509
 
@@ -511,7 +513,7 @@ sap.ui.define([
511
513
 
512
514
  this._handleGroupMoved(evt, { item: jQueryObj });
513
515
  jQueryObj.removeAttr("startPos");
514
- sap.ui.getCore().getEventBus().publish("launchpad", "sortableStop");
516
+ Core.getEventBus().publish("launchpad", "sortableStop");
515
517
 
516
518
  // avoid tile to be clicked after group was dropped
517
519
  setTimeout(function () {
@@ -6,13 +6,13 @@
6
6
  * @deprecated since 1.112
7
7
  */
8
8
  sap.ui.define([
9
- "sap/ushell/services/AppConfiguration", // TODO: pending dependency migration
10
9
  "sap/base/Log",
11
- "sap/ui/thirdparty/jquery"
10
+ "sap/ui/core/Core",
11
+ "sap/ushell/services/AppConfiguration" // TODO: pending dependency migration
12
12
  ], function (
13
- AppConfiguration,
14
13
  Log,
15
- jQuery
14
+ Core,
15
+ AppConfiguration
16
16
  ) {
17
17
  "use strict";
18
18
 
@@ -23,10 +23,10 @@ sap.ui.define([
23
23
  */
24
24
 
25
25
  // Launchpad action events that trigger logging
26
- var aObservedLaunchpadActions = ["deleteTile", "actionModeActive", "catalogTileClick", "dashboardTileClick", "dashboardTileLinkClick"],
27
- oEventBus = sap.ui.getCore().getEventBus(),
28
- that = this,
29
- oLaunchedApplications = {};
26
+ var aObservedLaunchpadActions = ["deleteTile", "actionModeActive", "catalogTileClick", "dashboardTileClick", "dashboardTileLinkClick"];
27
+ var oEventBus = Core.getEventBus();
28
+ var that = this;
29
+ var oLaunchedApplications = {};
30
30
 
31
31
  function _logCustomEvent (eventType, customEventValue, aAdditionalValues) {
32
32
  sap.ushell.Container.getServiceAsync("UsageAnalytics").then(function (oUsageAnalytics) {
@@ -135,13 +135,13 @@ sap.ui.define([
135
135
  *
136
136
  * Logs a "Time in App" event
137
137
  */
138
- jQuery(window).on("unload", function (event) {
139
- var currentApp = window.location.hash.substr(1);
138
+ window.addEventListener("unload", function (event) {
139
+ var currentApp = window.location.hash.substring(1);
140
140
  logTimeInAppEvent(currentApp);
141
141
  });
142
142
 
143
143
  try {
144
- sap.ui.getCore().byId("viewPortContainer").attachAfterNavigate(handleAfterNavigate, that);
144
+ Core.byId("viewPortContainer").attachAfterNavigate(handleAfterNavigate, that);
145
145
  } catch (e) {
146
146
  Log.warning("Failure when subscribing to viewPortContainer 'AfterNavigate' event", null, "sap.ushell.components.homepage.FLPAnalytics");
147
147
  }