@sapui5/sap.ushell 1.122.1 → 1.123.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (259) 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/Container.js +9 -1
  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.js +1 -1
  9. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  10. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  11. package/src/main/js/sap/ushell/_URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  12. package/src/main/js/sap/ushell/_URLTemplateProcessor/DependencyGraph.js +1 -1
  13. package/src/main/js/sap/ushell/_URLTemplateProcessor/Functions.js +1 -1
  14. package/src/main/js/sap/ushell/_URLTemplateProcessor/Resolvers.js +1 -1
  15. package/src/main/js/sap/ushell/_URLTemplateProcessor/TemplateParameterParser.js +1 -1
  16. package/src/main/js/sap/ushell/_URLTemplateProcessor/utils.js +1 -1
  17. package/src/main/js/sap/ushell/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 -2
  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/api/workpage/Designtime.js +18 -0
  65. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +13 -2
  66. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +2 -2
  67. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
  68. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +18 -8
  69. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  70. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/logger.js +1 -1
  71. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/state.js +1 -1
  72. package/src/main/js/sap/ushell/bootstrap/cdm/cdm.constants.js +1 -1
  73. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  74. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +5 -1
  75. package/src/main/js/sap/ushell/bootstrap/common/common.util.js +27 -2
  76. package/src/main/js/sap/ushell/bootstrap/sandbox2/sandboxConfig.json +0 -5
  77. package/src/main/js/sap/ushell/bootstrap/sandbox2/sandboxSite.json +3 -112
  78. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +8 -1
  79. package/src/main/js/sap/ushell/components/_HeaderManager/AddHeadEndItemsStrategy.js +3 -0
  80. package/src/main/js/sap/ushell/components/_HeaderManager/ControlManager.js +1 -1
  81. package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +2 -2
  82. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  83. package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +1 -2
  84. package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +1 -1
  85. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +1 -1
  86. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +1 -1
  87. package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +1 -1
  88. package/src/main/js/sap/ushell/components/applicationIntegration/elements/model.js +1 -1
  89. package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +1 -1
  90. package/src/main/js/sap/ushell/components/applicationIntegration/relatedShellElements/RelatedShellElements.js +1 -1
  91. package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +1 -1
  92. package/src/main/js/sap/ushell/components/contentFinder/Component.js +13 -2
  93. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +12 -5
  94. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  95. package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +1 -1
  96. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  97. package/src/main/js/sap/ushell/components/contentFinder/model/formatter.js +0 -4
  98. package/src/main/js/sap/ushell/components/contentFinder/resources/resources.properties +2 -0
  99. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearch.view.xml +159 -137
  100. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchCategoryTree.view.xml +24 -0
  101. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +31 -0
  102. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +146 -0
  103. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +59 -0
  104. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifestAppSearch.json +50 -0
  105. package/src/main/js/sap/ushell/components/contentFinderStandalone/view/ContentFinderStandalone.view.xml +15 -0
  106. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  107. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  108. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  109. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  110. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  111. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  112. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  113. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  114. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  115. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
  116. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  117. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  118. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  119. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  120. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  121. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  122. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
  123. package/src/main/js/sap/ushell/components/shell/Notifications/Notifications.controller.js +0 -4
  124. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  125. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  126. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  127. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  128. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  129. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  130. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  131. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  132. package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.controller.js +1 -1
  133. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  134. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  135. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  136. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  137. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  138. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  139. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  140. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  141. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  142. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  143. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  144. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  145. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  146. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  147. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  148. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  149. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  150. package/src/main/js/sap/ushell/library.js +2 -1
  151. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  152. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  153. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  154. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  155. package/src/main/js/sap/ushell/renderer/Renderer.js +44 -32
  156. package/src/main/js/sap/ushell/renderer/Shell.controller.js +2 -24
  157. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  158. package/src/main/js/sap/ushell/renderers/fiori2/Renderer.js +2 -1
  159. package/src/main/js/sap/ushell/services/AppConfiguration.js +26 -12
  160. package/src/main/js/sap/ushell/services/AppLifeCycle.js +154 -39
  161. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  162. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  163. package/src/main/js/sap/ushell/services/BookmarkV2.js +104 -134
  164. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  165. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  166. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  167. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  168. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  169. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  170. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  171. package/src/main/js/sap/ushell/services/Extension/FloatingContainer.js +1 -1
  172. package/src/main/js/sap/ushell/services/Extension/Footer.js +1 -1
  173. package/src/main/js/sap/ushell/services/Extension/Header.js +1 -1
  174. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  175. package/src/main/js/sap/ushell/services/Extension/SidePane.js +1 -1
  176. package/src/main/js/sap/ushell/services/Extension/ToolArea.js +1 -1
  177. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  178. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +9 -2
  179. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  180. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  181. package/src/main/js/sap/ushell/services/Message.js +1 -1
  182. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  183. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  184. package/src/main/js/sap/ushell/services/Navigation.js +46 -9
  185. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  186. package/src/main/js/sap/ushell/services/NotificationsV2.js +141 -9
  187. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  188. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  189. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  190. package/src/main/js/sap/ushell/services/Pages.js +58 -16
  191. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  192. package/src/main/js/sap/ushell/services/PersonalizationV2/ContextContainer.js +1 -1
  193. package/src/main/js/sap/ushell/services/PersonalizationV2/VariantSetAdapter.js +1 -1
  194. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  195. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  196. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  197. package/src/main/js/sap/ushell/services/Search.js +1 -1
  198. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  199. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  200. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  201. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  202. package/src/main/js/sap/ushell/services/SpaceContent.js +38 -13
  203. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  204. package/src/main/js/sap/ushell/services/URLParsing.js +42 -20
  205. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  206. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  207. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  208. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  209. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  210. package/src/main/js/sap/ushell/services/UserInfo.js +17 -4
  211. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  212. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  213. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  214. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Formatter.js +1 -1
  215. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundIndex.js +1 -1
  216. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundProvider.js +1 -1
  217. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  218. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Search.js +1 -1
  219. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/StagedLogger.js +1 -1
  220. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/SystemContext.js +1 -1
  221. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Utils.js +1 -1
  222. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/VirtualInbounds.js +1 -1
  223. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  224. package/src/main/js/sap/ushell/services/_CommonDataModel/SiteConverter.js +1 -1
  225. package/src/main/js/sap/ushell/services/_CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  226. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  227. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  228. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  229. package/src/main/js/sap/ushell/services/_MessageBroker/MessageBrokerEngine.js +1 -1
  230. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  231. package/src/main/js/sap/ushell/services/_PluginManager/Extensions.js +1 -1
  232. package/src/main/js/sap/ushell/services/_PluginManager/HeaderExtensions.js +1 -1
  233. package/src/main/js/sap/ushell/services/_PluginManager/MenuExtensions.js +1 -1
  234. package/src/main/js/sap/ushell/services/_Ui5ComponentLoader/utils.js +34 -5
  235. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  236. package/src/main/js/sap/ushell/ui/AppContainer.js +44 -0
  237. package/src/main/js/sap/ushell/ui/appfinder/AppBoxInternal.js +3 -3
  238. package/src/main/js/sap/ushell/ui/appfinder/AppBoxInternalRenderer.js +103 -0
  239. package/src/main/js/sap/ushell/ui/appfinder/AppBoxRenderer.js +7 -98
  240. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  241. package/src/main/js/sap/ushell/ui/launchpad/CatalogsContainer.js +5 -3
  242. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  243. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  244. package/src/main/js/sap/ushell/ui/launchpad/ViewPortState.js +2 -1
  245. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  246. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  247. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  248. package/src/main/js/sap/ushell/ui5service/ShellUIService.js +1 -1
  249. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  250. package/src/main/js/sap/ushell/ui5service/_ShellUIService/shelluiservice.class.factory.js +30 -48
  251. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  252. package/src/main/js/sap/ushell/utils/tilecard/TileCard.js +342 -0
  253. package/src/main/js/sap/ushell/utils/tilecard/TileCardExtension.js +384 -0
  254. package/src/main/js/sap/ushell/utils/tilecard/resources/resources.properties +11 -0
  255. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
  256. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +57 -4
  257. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +44 -17
  258. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  259. package/ui5.yaml +2 -0
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview APIs for the S/4 MyHome
5
- * @version 1.122.1
5
+ * @version 1.123.0
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/Config",
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  * Returns the data of a page
62
62
  *
