@sapui5/sap.ushell 1.124.2 → 1.124.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (231) 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 +137 -62
  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/SessionHandler.js +35 -31
  8. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  9. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  10. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  11. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  12. package/src/main/js/sap/ushell/_URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  13. package/src/main/js/sap/ushell/_URLTemplateProcessor/DependencyGraph.js +1 -1
  14. package/src/main/js/sap/ushell/_URLTemplateProcessor/Functions.js +1 -1
  15. package/src/main/js/sap/ushell/_URLTemplateProcessor/Resolvers.js +1 -1
  16. package/src/main/js/sap/ushell/_URLTemplateProcessor/TemplateParameterParser.js +1 -1
  17. package/src/main/js/sap/ushell/_URLTemplateProcessor/utils.js +1 -1
  18. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  19. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  20. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  64. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  65. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +6 -0
  66. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/Renderer.js +19 -0
  67. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +51 -0
  68. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
  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/common/common.configure.ui5datetimeformat.js +1 -1
  73. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  74. package/src/main/js/sap/ushell/components/HomepageManager.js +1 -0
  75. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  76. package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +87 -4
  77. package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +1 -1
  78. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +2 -2
  79. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +11 -1
  80. package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +1 -1
  81. package/src/main/js/sap/ushell/components/applicationIntegration/elements/model.js +25 -2
  82. package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +1 -1
  83. package/src/main/js/sap/ushell/components/applicationIntegration/relatedShellElements/RelatedShellElements.js +1 -1
  84. package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +1 -1
  85. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  86. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  87. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  88. package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +1 -1
  89. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  90. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
  91. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
  92. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  93. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifestAppSearch.json +1 -1
  94. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  95. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  96. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  97. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  98. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  99. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  100. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  101. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  102. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  103. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +2 -1
  104. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  105. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  106. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  107. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  108. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  109. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  110. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
  111. package/src/main/js/sap/ushell/components/shell/Notifications/Notifications.controller.js +1 -2
  112. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  113. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  114. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  115. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  116. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  117. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  118. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  119. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  120. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  121. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  122. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  123. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  124. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  125. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  126. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  127. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  128. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  129. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  130. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  131. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  132. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  133. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  134. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  135. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  136. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  137. package/src/main/js/sap/ushell/library.js +1 -1
  138. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  139. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  140. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  141. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  142. package/src/main/js/sap/ushell/renderer/Renderer.js +44 -10
  143. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  144. package/src/main/js/sap/ushell/services/AppLifeCycle.js +1 -1
  145. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  146. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  147. package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
  148. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  149. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  150. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  151. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  152. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  153. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +14 -3
  154. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  155. package/src/main/js/sap/ushell/services/Extension/Item.js +38 -2
  156. package/src/main/js/sap/ushell/services/Extension.js +9 -4
  157. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
  158. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  159. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  160. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +39 -3
  161. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +5 -2
  162. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +5 -2
  163. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +11 -5
  164. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  165. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  166. package/src/main/js/sap/ushell/services/Message.js +1 -1
  167. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  168. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
  169. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  170. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  171. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  172. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  173. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  174. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  175. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  176. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  177. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  178. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  179. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  180. package/src/main/js/sap/ushell/services/Search.js +1 -1
  181. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  182. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  183. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  184. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  185. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  186. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  187. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  188. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  189. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +3 -3
  190. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  191. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  192. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  193. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  194. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  195. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  196. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Formatter.js +1 -1
  197. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundIndex.js +1 -1
  198. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundProvider.js +1 -1
  199. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  200. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Search.js +1 -1
  201. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/StagedLogger.js +1 -1
  202. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/SystemContext.js +1 -1
  203. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Utils.js +1 -1
  204. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/VirtualInbounds.js +1 -1
  205. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  206. package/src/main/js/sap/ushell/services/_CommonDataModel/SiteConverter.js +1 -1
  207. package/src/main/js/sap/ushell/services/_CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  208. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  209. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  210. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  211. package/src/main/js/sap/ushell/services/_MessageBroker/MessageBrokerEngine.js +1 -1
  212. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  213. package/src/main/js/sap/ushell/services/_PluginManager/Extensions.js +1 -1
  214. package/src/main/js/sap/ushell/services/_PluginManager/HeaderExtensions.js +1 -1
  215. package/src/main/js/sap/ushell/services/_PluginManager/MenuExtensions.js +1 -1
  216. package/src/main/js/sap/ushell/services/_Ui5ComponentLoader/utils.js +1 -1
  217. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  218. package/src/main/js/sap/ushell/ui/cards/FrequentActivitiesExtension.js +0 -4
  219. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -5
  220. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  221. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  222. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  223. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  224. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  225. package/src/main/js/sap/ushell/ui5service/ShellUIService.js +1 -1
  226. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  227. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  228. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
  229. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
  230. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  231. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
