@sapui5/sap.ushell 1.123.0 → 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 (673) hide show
  1. package/LICENSE.txt +13 -10
  2. package/README.md +1 -1
  3. package/package.json +1 -1
  4. package/src/main/js/sap/ushell/.library +1 -1
  5. package/src/main/js/sap/ushell/AppInfoParameters.js +10 -6
  6. package/src/main/js/sap/ushell/Container.js +8 -3
  7. package/src/main/js/sap/ushell/EventHub.js +17 -28
  8. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  9. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +8 -12
  10. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  11. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  12. package/src/main/js/sap/ushell/UI5ComponentType.js +2 -2
  13. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  14. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  15. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  16. package/src/main/js/sap/ushell/_URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  17. package/src/main/js/sap/ushell/_URLTemplateProcessor/DependencyGraph.js +1 -1
  18. package/src/main/js/sap/ushell/_URLTemplateProcessor/Functions.js +1 -1
  19. package/src/main/js/sap/ushell/_URLTemplateProcessor/Resolvers.js +1 -1
  20. package/src/main/js/sap/ushell/_URLTemplateProcessor/TemplateParameterParser.js +1 -1
  21. package/src/main/js/sap/ushell/_URLTemplateProcessor/utils.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +5 -5
  24. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +5 -5
  28. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +5 -2
  50. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +5 -5
  53. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/MenuAdapter.js +2 -2
  58. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  64. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  65. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  66. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  67. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  68. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +3 -3
  69. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +3 -3
  70. package/src/main/js/sap/ushell/api/NewExperience/CustomOverflowListItem.js +48 -0
  71. package/src/main/js/sap/ushell/api/NewExperience.js +270 -0
  72. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +6 -0
  73. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/Renderer.js +1 -1
  74. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_cnr.properties +10 -0
  75. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_en_US_saprigi.properties +5 -5
  76. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_mk.properties +10 -0
  77. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_sh.properties +3 -3
  78. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_sr.properties +10 -0
  79. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_cnr.properties +4 -0
  80. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_en_US_saprigi.properties +2 -2
  81. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_mk.properties +4 -0
  82. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_sh.properties +1 -1
  83. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_sr.properties +4 -0
  84. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/Renderer.js +1 -1
  85. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +0 -11
  86. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +153 -0
  87. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +157 -0
  88. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +23 -0
  89. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  90. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/FLPScheduler.js +14 -20
  91. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/LoadingConfiguration.json +0 -4
  92. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/StepConfiguration.json +0 -9
  93. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/logger.js +1 -1
  94. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/state.js +2 -2
  95. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  96. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +4 -1
  97. package/src/main/js/sap/ushell/bootstrap/common/common.read.ushell.config.from.url.js +20 -5
  98. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  99. package/src/main/js/sap/ushell/components/CatalogsManager.js +0 -8
  100. package/src/main/js/sap/ushell/components/HeaderManager.js +44 -1
  101. package/src/main/js/sap/ushell/components/SharedComponentUtils.js +2 -2
  102. package/src/main/js/sap/ushell/components/_HeaderManager/AddHeadEndItemsStrategy.js +8 -2
  103. package/src/main/js/sap/ushell/components/_HeaderManager/ShellHeader.controller.js +21 -4
  104. package/src/main/js/sap/ushell/components/_HomepageManager/PersistentPageOperationAdapter.js +2 -57
  105. package/src/main/js/sap/ushell/components/appfinder/HierarchyFolders.controller.js +2 -2
  106. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  107. package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +6 -2
  108. package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +1 -1
  109. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +1 -1
  110. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +1210 -960
  111. package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +2 -2
  112. package/src/main/js/sap/ushell/components/applicationIntegration/elements/model.js +1 -1
  113. package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +1 -1
  114. package/src/main/js/sap/ushell/components/applicationIntegration/relatedShellElements/RelatedShellElements.js +1 -1
  115. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_cnr.properties +41 -0
  116. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_da.properties +1 -1
  117. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_en_US_saprigi.properties +37 -37
  118. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_et.properties +1 -1
  119. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_fr_CA.properties +1 -1
  120. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_hr.properties +2 -2
  121. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_it.properties +1 -1
  122. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_iw.properties +1 -1
  123. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ko.properties +1 -1
  124. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_lv.properties +1 -1
  125. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_mk.properties +41 -0
  126. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ms.properties +1 -1
  127. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_pl.properties +1 -1
  128. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ro.properties +2 -2
  129. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sh.properties +7 -7
  130. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sk.properties +1 -1
  131. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sl.properties +2 -2
  132. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sr.properties +41 -0
  133. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_tr.properties +1 -1
  134. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_uk.properties +2 -2
  135. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_vi.properties +1 -1
  136. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_zh_CN.properties +1 -1
  137. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_cnr.properties +19 -0
  138. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_en_US_saprigi.properties +9 -9
  139. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_hi.properties +1 -1
  140. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_mk.properties +19 -0
  141. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_sh.properties +1 -1
  142. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_sr.properties +19 -0
  143. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/Edition.js +1 -0
  144. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Category.css +71 -11
  145. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Category.js +22 -13
  146. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/Application.js +72 -22
  147. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ar.properties +2 -2
  148. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_bg.properties +8 -8
  149. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ca.properties +3 -3
  150. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cnr.properties +117 -0
  151. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cs.properties +4 -4
  152. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cy.properties +5 -5
  153. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_el.properties +7 -7
  154. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_en_US_saprigi.properties +109 -109
  155. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_es.properties +3 -3
  156. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_es_MX.properties +2 -2
  157. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_fi.properties +2 -2
  158. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_fr.properties +4 -4
  159. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_fr_CA.properties +2 -2
  160. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hi.properties +7 -7
  161. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hr.properties +8 -8
  162. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hu.properties +1 -1
  163. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_it.properties +2 -2
  164. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_iw.properties +3 -3
  165. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ja.properties +1 -1
  166. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ko.properties +4 -4
  167. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_lv.properties +16 -16
  168. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_mk.properties +117 -0
  169. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ms.properties +1 -1
  170. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_nl.properties +16 -16
  171. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_no.properties +1 -1
  172. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_pt.properties +2 -2
  173. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_pt_PT.properties +1 -1
  174. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ro.properties +4 -4
  175. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ru.properties +1 -1
  176. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sh.properties +25 -25
  177. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sk.properties +8 -8
  178. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sl.properties +4 -4
  179. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sr.properties +117 -0
  180. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sv.properties +1 -1
  181. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_th.properties +1 -1
  182. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_tr.properties +2 -2
  183. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_uk.properties +6 -6
  184. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_vi.properties +2 -2
  185. package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +3 -3
  186. package/src/main/js/sap/ushell/components/container/resources/resources_cnr.properties +10 -0
  187. package/src/main/js/sap/ushell/components/container/resources/resources_en_US_saprigi.properties +6 -6
  188. package/src/main/js/sap/ushell/components/container/resources/resources_mk.properties +10 -0
  189. package/src/main/js/sap/ushell/components/container/resources/resources_ms.properties +1 -1
  190. package/src/main/js/sap/ushell/components/container/resources/resources_sh.properties +1 -1
  191. package/src/main/js/sap/ushell/components/container/resources/resources_sr.properties +10 -0
  192. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  193. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  194. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  195. package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +1 -1
  196. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  197. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ar.properties +5 -3
  198. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_bg.properties +5 -3
  199. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ca.properties +5 -3
  200. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cnr.properties +31 -0
  201. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cs.properties +5 -3
  202. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cy.properties +5 -3
  203. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_da.properties +5 -3
  204. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_de.properties +5 -3
  205. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_el.properties +5 -3
  206. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +5 -3
  207. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties +5 -3
  208. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saprigi.properties +26 -24
  209. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es.properties +5 -3
  210. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties +5 -3
  211. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_et.properties +5 -3
  212. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fi.properties +5 -3
  213. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr.properties +5 -3
  214. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties +7 -5
  215. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hi.properties +5 -3
  216. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hr.properties +5 -3
  217. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hu.properties +5 -3
  218. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_id.properties +5 -3
  219. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_it.properties +5 -3
  220. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_iw.properties +5 -3
  221. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ja.properties +5 -3
  222. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_kk.properties +5 -3
  223. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ko.properties +5 -3
  224. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lt.properties +5 -3
  225. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lv.properties +5 -3
  226. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +31 -0
  227. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ms.properties +5 -3
  228. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_nl.properties +5 -3
  229. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_no.properties +5 -3
  230. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pl.properties +5 -3
  231. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt.properties +5 -3
  232. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties +5 -3
  233. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ro.properties +5 -3
  234. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ru.properties +5 -3
  235. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +11 -9
  236. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sk.properties +5 -3
  237. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sl.properties +5 -3
  238. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +31 -0
  239. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sv.properties +5 -3
  240. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_th.properties +5 -3
  241. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_tr.properties +5 -3
  242. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_uk.properties +5 -3
  243. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_vi.properties +5 -3
  244. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties +5 -3
  245. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties +5 -3
  246. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchBox.fragment.xml +2 -0
  247. package/src/main/js/sap/ushell/components/contentFinder/view/WidgetGallery.view.xml +23 -3
  248. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
  249. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
  250. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  251. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifestAppSearch.json +1 -1
  252. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  253. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  254. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  255. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  256. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  257. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  258. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  259. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  260. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  261. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
  262. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  263. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +83 -29
  264. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -10
  265. package/src/main/js/sap/ushell/components/runtimeSwitcher/view/RuntimeSwitcher.view.xml +2 -18
  266. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  267. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  268. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  269. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
  270. package/src/main/js/sap/ushell/components/shell/Notifications/Notifications.controller.js +236 -607
  271. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  272. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  273. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  274. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchCEP.controller.js +9 -1
  275. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  276. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  277. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  278. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  279. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -7
  280. package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +3 -2
  281. package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.view.xml +20 -32
  282. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  283. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  284. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  285. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  286. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  287. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  288. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  289. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  290. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  291. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  292. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  293. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  294. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  295. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ar.properties +2 -1
  296. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_bg.properties +2 -1
  297. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ca.properties +2 -1
  298. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cnr.properties +79 -0
  299. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cs.properties +2 -1
  300. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cy.properties +2 -1
  301. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_da.properties +2 -1
  302. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_de.properties +2 -1
  303. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_el.properties +2 -1
  304. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en.properties +2 -1
  305. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_GB.properties +2 -1
  306. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saprigi.properties +68 -67
  307. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es.properties +2 -1
  308. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es_MX.properties +2 -1
  309. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_et.properties +2 -1
  310. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fi.properties +2 -1
  311. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr.properties +2 -1
  312. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr_CA.properties +2 -1
  313. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hi.properties +2 -1
  314. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hr.properties +3 -2
  315. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hu.properties +2 -1
  316. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_id.properties +2 -1
  317. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_it.properties +2 -1
  318. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_iw.properties +2 -1
  319. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ja.properties +2 -1
  320. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_kk.properties +2 -1
  321. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ko.properties +2 -1
  322. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lt.properties +2 -1
  323. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lv.properties +2 -1
  324. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_mk.properties +79 -0
  325. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ms.properties +2 -1
  326. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_nl.properties +2 -1
  327. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_no.properties +2 -1
  328. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pl.properties +2 -1
  329. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt.properties +2 -1
  330. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt_PT.properties +2 -1
  331. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ro.properties +2 -1
  332. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ru.properties +2 -1
  333. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sh.properties +31 -30
  334. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sk.properties +2 -1
  335. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sl.properties +3 -2
  336. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sr.properties +79 -0
  337. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sv.properties +2 -1
  338. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_th.properties +3 -2
  339. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_tr.properties +2 -1
  340. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_uk.properties +2 -1
  341. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_vi.properties +2 -1
  342. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_CN.properties +2 -1
  343. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_TW.properties +2 -1
  344. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  345. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  346. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  347. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  348. package/src/main/js/sap/ushell/library.js +1 -1
  349. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  350. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  351. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  352. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  353. package/src/main/js/sap/ushell/plugins/appwarmup/ShellUIService.js +0 -3
  354. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_cnr.properties +13 -0
  355. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_en_US_saprigi.properties +8 -8
  356. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_mk.properties +13 -0
  357. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_sh.properties +2 -2
  358. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_sr.properties +13 -0
  359. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_th.properties +2 -2
  360. package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_cnr.properties +24 -0
  361. package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_en_US_saprigi.properties +12 -12
  362. package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_mk.properties +24 -0
  363. package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_sh.properties +4 -4
  364. package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_sr.properties +24 -0
  365. package/src/main/js/sap/ushell/renderer/Renderer.js +21 -20
  366. package/src/main/js/sap/ushell/renderer/Shell.controller.js +7 -35
  367. package/src/main/js/sap/ushell/renderer/Shell.view.js +3 -0
  368. package/src/main/js/sap/ushell/renderer/resources/resources.properties +0 -14
  369. package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +5 -5
  370. package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +36 -36
  371. package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +5 -5
  372. package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +996 -0
  373. package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +14 -14
  374. package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +3 -3
  375. package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +4 -4
  376. package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +9 -9
  377. package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +8 -8
  378. package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +952 -31
  379. package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +1 -1
  380. package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +988 -991
  381. package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +6 -6
  382. package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +5 -5
  383. package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +5 -5
  384. package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +11 -11
  385. package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +9 -9
  386. package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +16 -16
  387. package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +15 -15
  388. package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +29 -29
  389. package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +4 -4
  390. package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +4 -4
  391. package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +7 -7
  392. package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +8 -8
  393. package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +17 -17
  394. package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +15 -15
  395. package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +10 -10
  396. package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +6 -6
  397. package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +4 -4
  398. package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +996 -0
  399. package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +6 -6
  400. package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +6 -6
  401. package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +16 -16
  402. package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +10 -10
  403. package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +5 -5
  404. package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +3 -3
  405. package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +5 -5
  406. package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +16 -16
  407. package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +3 -3
  408. package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +17 -17
  409. package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +21 -21
  410. package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +996 -0
  411. package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +5 -5
  412. package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +15 -15
  413. package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +22 -22
  414. package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +37 -37
  415. package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +6 -6
  416. package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +5 -5
  417. package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +10 -10
  418. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  419. package/src/main/js/sap/ushell/renderers/fiori2/Renderer.js +1 -1
  420. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_mk.properties +993 -0
  421. package/src/main/js/sap/ushell/resources.js +49 -0
  422. package/src/main/js/sap/ushell/services/AllMyApps.js +7 -3
  423. package/src/main/js/sap/ushell/services/AppConfiguration.js +8 -0
  424. package/src/main/js/sap/ushell/services/AppLifeCycle.js +17 -11
  425. package/src/main/js/sap/ushell/services/AppState.js +9 -5
  426. package/src/main/js/sap/ushell/services/Bookmark.js +8 -4
  427. package/src/main/js/sap/ushell/services/BookmarkV2.js +8 -4
  428. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +8 -4
  429. package/src/main/js/sap/ushell/services/CommonDataModel.js +8 -4
  430. package/src/main/js/sap/ushell/services/Configuration.js +8 -4
  431. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +8 -4
  432. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  433. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +45 -46
  434. package/src/main/js/sap/ushell/services/DarkModeSupport.js +8 -4
  435. package/src/main/js/sap/ushell/services/EndUserFeedback.js +7 -3
  436. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -14
  437. package/src/main/js/sap/ushell/services/Extension.js +25 -194
  438. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +8 -4
  439. package/src/main/js/sap/ushell/services/{Extension → FrameBoundExtension}/FloatingContainer.js +16 -13
  440. package/src/main/js/sap/ushell/services/{Extension → FrameBoundExtension}/Footer.js +12 -10
  441. package/src/main/js/sap/ushell/services/{Extension/Header.js → FrameBoundExtension/Item.js} +62 -46
  442. package/src/main/js/sap/ushell/services/{Extension → FrameBoundExtension}/SidePane.js +17 -14
  443. package/src/main/js/sap/ushell/services/{Extension → FrameBoundExtension}/ToolArea.js +17 -14
  444. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +371 -0
  445. package/src/main/js/sap/ushell/services/LaunchPage.js +8 -4
  446. package/src/main/js/sap/ushell/services/Menu.js +10 -6
  447. package/src/main/js/sap/ushell/services/Message.js +8 -4
  448. package/src/main/js/sap/ushell/services/MessageBroker.js +8 -4
  449. package/src/main/js/sap/ushell/services/NavTargetResolution.js +10 -22
  450. package/src/main/js/sap/ushell/services/NavTargetResolutionInternal.js +7 -3
  451. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +229 -0
  452. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  453. package/src/main/js/sap/ushell/services/Navigation.js +48 -40
  454. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +8 -4
  455. package/src/main/js/sap/ushell/services/Notifications.js +7 -3
  456. package/src/main/js/sap/ushell/services/NotificationsV2.js +18 -9
  457. package/src/main/js/sap/ushell/services/PageBuilding.js +8 -4
  458. package/src/main/js/sap/ushell/services/PagePersistence.js +8 -4
  459. package/src/main/js/sap/ushell/services/PageReferencing.js +8 -4
  460. package/src/main/js/sap/ushell/services/Pages.js +8 -4
  461. package/src/main/js/sap/ushell/services/Personalization.js +8 -4
  462. package/src/main/js/sap/ushell/services/PersonalizationV2/constants.js +39 -10
  463. package/src/main/js/sap/ushell/services/PersonalizationV2.js +30 -14
  464. package/src/main/js/sap/ushell/services/PluginManager.js +8 -4
  465. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  466. package/src/main/js/sap/ushell/services/Search.js +8 -4
  467. package/src/main/js/sap/ushell/services/SearchCEP.js +8 -4
  468. package/src/main/js/sap/ushell/services/SearchableContent.js +8 -4
  469. package/src/main/js/sap/ushell/services/ShellNavigation.js +11 -7
  470. package/src/main/js/sap/ushell/services/ShellNavigationInternal.js +17 -12
  471. package/src/main/js/sap/ushell/services/SmartNavigation.js +8 -4
  472. package/src/main/js/sap/ushell/services/SpaceContent.js +8 -4
  473. package/src/main/js/sap/ushell/services/SupportTicket.js +8 -6
  474. package/src/main/js/sap/ushell/services/UITracer.js +8 -4
  475. package/src/main/js/sap/ushell/services/URLParsing.js +36 -31
  476. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  477. package/src/main/js/sap/ushell/services/URLTemplate.js +8 -4
  478. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +8 -4
  479. package/src/main/js/sap/ushell/services/UsageAnalytics.js +42 -369
  480. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +8 -4
  481. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +8 -4
  482. package/src/main/js/sap/ushell/services/UserInfo.js +8 -4
  483. package/src/main/js/sap/ushell/services/UserRecents.js +8 -4
  484. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +8 -4
  485. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +8 -4
  486. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Formatter.js +1 -1
  487. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundIndex.js +1 -1
  488. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundProvider.js +1 -1
  489. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  490. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Search.js +1 -1
  491. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/StagedLogger.js +1 -1
  492. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/SystemContext.js +1 -1
  493. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Utils.js +1 -1
  494. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/VirtualInbounds.js +1 -1
  495. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  496. package/src/main/js/sap/ushell/services/_CommonDataModel/SiteConverter.js +1 -1
  497. package/src/main/js/sap/ushell/services/_CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  498. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  499. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  500. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  501. package/src/main/js/sap/ushell/services/_MessageBroker/MessageBrokerEngine.js +1 -1
  502. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  503. package/src/main/js/sap/ushell/services/_PluginManager/Extensions.js +1 -1
  504. package/src/main/js/sap/ushell/services/_PluginManager/HeaderExtensions.js +1 -1
  505. package/src/main/js/sap/ushell/services/_PluginManager/MenuExtensions.js +1 -1
  506. package/src/main/js/sap/ushell/services/_Ui5ComponentLoader/utils.js +1 -1
  507. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  508. package/src/main/js/sap/ushell/themes/base/ShellHeader.less +5 -0
  509. package/src/main/js/sap/ushell/themes/base/SysInfoBar.less +52 -2
  510. package/src/main/js/sap/ushell/themes/base/library.source.less +0 -2
  511. package/src/main/js/sap/ushell/themes/sap_belize/library.source.less +0 -1
  512. package/src/main/js/sap/ushell/themes/sap_belize_hcb/SysInfoBar.less +25 -0
  513. package/src/main/js/sap/ushell/themes/sap_belize_hcw/SysInfoBar.less +26 -0
  514. package/src/main/js/sap/ushell/themes/sap_bluecrystal/library.source.less +10 -1
  515. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/.theming +4 -0
  516. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ActionMode.less +107 -0
  517. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/AddBookmarkButton.less +37 -0
  518. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/AnchorItem.less +81 -0
  519. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/AnchorNavigationBar.less +86 -0
  520. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/AppearanceView.less +213 -0
  521. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ApplicationContainer.less +37 -0
  522. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Catalog.less +387 -0
  523. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ContactSupport.less +12 -0
  524. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ContentFinder.less +26 -0
  525. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/CustomGroupHeaderListItem.less +10 -0
  526. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Dashboard.less +66 -0
  527. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/DynamicTile.less +114 -0
  528. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Factsheet.less +225 -0
  529. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/FloatingContainer.less +125 -0
  530. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/FlpSettings.less +83 -0
  531. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/GroupList.less +68 -0
  532. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/GroupListItem.less +54 -0
  533. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/IconFonts.less +21 -0
  534. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ImageTile.less +23 -0
  535. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/LoadingDialog.less +47 -0
  536. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/MenuBar.less +23 -0
  537. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Notifications.less +135 -0
  538. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Page.less +49 -0
  539. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/PictureTile.less +119 -0
  540. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/PictureViewer.less +25 -0
  541. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/PlusTile.less +38 -0
  542. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/QuickAccess.less +18 -0
  543. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/RightFloatingContainerItem.less +82 -0
  544. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/SearchCEP.less +121 -0
  545. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/SearchFLP.less +10 -0
  546. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Section.less +60 -0
  547. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ShellAppTitle.less +207 -0
  548. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ShellFloatingAction.less +61 -0
  549. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ShellFloatingActions.less +14 -0
  550. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ShellHeader.less +381 -0
  551. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ShellLayout.less +168 -0
  552. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/SidePane.less +8 -0
  553. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/StaticTile.less +9 -0
  554. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/SubHeader.less +3 -0
  555. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/SysInfoBar.less +114 -0
  556. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/TargetMappingConfiguration.less +8 -0
  557. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Tile.less +223 -0
  558. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/TileBase.less +152 -0
  559. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/TileContainer.less +495 -0
  560. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/TilePlaceholder.less +75 -0
  561. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/TileState.less +62 -0
  562. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ToolAreaItem.less +85 -0
  563. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/UserActionsMenu.less +23 -0
  564. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/UserConsentDialog.less +52 -0
  565. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/UserSettings.less +113 -0
  566. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ViewPortContainer.less +28 -0
  567. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/WorkPage.less +58 -0
  568. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/WorkPageButton.less +60 -0
  569. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/WorkPageCell.less +144 -0
  570. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/WorkPageColumn.less +39 -0
  571. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/WorkPageColumnResizer.less +128 -0
  572. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/WorkPageRow.less +987 -0
  573. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/library.source.less +64 -0
  574. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/shared.less +40 -0
  575. package/src/main/js/sap/ushell/themes/sap_fiori_3/library.source.less +0 -1
  576. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/library.source.less +0 -1
  577. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/SysInfoBar.less +25 -0
  578. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/SysInfoBar.less +25 -0
  579. package/src/main/js/sap/ushell/themes/sap_horizon/library.source.less +0 -1
  580. package/src/main/js/sap/ushell/themes/sap_horizon_dark/library.source.less +0 -1
  581. package/src/main/js/sap/ushell/themes/sap_horizon_hcb/SysInfoBar.less +25 -0
  582. package/src/main/js/sap/ushell/themes/sap_horizon_hcw/SysInfoBar.less +25 -0
  583. package/src/main/js/sap/ushell/ui/ShellHeader.fragment.xml +1 -0
  584. package/src/main/js/sap/ushell/ui/ShellHeader.js +46 -1
  585. package/src/main/js/sap/ushell/ui/ShellHeaderRenderer.js +15 -0
  586. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  587. package/src/main/js/sap/ushell/ui/launchpad/CatalogEntryContainer.js +2 -2
  588. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  589. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  590. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  591. package/src/main/js/sap/ushell/ui/shell/ShellHeadItem.js +63 -10
  592. package/src/main/js/sap/ushell/ui/shell/SysInfoBar.js +13 -1
  593. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  594. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  595. package/src/main/js/sap/ushell/ui5service/ShellUIService.js +1 -1
  596. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  597. package/src/main/js/sap/ushell/ui5service/_ShellUIService/shelluiservice.class.factory.js +2 -17
  598. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -5
  599. package/src/main/js/sap/ushell/utils/tilecard/TileCard.js +1 -1
  600. package/src/main/js/sap/ushell/utils/tilecard/TileCardExtension.js +8 -1
  601. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_ar.properties +5 -0
  602. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_bg.properties +5 -0
  603. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_ca.properties +5 -0
  604. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_cnr.properties +5 -0
  605. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_cs.properties +5 -0
  606. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_cy.properties +5 -0
  607. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_da.properties +5 -0
  608. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_de.properties +5 -0
  609. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_el.properties +5 -0
  610. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_en.properties +5 -0
  611. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_en_GB.properties +5 -0
  612. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_en_US_saprigi.properties +5 -0
  613. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_es.properties +5 -0
  614. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_es_MX.properties +5 -0
  615. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_et.properties +5 -0
  616. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_fi.properties +5 -0
  617. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_fr.properties +5 -0
  618. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_fr_CA.properties +5 -0
  619. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_hi.properties +5 -0
  620. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_hr.properties +5 -0
  621. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_hu.properties +5 -0
  622. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_id.properties +5 -0
  623. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_it.properties +5 -0
  624. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_iw.properties +5 -0
  625. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_ja.properties +5 -0
  626. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_kk.properties +5 -0
  627. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_ko.properties +5 -0
  628. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_lt.properties +5 -0
  629. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_lv.properties +5 -0
  630. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_mk.properties +5 -0
  631. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_ms.properties +5 -0
  632. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_nl.properties +5 -0
  633. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_no.properties +5 -0
  634. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_pl.properties +5 -0
  635. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_pt.properties +5 -0
  636. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_pt_PT.properties +5 -0
  637. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_ro.properties +5 -0
  638. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_ru.properties +5 -0
  639. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_sh.properties +5 -0
  640. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_sk.properties +5 -0
  641. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_sl.properties +5 -0
  642. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_sr.properties +5 -0
  643. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_sv.properties +5 -0
  644. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_th.properties +5 -0
  645. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_tr.properties +5 -0
  646. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_uk.properties +5 -0
  647. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_vi.properties +5 -0
  648. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_zh_CN.properties +5 -0
  649. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_zh_TW.properties +5 -0
  650. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +2 -2
  651. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +90 -40
  652. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  653. package/src/main/js/sap/ushell/utils/workpage/resources/resources_cnr.properties +79 -0
  654. package/src/main/js/sap/ushell/utils/workpage/resources/resources_mk.properties +79 -0
  655. package/src/main/js/sap/ushell/utils/workpage/resources/resources_sr.properties +79 -0
  656. package/src/main/js/sap/ushell/utils.js +28 -18
  657. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  658. package/ui5.yaml +5 -4
  659. package/src/main/js/sap/ushell/components/homepage/FLPAnalytics.js +0 -155
  660. package/src/main/js/sap/ushell/components/shell/Settings/ProfilingLoader.js +0 -42
  661. package/src/main/js/sap/ushell/components/shell/Settings/userProfiling/UsageAnalyticsProfiling.js +0 -53
  662. package/src/main/js/sap/ushell/components/shell/Settings/userProfiling/UsageAnalyticsSelector.controller.js +0 -32
  663. package/src/main/js/sap/ushell/components/shell/Settings/userProfiling/UsageAnalyticsSelector.view.xml +0 -13
  664. package/src/main/js/sap/ushell/components/shell/Settings/userProfiling/UserProfiling.controller.js +0 -76
  665. package/src/main/js/sap/ushell/components/shell/Settings/userProfiling/UserProfiling.view.xml +0 -8
  666. package/src/main/js/sap/ushell/components/shell/Settings/userProfiling/UserProfilingEntry.js +0 -68
  667. package/src/main/js/sap/ushell/themes/base/UsageAnalyticsPopUp.less +0 -10
  668. package/src/main/js/sap/ushell/themes/base/UsageAnalyticsSelector.less +0 -23
  669. package/src/main/js/sap/ushell/themes/sap_belize/UsageAnalyticsSelector.less +0 -25
  670. package/src/main/js/sap/ushell/themes/sap_fiori_3/UsageAnalyticsSelector.less +0 -18
  671. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/UsageAnalyticsSelector.less +0 -18
  672. package/src/main/js/sap/ushell/themes/sap_horizon/UsageAnalyticsSelector.less +0 -23
  673. package/src/main/js/sap/ushell/themes/sap_horizon_dark/UsageAnalyticsSelector.less +0 -22
