@sapui5/sap.ushell 1.136.2 → 1.136.3

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 (386) 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/Ui5ComponentLoaderAdapter.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  64. package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +97 -50
  65. package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +1 -1
  66. package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +6 -6
  67. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -1
  68. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
  69. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
  70. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
  71. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
  72. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
  73. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
  74. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
  75. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
  76. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +1 -1
  77. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
  78. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
  79. package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
  80. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  81. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
  82. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
  83. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
  84. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
  85. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
  86. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
  87. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
  88. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
  89. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
  90. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
  91. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  92. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  93. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
  94. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  95. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +10 -6
  96. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  97. package/src/main/js/sap/ushell/components/appfinder/AppFinder.controller.js +1 -1
  98. package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +17 -26
  99. package/src/main/js/sap/ushell/components/appfinder/HierarchyApps.controller.js +1 -9
  100. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  101. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cs.properties +1 -1
  102. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hu.properties +1 -1
  103. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_vi.properties +1 -1
  104. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
  105. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  106. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  107. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  108. package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +1 -1
  109. package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
  110. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  111. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
  112. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
  113. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  114. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  115. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  116. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  117. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  118. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  119. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  120. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  121. package/src/main/js/sap/ushell/components/pages/Component.js +3 -28
  122. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  123. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
  124. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  125. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  126. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  127. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  128. package/src/main/js/sap/ushell/components/shell/MenuBar/Component.js +3 -26
  129. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  130. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  131. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
  132. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  133. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +5 -2
  134. package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsList.controller.js +1 -1
  135. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  136. package/src/main/js/sap/ushell/components/shell/Search/ESearch.js +0 -3
  137. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  138. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  139. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  140. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  141. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  142. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  143. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  144. package/src/main/js/sap/ushell/components/shell/Settings/userActivities/UserActivitiesSetting.controller.js +8 -22
  145. package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +10 -17
  146. package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
  147. package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +5 -0
  148. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
  149. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +1 -1
  150. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  151. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  152. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  153. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  154. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  155. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  156. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  157. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  158. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  159. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  160. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  161. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  162. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  163. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ms.properties +1 -1
  164. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  165. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  166. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  167. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  168. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Avatar.js +7 -1
  169. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +10 -0
  170. package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +1 -1
  171. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +81 -1
  172. package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +80 -2
  173. package/src/main/js/sap/ushell/library.js +1 -1
  174. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  175. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  176. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  177. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  178. package/src/main/js/sap/ushell/renderer/Renderer.js +15 -6
  179. package/src/main/js/sap/ushell/renderer/Shell.controller.js +19 -20
  180. package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +6 -6
  181. package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +2 -2
  182. package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +1 -1
  183. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  184. package/src/main/js/sap/ushell/services/AppLifeCycle.js +4 -2
  185. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  186. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  187. package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
  188. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  189. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  190. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  191. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  192. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  193. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  194. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  195. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  196. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  197. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  198. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  199. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  200. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  201. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  202. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  203. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  204. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  205. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  206. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  207. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  208. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  209. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
  210. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  211. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  212. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
  213. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  214. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  215. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
  216. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
  217. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  218. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  219. package/src/main/js/sap/ushell/services/Message.js +1 -1
  220. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +1 -1
  221. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  222. package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
  223. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
  224. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  225. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  226. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  227. package/src/main/js/sap/ushell/services/NotificationsV2.js +14 -1
  228. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  229. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  230. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  231. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  232. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  233. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  234. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
  235. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
  236. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
  237. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
  238. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  239. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  240. package/src/main/js/sap/ushell/services/Search.js +1 -1
  241. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  242. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  243. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  244. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  245. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  246. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  247. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  248. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  249. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  250. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  251. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  252. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  253. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  254. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  255. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  256. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  257. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  258. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  259. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  260. package/src/main/js/sap/ushell/state/BackNavigation.js +1 -1
  261. package/src/main/js/sap/ushell/state/ContentDensity.js +12 -1
  262. package/src/main/js/sap/ushell/state/Favicon.js +1 -1
  263. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  264. package/src/main/js/sap/ushell/themes/base/ShellBar.less +2 -1
  265. package/src/main/js/sap/ushell/themes/base/ShellHeader.less +1 -1
  266. package/src/main/js/sap/ushell/themes/base/ToolAreaItem.less +1 -0
  267. package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellBar.less +9 -0
  268. package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellHeader.less +6 -0
  269. package/src/main/js/sap/ushell/themes/sap_fiori_3/library.source.less +1 -0
  270. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/ShellBar.less +9 -0
  271. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/library.source.less +1 -0
  272. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/ShellBar.less +9 -0
  273. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/library.source.less +1 -0
  274. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/ShellBar.less +9 -0
  275. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/library.source.less +1 -0
  276. package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellHeader.less +1 -1
  277. package/src/main/js/sap/ushell/thirdparty/Avatar.js +79 -12
  278. package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +15 -9
  279. package/src/main/js/sap/ushell/thirdparty/Button2.js +25 -6
  280. package/src/main/js/sap/ushell/thirdparty/Icon.js +5 -5
  281. package/src/main/js/sap/ushell/thirdparty/Icons.js +69 -68
  282. package/src/main/js/sap/ushell/thirdparty/Link.js +2 -2
  283. package/src/main/js/sap/ushell/thirdparty/List.js +4 -4
  284. package/src/main/js/sap/ushell/thirdparty/Menu.js +65 -76
  285. package/src/main/js/sap/ushell/thirdparty/MenuItem.js +1 -1
  286. package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +342 -34
  287. package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +6 -6
  288. package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +5 -5
  289. package/src/main/js/sap/ushell/thirdparty/{ListItemTemplate.js → ResponsivePopover.js} +2986 -2830
  290. package/src/main/js/sap/ushell/thirdparty/ShellBar.js +112 -79
  291. package/src/main/js/sap/ushell/thirdparty/Tag.js +6 -6
  292. package/src/main/js/sap/ushell/thirdparty/Text.js +4 -4
  293. package/src/main/js/sap/ushell/thirdparty/UserMenu.js +22 -22
  294. package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +2 -2
  295. package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +3 -3
  296. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +3 -0
  297. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +3 -0
  298. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +3 -0
  299. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +3 -0
  300. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +3 -0
  301. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +3 -0
  302. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +3 -0
  303. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +3 -0
  304. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +3 -0
  305. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +27 -0
  306. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +23 -8
  307. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +3 -0
  308. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +3 -0
  309. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +27 -0
  310. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +20 -8
  311. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +3 -0
  312. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +3 -0
  313. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +3 -0
  314. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +3 -0
  315. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +3 -0
  316. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +3 -0
  317. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +3 -0
  318. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +3 -0
  319. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +3 -0
  320. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +3 -0
  321. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +4 -1
  322. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +4 -4
  323. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +5 -2
  324. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +3 -0
  325. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +3 -0
  326. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +3 -0
  327. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +3 -0
  328. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +3 -0
  329. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +3 -0
  330. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +3 -0
  331. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +3 -0
  332. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +3 -0
  333. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +3 -0
  334. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +3 -0
  335. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +3 -0
  336. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +3 -0
  337. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +3 -0
  338. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +3 -0
  339. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +3 -0
  340. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +3 -0
  341. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +3 -0
  342. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +3 -0
  343. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +3 -0
  344. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +3 -0
  345. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +3 -0
  346. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +3 -0
  347. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +3 -0
  348. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +3 -0
  349. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +3 -0
  350. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
  351. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
  352. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
  353. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
  354. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
  355. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
  356. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
  357. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
  358. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
  359. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
  360. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
  361. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
  362. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
  363. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
  364. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
  365. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
  366. package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +1 -1
  367. package/src/main/js/sap/ushell/thirdparty/information.js +10 -10
  368. package/src/main/js/sap/ushell/thirdparty/overflow.js +2 -2
  369. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +1 -1
  370. package/src/main/js/sap/ushell/thirdparty/toLowercaseEnumValue.js +3 -0
  371. package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +13 -13
  372. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  373. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  374. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  375. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  376. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +5 -2
  377. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  378. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  379. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  380. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  381. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
  382. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
  383. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  384. package/src/main/js/sap/ushell/utils.js +25 -0
  385. package/src/test/js/sap/ushell/bootstrap/sandbox.js +8 -4
  386. package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +0 -95
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  "_ui5metadata":
17
17
  {
18
18
  "name": "sap/ushell/gen/ui5/webcomponents",
19
- "version": "2.11.0-rc.3",
19
+ "version": "2.12.0-rc.2",
20
20
  "dependencies": [
21
21
  "sap.ui.core"
22
22
  ],
@@ -58,6 +58,7 @@ sap.ui.define([
58
58
  "sap.ushell.gen.ui5.webcomponents.ListItemType",
59
59
  "sap.ushell.gen.ui5.webcomponents.ListSelectionMode",
60
60
  "sap.ushell.gen.ui5.webcomponents.ListSeparator",
61
+ "sap.ushell.gen.ui5.webcomponents.MenuItemGroupCheckMode",
61
62
  "sap.ushell.gen.ui5.webcomponents.MessageStripDesign",
62
63
  "sap.ushell.gen.ui5.webcomponents.NotificationListGrowingMode",
63
64
  "sap.ushell.gen.ui5.webcomponents.OverflowMode",
@@ -77,6 +78,7 @@ sap.ui.define([
77
78
  "sap.ushell.gen.ui5.webcomponents.TableOverflowMode",
78
79
  "sap.ushell.gen.ui5.webcomponents.TableSelectionBehavior",
79
80
  "sap.ushell.gen.ui5.webcomponents.TableSelectionMode",
81
+ "sap.ushell.gen.ui5.webcomponents.TableSelectionMultiHeaderSelector",
80
82
  "sap.ushell.gen.ui5.webcomponents.TagDesign",
81
83
  "sap.ushell.gen.ui5.webcomponents.TagSize",
82
84
  "sap.ushell.gen.ui5.webcomponents.TextEmptyIndicatorMode",
@@ -93,6 +95,7 @@ sap.ui.define([
93
95
  "sap.ushell.gen.ui5.webcomponents.ICalendarSelectedDates",
94
96
  "sap.ushell.gen.ui5.webcomponents.IColorPaletteItem",
95
97
  "sap.ushell.gen.ui5.webcomponents.IComboBoxItem",
98
+ "sap.ushell.gen.ui5.webcomponents.IDynamicDateRangeOption",
96
99
  "sap.ushell.gen.ui5.webcomponents.IFormItem",
97
100
  "sap.ushell.gen.ui5.webcomponents.IIcon",
98
101
  "sap.ushell.gen.ui5.webcomponents.IInputSuggestionItem",
@@ -133,6 +136,7 @@ sap.ui.define([
133
136
  "sap.ushell.gen.ui5.webcomponents.dist.DateRangePicker",
134
137
  "sap.ushell.gen.ui5.webcomponents.dist.DateTimePicker",
135
138
  "sap.ushell.gen.ui5.webcomponents.dist.Dialog",
139
+ "sap.ushell.gen.ui5.webcomponents.dist.DynamicDateRange",
136
140
  "sap.ushell.gen.ui5.webcomponents.dist.ExpandableText",
137
141
  "sap.ushell.gen.ui5.webcomponents.dist.FileUploader",
138
142
  "sap.ushell.gen.ui5.webcomponents.dist.Form",
@@ -148,6 +152,7 @@ sap.ui.define([
148
152
  "sap.ushell.gen.ui5.webcomponents.dist.ListItemStandard",
149
153
  "sap.ushell.gen.ui5.webcomponents.dist.Menu",
150
154
  "sap.ushell.gen.ui5.webcomponents.dist.MenuItem",
155
+ "sap.ushell.gen.ui5.webcomponents.dist.MenuItemGroup",
151
156
  "sap.ushell.gen.ui5.webcomponents.dist.MenuSeparator",
152
157
  "sap.ushell.gen.ui5.webcomponents.dist.MessageStrip",
153
158
  "sap.ushell.gen.ui5.webcomponents.dist.MultiComboBox",
@@ -1448,6 +1453,32 @@ Note: This enumeration depends on the theme.
1448
1453
  };
1449
1454
  registerEnum("sap.ushell.gen.ui5.webcomponents.ListSeparator", pkg["ListSeparator"]);
1450
1455
  /**
1456
+ * Menu item group check modes.
1457
+ * @enum {string}
1458
+ * @public
1459
+ * @alias module:sap/ushell/gen/ui5/webcomponents.MenuItemGroupCheckMode
1460
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents MenuItemGroupCheckMode
1461
+ */
1462
+
1463
+ pkg["MenuItemGroupCheckMode"] = {
1464
+ /**
1465
+ * default type (items in a group cannot be checked)
1466
+ * @public
1467
+ */
1468
+ "None": "None",
1469
+ /**
1470
+ * Single item check mode (only one item in a group can be checked at a time)
1471
+ * @public
1472
+ */
1473
+ "Single": "Single",
1474
+ /**
1475
+ * Multiple items check mode (multiple items in a group can be checked at a time)
1476
+ * @public
1477
+ */
1478
+ "Multiple": "Multiple",
1479
+ };
1480
+ registerEnum("sap.ushell.gen.ui5.webcomponents.MenuItemGroupCheckMode", pkg["MenuItemGroupCheckMode"]);
1481
+ /**
1451
1482
  * MessageStrip designs.
1452
1483
  * @enum {string}
1453
1484
  * @public
@@ -1897,7 +1928,7 @@ Offers a balanced appearance for most scenarios.
1897
1928
  };
1898
1929
  registerEnum("sap.ushell.gen.ui5.webcomponents.TableGrowingMode", pkg["TableGrowingMode"]);
1899
1930
  /**
1900
- * Column mode of the <ui5-table> component.
1931
+ * Overflow mode of the <ui5-table> component.
1901
1932
  * @enum {string}
1902
1933
  * @public
1903
1934
  * @alias module:sap/ushell/gen/ui5/webcomponents.TableOverflowMode
@@ -1967,6 +1998,27 @@ Offers a balanced appearance for most scenarios.
1967
1998
  };
1968
1999
  registerEnum("sap.ushell.gen.ui5.webcomponents.TableSelectionMode", pkg["TableSelectionMode"]);
1969
2000
  /**
2001
+ * Selectors of the table header row in multi-selection scenarios.
2002
+ * @enum {string}
2003
+ * @public
2004
+ * @alias module:sap/ushell/gen/ui5/webcomponents.TableSelectionMultiHeaderSelector
2005
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents TableSelectionMultiHeaderSelector
2006
+ */
2007
+
2008
+ pkg["TableSelectionMultiHeaderSelector"] = {
2009
+ /**
2010
+ * Renders a checkbox in the table header row that toggles the selection of all rows.
2011
+ * @public
2012
+ */
2013
+ "SelectAll": "SelectAll",
2014
+ /**
2015
+ * Renders an icon in the table header row that removes the selection of all rows.
2016
+ * @public
2017
+ */
2018
+ "ClearAll": "ClearAll",
2019
+ };
2020
+ registerEnum("sap.ushell.gen.ui5.webcomponents.TableSelectionMultiHeaderSelector", pkg["TableSelectionMultiHeaderSelector"]);
2021
+ /**
1970
2022
  * Defines tag design types.
1971
2023
  * @enum {string}
1972
2024
  * @public
@@ -2283,6 +2335,32 @@ Default placement (no selection)
2283
2335
  * @ui5-module-override sap/ushell/gen/ui5/webcomponents IComboBoxItem
2284
2336
  * @interface
2285
2337
  * @public
2338
+ */
2339
+
2340
+ /**
2341
+ * Represents a dynamic date range option used by the `ui5-dynamic-date-range` component.
2342
+
2343
+ Represents a dynamic date range option used for handling dynamic date ranges.
2344
+ This interface defines the structure and behavior required for implementing
2345
+ dynamic date range options, including formatting, parsing, validation, and
2346
+ conversion of date range values.
2347
+
2348
+ * Properties:
2349
+ - `icon`: The icon associated with the dynamic date range option, typically used for UI representation.
2350
+ - `operator`: A unique operator identifying the dynamic date range option.
2351
+ - `text`: The display text for the dynamic date range option.
2352
+ - `template` (optional): A JSX template for rendering the dynamic date range option.
2353
+
2354
+ Methods:
2355
+ - `format(value: DynamicDateRangeValue): string`: Formats the given dynamic date range value into a string representation.
2356
+ - `parse(value: string): DynamicDateRangeValue | undefined`: Parses a string into a dynamic date range value.
2357
+ - `toDates(value: DynamicDateRangeValue): Date[]`: Converts a dynamic date range value into an array of `Date` objects.
2358
+ - `handleSelectionChange?(event: CustomEvent): DynamicDateRangeValue | undefined`: (Optional) Handles selection changes in the UI of the dynamic date range option.
2359
+ - `isValidString(value: string): boolean`: Validates whether a given string is a valid representation of the dynamic date range value.
2360
+ * @name module:sap/ushell/gen/ui5/webcomponents.IDynamicDateRangeOption
2361
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents IDynamicDateRangeOption
2362
+ * @interface
2363
+ * @public
2286
2364
  */
2287
2365
 
2288
2366
  /**
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  const oUshellLibrary = Library.init({
46
46
  name: "sap.ushell",
47
47
  apiVersion: 2,
48
- version: "1.136.2",
48
+ version: "1.136.3",
49
49
  dependencies: [
50
50
  "sap.ui.core",
51
51
  "sap.m"
@@ -11,7 +11,7 @@
11
11
  * Method Compute is used by ClientSide TargetResolution and takes not only the
12
12
  * next application but also the current application into account.
13
13
  *
14
- * @version 1.136.2
14
+ * @version 1.136.3
15
15
  */
16
16
  sap.ui.define([
17
17
  "sap/base/Log",
@@ -3,7 +3,7 @@
3
3
  * @fileOverview Provides analytical data like duration for navigation steps in the shell, in FLP,
4
4
  * in particular an array of all statistical records
5
5
  *
6
- * @version 1.136.2
6
+ * @version 1.136.3
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/base/Log",
@@ -3,7 +3,7 @@
3
3
  * @fileOverview Class for statistical record
4
4
  * It should contain data like step, duration after a navigation in the shell, can have status open.
5
5
  * The closing of a record is logged in debug mode
6
- * @version 1.136.2
6
+ * @version 1.136.3
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/base/Log",
@@ -87,7 +87,7 @@ sap.ui.define(
87
87
  var sComponentName = "sap.ushell.plugins.appwarmup.Component";
88
88
  return Component.extend(sComponentName, {
89
89
  metadata: {
90
- version: "1.136.2",
90
+ version: "1.136.3",
91
91
  library: "sap.ushell"
92
92
  },
93
93
 
@@ -102,9 +102,9 @@ sap.ui.define([
102
102
  */
103
103
  const Renderer = UIComponent.extend("sap.ushell.renderer.Renderer", /** @lends sap.ushell.renderer.Renderer.prototype */ {
104
104
  metadata: {
105
- version: "1.136.2",
105
+ version: "1.136.3",
106
106
  dependencies: {
107
- version: "1.136.2",
107
+ version: "1.136.3",
108
108
  libs: ["sap.ui.core", "sap.m"],
109
109
  components: []
110
110
  },
@@ -2273,12 +2273,21 @@ sap.ui.define([
2273
2273
  const aStates = this._sanitizeStates(vStates);
2274
2274
 
2275
2275
  const oItem = this.createItem(oControlProperties, bCurrentState, function (oProperties) {
2276
+ // the new ShellBarItem has its event handler called 'click' instead of 'press'
2277
+ // while all current headerEndItem implementations are passing oProperties with 'press' key
2278
+ // that is why we are creating a property with 'click' key
2276
2279
  if (Config.last("/core/shellBar/enabled")) {
2277
- oProperties = {
2278
- ...oProperties,
2279
- click: oProperties.press
2280
- };
2280
+ // since some plugins e.g Built-in support are adding the press event handler later
2281
+ // we make sure we create the 'click' property only if there is a press event handler
2282
+ if (typeof oProperties.press === "function") {
2283
+ oProperties = {
2284
+ ...oProperties,
2285
+ click: oProperties.press
2286
+ };
2287
+ }
2288
+
2281
2289
  delete oProperties.press;
2290
+ delete oProperties.ariaLabel;
2282
2291
  //TODO Move to async import once the infrastructure gets updated with the latest browser version
2283
2292
  const ShellBarItem = sap.ui.require("sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarItem");
2284
2293
  return new ShellBarItem(oProperties);
@@ -1165,14 +1165,14 @@ sap.ui.define([
1165
1165
  * Therefore back navigation is used to restore the URL in case of wrong navigation or errors.
1166
1166
  *
1167
1167
  * @param {string} sShellHash shell hash
1168
- * @param {string} sAppPart application part
1168
+ * @param {string|null} sInnerAppRoute application part
1169
1169
  * @param {string} sOldShellHash previous shell hash
1170
- * @param {string} sOldAppPart previous application part
1170
+ * @param {string|null} sOldInnerAppRoute previous application part
1171
1171
  * @param {object} oParseError parse error
1172
1172
  * @returns {jQuery.Promise} Resolves once the hash change is done.
1173
1173
  * @public
1174
1174
  */
1175
- doHashChange: function (sShellHash, sAppPart, sOldShellHash, sOldAppPart, oParseError) {
1175
+ doHashChange: function (sShellHash, sInnerAppRoute, sOldShellHash, sOldInnerAppRoute, oParseError) {
1176
1176
  Log.debug(`${sLogFesrPrefix} Interaction Start`, "doHashChange", sModuleName);
1177
1177
  ushellUtils.setPerformanceMark("FLP-ShellController-doHashChange-begin");
1178
1178
  EventHub.emit("trackHashChange", sShellHash);
@@ -1224,7 +1224,7 @@ sap.ui.define([
1224
1224
 
1225
1225
  const fnResolveInteraction = this._notifyAsyncStep();
1226
1226
 
1227
- this._doHashChange(sFixedShellHash, sAppPart, sFixedOldShellHash)
1227
+ this._doHashChange(sFixedShellHash, sInnerAppRoute, sFixedOldShellHash)
1228
1228
  .catch(() => {
1229
1229
  EventHub.emit("doHashChangeError", Date.now());
1230
1230
  })
@@ -1243,7 +1243,7 @@ sap.ui.define([
1243
1243
  return oDeferred.promise();
1244
1244
  },
1245
1245
 
1246
- _doHashChange: async function (sShellHash, sAppPart, sOldShellHash) {
1246
+ _doHashChange: async function (sShellHash, sInnerAppRoute, sOldShellHash) {
1247
1247
  // save current history length to handle errors (in case)
1248
1248
  const iOriginalHistoryLength = this.history.getHistoryLength();
1249
1249
 
@@ -1293,7 +1293,7 @@ sap.ui.define([
1293
1293
 
1294
1294
  const bOpenedViaNWBC = await this._openAppViaNWBC(oResolvedHashFragment, oOldResolvedHashFragment);
1295
1295
  if (bOpenedViaNWBC === true) {
1296
- this.logOpenAppAction(oResolvedHashFragment, sAppPart).catch(() => {
1296
+ this.logOpenAppAction(oResolvedHashFragment, sInnerAppRoute).catch(() => {
1297
1297
  Log.info("NWBC application was not logged.", undefined, "sap.ushell.renderer.Shell.controller");
1298
1298
  });
1299
1299
 
@@ -1303,7 +1303,7 @@ sap.ui.define([
1303
1303
 
1304
1304
  if (oResolvedHashFragment.navigationMode === NavigationMode.newWindow) {
1305
1305
  // add the app to application usage log
1306
- this.logOpenAppAction(oResolvedHashFragment, sAppPart).catch(() => {
1306
+ this.logOpenAppAction(oResolvedHashFragment, sInnerAppRoute).catch(() => {
1307
1307
  Log.info("Application in new window was not logged.", undefined, "sap.ushell.renderer.Shell.controller");
1308
1308
  });
1309
1309
  await this._openAppExplace(oResolvedHashFragment, oOldResolvedHashFragment);
@@ -1323,7 +1323,7 @@ sap.ui.define([
1323
1323
  try {
1324
1324
  const bPreviousIsInitialNavigation = this.oShellNavigationInternal.isInitialNavigation();
1325
1325
  try {
1326
- await this._openAppInplace(oParsedShellHash, sShellHash, oResolvedHashFragment, sOldShellHash, sAppPart, oOldResolvedHashFragment);
1326
+ await this._openAppInplace(oParsedShellHash, sShellHash, oResolvedHashFragment, sOldShellHash, sInnerAppRoute, oOldResolvedHashFragment);
1327
1327
  } catch (oError) {
1328
1328
  Log.error(`Application initialization for intent "${sShellHash}" failed.`, oError);
1329
1329
 
@@ -1393,6 +1393,7 @@ sap.ui.define([
1393
1393
  oConfig.migrationConfig = false;
1394
1394
  this._getConfigModel().setProperty("/migrationConfig", false);
1395
1395
 
1396
+ // todo: [FLPCOREANDUX-10024] is this an actual use case? oResolvedHashFragment seems to be always defined
1396
1397
  if (oResolvedHashFragment && sShellHash === "#") {
1397
1398
  oConfig.rootIntent = "";
1398
1399
  } else if (sShellHash === "#") {
@@ -1588,11 +1589,11 @@ sap.ui.define([
1588
1589
  * @param {string} sShellHash the hash fragment to navigate to. It must start with "#" (i.e., fixed).
1589
1590
  * @param {object} oResolvedHashFragment the hash fragment resolved via {@link sap.ushell.services.NavTargetResolutionInternal#resolveHashFragment}
1590
1591
  * @param {string} sOldShellHash the old hash fragment. It must start with "#" (i.e., fixed).
1591
- * @param {string} sAppPart the application part
1592
+ * @param {string|null} sInnerAppRoute the inner app route.
1592
1593
  *
1593
1594
  * @returns {Promise} Navigation Promise
1594
1595
  */
1595
- _openAppInplace: async function (oParsedShellHash, sShellHash, oResolvedHashFragment, sOldShellHash, sAppPart, oOldResolvedHashFragment) {
1596
+ _openAppInplace: async function (oParsedShellHash, sShellHash, oResolvedHashFragment, sOldShellHash, sInnerAppRoute) {
1596
1597
  // Close dialogs only for inplace navigation
1597
1598
  this._closeAllDialogs();
1598
1599
 
@@ -1640,16 +1641,13 @@ sap.ui.define([
1640
1641
 
1641
1642
  AppLifeCycleAI.resetGlobalShellUIService();
1642
1643
 
1643
- const sBasicShellHash = UrlParsing.getBasicHash(sShellHash);
1644
1644
  const bNavigationFromHome = this._isFLPIntent(sOldShellHash);
1645
- const bNavigationWithInnerAppRoute = !!sAppPart;
1646
1645
 
1647
1646
  const oApplicationHandle = await AppLifeCycleAI.startApplication(
1648
- sBasicShellHash, // sAppId
1649
1647
  oParsedShellHash,
1650
1648
  oResolvedHashFragment,
1651
- bNavigationFromHome,
1652
- bNavigationWithInnerAppRoute
1649
+ sInnerAppRoute || "",
1650
+ bNavigationFromHome
1653
1651
  );
1654
1652
 
1655
1653
  const sNavigationRedirectHash = oApplicationHandle.getNavigationRedirectHash();
@@ -1664,6 +1662,7 @@ sap.ui.define([
1664
1662
 
1665
1663
  const oShellConfig = this._getConfig();
1666
1664
 
1665
+ const sBasicShellHash = UrlParsing.getBasicHash(sShellHash);
1667
1666
  // this only targets the overwritten rootIntent (e.g. workzone advanced)
1668
1667
  const bIsNavToHome = sShellHash === "#" || (oShellConfig.rootIntent && sBasicShellHash === UrlParsing.getBasicHash(oShellConfig.rootIntent));
1669
1668
  oApplicationHandle.navTo(bIsNavToHome); // todo: [FLPCOREANDUX-10024] triggers appLoaded event and switches the state
@@ -1949,9 +1948,9 @@ sap.ui.define([
1949
1948
  this._setSideNavigationVisible(true);
1950
1949
 
1951
1950
  const sAppHash = this.oShellNavigationInternal.hashChanger.getAppHash();
1952
- const sAppPart = sAppHash ? `&/${sAppHash}` : null;
1951
+ const sInnerAppRoute = sAppHash ? `&/${sAppHash}` : null;
1953
1952
 
1954
- this.logOpenAppAction(oResolvedHashFragment, sAppPart).catch(() => {
1953
+ this.logOpenAppAction(oResolvedHashFragment, sInnerAppRoute).catch(() => {
1955
1954
  Log.info("Opened application was not logged.", undefined, "sap.ushell.renderer.Shell.controller");
1956
1955
  });
1957
1956
 
@@ -1993,11 +1992,11 @@ sap.ui.define([
1993
1992
  * Logs an application to the recent activities.
1994
1993
  *
1995
1994
  * @param {object} oResolvedHashFragment The resolved target intent
1996
- * @param {string} sAppPart The inner app route part of the intent
1995
+ * @param {string} sInnerAppRoute The inner app route part of the intent
1997
1996
  * @returns {Promise} A promise that is resolved once the action is logged
1998
1997
  * @throws {Error} If the application was not logged.
1999
1998
  */
2000
- logOpenAppAction: async function (oResolvedHashFragment, sAppPart) {
1999
+ logOpenAppAction: async function (oResolvedHashFragment, sInnerAppRoute) {
2001
2000
  const bEnableRecentActivity = Config.last("/core/shell/enableRecentActivity") && Config.last("/core/shell/enableRecentActivityLogging");
2002
2001
  if (!bEnableRecentActivity) {
2003
2002
  throw new Error("Tracking of RecentActivity is disabled.");
@@ -2010,7 +2009,7 @@ sap.ui.define([
2010
2009
  const oRecentEntry = {
2011
2010
  title: oMetadata.title,
2012
2011
  appType: AppType.APP, // default app type the shell adds is 'Application'
2013
- url: sAppPart ? sShellHash + sAppPart : sShellHash
2012
+ url: sInnerAppRoute ? sShellHash + sInnerAppRoute : sShellHash
2014
2013
  };
2015
2014
 
2016
2015
  const oParsed = UrlParsing.parseShellHash(sShellHash);
@@ -356,12 +356,12 @@ LogoutFailed=Abmelden fehlgeschlagen. Bitte schlie\u00DFen Sie alle Browserfenst
356
356
  hotKeysGlossary=Tastaturk\u00FCrzel
357
357
  hotkeyFocusOnSearchField=Fokus auf Suchfeld setzen
358
358
  hotkeyFocusOnSearchButton=Fokus auf Suchtaste setzen
359
- hotkeyFocusOnSettingsButton=Fokus auf Drucktaste f\u00FCr Einstellungen setzen
359
+ hotkeyFocusOnSettingsButton=Fokus auf Button f\u00FCr Einstellungen setzen
360
360
  hotkeyFocusOnNotifications=Nachrichtenbereich anzeigen
361
361
  hotkeyFocusOnUserActionMenu=Fokus auf Benutzeraktionsmen\u00FC setzen
362
362
  hotkeyOpenSettings=Einstellungsdialog \u00F6ffnen
363
363
  hotkeyHomePage=Fokus entweder auf Logo oder Drucktaste f\u00FCr Startseite setzen
364
- hotkeyFocusOnAppFinderButton=Fokus auf Drucktaste f\u00FCr App Finder setzen
364
+ hotkeyFocusOnAppFinderButton=Fokus auf Button f\u00FCr App Finder setzen
365
365
  hotkeyExitEditing=Bearbeitungsmodus verlassen
366
366
  OptionKey=Option
367
367
  CommandKey=Befehl
@@ -799,9 +799,9 @@ Notifications.Popover.Title=Benachrichtigungen
799
799
  Notifications.Popover.Button.LoadMore=Mehr
800
800
  Notifications.Popover.Sort.Menu.Button.Date=Nach Datum sortieren
801
801
  Notifications.Popover.Sort.Menu.Button.Priority=Nach Wichtigkeit sortieren
802
- Notifications.Popover.NoData.Title=Sie haben keine neuen Benachrichtigungen.
802
+ Notifications.Popover.NoData.Title=Sie haben keine neuen Benachrichtigungen
803
803
  Notifications.Popover.NoData.Description=Sehen Sie sp\u00E4ter noch mal nach.
804
- Notifications.Popover.NoData.Button=Notification Settings
804
+ Notifications.Popover.NoData.Button=Benachrichtigungseinstellungen
805
805
  Notifications.Popover.Group.Today=Heute
806
806
  Notifications.Popover.Group.Yesterday=Gestern
807
807
  Notifications.Popover.Group.ThisWeek=Aktuelle Woche
@@ -809,9 +809,9 @@ Notifications.Popover.Group.LastWeek=Letzte Woche
809
809
  Notifications.Popover.Group.ThisMonth=Aktueller Monat
810
810
  Notifications.Popover.Group.LastMonth=Letzter Monat
811
811
  Notifications.Popover.Group.ThisYear=Aktuelles Jahr
812
- Notifications.Popover.Group.Older=Older
812
+ Notifications.Popover.Group.Older=\u00C4lter
813
813
  Notifications.Popover.Group.Important=Wichtig
814
- Notifications.Popover.Group.Others=sonstige
814
+ Notifications.Popover.Group.Others=Sonstige
815
815
 
816
816
  ProfileImgId=Profilbild
817
817
  imgConsentMsg=Ich bin damit einverstanden, dass mein SAP-Jam-Profilbild im Launchpad angezeigt wird.
@@ -644,7 +644,7 @@ noNotificationTypesEnabledHeader_message=Non hai ancora ricevuto i messaggi
644
644
  noNotificationTypesEnabled_message=In questa view puoi adattare le impostazioni delle notifiche attivate a livello di app. Al momento nessuna notifica \u00E8 attiva per le tue app.
645
645
  moreNotificationsAvailable_message=Esistono degli altri messaggi non letti.
646
646
  processNotifications_message=Elabora o scarta alcuni dei messaggi riportati per visualizzarne altri.
647
- moreNotifications=Di pi\u00F9
647
+ moreNotifications=Mostra di pi\u00F9
648
648
  Notifications_Settings_Show_Type_column=Attiva
649
649
  Label.ShowAlertsForHighNotifications=Visualizza allerte notifica con priorit\u00E0 alta
650
650
 
@@ -796,7 +796,7 @@ NotificationToggleButton.NoNewNotifications=Notifiche
796
796
  NotificationToggleButton.NewNotifications={0} nuove notifiche
797
797
  NotificationToggleButton.NewNotifications.MaxExceeded=Pi\u00F9 di {0} nuove notifiche
798
798
  Notifications.Popover.Title=Notifiche
799
- Notifications.Popover.Button.LoadMore=Di pi\u00F9
799
+ Notifications.Popover.Button.LoadMore=Mostra di pi\u00F9
800
800
  Notifications.Popover.Sort.Menu.Button.Date=Classifica per data
801
801
  Notifications.Popover.Sort.Menu.Button.Priority=Classifica per importanza
802
802
  Notifications.Popover.NoData.Title=Non ci sono nuove notifiche
@@ -687,7 +687,7 @@ Shell_Header_AriaLabel=Vrstica lupine
687
687
 
688
688
 
689
689
  shellNavMenu_relatedApps=Sorodne aplikacije
690
- shellNavMenu_openMenuTooltip_navigationMenu=Navigacijski meni
690
+ shellNavMenu_openMenuTooltip_navigationMenu=Meni krmarjenja
691
691
  shellNavMenu_openMenuTooltip_allMyApps=Meni Vse moje aplikacije
692
692
 
693
693
  searchSetting=Iskanje
@@ -3,7 +3,7 @@
3
3
  "sap.app": {
4
4
  "id": "sap.ushell.renderer.search.searchComponent",
5
5
  "applicationVersion": {
6
- "version": "1.136.2"
6
+ "version": "1.136.3"
7
7
  },
8
8
  "type": "component"
9
9
  },
@@ -4,7 +4,7 @@
4
4
  * @fileOverview The Unified Shell's AppLifeCycle service enables plug-ins to enquire the which
5
5
  * application is currently displayed and listen to life cycle events.
6
6
  *
7
- * @version 1.136.2
7
+ * @version 1.136.3
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/ui/base/EventProvider",
@@ -318,11 +318,13 @@ sap.ui.define([
318
318
  * @param {boolean} bDisableRouterRetrigger
319
319
  * A flag to disable or enable the router's re-trigger
320
320
  * when a keep-alive application is restored
321
+ *
321
322
  * @since 1.98
322
323
  * @private
323
324
  * @ui5-restricted sap.fe
324
325
  */
325
326
  disableKeepAliveAppRouterRetrigger: function (bDisableRouterRetrigger) {
327
+ // todo: [FLPCOREANDUX-10024] migrate to direct call (currently blocked by reuse of this service in appRuntime)
326
328
  EventHub.emit("disableKeepAliveRestoreRouterRetrigger", {
327
329
  disable: bDisableRouterRetrigger,
328
330
  appId: this._oCurrentApplicationContainer?.getCurrentAppId(),
@@ -335,7 +337,7 @@ sap.ui.define([
335
337
  setTimeout(() => {
336
338
  this._oEventProvider.fireEvent(S_APP_LOADED_EVENT, this._oCurrentApplication);
337
339
  // shell analytics is listening to this event
338
- EventHub.emit("FESRAppLoaded", {technicalName: this._oCurrentApplication?.technicalName});
340
+ EventHub.emit("FESRAppLoaded", { technicalName: this._oCurrentApplication?.technicalName });
339
341
 
340
342
  if (window.QUnit === undefined && Container.inAppRuntime() === false) {
341
343
  if (Config.last("/core/shell/enableMessageBroker")) {
@@ -6,7 +6,7 @@
6
6
  * This is *not* an application facing service, but for Shell Internal usage.
7
7
  * This service should be accessed by the application via the CrossApplicationNavigation service.
8
8
  *
9
- * @version 1.136.2
9
+ * @version 1.136.3
10
10
  */
11
11
  sap.ui.define([
12
12
  "sap/ui/base/Object",
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's bookmark service. Allows creating shortcuts on the user's home page.
5
5
  *
6
- * @version 1.136.2
6
+ * @version 1.136.3
7
7
  * @deprecated since 1.120
8
8
  */
9
9
  sap.ui.define([
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's bookmark service. Allows creating shortcuts on the user's home page.
5
5
  *
6
- * @version 1.136.2
6
+ * @version 1.136.3
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/ui/core/EventBus",
@@ -13,7 +13,7 @@
13
13
  * <p>This is a dependency of ClientSideTargetResolution. Interfaces exposed
14
14
  * by this module may change at any time without notice.</p>
15
15
  *
16
- * @version 1.136.2
16
+ * @version 1.136.3
17
17
  */
18
18
  sap.ui.define([
19
19
  ], function () {
@@ -27,7 +27,7 @@
27
27
  *
28
28
  * @private
29
29
  *
30
- * @version 1.136.2
30
+ * @version 1.136.3
31
31
  */
32
32
  sap.ui.define([
33
33
  "sap/base/util/ObjectPath",
@@ -34,7 +34,7 @@
34
34
  * <p>This is a dependency of ClientSideTargetResolution. Interfaces exposed
35
35
  * by this module may change at any time without notice.</p>
36
36
  *
37
- * @version 1.136.2
37
+ * @version 1.136.3
38
38
  */
39
39
  sap.ui.define([
40
40
  "sap/ushell/services/ClientSideTargetResolution/VirtualInbounds",
@@ -4,7 +4,7 @@
4
4
  * @file PrelaunchOperations are executed just before launching the application (post parameter mapping and app state merging) if the
5
5
  * <code>sap-prelaunch-operations</code> parameter is specified as a technical parameter.
6
6
  *
7
- * @version 1.136.2
7
+ * @version 1.136.3
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/base/Log",
@@ -8,7 +8,7 @@
8
8
  * <p>This is a dependency of ClientSideTargetResolution. Interfaces exposed
9
9
  * by this module may change at any time without notice.</p>
10
10
  *
11
- * @version 1.136.2
11
+ * @version 1.136.3
12
12
  */
13
13
  sap.ui.define([
14
14
  "sap/ushell/utils",
@@ -39,7 +39,7 @@
39
39
  *
40
40
  * This is a dependency of ClientSideTargetResolution. Interfaces exposed by this module may change at any time without notice.
41
41
  *
42
- * @version 1.136.2
42
+ * @version 1.136.3
43
43
  */
44
44
  sap.ui.define([
45
45
  "sap/base/Log"
@@ -8,7 +8,7 @@
8
8
  * <p>This is a dependency of ClientSideTargetResolution. Interfaces exposed
9
9
  * by this module may change at any time without notice.</p>
10
10
  *
11
- * @version 1.136.2
11
+ * @version 1.136.3
12
12
  */
13
13
  sap.ui.define([
14
14
  "sap/base/util/ObjectPath",
@@ -6,7 +6,7 @@
6
6
  * This is a dependency of ClientSideTargetResolution.
7
7
  * Interfaces exposed by this module may change at any time without notice.
8
8
  *
9
- * @version 1.136.2
9
+ * @version 1.136.3
10
10
  */
11
11
  sap.ui.define([
12
12
  "sap/base/util/deepExtend"
@@ -12,7 +12,7 @@
12
12
  * <p>This is a dependency of ClientSideTargetResolution. Interfaces
13
13
  * exposed by this module may change at any time without notice.</p>
14
14
  *
15
- * @version 1.136.2
15
+ * @version 1.136.3
16
16
  */
17
17
  sap.ui.define([], () => {
18
18
  "use strict";
@@ -6,7 +6,7 @@
6
6
  * Operations in this module are assumed to be executed after the target mapping has been identified (post search).
7
7
  *
8
8
  * @private
9
- * @version 1.136.2
9
+ * @version 1.136.3
10
10
  */
11
11
  sap.ui.define([
12
12
  "sap/ushell/services/ClientSideTargetResolution/Utils",
@@ -29,7 +29,7 @@
29
29
  * In the future, the custom resolver mechanism should be probably moved towards modifying (or only adding to the list of Inbounds),
30
30
  * this way a single data source has to be altered to support consistently getLinks, isIntentSupported.
31
31
  *
32
- * @version 1.136.2
32
+ * @version 1.136.3
33
33
  */
34
34
  sap.ui.define([
35
35
  "sap/base/Log",
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview Because the personalization processor only works with a CDM 3.0 site, this converter is used to transform a dedicated
5
5
  * CDM 3.1 site object into a CDM 3.0 site and backwards.
6
- * @version 1.136.2
6
+ * @version 1.136.3
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/base/Log"