@sapui5/sap.ushell 1.136.2 → 1.136.4

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 (464) 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/wcfResolution.js +37 -32
  4. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  5. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  6. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  7. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  8. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  9. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
  10. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
  11. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
  12. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
  13. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
  14. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  15. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  16. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  17. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  18. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  19. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  20. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/Settings/UserLanguageAndRegion/UserLanguageAndRegion.controller.js +57 -53
  26. package/src/main/js/sap/ushell/adapters/cdm/Settings/UserLanguageAndRegion/UserLanguageAndRegion.view.xml +5 -2
  27. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  64. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  65. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  66. package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +97 -50
  67. package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +1 -1
  68. package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +6 -6
  69. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -1
  70. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
  71. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
  72. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
  73. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
  74. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
  75. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
  76. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
  77. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
  78. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +1 -1
  79. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
  80. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
  81. package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
  82. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  83. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
  84. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
  85. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
  86. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
  87. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
  88. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
  89. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
  90. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
  91. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
  92. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
  93. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  94. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  95. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
  96. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  97. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +10 -6
  98. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  99. package/src/main/js/sap/ushell/components/appfinder/AppFinder.controller.js +1 -1
  100. package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +17 -26
  101. package/src/main/js/sap/ushell/components/appfinder/HierarchyApps.controller.js +1 -9
  102. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  103. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cs.properties +1 -1
  104. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hu.properties +1 -1
  105. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_vi.properties +1 -1
  106. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
  107. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  108. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  109. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  110. package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +1 -1
  111. package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
  112. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  113. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
  114. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
  115. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  116. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  117. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  118. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +12 -3
  119. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  120. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  121. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  122. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  123. package/src/main/js/sap/ushell/components/pages/Component.js +3 -28
  124. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  125. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +28 -12
  126. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  127. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  128. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  129. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  130. package/src/main/js/sap/ushell/components/shell/MenuBar/Component.js +3 -26
  131. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  132. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  133. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
  134. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  135. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +5 -2
  136. package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsList.controller.js +1 -1
  137. package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +44 -13
  138. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  139. package/src/main/js/sap/ushell/components/shell/Search/ESearch.js +0 -3
  140. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  141. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  142. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  143. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  144. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  145. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  146. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +32 -12
  147. package/src/main/js/sap/ushell/components/shell/Settings/userActivities/UserActivitiesSetting.controller.js +8 -22
  148. package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +10 -17
  149. package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +1 -11
  150. package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
  151. package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +19 -9
  152. package/src/main/js/sap/ushell/components/shell/SideNavigation/fragment/Popover.fragment.xml +2 -2
  153. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
  154. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +1 -1
  155. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  156. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  157. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  158. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  159. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  160. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  161. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  162. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  163. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  164. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  165. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  166. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  167. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  168. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ms.properties +1 -1
  169. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  170. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  171. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  172. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  173. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Avatar.js +7 -1
  174. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +10 -0
  175. package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +1 -1
  176. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBar.js +5 -0
  177. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarBranding.js +76 -0
  178. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +83 -1
  179. package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +80 -2
  180. package/src/main/js/sap/ushell/library.js +1 -1
  181. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  182. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  183. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  184. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  185. package/src/main/js/sap/ushell/renderer/AccessKeysHandler.js +12 -8
  186. package/src/main/js/sap/ushell/renderer/Renderer.js +26 -7
  187. package/src/main/js/sap/ushell/renderer/Shell.controller.js +19 -20
  188. package/src/main/js/sap/ushell/renderer/Shell.view.js +6 -3
  189. package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +6 -6
  190. package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +1 -1
  191. package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +2 -2
  192. package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +2 -2
  193. package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +1 -1
  194. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  195. package/src/main/js/sap/ushell/services/AppLifeCycle.js +4 -2
  196. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  197. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  198. package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
  199. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  200. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  201. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  202. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  203. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  204. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  205. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  206. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  207. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  208. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  209. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  210. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  211. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  212. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  213. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  214. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  215. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  216. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  217. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  218. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  219. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  220. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
  221. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  222. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  223. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
  224. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  225. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  226. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
  227. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
  228. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  229. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  230. package/src/main/js/sap/ushell/services/Message.js +1 -1
  231. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +1 -1
  232. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  233. package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
  234. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
  235. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  236. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  237. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  238. package/src/main/js/sap/ushell/services/NotificationsV2.js +14 -1
  239. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  240. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  241. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  242. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  243. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  244. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  245. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
  246. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
  247. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
  248. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
  249. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  250. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  251. package/src/main/js/sap/ushell/services/Search.js +1 -1
  252. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  253. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  254. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  255. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  256. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  257. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  258. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  259. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  260. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  261. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  262. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  263. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  264. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  265. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  266. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  267. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  268. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  269. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  270. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  271. package/src/main/js/sap/ushell/state/BackNavigation.js +1 -1
  272. package/src/main/js/sap/ushell/state/ContentDensity.js +12 -1
  273. package/src/main/js/sap/ushell/state/Favicon.js +1 -1
  274. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  275. package/src/main/js/sap/ushell/themes/base/ShellBar.less +2 -1
  276. package/src/main/js/sap/ushell/themes/base/ShellHeader.less +1 -1
  277. package/src/main/js/sap/ushell/themes/base/ToolAreaItem.less +1 -0
  278. package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellBar.less +9 -0
  279. package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellHeader.less +6 -0
  280. package/src/main/js/sap/ushell/themes/sap_fiori_3/library.source.less +1 -0
  281. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/ShellBar.less +9 -0
  282. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/library.source.less +1 -0
  283. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/ShellBar.less +9 -0
  284. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/library.source.less +1 -0
  285. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/ShellBar.less +9 -0
  286. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/library.source.less +1 -0
  287. package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellHeader.less +1 -1
  288. package/src/main/js/sap/ushell/thirdparty/Avatar.js +83 -16
  289. package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +24 -15
  290. package/src/main/js/sap/ushell/thirdparty/Button.js +1 -1
  291. package/src/main/js/sap/ushell/thirdparty/Button2.js +32 -13
  292. package/src/main/js/sap/ushell/thirdparty/Icon.js +11 -11
  293. package/src/main/js/sap/ushell/thirdparty/Icons.js +69 -68
  294. package/src/main/js/sap/ushell/thirdparty/Label.js +4 -4
  295. package/src/main/js/sap/ushell/thirdparty/Link.js +10 -9
  296. package/src/main/js/sap/ushell/thirdparty/List.js +28 -25
  297. package/src/main/js/sap/ushell/thirdparty/Menu.js +70 -81
  298. package/src/main/js/sap/ushell/thirdparty/MenuItem.js +1 -1
  299. package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +348 -40
  300. package/src/main/js/sap/ushell/thirdparty/NotificationList.js +5 -5
  301. package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +15 -15
  302. package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +24 -24
  303. package/src/main/js/sap/ushell/thirdparty/{ListItemTemplate.js → ResponsivePopover.js} +2969 -2797
  304. package/src/main/js/sap/ushell/thirdparty/ShellBar.js +157 -112
  305. package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +119 -0
  306. package/src/main/js/sap/ushell/thirdparty/Tag.js +14 -14
  307. package/src/main/js/sap/ushell/thirdparty/Text.js +9 -9
  308. package/src/main/js/sap/ushell/thirdparty/UserMenu.js +55 -54
  309. package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +5 -5
  310. package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +7 -7
  311. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +39 -0
  312. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +26 -8
  313. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +40 -1
  314. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +26 -8
  315. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +41 -2
  316. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +27 -9
  317. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +39 -0
  318. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +25 -7
  319. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +39 -0
  320. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +25 -7
  321. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +39 -0
  322. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +26 -8
  323. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +39 -0
  324. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +25 -7
  325. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +39 -0
  326. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +26 -8
  327. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +39 -0
  328. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +25 -7
  329. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +45 -0
  330. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +26 -8
  331. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +39 -0
  332. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +26 -8
  333. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +39 -0
  334. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +26 -8
  335. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +45 -0
  336. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +23 -8
  337. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +39 -0
  338. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +26 -8
  339. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +42 -3
  340. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +27 -9
  341. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +42 -3
  342. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +28 -10
  343. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +39 -0
  344. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +25 -7
  345. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +39 -0
  346. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +25 -7
  347. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +39 -0
  348. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +26 -8
  349. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +39 -0
  350. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +25 -7
  351. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +39 -0
  352. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +25 -7
  353. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +39 -0
  354. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +25 -7
  355. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +39 -0
  356. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +25 -7
  357. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +39 -0
  358. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +26 -8
  359. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +43 -4
  360. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +29 -11
  361. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +39 -0
  362. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +27 -9
  363. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +39 -0
  364. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +26 -8
  365. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +39 -0
  366. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +26 -8
  367. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +39 -0
  368. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +25 -7
  369. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +39 -0
  370. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +25 -7
  371. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +39 -0
  372. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +27 -9
  373. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +40 -1
  374. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +25 -7
  375. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +40 -1
  376. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +27 -9
  377. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +39 -0
  378. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +25 -7
  379. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +39 -0
  380. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +26 -8
  381. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +39 -0
  382. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +26 -8
  383. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +39 -0
  384. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +25 -7
  385. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +39 -0
  386. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +26 -8
  387. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +39 -0
  388. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +25 -7
  389. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +39 -0
  390. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +25 -7
  391. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +39 -0
  392. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +25 -7
  393. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +39 -0
  394. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +25 -7
  395. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +41 -2
  396. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +26 -8
  397. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +39 -0
  398. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +25 -7
  399. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +39 -0
  400. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +26 -8
  401. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +39 -0
  402. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +25 -7
  403. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +39 -0
  404. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +25 -7
  405. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +40 -1
  406. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +25 -7
  407. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +39 -0
  408. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +26 -8
  409. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +39 -0
  410. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +26 -8
  411. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +41 -2
  412. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +25 -7
  413. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
  414. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
  415. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
  416. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
  417. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
  418. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
  419. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
  420. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
  421. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
  422. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
  423. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
  424. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
  425. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
  426. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
  427. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
  428. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
  429. package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +109 -149
  430. package/src/main/js/sap/ushell/thirdparty/information.js +10 -10
  431. package/src/main/js/sap/ushell/thirdparty/overflow.js +2 -2
  432. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +1 -1
  433. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css26.js +44 -0
  434. package/src/main/js/sap/ushell/thirdparty/toLowercaseEnumValue.js +3 -0
  435. package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +13 -13
  436. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  437. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  438. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  439. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  440. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +5 -2
  441. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  442. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  443. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  444. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  445. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
  446. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
  447. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  448. package/src/main/js/sap/ushell/utils.js +25 -0
  449. package/src/test/js/sap/ushell/bootstrap/sandbox.js +8 -4
  450. package/src/main/js/sap/ushell/gen/ui5/webcomponents/Avatar.js +0 -4
  451. package/src/main/js/sap/ushell/gen/ui5/webcomponents/Button.js +0 -4
  452. package/src/main/js/sap/ushell/gen/ui5/webcomponents/Label.js +0 -4
  453. package/src/main/js/sap/ushell/gen/ui5/webcomponents/Menu.js +0 -4
  454. package/src/main/js/sap/ushell/gen/ui5/webcomponents/MenuItem.js +0 -4
  455. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/NotificationList.js +0 -4
  456. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/NotificationListGroupItem.js +0 -4
  457. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/NotificationListItem.js +0 -4
  458. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/ShellBar.js +0 -4
  459. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/ShellBarItem.js +0 -4
  460. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/ShellBarSpacer.js +0 -4
  461. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/UserMenu.js +0 -4
  462. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/UserMenuAccount.js +0 -4
  463. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/UserMenuItem.js +0 -4
  464. package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +0 -95
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  NotificationsEntry,
34
34
  UserDefaultsEntry,