package/LICENSE.txt CHANGED
@@ -1,5 +1,7 @@
1
1
  SAP DEVELOPER LICENSE AGREEMENT
2
2
 
3
+ Version 3.2
4
+
3
5
  Please scroll down and read the following Developer License Agreement carefully ("Developer Agreement"). By clicking "I Accept" or by attempting to download, or install, or use the SAP software and other materials that accompany this Developer Agreement ("SAP Materials"), You agree that this Developer Agreement forms a legally binding agreement between You ("You" or "Your") and SAP SE, for and on behalf of itself and its subsidiaries and affiliates (as defined in Section 15 of the German Stock Corporation Act) and You agree to be bound by all of the terms and conditions stated in this Developer Agreement. If You are trying to access or download the SAP Materials on behalf of Your employer or as a consultant or agent of a third party (either "Your Company"), You represent and warrant that You have the authority to act on behalf of and bind Your Company to the terms of this Developer Agreement and everywhere in this Developer Agreement that refers to 'You' or 'Your' shall also include Your Company. If You do not agree to these terms, do not click "I Accept", and do not attempt to access or use the SAP Materials.
4
6
 
5
7
  1. LICENSE: SAP grants You a non-exclusive, non-transferable, non-sublicensable, revocable, limited use license to copy, reproduce and distribute the application programming interfaces ("API"), documentation, plug-ins, templates, scripts and sample code ("Tools") on a desktop, laptop, tablet, smart phone, or other appropriate computer device that You own or control (any, a "Computer") to create new applications ("Customer Applications"). You agree that the Customer Applications will not: (a) unreasonably impair, degrade or reduce the performance or security of any SAP software applications, services or related technology ("Software"); (b) enable the bypassing or circumventing of SAP's license restrictions and/or provide users with access to the Software to which such users are not licensed; (c) render or provide, without prior written consent from SAP, any information concerning SAP software license terms, Software, or any other information related to SAP products; or (d) permit mass data extraction from an SAP product to a non-SAP product, including use, modification, saving or other processing of such data in the non-SAP product. In exchange for the right to develop Customer Applications under this Agreement, You covenant not to assert any Intellectual Property Rights in Customer Applications created by You against any SAP product, service, or future SAP development.
