@sapui5/sap.ushell 1.140.0 → 1.141.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 (689) hide show
  1. package/package.json +2 -2
  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 +0 -1
  5. package/src/main/js/sap/ushell/ApplicationType/guiResolution.js +6 -6
  6. package/src/main/js/sap/ushell/ApplicationType/systemAlias.js +22 -25
  7. package/src/main/js/sap/ushell/ApplicationType/urlResolution.js +12 -6
  8. package/src/main/js/sap/ushell/ApplicationType/urlTemplateResolution.js +277 -302
  9. package/src/main/js/sap/ushell/ApplicationType/wdaResolution.js +11 -10
  10. package/src/main/js/sap/ushell/ApplicationType.js +8 -8
  11. package/src/main/js/sap/ushell/Container.js +53 -55
  12. package/src/main/js/sap/ushell/EventHub.js +5 -7
  13. package/src/main/js/sap/ushell/Fiori20Adapter.js +17 -11
  14. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  15. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  16. package/src/main/js/sap/ushell/SessionHandler.js +1 -1
  17. package/src/main/js/sap/ushell/TechnicalParameters.js +5 -5
  18. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  19. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
  20. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +11 -4
  21. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
  22. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
  23. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +13 -2
  24. package/src/main/js/sap/ushell/URLTemplateProcessor.js +13 -3
  25. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +4 -2
  26. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +29 -27
  27. package/src/main/js/sap/ushell/User.js +12 -12
  28. package/src/main/js/sap/ushell/UserActivityLog.js +3 -3
  29. package/src/main/js/sap/ushell/adapters/AppVariantPersonalizationAdapter.js +19 -15
  30. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +13 -10
  31. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +15 -14
  32. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +3 -3
  34. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +155 -129
  35. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +25 -23
  36. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/Settings/UserLanguageAndRegion/UserLanguageAndRegion.controller.js +4 -4
  39. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cdm/_Personalization/internals.js +8 -13
  45. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +6 -3
  47. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +42 -30
  48. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +112 -97
  49. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/cdm/v3/utilsCdm.js +5 -6
  58. package/src/main/js/sap/ushell/adapters/cep/MenuAdapter.js +2 -2
  59. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +10 -8
  61. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +13 -14
  63. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +162 -162
  64. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +14 -14
  65. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +2 -2
  66. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  67. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +22 -22
  68. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  69. package/src/main/js/sap/ushell/adapters/local/MenuAdapter.js +4 -4
  70. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  71. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +4 -4
  72. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  73. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +2 -2
  74. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +2 -2
  75. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  76. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  77. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +2 -2
  78. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  79. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  80. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +14 -14
  81. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +8 -13
  82. package/src/main/js/sap/ushell/api/common/ComponentInstantiation.js +5 -5
  83. package/src/main/js/sap/ushell/api/performance/Extension.js +2 -2
  84. package/src/main/js/sap/ushell/api/performance/NavigationSource.js +8 -8
  85. package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +48 -81
  86. package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +7 -35
  87. package/src/main/js/sap/ushell/appIntegration/ApplicationContainerCache.js +9 -6
  88. package/src/main/js/sap/ushell/appIntegration/IframeApplicationContainer.js +31 -7
  89. package/src/main/js/sap/ushell/appIntegration/IframeApplicationContainerRenderer.js +0 -3
  90. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/AppInfoHandler.js +8 -5
  91. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/AppStateHandler.js +1 -1
  92. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/BookmarkHandler.js +15 -11
  93. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/LifecycleHandler.js +21 -1
  94. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/MessageBrokerHandler.js +110 -17
  95. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/SessionHandler.js +20 -4
  96. package/src/main/js/sap/ushell/appIntegration/PostMessageManager.js +26 -12
  97. package/src/main/js/sap/ushell/appIntegration/UI5ApplicationContainer.js +0 -1
  98. package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +2 -23
  99. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV1Handler.js +0 -3
  100. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -3
  101. package/src/main/js/sap/ushell/appRuntime/ui5/AppCommunicationMgr.js +11 -10
  102. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +3 -3
  103. package/src/main/js/sap/ushell/appRuntime/ui5/SessionHandlerAgent.js +3 -3
  104. package/src/main/js/sap/ushell/appRuntime/ui5/libsPreload.js +2 -2
  105. package/src/main/js/sap/ushell/appRuntime/ui5/performance/FesrEnhancer.js +1 -1
  106. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/AppLifeCycleUtils.js +11 -3
  107. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/BaseRTAPluginStatus.js +9 -1
  108. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/CheckConditions.js +18 -2
  109. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/Renderer.js +6 -0
  110. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/Trigger.js +6 -0
  111. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/Component.js +2 -1
  112. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
  113. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
  114. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +3 -3
  115. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +7 -6
  116. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
  117. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +3 -3
  118. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
  119. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
  120. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +5 -3
  121. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +75 -18
  122. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
  123. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
  124. package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
  125. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  126. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
  127. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker/Client.js +114 -0
  128. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +155 -56
  129. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +2 -2
  130. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +2 -2
  131. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +17 -21
  132. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
  133. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
  134. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
  135. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
  136. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +2 -2
  137. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/ContainerAdapter.js +4 -3
  138. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  139. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/FLPLoader.js +1 -3
  140. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  141. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
  142. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent.js +21 -22
  143. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +5 -5
  144. package/src/main/js/sap/ushell/bootstrap/common/common.debug.mode.js +1 -1
  145. package/src/main/js/sap/ushell/bootstrap/common/common.load.core-min.js +14 -2
  146. package/src/main/js/sap/ushell/bootstrap/common/common.load.script.js +1 -1
  147. package/src/main/js/sap/ushell/bootstrap/common/common.read.metatags.js +2 -2
  148. package/src/main/js/sap/ushell/bootstrap/common/common.util.js +2 -2
  149. package/src/main/js/sap/ushell/bootstrap/sandbox2/sandbox.js +1 -1
  150. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  151. package/src/main/js/sap/ushell/components/CatalogsManager.js +3 -3
  152. package/src/main/js/sap/ushell/components/HomepageManager.js +120 -117
  153. package/src/main/js/sap/ushell/components/SharedComponentUtils.js +24 -13
  154. package/src/main/js/sap/ushell/components/_HomepageManager/PersistentPageOperationAdapter.js +17 -17
  155. package/src/main/js/sap/ushell/components/_HomepageManager/TransientPageOperationAdapter.js +4 -4
  156. package/src/main/js/sap/ushell/components/appfinder/AppFinder.controller.js +6 -3
  157. package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +2 -2
  158. package/src/main/js/sap/ushell/components/appfinder/CatalogView.js +3 -3
  159. package/src/main/js/sap/ushell/components/appfinder/EasyAccess.controller.js +119 -108
  160. package/src/main/js/sap/ushell/components/appfinder/HierarchyAppsView.js +2 -2
  161. package/src/main/js/sap/ushell/components/appfinder/HierarchyFolders.controller.js +17 -15
  162. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  163. package/src/main/js/sap/ushell/components/cards/Configuration.controller.js +35 -33
  164. package/src/main/js/sap/ushell/components/cards/ManifestPropertyHelper.js +6 -4
  165. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/Edition.js +2 -2
  166. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/People.js +1 -1
  167. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +6 -6
  168. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  169. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  170. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  171. package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +1 -1
  172. package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
  173. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  174. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
  175. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +29 -13
  176. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +6 -1
  177. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  178. package/src/main/js/sap/ushell/components/factsheet/factory/ThingInspector.js +2 -2
  179. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  180. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  181. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  182. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +2 -2
  183. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  184. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  185. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  186. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +2 -2
  187. package/src/main/js/sap/ushell/components/pages/controller/ImportDialog.controller.js +8 -8
  188. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +38 -29
  189. package/src/main/js/sap/ushell/components/pages/controller/PagesAndSpaceId.js +24 -15
  190. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  191. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  192. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  193. package/src/main/js/sap/ushell/components/shell/FloatingContainer/Component.js +1 -1
  194. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  195. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  196. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  197. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
  198. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  199. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +3 -3
  200. package/src/main/js/sap/ushell/components/shell/Notifications/Notifications.controller.js +9 -9
  201. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +3 -3
  202. package/src/main/js/sap/ushell/components/shell/Search/Component.js +0 -11
  203. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  204. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +3 -3
  205. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +32 -30
  206. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +19 -17
  207. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  208. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +30 -28
  209. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/Component.js +14 -18
  210. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/FrequentActivityProvider.js +3 -3
  211. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/RecentSearchProvider.js +19 -17
  212. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchProvider.js +1 -1
  213. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchServiceProvider.js +30 -28
  214. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/manifest.json +1 -1
  215. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources.properties +2 -0
  216. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ar.properties +4 -0
  217. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_bg.properties +4 -0
  218. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ca.properties +4 -0
  219. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_cnr.properties +4 -0
  220. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_cs.properties +4 -0
  221. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_cy.properties +4 -0
  222. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_da.properties +4 -0
  223. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_de.properties +4 -0
  224. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_el.properties +4 -0
  225. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_en.properties +4 -0
  226. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_en_GB.properties +4 -0
  227. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_en_US_saprigi.properties +4 -0
  228. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_es.properties +4 -0
  229. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_es_MX.properties +4 -0
  230. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_et.properties +4 -0
  231. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_fi.properties +4 -0
  232. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_fr.properties +4 -0
  233. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_fr_CA.properties +4 -0
  234. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_hi.properties +4 -0
  235. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_hr.properties +4 -0
  236. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_hu.properties +4 -0
  237. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_id.properties +4 -0
  238. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_it.properties +4 -0
  239. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_iw.properties +4 -0
  240. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ja.properties +4 -0
  241. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_kk.properties +4 -0
  242. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ko.properties +4 -0
  243. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_lt.properties +4 -0
  244. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_lv.properties +4 -0
  245. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_mk.properties +4 -0
  246. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ms.properties +4 -0
  247. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_nl.properties +4 -0
  248. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_no.properties +4 -0
  249. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_pl.properties +4 -0
  250. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_pt.properties +4 -0
  251. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_pt_PT.properties +4 -0
  252. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ro.properties +4 -0
  253. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ru.properties +4 -0
  254. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sh.properties +4 -0
  255. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sk.properties +4 -0
  256. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sl.properties +4 -0
  257. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sr.properties +4 -0
  258. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sv.properties +4 -0
  259. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_th.properties +4 -0
  260. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_tr.properties +4 -0
  261. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_uk.properties +4 -0
  262. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_vi.properties +4 -0
  263. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_zh_CN.properties +4 -0
  264. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_zh_TW.properties +4 -0
  265. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  266. package/src/main/js/sap/ushell/components/shell/Settings/UserSettings.controller.js +21 -20
  267. package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +88 -65
  268. package/src/main/js/sap/ushell/components/shell/Settings/homepage/HomepageEntry.js +6 -6
  269. package/src/main/js/sap/ushell/components/shell/Settings/notifications/NotificationsSetting.controller.js +3 -3
  270. package/src/main/js/sap/ushell/components/shell/Settings/spaces/SpacesSetting.controller.js +8 -7
  271. package/src/main/js/sap/ushell/components/shell/Settings/userAccount/UserAccountSelector.controller.js +4 -3
  272. package/src/main/js/sap/ushell/components/shell/Settings/userActivities/UserActivitiesSetting.controller.js +3 -3
  273. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/controller/UserDefaultsSetting.controller.js +2 -2
  274. package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.controller.js +5 -5
  275. package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +40 -2
  276. package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +7 -0
  277. package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
  278. package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +9 -0
  279. package/src/main/js/sap/ushell/components/shell/SideNavigation/controller/SideNavigation.controller.js +48 -59
  280. package/src/main/js/sap/ushell/components/shell/SideNavigation/interface/ListProviderAPI.js +144 -0
  281. package/src/main/js/sap/ushell/components/shell/SideNavigation/interface/NavContainer.js +82 -0
  282. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
  283. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/AllSpaces.js +2 -2
  284. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +4 -4
  285. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericFixedNavigationListProvider.js +49 -28
  286. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericNavigationListProvider.js +104 -49
  287. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/MyHome.js +2 -2
  288. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/RecentActivity.js +2 -2
  289. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Spaces.js +18 -7
  290. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/SpacesNavigationListProvider.js +11 -5
  291. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  292. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  293. package/src/main/js/sap/ushell/components/tiles/action/ActionTile.controller.js +22 -14
  294. package/src/main/js/sap/ushell/components/tiles/applauncher/StaticTile.controller.js +43 -13
  295. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/DynamicTile.controller.js +43 -13
  296. package/src/main/js/sap/ushell/components/tiles/utils.js +25 -25
  297. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  298. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  299. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  300. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  301. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  302. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  303. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  304. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  305. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  306. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  307. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  308. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  309. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  310. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  311. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  312. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Avatar.js +111 -111
  313. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Button.js +215 -145
  314. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Label.js +68 -70
  315. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItem.js +81 -78
  316. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemBase.js +40 -39
  317. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemGroup.js +146 -85
  318. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Menu.js +178 -110
  319. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +186 -144
  320. package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +519 -339
  321. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/IllustratedMessage.js +91 -90
  322. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationList.js +128 -73
  323. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +76 -71
  324. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItem.js +119 -97
  325. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItemBase.js +48 -46
  326. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/Search.js +156 -128
  327. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItem.js +68 -65
  328. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItemGroup.js +30 -29
  329. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchMessageArea.js +46 -45
  330. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchScope.js +48 -49
  331. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBar.js +373 -198
  332. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarBranding.js +71 -68
  333. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarItem.js +81 -62
  334. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSearch.js +150 -122
  335. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSpacer.js +42 -41
  336. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +190 -121
  337. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuAccount.js +76 -75
  338. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuItem.js +35 -34
  339. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +1706 -1389
  340. package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +3011 -2450
  341. package/src/main/js/sap/ushell/library.js +1 -1
  342. package/src/main/js/sap/ushell/modules/NavigationMenu/ListProvider.js +56 -0
  343. package/src/main/js/sap/ushell/modules/NavigationMenu/ListProviderAPI.js +119 -0
  344. package/src/main/js/sap/ushell/modules/NavigationMenu/NavContainer.js +60 -0
  345. package/src/main/js/sap/ushell/modules/NavigationMenu/NavigationMenuMode.js +37 -0
  346. package/src/main/js/sap/ushell/modules/NavigationMenu.js +17 -16
  347. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  348. package/src/main/js/sap/ushell/performance/FesrEnhancer.js +1 -3
  349. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  350. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  351. package/src/main/js/sap/ushell/plugins/BaseRTAPlugin.js +6 -2
  352. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  353. package/src/main/js/sap/ushell/renderer/AccessKeysHandler.js +17 -13
  354. package/src/main/js/sap/ushell/renderer/Renderer.js +12 -12
  355. package/src/main/js/sap/ushell/renderer/RendererAppContainer.js +3 -3
  356. package/src/main/js/sap/ushell/renderer/RendererManagedComponents.js +134 -140
  357. package/src/main/js/sap/ushell/renderer/Shell.controller.js +29 -22
  358. package/src/main/js/sap/ushell/renderer/Shell.view.js +2 -2
  359. package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +8 -8
  360. package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +1 -1
  361. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  362. package/src/main/js/sap/ushell/renderers/fiori2/Shell.view.js +2 -2
  363. package/src/main/js/sap/ushell/resources.js +1 -1
  364. package/src/main/js/sap/ushell/services/AllMyApps.js +1 -1
  365. package/src/main/js/sap/ushell/services/AppConfiguration.js +2 -2
  366. package/src/main/js/sap/ushell/services/AppLifeCycle.js +19 -22
  367. package/src/main/js/sap/ushell/services/AppState.js +3 -3
  368. package/src/main/js/sap/ushell/services/Bookmark.js +35 -39
  369. package/src/main/js/sap/ushell/services/BookmarkV2.js +6 -8
  370. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  371. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  372. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  373. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +5 -5
  374. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  375. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  376. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  377. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  378. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  379. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  380. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +13 -14
  381. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  382. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  383. package/src/main/js/sap/ushell/services/CommonDataModel.js +82 -78
  384. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  385. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  386. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  387. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +201 -230
  388. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  389. package/src/main/js/sap/ushell/services/EndUserFeedback.js +2 -2
  390. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  391. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  392. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +61 -57
  393. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  394. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  395. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
  396. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  397. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  398. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
  399. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
  400. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  401. package/src/main/js/sap/ushell/services/Menu.js +2 -2
  402. package/src/main/js/sap/ushell/services/Message.js +1 -1
  403. package/src/main/js/sap/ushell/services/MessageBroker/ClientAlias.js +37 -0
  404. package/src/main/js/sap/ushell/services/MessageBroker/ClientConnectionMessage.js +37 -0
  405. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +463 -642
  406. package/src/main/js/sap/ushell/services/MessageBroker.js +126 -48
  407. package/src/main/js/sap/ushell/services/MessageInternal.js +2 -2
  408. package/src/main/js/sap/ushell/services/NavTargetResolutionInternal.js +4 -4
  409. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -2
  410. package/src/main/js/sap/ushell/services/Navigation/utils.js +3 -3
  411. package/src/main/js/sap/ushell/services/Navigation.js +5 -5
  412. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +19 -10
  413. package/src/main/js/sap/ushell/services/NotificationsV2.js +151 -108
  414. package/src/main/js/sap/ushell/services/PageBuilding.js +4 -2
  415. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  416. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  417. package/src/main/js/sap/ushell/services/Pages.js +32 -32
  418. package/src/main/js/sap/ushell/services/Personalization.js +36 -32
  419. package/src/main/js/sap/ushell/services/PersonalizationV2/ContextContainer.js +6 -6
  420. package/src/main/js/sap/ushell/services/PersonalizationV2/Personalizer.js +3 -3
  421. package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapter.js +2 -2
  422. package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapterContainer.js +4 -4
  423. package/src/main/js/sap/ushell/services/PersonalizationV2/utils.js +4 -8
  424. package/src/main/js/sap/ushell/services/PersonalizationV2.js +17 -15
  425. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +3 -3
  426. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
  427. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
  428. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
  429. package/src/main/js/sap/ushell/services/PluginManager.js +22 -22
  430. package/src/main/js/sap/ushell/services/ReferenceResolver.js +2 -2
  431. package/src/main/js/sap/ushell/services/Search.js +1 -1
  432. package/src/main/js/sap/ushell/services/SearchCEP.js +3 -3
  433. package/src/main/js/sap/ushell/services/SearchableContent.js +2 -2
  434. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  435. package/src/main/js/sap/ushell/services/ShellNavigationHashChanger.js +2 -2
  436. package/src/main/js/sap/ushell/services/SmartNavigation.js +2 -3
  437. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  438. package/src/main/js/sap/ushell/services/UITracer.js +5 -5
  439. package/src/main/js/sap/ushell/services/URLParsing.js +2 -2
  440. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  441. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  442. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +15 -15
  443. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  444. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +6 -6
  445. package/src/main/js/sap/ushell/services/UserInfo.js +3 -3
  446. package/src/main/js/sap/ushell/services/UserRecents/RecentAppsUsage.js +2 -2
  447. package/src/main/js/sap/ushell/services/UserRecents/UserRecentsBase.js +6 -6
  448. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  449. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +18 -15
  450. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +3 -3
  451. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  452. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  453. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +3 -3
  454. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +2 -2
  455. package/src/main/js/sap/ushell/services/_Personalization/ContextContainer.js +10 -10
  456. package/src/main/js/sap/ushell/services/_Personalization/PersonalizationContainer.js +8 -8
  457. package/src/main/js/sap/ushell/services/_Personalization/Personalizer.js +14 -14
  458. package/src/main/js/sap/ushell/services/_Personalization/utils.js +2 -2
  459. package/src/main/js/sap/ushell/services/appstate/AppState.js +8 -8
  460. package/src/main/js/sap/ushell/services/appstate/WindowAdapter.js +3 -3
  461. package/src/main/js/sap/ushell/state/modules/BackNavigation.js +7 -24
  462. package/src/main/js/sap/ushell/state/modules/ContentDensity.js +1 -1
  463. package/src/main/js/sap/ushell/state/modules/Favicon.js +1 -1
  464. package/src/main/js/sap/ushell/state/modules/HeaderLogo.js +3 -3
  465. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  466. package/src/main/js/sap/ushell/themes/base/ActionMode.less +1 -1
  467. package/src/main/js/sap/ushell/themes/base/ToolAreaItem.less +1 -1
  468. package/src/main/js/sap/ushell/thirdparty/Avatar.js +7 -7
  469. package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +4 -4
  470. package/src/main/js/sap/ushell/thirdparty/Button2.js +9 -8
  471. package/src/main/js/sap/ushell/thirdparty/FocusableElements.js +1 -1
  472. package/src/main/js/sap/ushell/thirdparty/Icon.js +29 -31
  473. package/src/main/js/sap/ushell/thirdparty/Icons.js +121 -84
  474. package/src/main/js/sap/ushell/thirdparty/IllustratedMessage.js +7 -2
  475. package/src/main/js/sap/ushell/thirdparty/Label.js +3 -3
  476. package/src/main/js/sap/ushell/thirdparty/Link.js +5 -5
  477. package/src/main/js/sap/ushell/thirdparty/List.js +14 -17
  478. package/src/main/js/sap/ushell/thirdparty/ListItemAdditionalText.css.js +2 -2
  479. package/src/main/js/sap/ushell/thirdparty/ListItemBase.js +8 -8
  480. package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +41 -39
  481. package/src/main/js/sap/ushell/thirdparty/ListItemGroup.js +15 -18
  482. package/src/main/js/sap/ushell/thirdparty/Menu.js +8 -8
  483. package/src/main/js/sap/ushell/thirdparty/MenuItem.js +1 -1
  484. package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +16 -16
  485. package/src/main/js/sap/ushell/thirdparty/NotificationList.js +8 -8
  486. package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +14 -14
  487. package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +10 -10
  488. package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +2 -2
  489. package/src/main/js/sap/ushell/thirdparty/ResponsivePopover.js +69 -41
  490. package/src/main/js/sap/ushell/thirdparty/SearchItem.js +5 -5
  491. package/src/main/js/sap/ushell/thirdparty/SearchItemGroup.js +2 -5
  492. package/src/main/js/sap/ushell/thirdparty/SearchMessageArea.js +2 -2
  493. package/src/main/js/sap/ushell/thirdparty/ShellBar.js +58 -27
  494. package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +5 -5
  495. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch.js +1 -1
  496. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch2.js +166 -150
  497. package/src/main/js/sap/ushell/thirdparty/Tag.js +5 -5
  498. package/src/main/js/sap/ushell/thirdparty/Text.js +3 -3
  499. package/src/main/js/sap/ushell/thirdparty/Title.js +3 -3
  500. package/src/main/js/sap/ushell/thirdparty/UserMenu.js +21 -21
  501. package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +3 -3
  502. package/src/main/js/sap/ushell/thirdparty/_dynamics/InputSuggestions.js +1 -1
  503. package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +3 -3
  504. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons.js +2 -1
  505. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons2.js +2 -1
  506. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +93 -12
  507. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +6 -3
  508. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +92 -11
  509. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +6 -3
  510. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +92 -11
  511. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +6 -3
  512. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +92 -11
  513. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +6 -3
  514. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +92 -11
  515. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +6 -3
  516. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +92 -11
  517. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +6 -3
  518. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +92 -11
  519. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +6 -3
  520. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +92 -11
  521. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +7 -4
  522. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +92 -11
  523. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +6 -3
  524. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +75 -15
  525. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en4.js +12 -3
  526. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +92 -11
  527. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +6 -3
  528. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +71 -11
  529. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd4.js +6 -3
  530. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +75 -15
  531. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi4.js +12 -3
  532. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc.js +3 -174
  533. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +174 -756
  534. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +837 -585
  535. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc4.js +596 -0
  536. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +92 -11
  537. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +6 -3
  538. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +92 -11
  539. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +6 -3
  540. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +92 -11
  541. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +6 -3
  542. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +92 -11
  543. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +6 -3
  544. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +92 -11
  545. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +6 -3
  546. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +92 -11
  547. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +6 -3
  548. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +92 -11
  549. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +6 -3
  550. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +95 -14
  551. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +6 -3
  552. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +92 -11
  553. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +6 -3
  554. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +92 -11
  555. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +6 -3
  556. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +92 -11
  557. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +6 -3
  558. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +92 -11
  559. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +6 -3
  560. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +92 -11
  561. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +6 -3
  562. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +92 -11
  563. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +6 -3
  564. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +92 -11
  565. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +6 -3
  566. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +92 -11
  567. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +6 -3
  568. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +94 -13
  569. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +6 -3
  570. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +92 -11
  571. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +6 -3
  572. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +92 -11
  573. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +6 -3
  574. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +92 -11
  575. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +6 -3
  576. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +92 -11
  577. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +6 -3
  578. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +92 -11
  579. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +6 -3
  580. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +92 -11
  581. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +6 -3
  582. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +92 -11
  583. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +6 -3
  584. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +92 -11
  585. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +6 -3
  586. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +92 -11
  587. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +6 -3
  588. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +92 -11
  589. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +6 -3
  590. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +92 -11
  591. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +6 -3
  592. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +92 -11
  593. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +6 -3
  594. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +92 -11
  595. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +6 -3
  596. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +92 -11
  597. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +6 -3
  598. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +92 -11
  599. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +6 -3
  600. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +92 -11
  601. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +6 -3
  602. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +92 -11
  603. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +6 -3
  604. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +92 -11
  605. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +6 -3
  606. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +92 -11
  607. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +6 -3
  608. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +92 -11
  609. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +6 -3
  610. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
  611. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
  612. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
  613. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
  614. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
  615. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
  616. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
  617. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
  618. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
  619. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
  620. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
  621. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
  622. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
  623. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
  624. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
  625. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
  626. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css26.js +1 -1
  627. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css27.js +1 -1
  628. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css4.js +1 -1
  629. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css5.js +1 -1
  630. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css6.js +1 -1
  631. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css7.js +1 -1
  632. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css8.js +1 -1
  633. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css9.js +1 -1
  634. package/src/main/js/sap/ushell/thirdparty/information.js +10 -10
  635. package/src/main/js/sap/ushell/thirdparty/overflow.js +2 -2
  636. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +1 -1
  637. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css2.js +3 -3
  638. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css3.js +1 -1
  639. package/src/main/js/sap/ushell/thirdparty/slim-arrow-down.js +4 -4
  640. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons/AllIcons.js +2 -2
  641. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-business-suite/AllIcons.js +2 -2
  642. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-tnt/AllIcons.js +2 -2
  643. package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +68 -68
  644. package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +3 -3
  645. package/src/main/js/sap/ushell/thirdparty/webcomponents.js +7 -7
  646. package/src/main/js/sap/ushell/ui/QuickAccess.js +10 -12
  647. package/src/main/js/sap/ushell/ui/ShellHeader.js +4 -4
  648. package/src/main/js/sap/ushell/ui/appfinder/AppBoxInternal.js +3 -3
  649. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  650. package/src/main/js/sap/ushell/ui/footerbar/AboutDialog.controller.js +4 -4
  651. package/src/main/js/sap/ushell/ui/footerbar/AddBookmarkButton.js +7 -7
  652. package/src/main/js/sap/ushell/ui/footerbar/ContactSupportDialog.controller.js +1 -1
  653. package/src/main/js/sap/ushell/ui/footerbar/JamShareButton.js +4 -3
  654. package/src/main/js/sap/ushell/ui/launchpad/CatalogsContainer.js +2 -3
  655. package/src/main/js/sap/ushell/ui/launchpad/DashboardGroupsContainer.js +1 -1
  656. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +2 -2
  657. package/src/main/js/sap/ushell/ui/launchpad/LinkTileWrapperRenderer.js +2 -2
  658. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  659. package/src/main/js/sap/ushell/ui/launchpad/TileContainerUtils.js +1 -2
  660. package/src/main/js/sap/ushell/ui/launchpad/TileRenderer.js +2 -2
  661. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  662. package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +3 -2
  663. package/src/main/js/sap/ushell/ui/shell/ShellNavigationMenu.js +20 -20
  664. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  665. package/src/main/js/sap/ushell/ui/tile/TileBase.js +3 -3
  666. package/src/main/js/sap/ushell/ui/utils.js +6 -6
  667. package/src/main/js/sap/ushell/ui5service/ShellUIService.js +3 -0
  668. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  669. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  670. package/src/main/js/sap/ushell/utils/CallbackQueue.js +114 -0
  671. package/src/main/js/sap/ushell/utils/Deferred.js +3 -3
  672. package/src/main/js/sap/ushell/utils/DynamicTileRequest.js +6 -6
  673. package/src/main/js/sap/ushell/utils/HttpClient.js +68 -68
  674. package/src/main/js/sap/ushell/utils/LaunchpadError.js +21 -0
  675. package/src/main/js/sap/ushell/utils/UrlParsing.js +12 -13
  676. package/src/main/js/sap/ushell/utils/UrlShortening.js +2 -2
  677. package/src/main/js/sap/ushell/utils/WindowUtils.js +5 -3
  678. package/src/main/js/sap/ushell/utils/chipsUtils.js +7 -5
  679. package/src/main/js/sap/ushell/utils/tilecard/TileCard.js +2 -2
  680. package/src/main/js/sap/ushell/utils/tilecard/TileCardExtension.js +9 -9
  681. package/src/main/js/sap/ushell/utils/utilsCdm.js +5 -6
  682. package/src/main/js/sap/ushell/utils/workpage/DestinationResolver.js +15 -11
  683. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +18 -19
  684. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +11 -7
  685. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  686. package/src/main/js/sap/ushell/utils.js +45 -65
  687. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  688. package/ui5.yaml +37 -16
  689. package/src/main/js/sap/ushell/thirdparty/getEffectiveScrollbarStyle.js +0 -33
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview This module exposes a model containing the pages hierarchy to its clients.
5
- * @version 1.140.0
5
+ * @version 1.141.0
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/Log",
@@ -219,7 +219,7 @@ sap.ui.define([
219
219
  oCdmService = await this._oCdmServicePromise;
220
220
  } catch (oError) {
221
221
  Log.error("Pages - loadPage: Couldn't resolve CDM Service.", oError, this.COMPONENT_NAME);
222
- return Promise.reject(oError);
222
+ throw oError;
223
223
  }
224
224
 
225
225
  try {
@@ -238,7 +238,7 @@ sap.ui.define([
238
238
  return sNewPagePath;
239
239
  } catch (oError) {
240
240
  Log.error("Pages - loadPage: Failed to gather site data.", oError, this.COMPONENT_NAME);
241
- return Promise.reject(oError);
241
+ throw oError;
242
242
  }
243
243
  };
244
244
 
@@ -258,7 +258,7 @@ sap.ui.define([
258
258
  oCdmService = await this._oCdmServicePromise;
259
259
  } catch (oError) {
260
260
  Log.error("Pages - loadPages: Couldn't resolve CDM Service.", oError, this.COMPONENT_NAME);
261
- return Promise.reject(oError);
261
+ throw oError;
262
262
  }
263
263
 
264
264
  // load and cache all the pages with a single request
@@ -300,7 +300,7 @@ sap.ui.define([
300
300
  oCdmService = await this._oCdmServicePromise;
301
301
  } catch (oError) {
302
302
  Log.error("Pages - findVisualization: Personalization cannot be saved: CDM Service cannot be retrieved.", oError, this.COMPONENT_NAME);
303
- return Promise.reject(oError);
303
+ throw oError;
304
304
  }
305
305
 
306
306
  try {
@@ -331,7 +331,7 @@ sap.ui.define([
331
331
  }, []);
332
332
  } catch (oError) {
333
333
  Log.error("Pages - findVisualization: Couldn't load page, get visualizations or applications.", oError, this.COMPONENT_NAME);
334
- return Promise.reject(oError);
334
+ throw oError;
335
335
  }
336
336
  };
337
337
 
@@ -407,7 +407,7 @@ sap.ui.define([
407
407
  } catch (oError) {
408
408
  this.setPersonalizationActive(false);
409
409
  Log.error("Pages - moveVisualization: Personalization cannot be saved: CDM Service or Page cannot be retrieved.", oError, this.COMPONENT_NAME);
410
- return Promise.reject(oError);
410
+ throw oError;
411
411
  }
412
412
 
413
413
  try {
@@ -447,7 +447,7 @@ sap.ui.define([
447
447
  };
448
448
  } catch (oError) {
449
449
  this.setPersonalizationActive(false);
450
- return Promise.reject(oError);
450
+ throw oError;
451
451
  }
452
452
  };
453
453
 
@@ -485,7 +485,7 @@ sap.ui.define([
485
485
  } catch (oError) {
486
486
  this.setPersonalizationActive(false);
487
487
  Log.error("Pages - deleteVisualization: Personalization cannot be saved: CDM Service or Page cannot be retrieved.", oError, this.COMPONENT_NAME);
488
- return Promise.reject(oError);
488
+ throw oError;
489
489
  }
490
490
 
491
491
  try {
@@ -499,7 +499,7 @@ sap.ui.define([
499
499
  return await this._conditionalSavePersonalization(oPage.identification.id);
500
500
  } catch (oError) {
501
501
  this.setPersonalizationActive(false);
502
- return Promise.reject(oError);
502
+ throw oError;
503
503
  }
504
504
  };
505
505
 
@@ -629,7 +629,7 @@ sap.ui.define([
629
629
  oPage = await oCdmService.getPage(sPageId);
630
630
  } catch (oError) {
631
631
  Log.error("Pages - addVisualization: Personalization cannot be saved: Failed to get page.", oError, this.COMPONENT_NAME);
632
- return Promise.reject(oError);
632
+ throw oError;
633
633
  }
634
634
 
635
635
  const oSection = oPage.payload.sections[sSectionId || oPage.payload.layout.sectionOrder[0]];
@@ -735,7 +735,7 @@ sap.ui.define([
735
735
  } catch (oError) {
736
736
  this.setPersonalizationActive(false);
737
737
  Log.error("Pages - moveSection: Personalization cannot be saved: CDM Service or Page cannot be retrieved.", oError, this.COMPONENT_NAME);
738
- return Promise.reject(oError);
738
+ throw oError;
739
739
  }
740
740
 
741
741
  try {
@@ -747,7 +747,7 @@ sap.ui.define([
747
747
  return await this._conditionalSavePersonalization(sPageId);
748
748
  } catch (oError) {
749
749
  this.setPersonalizationActive(false);
750
- return Promise.reject(oError);
750
+ throw oError;
751
751
  }
752
752
  };
753
753
 
@@ -792,7 +792,7 @@ sap.ui.define([
792
792
  } catch (oError) {
793
793
  this.setPersonalizationActive(false);
794
794
  Log.error("Pages - addSection: Personalization cannot be saved: CDM Service or Page cannot be retrieved.", oError, this.COMPONENT_NAME);
795
- return Promise.reject(oError);
795
+ throw oError;
796
796
  }
797
797
 
798
798
  try {
@@ -835,7 +835,7 @@ sap.ui.define([
835
835
  return await this._conditionalSavePersonalization(sPageId);
836
836
  } catch (oError) {
837
837
  this.setPersonalizationActive(false);
838
- return Promise.reject(oError);
838
+ throw oError;
839
839
  }
840
840
  };
841
841
 
@@ -867,7 +867,7 @@ sap.ui.define([
867
867
  } catch (oError) {
868
868
  this.setPersonalizationActive(false);
869
869
  Log.error("Pages - deleteSection: Personalization cannot be saved: CDM Service or Page cannot be retrieved.", oError, this.COMPONENT_NAME);
870
- return Promise.reject(oError);
870
+ throw oError;
871
871
  }
872
872
 
873
873
  try {
@@ -876,7 +876,7 @@ sap.ui.define([
876
876
  return await this._conditionalSavePersonalization(sPageId);
877
877
  } catch (oError) {
878
878
  this.setPersonalizationActive(false);
879
- return Promise.reject(oError);
879
+ throw oError;
880
880
  }
881
881
  };
882
882
 
@@ -914,7 +914,7 @@ sap.ui.define([
914
914
  } catch (oError) {
915
915
  this.setPersonalizationActive(false);
916
916
  Log.error("Pages - setSectionVisibility: Personalization cannot be saved: CDM Service or Page cannot be retrieved.", oError, this.COMPONENT_NAME);
917
- return Promise.reject(oError);
917
+ throw oError;
918
918
  }
919
919
 
920
920
  try {
@@ -922,7 +922,7 @@ sap.ui.define([
922
922
  return await this._conditionalSavePersonalization(sPageId);
923
923
  } catch (oError) {
924
924
  this.setPersonalizationActive(false);
925
- return Promise.reject(oError);
925
+ throw oError;
926
926
  }
927
927
  };
928
928
 
@@ -953,7 +953,7 @@ sap.ui.define([
953
953
  } catch (oError) {
954
954
  this.setPersonalizationActive(false);
955
955
  Log.error("Pages - renameSection: Personalization cannot be saved: CDM Service or Page cannot be retrieved.", oError, this.COMPONENT_NAME);
956
- return Promise.reject(oError);
956
+ throw oError;
957
957
  }
958
958
 
959
959
  try {
@@ -961,7 +961,7 @@ sap.ui.define([
961
961
  return await this._conditionalSavePersonalization(oPage.identification.id);
962
962
  } catch (oError) {
963
963
  this.setPersonalizationActive(false);
964
- return Promise.reject(oError);
964
+ throw oError;
965
965
  }
966
966
  };
967
967
 
@@ -998,7 +998,7 @@ sap.ui.define([
998
998
  } catch (oError) {
999
999
  this.setPersonalizationActive(false);
1000
1000
  Log.error("Pages - resetSection: Personalization cannot be saved: Failed to gather data from CDM Service.", oError, this.COMPONENT_NAME);
1001
- return Promise.reject(oError);
1001
+ throw oError;
1002
1002
  }
1003
1003
 
1004
1004
  try {
@@ -1041,7 +1041,7 @@ sap.ui.define([
1041
1041
  return await this._conditionalSavePersonalization(oCdmPage.identification.id);
1042
1042
  } catch (oError) {
1043
1043
  this.setPersonalizationActive(false);
1044
- return Promise.reject(oError);
1044
+ throw oError;
1045
1045
  }
1046
1046
  };
1047
1047
 
@@ -1076,7 +1076,7 @@ sap.ui.define([
1076
1076
  } catch (oError) {
1077
1077
  this.setPersonalizationActive(false);
1078
1078
  Log.error("Pages - resetPage: Personalization cannot be saved: Failed to gather data from CDM Service.", oError, this.COMPONENT_NAME);
1079
- return Promise.reject(oError);
1079
+ throw oError;
1080
1080
  }
1081
1081
 
1082
1082
  try {
@@ -1088,7 +1088,7 @@ sap.ui.define([
1088
1088
  return await this._conditionalSavePersonalization(oCdmPage.identification.id);
1089
1089
  } catch (oError) {
1090
1090
  this.setPersonalizationActive(false);
1091
- return Promise.reject(oError);
1091
+ throw oError;
1092
1092
  }
1093
1093
  };
1094
1094
 
@@ -1140,20 +1140,20 @@ sap.ui.define([
1140
1140
  this._aPagesToBeSaved.splice(iIndex, 1);
1141
1141
 
1142
1142
  return new Promise((resolve, reject) => {
1143
- oCdmService.save(sPage).then(resolve, reject);
1143
+ oCdmService.save(sPage).then(resolve).catch(reject);
1144
1144
  }).catch((oError) => {
1145
1145
  // Add page back to list because it wasn't saved
1146
1146
  if (this._aPagesToBeSaved.indexOf(sPage) === -1) {
1147
1147
  this._aPagesToBeSaved.push(sPage);
1148
1148
  }
1149
- return Promise.reject(oError);
1149
+ throw oError;
1150
1150
  });
1151
1151
  }));
1152
1152
 
1153
1153
  this._bDirtyState = false;
1154
1154
  } catch (oError) {
1155
1155
  Log.error("Pages - savePersonalization: Personalization cannot be saved: CDM Service cannot be retrieved or the save process encountered an error.", oError, this.COMPONENT_NAME);
1156
- return Promise.reject(oError);
1156
+ throw oError;
1157
1157
  }
1158
1158
  };
1159
1159
 
@@ -1651,11 +1651,11 @@ sap.ui.define([
1651
1651
  Pages.prototype.updateBookmarks = async function (oIdentifier, oParameters) {
1652
1652
  if (!oIdentifier || !oIdentifier.url || typeof oIdentifier.url !== "string") {
1653
1653
  Log.error("Fail to update bookmark. No valid URL");
1654
- return Promise.reject("Invalid URL provided");
1654
+ throw new Error("Invalid URL provided");
1655
1655
  }
1656
1656
  if (!oParameters || typeof oParameters !== "object") {
1657
1657
  Log.error(`Fail to update bookmark. No valid parameters, URL is: ${oIdentifier.url}`);
1658
- return Promise.reject("Missing parameters");
1658
+ throw new Error("Missing parameters");
1659
1659
  }
1660
1660
  let iUpdateCounter = 0;
1661
1661
  const aResult = await Promise.all([
@@ -1830,7 +1830,7 @@ sap.ui.define([
1830
1830
  } catch (oError) {
1831
1831
  this.setPersonalizationActive(false);
1832
1832
  Log.error("Pages - updateVisualization: Personalization cannot be saved: CDM Service or Page cannot be retrieved.", oError, this.COMPONENT_NAME);
1833
- return Promise.reject(oError);
1833
+ throw oError;
1834
1834
  }
1835
1835
 
1836
1836
  try {
@@ -1844,7 +1844,7 @@ sap.ui.define([
1844
1844
  return await this._conditionalSavePersonalization(oPage.identification.id);
1845
1845
  } catch (oError) {
1846
1846
  this.setPersonalizationActive(false);
1847
- return Promise.reject(oError);
1847
+ throw oError;
1848
1848
  }
1849
1849
  };
1850
1850
 
@@ -4,7 +4,7 @@
4
4
  * @fileOverview The Unified Shell's personalization service, which provides generic read and write access to the currently logged on user's
5
5
  * personalization settings for the app currently executed in the shell.
6
6
  *
7
- * @version 1.140.0
7
+ * @version 1.141.0
8
8
  * @deprecated since 1.120. Please use {@link sap.ushell.services.PersonalizationV2} instead.
9
9
  */
10
10
  sap.ui.define([
@@ -411,32 +411,34 @@ sap.ui.define([
411
411
 
412
412
  const oChosenAdapter = personalizationUtils.pickAdapter(oScope, oTransientAdapter, oPersistentAdapter);
413
413
 
414
- personalizationUtils.loadAdapter(oChosenAdapter).then((oLoadedAdapter) => {
415
- let oLoadPromise;
416
- const oContextContainer = new ContextContainer(this, oLoadedAdapter, sPrefixedContainerKey, oAdjustedScope, oComponent);
414
+ personalizationUtils.loadAdapter(oChosenAdapter)
415
+ .then((oLoadedAdapter) => {
416
+ let oLoadPromise;
417
+ const oContextContainer = new ContextContainer(this, oLoadedAdapter, sPrefixedContainerKey, oAdjustedScope, oComponent);
417
418
 
418
- // Historically, a sequence getContainer / load was always called.
419
+ // Historically, a sequence getContainer / load was always called.
419
420
 
420
- // If an adapter supports returning an initialized container without requiring an subsequent load, it can set the flag
421
- // supportsGetWithoutSubsequentLoad and the load call will be omitted in case an empty container is required.
422
- const bSupportsGetWithoutSubsequentLoad = (oLoadedAdapter && oLoadedAdapter.supportsGetWithoutSubsequentLoad === true);
421
+ // If an adapter supports returning an initialized container without requiring an subsequent load, it can set the flag
422
+ // supportsGetWithoutSubsequentLoad and the load call will be omitted in case an empty container is required.
423
+ const bSupportsGetWithoutSubsequentLoad = (oLoadedAdapter && oLoadedAdapter.supportsGetWithoutSubsequentLoad === true);
423
424
 
424
- if (bCreateEmpty && bSupportsGetWithoutSubsequentLoad) {
425
- oLoadPromise = new jQuery.Deferred();
426
- oLoadPromise.resolve(oContextContainer);
427
- } else {
428
- oLoadPromise = oContextContainer.load();
429
- }
430
-
431
- oLoadPromise.fail(() => {
432
- oDeferred.reject();
433
- }).done(() => {
434
- if (bCreateEmpty || oContextContainer._isExpired()) {
435
- oContextContainer.clear();
425
+ if (bCreateEmpty && bSupportsGetWithoutSubsequentLoad) {
426
+ oLoadPromise = new jQuery.Deferred();
427
+ oLoadPromise.resolve(oContextContainer);
428
+ } else {
429
+ oLoadPromise = oContextContainer.load();
436
430
  }
437
- oDeferred.resolve(oContextContainer);
438
- });
439
- }, oDeferred.reject);
431
+
432
+ oLoadPromise.fail((oError) => {
433
+ oDeferred.reject(oError);
434
+ }).done(() => {
435
+ if (bCreateEmpty || oContextContainer._isExpired()) {
436
+ oContextContainer.clear();
437
+ }
438
+ oDeferred.resolve(oContextContainer);
439
+ });
440
+ })
441
+ .catch(oDeferred.reject);
440
442
 
441
443
  return oDeferred.promise();
442
444
  };
@@ -469,9 +471,9 @@ sap.ui.define([
469
471
  const oPrior = this._pendingContainerOperations_cancelAddNext(sContainerKey, null);
470
472
  oPrior.always(() => {
471
473
  this.getContainer(sContainerKey, oScope) // delays to oPrior! registers a new op!
472
- .fail(() => {
474
+ .fail((oError) => {
473
475
  this._pendingContainerOperations_cancelAddNext(sContainerKey, oDeferred); // reinstall oPrior (!)
474
- oDeferred.reject();
476
+ oDeferred.reject(oError);
475
477
  })
476
478
  .done((/* oContainer */) => {
477
479
  // install the "latest" deferred
@@ -481,11 +483,13 @@ sap.ui.define([
481
483
  ? this._oAdapterWindowOnly
482
484
  : this._oAdapterWithBackendAdapter;
483
485
 
484
- personalizationUtils.loadAdapter(oAdapter).then((oLoadedAdapter) => {
485
- oLoadedAdapter.delAdapterContainer(sPrefixedContainerKey, oScope)
486
- .fail(oDeferred.reject)
487
- .done(oDeferred.resolve);
488
- }, oDeferred.reject);
486
+ personalizationUtils.loadAdapter(oAdapter)
487
+ .then((oLoadedAdapter) => {
488
+ oLoadedAdapter.delAdapterContainer(sPrefixedContainerKey, oScope)
489
+ .fail(oDeferred.reject)
490
+ .done(oDeferred.resolve);
491
+ })
492
+ .catch(oDeferred.reject);
489
493
  });
490
494
  });
491
495
  return oDeferred.promise();
@@ -668,7 +672,7 @@ sap.ui.define([
668
672
  if (bIsSupported) {
669
673
  return oAdapter.resetEntirePersonalization();
670
674
  }
671
- return Promise.reject();
675
+ throw new Error("Reset entire personalization is not supported");
672
676
  };
673
677
 
674
678
  /**
@@ -695,7 +699,7 @@ sap.ui.define([
695
699
  return bIsSupported;
696
700
  } catch (oError) {
697
701
  Log.error(`isResetEntirePersonalizationSupported failed with error: ${oError.toString()}`);
698
- return Promise.reject(oError);
702
+ throw oError;
699
703
  }
700
704
  }
701
705
 
@@ -109,9 +109,9 @@ sap.ui.define([
109
109
  const that = this;
110
110
  oPrior.always(() => {
111
111
  that._oAdapterContainer.load()
112
- .fail(() => {
112
+ .fail((oError) => {
113
113
  // TODO
114
- oDeferred.reject();
114
+ oDeferred.reject(oError);
115
115
  })
116
116
  .done(() => {
117
117
  that._copyFromAdapter();
@@ -216,10 +216,10 @@ sap.ui.define([
216
216
  oPrior.always(() => {
217
217
  try {
218
218
  that._oAdapterContainer.save() // promise
219
- .fail(() => { oSaveDeferred.reject(); })
219
+ .fail((oError) => { oSaveDeferred.reject(oError); })
220
220
  .done(() => { oSaveDeferred.resolve(); });
221
- } catch (e) {
222
- oSaveDeferred.reject();
221
+ } catch (oError) {
222
+ oSaveDeferred.reject(oError);
223
223
  }
224
224
  });
225
225
  }
@@ -243,7 +243,7 @@ sap.ui.define([
243
243
  const oSaveDeferred = new jQuery.Deferred();
244
244
  const oPrior = this._oService._pendingContainerOperations_flushAddNext(this._sContainerKey, oSaveDeferred);
245
245
  oPrior
246
- .fail(() => { oSaveDeferred.reject(); })
246
+ .fail((oError) => { oSaveDeferred.reject(oError); })
247
247
  .done(() => { oSaveDeferred.resolve(); });
248
248
  return ushellUtils.promisify(oSaveDeferred.promise());
249
249
  };
@@ -79,7 +79,7 @@ sap.ui.define([
79
79
  })
80
80
  .catch((oError)=> {
81
81
  Log.error(`Failed to get personalization data for Personalizer container: ${this._sPersContainer}`, oError);
82
- return Promise.reject();
82
+ throw oError;
83
83
  });
84
84
  };
85
85
 
@@ -100,7 +100,7 @@ sap.ui.define([
100
100
  })
101
101
  .catch((oError)=> {
102
102
  Log.error(`Failed to get personalization data for Personalizer container: ${this._sPersContainer}`, oError);
103
- return Promise.reject();
103
+ throw oError;
104
104
  });
105
105
  };
106
106
  /**
@@ -119,7 +119,7 @@ sap.ui.define([
119
119
  })
120
120
  .catch((oError)=> {
121
121
  Log.error(`Fail to delete Personalization data for Personalizer container: ${this._sPersContainer}`, oError);
122
- return Promise.reject();
122
+ throw oError;
123
123
  });
124
124
  };
125
125
 
@@ -57,8 +57,8 @@ sap.ui.define([
57
57
  .done(() => {
58
58
  oDeferred.resolve();
59
59
  })
60
- .fail((sMsg) => {
61
- oDeferred.reject(sMsg);
60
+ .fail((oError) => {
61
+ oDeferred.reject(oError);
62
62
  });
63
63
  } else {
64
64
  oDeferred.resolve();
@@ -77,8 +77,8 @@ sap.ui.define([
77
77
  // store immediately in the window variable so that the second load is satisfied from the window
78
78
  this.WindowAdapter.prototype.data[that._sContainerKey] = personalizationUtils.clone(that._oItemMap.entries);
79
79
  oDeferred.resolve();
80
- }).fail((sMsg) => {
81
- oDeferred.reject(sMsg);
80
+ }).fail((oError) => {
81
+ oDeferred.reject(oError);
82
82
  });
83
83
  } else {
84
84
  this.WindowAdapter.prototype.data[this._sContainerKey] = {};
@@ -100,8 +100,8 @@ sap.ui.define([
100
100
  if (this._oBackendContainer) {
101
101
  this._oBackendContainer.save().done(() => {
102
102
  oDeferred.resolve();
103
- }).fail((sMsg) => {
104
- oDeferred.reject(sMsg);
103
+ }).fail((oError) => {
104
+ oDeferred.reject(oError);
105
105
  });
106
106
  } else {
107
107
  oDeferred.resolve();
@@ -137,16 +137,12 @@ sap.ui.define([
137
137
  * @since 1.120.0
138
138
  * @private
139
139
  */
140
- function loadAdapter (oAdapter) {
140
+ async function loadAdapter (oAdapter) {
141
141
  if (!oAdapter.lazy) {
142
142
  return ushellUtils.promisify(jQuery.when(oAdapter.instance));
143
143
  }
144
144
 
145
- try {
146
- return ushellUtils.promisify(oAdapter.create.call(null));
147
- } catch (oError) {
148
- return Promise.reject(oError);
149
- }
145
+ return ushellUtils.promisify(oAdapter.create.call(null));
150
146
  }
151
147
 
152
148
  /**
@@ -197,7 +193,7 @@ sap.ui.define([
197
193
  }
198
194
  try {
199
195
  return JSON.parse(sJson);
200
- } catch (e) {
196
+ } catch {
201
197
  return undefined;
202
198
  }
203
199
  }
@@ -216,7 +212,7 @@ sap.ui.define([
216
212
  }
217
213
  try {
218
214
  return JSON.parse(JSON.stringify(oObject));
219
- } catch (e) {
215
+ } catch {
220
216
  return undefined;
221
217
  }
222
218
  }
@@ -4,7 +4,7 @@
4
4
  * @fileOverview The Unified Shell's personalization service, which provides generic read and write access to the currently logged on user's
5
5
  * personalization settings for the app currently executed in the shell.
6
6
  *
7
- * @version 1.140.0
7
+ * @version 1.141.0
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/base/Log",
@@ -480,22 +480,24 @@ sap.ui.define([
480
480
  ? this._oAdapterWindowOnly
481
481
  : this._oAdapterWithBackendAdapter;
482
482
 
483
- personalizationUtils.loadAdapter(oAdapter).then((oLoadedAdapter) => {
484
- oLoadedAdapter.delAdapterContainer(sPrefixedContainerKey, oScope)
485
- .fail((oError) => {
486
- Log.error("Delete failed", oError);
487
- oDeferred.reject();
488
- })
489
- .done(oDeferred.resolve);
490
- }, (oError) => {
491
- Log.error("Delete failed", oError);
492
- oDeferred.reject();
493
- });
483
+ personalizationUtils.loadAdapter(oAdapter)
484
+ .then((oLoadedAdapter) => {
485
+ oLoadedAdapter.delAdapterContainer(sPrefixedContainerKey, oScope)
486
+ .fail((oError) => {
487
+ Log.error("Delete failed", oError);
488
+ oDeferred.reject(oError);
489
+ })
490
+ .done(oDeferred.resolve);
491
+ })
492
+ .catch((oError) => {
493
+ Log.error("Delete failed", oError);
494
+ oDeferred.reject(oError);
495
+ });
494
496
  })
495
497
  .catch((oError) => {
496
498
  Log.error("Delete failed", oError);
497
499
  this._pendingContainerOperations_cancelAddNext(sContainerKey, oDeferred); // reinstall oPrior (!)
498
- oDeferred.reject();
500
+ oDeferred.reject(oError);
499
501
  });
500
502
  });
501
503
  return ushellUtils.promisify(oDeferred.promise());
@@ -595,7 +597,7 @@ sap.ui.define([
595
597
  if (bIsSupported) {
596
598
  return oAdapter.resetEntirePersonalization();
597
599
  }
598
- return Promise.reject();
600
+ throw new Error("Reset entire personalization is not supported");
599
601
  };
600
602
 
601
603
  /**
@@ -623,7 +625,7 @@ sap.ui.define([
623
625
  return bIsSupported;
624
626
  } catch (oError) {
625
627
  Log.error("isResetEntirePersonalizationSupported failed with error:", oError);
626
- return Promise.reject(oError);
628
+ throw oError;
627
629
  }
628
630
  }
629
631
 
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @fileOverview The extensions which plugins can use to customise the launchpad
4
4
  *
5
- * @version 1.140.0
5
+ * @version 1.141.0
6
6
  * @private
7
7
  */
8
8
  sap.ui.define([
@@ -46,10 +46,10 @@ sap.ui.define([
46
46
  Menu: getMenuExtensions
47
47
  };
48
48
 
49
- function getExtensions (sPluginName, sExtensionName) {
49
+ async function getExtensions (sPluginName, sExtensionName) {
50
50
  const fnExtensionFactory = O_AVAILABLE_EXTENSIONS[sExtensionName];
51
51
  if (!fnExtensionFactory) {
52
- return Promise.reject(`Unsupported extension: '${sExtensionName}'`);
52
+ throw new Error(`Unsupported extension: '${sExtensionName}'`);
53
53
  }
54
54
  return fnExtensionFactory(sPluginName);
55
55
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The extensions for the ShellHeader
5
- * @version 1.140.0
5
+ * @version 1.141.0
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/EventHub"
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The extensions for the MenuBar, an interface to let plugins request menu entry providers.
5
5
  *
6
- * @version 1.140.0
6
+ * @version 1.141.0
7
7
  */
8
8
  sap.ui.define(["sap/ushell/Container"], (Container) => {
9
9
  "use strict";
@@ -4,7 +4,7 @@
4
4
  * This allows to enter simple postfix expressions and to test if an id complies with the expression.
5
5
  * It can replace unsafe regular expressions that are vulnerable to ReDoS attacks.
6
6
  *
7
- * @version 1.140.0
7
+ * @version 1.141.0
8
8
  */
9
9
 
10
10
  sap.ui.define([], () => {