@sapui5/sap.ushell 1.123.1 → 1.124.1

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 (671) 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/AppInfoParameters.js +10 -6
  4. package/src/main/js/sap/ushell/Container.js +8 -3
  5. package/src/main/js/sap/ushell/EventHub.js +17 -28
  6. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  7. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +8 -12
  8. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  9. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  10. package/src/main/js/sap/ushell/UI5ComponentType.js +2 -2
  11. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  12. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  13. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  14. package/src/main/js/sap/ushell/_URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  15. package/src/main/js/sap/ushell/_URLTemplateProcessor/DependencyGraph.js +1 -1
  16. package/src/main/js/sap/ushell/_URLTemplateProcessor/Functions.js +1 -1
  17. package/src/main/js/sap/ushell/_URLTemplateProcessor/Resolvers.js +1 -1
  18. package/src/main/js/sap/ushell/_URLTemplateProcessor/TemplateParameterParser.js +1 -1
  19. package/src/main/js/sap/ushell/_URLTemplateProcessor/utils.js +1 -1
  20. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +5 -5
  22. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +5 -5
  26. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +5 -2
  48. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +5 -5
  51. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/MenuAdapter.js +2 -2
  56. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  64. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  65. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  66. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +3 -3
  67. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +3 -3
  68. package/src/main/js/sap/ushell/api/NewExperience/CustomOverflowListItem.js +48 -0
  69. package/src/main/js/sap/ushell/api/NewExperience.js +270 -0
  70. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +6 -0
  71. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/Renderer.js +1 -1
  72. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_cnr.properties +10 -0
  73. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_en_US_saprigi.properties +5 -5
  74. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_mk.properties +10 -0
  75. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_sh.properties +3 -3
  76. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_sr.properties +10 -0
  77. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_cnr.properties +4 -0
  78. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_en_US_saprigi.properties +2 -2
  79. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_mk.properties +4 -0
  80. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_sh.properties +1 -1
  81. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_sr.properties +4 -0
  82. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/Renderer.js +1 -1
  83. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +0 -11
  84. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +153 -0
  85. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +157 -0
  86. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +23 -0
  87. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  88. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/FLPScheduler.js +14 -20
  89. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/LoadingConfiguration.json +0 -4
  90. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/StepConfiguration.json +0 -9
  91. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/logger.js +1 -1
  92. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/state.js +2 -2
  93. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  94. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +4 -1
  95. package/src/main/js/sap/ushell/bootstrap/common/common.read.ushell.config.from.url.js +20 -5
  96. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  97. package/src/main/js/sap/ushell/components/CatalogsManager.js +0 -8
  98. package/src/main/js/sap/ushell/components/HeaderManager.js +44 -1
  99. package/src/main/js/sap/ushell/components/SharedComponentUtils.js +2 -2
  100. package/src/main/js/sap/ushell/components/_HeaderManager/AddHeadEndItemsStrategy.js +8 -2
  101. package/src/main/js/sap/ushell/components/_HeaderManager/ShellHeader.controller.js +21 -4
  102. package/src/main/js/sap/ushell/components/_HomepageManager/PersistentPageOperationAdapter.js +2 -57
  103. package/src/main/js/sap/ushell/components/appfinder/HierarchyFolders.controller.js +2 -2
  104. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  105. package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +6 -2
  106. package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +1 -1
  107. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +1 -1
  108. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +1210 -960
  109. package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +2 -2
  110. package/src/main/js/sap/ushell/components/applicationIntegration/elements/model.js +1 -1
  111. package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +1 -1
  112. package/src/main/js/sap/ushell/components/applicationIntegration/relatedShellElements/RelatedShellElements.js +1 -1
  113. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_cnr.properties +41 -0
  114. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_da.properties +1 -1
  115. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_en_US_saprigi.properties +37 -37
  116. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_et.properties +1 -1
  117. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_fr_CA.properties +1 -1
  118. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_hr.properties +2 -2
  119. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_it.properties +1 -1
  120. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_iw.properties +1 -1
  121. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ko.properties +1 -1
  122. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_lv.properties +1 -1
  123. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_mk.properties +41 -0
  124. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ms.properties +1 -1
  125. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_pl.properties +1 -1
  126. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ro.properties +2 -2
  127. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sh.properties +7 -7
  128. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sk.properties +1 -1
  129. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sl.properties +2 -2
  130. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sr.properties +41 -0
  131. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_tr.properties +1 -1
  132. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_uk.properties +2 -2
  133. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_vi.properties +1 -1
  134. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_zh_CN.properties +1 -1
  135. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_cnr.properties +19 -0
  136. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_en_US_saprigi.properties +9 -9
  137. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_hi.properties +1 -1
  138. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_mk.properties +19 -0
  139. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_sh.properties +1 -1
  140. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_sr.properties +19 -0
  141. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/Edition.js +1 -0
  142. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Category.css +71 -11
  143. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Category.js +22 -13
  144. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/Application.js +72 -22
  145. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ar.properties +2 -2
  146. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_bg.properties +8 -8
  147. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ca.properties +3 -3
  148. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cnr.properties +117 -0
  149. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cs.properties +4 -4
  150. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cy.properties +5 -5
  151. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_el.properties +7 -7
  152. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_en_US_saprigi.properties +109 -109
  153. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_es.properties +3 -3
  154. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_es_MX.properties +2 -2
  155. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_fi.properties +2 -2
  156. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_fr.properties +4 -4
  157. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_fr_CA.properties +2 -2
  158. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hi.properties +7 -7
  159. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hr.properties +8 -8
  160. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hu.properties +1 -1
  161. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_it.properties +2 -2
  162. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_iw.properties +3 -3
  163. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ja.properties +1 -1
  164. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ko.properties +4 -4
  165. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_lv.properties +16 -16
  166. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_mk.properties +117 -0
  167. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ms.properties +1 -1
  168. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_nl.properties +16 -16
  169. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_no.properties +1 -1
  170. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_pt.properties +2 -2
  171. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_pt_PT.properties +1 -1
  172. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ro.properties +4 -4
  173. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ru.properties +1 -1
  174. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sh.properties +25 -25
  175. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sk.properties +8 -8
  176. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sl.properties +4 -4
  177. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sr.properties +117 -0
  178. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sv.properties +1 -1
  179. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_th.properties +1 -1
  180. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_tr.properties +2 -2
  181. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_uk.properties +6 -6
  182. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_vi.properties +2 -2
  183. package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +3 -3
  184. package/src/main/js/sap/ushell/components/container/resources/resources_cnr.properties +10 -0
  185. package/src/main/js/sap/ushell/components/container/resources/resources_en_US_saprigi.properties +6 -6
  186. package/src/main/js/sap/ushell/components/container/resources/resources_mk.properties +10 -0
  187. package/src/main/js/sap/ushell/components/container/resources/resources_ms.properties +1 -1
  188. package/src/main/js/sap/ushell/components/container/resources/resources_sh.properties +1 -1
  189. package/src/main/js/sap/ushell/components/container/resources/resources_sr.properties +10 -0
  190. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  191. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  192. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  193. package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +1 -1
  194. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  195. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ar.properties +5 -3
  196. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_bg.properties +5 -3
  197. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ca.properties +5 -3
  198. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cnr.properties +31 -0
  199. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cs.properties +5 -3
  200. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cy.properties +5 -3
  201. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_da.properties +5 -3
  202. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_de.properties +5 -3
  203. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_el.properties +5 -3
  204. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +5 -3
  205. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties +5 -3
  206. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saprigi.properties +26 -24
  207. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es.properties +5 -3
  208. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties +5 -3
  209. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_et.properties +5 -3
  210. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fi.properties +5 -3
  211. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr.properties +5 -3
  212. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties +7 -5
  213. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hi.properties +5 -3
  214. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hr.properties +5 -3
  215. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hu.properties +5 -3
  216. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_id.properties +5 -3
  217. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_it.properties +5 -3
  218. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_iw.properties +5 -3
  219. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ja.properties +5 -3
  220. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_kk.properties +5 -3
  221. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ko.properties +5 -3
  222. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lt.properties +5 -3
  223. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lv.properties +5 -3
  224. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +31 -0
  225. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ms.properties +5 -3
  226. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_nl.properties +5 -3
  227. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_no.properties +5 -3
  228. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pl.properties +5 -3
  229. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt.properties +5 -3
  230. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties +5 -3
  231. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ro.properties +5 -3
  232. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ru.properties +5 -3
  233. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +11 -9
  234. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sk.properties +5 -3
  235. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sl.properties +5 -3
  236. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +31 -0
  237. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sv.properties +5 -3
  238. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_th.properties +5 -3
  239. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_tr.properties +5 -3
  240. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_uk.properties +5 -3
  241. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_vi.properties +5 -3
  242. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties +5 -3
  243. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties +5 -3
  244. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchBox.fragment.xml +2 -0
  245. package/src/main/js/sap/ushell/components/contentFinder/view/WidgetGallery.view.xml +23 -3
  246. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
  247. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
  248. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  249. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifestAppSearch.json +1 -1
  250. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  251. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  252. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  253. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  254. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  255. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  256. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  257. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  258. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  259. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
  260. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  261. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +83 -29
  262. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -10
  263. package/src/main/js/sap/ushell/components/runtimeSwitcher/view/RuntimeSwitcher.view.xml +2 -18
  264. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  265. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  266. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  267. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
  268. package/src/main/js/sap/ushell/components/shell/Notifications/Notifications.controller.js +236 -607
  269. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  270. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  271. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  272. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchCEP.controller.js +9 -1
  273. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  274. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  275. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  276. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  277. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -7
  278. package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +3 -2
  279. package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.view.xml +20 -32
  280. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  281. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  282. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  283. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  284. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  285. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  286. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  287. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  288. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  289. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  290. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  291. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  292. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  293. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ar.properties +2 -1
  294. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_bg.properties +2 -1
  295. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ca.properties +2 -1
  296. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cnr.properties +79 -0
  297. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cs.properties +2 -1
  298. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cy.properties +2 -1
  299. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_da.properties +2 -1
  300. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_de.properties +2 -1
  301. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_el.properties +2 -1
  302. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en.properties +2 -1
  303. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_GB.properties +2 -1
  304. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saprigi.properties +68 -67
  305. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es.properties +2 -1
  306. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es_MX.properties +2 -1
  307. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_et.properties +2 -1
  308. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fi.properties +2 -1
  309. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr.properties +2 -1
  310. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr_CA.properties +2 -1
  311. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hi.properties +2 -1
  312. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hr.properties +3 -2
  313. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hu.properties +2 -1
  314. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_id.properties +2 -1
  315. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_it.properties +2 -1
  316. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_iw.properties +2 -1
  317. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ja.properties +2 -1
  318. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_kk.properties +2 -1
  319. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ko.properties +2 -1
  320. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lt.properties +2 -1
  321. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lv.properties +2 -1
  322. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_mk.properties +79 -0
  323. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ms.properties +2 -1
  324. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_nl.properties +2 -1
  325. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_no.properties +2 -1
  326. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pl.properties +2 -1
  327. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt.properties +2 -1
  328. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt_PT.properties +2 -1
  329. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ro.properties +2 -1
  330. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ru.properties +2 -1
  331. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sh.properties +31 -30
  332. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sk.properties +2 -1
  333. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sl.properties +3 -2
  334. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sr.properties +79 -0
  335. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sv.properties +2 -1
  336. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_th.properties +3 -2
  337. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_tr.properties +2 -1
  338. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_uk.properties +2 -1
  339. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_vi.properties +2 -1
  340. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_CN.properties +2 -1
  341. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_TW.properties +2 -1
  342. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  343. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  344. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  345. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  346. package/src/main/js/sap/ushell/library.js +1 -1
  347. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  348. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  349. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  350. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  351. package/src/main/js/sap/ushell/plugins/appwarmup/ShellUIService.js +0 -3
  352. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_cnr.properties +13 -0
  353. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_en_US_saprigi.properties +8 -8
  354. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_mk.properties +13 -0
  355. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_sh.properties +2 -2
  356. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_sr.properties +13 -0
  357. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_th.properties +2 -2
  358. package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_cnr.properties +24 -0
  359. package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_en_US_saprigi.properties +12 -12
  360. package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_mk.properties +24 -0
  361. package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_sh.properties +4 -4
  362. package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_sr.properties +24 -0
  363. package/src/main/js/sap/ushell/renderer/Renderer.js +21 -20
  364. package/src/main/js/sap/ushell/renderer/Shell.controller.js +7 -35
  365. package/src/main/js/sap/ushell/renderer/Shell.view.js +3 -0
  366. package/src/main/js/sap/ushell/renderer/resources/resources.properties +0 -14
  367. package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +5 -5
  368. package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +36 -36
  369. package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +5 -5
  370. package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +996 -0
  371. package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +14 -14
  372. package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +3 -3
  373. package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +4 -4
  374. package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +9 -9
  375. package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +8 -8
  376. package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +952 -31
  377. package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +1 -1
  378. package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +988 -991
  379. package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +6 -6
  380. package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +5 -5
  381. package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +5 -5
  382. package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +11 -11
  383. package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +9 -9
  384. package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +16 -16
  385. package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +15 -15
  386. package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +29 -29
  387. package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +4 -4
  388. package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +4 -4
  389. package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +7 -7
  390. package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +8 -8
  391. package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +17 -17
  392. package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +15 -15
  393. package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +10 -10
  394. package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +6 -6
  395. package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +4 -4
  396. package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +996 -0
  397. package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +6 -6
  398. package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +6 -6
  399. package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +16 -16
  400. package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +10 -10
  401. package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +5 -5
  402. package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +3 -3
  403. package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +5 -5
  404. package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +16 -16
  405. package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +3 -3
  406. package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +17 -17
  407. package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +21 -21
  408. package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +996 -0
  409. package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +5 -5
  410. package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +15 -15
  411. package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +22 -22
  412. package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +37 -37
  413. package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +6 -6
  414. package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +5 -5
  415. package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +10 -10
  416. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  417. package/src/main/js/sap/ushell/renderers/fiori2/Renderer.js +1 -1
  418. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_mk.properties +993 -0
  419. package/src/main/js/sap/ushell/resources.js +49 -0
  420. package/src/main/js/sap/ushell/services/AllMyApps.js +7 -3
  421. package/src/main/js/sap/ushell/services/AppConfiguration.js +8 -0
  422. package/src/main/js/sap/ushell/services/AppLifeCycle.js +17 -11
  423. package/src/main/js/sap/ushell/services/AppState.js +9 -5
  424. package/src/main/js/sap/ushell/services/Bookmark.js +8 -4
  425. package/src/main/js/sap/ushell/services/BookmarkV2.js +8 -4
  426. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +8 -4
  427. package/src/main/js/sap/ushell/services/CommonDataModel.js +8 -4
  428. package/src/main/js/sap/ushell/services/Configuration.js +8 -4
  429. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +8 -4
  430. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  431. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +45 -46
  432. package/src/main/js/sap/ushell/services/DarkModeSupport.js +8 -4
  433. package/src/main/js/sap/ushell/services/EndUserFeedback.js +7 -3
  434. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -14
  435. package/src/main/js/sap/ushell/services/Extension.js +25 -194
  436. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +8 -4
  437. package/src/main/js/sap/ushell/services/{Extension → FrameBoundExtension}/FloatingContainer.js +16 -13
  438. package/src/main/js/sap/ushell/services/{Extension → FrameBoundExtension}/Footer.js +12 -10
  439. package/src/main/js/sap/ushell/services/{Extension/Header.js → FrameBoundExtension/Item.js} +62 -46
  440. package/src/main/js/sap/ushell/services/{Extension → FrameBoundExtension}/SidePane.js +17 -14
  441. package/src/main/js/sap/ushell/services/{Extension → FrameBoundExtension}/ToolArea.js +17 -14
  442. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +371 -0
  443. package/src/main/js/sap/ushell/services/LaunchPage.js +8 -4
  444. package/src/main/js/sap/ushell/services/Menu.js +10 -6
  445. package/src/main/js/sap/ushell/services/Message.js +8 -4
  446. package/src/main/js/sap/ushell/services/MessageBroker.js +8 -4
  447. package/src/main/js/sap/ushell/services/NavTargetResolution.js +10 -22
  448. package/src/main/js/sap/ushell/services/NavTargetResolutionInternal.js +7 -3
  449. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +229 -0
  450. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  451. package/src/main/js/sap/ushell/services/Navigation.js +48 -40
  452. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +8 -4
  453. package/src/main/js/sap/ushell/services/Notifications.js +7 -3
  454. package/src/main/js/sap/ushell/services/NotificationsV2.js +18 -9
  455. package/src/main/js/sap/ushell/services/PageBuilding.js +8 -4
  456. package/src/main/js/sap/ushell/services/PagePersistence.js +8 -4
  457. package/src/main/js/sap/ushell/services/PageReferencing.js +8 -4
  458. package/src/main/js/sap/ushell/services/Pages.js +8 -4
  459. package/src/main/js/sap/ushell/services/Personalization.js +8 -4
  460. package/src/main/js/sap/ushell/services/PersonalizationV2/constants.js +39 -10
  461. package/src/main/js/sap/ushell/services/PersonalizationV2.js +30 -14
  462. package/src/main/js/sap/ushell/services/PluginManager.js +8 -4
  463. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  464. package/src/main/js/sap/ushell/services/Search.js +8 -4
  465. package/src/main/js/sap/ushell/services/SearchCEP.js +8 -4
  466. package/src/main/js/sap/ushell/services/SearchableContent.js +8 -4
  467. package/src/main/js/sap/ushell/services/ShellNavigation.js +11 -7
  468. package/src/main/js/sap/ushell/services/ShellNavigationInternal.js +17 -12
  469. package/src/main/js/sap/ushell/services/SmartNavigation.js +8 -4
  470. package/src/main/js/sap/ushell/services/SpaceContent.js +8 -4
  471. package/src/main/js/sap/ushell/services/SupportTicket.js +8 -6
  472. package/src/main/js/sap/ushell/services/UITracer.js +8 -4
  473. package/src/main/js/sap/ushell/services/URLParsing.js +36 -31
  474. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  475. package/src/main/js/sap/ushell/services/URLTemplate.js +8 -4
  476. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +8 -4
  477. package/src/main/js/sap/ushell/services/UsageAnalytics.js +42 -369
  478. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +8 -4
  479. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +8 -4
  480. package/src/main/js/sap/ushell/services/UserInfo.js +8 -4
  481. package/src/main/js/sap/ushell/services/UserRecents.js +8 -4
  482. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +8 -4
  483. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +8 -4
  484. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Formatter.js +1 -1
  485. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundIndex.js +1 -1
  486. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundProvider.js +1 -1
  487. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  488. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Search.js +1 -1
  489. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/StagedLogger.js +1 -1
  490. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/SystemContext.js +1 -1
  491. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Utils.js +1 -1
  492. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/VirtualInbounds.js +1 -1
  493. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  494. package/src/main/js/sap/ushell/services/_CommonDataModel/SiteConverter.js +1 -1
  495. package/src/main/js/sap/ushell/services/_CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  496. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  497. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  498. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  499. package/src/main/js/sap/ushell/services/_MessageBroker/MessageBrokerEngine.js +1 -1
  500. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  501. package/src/main/js/sap/ushell/services/_PluginManager/Extensions.js +1 -1
  502. package/src/main/js/sap/ushell/services/_PluginManager/HeaderExtensions.js +1 -1
  503. package/src/main/js/sap/ushell/services/_PluginManager/MenuExtensions.js +1 -1
  504. package/src/main/js/sap/ushell/services/_Ui5ComponentLoader/utils.js +1 -1
  505. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  506. package/src/main/js/sap/ushell/themes/base/ShellHeader.less +5 -0
  507. package/src/main/js/sap/ushell/themes/base/SysInfoBar.less +52 -2
  508. package/src/main/js/sap/ushell/themes/base/library.source.less +0 -2
  509. package/src/main/js/sap/ushell/themes/sap_belize/library.source.less +0 -1
  510. package/src/main/js/sap/ushell/themes/sap_belize_hcb/SysInfoBar.less +25 -0
  511. package/src/main/js/sap/ushell/themes/sap_belize_hcw/SysInfoBar.less +26 -0
  512. package/src/main/js/sap/ushell/themes/sap_bluecrystal/library.source.less +10 -1
  513. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/.theming +4 -0
  514. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ActionMode.less +107 -0
  515. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/AddBookmarkButton.less +37 -0
  516. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/AnchorItem.less +81 -0
  517. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/AnchorNavigationBar.less +86 -0
  518. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/AppearanceView.less +213 -0
  519. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ApplicationContainer.less +37 -0
  520. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Catalog.less +387 -0
  521. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ContactSupport.less +12 -0
  522. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ContentFinder.less +26 -0
  523. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/CustomGroupHeaderListItem.less +10 -0
  524. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Dashboard.less +66 -0
  525. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/DynamicTile.less +114 -0
  526. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Factsheet.less +225 -0
  527. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/FloatingContainer.less +125 -0
  528. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/FlpSettings.less +83 -0
  529. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/GroupList.less +68 -0
  530. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/GroupListItem.less +54 -0
  531. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/IconFonts.less +21 -0
  532. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ImageTile.less +23 -0
  533. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/LoadingDialog.less +47 -0
  534. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/MenuBar.less +23 -0
  535. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Notifications.less +135 -0
  536. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Page.less +49 -0
  537. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/PictureTile.less +119 -0
  538. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/PictureViewer.less +25 -0
  539. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/PlusTile.less +38 -0
  540. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/QuickAccess.less +18 -0
  541. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/RightFloatingContainerItem.less +82 -0
  542. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/SearchCEP.less +121 -0
  543. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/SearchFLP.less +10 -0
  544. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Section.less +60 -0
  545. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ShellAppTitle.less +207 -0
  546. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ShellFloatingAction.less +61 -0
  547. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ShellFloatingActions.less +14 -0
  548. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ShellHeader.less +381 -0
  549. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ShellLayout.less +168 -0
  550. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/SidePane.less +8 -0
  551. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/StaticTile.less +9 -0
  552. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/SubHeader.less +3 -0
  553. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/SysInfoBar.less +114 -0
  554. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/TargetMappingConfiguration.less +8 -0
  555. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Tile.less +223 -0
  556. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/TileBase.less +152 -0
  557. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/TileContainer.less +495 -0
  558. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/TilePlaceholder.less +75 -0
  559. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/TileState.less +62 -0
  560. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ToolAreaItem.less +85 -0
  561. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/UserActionsMenu.less +23 -0
  562. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/UserConsentDialog.less +52 -0
  563. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/UserSettings.less +113 -0
  564. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ViewPortContainer.less +28 -0
  565. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/WorkPage.less +58 -0
  566. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/WorkPageButton.less +60 -0
  567. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/WorkPageCell.less +144 -0
  568. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/WorkPageColumn.less +39 -0
  569. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/WorkPageColumnResizer.less +128 -0
  570. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/WorkPageRow.less +987 -0
  571. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/library.source.less +64 -0
  572. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/shared.less +40 -0
  573. package/src/main/js/sap/ushell/themes/sap_fiori_3/library.source.less +0 -1
  574. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/library.source.less +0 -1
  575. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/SysInfoBar.less +25 -0
  576. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/SysInfoBar.less +25 -0
  577. package/src/main/js/sap/ushell/themes/sap_horizon/library.source.less +0 -1
  578. package/src/main/js/sap/ushell/themes/sap_horizon_dark/library.source.less +0 -1
  579. package/src/main/js/sap/ushell/themes/sap_horizon_hcb/SysInfoBar.less +25 -0
  580. package/src/main/js/sap/ushell/themes/sap_horizon_hcw/SysInfoBar.less +25 -0
  581. package/src/main/js/sap/ushell/ui/ShellHeader.fragment.xml +1 -0
  582. package/src/main/js/sap/ushell/ui/ShellHeader.js +46 -1
  583. package/src/main/js/sap/ushell/ui/ShellHeaderRenderer.js +15 -0
  584. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  585. package/src/main/js/sap/ushell/ui/launchpad/CatalogEntryContainer.js +2 -2
  586. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  587. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  588. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  589. package/src/main/js/sap/ushell/ui/shell/ShellHeadItem.js +63 -10
  590. package/src/main/js/sap/ushell/ui/shell/SysInfoBar.js +13 -1
  591. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  592. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  593. package/src/main/js/sap/ushell/ui5service/ShellUIService.js +1 -1
  594. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  595. package/src/main/js/sap/ushell/ui5service/_ShellUIService/shelluiservice.class.factory.js +2 -17
  596. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -5
  597. package/src/main/js/sap/ushell/utils/tilecard/TileCard.js +1 -1
  598. package/src/main/js/sap/ushell/utils/tilecard/TileCardExtension.js +8 -1
  599. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_ar.properties +5 -0
  600. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_bg.properties +5 -0
  601. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_ca.properties +5 -0
  602. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_cnr.properties +5 -0
  603. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_cs.properties +5 -0
  604. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_cy.properties +5 -0
  605. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_da.properties +5 -0
  606. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_de.properties +5 -0
  607. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_el.properties +5 -0
  608. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_en.properties +5 -0
  609. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_en_GB.properties +5 -0
  610. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_en_US_saprigi.properties +5 -0
  611. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_es.properties +5 -0
  612. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_es_MX.properties +5 -0
  613. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_et.properties +5 -0
  614. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_fi.properties +5 -0
  615. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_fr.properties +5 -0
  616. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_fr_CA.properties +5 -0
  617. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_hi.properties +5 -0
  618. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_hr.properties +5 -0
  619. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_hu.properties +5 -0
  620. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_id.properties +5 -0
  621. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_it.properties +5 -0
  622. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_iw.properties +5 -0
  623. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_ja.properties +5 -0
  624. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_kk.properties +5 -0
  625. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_ko.properties +5 -0
  626. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_lt.properties +5 -0
  627. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_lv.properties +5 -0
  628. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_mk.properties +5 -0
  629. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_ms.properties +5 -0
  630. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_nl.properties +5 -0
  631. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_no.properties +5 -0
  632. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_pl.properties +5 -0
  633. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_pt.properties +5 -0
  634. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_pt_PT.properties +5 -0
  635. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_ro.properties +5 -0
  636. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_ru.properties +5 -0
  637. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_sh.properties +5 -0
  638. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_sk.properties +5 -0
  639. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_sl.properties +5 -0
  640. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_sr.properties +5 -0
  641. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_sv.properties +5 -0
  642. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_th.properties +5 -0
  643. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_tr.properties +5 -0
  644. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_uk.properties +5 -0
  645. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_vi.properties +5 -0
  646. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_zh_CN.properties +5 -0
  647. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_zh_TW.properties +5 -0
  648. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +2 -2
  649. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +90 -40
  650. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  651. package/src/main/js/sap/ushell/utils/workpage/resources/resources_cnr.properties +79 -0
  652. package/src/main/js/sap/ushell/utils/workpage/resources/resources_mk.properties +79 -0
  653. package/src/main/js/sap/ushell/utils/workpage/resources/resources_sr.properties +79 -0
  654. package/src/main/js/sap/ushell/utils.js +28 -18
  655. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  656. package/ui5.yaml +5 -4
  657. package/src/main/js/sap/ushell/components/homepage/FLPAnalytics.js +0 -155
  658. package/src/main/js/sap/ushell/components/shell/Settings/ProfilingLoader.js +0 -42
  659. package/src/main/js/sap/ushell/components/shell/Settings/userProfiling/UsageAnalyticsProfiling.js +0 -53
  660. package/src/main/js/sap/ushell/components/shell/Settings/userProfiling/UsageAnalyticsSelector.controller.js +0 -32
  661. package/src/main/js/sap/ushell/components/shell/Settings/userProfiling/UsageAnalyticsSelector.view.xml +0 -13
  662. package/src/main/js/sap/ushell/components/shell/Settings/userProfiling/UserProfiling.controller.js +0 -76
  663. package/src/main/js/sap/ushell/components/shell/Settings/userProfiling/UserProfiling.view.xml +0 -8
  664. package/src/main/js/sap/ushell/components/shell/Settings/userProfiling/UserProfilingEntry.js +0 -68
  665. package/src/main/js/sap/ushell/themes/base/UsageAnalyticsPopUp.less +0 -10
  666. package/src/main/js/sap/ushell/themes/base/UsageAnalyticsSelector.less +0 -23
  667. package/src/main/js/sap/ushell/themes/sap_belize/UsageAnalyticsSelector.less +0 -25
  668. package/src/main/js/sap/ushell/themes/sap_fiori_3/UsageAnalyticsSelector.less +0 -18
  669. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/UsageAnalyticsSelector.less +0 -18
  670. package/src/main/js/sap/ushell/themes/sap_horizon/UsageAnalyticsSelector.less +0 -23
  671. package/src/main/js/sap/ushell/themes/sap_horizon_dark/UsageAnalyticsSelector.less +0 -22