@@ -7,29 +9,30 @@ Please scroll down and read the following Developer License Agreement carefully
7
9
  2. INTELLECTUAL PROPERTY: (a) SAP or its licensors retain all ownership and intellectual property rights in the APIs, Tools and Software. You may not: a) remove or modify any marks or proprietary notices of SAP, b) provide or make the APIs, Tools or Software available to any third party, c) assign this Developer Agreement or give or transfer the APIs, Tools or Software or an interest in them to another individual or entity, d) decompile, disassemble or reverse engineer (except to the extent permitted by applicable law) the APIs Tools or Software, (e) create derivative works of or based on the APIs, Tools or Software, (f) use any SAP name, trademark or logo, or (g) use the APIs or Tools to modify existing Software or other SAP product functionality or to access the Software or other SAP products' source code or metadata.
8
10
  (b) Subject to SAP's underlying rights in any part of the APIs, Tools or Software, You retain all ownership and intellectual property rights in Your Customer Applications.
9
11
 
10
- 3. FREE AND OPEN SOURCE COMPONENTS: The SAP Materials may include certain third party free or open source components ("FOSS Components"). You may have additional rights in such FOSS Components that are provided by the third party licensors of those components.
12
+ 3. ARTIFICIAL INTELLIGENCE TRAINING: You are expressly prohibited from using the Software, Tools or APIs as well as any Customer Applications or any part thereof for the purpose of training (developing) artificial intelligence models or systems (“AI Training”). Prohibition of AI Training includes, but is not limited to, using the Software, Tools, APIs and/or Customer Applications or part thereof in any training data set, algorithm development, model development or refinement (including language learning models) related to artificial intelligence, as well as text and data mining in accordance with §44b UrhG and Art. 4 of EU Directive 2019/790. For the avoidance of doubt, by accepting this Developer Agreement You agree that Your ownership of Customer Applications shall not create nor encompass any right to use Customer Applications for AI Training and, hence, You will not use Customer Applications or any part of it for AI Training.
11
13
 