63
63
  * @param {string} pageId ID of the page
64
- * @returns {Promise<object>} Promise that resolves with the page data
64
+ * @returns {Promise<sap.ushell.services.Pages.PageData>} Promise that resolves with the page data
65
65
  * @since 1.103.0
66
66
  *
67
67
  * @private
@@ -84,7 +84,7 @@ sap.ui.define([
84
84
  * Returns the data of multiple pages
85
85
  *
86
86
  * @param {string[]} pageIds IDs of the pages
87
- * @returns {Promise<object>} Promise that resolves with the page data
87
+ * @returns {Promise<sap.ushell.services.Pages.PageData[]>} Promise that resolves with the page data
88
88
  * @since 1.103.0
89
89
  *
90
90
  * @private
@@ -112,7 +112,7 @@ sap.ui.define([
112
112
  *
113
113
  * @param {string} pageId The ID of the page to which the section is added
114
114
  * @param {int} sectionIndex The index of the added section on the page
115
- * @param {object} [sectionProperties] Properties of the added section
115
+ * @param {sap.ushell.services.Pages.Section} [sectionProperties] Properties of the added section
116
116
  *
117
117
  * @returns {Promise<undefined>} Promise which resolves after the personalization was saved
118
118
  *
@@ -161,7 +161,7 @@ sap.ui.define([
161
161
  * @param {int} targetSectionIndex The index of the section to which the visualization should be moved
162
162
  * @param {int} targetVisualizationIndex The new index of the moved visualization. If -1 is passed, the visualization is moved to the last position.
163
163
  *
164
- * @returns {Promise<object>} Promise which resolves with an object containing the visualizationIndex after the personalization was saved
164
+ * @returns {Promise<{visualizationIndex: int}>} Promise which resolves with an object containing the visualizationIndex after the personalization was saved.
165
165
  * @since 1.103.0
166
166
  *
167
167
  * @private
@@ -235,7 +235,7 @@ sap.ui.define([
235
235
  /**
236
236
  * Creates VizInstance controls from the visualization data returned by getPage and getPages.
237
237
  *
238
- * @param {object} vizData Data for a visualization
238
+ * @param {sap.ushell.services.Pages.Visualization} vizData Data for a visualization
239
239
  *
240
240
  * @returns {sap.ushell.ui.launchpad.VizInstanceBase} A VizInstance control
241
241
  *
@@ -303,15 +303,22 @@ sap.ui.define([
303
303
  };
304
304
 
305
305
  /**
306
- * Attempt to determine a value for the parameter name.
306
+ * Type for describing a parameter value range.
307
307
  *
308
- * @param {string} parameterName The parameter name
308
+ * @typedef {object} sap.ushell.services.SpaceContent.Range
309
+ * @property {string} Sign The sign value of the range.
310
+ * @property {string} Option The option value of the range.
311
+ * @property {string} Low The low value of the range.
312
+ * @property {string} High The high value of the range.
309
313
  *
310
- * @returns {Promise<object>}
311
- * A Promise that resolves to an object containing the parameter values.
312
- * Returns single parameters in property value and range parameters in
313
- * property extendedValue.
314
- * Example:
314
+ * @since 1.120.0
315
+ * @public
316
+ */
317
+
318
+ /**
319
+ * Type for the value of a UserDefault parameter. It contains either a value, an extendedValue, or both.
320
+ *
321
+ * Example:
315
322
  * <pre>
316
323
  * {
317
324
  * "value": "ZMAT1",
@@ -328,6 +335,24 @@ sap.ui.define([
328
335
  * }
329
336
  * </pre>
330
337
  *
338
+ * @typedef {object} sap.ushell.services.SpaceContent.ParameterValue
339
+ * @property {string} [value] The value of a single-parameter.
340
+ * @property {{Ranges: sap.ushell.services.SpaceContent.Range[]}} [extendedValue] Object containing the ranges for a range-parameter.
341
+ *
342
+ * @since 1.120.0
343
+ * @public
344
+ */
345
+
346
+ /**
347
+ * Attempt to determine a value for the parameter name.
348
+ *
349
+ * @param {string} parameterName The parameter name
350
+ *
351
+ * @returns {Promise<null|sap.ushell.services.SpaceContent.ParameterValue>}
352
+ * A Promise that resolves to an object containing the parameter values.
353
+ * Returns single parameters in property value and range parameters in
354
+ * property extendedValue. Returns null if the parameter has no value.
355
+ *
331
356
  * @since 1.103.0
332
357
  *
333
358
  * @private
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's UI tracing service.
5
5
  *
6
- * @version 1.122.1
6
+ * @version 1.123.0
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/ushell/EventHub",
@@ -158,10 +158,18 @@ sap.ui.define([
158
158
  };
159
159
 
160
160
  /**
161
- * parse parameters from a URI query string (starting with ?) into a parameter object
161
+ * Type for Url value
162
+ * @typedef {string|int} sap.ushell.services.URLParsing.URLValue
163
+ * @since 1.120.0
164
+ * @public
165
+ */
166
+
167
+ /**
168
+ * This method parses parameters from a URI query string (starting with ?)
169
+ * and puts the result into a parameter object.
162
170
  *
163
- * @param {string} sParams Parameter string, e.g. <code>?ABC=1&ABC=1%202DEF=4</code>
164
- * @returns {object} oParams, any value { ABC : ["1", "1 2DEF=4"]}
171
+ * @param {sap.ui.core.URI} sParams Parameter string, e.g. <code>?ABC=1&ABC=1%202&DEF=4</code>
172
+ * @returns {Object<string, sap.ushell.services.URLParsing.URLValue[]>} The parsed parameters, e.g. { ABC : ["1", "1 2"], DEF : ["4"]}.
165
173
  *
166
174
  * @since 1.20.0
167
175
  * @public
@@ -171,11 +179,12 @@ sap.ui.define([
171
179
  };
172
180
 
173
181
  /**
182
+ *
174
183
  * combine members of a javascript object into a parameter string,
175
184
  * note that parameters are ordered in an arbitrary manner which is subject to change
176
185
  *
177
- * @param {object} oParams any value { ABC : [1,"1 2"], DEF : ["4"]}
178
- * @returns {string} <code>ABC=1&ABC=1%202DEF=4</code>
186
+ * @param {Object<string, sap.ushell.services.URLParsing.URLValue[]>} oParams The parameters to combine into the parameter String, e.g. <code>{ ABC : [1,"1 2"], DEF : ["4"]}</code>
187
+ * @returns {sap.ui.core.URI} * @returns {sap.ui.core.URI} The parameter string, e.g. <code>ABC=1&ABC=1%202&DEF=4</code>.
179
188
  * Note that the result is *not* prefixed with a "?", parameter values are encodeURIComponent encoded.
180
189
  *
181
190
  * @since 1.20.0
@@ -200,22 +209,24 @@ sap.ui.define([
200
209
  return UrlParsingUtil.privparamsToString(oParams, sDelimiter, sAssign);
201
210
  };
202
211
 
212
+ /**
213
+ * Type for decomposedHash
214
+ * @typedef {object} sap.ushell.services.URLParsing.decomposedHash
215
+ * @property {string} semanticObject the semantic object
216
+ * @property {string} action the action
217
+ * @property {string} contextRaw the raw context string
218
+ * @property {Object<string, string[]>} params the parameters
219
+ * @since 1.120.0
220
+ * @public
221
+ */
222
+
203
223
  /**
204
224
  * Decompose a shell hash into the respective parts
205
225
  *
206
- * @param {string} sHash Hash part of a shell compliant URL
226
+ * @param {sap.ushell.services.Navigation.TargetIntent} sHash Hash part of a shell compliant URL
207
227
  * <code>#SO-Action~Context?P1=a&P2=x&/route?RPV=1</code> the hash part of an URL, <br/>
208
228
  * e.g. <code>"#Object-name~AFE2==?PV1=PV2&PV4=V5&/display/detail/7?UU=HH</code>
209
- * @returns {object} <code>undefined</code> if not a parsable hash<br/>
210
- * <pre>
211
- * {
212
- * semanticObject : string, <br/>
213
- * action : string, <br/>
214
- * contextRaw : string, <br/>
215
- * params : MapObject<String,Array[String]>, <br/>
216
- * appSpecificRoute : string <br/>
217
- * }
218
- * </pre>
229
+ * @returns {sap.ushell.services.URLParsing.decomposedHash} <code>undefined</code> if not a parsable hash<br/>
219
230
  * Note that params always has an Array for each parameter value!
220
231
  *
221
232
  * @since 1.16.0
@@ -238,15 +249,26 @@ sap.ui.define([
238
249
  return UrlParsingUtil.privstripLeadingHash(sHash);
239
250
  };
240
251
 
252
+ /**
253
+ * Type for splitHash
254
+ * @typedef {object} sap.ushell.services.URLParsing.splitHash
255
+ * @property {sap.ui.core.URI} shellPart the shell part of the hash
256
+ * @property {sap.ui.core.URI} appSpecificRoute the app specific route part of the hash
257
+ * @since 1.120.0
258
+ * @public
259
+ */
260
+
241
261
  /**
242
262
  * split a Unified Shell compliant hash into an Object containing a shell specific part and an app specific parts</br>
243
263
  * for non compliant hash strings, the empty object {} is returned.
244
264
  * an optional leading # is stripped
245
265
  *
246
- * @param {string} sHash Hash part of a shell conformant URL
247
- * <code>#SO-Action~Context?P1=a&P2=x&/route?RPV=1<code>
248
- * the hash part of an URL, e.g. <code>"#Object-name~AFE2==?PV1=PV2&PV4=V5&/display/detail/7?UU=HH<code>
249
- * @returns {object}
266
+ * @param {sap.ushell.services.Navigation.TargetIntent} sHash The hash part of a shell conformant URL.
267
+ * It has to have the following format:
268
+ * <code>#SO-Action~Context?P1=a&P2=x&/route?RPV=1<code>
269
+ * Here is an example for the hash part of an URL:
270
+ * <code>"#Object-name~AFE2==?PV1=PV2&PV4=V5&/display/detail/7?UU=HH<code>
271
+ * @returns {sap.ushell.services.URLParsing.splitHash}
250
272
  * <code>{}</code>(empty object) if not a parsable hash
251
273
  * <pre>
252
274
  * {
@@ -6,7 +6,7 @@
6
6
  * Service wrapper for the sap/ushell/utils/UrlShortening module.
7
7
  * @deprecated since 1.118. Please use the UrlShortening module directly.
8
8
  *
9
- * @version 1.122.1
9
+ * @version 1.123.0
10
10
  */
11
11
  sap.ui.define(["sap/ushell/utils/UrlShortening"], function (UrlShortening) {
12
12
  "use strict";
@@ -1,7 +1,7 @@
1
1
  // Copyright (c) 2009-2023 SAP SE, All Rights Reserved
2
2
  /**
3
3
  * @fileOverview The URLTemplate service provides utilities when working with URL templates
4
- * @version 1.122.1
4
+ * @version 1.123.0
5
5
  */
6
6
  sap.ui.define([
7
7
  "sap/ushell/utils",
@@ -4,7 +4,7 @@
4
4
  * @fileOverview The Unified Shell's UI5 component loader service.
5
5
  * This is a shell-internal service and no public or application facing API!
6
6
  *
7
- * @version 1.122.1
7
+ * @version 1.123.0
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/base/Log",
@@ -14,7 +14,7 @@
14
14
  *
15
15
  * This is *not* an application facing service, but for Shell Internal usage.
16
16
  *
17
- * @version 1.122.1
17
+ * @version 1.123.0
18
18
  */
19
19
  sap.ui.define([
20
20
  "sap/base/Log",
@@ -7,7 +7,7 @@
7
7
  * This service should be accessed by the application
8
8
  * via the CrossApplicationNavigation service.
9
9
  *
10
- * @version 1.122.1
10
+ * @version 1.123.0
11
11
  */
12
12
  sap.ui.define([
13
13
  "sap/base/Log",
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's user information service. Allows retrieving information about the logged-in user.
5
5
  *
6
- * @version 1.122.1
6
+ * @version 1.123.0
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/base/Log",
@@ -119,10 +119,23 @@ sap.ui.define([
119
119
  };
120
120
 
121
121
  /**
122
- * Returns an object representing data about the user: ID, first name, last name, full name, e-mail address.
122
+ * Type for an object representing data about the user: ID, first name, last name, full name, e-mail address.
123
+ * @typedef {object} sap.ushell.services.UserInfo.ShellUserInfo
124
+ * @property {string} id The user id.
125
+ * @property {string} email The user's email address.
126
+ * @property {string} firstName The user's first name.
127
+ * @property {string} lastName The user's last name.
128
+ * @property {string} fullName The user's full name.
129
+ *
130
+ * @since 1.120.0
131
+ * @public
132
+ */
133
+
134
+ /**
135
+ * Returns an object representing data about the user.
123
136
  *
124
- * @returns {Promise}
125
- * object providing information about the logged-in user: ID, first name, last name, full name, e-mail address
137
+ * @returns {Promise<sap.ushell.services.UserInfo.ShellUserInfo>}
138
+ * Object providing information about the logged-in user.
126
139
  *
127
140
  * @since 1.71.0
128
141
  * @public
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The Unified Shell's user activity service.
5
- * @version 1.122.1
5
+ * @version 1.123.0
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/util/ObjectPath",
@@ -7,7 +7,7 @@
7
7
  *
8
8
  * Configured with the LaunchPageAdapter.
9
9
  *
10
- * @version 1.122.1
10
+ * @version 1.123.0
11
11
  */
12
12
  sap.ui.define([
13
13
  "sap/ushell/resources",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview This module deals with the instantiation of visualizations in a platform independent way.
5
- * @version 1.122.1
5
+ * @version 1.123.0
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/ui/launchpad/VizInstance",
@@ -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.122.1
16
+ * @version 1.123.0
17
17
  */
18
18
  sap.ui.define([
19
19
  ], function () {
@@ -27,7 +27,7 @@
27
27
  *
28
28
  * @private
29
29
  *
30
- * @version 1.122.1
30
+ * @version 1.123.0
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.122.1
37
+ * @version 1.123.0
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.122.1
7
+ * @version 1.123.0
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.122.1
11
+ * @version 1.123.0
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.122.1
42
+ * @version 1.123.0
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.122.1
11
+ * @version 1.123.0
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.122.1
9
+ * @version 1.123.0
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.122.1
15
+ * @version 1.123.0
16
16
  */
17
17
  sap.ui.define([], function () {
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.122.1
9
+ * @version 1.123.0
10
10
  */
11
11
  sap.ui.define([
12
12
  "sap/ushell/services/_ClientSideTargetResolution/Utils",
@@ -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.122.1
6
+ * @version 1.123.0
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/base/Log"
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @file Utility for loading the default visualization types for the CDM runtime.
5
- * @version 1.122.1
5
+ * @version 1.123.0
6
6
  */
7
7
 
8
8
  sap.ui.define([
@@ -7,7 +7,7 @@
7
7
  * config handler which is called by the factory to generate an explicit
8
8
  * Adapter configuration
9
9
  *
10
- * @version 1.122.1
10
+ * @version 1.123.0
11
11
  * @private
12
12
  */
13
13
  sap.ui.define([
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview Provide mock feature group data
5
5
  *
6
- * @version 1.122.1
6
+ * @version 1.123.0
7
7
  * @private
8
8
  */
9
9
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @fileOverview Cross Application Navigation utility functions
4
4
  *
5
- * @version 1.122.1
5
+ * @version 1.123.0
6
6
  * @deprecated since 1.120.0
7
7
  */
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview This module contains the implementation of the message broker
5
- * @version 1.122.1
5
+ * @version 1.123.0
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/Log",
@@ -4,7 +4,7 @@
4
4
  * @file This module is responsible to create reference pages,
5
5
  * which are shareable JSON representations of layout and navigation targets in the specific format.
6
6
  *
7
- * @version 1.122.1
7
+ * @version 1.123.0
8
8
  * @private
9
9
  */
10
10
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @fileOverview The extensions which plugins can use to customise the launchpad
4
4
  *
5
- * @version 1.122.1
5
+ * @version 1.123.0
6
6
  * @private
7
7
  */
8
8
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The extensions for the ShellHeader
5
- * @version 1.122.1
5
+ * @version 1.123.0
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/EventHub"
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The extensions for the MenuBar, an interface to let plugins request menu entry providers.
5
5
  *
6
- * @version 1.122.1
6
+ * @version 1.123.0
7
7
  */
8
8
  sap.ui.define([], function () {
9
9
  "use strict";
@@ -3,7 +3,7 @@
3
3
  * @fileOverview Helper functions for <code>sap.ushell.services.Ui5ComponentLoader
4
4
  * This is a shell-internal service and no public or application facing API!
5
5
  *
6
- * @version 1.122.1
6
+ * @version 1.123.0
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/base/Log",
@@ -33,14 +33,29 @@ sap.ui.define([
33
33
  */
34
34
  aDefaultDependencies = ["sap.ca.scfld.md", "sap.ca.ui", "sap.me", "sap.ui.unified"];
35
35
 
36
+ /**
37
+ * Type for component data
38
+ * sap.ushell.services.Ui5ComponentLoader.ComponentData
39
+ * @typedef {object} sap.ushell.services.Ui5ComponentLoader.ComponentData
40
+ * @property {object} [config] Application configuration, or technical parameter if not present
41
+ * @property {object} [startupParameters] Application startup parameters
42
+
43
+ * @property {sap.ui.core.URI} url URL of the component
44
+ * @property {object} applicationDependencies Application dependencies
45
+ * @property {string} ui5ComponentName Name of the UI5 component
46
+ * @since 1.120.0
47
+ * @private
48
+ * @ui5-restricted unified inbox
49
+ */
50
+
36
51
  /**
37
52
  * Creates a UI5 component instance asynchronously.
38
53
  *
39
- * @param {object} oComponentProperties
54
+ * @param {{manifest:object}} oComponentProperties
40
55
  * the Ui5 component properties
41
- * @param {object} oComponentData
56
+ * @param {sap.ushell.services.Ui5ComponentLoader.ComponentData} oComponentData
42
57
  * the Ui5 component data
43
- * @returns {jQuery.Promise} Resolves with an instance of
58
+ * @returns {jQuery.Promise<sap.ui.component>} Resolves with an instance of
44
59
  * <code>sap.ui.component</code> containing the instantiated
45
60
  * Ui5 component.
46
61
  *
@@ -218,6 +233,15 @@ sap.ui.define([
218
233
  /**
219
234
  * Creates a componentProperties object that can be used to instantiate
220
235
  * a ui5 component.
236
+ * @param {boolean} bAddCoreExtPreloadBundle Whether to add the core-ext-light-preload bundle to the component properties.
237
+ * @param {boolean} bLoadDefaultDependencies Whether to load default dependencies.
238
+ * @param {boolean} bNoCachebusterTokens Whether to remove cachebuster tokens from the URLs in the component properties.
239
+ * @param {string[]} aWaitForBeforeInstantiation The list of components to wait for before instantiating the component.
240
+ * @param {object} oApplicationDependencies The application dependencies.
241
+ * @param {string} sUi5ComponentName The name of the UI5 component.
242
+ * @param {string} sComponentUrl The URL of the component.
243
+ * @param {string} sAppComponentId The ID of the app component.
244
+ * @param {string[]} aCoreResourcesComplement The list of core resources to complement the component properties with.
221
245
  *
222
246
  * @returns {object}
223
247
  * The component properties that can be used to instantiate the UI5
@@ -279,10 +303,15 @@ sap.ui.define([
279
303
  return oComponentProperties;
280
304
  }
281
305
 
282
-
283
306
  /**
284
307
  * Creates a componentData object that can be used to instantiate a ui5
285
308
  * component.
309
+ * @param {object} oBaseComponentData The base component data.
310
+ * @param {string} sComponentUrl The URL of the component.
311
+ * @param {object} oApplicationConfiguration The application configuration.
312
+ * @param {object} oTechnicalParameters The technical parameters.
313
+ * @returns {sap.ushell.services.Ui5ComponentLoader.ComponentData}
314
+ }
286
315
  */
287
316
  function createComponentData (oBaseComponentData, sComponentUrl, oApplicationConfiguration, oTechnicalParameters) {
288
317
  var oComponentData = deepExtend({
@@ -9,7 +9,7 @@
9
9
  * Fiori launchpad in a tree table separated by IconTabFilters for the first level properties of the configuration object.
10
10
  * Also it provides a search for last level properties.
11
11
  *
12
- * @version 1.122.1
12
+ * @version 1.123.0
13
13
  */
14
14
  sap.ui.define([
15
15
  "sap/ui/core/Element",