@@ -0,0 +1,229 @@
1
+ // Copyright (c) 2009-2023 SAP SE, All Rights Reserved
2
+ /**
3
+ * @fileOverview This module helps to transform the parameters and responses to be
4
+ * compatible with the CrossApplicationNavigation service.
5
+ * This shall only be used for the AppRuntime to enable 1.x inner shell running in 2.x host.
6
+ *
7
+ * @version 1.124.1
8
+ */
9
+
10
+ sap.ui.define([
11
+ "sap/base/util/isPlainObject",
12
+ "sap/ushell/Container",
13
+ "sap/ushell/services/Navigation/utils",
14
+ "sap/ushell/TechnicalParameters",
15
+ "sap/ushell/utils",
16
+ "sap/ushell/utils/type"
17
+ ], function (
18
+ isPlainObject,
19
+ Container,
20
+ navigationUtils,
21
+ TechnicalParameters,
22
+ ushellUtils,
23
+ typeUtils
24
+ ) {
25
+ "use strict";
26
+
27
+ const compatibility = {};
28
+
29
+ /**
30
+ * Original Method: {@link sap.ushell.services.CrossApplicationNavigation#getLinks}
31
+ * - public
32
+ * - since 1.38
33
+ * - deprecated since 1.120
34
+ * - successor: {@link sap.ushell.services.Navigation#getLinks}
35
+ * - return value was a {@link jQuery.Promise}.
36
+ *
37
+ * @param {object|Array<Array<object>>} [vArgs] Either a single object or an array of arrays containing the parameters for the getLinks method.
38
+ *
39
+ * @returns {Promise<Array<object>|Array<Array<Array<object>>>} The links for the provided parameters.
40
+ *
41
+ * @since 1.124.0
42
+ * @private
43
+ */
44
+ compatibility.getLinks = async function (vArgs = {}) {
45
+ const Navigation = await Container.getServiceAsync("Navigation");
46
+
47
+ // single object case
48
+ // {arg1} => [{link1-1}, {link1-2}, ...]
49
+ if (isPlainObject(vArgs)) {
50
+ const [aLinks] = await Navigation.getLinks([vArgs]);
51
+ return aLinks;
52
+ }
53
+
54
+ // array case
55
+ // [[{arg1}], [{arg2}], ...] => [[[{link1-1}, {link1-2}, ...]], [[{link2-1}, {link2-2}, ...]], ...]
56
+ // first we transform the args to the flat format
57
+ const aFlatArgs = vArgs.reduce((aFlatArgs, [oArg]) => {
58
+ aFlatArgs.push(oArg);
59
+ return aFlatArgs;
60
+ }, []);
61
+
62
+ const aResults = await Navigation.getLinks(aFlatArgs);
63
+
64
+ // now we have to transform the results to the extended format
65
+ const aExpandedResults = aResults.reduce((aExpandedResults, aLinks) => {
66
+ aExpandedResults.push([aLinks]);
67
+ return aExpandedResults;
68
+ }, []);
69
+
70
+ return aExpandedResults;
71
+ };
72
+
73
+ /**
74
+ * Original Method: {@link sap.ushell.services.CrossApplicationNavigation#getAppStateData}
75
+ * - ui5-restricted: SAP Internal usage / WebDynpro
76
+ * - since 1.32
77
+ * - deprecated since 1.120
78
+ * - successor: {@link sap.ushell.services.Navigation#getAppStateData}
79
+ * - return value was a {@link jQuery.Promise}.
80
+ *
81
+ * @param {string|Array<Array<any>>} vAppStateKey Either a single app state key or an array of arrays containing the parameters for the getAppStateData method.
82
+ *
83
+ * @returns {Promise<object|Array<Array<object>>>} The app state data for the provided keys.
84
+ *
85
+ * @since 1.124.0
86
+ * @private
87
+ */
88
+ compatibility.getAppStateData = async function (vAppStateKey) {
89
+ const Navigation = await Container.getServiceAsync("Navigation");
90
+
91
+ // single object case
92
+ // key1 => {data1}
93
+ if (typeof vAppStateKey === "string") {
94
+ const [oAppStateData] = await Navigation.getAppStateData([vAppStateKey]);
95
+ return oAppStateData;
96
+ }
97
+
98
+ // array case
99
+ // [[key1], [key2], ...] => [[{data1}], [{data2}], ...]
100
+ // first we transform the args to the flat format
101
+ const aFlatArgs = vAppStateKey.reduce((aFlatArgs, [sKey]) => {
102
+ aFlatArgs.push(sKey);
103
+ return aFlatArgs;
104
+ }, []);
105
+
106
+ const aResults = await Navigation.getAppStateData(aFlatArgs);
107
+
108
+ // now we have to transform the the extended format
109
+ const aExpandedResults = aResults.reduce((aExpandedResults, oAppStateData) => {
110
+ aExpandedResults.push([oAppStateData]);
111
+ return aExpandedResults;
112
+ }, []);
113
+
114
+ return aExpandedResults;
115
+ };
116
+
117
+ /**
118
+ * Original Method: {@link sap.ushell.services.CrossApplicationNavigation#getSemanticObjectLinks}
119
+ * - public
120
+ * - since 1.19.0
121
+ * - deprecated since 1.38
122
+ * - successor: {@link sap.ushell.services.CrossApplicationNavigation#getLinks}
123
+ * - return value was a {@link jQuery.Promise}.
124
+ *
125
+ * @param {string|Array<Array<any>>} vSemanticObjectOrMultipleArgs Either a single semantic object or an array of arrays containing the parameters for the getLinks method.
126
+ * @param {object} [oParameters] The Map of parameters.
127
+ * @param {boolean} [bIgnoreFormFactor=false] Whether the form factor should be ignored.
128
+ * @param {sap.ui.core.Component} [oComponent] The root component of the application.
129
+ * @param {string} [sAppStateKey] The application state key.
130
+ * @param {boolean} [bCompactIntents] Whether the returned intents should be compacted.
131
+ *
132
+ * @returns {Promise<Array<object>|Array<Array<Array<string>>>>} The links for the provided semantic objects.
133
+ *
134
+ * @since 1.124.0
135
+ * @private
136
+ */
137
+ compatibility.getSemanticObjectLinks = async function (vSemanticObjectOrMultipleArgs, oParameters, bIgnoreFormFactor, oComponent, sAppStateKey, bCompactIntents) {
138
+ const Navigation = await Container.getServiceAsync("Navigation");
139
+ // require lazy to avoid circular dependency
140
+ const [ AppLifeCycleAI ] = await ushellUtils.requireAsync(["sap/ushell/components/applicationIntegration/AppLifeCycle"]);
141
+
142
+ let oParametersPlusSapSystem = await navigationUtils.injectStickyParameters({
143
+ args: { params: oParameters },
144
+ appLifeCycle: AppLifeCycleAI,
145
+ technicalParameters: TechnicalParameters,
146
+ type: typeUtils
147
+ });
148
+ oParametersPlusSapSystem = Navigation.getTargetWithCurrentSystem(oParametersPlusSapSystem, oComponent).params;
149
+ oParametersPlusSapSystem = Navigation.amendTargetWithSapUshellEncTestParameter({ params: oParametersPlusSapSystem }).params;
150
+
151
+ const NavTargetResolutionInternal = await Container.getServiceAsync("NavTargetResolutionInternal");
152
+
153
+ // single string case
154
+ // rest of the parameters are provided directly
155
+ // arg1, arg2, ... => [link1, link2, ...]
156
+ if (!Array.isArray(vSemanticObjectOrMultipleArgs)) {
157
+ const oDeferred = NavTargetResolutionInternal.getLinks({
158
+ semanticObject: vSemanticObjectOrMultipleArgs,
159
+ params: oParametersPlusSapSystem,
160
+ ignoreFormFactor: bIgnoreFormFactor,
161
+ ui5Component: oComponent,
162
+ appStateKey: sAppStateKey,
163
+ compactIntents: !!bCompactIntents
164
+ });
165
+ return ushellUtils.promisify(oDeferred);
166
+ }
167
+
168
+ // array case
169
+ // [[arg1-1, arg1-2, ...], [arg2-1, arg2-2, ...]] => [[[link1-1, link1-2, ...]], [[link2-1, link2-2, ...]]]
170
+ return Promise.all(vSemanticObjectOrMultipleArgs.map(async (aArgs) => {
171
+ const [ semanticObject, params, ignoreFormFactor, ui5Component, appStateKey, compactIntents ] = aArgs;
172
+ const oDeferred = NavTargetResolutionInternal.getLinks({
173
+ ignoreFormFactor: !!ignoreFormFactor,
174
+ compactIntents: !!compactIntents,
175
+ semanticObject,
176
+ params,
177
+ ui5Component,
178
+ appStateKey
179
+ });
180
+ const aLinks = await ushellUtils.promisify(oDeferred);
181
+ return [aLinks];
182
+
183
+ }));
184
+ };
185
+
186
+ /**
187
+ * Original Method: {@link sap.ushell.services.CrossApplicationNavigation#isIntentSupported}
188
+ * - public
189
+ * - since 1.19.1
190
+ * - deprecated since 1.31
191
+ * - successor: {@link sap.ushell.services.CrossApplicationNavigation#isNavigationSupported}
192
+ * - return value was a {@link jQuery.Promise}.
193
+ *
194
+ * @param {string[]} aIntents The intents to check.
195
+ * @param {sap.ui.core.Component} [oComponent] The root component of the application.
196
+ *
197
+ * @returns {Promise<Object<string, { supported: boolean }>>} A map of intents to their supported status.
198
+ *
199
+ * @since 1.124.0
200
+ * @private
201
+ */
202
+ compatibility.isIntentSupported = async function (aIntents, oComponent) {
203
+ const Navigation = await Container.getServiceAsync("Navigation");
204
+
205
+ // Add sap-system to intents
206
+ const oIntentMap = {};
207
+ const aIntentsWithSapSystem = aIntents.map((sOriginalIntent) => {
208
+ const sIntentWithSystem = Navigation.getTargetWithCurrentSystem(sOriginalIntent, oComponent);
209
+ oIntentMap[sIntentWithSystem] = sOriginalIntent;
210
+ return sIntentWithSystem;
211
+ });
212
+
213
+ const NavTargetResolutionInternal = await Container.getServiceAsync("NavTargetResolutionInternal");
214
+
215
+ const oDeferred = NavTargetResolutionInternal.isNavigationSupported(aIntentsWithSapSystem);
216
+ const aResults = await ushellUtils.promisify(oDeferred);
217
+
218
+ // Map result back to original intents
219
+ return aResults.reduce((oResult, oIntentSupported, iIndex) => {
220
+ const sIntentWithSystem = aIntentsWithSapSystem[iIndex];
221
+ const sOriginalIntent = oIntentMap[sIntentWithSystem];
222
+ oResult[sOriginalIntent] = oIntentSupported;
223
+ return oResult;
224
+ }, {});
225
+ };
226
+
227
+
228
+ return compatibility;
229
+ });
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @fileOverview Navigation utility functions
4
4
  *