12
- 4. THIRD PARTY DEPENDENCIES: The SAP Materials may require certain third party software dependencies ("Dependencies") for the use or operation of such SAP Materials. These dependencies may be identified by SAP in Maven POM files, product documentation or by other means. SAP does not grant You any rights in or to such Dependencies under this Developer Agreement. You are solely responsible for the acquisition, installation and use of Dependencies. SAP DOES NOT MAKE ANY REPRESENTATIONS OR WARRANTIES IN RESPECT OF DEPENDENCIES, INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY AND OF FITNESS FOR A PARTICULAR PURPOSE. IN PARTICULAR, SAP DOES NOT WARRANT THAT DEPENDENCIES WILL BE AVAILABLE, ERROR FREE, INTEROPERABLE WITH THE SAP MATERIALS, SUITABLE FOR ANY PARTICULAR PURPOSE OR NON-INFRINGING. YOU ASSUME ALL RISKS ASSOCIATED WITH THE USE OF DEPENDENCIES, INCLUDING WITHOUT LIMITATION RISKS RELATING TO QUALITY, AVAILABILITY, PERFORMANCE, DATA LOSS, UTILITY IN A PRODUCTION ENVIRONMENT, AND NON-INFRINGEMENT. IN NO EVENT WILL SAP BE LIABLE DIRECTLY OR INDIRECTLY IN RESPECT OF ANY USE OF DEPENDENCIES BY YOU.
14
+ 4. FREE AND OPEN SOURCE COMPONENTS: The SAP Materials may include certain third party free or open source components ("FOSS Components"). You may have additional rights in such FOSS Components that are provided by the third party licensors of those components.
13
15
 