35
35
  ShellHeadItem,
36
- Utils,
36
+ ushellUtils,
37
37
  Container,
38
38
  StateManager
39
39
  ) {
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  return UIComponent.extend("sap.ushell.components.shell.Settings.Component", {
48
48
 
49
49
  metadata: {
50
- version: "1.136.2",
50
+ version: "1.136.4",
51
51
  library: "sap.ushell",
52
52
  dependencies: {
53
53
  libs: {
@@ -66,10 +66,13 @@ sap.ui.define([
66
66
  */
67
67
  init: function () {
68
68
  UIComponent.prototype.init.apply(this, arguments);
69
+ this._aInitPromises = [];
69
70
  var oShellConfig = Container.getRendererInternal("fiori2").getShellConfig();
70
71
 
71
72
  if (oShellConfig.moveUserSettingsActionToShellHeader) {
72
- this.oSettingsBtn = this._addUserSettingsButton();
73
+ this._aInitPromises.push(this._addUserSettingsButton().then((oUserSettingsButton) => {
74
+ this.oSettingsBtn = oUserSettingsButton;
75
+ }));
73
76
  }
74
77
 
75
78
  this._addStandardEntityToConfig(); // Standard entities
@@ -79,6 +82,8 @@ sap.ui.define([
79
82
  }
80
83
 
81
84
  aDoables.push(EventHub.on("openUserSettings").do(this._openUserSettings.bind(this)));
85
+
86
+ this._pInitPromise = Promise.all(this._aInitPromises);
82
87
  },
83
88
 
84
89
  _updateUserPreferencesEntries: function (aEntities) {
@@ -131,7 +136,7 @@ sap.ui.define([
131
136
  if (!isActive) {
132
137
  return;
133
138
  }
134
- Utils.setPerformanceMark("FLP -- search setting entry is set active");
139
+ ushellUtils.setPerformanceMark("FLP -- search setting entry is set active");
135
140
  aEntities = Config.last("/core/userPreferences/entries");
136
141
  aEntities.push(searchEntry);
137
142
  this._updateUserPreferencesEntries(aEntities);
@@ -202,14 +207,29 @@ sap.ui.define([
202
207
  *
203
208
  * @returns {sap.ushell.ui.shell.ShellHeadItem} settings button
204
209
  */
205
- _addUserSettingsButton: function () {
206
- var oUserSettingsButton = new ShellHeadItem({
207
- id: "userSettingsBtn",
208
- icon: "sap-icon://action-settings",
209
- text: resources.i18n.getText("userSettings"),
210
- ariaHaspopup: "dialog",
211
- press: this._openUserSettings.bind(this)
212
- });
210
+ _addUserSettingsButton: async function () {
211
+ let oUserSettingsButton;
212
+ if (Config.last("/core/shellBar/enabled")) {
213
+ const [ShellBarItem] = await ushellUtils.requireAsync(["sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarItem"]);
214
+ oUserSettingsButton = new ShellBarItem({
215
+ id: "userSettingsBtn",
216
+ icon: "sap-icon://action-settings",
217
+ text: resources.i18n.getText("userSettings"),
218
+ accessibilityAttributes: {
219
+ hasPopup: "dialog"
220
+ },
221
+ click: this._openUserSettings.bind(this)
222
+ });
223
+ } else {
224
+ oUserSettingsButton = new ShellHeadItem({
225
+ id: "userSettingsBtn",
226
+ icon: "sap-icon://action-settings",
227
+ text: resources.i18n.getText("userSettings"),
228
+ ariaHaspopup: "dialog",
229
+ press: this._openUserSettings.bind(this)
230
+ });
231
+ }
232
+
213
233
 
214
234
  // Add to userActions. The actual move happens within the state management
215
235
  StateManager.updateAllBaseStates("userActions.items", Operation.Add, oUserSettingsButton.getId());
@@ -84,29 +84,15 @@ sap.ui.define([
84
84
  *
85
85
  * @private
86
86
  */
87
- onClearHistory: function () {
88
- Container.getServiceAsync("UserRecents").then(function (oService) {
89
- oService.clearRecentActivities();
90
- this._showClearHistoryMessageToast();
91
- }.bind(this));
92
- },
87
+ onClearHistory: async function () {
88
+ const oUserRecentsService = await Container.getServiceAsync("UserRecents");
89
+ await oUserRecentsService.clearRecentActivities();
93
90
 
94
- /**
95
- * Show a message toast to inform the user that the history has been cleared.
96
- *
97
- * @private
98
- */
99
- _showClearHistoryMessageToast: function () {
100
- sap.ui.require(["sap/m/MessageToast"], function (MessageToast) {
101
- var sMessage = resources.i18n.getText("historyCleared");
102
- MessageToast.show(sMessage, {
103
- width: "15em",
104
- my: "center bottom",
105
- at: "center bottom",
106
- of: window,
107
- offset: "0 -50", //-50 to give a bit of room between the box and the bottom of the screen.
108
- collision: "fit fit"
109
- });
91
+ return new Promise((resolve, reject) => {
92
+ sap.ui.require(["sap/m/MessageToast"], (MessageToast) => {
93
+ MessageToast.show(resources.i18n.getText("historyCleared"));
94
+ resolve();
95
+ }, reject);
110
96
  });
111
97
  }
112
98
  });
@@ -4,12 +4,15 @@ sap.ui.define([
4
4
  "sap/ui/core/UIComponent",
5
5
  "sap/ui/Device",
6
6
  "sap/ui/model/json/JSONModel",
7
- "sap/ushell/renderer/ShellLayout"
7
+ "sap/ushell/renderer/ShellLayout",
8
+ "sap/ushell/utils"
8
9
  ], function (
9
10
  UIComponent,
10
11
  Device,
11
12
  JSONModel,
12
- ShellLayout) {
13
+ ShellLayout,
14
+ ushellUtils
15
+ ) {
13
16
  "use strict";
14
17
 
15
18
  const sSearchOverlayCSS = "sapUshellShellShowSearchOverlay";
@@ -62,26 +65,16 @@ sap.ui.define([
62
65
 
63
66
  // handle initial state of the side content
64
67
  const bInitialValue = ShellLayout.hasAdjacentSideContentBeforeMain();
65
- this._applySideContent(bInitialValue);
68
+ ushellUtils.applySideContent.call(this, bInitialValue);
66
69
 
67
70
  // attach event handler for side content changes
68
- ShellLayout.attachAdjacentSideContentBeforeMainChanged(this._handleSideContent, this);
69
- },
70
-
71
- _handleSideContent: function (oEvent) {
72
- const oParameters = oEvent.getParameters();
73
- const bHasAdjacentContentBefore = oParameters.hasAdjacentContentBefore;
74
- this._applySideContent(bHasAdjacentContentBefore);
75
- },
76
-
77
- _applySideContent: function (bHasAdjacentContentBefore) {
78
- this.rootControlLoaded().then((oView) => {
79
- oView.toggleStyleClass("sapUshellFixedPadding", bHasAdjacentContentBefore);
80
- });
71
+ ShellLayout.attachAdjacentSideContentBeforeMainChanged(ushellUtils.handleSideContent.bind(this), this);
81
72
  },
82
73
 
83
74
  setSearch: function (oSearchField) {
84
75
  this.rootControlLoaded().then((oView) => {
76
+ // removes the dummy input in the searchField slot for ESearch case when the search is being init by the SearchShellHelper
77
+ oView.byId("dummySearchInput")?.destroy();
85
78
  oView.byId("shellBar").addSearchField(oSearchField);
86
79
  });
87
80
  },
@@ -142,7 +135,7 @@ sap.ui.define([
142
135
  },
143
136
 
144
137
  exit: function () {
145
- ShellLayout.detachAdjacentSideContentBeforeMainChanged(this._handleSideContent, this);
138
+ ShellLayout.detachAdjacentSideContentBeforeMainChanged(ushellUtils.handleSideContent.bind(this), this);
146
139
  }
147
140
  });
148
141
  });
@@ -191,16 +191,6 @@ sap.ui.define([
191
191
  EventHub.emit("showProducts", Date.now());
192
192
  },
193
193
 
194
- onLogoClick: function () {
195
- Container.getServiceAsync("Navigation").then((oNavigation) => {
196
- oNavigation.navigate({
197
- target: {
198
- shellHash: this.getOwnerComponent().getModel().getProperty("/logo/homeUri")
199
- }
200
- });
201
- });
202
- },
203
-
204
194
  prepareLogo: function () {
205
195
  const oModel = this.getOwnerComponent().getModel();
206
196
  this.getCustomLogoAltText();
@@ -219,7 +209,7 @@ sap.ui.define([
219
209
  text: "{shellModel>/application/title}",
220
210
  title: "{shellModel>/application/title}",
221
211
  icon: "{shellModel>/application/icon}",
222
- subTitle: "{shellModel>/header/secondTitle}"
212
+ subTitle: "{shellModel>/application/subTitle}"
223
213
  });
224
214
  // set the ShellAppTitle to be the last thing to be hidden when screen gets small
225
215
  oShellAppTitle.data("hide-order", "9999", true);
@@ -3,7 +3,7 @@
3
3
  "sap.app": {
4
4
  "id": "sap.ushell.components.shell.ShellBar",
5
5
  "applicationVersion": {
6
- "version": "1.136.2"
6
+ "version": "1.136.4"
7
7
  },
8
8
  "type": "component",
9
9
  "ach": "CA-FLP-FE-COR",
@@ -17,10 +17,8 @@
17
17
  <thirdparty:ShellBar
18
18
  id="shellBar"
19
19
  class="sapUshellShellSearch sapUshellShellBar"
20
- primaryTitle="{config>/windowTitleExtension}"
21
20
  secondaryTitle="{shellModel>/header/secondTitle}"
22
21
  searchFieldToggle=".onSearchFieldToggle"
23
- logoClick=".onLogoClick"
24
22
  showSearchField="{/searchField/show}"
25
23
  hideSearchButton="{/searchField/show}"
26
24
  contentItemVisibilityChange=".onContentItemVisibilityChange"
@@ -57,13 +55,20 @@
57
55
  filters: [{ path: '', test: '.isProfileMenu' }]
58
56
  }"
59
57
  >
60
- <thirdparty:logo>
61
- <m:Image
62
- src="{/logo/src}"
63
- alt="{/logo/alt}"
64
- tooltip="{= ${/logo/isRootIntent} ? ${i18n>homeBtn_tooltip_text} : ${i18n>lastPage_tooltip}}"
65
- />
66
- </thirdparty:logo>
58
+ <thirdparty:branding>
59
+ <thirdparty:ShellBarBranding
60
+ href="{/logo/homeUri}"
61
+ target="_self"
62
+ text="{config>/windowTitleExtension}">
63
+ <thirdparty:logo>
64
+ <m:Image
65
+ src="{/logo/src}"
66
+ alt="{/logo/alt}"
67
+ tooltip="{= ${/logo/isRootIntent} ? ${i18n>homeBtn_tooltip_text} : ${i18n>lastPage_tooltip}}"
68
+ />
69
+ </thirdparty:logo>
70
+ </thirdparty:ShellBarBranding>
71
+ </thirdparty:branding>
67
72
  <thirdparty:customData>
68
73
  <core:CustomData
69
74
  key="help-id"
@@ -71,5 +76,10 @@
71
76
  writeToDom="true"
72
77
  />
73
78
  </thirdparty:customData>
79
+ <thirdparty:searchField>
80
+ <!-- content added by the ESearch module (library "sap/esh/search/ui/SearchShellHelper") by calling setSearch method on ShellBar component -->
81
+ <!-- this is required in order to avoid pre-fetching a lot of fragment.xmls on first render which might not be used -->
82
+ <m:Input id="dummySearchInput"/>
83
+ </thirdparty:searchField>
74
84
  </thirdparty:ShellBar>
75
85
  </mvc:View>
@@ -4,12 +4,12 @@
4
4
  xmlns:mvc="sap.ui.core.mvc"
5
5
  xmlns:tnt="sap.tnt"
6
6
  core:require="{
7
- mLibrary: 'sap/m/library'
7
+ Device: 'sap/ui/Device'
8
8
  }">
9
9
  <ResponsivePopover
10
10
  id="sideNavigationPopover"
11
11
  verticalScrolling="false"
12
- showHeader="false"
12
+ showHeader="{= Device.system.phone}"
13
13
  placement="Bottom"
14
14
  ariaLabelledBy="sideNavigationLabel">
15
15
  <core:InvisibleText id="sideNavigationLabel" text="{i18n>SideNavigation.PopoverLabel}"/>
@@ -3,7 +3,7 @@
3
3
  "sap.app": {
4
4
  "id": "sap.ushell.components.shell.SideNavigation",
5
5
  "applicationVersion": {
6
- "version": "1.136.2"
6
+ "version": "1.136.4"
7
7
  },
8
8
  "i18n": {
9
9
  "bundleUrl": "./resources/resources.properties",
@@ -241,7 +241,7 @@ sap.ui.define([
241
241
  // Process visualizations to extract relevant information
242
242
  Container.getServiceAsync("VisualizationInstantiation").then((oVisualizationInstantiationService) => {
243
243
  aVisualizations.forEach((oVisualization) => {
244
- if (oVisualization.vizType?.startsWith("X-SAP-UI2-CHIP:SSB")) {
244
+ if (oVisualization.vizType?.startsWith("X-SAP-UI2-CHIP:SSB") && !this.#oSmartBusinessVizInstances[oVisualization.id]) {
245
245
  const oVizInstance = oVisualizationInstantiationService.instantiateVisualization(oVisualization);
246
246
  oVizInstance.setActive(true);
247
247
  oVizInstance.loaded().then(() => {
@@ -14,7 +14,7 @@ sap.ui.define([
14
14
  return UIComponent.extend("sap.ushell.components.shell.UserActionsMenu.Component", {
15
15
 
16
16
  metadata: {
17
- version: "1.136.2",
17
+ version: "1.136.4",
18
18
  library: "sap.ushell",
19
19
  dependencies: {
20
20
  libs: ["sap.m"]
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  return UIComponent.extend("sap.ushell.components.shell.UserImage.Component", {
40
40
 
41
41
  metadata: {
42
- version: "1.136.2",
42
+ version: "1.136.4",
43
43
  library: "sap.ushell.components.shell.UserImage",
44
44
  dependencies: {
45
45
  libs: {
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  // visualizationOrganizer Component
41
41
  return UIComponent.extend("sap.ushell.components.visualizationOrganizer.Component", {
42
42
  metadata: {
43
- version: "1.136.2",
43
+ version: "1.136.4",
44
44
  library: "sap.ushell",
45
45
  dependencies: { libs: ["sap.m"] },
46
46
  properties: {
@@ -3,7 +3,7 @@
3
3
  * @fileOverview WorkPageBuilder Component
4
4
  * This UIComponent gets initialized by the FLP renderer upon visiting a work page if work pages are enabled (/core/workPages/enabled).
5
5
  *
6
- * @version 1.136.2
6
+ * @version 1.136.4
7
7
  */
8
8
 
9
9
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @file WorkPageBuilder accessibility features
5
- * @version 1.136.2
5
+ * @version 1.136.4
6
6
  */
7
7
 
8
8
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @file WorkPageBuilder controller for WorkPageBuilder view
5
- * @version 1.136.2
5
+ * @version 1.136.4
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/Log",
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @extends sap.ui.core.Control
37
37
  *
38
38
  *
39
- * @version 1.136.2
39
+ * @version 1.136.4
40
40
  *
41
41
  * @private
42
42
  * @experimental
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @extends sap.ui.core.Control
21
21
  *
22
22
  *
23
- * @version 1.136.2
23
+ * @version 1.136.4
24
24
  *
25
25
  * @private
26
26
  * @experimental
@@ -48,7 +48,7 @@ sap.ui.define([
48
48
  * @extends sap.ui.core.Control
49
49
  *
50
50
  *
51
- * @version 1.136.2
51
+ * @version 1.136.4
52
52
  *
53
53
  * @private
54
54
  * @experimental
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @extends sap.ui.core.Control
33
33
  *
34
34
  *
35
- * @version 1.136.2
35
+ * @version 1.136.4
36
36
  *
37
37
  * @private
38
38
  * @experimental
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @extends sap.ui.core.Control
18
18
  *
19
19
  *
20
- * @version 1.136.2
20
+ * @version 1.136.4
21
21
  *
22
22
  * @private
23
23
  * @experimental
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.ui.core.Control
26
26
  *
27
27
  *
28
- * @version 1.136.2
28
+ * @version 1.136.4
29
29
  *
30
30
  * @private
31
31
  * @experimental
@@ -3,7 +3,7 @@
3
3
  "sap.app": {
4
4
  "id": "sap.ushell.components.workPageBuilder",
5
5
  "applicationVersion": {
6
- "version": "1.136.2"
6
+ "version": "1.136.4"
7
7
  },
8
8
  "i18n": "../../utils/workpage/resources/resources.properties",
9
9
  "ach": "CA-FLP-FE-UI",
@@ -15,7 +15,7 @@ WorkPage.Row.OverflowToolbar.DeleteRowButtonTooltip=Padam Bahagian
15
15
  WorkPage.Row.DeleteDialog.Title=Padam
16
16
  WorkPage.Row.DeleteDialog.ConfirmText=Adakah anda mahu padam bahagian ini dan semua kandungannya?
17
17
  WorkPage.Row.DeleteDialog.Button.Confirm=Padam
18
- WorkPage.Row.DeleteDialog.Button.Cancel=Batal
18
+ WorkPage.Row.DeleteDialog.Button.Cancel=Batalkan
19
19
  WorkPage.Row.AddRowButtonTooltip=Tambah Bahagian
20
20
  WorkPage.Row.MessageStrip.DeprecatedColumnCount=Dalam masa jalanan, hanya empat lajur pertama boleh dilihat. Sila kurangkan bilangan lajur kepada empat.
21
21
  WorkPage.Row.AriaLabel=Bahagian Halaman Kerja
@@ -3,7 +3,7 @@
3
3
  * @fileOverview WorkPages Runtime Component
4
4
  * This UIComponent gets initialized by the FLP renderer if work pages are enabled (/core/workPages/enabled).
5
5
  *
6
- * @version 1.136.2
6
+ * @version 1.136.4
7
7
  */
8
8
 
9
9
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @file WorkPageRuntime controller for WorkPageRuntime view
5
- * @version 1.136.2
5
+ * @version 1.136.4
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/Log",
@@ -3,7 +3,7 @@
3
3
  "sap.app": {
4
4
  "id": "sap.ushell.components.workPageRuntime",
5
5
  "applicationVersion": {
6
- "version": "1.136.2"
6
+ "version": "1.136.4"
7
7
  },
8
8
  "ach": "CA-FLP-FE-UI",
9
9
  "type": "component",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview Provides the Design Time Metadata for the sap.ushell.components.container.ApplicationContainer control
5
- * @version 1.136.2
5
+ * @version 1.136.4
6
6
  */
7
7
  sap.ui.define([], function () {
8
8
  "use strict";
@@ -99,7 +99,13 @@ sap.ui.define([
99
99
  }
100
100
  },
101
101
  "associations": {},
102
- "events": {},
102
+ "events": {
103
+ "click": {
104
+ "allowPreventDefault": false,
105
+ "enableEventBubbling": true,
106
+ "parameters": {}
107
+ }
108
+ },
103
109
  "getters": [],
104
110
  "methods": [],
105
111
  "defaultAggregation": "image",
@@ -61,6 +61,11 @@ sap.ui.define([
61
61
  "type": "string",
62
62
  "mapping": "property"
63
63
  },
64
+ "checked": {
65
+ "type": "boolean",
66
+ "mapping": "property",
67
+ "defaultValue": false
68
+ },
64
69
  "accessibilityAttributes": {
65
70
  "type": "object",
66
71
  "mapping": "property",
@@ -133,6 +138,11 @@ sap.ui.define([
133
138
  "enableEventBubbling": false,
134
139
  "parameters": {}
135
140
  },
141
+ "check": {
142
+ "allowPreventDefault": false,
143
+ "enableEventBubbling": true,
144
+ "parameters": {}
145
+ },
136
146
  "detailClick": {
137
147
  "allowPreventDefault": false,
138
148
  "enableEventBubbling": true,
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  "_ui5metadata":
18
18
  {
19
19
  "name": "sap/ushell/gen/ui5/webcomponents-base",
20
- "version": "2.11.0-rc.3",
20
+ "version": "2.13.0-rc.0",
21
21
  "dependencies": [
22
22
  "sap.ui.core"
23
23
  ],
@@ -80,6 +80,11 @@ sap.ui.define([
80
80
  "multiple": true,
81
81
  "slot": "assistant"
82
82
  },
83
+ "branding": {
84
+ "type": "sap.ushell.gen.ui5.webcomponents-fiori.dist.ShellBarBranding",
85
+ "multiple": true,
86
+ "slot": "branding"
87
+ },
83
88
  "items": {
84
89
  "type": "sap.ushell.gen.ui5.webcomponents-fiori.dist.ShellBarItem",
85
90
  "multiple": true
@@ -0,0 +1,76 @@
1
+ /*!
2
+ * Copyright (c) 2009-2025 SAP SE, All Rights Reserved
3
+ */
4
+ sap.ui.define([
5
+ "sap/ui/core/webc/WebComponent",
6
+ "sap/ushell/gen/ui5/webcomponents-fiori",
7
+ "sap/ushell/thirdparty/ShellBarBranding",
8
+ ], function(
9
+ WebComponentBaseClass,
10
+ ) {
11
+ "use strict";
12
+
13
+
14
+ const WrapperClass = WebComponentBaseClass.extend("sap.ushell.gen.ui5.webcomponents-fiori.dist.ShellBarBranding", {
15
+ metadata:
16
+ {
17
+ "namespace": "sap/ushell/gen/ui5/webcomponents-fiori",
18
+ "qualifiedNamespace": "sap.ushell.gen.ui5.webcomponents-fiori",
19
+ "tag": "ui5-shellbar-branding-16d3c820",
20
+ "interfaces": [],
21
+ "properties": {
22
+ "href": {
23
+ "type": "string",
24
+ "mapping": "property"
25
+ },
26
+ "target": {
27
+ "type": "string",
28
+ "mapping": "property"
29
+ },
30
+ "accessibleName": {
31
+ "type": "string",
32
+ "mapping": "property"
33
+ },
34
+ "text": {
35
+ "type": "string",
36
+ "mapping": "textContent"
37
+ },
38
+ "width": {
39
+ "type": "sap.ui.core.CSSSize",
40
+ "mapping": "style"
41
+ },
42
+ "height": {
43
+ "type": "sap.ui.core.CSSSize",
44
+ "mapping": "style"
45
+ }
46
+ },
47
+ "aggregations": {
48
+ "content": {
49
+ "type": "sap.ui.core.Control",
50
+ "multiple": true
51
+ },
52
+ "logo": {
53
+ "type": "sap.ui.core.Control",
54
+ "multiple": true,
55
+ "slot": "logo"
56
+ }
57
+ },
58
+ "associations": {},
59
+ "events": {
60
+ "click": {
61
+ "allowPreventDefault": false,
62
+ "enableEventBubbling": true,
63
+ "parameters": {}
64
+ }
65
+ },
66
+ "getters": [],
67
+ "methods": [],
68
+ "defaultAggregation": "content",
69
+ "designtime": "sap/ushell/gen/ui5/webcomponents-fiori/designtime/ShellBarBranding.designtime"
70
+ }
71
+ });
72
+
73
+
74
+ return WrapperClass;
75
+
76
+ });