5
- * @version 1.123.1
5
+ * @version 1.124.1
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.123.1
8
+ * @version 1.124.1
9
9
  */
10
10
  sap.ui.define([
11
11
  "sap/base/Log",
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  TechnicalParameters,
42
42
  UI5ComponentType,
43
43
  ushellUtils,
44
- ushellType,
44
+ typeUtils,
45
45
  UrlParsing
46
46
  ) {
47
47
  "use strict";
@@ -53,9 +53,13 @@ sap.ui.define([
53
53
  * Allows navigating to "external" targets outside of the currently running app (but still in scope of the current Fiori launchpad)
54
54
  * or to create links to such external targets.
55
55
  *
56
- * <b>Note:</b> To retrieve a valid instance of this service, it is necessary to call
57
- * <code>sap.ushell.Container.getServiceAsync("Navigation")</code>. For details, see
58
- * {@link sap.ushell.Container#getServiceAsync}.
56
+ * <b>Note:</b> To retrieve a valid instance of this service, it is necessary to call {@link sap.ushell.Container#getServiceAsync}.
57
+ * <pre>
58
+ * sap.ui.require(["sap/ushell/Container"], async function (Container) {
59
+ * const Navigation = await Container.getServiceAsync("Navigation");
60
+ * // do something with the Navigation service
61
+ * });
62
+ * </pre>
59
63
  *
60
64
  * The Navigation service currently provides platform independent functionality.
61
65
  *
@@ -63,19 +67,16 @@ sap.ui.define([
63
67
  *
64
68
  * Usage:
65
69
  * <pre>
66
- * sap.ui.require(["sap/ushell/Container"], async (Container) => {
67
- * const oNavigationService = await Container.getServiceAsync("Navigation");
68
- * const sHref = await oNavigationService.getHref({
69
- * target : {
70
- * semanticObject: "Product",
71
- * action: "display"
72
- * },
73
- * params: {
74
- * "ProductID": "102343333"
75
- * }
76
- * }, oComponent);
77
- * // do something with the resolved sHref.
78
- * });
70
+ * const sHref = await Navigation.getHref({
71
+ * target : {
72
+ * semanticObject: "Product",
73
+ * action: "display"
74
+ * },
75
+ * params: {
76
+ * "ProductID": "102343333"
77
+ * }
78
+ * }, oComponent);
79
+ * // do something with the resolved sHref.
79
80
  * </pre>
80
81
  *
81
82
  * Parameter names and values are case sensitive.
@@ -117,6 +118,7 @@ sap.ui.define([
117
118
  }
118
119
 
119
120
  /**
121
+ * @typedef {string} sap.ushell.services.Navigation.TargetIntent
120
122
  *
121
123
  * The target intent.
122
124
  *
@@ -148,11 +150,20 @@ sap.ui.define([
148
150
  * <li>innerAppRouteParameters: The inner app route parameters are optional parameters that are passed to the target application. The parameters are separated by the ampersand character (&).
149
151
  * The parameter name and value are separated by the equal sign (=). The parameter value must be URL-encoded.
150
152
  * </li>
151
- * @typedef {string} sap.ushell.services.Navigation.TargetIntent
153
+
152
154
  * @since 1.121.0
153
155
  * @public
154
156
  */
155
157
 
158
+ /**
159
+ * @typedef {string} sap.ushell.services.Navigation.TargetIntentStrict
160
+ * The target intent in strict format.
161
+ * same as {@link sap.ushell.services.Navigation.TargetIntent} but with the following restriction:
162
+ * The intent must not start with a hash character (#).
163
+ * @since 1.124.0
164
+ * @public
165
+ */
166
+
156
167
  /**
157
168
  * @typedef {object} sap.ushell.services.Navigation.LinkFilter
158
169
  * @property {string} [semanticObject] Matches the semantic object of a link.
@@ -283,7 +294,7 @@ sap.ui.define([
283
294
  * @since 1.120.0
284
295
  * @private
285
296
  */
286
- this._getTargetWithCurrentSystem = function (vTarget, oComponent) {
297
+ this.getTargetWithCurrentSystem = function (vTarget, oComponent) {
287
298
  if (typeof vTarget !== "string" && !isPlainObject(vTarget) && vTarget !== undefined) {
288
299
  Log.error("Unexpected input type", null, "sap.ushell.services.Navigation");
289
300
  return undefined;
@@ -336,7 +347,7 @@ sap.ui.define([
336
347
  }
337
348
 
338
349
  const vInjectedTarget = navigationUtils.injectParameters({
339
- type: ushellType,
350
+ type: typeUtils,
340
351
  inject: {
341
352
  "sap-system": sSystem,
342
353
  "sap-ushell-navmode": sNextNavMode,
@@ -362,7 +373,7 @@ sap.ui.define([
362
373
  * @since 1.120.0
363
374
  * @private
364
375
  */
365
- this._amendTargetWithSapUshellEncTestParameter = function (vTarget) {
376
+ this.amendTargetWithSapUshellEncTestParameter = function (vTarget) {
366
377
  if (localStorage && localStorage["sap-ushell-enc-test"] === "false") {
367
378
  return vTarget;
368
379
  }
@@ -387,7 +398,7 @@ sap.ui.define([
387
398
  if (typeof oClonedTarget.target.shellHash === "string") {
388
399
  // process shell hash as a string
389
400
  if (oClonedTarget.target.shellHash !== "#" && oClonedTarget.target.shellHash !== "") {
390
- oClonedTarget.target.shellHash = this._amendTargetWithSapUshellEncTestParameter(
401
+ oClonedTarget.target.shellHash = this.amendTargetWithSapUshellEncTestParameter(
391
402
  oClonedTarget.target.shellHash);
392
403
  }
393
404
  }
@@ -511,13 +522,10 @@ sap.ui.define([
511
522
  * The resulting href is fully encoded and cannot be used in other APIs expecting the internal decoded hash.
512
523
  *
513
524
  * <pre>
514
- * sap.ui.require(["sap/ushell/Container"], async (Container) => {
515
- * const oNavigationService = await Container.getServiceAsync("Navigation");
516
- * const sHref = await oNavigationService.getHref({
517
- * target: { shellHash: oLink.intent }
518
- * }, oComponent);
519
- * // do something with the resolved sHref.
520
- * });
525
+ * const sHref = await Navigation.getHref({
526
+ * target: { shellHash: oLink.intent }
527
+ * }, oComponent);
528
+ * // do something with the resolved sHref.
521
529
  * </pre>
522
530
  *
523
531
  * This API accepts a sap-xapp-state-data parameter that can be used generate a url that can be used to launch
@@ -565,14 +573,14 @@ sap.ui.define([
565
573
 
566
574
  await navigationUtils.addXAppStateFromParameter(intent, "sap-xapp-state-data" /* parameter containing data */);
567
575
 
568
- oArgsClone = this._getTargetWithCurrentSystem(intent, oComponent);
576
+ oArgsClone = this.getTargetWithCurrentSystem(intent, oComponent);
569
577
  oArgsClone = await navigationUtils.injectStickyParameters({
570
578
  args: oArgsClone,
571
579
  appLifeCycle: AppLifeCycleAi,
572
580
  technicalParameters: TechnicalParameters,
573
- type: ushellType
581
+ type: typeUtils
574
582
  });
575
- oArgsClone = this._amendTargetWithSapUshellEncTestParameter(oArgsClone);
583
+ oArgsClone = this.amendTargetWithSapUshellEncTestParameter(oArgsClone);
576
584
  oArgsClone = this._injectInnerAppRoute(oArgsClone, innerAppRoute);
577
585
 
578
586
  const ShellNavigationInternal = await Container.getServiceAsync("ShellNavigationInternal");
@@ -711,14 +719,14 @@ sap.ui.define([
711
719
  this._checkIfAppNeedsToBeReloaded(oNavTarget, oCurrentApplication, oIntent, ShellNavigationInternal.hashChanger);
712
720
  await navigationUtils.addXAppStateFromParameter(intent, "sap-xapp-state-data" /* parameter containing data */);
713
721
 
714
- oArgsClone = this._getTargetWithCurrentSystem(intent, oComponent);
722
+ oArgsClone = this.getTargetWithCurrentSystem(intent, oComponent);
715
723
  oArgsClone = await navigationUtils.injectStickyParameters({
716
724
  args: oArgsClone,
717
725
  appLifeCycle: AppLifeCycleAi,
718
726
  technicalParameters: TechnicalParameters,
719
- type: ushellType
727
+ type: typeUtils
720
728
  });
721
- oArgsClone = this._amendTargetWithSapUshellEncTestParameter(oArgsClone);
729
+ oArgsClone = this.amendTargetWithSapUshellEncTestParameter(oArgsClone);
722
730
 
723
731
  delete oArgsClone.writeHistory;
724
732
 
@@ -903,7 +911,7 @@ sap.ui.define([
903
911
  args: oArgsClone,
904
912
  appLifeCycle: AppLifeCycleAi,
905
913
  technicalParameters: TechnicalParameters,
906
- type: ushellType
914
+ type: typeUtils
907
915
  });
908
916
 
909
917
  let oParameterDefinition;
@@ -914,11 +922,11 @@ sap.ui.define([
914
922
  }
915
923
 
916
924
  // propagate sap-system into parameters
917
- let oParametersPlusSapSystem = this._getTargetWithCurrentSystem(
925
+ let oParametersPlusSapSystem = this.getTargetWithCurrentSystem(
918
926
  { params: oParameterDefinition }, oArgsClone.ui5Component
919
927
  ).params;
920
928
 
921
- oParametersPlusSapSystem = this._amendTargetWithSapUshellEncTestParameter({
929
+ oParametersPlusSapSystem = this.amendTargetWithSapUshellEncTestParameter({
922
930
  params: oParametersPlusSapSystem
923
931
  }).params;
924
932
  if (oArgsClone.appStateKey) {
@@ -984,7 +992,7 @@ sap.ui.define([
984
992
  const aClonedIntents = deepClone(aTargets)
985
993
  .map((oIntent) => {
986
994
  const { intent } = this._extractInnerAppRoute(oIntent);
987
- return this._getTargetWithCurrentSystem(intent, oComponent); // returns only shallow clone
995
+ return this.getTargetWithCurrentSystem(intent, oComponent); // returns only shallow clone
988
996
  });
989
997
 
990
998
  const NavTargetResolutionInternal = await Container.getServiceAsync("NavTargetResolutionInternal");
@@ -8,7 +8,7 @@
8
8
  *
9
9
  * Configured with the ClientSideTargetResolutionAdapter.
10
10
  *
11
- * @version 1.123.1
11
+ * @version 1.124.1
12
12
  */
13
13
  sap.ui.define([
14
14
  "sap/ushell/resources"
@@ -20,9 +20,13 @@ sap.ui.define([
20
20
  * @class
21
21
  * @classdesc The Unified Shell's NavigationDataProvider service.
22
22
  *
23
- * <b>Note:</b> To retrieve a valid instance of this service, it is necessary to call
24
- * <code>sap.ushell.Container.getServiceAsync("NavigationDataProvider")</code>. For details, see
25
- * {@link sap.ushell.Container#getServiceAsync}.
23
+ * <b>Note:</b> To retrieve a valid instance of this service, it is necessary to call {@link sap.ushell.Container#getServiceAsync}.
24
+ * <pre>
25
+ * sap.ui.require(["sap/ushell/Container"], async function (Container) {
26
+ * const NavigationDataProvider = await Container.getServiceAsync("NavigationDataProvider");
27
+ * // do something with the NavigationDataProvider service
28
+ * });
29
+ * </pre>
26
30
  *
27
31
  * @hideconstructor
28
32
  *
@@ -17,9 +17,13 @@ sap.ui.define([
17
17
  * @classdesc UShell service for fetching user notification data from the Notification center/service<br>
18
18
  * and exposing them to the Unified Shell and Fiori applications UI controls.
19
19
  *
20
- * <b>Note:</b> To retrieve a valid instance of this service, it is necessary to call
21
- * <code>sap.ushell.Container.getServiceAsync("ClientSideTargetResolution")</code>. For details, see
22
- * {@link sap.ushell.Container#getServiceAsync}.
20
+ * <b>Note:</b> To retrieve a valid instance of this service, it is necessary to call {@link sap.ushell.Container#getServiceAsync}.
21
+ * <pre>
22
+ * sap.ui.require(["sap/ushell/Container"], async function (Container) {
23
+ * const Notifications = await Container.getServiceAsync("Notifications");
24
+ * // do something with the Notifications service
25
+ * });
26
+ * </pre>
23
27
  *
24
28
  * In order to get user notifications, Unified Shell notification service issues OData requests<br>
25
29
  * to the service defined by the configuration property <code>serviceUrl</code>,<br>
@@ -32,9 +32,13 @@ sap.ui.define([
32
32
  * @classdesc UShell service for fetching user notification data from the Notification center/service<br>
33
33
  * and exposing them to the Unified Shell and Fiori applications UI controls.
34
34
  *
35
- * <b>Note:</b> To retrieve a valid instance of this service, it is necessary to call
36
- * <code>sap.ushell.Container.getServiceAsync("NotificationsV2")</code>. For details, see
37
- * {@link sap.ushell.Container#getServiceAsync}.
35
+ * <b>Note:</b> To retrieve a valid instance of this service, it is necessary to call {@link sap.ushell.Container#getServiceAsync}.
36
+ * <pre>
37
+ * sap.ui.require(["sap/ushell/Container"], async function (Container) {
38
+ * const NotificationsV2 = await Container.getServiceAsync("NotificationsV2");
39
+ * // do something with the NotificationsV2 service
40
+ * });
41
+ * </pre>
38
42
  *
39
43
  * In order to get user notifications, Unified Shell notification service issues OData requests<br>
40
44
  * to the service defined by the configuration property <code>serviceUrl</code>,<br>
@@ -76,12 +80,14 @@ sap.ui.define([
76
80
  */
77
81
 
78
82
  /**
79
- * Enumeration for the priority of a notification
83
+ * @alias sap.ushell.services.NotificationsV2.Priority
80
84
  * @enum {string}
85
+ * Enumeration for the priority of a notification
86
+ *
81
87
  * @since 1.120.0
82
88
  * @public
83
89
  */
84
- Notifications.Priority = {
90
+ this.Priority = {
85
91
  /**
86
92
  * Low priority.
87
93
  * @public
@@ -99,12 +105,15 @@ sap.ui.define([
99
105
  HIGH: "HIGH"
100
106
  };
101
107
 
102
- /** Enumaration for The nature of the notification
108
+ /**
109
+ * @alias sap.ushell.services.NotificationsV2.Nature
103
110
  * @enum {string}
111
+ * Enumeration for The nature of the notification
112
+ *
104
113
  * @since 1.120.0
105
114
  * @public
106
115
  */
107
- Notifications.Nature = {
116
+ this.Nature = {
108
117
  /**
109
118
  * The Positive nature.
110
119
  * @public
@@ -1963,8 +1972,8 @@ sap.ui.define([
1963
1972
  this.oUserSettingsPersonalizerPromise = sap.ushell.Container.getServiceAsync("PersonalizationV2")
1964
1973
  .then((PersonalizationService) => {
1965
1974
  const oScope = {
1966
- keyCategory: PersonalizationService.constants.keyCategory.FIXED_KEY,
1967
- writeFrequency: PersonalizationService.constants.writeFrequency.LOW,
1975
+ keyCategory: PersonalizationService.KeyCategory.FIXED_KEY,
1976
+ writeFrequency: PersonalizationService.WriteFrequency.LOW,
1968
1977
  clientStorageAllowed: true
1969
1978
  };
1970
1979
 
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's page building service.
5
5
  *
6
- * @version 1.123.1
6
+ * @version 1.124.1
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/ui/thirdparty/jquery"
@@ -17,9 +17,13 @@ sap.ui.define([
17
17
  * @class
18
18
  * @classdesc The Unified Shell's page building service.
19
19
  *
20
- * <b>Note:</b> To retrieve a valid instance of this service, it is necessary to call
21
- * <code>sap.ushell.Container.getServiceAsync("PageBuilding")</code>. For details, see
22
- * {@link sap.ushell.Container#getServiceAsync}.
20
+ * <b>Note:</b> To retrieve a valid instance of this service, it is necessary to call {@link sap.ushell.Container#getServiceAsync}.
21
+ * <pre>
22
+ * sap.ui.require(["sap/ushell/Container"], async function (Container) {
23
+ * const PageBuilding = await Container.getServiceAsync("PageBuilding");
24
+ * // do something with the PageBuilding service
25
+ * });
26
+ * </pre>
23
27
  *
24
28
  * @param {object} oAdapter The page building adapter for the logon system
25
29
  * @param {object} oContainerInterface The interface provided by the container
@@ -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.123.1
9
+ * @version 1.124.1
10
10
  */
11
11
  sap.ui.define([], function () {
12
12
  "use strict";
@@ -16,9 +16,13 @@ sap.ui.define([], function () {
16
16
  * @class
17
17
  * @classdesc The Unified Shell's PagePersistence service.
18
18
  *
19
- * <b>Note:</b> To retrieve a valid instance of this service, it is necessary to call
20
- * <code>sap.ushell.Container.getServiceAsync("PagePersistence")</code>. For details, see
21
- * {@link sap.ushell.Container#getServiceAsync}.
19
+ * <b>Note:</b> To retrieve a valid instance of this service, it is necessary to call {@link sap.ushell.Container#getServiceAsync}.
20
+ * <pre>
21
+ * sap.ui.require(["sap/ushell/Container"], async function (Container) {
22
+ * const PagePersistence = await Container.getServiceAsync("PagePersistence");
23
+ * // do something with the PagePersistence service
24
+ * });
25
+ * </pre>
22
26
  *
23
27
  * @param {object} adapter
24
28
  * the page persistency adapter for the frontend server
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview This module deals with page related referencing and dereferencing.
5
- * @version 1.123.1
5
+ * @version 1.124.1
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/services/_PageReferencing/PageReferencer"
@@ -14,9 +14,13 @@ sap.ui.define([
14
14
  * @class
15
15
  * @classdesc The Unified Shell's PageReferencing service.
16
16
  *
17
- * <b>Note:</b> To retrieve a valid instance of this service, it is necessary to call
18
- * <code>sap.ushell.Container.getServiceAsync("PageReferencing")</code>. For details, see
19
- * {@link sap.ushell.Container#getServiceAsync}.
17
+ * <b>Note:</b> To retrieve a valid instance of this service, it is necessary to call {@link sap.ushell.Container#getServiceAsync}.
18
+ * <pre>
19
+ * sap.ui.require(["sap/ushell/Container"], async function (Container) {
20
+ * const PageReferencing = await Container.getServiceAsync("PageReferencing");
21
+ * // do something with the PageReferencing service
22
+ * });
23
+ * </pre>
20
24
  *
21
25
  * @hideconstructor
22
26
  *
@@ -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.123.1
5
+ * @version 1.124.1
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/Log",
@@ -40,9 +40,13 @@ sap.ui.define([
40
40
  * @class
41
41
  * @classdesc The Unified Shell's Pages service.
42
42
  *
43
- * <b>Note:</b> To retrieve a valid instance of this service, it is necessary to call
44
- * <code>sap.ushell.Container.getServiceAsync("Pages")</code>. For details, see
45
- * {@link sap.ushell.Container#getServiceAsync}.
43
+ * <b>Note:</b> To retrieve a valid instance of this service, it is necessary to call {@link sap.ushell.Container#getServiceAsync}.
44
+ * <pre>
45
+ * sap.ui.require(["sap/ushell/Container"], async function (Container) {
46
+ * const Pages = await Container.getServiceAsync("Pages");
47
+ * // do something with the Pages service
48
+ * });
49
+ * </pre>
46
50
  *
47
51
  * @hideconstructor
48
52
  *