16
+ 5. THIRD PARTY DEPENDENCIES: The SAP Materials may require certain third party software dependencies ("Dependencies") for the use or operation of such SAP Materials. These dependencies may be identified by SAP in Maven POM files, product documentation or by other means. SAP does not grant You any rights in or to such Dependencies under this Developer Agreement. You are solely responsible for the acquisition, installation and use of Dependencies. SAP DOES NOT MAKE ANY REPRESENTATIONS OR WARRANTIES IN RESPECT OF DEPENDENCIES, INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY AND OF FITNESS FOR A PARTICULAR PURPOSE. IN PARTICULAR, SAP DOES NOT WARRANT THAT DEPENDENCIES WILL BE AVAILABLE, ERROR FREE, INTEROPERABLE WITH THE SAP MATERIALS, SUITABLE FOR ANY PARTICULAR PURPOSE OR NON-INFRINGING. YOU ASSUME ALL RISKS ASSOCIATED WITH THE USE OF DEPENDENCIES, INCLUDING WITHOUT LIMITATION RISKS RELATING TO QUALITY, AVAILABILITY, PERFORMANCE, DATA LOSS, UTILITY IN A PRODUCTION ENVIRONMENT, AND NON-INFRINGEMENT. IN NO EVENT WILL SAP BE LIABLE DIRECTLY OR INDIRECTLY IN RESPECT OF ANY USE OF DEPENDENCIES BY YOU.
14
17
 
15
- 5. WARRANTY:
18
+ 6. WARRANTY:
16
19
  a) If You are located outside the US or Canada: AS THE API AND TOOLS ARE PROVIDED TO YOU FREE OF CHARGE, SAP DOES NOT GUARANTEE OR WARRANT ANY FEATURES OR QUALITIES OF THE TOOLS OR API OR GIVE ANY UNDERTAKING WITH REGARD TO ANY OTHER QUALITY. NO SUCH WARRANTY OR UNDERTAKING SHALL BE IMPLIED BY YOU FROM ANY DESCRIPTION IN THE API OR TOOLS OR ANY AVAILABLE DOCUMENTATION OR ANY OTHER COMMUNICATION OR ADVERTISEMENT. IN PARTICULAR, SAP DOES NOT WARRANT THAT THE SOFTWARE WILL BE AVAILABLE UNINTERRUPTED, ERROR FREE, OR PERMANENTLY AVAILABLE. FOR THE TOOLS AND API ALL WARRANTY CLAIMS ARE SUBJECT TO THE LIMITATION OF LIABILITY STIPULATED IN SECTION 4 BELOW.
17
20
  b) If You are located in the US or Canada: THE API AND TOOLS ARE LICENSED TO YOU "AS IS", WITHOUT ANY WARRANTY, ESCROW, TRAINING, MAINTENANCE, OR SERVICE OBLIGATIONS WHATSOEVER ON THE PART OF SAP. SAP MAKES NO EXPRESS OR IMPLIED WARRANTIES OR CONDITIONS OF SALE OF ANY TYPE WHATSOEVER, INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY AND OF FITNESS FOR A PARTICULAR PURPOSE. IN PARTICULAR, SAP DOES NOT WARRANT THAT THE SOFTWARE WILL BE AVAILABLE UNINTERRUPTED, ERROR FREE, OR PERMANENTLY AVAILABLE. YOU ASSUME ALL RISKS ASSOCIATED WITH THE USE OF THE API AND TOOLS, INCLUDING WITHOUT LIMITATION RISKS RELATING TO QUALITY, AVAILABILITY, PERFORMANCE, DATA LOSS, AND UTILITY IN A PRODUCTION ENVIRONMENT.
18
21
 
19
- 6. LIMITATION OF LIABILITY:
22
+ 7. LIMITATION OF LIABILITY:
20
23
  a) If You are located outside the US or Canada: IRRESPECTIVE OF THE LEGAL REASONS, SAP SHALL ONLY BE LIABLE FOR DAMAGES UNDER THIS AGREEMENT IF SUCH DAMAGE (I) CAN BE CLAIMED UNDER THE GERMAN PRODUCT LIABILITY ACT OR (II) IS CAUSED BY INTENTIONAL MISCONDUCT OF SAP OR (III) CONSISTS OF PERSONAL INJURY. IN ALL OTHER CASES, NEITHER SAP NOR ITS EMPLOYEES, AGENTS AND SUBCONTRACTORS SHALL BE LIABLE FOR ANY KIND OF DAMAGE OR CLAIMS HEREUNDER.
21
24
  b) If You are located in the US or Canada: IN NO EVENT SHALL SAP BE LIABLE TO YOU, YOUR COMPANY OR TO ANY THIRD PARTY FOR ANY DAMAGES IN AN AMOUNT IN EXCESS OF $100 ARISING IN CONNECTION WITH YOUR USE OF OR INABILITY TO USE THE TOOLS OR API OR IN CONNECTION WITH SAP'S PROVISION OF OR FAILURE TO PROVIDE SERVICES PERTAINING TO THE TOOLS OR API, OR AS A RESULT OF ANY DEFECT IN THE API OR TOOLS. THIS DISCLAIMER OF LIABILITY SHALL APPLY REGARDLESS OF THE FORM OF ACTION THAT MAY BE BROUGHT AGAINST SAP, WHETHER IN CONTRACT OR TORT, INCLUDING WITHOUT LIMITATION ANY ACTION FOR NEGLIGENCE. YOUR SOLE REMEDY IN THE EVENT OF BREACH OF THIS DEVELOPER AGREEMENT BY SAP OR FOR ANY OTHER CLAIM RELATED TO THE API OR TOOLS SHALL BE TERMINATION OF THIS AGREEMENT. NOTWITHSTANDING ANYTHING TO THE CONTRARY HEREIN, UNDER NO CIRCUMSTANCES SHALL SAP AND ITS LICENSORS BE LIABLE TO YOU OR ANY OTHER PERSON OR ENTITY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, OR INDIRECT DAMAGES, LOSS OF GOOD WILL OR BUSINESS PROFITS, WORK STOPPAGE, DATA LOSS, COMPUTER FAILURE OR MALFUNCTION, ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSS, OR EXEMPLARY OR PUNITIVE DAMAGES.
22
25
 
23
- 7. INDEMNITY: You will fully indemnify, hold harmless and defend SAP against law suits based on any claim: (a) that any Customer Application created by You infringes or misappropriates any patent, copyright, trademark, trade secrets, or other proprietary rights of a third party, or (b) related to Your alleged violation of the terms of this Developer Agreement.
26
+ 8. INDEMNITY: You will fully indemnify, hold harmless and defend SAP against law suits based on any claim: (a) that any Customer Application created by You infringes or misappropriates any patent, copyright, trademark, trade secrets, or other proprietary rights of a third party, or (b) related to Your alleged violation of the terms of this Developer Agreement.
24
27
 
25
- 8. EXPORT: The Tools and API are subject to German, EU and US export control regulations. You confirm that: a) You will not use the Tools or API for, and will not allow the Tools or API to be used for, any purposes prohibited by German, EU and US law, including, without limitation, for the development, design, manufacture or production of nuclear, chemical or biological weapons of mass destruction; b) You are not located in Cuba, Iran, Sudan, Iraq, North Korea, Syria, nor any other country to which the United States has prohibited export or that has been designated by the U.S. Government as a "terrorist supporting" country (any, an "US Embargoed Country"); c) You are not a citizen, national or resident of, and are not under the control of, a US Embargoed Country; d) You will not download or otherwise export or re-export the API or Tools, directly or indirectly, to a US Embargoed Country nor to citizens, nationals or residents of a US Embargoed Country; e) You are not listed on the United States Department of Treasury lists of Specially Designated Nationals, Specially Designated Terrorists, and Specially Designated Narcotic Traffickers, nor listed on the United States Department of Commerce Table of Denial Orders or any other U.S. government list of prohibited or restricted parties and f) You will not download or otherwise export or re-export the API or Tools , directly or indirectly, to persons on the above-mentioned lists.
28
+ 9. EXPORT: The Tools and API are subject to German, EU and US export control regulations. You confirm that: a) You will not use the Tools or API for, and will not allow the Tools or API to be used for, any purposes prohibited by German, EU and US law, including, without limitation, for the development, design, manufacture or production of nuclear, chemical or biological weapons of mass destruction; b) You are not located in Cuba, Iran, Sudan, Iraq, North Korea, Syria, nor any other country to which the United States has prohibited export or that has been designated by the U.S. Government as a "terrorist supporting" country (any, an "US Embargoed Country"); c) You are not a citizen, national or resident of, and are not under the control of, a US Embargoed Country; d) You will not download or otherwise export or re-export the API or Tools, directly or indirectly, to a US Embargoed Country nor to citizens, nationals or residents of a US Embargoed Country; e) You are not listed on the United States Department of Treasury lists of Specially Designated Nationals, Specially Designated Terrorists, and Specially Designated Narcotic Traffickers, nor listed on the United States Department of Commerce Table of Denial Orders or any other U.S. government list of prohibited or restricted parties and f) You will not download or otherwise export or re-export the API or Tools , directly or indirectly, to persons on the above-mentioned lists.
26
29
 