@@ -5,13 +5,15 @@
5
5
  * This files exposes an API to extend the launchpad with new elements.
6
6
  * It is exposed publicly and meant to be used by apps and plugins.
7
7
  *
8
- * @version 1.124.2
8
+ * @version 1.124.4
9
9
  */
10
10
  sap.ui.define([
11
+ "sap/ui/core/Element",
11
12
  "sap/ushell/services/Extension/Item",
12
13
  "sap/ushell/Container",
13
14
  "sap/ushell/utils"
14
15
  ], function (
16
+ Element,
15
17
  ExtensionItem,
16
18
  Container,
17
19
  ushellUtils
@@ -135,10 +137,11 @@ sap.ui.define([
135
137
  const fnShow = oRenderer.showHeaderItem.bind(oRenderer);
136
138
  const fnHide = oRenderer.hideHeaderItem.bind(oRenderer);
137
139
 
140
+ const bControlWasPreCreated = !!Element.getElementById(controlProperties.id);
138
141
  const oControl = await this._createControl(fnCreate, aCreateArgs);
139
142
  const fnVisibilityHandler = this._createItemVisibilityHandler(oControl.getId(), fnShow, fnHide);
140
143
 
141
- return new ExtensionItem(oControl, fnVisibilityHandler);
144
+ return new ExtensionItem(oControl, fnVisibilityHandler, bControlWasPreCreated);
142
145
  };
143
146
 
144
147
  /**
@@ -162,10 +165,11 @@ sap.ui.define([
162
165
  const fnShow = oRenderer.showHeaderEndItem.bind(oRenderer);
163
166
  const fnHide = oRenderer.hideHeaderEndItem.bind(oRenderer);
164
167
 
168
+ const bControlWasPreCreated = !!Element.getElementById(controlProperties.id);
165
169
  const oControl = await this._createControl(fnCreate, aCreateArgs);
166
170
  const fnVisibilityHandler = this._createItemVisibilityHandler(oControl.getId(), fnShow, fnHide);
167
171
 
168
- return new ExtensionItem(oControl, fnVisibilityHandler);
172
+ return new ExtensionItem(oControl, fnVisibilityHandler, bControlWasPreCreated);
169
173
  };
170
174
 
171
175
  // ========================================== UserAction ====================================================================
@@ -200,10 +204,11 @@ sap.ui.define([
200
204
  const fnShow = oRenderer.showActionButton.bind(oRenderer);
201
205
  const fnHide = oRenderer.hideActionButton.bind(oRenderer);
202
206
 
207
+ const bControlWasPreCreated = !!Element.getElementById(controlProperties.id);
203
208
  const oControl = await this._createControl(fnCreate, aCreateArgs);
204
209
  const fnVisibilityHandler = this._createItemVisibilityHandler(oControl.getId(), fnShow, fnHide);
205
210
 
206
- return new ExtensionItem(oControl, fnVisibilityHandler);
211
+ return new ExtensionItem(oControl, fnVisibilityHandler, bControlWasPreCreated);
207
212
  };
208
213
 
209
214
  Extension.hasNoAdapter = true;
@@ -4,7 +4,7 @@
4
4
  * @file The Unified Shell's page builder service providing the data for the Fiori launchpad's classic Homepage.
5
5
  * This is the privately used subset of the previously deprecated public LaunchPage service API
6
6
  * @private
7
- * @version 1.124.2
7
+ * @version 1.124.4
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/base/Log",
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * This interface does NOT work when called from within a iframe.
7
7
  *
8
- * @version 1.124.2
8
+ * @version 1.124.4
9
9
  */
10
10
  sap.ui.define([
11
11
  "sap/ui/base/ManagedObject",
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * This interface does NOT work when called from within a iframe.
7
7
  *
8
- * @version 1.124.2
8
+ * @version 1.124.4
9
9
  */
10
10
  sap.ui.define([
11
11
  "sap/ushell/Container"
@@ -5,13 +5,15 @@
5
5
  *
6
6
  * This interface does NOT work when called from within a iframe.
7
7
  *
8
- * @version 1.124.2
8
+ * @version 1.124.4
9
9
  */
10
10
  sap.ui.define([
11
11
  "sap/base/Log",
12
+ "sap/ushell/components/applicationIntegration/AppLifeCycle",
12
13
  "sap/ushell/Config"
13
14
  ], function (
14
15
  Log,
16
+ AppLifeCycleAI,
15
17
  Config
16
18
  ) {
17
19
  "use strict";
@@ -21,7 +23,11 @@ sap.ui.define([
21
23
  * @class
22
24
  * @classdesc Item wrapping an item positioned in an extension point.
23
25
  * To be instantiated by {@link sap.ushell.services.FrameBoundExtension}.
24
- *
26
+ * <br>
27
+ * The item will be automatically destroyed when the user navigates away from the current application.
28
+ * After calling {@link sap.ushell.services.FrameBoundExtension.Item#showOnHome} or {@link sap.ushell.services.FrameBoundExtension.Item#showForAllApps}
29
+ * the item is not destroyed automatically and has to be destroyed manually via {@link sap.ushell.services.FrameBoundExtension.Item#destroy}.
30
+ * <br>
25
31
  * <p><b>Restriction:</b> Does not work when called from within a iframe.
26
32
  * The calling function has to be in the 'same frame' as the launchpad itself.</p>
27
33
  *
@@ -48,9 +54,32 @@ sap.ui.define([
48
54
  throw new Error("Shall be implemented by item");
49
55
  };
50
56
 
51
- constructor (oControl, visibilityHandler) {
57
+ constructor (oControl, visibilityHandler, controlWasPreCreated) {
52
58
  this.#control = oControl;
53
59
  this.#visibilityHandler = visibilityHandler;
60
+
61
+ /*
62
+ * if the control was pre-created the application should take care of the control life cycle.
63
+ * Add the control to the managed queue by default and remove it once it is related to a base state.
64
+ */
65
+ if (!controlWasPreCreated) {
66
+ const ShellModel = AppLifeCycleAI.getElementsModel();
67
+ ShellModel.addElementToManagedQueue(this.#control);
68
+ } else {
69
+ Log.warning("The control was pre-created and the application is responsible for the control life cycle");
70
+ }
71
+ }
72
+
73
+ /**
74
+ * Removes the item from the managed queue.
75
+ * With this the item will not be destroyed when the user navigates away from the application.
76
+ *
77
+ * @since 1.128.0
78
+ * @private
79
+ */
80
+ #removeFromManagedQueue () {
81
+ const ShellModel = AppLifeCycleAI.getElementsModel();
82
+ ShellModel.removeElementFromManagedQueue(this.#control);
54
83
  }
55
84
 
56
85
  /**
@@ -99,6 +128,11 @@ sap.ui.define([
99
128
  * @private
100
129
  */
101
130
  setVisibilityForLaunchpadState (launchpadState, visible) {
131
+ if (visible) {
132
+ // if the item was once related to the base state it should not be added to the managed queue.
133
+ this.#removeFromManagedQueue();
134
+ }
135
+
102
136
  this.#visibilityMap[launchpadState] = visible;
103
137
  this.#visibilityHandler(visible, false, launchpadState);
104
138
  }
@@ -136,6 +170,7 @@ sap.ui.define([
136
170
  /**
137
171
  * Shows the item for all applications.
138
172
  * Does not change the visibility of the item for the launchpad "home".
173
+ * Disables the automatic destruction of the item when the user navigates away from the current application.
139
174
  * @returns {this} Reference to <code>this</code> for method chaining.
140
175
  *
141
176
  * @since 1.124.0
@@ -162,6 +197,7 @@ sap.ui.define([
162
197
  /**
163
198
  * Shows the item for launchpad "home".
164
199
  * Does not change the visibility of the item within applications.
200
+ * Disables the automatic destruction of the item when the user navigates away from the current application.
165
201
  * @returns {this} Reference to <code>this</code> for method chaining.
166
202
  *
167
203
  * @since 1.124.0
@@ -5,13 +5,15 @@
5
5
  *
6
6
  * This interface does NOT work when called from within a iframe.
7
7
  *
8
- * @version 1.124.2
8
+ * @version 1.124.4
9
9
  */
10
10
  sap.ui.define([
11
+ "sap/ui/core/Element",
11
12
  "sap/ushell/services/FrameBoundExtension/Item",
12
13
  "sap/ushell/Container",
13
14
  "sap/ushell/utils"
14
15
  ], function (
16
+ Element,
15
17
  ExtensionItem,
16
18
  Container,
17
19
  ushellUtils
@@ -76,6 +78,7 @@ sap.ui.define([
76
78
  const fnShow = this.#renderer.showLeftPaneContent.bind(this.#renderer);
77
79
  const fnHide = this.#renderer.hideLeftPaneContent.bind(this.#renderer);
78
80
 
81
+ const bControlWasPreCreated = !!Element.getElementById(controlProperties.id);
79
82
  const oControl = await ushellUtils.promisify(fnCreate(...aCreateArgs));
80
83
 
81
84
  async function visibilityHandler (visible, currentState, state) {
@@ -87,7 +90,7 @@ sap.ui.define([
87
90
  await ushellUtils.promisify(fnHide(oControl.getId(), currentState, states));
88
91
  }
89
92
 
90
- return new ExtensionItem(oControl, visibilityHandler);
93
+ return new ExtensionItem(oControl, visibilityHandler, bControlWasPreCreated);
91
94
  }
92
95
 
93
96
  /**
@@ -5,13 +5,15 @@
5
5
  *
6
6
  * This interface does NOT work when called from within a iframe.
7
7
  *
8
- * @version 1.124.2
8
+ * @version 1.124.4
9
9
  */
10
10
  sap.ui.define([
11
+ "sap/ui/core/Element",
11
12
  "sap/ushell/services/FrameBoundExtension/Item",
12
13
  "sap/ushell/Container",
13
14
  "sap/ushell/utils"
14
15
  ], function (
16
+ Element,
15
17
  ExtensionItem,
16
18
  Container,
17
19
  ushellUtils
@@ -73,6 +75,7 @@ sap.ui.define([
73
75
  const fnShow = this.#renderer.showToolAreaItem.bind(this.#renderer);
74
76
  const fnHide = this.#renderer.removeToolAreaItem.bind(this.#renderer);
75
77
 
78
+ const bControlWasPreCreated = !!Element.getElementById(controlProperties.id);
76
79
  const oControl = await ushellUtils.promisify(fnCreate(...aCreateArgs));
77
80
 
78
81
  async function visibilityHandler (visible, currentState, state) {
@@ -84,7 +87,7 @@ sap.ui.define([
84
87
  await ushellUtils.promisify(fnHide(oControl.getId(), currentState, states));
85
88
  }
86
89
 
87
- return new ExtensionItem(oControl, visibilityHandler);
90
+ return new ExtensionItem(oControl, visibilityHandler, bControlWasPreCreated);
88
91
  }
89
92
 
90
93
  /**
@@ -8,9 +8,10 @@
8
8
  * This service can only be called from the outer shell and is not available
9
9
  * in the inner shell or via post message API.
10
10
  *
11
- * @version 1.124.2
11
+ * @version 1.124.4
12
12
  */
13
13
  sap.ui.define([
14
+ "sap/ui/core/Element",
14
15
  "sap/ushell/services/FrameBoundExtension/FloatingContainer",
15
16
  "sap/ushell/services/FrameBoundExtension/Footer",
16
17
  "sap/ushell/services/FrameBoundExtension/Item",
@@ -19,6 +20,7 @@ sap.ui.define([
19
20
  "sap/ushell/Container",
20
21
  "sap/ushell/utils"
21
22
  ], function (
23
+ Element,
22
24
  FloatingContainerArea,
23
25
  FooterItem,
24
26
  ExtensionItem,
@@ -137,10 +139,11 @@ sap.ui.define([
137
139
  const fnShow = oRenderer.showHeaderItem.bind(oRenderer);
138
140
  const fnHide = oRenderer.hideHeaderItem.bind(oRenderer);
139
141
 
142
+ const bControlWasPreCreated = !!Element.getElementById(controlProperties.id);
140
143
  const oControl = await this._createControl(fnCreate, aCreateArgs);
141
144
  const fnVisibilityHandler = this._createItemVisibilityHandler(oControl.getId(), fnShow, fnHide);
142
145
 
143
- return new ExtensionItem(oControl, fnVisibilityHandler);
146
+ return new ExtensionItem(oControl, fnVisibilityHandler, bControlWasPreCreated);
144
147
  };
145
148
 
146
149
  /**
@@ -164,10 +167,11 @@ sap.ui.define([
164
167
  const fnShow = oRenderer.showHeaderEndItem.bind(oRenderer);
165
168
  const fnHide = oRenderer.hideHeaderEndItem.bind(oRenderer);
166
169
 
170
+ const bControlWasPreCreated = !!Element.getElementById(controlProperties.id);
167
171
  const oControl = await this._createControl(fnCreate, aCreateArgs);
168
172
  const fnVisibilityHandler = this._createItemVisibilityHandler(oControl.getId(), fnShow, fnHide);
169
173
 
170
- return new ExtensionItem(oControl, fnVisibilityHandler);
174
+ return new ExtensionItem(oControl, fnVisibilityHandler, bControlWasPreCreated);
171
175
  };
172
176
 
173
177
  // ========================================== SubHeader ====================================================================
@@ -199,13 +203,14 @@ sap.ui.define([
199
203
  const fnShow = oRenderer.showSubHeader.bind(oRenderer);
200
204
  const fnHide = oRenderer.hideSubHeader.bind(oRenderer);
201
205
 
206
+ const bControlWasPreCreated = !!Element.getElementById(controlProperties.id);
202
207
  const oControl = await this._createControl(fnCreate, aCreateArgs);
203
208
  const fnVisibilityHandler = this._createItemVisibilityHandler(oControl.getId(), fnShow, fnHide);
204
209
 
205
210
  // hide
206
211
  // fnVisibilityHandler(false, true, []);
207
212
 
208
- return new ExtensionItem(oControl, fnVisibilityHandler);
213
+ return new ExtensionItem(oControl, fnVisibilityHandler, bControlWasPreCreated);
209
214
  };
210
215
 
211
216
  // ========================================== SidePane ====================================================================
@@ -262,10 +267,11 @@ sap.ui.define([
262
267
  const fnShow = oRenderer.showActionButton.bind(oRenderer);
263
268
  const fnHide = oRenderer.hideActionButton.bind(oRenderer);
264
269
 
270
+ const bControlWasPreCreated = !!Element.getElementById(controlProperties.id);
265
271
  const oControl = await this._createControl(fnCreate, aCreateArgs);
266
272
  const fnVisibilityHandler = this._createItemVisibilityHandler(oControl.getId(), fnShow, fnHide);
267
273
 
268
- return new ExtensionItem(oControl, fnVisibilityHandler);
274
+ return new ExtensionItem(oControl, fnVisibilityHandler, bControlWasPreCreated);
269
275
  };
270
276
 
271
277
  // ========================================== Footer ====================================================================
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileoverview The Unified Shell's page builder service providing the data for the Fiori launchpad's classic Homepage.
5
- * @version 1.124.2
5
+ * @version 1.124.4
6
6
  * @deprecated since 1.120
7
7
  */
8
8
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The menu service provides the entries for the menu bar
5
- * @version 1.124.2
5
+ * @version 1.124.4
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/Config",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The Unified Shell's message service.
5
- * @version 1.124.2
5
+ * @version 1.124.4
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/Log",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview This module exposes API endpoints for Generic Communication
5
- * @version 1.124.2
5
+ * @version 1.124.4
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/services/_MessageBroker/MessageBrokerEngine",
@@ -4,7 +4,7 @@
4
4
  * compatible with the CrossApplicationNavigation service.
5
5
  * This shall only be used for the AppRuntime to enable 1.x inner shell running in 2.x host.
6
6
  *
7
- * @version 1.124.2
7
+ * @version 1.124.4
8
8
  */
9
9
 
10
10
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @fileOverview Navigation utility functions
4
4
  *
5
- * @version 1.124.2
5
+ * @version 1.124.4
6
6
  */
7
7
 
8
8
 
@@ -5,7 +5,7 @@
5
5
  * This file exposes an API to perform (invoke) Navigation for applications.
6
6
  * It exposes interfaces to perform a hash change and trigger a navigation.
7
7
  *
8
- * @version 1.124.2
8
+ * @version 1.124.4
9
9
  */
10
10
  sap.ui.define([
11
11
  "sap/base/Log",
@@ -8,7 +8,7 @@
8
8
  *
9
9
  * Configured with the ClientSideTargetResolutionAdapter.
10
10
  *
11
- * @version 1.124.2
11
+ * @version 1.124.4
12
12
  */
13
13
  sap.ui.define([
14
14
  "sap/ushell/resources"
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's page building service.
5
5
  *
6
- * @version 1.124.2
6
+ * @version 1.124.4
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/ui/thirdparty/jquery"
@@ -6,7 +6,7 @@
6
6
  * It provides the layout and tile data of pages in the pages runtime.
7
7
  * Only used on the ABAP platform and on local for testing.
8
8
  *
9
- * @version 1.124.2
9
+ * @version 1.124.4
10
10
  */
11
11
  sap.ui.define([], function () {
12
12
  "use strict";
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview This module deals with page related referencing and dereferencing.
5
- * @version 1.124.2
5
+ * @version 1.124.4
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/services/_PageReferencing/PageReferencer"
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview This module exposes a model containing the pages hierarchy to its clients.
5
- * @version 1.124.2
5
+ * @version 1.124.4
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/Log",
@@ -4,7 +4,7 @@
4
4
  * @fileOverview The Unified Shell's personalization service, which provides generic read and write access to the currently logged on user's
5
5
  * personalization settings for the app currently executed in the shell.
6
6
  *
7
- * @version 1.124.2
7
+ * @version 1.124.4
8
8
  * @deprecated since 1.120 Please use {@link sap.ushell.services.PersonalizationV2} instead
9
9
  */
10
10
  sap.ui.define([
@@ -4,7 +4,7 @@
4
4
  * @fileOverview The Unified Shell's personalization service, which provides generic read and write access to the currently logged on user's
5
5
  * personalization settings for the app currently executed in the shell.
6
6
  *
7
- * @version 1.124.2
7
+ * @version 1.124.4
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/base/Log",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The Unified Shell's PluginManager service. Allows handling the loading of Fiori Launchpad plugins.
5
- * @version 1.124.2
5
+ * @version 1.124.4
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/Log",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview resolves references
5
- * @version 1.124.2
5
+ * @version 1.124.4
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/Log",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The Unified Shell's search service which provides Enterprise Search via SINA.
5
- * @version 1.124.2
5
+ * @version 1.124.4
6
6
  */
7
7
  sap.ui.define(["sap/ui/core/Lib"], function (Library) {
8
8
  "use strict";
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's Search for myHome.
5
5
  *
6
- * @version 1.124.2
6
+ * @version 1.124.4
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/base/Log",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview This module exposes the searchable content.
5
- * @version 1.124.2
5
+ * @version 1.124.4
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/Config",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview Shell Navigation Service.
5
- * @version 1.124.2
5
+ * @version 1.124.4
6
6
  * @deprecated since 1.120
7
7
  */
8
8
  sap.ui.define([
@@ -12,7 +12,7 @@
12
12
  * it is pertinent that the API user employs this service's version of <code>toExternal()</code> for cross application
13
13
  * navigation (instead) of using the one provided by CrossApplicationNavigation service.</p>
14
14
  *
15
- * @version 1.124.2
15
+ * @version 1.124.4
16
16
  */
17
17
  sap.ui.define([
18
18
  "sap/ui/thirdparty/jquery",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview APIs for the S/4 MyHome
5
- * @version 1.124.2
5
+ * @version 1.124.4
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/Config",
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's UI tracing service.
5
5
  *
6
- * @version 1.124.2
6
+ * @version 1.124.4
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/ushell/EventHub",
@@ -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.124.2
9
+ * @version 1.124.4
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.124.2
4
+ * @version 1.124.4
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.124.2
7
+ * @version 1.124.4
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/base/Log",
@@ -225,9 +225,9 @@ sap.ui.define([
225
225
  if (typeof oComponentProperties.manifest === "string" && oComponentProperties.manifest.length > 0 && "sap.ui.fl" in Library.all()) {
226
226
  sap.ui.require(["sap/ui/fl/apply/api/FlexRuntimeInfoAPI"], (FlexRuntimeInfoAPI) => {
227
227
  try {
228
- let sNewVersion = FlexRuntimeInfoAPI.getFlexVersion({ reference: oComponentProperties.name });
228
+ const sNewVersion = FlexRuntimeInfoAPI.getFlexVersion({ reference: oData.appPropertiesSafe.ui5ComponentName });
229
229
  if (typeof sNewVersion === "string" && sNewVersion.length > 0) {
230
- let oManifestUrl = new URI(oComponentProperties.manifest);
230
+ const oManifestUrl = new URI(oComponentProperties.manifest);
231
231
  oManifestUrl.addQuery("version", sNewVersion);
232
232
  oComponentProperties.manifest = oManifestUrl.toString();
233
233
  }
@@ -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.124.2
17
+ * @version 1.124.4
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.124.2
10
+ * @version 1.124.4
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.124.2
6
+ * @version 1.124.4
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/base/Log",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The Unified Shell's user activity service.
5
- * @version 1.124.2
5
+ * @version 1.124.4
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.124.2
10
+ * @version 1.124.4
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.124.2
5
+ * @version 1.124.4
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/ui/launchpad/VizInstance",