27
- 9. SUPPORT: Other than what is made available on the SAP Community Website (SCN) by SAP at its sole discretion and by SCN members, SAP does not offer support for the API or Tools which are the subject of this Developer Agreement.
30
+ 10. SUPPORT: Other than what is made available on the SAP Community Website (SCN) by SAP at its sole discretion and by SCN members, SAP does not offer support for the API or Tools which are the subject of this Developer Agreement.
28
31
 
29
- 10. TERM AND TERMINATION: You may terminate this Developer Agreement by destroying all copies of the API and Tools on Your Computer(s). SAP may terminate Your license to use the API and Tools immediately if You fail to comply with any of the terms of this Developer Agreement, or, for SAP's convenience by providing you with ten (10) day's written notice of termination (including email). In case of termination or expiration of this Developer Agreement, You must destroy all copies of the API and Tools immediately. In the event Your Company or any of the intellectual property you create using the API, Tools or Software are acquired (by merger, purchase of stock, assets or intellectual property or exclusive license), or You become employed, by a direct competitor of SAP, then this Development Agreement and all licenses granted in this Developer Agreement shall immediately terminate upon the date of such acquisition.
32
+ 11. TERM AND TERMINATION: You may terminate this Developer Agreement by destroying all copies of the API and Tools on Your Computer(s). SAP may terminate Your license to use the API and Tools immediately if You fail to comply with any of the terms of this Developer Agreement, or, for SAP's convenience by providing you with ten (10) day's written notice of termination (including by public notice). In case of termination or expiration of this Developer Agreement, You must destroy all copies of the API and Tools immediately. In the event Your Company or any of the intellectual property you create using the API, Tools or Software are acquired (by merger, purchase of stock, assets or intellectual property or exclusive license), or You become employed, by a direct competitor of SAP, then this Development Agreement and all licenses granted in this Developer Agreement shall immediately terminate upon the date of such acquisition.
30
33
 
31
- 11. LAW/VENUE:
34
+ 12. LAW/VENUE:
32
35
  a) If You are located outside the US or Canada: This Developer Agreement is governed by and construed in accordance with the laws of the Germany. You and SAP agree to submit to the exclusive jurisdiction of, and venue in, the courts of Karlsruhe in Germany in any dispute arising out of or relating to this Developer Agreement.
33
36
  b) If You are located in the US or Canada: This Developer Agreement shall be governed by and construed under the Commonwealth of Pennsylvania law without reference to its conflicts of law principles. In the event of any conflicts between foreign law, rules, and regulations, and United States of America law, rules, and regulations, United States of America law, rules, and regulations shall prevail and govern. The United Nations Convention on Contracts for the International Sale of Goods shall not apply to this Developer Agreement. The Uniform Computer Information Transactions Act as enacted shall not apply.
34
37
 
35
- 12. MISCELLANEOUS: This Developer Agreement is the complete agreement for the API and Tools licensed (including reference to information/documentation contained in a URL). This Developer Agreement supersedes all prior or contemporaneous agreements or representations with regards to the subject matter of this Developer Agreement. If any term of this Developer Agreement is found to be invalid or unenforceable, the surviving provisions shall remain effective. SAP's failure to enforce any right or provisions stipulated in this Developer Agreement will not constitute a waiver of such provision, or any other provision of this Developer Agreement.
38
+ 13. MISCELLANEOUS: This Developer Agreement is the complete agreement for the API and Tools licensed (including reference to information/documentation contained in a URL). This Developer Agreement supersedes all prior or contemporaneous agreements or representations with regards to the subject matter of this Developer Agreement. If any term of this Developer Agreement is found to be invalid or unenforceable, the surviving provisions shall remain effective. SAP's failure to enforce any right or provisions stipulated in this Developer Agreement will not constitute a waiver of such provision, or any other provision of this Developer Agreement.
package/README.md CHANGED
@@ -9,4 +9,4 @@ It is meant to be consumed using the [UI5 Tooling](https://sap.github.io/ui5-too
9
9
  For details please refer to our documentation on [Consuming SAPUI5 Libraries](https://sap.github.io/ui5-tooling/pages/SAPUI5/).
10
10
 
11
11
  ## License
12
- This package is provided under the terms of the [SAP Developer License Agreement](https://tools.hana.ondemand.com/developer-license-3.1.txt).
12
+ This package is provided under the terms of the [SAP Developer License Agreement](https://tools.hana.ondemand.com/developer-license-3_2.txt).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.ushell",
3
- "version": "1.123.0",
3
+ "version": "1.124.1",
4
4
  "description": "SAPUI5 Library sap.ushell",
5
5
  "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
6
6
  "keywords": [
@@ -2,7 +2,7 @@
2
2
  <library xmlns="http://www.sap.com/sap.ui.library.xsd">
3
3
  <name>sap.ushell</name>
4
4
  <vendor>SAP SE</vendor>
5
- <version>1.123.0</version>
5
+ <version>1.124.1</version>
6
6
  <copyright>Copyright (c) 2009-2023 SAP SE, All Rights Reserved</copyright>
7
7
  <documentation>SAP library: sap.ushell</documentation>
8
8
 
@@ -115,7 +115,9 @@ sap.ui.define([
115
115
  return getFromMetadata();
116
116
  },
117
117
  TR: function () {
118
- return (getFromMetadata() || "").replace(/\s[(]TCODE[)]$/, "");
118
+ return (getFromMetadata() || "")
119
+ .replace(/ .*/, "") // remove all characters after the first space if any
120
+ .replace(/^\*/, ""); // remove asterisk at the beginning if any
119
121
  },
120
122
  WDA: getFromMetadata,
121
123
  NWBC: getFromMetadata,
@@ -272,7 +274,7 @@ sap.ui.define([
272
274
  };
273
275
 
274
276
 
275
- function getStartupParams(oCurrentApplication, oApplicationContainer) {
277
+ function getStartupParams (oCurrentApplication, oApplicationContainer) {
276
278
  var oStartupParams = {};
277
279
  if (oApplicationContainer && oApplicationContainer.getCurrentAppTargetResolution &&
278
280
  oApplicationContainer.getCurrentAppTargetResolution().extendedInfo) {
@@ -334,6 +336,7 @@ sap.ui.define([
334
336
  * Internal central function to collect the values of the given parameters
335
337
  * @param {string[]} aParameters Array of requested parameters
336
338
  * @param {object} oCurrentApplication The current application
339
+ * @param {object} oApplicationContainer The application container
337
340
  * @returns {Promise} oPromise Promise that resolves to an object
338
341
  * keeping the application info parameters with values
339
342
  */
@@ -409,6 +412,7 @@ sap.ui.define([
409
412
  * A function to collect the values of the given parameters
410
413
  * @param {string[]} aParameters Array of requested parameters
411
414
  * @param {object} oCurrentApplication The current application
415
+ * @param {object} oApplicationContainer The application container
412
416
  * @returns {Promise} Promise that resolves to an object
413
417
  * keeping the application info parameters with values
414
418
  */
@@ -423,10 +427,10 @@ sap.ui.define([
423
427
  return _getInfo(aParameters, oCurrentApplication, oApplicationContainer);
424
428
  });
425
429
  },
426
- getCustomValue : getCustomValue,
427
- isAttributeExist : isAttributeExist,
428
- setCustomAttributes : setCustomAttributes,
429
- getAllAppInfo : getAllAppInfo
430
+ getCustomValue: getCustomValue,
431
+ isAttributeExist: isAttributeExist,
432
+ setCustomAttributes: setCustomAttributes,
433
+ getAllAppInfo: getAllAppInfo
430
434
  };
431
435
 
432
436
 
@@ -222,7 +222,12 @@ sap.ui.define([
222
222
  * @alias sap.ushell.Container
223
223
  * @namespace
224
224
  * @description The Unified Shell's container. Manages renderers, services, and adapters.
225
- * The container is designed to be a singleton, therefore instead of creating an instance, access the central one via <code>sap.ushell.Container</code>.
225
+ * The container is designed to be a singleton, therefore instead of creating an instance, access the central one via
226
+ * <pre>
227
+ * sap.ui.require(["sap/ushell/Container"], async function (Container) {
228
+ * // do something with the container
229
+ * });
230
+ * </pre>
226
231
  *
227
232
  * @see sap.ushell.bootstrap
228
233
  * @since 1.15.0
@@ -897,7 +902,7 @@ sap.ui.define([
897
902
  *
898
903
  * @since 1.15.0
899
904
  * @private
900
- * @ui5-restricted sap.fl
905
+ * @ui5-restricted sap.ui.fl
901
906
  * @alias sap.ushell.Container#getLogonSystem
902
907
  */
903
908
  this.getLogonSystem = function () {
@@ -914,7 +919,7 @@ sap.ui.define([
914
919
  *
915
920
  * @since 1.120.0
916
921
  * @private
917
- * @ui5-restricted sap.fl
922
+ * @ui5-restricted sap.ui.fl
918
923
  * @alias sap.ushell.Container#ready
919
924
  */
920
925
  this.ready = function () {
@@ -16,8 +16,7 @@ sap.ui.define([
16
16
  pendingEvents: { /* sEventName -> vData */ },
17
17
  subscribers: { /* sEventName -> fnCallback */ },
18
18
  dispatchOperations: { /* sEventName -> oDispatchOperation */ },
19
- store: createEmptyStore(),
20
- dispatchTimeoutIds: new window.Set()
19
+ store: createEmptyStore()
21
20
  };
22
21
 
23
22
  function createEmptyStore () {
@@ -195,30 +194,24 @@ sap.ui.define([
195
194
  }
196
195
 
197
196
  function notifySubscriber (oHub, sEvent, oSubscriber, aSubscriberGroup) {
198
- return new Promise(function (fnResolve) {
199
- var vDeserializedValue = deserialize(oHub, oHub.pendingEvents[sEvent]);
200
- var iDispatchTimeoutId = setTimeout(function () {
201
- oHub.dispatchTimeoutIds.delete(iDispatchTimeoutId);
202
-
203
- if (oSubscriber.called && aSubscriberGroup.offed) {
204
- fnResolve(false);
205
- return;
206
- }
207
- oSubscriber.called = true;
197
+ var vDeserializedValue = deserialize(oHub, oHub.pendingEvents[sEvent]);
198
+ return Promise.resolve().then(function () {
199
+ if (oSubscriber.called && aSubscriberGroup.offed) {
200
+ return false;
201
+ }
202
+ oSubscriber.called = true;
208
203
 
209
- // check handler was offed as late as possible to allow off before the call
210
- var bOffBeforeCall = aSubscriberGroup.offed;
211
- safeCall(sEvent, oSubscriber.fn, vDeserializedValue);
212
- var bOffAfterCall = aSubscriberGroup.offed;
204
+ // check handler was offed as late as possible to allow off before the call
205
+ var bOffBeforeCall = aSubscriberGroup.offed;
206
+ safeCall(sEvent, oSubscriber.fn, vDeserializedValue);
207
+ var bOffAfterCall = aSubscriberGroup.offed;
213
208
 
214
- // -- unsubscribe offed subscriber after the call as it was already called and offed
215
- if (bOffAfterCall) {
216
- unsubscribe(oHub, sEvent, oSubscriber.fn);
217
- }
209
+ // -- unsubscribe offed subscriber after the call as it was already called and offed
210
+ if (bOffAfterCall) {
211
+ unsubscribe(oHub, sEvent, oSubscriber.fn);
212
+ }
218
213
 
219
- fnResolve(!bOffBeforeCall && bOffAfterCall);
220
- }, 0);
221
- oHub.dispatchTimeoutIds.add(iDispatchTimeoutId);
214
+ return !bOffBeforeCall && bOffAfterCall;
222
215
  });
223
216
  }
224
217
 
@@ -429,9 +422,6 @@ sap.ui.define([
429
422
  oHub.subscribers = {};
430
423
  oHub.dispatchOperations = {};
431
424
  oHub.store = createEmptyStore();
432
-
433
- oHub.dispatchTimeoutIds.forEach(clearTimeout);
434
- oHub.dispatchTimeoutIds = new window.Set();
435
425
  }.bind(null, oHub);
436
426
 
437
427
  return oEventHub;
@@ -442,8 +432,7 @@ sap.ui.define([
442
432
  pendingEvents: {},
443
433
  subscribers: {},
444
434
  dispatchOperations: {},
445
- store: createEmptyStore(),
446
- dispatchTimeoutIds: new window.Set()
435
+ store: createEmptyStore()
447
436
  },
448
437
  oEventHub = createEventHub(oEventHubData),
449
438
  oContractClone = deserialize(oEventHubData, serialize(oEventHubData, oContract));
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * The Fiori20 adapter automatically re-styles old (Fiori 1) applications to match Fiori2 design requirements.
7
7
  *
8
- * @version 1.123.0
8
+ * @version 1.124.1
9
9
  */
10
10
  sap.ui.define([
11
11
  "sap/ui/base/Object",
@@ -4,7 +4,7 @@
4
4
  * @fileOverview The purpose Fiori20AdapterTest in this file is to decide whether to load the Fiori20Adapter at all.
5
5
  * This file is kept small in size on purpose as it is always required in productive code even when Fiori 2 adaptation is not required.
6
6
  *
7
- * @version 1.123.0
7
+ * @version 1.124.1
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/base/Log",
@@ -217,7 +217,7 @@ sap.ui.define([
217
217
  };
218
218
 
219
219
  UIComponent._fnOnInstanceInitialized = function (oComponent) {
220
- var oControl = oComponent.getAggregation("rootControl");
220
+ const oControl = oComponent.getAggregation("rootControl");
221
221
 
222
222
  if (!oControl
223
223
  || oControl.getId() === "navContainerFlp" // skip flp home page
@@ -226,7 +226,7 @@ sap.ui.define([
226
226
  }
227
227
 
228
228
  /* check: adaptation is required by configuration */
229
- var oConfig = Fiori20AdapterConfiguration.getConfiguration(oComponent);
229
+ const oConfig = Fiori20AdapterConfiguration.getConfiguration(oComponent);
230
230
  if (!Fiori20AdapterConfiguration._isAdaptationRequired(oConfig)) {
231
231
  return;
232
232
  }
@@ -246,13 +246,13 @@ sap.ui.define([
246
246
  }
247
247
 
248
248
 
249
- var oDelegate = {
249
+ const oDelegate = {
250
250
  onBeforeRendering: function () {
251
251
  oControl.removeEventDelegate(oDelegate);
252
252
 
253
253
  // check: ShellUIService is available
254
254
  // this check is done after attaching onBeforeRendering since the service is obtained asynchronously
255
- var oService = ServiceFactoryRegistry.get("sap.ushell.ui5service.ShellUIService"),
255
+ const oService = ServiceFactoryRegistry.get("sap.ushell.ui5service.ShellUIService"),
256
256
  oServiceInstance = oService && oService.createInstance();
257
257
 
258
258
  if (!oService || !oServiceInstance) {
@@ -265,13 +265,8 @@ sap.ui.define([
265
265
  }
266
266
 
267
267
  oServiceInstance.then(
268
- function (oService) {
269
- if (oService && (oService.getUxdVersion() === 2)) {
270
- /* check3: this is Fiori 2.0 FLP */
271
- Fiori20Adapter.applyTo(oControl, oComponent, oConfig, oService);
272
- }
273
- },
274
- function (oError) {
268
+ (oServiceParam) => Fiori20Adapter.applyTo(oControl, oComponent, oConfig, oServiceParam),
269
+ (oError) => {
275
270
  Log.warning(
276
271
  "Fiori20Adapter not loaded as ShellUIService is not available",
277
272
  oError, // uses toString
@@ -279,6 +274,7 @@ sap.ui.define([
279
274
  );
280
275
  }
281
276
  );
277
+
282
278
  }
283
279
  };
284
280
  oControl.addEventDelegate(oDelegate);
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @fileOverview NWBCInterface for NWBC client
4
4
  *
5
- * @version 1.123.0
5
+ * @version 1.124.1
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/EventHub",
@@ -40,7 +40,7 @@
40
40
  * parameters. If the application tries to access an internal parameter (e.g.,
41
41
  * sap-ui-app-id-hint) via the API, the application receives an error message.
42
42
  *
43
- * @version 1.123.0
43
+ * @version 1.124.1
44
44
  * @private
45
45
  */
46
46
  sap.ui.define([
@@ -10,12 +10,12 @@ sap.ui.define([], function () {
10
10
  "use strict";
11
11
 
12
12
  /**
13
+ * @alias sap.ushell.UI5ComponentType
13
14
  * Denotes the types of UI5-components loaded by FLP
14
15
  *
15
16
  * @enum {string}
16
- * @protected
17
17
  * @since 1.89.0
18
- *
18
+ * @private
19
19
  */
20
20
  return {
21
21
 
@@ -26,7 +26,7 @@
26
26
  * The language to define parameters in the URL Template parameter set contains a minimal set of conditionals,
27
27
  * logical operators, and functions that allow to define the parameter set with a certain degree of control.
28
28
  *
29
- * @version 1.123.0
29
+ * @version 1.124.1
30
30
  * @private
31
31
  */
32
32
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @fileOverview Ui5 Native Service Factory
4
4
  *
5
- * @version 1.123.0
5
+ * @version 1.124.1
6
6
  */
7
7
 
8
8
  sap.ui.define([
@@ -6,7 +6,7 @@
6
6
  * Exposes methods to create a UI5 Service Factory for a specific Unified Shell
7
7
  * Service.
8
8
  *
9
- * @version 1.123.0
9
+ * @version 1.124.1
10
10
  */
11
11
 
12
12
  sap.ui.define([
@@ -4,7 +4,7 @@
4
4
  * @fileOverview Methods to build the set of parameters used by the URL template.
5
5
  *
6
6
  *
7
- * @version 1.123.0
7
+ * @version 1.124.1
8
8
  *
9
9
  * @private
10
10
  *
@@ -8,7 +8,7 @@
8
8
  * The proper order of evaluation can be determined by creating and visiting a graph that represents parameters and depending parameters
9
9
  * as nodes. This graph can be also used to detect cyclic references in the parameter set definition.
10
10
  *
11
- * @version 1.123.0
11
+ * @version 1.124.1
12
12
  * @private
13
13
  */
14
14
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @file Methods to parse and execute functions defined for the URL Template parameter language.
5
- * @version 1.123.0
5
+ * @version 1.124.1
6
6
  * @private
7
7
  */
8
8
  sap.ui.define([
@@ -5,7 +5,7 @@
5
5
  * For a given context (e.g. the reference to a site, the application section from the site, parameters added during runtime, etc),
6
6
  * this module can be used to find the values associated to given URL Template parameter names.
7
7
  *
8
- * @version 1.123.0
8
+ * @version 1.124.1
9
9
  * @private
10
10
  */
11
11
  sap.ui.define([
@@ -34,7 +34,7 @@
34
34
  * }
35
35
  * }
36
36
  * </pre>
37
- * @version 1.123.0
37
+ * @version 1.124.1
38
38
  * @private
39
39
  */
40
40
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @file Utility functions for modules of <code>URLTemplateProcessor</code>.
5
- * @version 1.123.0
5
+ * @version 1.124.1
6
6
  * @private
7
7
  */
8
8
  sap.ui.define([
@@ -9,7 +9,7 @@
9
9
  * <li>provide the resolveHashFragment function, a fallback method called by ClientSideTargetResolution service.</li>
10
10
  * </ul>
11
11
  *
12
- * @version 1.123.0
12
+ * @version 1.124.1
13
13
  */
14
14
  sap.ui.define([
15
15
  "sap/base/util/Version",
@@ -4,7 +4,7 @@
4
4
  * @fileOverview The Unified Shell's sap.ushell.adapters.cdm.CommonDataModelAdapter for the 'CDM'
5
5
  * platform.
6
6
  *
7
- * @version 1.123.0
7
+ * @version 1.124.1
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/base/Log",
@@ -234,8 +234,8 @@ sap.ui.define([
234
234
  Container.getServiceAsync("PersonalizationV2").then(async function (oPersonalizationService) {
235
235
  var oComponent,
236
236
  oScope = {
237
- keyCategory: oPersonalizationService.constants.keyCategory.FIXED_KEY,
238
- writeFrequency: oPersonalizationService.constants.writeFrequency.LOW,
237
+ keyCategory: oPersonalizationService.KeyCategory.FIXED_KEY,
238
+ writeFrequency: oPersonalizationService.WriteFrequency.LOW,
239
239
  clientStorageAllowed: true
240
240
  },
241
241
  oPersId = {
@@ -280,8 +280,8 @@ sap.ui.define([
280
280
 
281
281
  Container.getServiceAsync("PersonalizationV2").then(async function (oPersonalizationService) {
282
282
  var oScope = {
283
- keyCategory: oPersonalizationService.constants.keyCategory.FIXED_KEY,
284
- writeFrequency: oPersonalizationService.constants.writeFrequency.LOW,
283
+ keyCategory: oPersonalizationService.KeyCategory.FIXED_KEY,
284
+ writeFrequency: oPersonalizationService.WriteFrequency.LOW,
285
285
  clientStorageAllowed: true
286
286
  };
287
287
  var oPersId = {
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The ConfigurationDefaults adapter for the CDM platform.
5
5
  *
6
- * @version 1.123.0
6
+ * @version 1.124.1
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/ushell/bootstrap/cdm/cdm.constants",
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @fileOverview The Unified Shell"s container adapter for the Common Data Model (CDM) platform.
4
4
  *
5
- * @version 1.123.0
5
+ * @version 1.124.1
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/Log",
@@ -4,7 +4,7 @@
4
4
  * @fileOverview The Unified Shell's LaunchPageAdapter for the
5
5
  * 'CDM' platform - Version 2 (V2)
6
6
  * @deprecated since 1.100
7
- * @version 1.123.0
7
+ * @version 1.124.1
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/ushell/adapters/cdm/_LaunchPage/readHome",
@@ -5,7 +5,7 @@
5
5
  * It combines the page data, tile data, navigation data and personalization into a CDM 3.1 site.
6
6
  * Only used on the ABAP platform and on local for testing.
7
7
  *
8
- * @version 1.123.0
8
+ * @version 1.124.1
9
9
  */
10
10
  sap.ui.define([
11
11
  "sap/base/Log",
@@ -401,8 +401,8 @@ sap.ui.define([
401
401
 
402
402
  var oScope = {
403
403
  validity: "Infinity",
404
- keyCategory: oPersonalizationService.constants.keyCategory.GENERATED_KEY,
405
- writeFrequency: oPersonalizationService.constants.writeFrequency.HIGH,
404
+ keyCategory: oPersonalizationService.KeyCategory.GENERATED_KEY,
405
+ writeFrequency: oPersonalizationService.WriteFrequency.HIGH,
406
406
  clientStorageAllowed: false
407
407
  };
408
408
  const oPersonalizer = await oPersonalizationService.getPersonalizer(oPersId, oScope);
@@ -454,8 +454,8 @@ sap.ui.define([
454
454
  }
455
455
  var oScope = {
456
456
  validity: "Infinity",
457
- keyCategory: oPersonalizationService.constants.keyCategory.GENERATED_KEY,
458
- writeFrequency: oPersonalizationService.constants.writeFrequency.HIGH,
457
+ keyCategory: oPersonalizationService.KeyCategory.GENERATED_KEY,
458
+ writeFrequency: oPersonalizationService.WriteFrequency.HIGH,
459
459
  clientStorageAllowed: false
460
460
  };
461
461
 
@@ -5,7 +5,7 @@
5
5
  *
6
6
  *
7
7
  * The CDM personalization adapter can be used to store data in the RA@ABAP platform.
8
- * @version 1.123.0
8
+ * @version 1.124.1
9
9
  */
10
10
  sap.ui.define([
11
11
  "sap/ushell/adapters/cdm/_Personalization/internals",
@@ -5,7 +5,7 @@
5
5
  *
6
6
  *
7
7
  * The CDM personalization adapter can be used to store data in the RA@ABAP platform.
8
- * @version 1.123.0
8
+ * @version 1.124.1
9
9
  */
10
10
  sap.ui.define([
11
11
  "./PersonalizationAdapter"
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's Ui5ComponentLoaderAdapter for the CDM platform
5
5
  *
6
- * @version 1.123.0
6
+ * @version 1.124.1
7
7
  */
8
8
  sap.ui.define([
9
9
  ], function () {
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview Helper of modifying the home page data for the 'CDM' platform.
5
- * @version 1.123.0
5
+ * @version 1.124.1
6
6
  * @private
7
7
  */
8
8
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview Helper of accessing catalog data for the 'CDM' platform.
5
- * @version 1.123.0
5
+ * @version 1.124.1
6
6
  * @private
7
7
  */
8
8
  sap.ui.define([
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview Helper of accessing Home Page data for the 'CDM' platform.
5
5
  *
6
- * @version 1.123.0
6
+ * @version 1.124.1
7
7
  * @private
8
8
  */
9
9
  sap.ui.define([